#hero {
    z-index: 3;
}

#device {
    height: auto !important;
    font-family: 'knockout 30', 'microsoft jhenghei', sans-serif;
}

.device {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: -50vh;
    /*padding-bottom: 50vh;*/
    z-index: 1;
    background-color: black;
}

.device-trigger {
    position: absolute;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 1px;
}

@media (max-width: 1024px) {
    .device {
        height: auto;
        position: relative;
        min-height: 100vh;
        width: 100vw;
        margin-top: -50vh;
        /* padding-bottom: 50vh;*/
        overflow-x: hidden;
    }
}

.device-main {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 110px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

@media (max-width: 1024px) {
    .device-main {
        height: auto;
        position: relative;
        padding-top: 100px;
        min-height: 100%;
        z-index: 2;
        padding-bottom: 60px;
    }
}

.device-slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .device-slider {
        height: auto;
        min-height: 100%;
    }
}

.device-slider .swiper-wrapper {
    opacity: 0;
}

.device-slide {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s 0s !important;
    -o-transition: opacity 0.5s 0s !important;
    transition: opacity 0.5s 0s !important;
}

.device-slide.swiper-slide-active {
    -webkit-transition: opacity 0.5s 0.5s !important;
    -o-transition: opacity 0.5s 0.5s !important;
    transition: opacity 0.5s 0.5s !important;
}

.device-inner {
    width: 95%;
    height: 100%;
    margin: auto;
    max-width: 1700px;
    position: relative;
    opacity: 1;
    overflow: hidden;
}

.show .swiper-slide-active .device-inner {
    opacity: 1;
}

.show .device-inner {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#device .device-buy {
    top: 20px;
    line-height: 1em !important;
    margin: auto;
}

#device .device-buy-mb {
    display: none;
}

@media (max-width: 1024px) {
    #device .device-buy {
        top: 0;
        text-align: center;
    }

    #device .device-buy-pc {
        display: none;
    }

    #device .device-buy-mb {
        display: block;
        font-size: 1.2em;
        margin: 1.5rem auto;
        text-align: center;
        max-width: 520px;
    }

}

@media (max-width: 767.91px) {
    #device .device-buy {
        width: auto;
        max-width: 98%;
        margin: 1.5rem auto;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }
}

.device-pdname {
    position: relative;
    top: 12%;
}

