@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap");

.fixd_btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

* {
    font-size: 15px;
    font-weight: normal;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucid";
}

html,
body {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .pcon {
        display: none;
    }
}

.mbon {
    display: none;
}

@media (max-width: 767px) {
    .mbon {
        display: block;
    }
}

.slick-next,
.slick-prev {
    width: 10vw !important;
    height: 10vw !important;
}

.slick-next::before,
.slick-prev::before {
    font-size: 8vw !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: unset !important;
}

.slick-next::before {
    background-image: url(../images/next.png);
}

.slick-prev::before {
    background-image: url(../images/prev.png);
}

.slick-dots li button:before {
    font-size: 3vw !important;
    color: #845327 !important;
}

.slick-dots li {
    width: 5vw !important;
    height: 5vw !important;
    margin: 0 !important;
}

.top_kv {
    position: relative;
    width: 100%;
}

.top_kv img {
    width: 100%;
}

.top_kv .kv_icon {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 45%;
}

@media (max-width: 1100px) {
    .top_kv .kv_icon {
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .top_kv .kv_icon {
        bottom: 0%;
        width: 100%;
    }
}

.top_kv .index_arr {
    max-width: 80px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .top_kv .index_arr {
        width: 15%;
        position: absolute;
        bottom: 6%;
    }
}

.main {
    width: 100%;
    background-image: url(../images/main_bg.jpg);
    background-size: 100% 100%;
    background-position: bottom;
    padding: 350px 0 650px;
}

@media (max-width: 767px) {
    .main {
        width: 100%;
        background-image: url(../images/main_bg_mb.jpg);
        background-size: 100% 100%;
        background-position: bottom;
        margin-top: -15px;
        padding: 55% 0 45%;
    }
}

.main.main2 {
    width: 100%;
    background-image: url(../images/main_bg2.jpg);
    background-size: 100% 100%;
    background-position: top;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .main.main2 {
        width: 100%;
        background-image: url(../images/main_bg2_mb.jpg);
        background-size: 100% 100%;
        background-position: top;
        padding: 50px 15px;
    }
}

.main .containers {
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(../images/container_bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: .1% 0 2% 0;
    position: relative;
}

@media (max-width: 767px) {
    .main .containers {
        max-width: 1200px;
        margin: 0 auto;
        background-image: url(../images/container_bg_mb.png);
        background-position: top center;
        background-size: 100% auto;
        background-repeat: repeat-y;
        padding: .1% 0 2% 0;
        position: relative;
    }
}

.main .containers2 {
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(../images/container_bg2.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: .1% 0 2% 0;
    position: relative;
}

.main .containers:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 238px;
    background-image: url(../images/container_header.png);
    background-size: 100%;
    top: -238px;
    left: 0px;
}

@media (max-width: 767px) {
    .main .containers:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 21%;
        background-image: url(../images/container_header_mb.png);
        background-size: 100%;
        background-repeat: no-repeat;
        top: -19%;
        left: 0px;
    }
}

.main .containers:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 190px;
    background-image: url(../images/container_footer.png);
    background-size: 100%;
    bottom: -190px;
    left: 0.5px;
}

@media (max-width: 767px) {
  .main .containers:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 8%;
      background-image: url(../images/container_footer_mb.png);
      background-size: 100%;
      background-repeat: no-repeat;
      bottom: -8%;
      left: 1px;
  }
}

.main .containers .part1 .title {
    width: 80%;
    margin: 2% auto;
}

.main .containers .part1 .title2 {
    width: 40%;
    margin: 3% auto 2%;
}

@media (max-width: 767px) {
    .main .containers .part1 .title {
        width: 80%;
        margin: 5% auto;
    }

    .main .containers .part1 .title2 {
        width: 60%;
        margin: 3% auto 2%;
    }
}

.main .containers .part1 .title img,
.main .containers .part1 .title2 img {
    width: 100%;
}

.main .containers .part1 .text {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    margin: 2% auto;
}

