@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 !important;
    }
}

.mbon {
    display: none !important;
}

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

.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: #7777d2 !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: 3%;
    width: 45%;
}

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

@media (max-width: 767px) {
    .top_kv .kv_icon {
        bottom: 2%;
        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: 10%;
    }
}

.main .content {
    width: 100%;
    background-image: url(../images/main_bg2.jpg);
    background-size: calc(100% + 4px) 100%;
    background-position: -5px top;
    padding: 0.1% 0 30%;
}

@media (max-width: 767px) {
    .main .content {
        background-image: url(../images/main_bg2_mb.jpg);
        padding: 5vw 0 50%;
        margin-top: -10px;
        background-size: 100%;
        background-position: center top;
        background-repeat: repeat-y;
    }
}

@media (max-width: 374px) {
    .main .content {
        padding: 0 0 50% 0;
    }
}

.main .note {
    width: 100%;
    background-image: url(../images/main_bg.jpg);
    background-size: 100% 100%;
    padding: 30px 0;
    background-repeat: repeat-y;
}

@media (max-width: 767px) {
    .main .note {
        background-image: url(../images/main_bg.jpg);
        padding: 30px 0;
        margin-top: -30px;
        background-size: 100%;
        background-repeat: repeat-y;
    }
}
.main .containers {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    /* background-image: url(../images/container_bg.png); */
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: relative;
}

@media (max-width: 767px) {
    .main .containers {
        width: 95%;
        background-image: unset;
    }
}

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

@media (max-width: 767px) {
    .main .containers:before {
        display: none;
    }
} */

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

@media (max-width: 767px) {
    .main .containers:after {
        display: none;
    }
} */
.main .containers .part1 {
    padding-top: 5vw;
}

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

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

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

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

@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: 3% auto;
        line-height: 200%;
    }
}

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


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

@media (max-width: 767px) {
    .main .containers .part2 .title2 {
        width: 75%;
        margin: 2% 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: 1.3vw;
    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 {
        width: 85%;
        font-size: 3.5vw;
        margin: 5% auto;
        line-height: 150%;
    }
}

.main .containers .part3 .tab {
    width: 55vw;
    margin: 8vw auto 2%;
    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: 85%;
        margin: 5vw auto 2%;
    }
}

@media (max-width: 374px) {
    .main .containers .part3 .tab {
        margin: 13vw auto 2%;
    }
}

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

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

@media (max-width: 374px) {
    .main .containers .part3 .tab .tab-bnt div {
        height: inherit;
    }
}

.main .containers .part3 .tab .tab-bnt div img {
    width: 85%;
    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 bottom;
    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 bottom;
    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 bottom;
    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 bottom;
    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: 70vw;
    }

    .main .containers .part3 .tab-content .slick-next {
        right: 0;
    }

    .main .containers .part3 .tab-content .slick-prev {
        left: 0;
    }

    .main .containers .part3 .tab-content .slick-dots {
        bottom: 0;
    }
}



.main .containers .part3 .tab-content .ios-step-pic {
    width: 250px;
    height: 250px;
    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: 80vw;
        margin: 0;
        background-position: center center !important;
    }
}

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

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

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

/* .main .containers .part3 .tab-content .ios-step-pic:nth-child(4) {
    background-image: url(../images/ios_STEP4.png);
    background-position: center 17px;
    background-size: 75%;
    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: 90%;
    background-repeat: no-repeat;
} */

.main .containers .part3 .tab-content .and-step-pic {
    width: 200px;
    height: 250px;
    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: 80vw;
        background-position: center center !important;
    }
}

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

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

.main .containers .part3 .tab-content .and-step-pic:nth-child(3) {
    background-image: url(../images/And_STEP3.png);
    background-position: top center;
    background-size: 65%;
    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: 65%;
    background-repeat: no-repeat;
}

/* .main .containers .part3 .tab-content .and-step-pic:last-child {
    background-image: url(../images/ios_STEP5.png);
    background-position: top center;
    background-size: 90%;
    background-repeat: no-repeat;
}
 */
.main .containers .part3 .on {
    position: relative;
    opacity: 1;
}

.main .containers .CTA-btn {
    width: 80%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .main .containers .CTA-btn {
        width: 85%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 7% auto;
    }
}

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

@media (max-width: 767px) {
    .main .containers .CTA-btn a {
        width: 45%;
        margin: 0 2%;
    }
}

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

.main .containers .part4 .title {
    width: 76.8%;
    margin: 1% auto 0;
    position: relative;
    left: 1px;
}

@media (max-width: 767px) {
    .main .containers .part4 .title {
        width: 90%;
        position: relative;
        left: 0px;
    }
}

.main .containers .part4 .footer {
    width: 76.8%;
    margin: 0 auto 1%;
    position: relative;
    left: 1px;
}

@media (max-width: 767px) {
    .main .containers .part4 .footer {
        width: 90%;
        position: relative;
        left: 0px;
    }
}

.main .containers .part4 .title img,.main .containers .part4 .footer img {
    width: 100%;
}

.main .containers .part4 .title-icon {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); */
    height: 35px;
    width: 55px;
    margin: 0 auto;
    background-image: url(../images/part4_title_icon.png);
    cursor: pointer;
}

.main .containers .part4 .title-icon.active {
    background-image: url(../images/part4_title_icon2.png);
}

.main .containers .part4 .notice-wrap {
    width: 80%;
    margin: 0 auto;
    background-size: 100%;
    background-image: url(../images/note-bg.png);
    background-repeat: repeat-y;
    position: relative;
}

@media (max-width: 767px) {
    .main .containers .part4 .notice-wrap {
        width: 90%;
        background-image: url(../images/note-bg-mb.png);
    }
}

.main .containers .part4 .notice {
    padding: 15px 65px;
    display: none;
}

@media (max-width: 767px) {
    .main .containers .part4 .notice {
        width: 95%;
        margin: 0% auto;
        padding: 15px 20px;
    }
}

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

.main .containers .part4 .notice ol li {
    margin-bottom: 2%;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: justify;
}

@media (max-width: 767px) {
    .main .containers .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 */