.device-pdname p.new {
    position: relative;
    background-color: #fff;
    color: #000;
    width: 55px;
    text-align: center;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .device-pdname p.new {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .device-pdname p.new {
        display: none;
    }
}



@media (max-width: 1440px) {
    .device-pdname {
        top: 10%;
    }
}

@media (max-width: 1368px) {
    .device-pdname {
        top: 5%;
    }
}

@media (max-width: 1024px) {
    .device-pdname {
        top: 0;
        text-align: center;
    }
}

.device-title {
    color: white;
    font-family: 'knockout 30', 'microsoft jhenghei', sans-serif;
    font-size: 4rem;
    line-height: 1em !important;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

@media (max-width: 1440px) {
    .device-title {
        font-size: 3.46666667rem;
    }
}

@media (max-width: 1024px) {
    .device-title {
        font-size: 5rem !important;
        text-align: center;
        padding-top: 2vh;
        top: 0;
    }
}

@media (max-width: 768px) {
    .device-title {
        font-size: 4rem !important;
        text-align: center;
        padding-top: 4vh;
        top: 0;
    }
}

@media (max-width: 767.91px) {
    .device-title {
        font-size: 2.53333333rem !important;
        padding-top: 5vh;
        top: 0;
        text-align: center;
    }
}

@media (max-width: 340px) {
    .device-title {
        padding-top: 1.5vh;
    }
}

@media (max-width: 320px) {
    .device-title {
        padding-top: 4vh;
        font-size: 2.2rem !important;
    }
}

.device-title span {
    line-height: 1em !important;
}

.device-title span.paintin:after {
    height: 1em;
    margin-top: -0.5em;
}

.device-title .sub-text {
    display: block;
    line-height: 1em;
    margin-top: 0.2em;
    color: white;
    font-size: 1.46666667rem;
}

@media (max-width: 1440px) {
    .device-title .sub-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .device-title .sub-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .device-title .sub-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.91px) {
    .device-title .sub-text {
        font-size: 1rem;
    }
}

.device-spec {
    position: absolute;
    left: 0;
    bottom: 15%;
}

@media (max-width: 1024px) {
    .device-spec {
        bottom: 0;
        padding-top: 70vh;
        position: relative;
    }
}

@media (max-width: 767.91px) {
    .device-spec {
        bottom: 0;
        padding-top: 60vh;
        position: relative;
    }
}

@media (max-width: 320px) {
    .device-spec {
        bottom: 0;
        padding-top: 55vh;
        position: relative;
    }
}

.device-spec-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .device-spec-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 650px;
        margin: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
}

.device-spec-item {
    display: block;
    float: left;
    min-width: 10.66666667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
}

@media (max-width: 1600px) {
    .device-spec-item {
        min-width: 9rem;
    }
}

@media (max-width: 1440px) {
    .device-spec-item {
        min-width: 130px;
    }
}

@media (max-width: 1024px) {
    .device-spec-item {
        min-width: 0;
        float: none;
        width: auto;
        padding: 0 1rem;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .device-spec-item {
        padding: 0 1rem !important;
        text-align: center;
    }
}

.device-spec .device-spec-line {
    display: none;
}

@media (max-width: 1024px) {
    .device-spec .device-spec-line {
        display: block;
        width: 0;
        border-left: 1px solid white;
    }
}

.device-spec .device-spec-line+.device-spec-item {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

@media (max-width: 1330px) {
    .device-spec .device-spec-line+.device-spec-item {

        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

.device-spec .device-spec-line+.device-spec-item:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: white;
}

@media (max-width: 1024px) {
    .device-spec .device-spec-line+.device-spec-item {
        padding: 0;
    }

    .device-spec .device-spec-line+.device-spec-item:before {
        display: none;
    }
}

.device-spec-name {
    color: white;
    font-size: 1.2rem;
    line-height: 1em;
}

@media (max-width: 1440px) {
    .device-spec-name {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
    }
}

@media (max-width: 1368px) {
    .device-spec-name {
        font-size: 1rem;
        margin-bottom: 0.2em;
    }
}

@media (max-width: 1024px) {
    .device-spec-name {
        font-size: 1.5rem;
        margin-bottom: 0.2em;
    }
}

@media (max-width: 767.91px) {
    .device-spec-name {
        font-size: 3vw;
        white-space: nowrap;
        margin-bottom: 0;
    }
}

.device-spec-desc {
    margin-bottom: 0;
    white-space: nowrap;
}

.device-spec-desc .spec-num {
    font-size: 4rem;
    color: white;
    line-height: 1em;
}

@media (max-width: 1600px) {
    .device-spec-desc .spec-num {
        font-size: 3.6rem;
    }
}

@media (max-width: 1440px) {
    .device-spec-desc .spec-num {
        font-size: 3.6rem;
    }
}

@media (max-width: 1368px) {
    .device-spec-desc .spec-num {
        font-size: 3.5rem;
    }
}

@media (max-width: 1280px) {
    .device-spec-desc .spec-num {
        font-size: 3.3rem;
    }
}

@media (max-width: 1024px) {
    .device-spec-desc .spec-num {
        font-size: 4.4rem;
    }
}

@media (max-width: 767.91px) {
    .device-spec-desc .spec-num {
        font-size: 10vw;
    }
}

.device-spec-desc .spec-unit {
    font-size: 1.2rem;
    color: white;
    line-height: 1em;
    margin-left: 0.8em;
}

@media (max-width: 1024px) {
    .device-spec-desc .spec-unit {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.91px) {
    .device-spec-desc .spec-unit {
        font-size: 4.2vw;
    }
}

.device-desc {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15%;
    color: white;
    max-width: 32.66666667rem;
}

@media (max-width: 1440px) {
    .device-desc {
        max-width: 28rem;
    }
}

@media (max-width: 1024px) {
    .device-desc {
        max-width: 520px;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        position: relative;
    }
}

@media (max-width: 767.91px) {
    .device-desc {
        max-width: 100%;
        bottom: 0;
        margin-top: 2rem;
        padding: 0 1rem;
        position: relative;
    }
}

.device-desc p {
    color: white;
    font-size: 1.33333333rem;
    line-height: 1.6em !important;
    text-transform: uppercase;
    width: 98%;
    margin-bottom: 0;
}

.device-desc p.device-desc-content .pc-hide {
    display: none;
}

@media (max-width: 1680px) {
    .device-desc p {
        font-size: 1.1rem;
    }
}

@media (max-width: 1440px) {
    .device-desc p {
        font-size: 1.06666667rem;
    }
}

@media (max-width: 1024px) {
    .device-desc p {
        font-size: 1.33333333rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .device-desc p {
        font-size: 1.2rem;
        text-align: center;
    }

    .device-desc p.device-desc-content .pc-hide {
        display: inline;
    }

    .device-desc p span.paintin:after {
        height: 96%;
        margin-top: 0;
        top: 2%;
    }
}

@media (max-width: 767.91px) {
    .device-desc p {
        font-size: 1.06666667rem;
    }
}

.device-desc p.device-intro {
    font-size: 2rem;
    line-height: 1em !important;
    margin-bottom: 0.5em;
}

.device-desc p.device-intro strong {
    line-height: inherit;
}

@media (max-width: 1600px) {
    .device-desc p.device-intro {
        font-size: 1.6rem;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 1024px) {
    .device-desc p.device-intro {
        font-size: 3rem;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }
}

@media (max-width: 767.91px) {
    .device-desc p.device-intro {
        font-size: 1.6rem;
        margin-bottom: 1em;
    }
}

.device-scroll {
    position: fixed;
    bottom: 0;
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
    padding-bottom: 5vh;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    width: 5em;
    left: 50vw;
    margin-left: -2.5em;
    display: none;
    z-index: 10;
}

@media (max-width: 1024px) {
    .device-scroll {
        display: block;
    }
}

.device-scroll:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 5vh;
    left: 50%;
    border-left: 1px solid white;
}

.device .swiper-button-prev,
.device .swiper-button-next {
    display: block;
    position: absolute;
    top: 51vh;
    margin-top: -60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    width: 30px;
    height: 66px;
    opacity: 0;
    background-image: url(../images/circle-arrow.svg);
    background-image: url(../images/icon-rightarrow.png);
    background-position: center center;
    background-size: 100% auto;
}

@media (min-width: 768px) {

    .device .swiper-button-prev,
    .device .swiper-button-next {
        width: 50px;
        background-image: url(../images/circle-arrow.svg);
    }
}

@media (min-width: 1024.5px) {

    .device .swiper-button-prev,
    .device .swiper-button-next {
        width: 50px;
        top: 50%;
        margin-top: -20px;
        background-image: url(../images/circle-arrow.svg);
    }
}

.device .swiper-button-disabled {
    visibility: hidden;
}

.device .swiper-button-next {
    right: 2.5%;
}

@media (min-width: 768px) {
    .device .swiper-button-next {
        right: 4%;
    }
}

@media (min-width: 1024.5px) {
    .device .swiper-button-next {
        right: 2.5%;
    }
}

@media (min-width: 1700px) {
    .device .swiper-button-next {
        right: 50%;
        margin-right: -850px;
    }
}

.device .swiper-button-next.temp-disabled {
    pointer-events: none;
}

.device .swiper-button-prev {
    left: 2.5%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

@media (min-width: 768px) {
    .device .swiper-button-prev {
        left: 4%;
    }
}

@media (min-width: 1024.5px) {
    .device .swiper-button-prev {
        left: 2.5%;
    }
}

@media (min-width: 1700px) {
    .device .swiper-button-prev {
        left: 50%;
        margin-left: -850px;
    }
}

.device .swiper-button-prev.temp-disabled {
    pointer-events: none;
}


.device-body {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 105%;
    -webkit-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}


@media (max-width: 1368px) {
    .device-body {
        height: 110%;
    }
}

@media (max-width: 1024px) {
    .device-body {
        height: 95vh;
        bottom: auto;
        top: -40px;
        margin-top: 3vh;
    }
}

@media (max-width: 375px) {
    .device-body {
        height: 93vh;
    }
}

.device-body-pic {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 105%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.device-body-pic.active {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.5s 0.3s;
    -o-transition: opacity 0.5s 0.3s;
    transition: opacity 0.5s 0.3s;
}

@media (max-width: 1350px) {
    .device-body-pic {
        background-size: auto 89%;
    }
}



@media (max-width: 1024px) {
    .device-body-pic {
        background-size: auto 83%;
    }
}

@media (max-width: 767.91px) {
    .device-body-pic {
        background-size: auto 70%;
    }
}



.device-body .fragments {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    pointer-events: none;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.device-body .fragments.active {
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.device-body .fragment {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    opacity: 0;
    color: white;
    z-index: 3;
}

.device-body .fragment:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
}

.device .play-flash {
    -webkit-animation: flashChange 5s 3 forwards;
    animation: flashChange 5s 3 forwards;
}

.device .play-flash.flyin {
    opacity: 0.8;
    -webkit-animation: none;
    animation: none;
    margin-left: 0 !important;
    -webkit-transition: margin-left 0.9s, opacity 0.5s 0.3s;
    -o-transition: margin-left 0.9s, opacity 0.5s 0.3s;
    transition: margin-left 0.9s, opacity 0.5s 0.3s;
}

@media (max-width: 768px) {
    .device .play-flash.flyin {
        -webkit-transition: margin-left 1s, opacity 0.5s 0.5s;
        -o-transition: margin-left 1s, opacity 0.5s 0.5s;
        transition: margin-left 1s, opacity 0.5s 0.5s;
    }
}

.device .play-flash.spec {
    -webkit-animation: flashChange 5s 3 forwards;
    animation: flashChange 5s 3 forwards;
}




.device #watchFenix6 {
    background-image: url(../images/product-fenix6.png);
}
.device #watchFenix6Pro {
    background-image: url(../images/product-fenix6-pro.png);
}
.device #watchFenix6Sapphire {
    background-image: url(../images/product-fenix6-sapphire.png);
}

.device #watchFenix6prosolar {
    background-image: url(../images/product-fenix6-prosolar.png);
}
.device #watchFenix6solar {
    background-image: url(../images/product-fenix6-solar.png);
}



.device #watchFenix6s {
    background-image: url(../images/product-fenix6s.png);
}
.device #watchFenix6sPro {
    background-image: url(../images/product-fenix6s-pro.png);
}
.device #watchFenix6sSapphire {
    background-image: url(../images/product-fenix6s-sapphire.png);
}
/*.device #watchFenix6sprosolar {
    background-image: url(../images/product-fenix6s-prosolar.png);
}*/

.device #watchFenix6ssolar {
    background-image: url(../images/product-fenix6s-solar.png);
}