@media (max-width: 1199px) {
    .main .containers .part1 .text {
        font-size: 1.7vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part1 .text {
        font-size: 3.5vw;
        margin: 5% auto;
        line-height: 200%;
    }
}

.main .containers .part1 .text span:last-child {
    font-size: 150%;
    color: #d85248;
    font-weight: bolder;
}

.main .containers .part2 .title2 {
    width: 70%;
    margin: 2% auto;
}

@media (max-width: 767px) {
    .main .containers .part2 .title2 {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .title2 img {
    width: 100%;
}

.main .containers .part2 .pic {
    width: 50%;
    margin: 2% auto;
}

@media (max-width: 767px) {
    .main .containers .part2 .pic {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .pic img {
    width: 100%;
}

.main .containers .part2 .bonus {
    width: 70%;
    margin: 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .main .containers .part2 .bonus {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .bonus .bonus-pic {
    width: 30%;
}

.main .containers .part2 .bonus .bonus-pic img {
    width: 100%;
}

.main .containers .part2 .text {
    margin: 2% auto;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .main .containers .part2 .text {
        font-size: 1.7vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part2 .text {
        font-size: 3.5vw;
        margin: 5% auto;
        line-height: 200%;
    }
}

.main .containers .part3 .tab {
    width: 60%;
    margin: 5% auto 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab {
        width: 80%;
        margin: 10% auto 5% auto;
    }
}

.main .containers .part3 .tab .tab-bnt {
    cursor: pointer;
}

.main .containers .part3 .tab .tab-bnt:first-child {
    margin-right: 90px;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab .tab-bnt:first-child {
        margin-right: 30px;
    }
}

.main .containers .part3 .tab .tab-bnt div {
    width: 100%;
}

.main .containers .part3 .tab .tab-bnt div img {
    width: 100%;
    opacity: 0;
}

.main .containers .part3 .tab .tab-bnt div:first-child {
    display: none;
}

.main .containers .part3 .tab .tab-bnt div:last-child {
    display: block;
}

.main .containers .part3 .tab .tab-bnt .iOS_btnL {
    background-image: url(../images/iOS_btnL.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab .tab-bnt .iOS_btnL {
        background-image: url(../images/iOS_btnL_MB.png);
    }
}

.main .containers .part3 .tab .tab-bnt .android_btnL {
    background-image: url(../images/android_btnL.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab .tab-bnt .android_btnL {
        background-image: url(../images/android_btnL_MB.png);
    }
}

.main .containers .part3 .tab .tab-bnt .android_btnR {
    background-image: url(../images/android_btnR.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab .tab-bnt .android_btnR {
        background-image: url(../images/android_btnR_MB.png);
    }
}

.main .containers .part3 .tab .tab-bnt .iOS_btnR {
    background-image: url(../images/iOS_btnR.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab .tab-bnt .iOS_btnR {
        background-image: url(../images/iOS_btnR_MB.png);
    }
}

.main .containers .part3 .tab .on div:first-child {
    display: block;
}

.main .containers .part3 .tab .on div:last-child {
    display: none;
}

.main .containers .part3 .tab-content {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content {
        width: 75vw;
    }
}

.main .containers .part3 .tab-content .ios-step-pic {
    width: 300px;
    height: 340px;
    margin: 2% 0;
}

@media (max-width: 1199px) {
    .main .containers .part3 .tab-content .ios-step-pic {
        width: 25vw;
        height: 25vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .ios-step-pic {
        width: 90vw;
        height: 90vw;
        margin: 0;
        background-position: center center !important;
        padding: 0 !important;
    }
}

.main .containers .part3 .tab-content .ios-step-pic:first-child {
    background-image: url(../images/ios_STEP1.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 0 200px;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .ios-step-pic:first-child {
        background-size: 88%;
    }
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(2) {
    background-image: url(../images/ios_STEP2.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    padding: 0 200px;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .ios-step-pic:nth-child(2) {
        background-size: 75%;
    }
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(3) {
    background-image: url(../images/ios_STEP3.png);
    background-position: top center;
    background-size: 55%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(4) {
    background-image: url(../images/ios_STEP4.png);
    background-position: top center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:last-child {
    background-image: url(../images/ios_STEP5.png);
    background-position: top center;
    background-size: 61%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic {
    width: 300px;
    height: 340px;
    margin: 2% 0;
}

@media (max-width: 1199px) {
    .main .containers .part3 .tab-content .and-step-pic {
        width: 25vw;
        height: 25vw;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .and-step-pic {
        width: 90vw;
        height: 90vw;
        background-position: center center !important;
        padding: 0 !important;
    }
}

.main .containers .part3 .tab-content .and-step-pic:first-child {
    background-image: url(../images/And_STEP1.png);
    background-position: center 45px;
    background-size: 59%;
    background-repeat: no-repeat;
    padding: 0 200px;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .and-step-pic:first-child {
        background-size: 88%;
    }
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(2) {
    background-image: url(../images/And_STEP2.png);
    background-position: top center;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 0 200px;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .and-step-pic:nth-child(2) {
        background-size: 75%;
    }
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(3) {
    background-image: url(../images/And_STEP3.png);
    background-position: top center;
    background-size: 57%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(4) {
    background-image: url(../images/And_STEP4.png);
    background-position: top center;
    background-size: 59%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:last-child {
    background-image: url(../images/And_STEP5.png);
    background-position: top center;
    background-size: 62%;
    background-repeat: no-repeat;
}

.main .containers .part3 .on {
    position: relative;
    opacity: 1;
}

.main .containers .CTA-btn {
    width: 80%;
    margin: 0 auto -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .main .containers .CTA-btn {
        width: 100%;
        flex-direction: column;
        margin: 15% auto 0;
    }
}

.main .containers .CTA-btn a {
    width: 30%;
    margin: 0 5%;
    display: block;
}

@media (max-width: 767px) {
    .main .containers .CTA-btn a {
        width: 55%;
        margin: 0 auto;
    }
    .main .containers .CTA-btn a.mb-30{
        margin: 0 auto 30px;
    }
}

.main .containers .CTA-btn a img {
    width: 100%;
}

.main .containers2 .part4 {}

.main .containers2 .part4 .title {
    width: 20%;
    margin: 6% auto 1% auto;
}

@media (max-width: 767px) {
    .main .containers2 .part4 .title {
        width: 45%;
    }
}

.main .containers2 .part4 .title img {
    width: 100%;
}

.main .containers2 .part4 .title-icon {
    height: 88px;
    width: 512px;
    margin: -55px auto 0;
    background-image: url(../images/part4_title.png);
    cursor: pointer;
}

.main .containers2 .part4 .title-icon.active {
    background-image: url(../images/part4_title2.png);
}
@media (max-width: 767px) {
   .main .containers2 .part4 .title-icon {
      height: 16vw;
      width: 80%;
      margin: -8vw auto 0;
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
  }
}

.main .containers2 .part4 .notice {
    width: 88%;
    margin: 3% auto;
    display: none;
}

@media (max-width: 767px) {
    .main .containers2 .part4 .notice {
        width: 100%;
        margin: 5% auto;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .main .containers2 .part4 .notice ol {
        padding-left: 5%;
    }
}

.main .containers2 .part4 .notice ol li {
    margin: 2% auto;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
}

@media (max-width: 767px) {
    .main .containers2 .part4 .notice ol li {
        font-size: 3.2vw;
    }
}

footer {
    position: relative;
}

footer img {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
}

@media (max-width: 1100px) {
    footer img {
        width: auto;
        height: 8vw;
    }
}

@media (max-width: 767px) {
    footer img {
        width: 100%;
        height: auto;
    }
}

.index_arr.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    40% {
        -webkit-transform: translate(-50%, -30px);
        transform: translate(-50%, -30px);
    }

    60% {
        -webkit-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    40% {
        -webkit-transform: translate(-50%, -30px);
        transform: translate(-50%, -30px);
    }

    60% {
        -webkit-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
    }
}

/*# sourceMappingURL=style.css.map */