.device #watchFenix6x {
    background-image: url(../images/product-fenix6x.png);
}

.device #watchFenix6xprosolar {
    background-image: url(../images/product-fenix6x-prosolar.png);
}





@-webkit-keyframes scan {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@keyframes scan {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }

}

@-webkit-keyframes digital {
    0% {
        top: 50%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -50%;
        opacity: 0;
    }
}

@keyframes digital {
    0% {
        top: 50%;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes flashChange {

    0%,
    65%,
    90% {
        opacity: 0;
    }

    80%,
    to {
        opacity: 1;
    }
}

@keyframes flashChange {

    0%,
    65%,
    90% {
        opacity: 0;
    }

    80%,
    to {
        opacity: 1;
    }
}

@-webkit-keyframes flashChange2 {
    65% {
        opacity: 0;
    }

    to {
        opacity: 1;
        border: none;
    }
}

@keyframes flashChange2 {
    65% {
        opacity: 0;
    }

    to {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes leftin {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100vw, 0);
        transform: translate(-100vw, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        border: none;
    }
}

@keyframes leftin {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100vw, 0);
        transform: translate(-100vw, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes rightin {
    0% {
        opacity: 0;
        -webkit-transform: translate(100vw, 0);
        transform: translate(100vw, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        border: none;
    }
}

@keyframes rightin {
    0% {
        opacity: 0;
        -webkit-transform: translate(100vw, 0);
        transform: translate(100vw, 0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        border: none;
    }
}

.paintin {
    display: inline-block;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: rgba(255, 255, 255, 0) !important;
}

.paintin:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1.1em;
    left: 0;
    top: 50%;
    margin-top: -0.55em;
    background-color: white;
    -webkit-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.paintin.ready {
    color: rgba(255, 255, 255, 0) !important;
}

.paintin.ready:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.1em;
    top: 50%;
    margin-top: -0.55em;
    background-color: white;
}

.paintin.enter {
    color: #ffffff !important;
}

.paintin.enter:after {
    content: "";
    display: block;
    width: 0;
    left: auto;
    right: 0;
    background-color: white;
}

.adventure {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .adventure {
        height: auto;
        overflow: hidden;
        top: calc(50vh + 60px);
        margin-top: -45%;
        /*   margin-top: -41.99%;*/
        width: 90%;
        left: 5%;
        z-index: 1;
        padding-bottom: 94.984375%;
    }

    .adventure:before,
    .adventure:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        background-color: black;
        width: 100%;
        height: 10vh;
        z-index: 2;
    }

    .adventure:before {
        top: -5vh;
    }

    .adventure:after {
        bottom: -5vh;
    }
}

@media (max-width: 767.91px) {
    .adventure {
        height: auto;
        overflow: hidden;
        width: 100%;
        left: 0%;
        top: calc(50vh + 60px);
        margin-top: -66.69%;
        padding-bottom: 133.3984375%;
    }
}

.adventure-white {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adventure-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translate(0, 15%) scale(10, 5);
    -ms-transform: translate(0, 15%) scale(10, 5);
    transform: translate(0, 15%) scale(10, 5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/adventure-bg.jpg);
    -webkit-filter: brightness(1.05) blur(10px) hue-rotate(180deg);
    filter: brightness(1.05) blur(10px) hue-rotate(180deg);
}






@media (max-width: 1024px) {
    .adventure-bg {
        width: 120%;
        height: 120%;
        top: -120px;
        /*調整平板上方出現白邊*/
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-filter: none;
        filter: none;
    }
}

/*測試*/
.adventure-text {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: scale(220, 50) translateX(90px);

    -ms-transform: scale(220, 50) translateX(90px);

    transform: scale(220, 50) translateX(90px);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/adventure-text.svg);
}


@media (min-width: 2000px) and (max-width: 2560px) {


    .adventure-text {

       
        -webkit-transform: scale(220, 50) translateX(60px);

        -ms-transform: scale(220, 50) translateX(60px);

        transform: scale(220, 50) translateX(60px);


    }

}

@media (max-width: 1680px) {

    .adventure-text {

       
        -webkit-transform: scale(220, 50) translateX(80px);

        -ms-transform: scale(220, 50) translateX(80px);

        transform: scale(220, 50) translateX(80px);


    }
}

@media (max-width: 1440px) {

    .adventure-text {
        -webkit-transform: scale(200, 50) translateX(70px);
        ;
        -ms-transform: scale(200, 50) translateX(70px);
        ;
        transform: scale(200, 50) translateX(70px);
        ;
    }


}

@media (max-width: 1280px) {

    .adventure-text {
        -webkit-transform: scale(240, 50) translateX(9vh);
        ;
        -ms-transform: scale(240, 50) translateX(9vh);
        ;
        transform: scale(240, 50) translateX(9vh);
        ;
    }


}

@media (max-width: 1024px) {
    .adventure-text {
        opacity: 1;
        top: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        background-image: url(../images/adventure-text_m.svg);
    }
}

.adventure-rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adventure-rect-light {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0%;
    height: 0%;
    opacity: 0;
    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
    display: none;
}

@media (max-width: 1024px) {
    .adventure-rect-light {
        width: 100%;
        left: 0;
        height: 0.2%;
        opacity: 1;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        background-color: white;
        display: none;
    }
}

.adventure-rect-top,
.adventure-rect-bottom {
    position: absolute;
    left: -25%;
    width: 150%;
    height: 50%;
    background-color: black;
}

@media (max-width: 1024px) {

    .adventure-rect-top,
    .adventure-rect-bottom {
        opacity: 1;
    }
}

.adventure-rect-top {
    top: 0;
}

.adventure-rect-bottom {
    bottom: 0;
}

@media (max-width: 1024px) {
    #pcTextMask {
        display: none;
    }

    body.enter,
    html.enter {
        -webkit-overflow-scrolling: auto !important;
    }
}

@media (min-width: 1024px) {
    #mobileTextMask {
        display: none;
    }
}