    * {
        margin: 0;
        padding: 0;
    }
    
    @font-face {
        font-family: DFT_N5;
        src: url(./font/DFT_N5.ttc)
    }
    
    .wrapper,
    .footer {
        width: 100%;
        background-color: #f4f4f4;
        font-family: "微軟正黑體";
    }
    
    html {
        background-color: #f4f4f4;
    }
    
    .innercontents {
        margin-top: 4.7%;
    }
    
    a {
        text-decoration: none;
        color: #ffffff;
        font-family: DFT_N5;
    }
    
    .offer_position {
        position: relative;
    }
    
    .offer {
        position: relative;
    }
    
    article,
    .footer p {
        margin: 0 auto;
        position: relative;
        max-width: 1000px;
    }
    
    .title_box {
        top: 500px;
    }
    
    .YT_container {
        position: relative;
    }
    /* .YT{
        position: absolute;
        top: 0;
        z-index: 999;
    } */
    /**youtube影片設定**/
    
    #video {
        /* position: relative; */
        padding-bottom: 0%;
        /*畫面16:9*/
        overflow: hidden;
    }
    
    #video iframe {
        position: absolute;
        top: 0%;
        left: 5.4%;
        width: 90%;
        height: 100%;
    }


/*nav*/
nav{
    background-color: #793623;
	height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    font-family: DFT_N5;
    font-weight: lighter;
}
nav ul{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 40px;
}
.nav_logo{
    width: 100px;
    height: auto;
    margin: 27px 0 0 52px;
    filter: drop-shadow(4px 4px 2px rgba(49, 10, 3, 0.658));
    transition-property:all;
    transition:ease-in-out;
    transition-duration: .25s;
    transform:scale(1);
}
.nav_logo:hover {
    filter: drop-shadow(0px 0px 0px rgba(49, 10, 3, 0.658));
    transform:scale(0.98);
}

nav ul li{
    list-style: none;
    text-align: center;
	font-size: 25px;
	letter-spacing: 3px;
    margin: 35px 16px 0 17px;
    display: inline-block;
}
nav ul li a{
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
nav ul li a:hover{
    color: #ffb330;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
nav ul #li_right {
    float: right;
    margin: 0% 7% 0% 0%;
}
/**/
    /*漢堡選單*/
    
    #hamburger {
        /* display: none; */
        z-index: 99;
        font-family: DFT_N5;
    }
    
    header {
        width: 100%;
        height: 50px;
        line-height: 60px;
        position: fixed;
        top: 0;
        z-index: 1000;
        pointer-events: none;
    }
    
    header .nav_logo {
        margin: 38px 0 0 20px;
    }
    
    #nav-icon {
        width: 30px;
        height: 30px;
        position: relative;
        float: right;
        top: -40px;
        right: 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        pointer-events: all;
    }
    
    #icon_bg {
        background-color: #793623;
        height: 50px;
        width: 50px;
    }
    
    #nav-icon span {
        margin-left: 10px;
        margin-top: 14px;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: #ffffff;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    #nav-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    
    #nav-icon span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    
    #nav-icon span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    
    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 4px;
        background-color: #ffb330;
    }
    
    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 4px;
        background-color: #ffb330;
    }
    
    .menu {
        z-index: 900;
        font-size: 20px;
        width: 100%;
        background-color: #793623;
        position: fixed;
        text-align: center;
        top: 0;
        margin-top: 114px;
        display: none;
    }
    
    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }
    
    .menu ul li {
        padding: 15px 0;
        border-top: #ffffff 1px dashed;
    }
    
    .menu ul li a {
        color: white;
        text-decoration: none;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .menu ul li a:hover {
        font-size: 1.2em;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        color: #ffb330;
    }
    /**/

/* 24hr_eventheader start */
.snova24hbox{
    position: fixed;
    top: 6px;
    width: 100%;
    z-index: 999;
 }
 .boxinner{
     max-width: 1000px;
     width: 100%;
     padding: 0px 0px;
     box-sizing: border-box;
     margin: 0 auto;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: row;
     pointer-events: none;    
 }

 .snova_codebox{
    position:relative;
    width: 60%;
    margin-left: 0%;
 }
 .snova100{
     background-color: white;
     padding: 0% 1%;
     color: black;
 }

.code{
    color: #b0d8ea;
    font-size: 38px;
    font-weight: bold;
    font-family: DFT_N5;
    letter-spacing: 4px;
    line-height: 134%;
    filter:drop-shadow(3px 3px 2px rgba(51, 7, 7, 0.644)) ;
    text-align: center;
    pointer-events: all;
}

.buynowbox{
    position:relative;
    width: 9.5%;
    height: inherit;
}

.buynow{
    background-color: #cd9e00;
    margin: 0%;
    padding: 10.8%;
    color: white;
    border-radius: 15px 15px;
    font-family: 'DFT_N5';
    font-size: 32px;
    text-align: center;
    filter: drop-shadow(2px 2px 0px rgba(41, 17, 17, 0.74));
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    z-index: 9999;
    pointer-events: all;
}

.buynow:hover{
    filter: drop-shadow(0px 0px 0px rgba(41, 17, 17, 0.74));
    border-radius: 0px 0px;
}


.fixed24H{
    background-color: #793623;
    height: 114px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 998;
    font-weight: lighter;
}
/* RWD */
@media screen and (max-width: 1024px) {
    #nav-icon {
        top: 31px;
    }
    .boxinner{
        margin-left:1%;
        margin-top: 0.5%;
    }
    .code{
        font-size: 37px;
        line-height: 127%;
    }
    .buynow{
        font-size: 33px;
    }
}
@media screen and (max-width: 768px) {
    .boxinner{
        margin-left:0%;
    }
    .snova_codebox{
        width: 80%;
    }
    .code{
        font-size: 37px;
        line-height: 127%;
    }
    .buynowbox{
        width: 12.5%;
    }
    
    .buynow{
        font-size: 33px;
    }
}

@media screen and (max-width: 540px) {
    .boxinner{
        margin-left:-4%;
    }
    #nav-icon {
        top: 15px;
    }
    .fixed24H{
        height: 86px;
    }
    .snova_codebox{
        width: 70%;
    }
    .code{
        font-size: 20px;
        line-height: 151%;
        letter-spacing: 2px
    }
    .buynowbox{
        width: 13.5%;
    }
    
    .buynow{
        font-size: 26px;
    }
    .menu{
    margin-top: 86px;
    }
}

@media screen and (max-width: 414px) {
    .boxinner{
        margin-left:-6%;
    }
    #nav-icon {
        top: 7px;
    }
    .fixed24H{
        height: 67px;
    }
    .snova_codebox{
        width: 72%;
    }
    .code{
        font-size: 17px;
        line-height: 151%;
    }
    .buynowbox{
        width: 12.5%;
    }
    
    .buynow{
        font-size: 19px;
    }
    .menu{
        margin-top: 67px;
        }
}

@media screen and (max-width: 375px) {
    .boxinner{
        margin-left:-6%;
    }
    #nav-icon {
        top: 7px;
    }
    .fixed24H{
        height: 67px;
    }
    .snova_codebox{
        width: 72%;
    }
    .code{
        font-size: 16.5px;
        line-height: 151%;
    }
    .buynowbox{
        width: 12.5%;
    }
    
    .buynow{
        font-size: 18px;
    }
    .menu{
        margin-top: 67px;
        }
}
@media screen and (max-width: 360px) {
    .boxinner{
        margin-left:-6%;
    }
    #nav-icon {
        top: 7px;
    }
    .fixed24H{
        height: 67px;
    }

    .snova_codebox{
        width: 70%;
    }
    .code{
        font-size: 16.5px;
        line-height: 151%;
        letter-spacing: 1px;
    }
    .buynowbox{
        width: 12.5%;
    }
    .buynow{
        font-size: 17px;
        border-radius: 11px 11px;
    }
    .menu{
        margin-top: 67px;
        }
}



@media screen and (max-width: 320px) {
    .boxinner{
        margin-left:-7%;
    }
    #nav-icon {
        top: 0px;
    }
    .fixed24H{
        height: 55px;
    }
    .snova24hbox{
        
    }
    .snova_codebox{
        width: 68%;
    }
    .code{
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 1px;
    }
    .buynowbox{
        width: 12.5%;

    }
    
    .buynow{
        font-size: 15px;
        border-radius: 9px 9px;
    }
}

/* 24hr_eventheader end */

    
    /* timer start */

    .fixedcounter{
        background-color: #793623;
        height: 114px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 998;
        font-weight: lighter;
    }
    .fixedcounter p{
        color: #b0d8ea;
        font-size: 40px;
        font-weight: bold;
        font-family: DFT_N5;
        letter-spacing: 4px;
      filter:drop-shadow(3px 3px 2px rgba(51, 7, 7, 0.644)) ;
    }

    .countdownbox{
        position: absolute; 
        top: 30%;  /* 直接調到你要的位置再改字大小 */
        margin: 0 auto;
        text-align: center;
        width: 100%; /* 一定要加上這個不然會閃閃閃 */
        display: block; /* 一定要加上這個不然會閃閃閃 */
    }
    .clock{
        color: #fddcbf;

    }



    /* 基本上以下這些尺寸調整好就可以適用IPhone系列產品包括其他手機 */

    @media screen and (max-width: 1024px) {
        .countdownbox{
        top:7%;
        }
        .fixedcounter p{
            font-size: 38px;
            padding: 2% 10%;
            line-height: 40px;
        }
        header .nav_logo{
            display: none;
        }

        .innercontents {
            margin-top: 8.7%;
        }
    }

    @media screen and (max-width: 800px) {
        .countdownbox{
            top:12%;
            }
        .innercontents {
            margin-top: 4.7%;
        }
    }
    @media screen and (max-width: 768px) {
        
        .fixedcounter p{
            font-size: 27px;
            padding: 2% 7%;
            line-height: 40px;
        }
        header .nav_logo{
            display: none;
        }

        .innercontents {
            margin-top: 11.7%;
        }
    }
    
    @media screen and (max-width: 540px) {
        .countdownbox{
            text-align: left;
        }
        .fixedcounter p{
            font-size: 24px;
            padding: 0% 18% 0 3%;
            line-height: 35px;
        }
        .innercontents {
            margin-top: 16.7%;
        }
    }
    
    @media screen and (max-width: 420px) {
    
        .fixedcounter p{
            font-size: 19px;
            padding: 0% 13% 0 3%;
            line-height: 25px;
        }

        .fixedcounter {
            height: 64px;
        }
        .innercontents {
            margin-top: 14.7%;
        }
        .menu{
            margin-top: 55px;
        }
    }
    
    @media screen and (max-width: 390px) {
    
        .fixedcounter p{
            font-size: 18px;
        }
        .innercontents {
            margin-top: 14.7%;
        }
    }
    
    @media screen and (max-width: 320px) {
    
        .fixedcounter p{
            font-size: 14px;
        }
        .innercontents {
            margin-top: 19.7%;
        }
    }
    
    @media screen and (max-width: 280px) {
    
        .fixedcounter p{
            font-size: 11px;
        }
        .innercontents {
            margin-top: 30.7%;
        }
    }
    /* timer end */
    /* Button positioning start */
    
    .info {
        position: absolute;
        top: 20%;
        margin: 0 7%;
    }
    
    .tel {
        position: absolute;
        top: 36%;
        margin: 0 7%;
    }
    
    .FB {
        position: absolute;
        top: 64%;
        max-width: 212px;
        margin-left: 7.4%;
        margin-right: 69%;
    }
    
    .LINE {
        position: absolute;
        top:64%;
        margin-left: 39%;
        margin-right: 39.5%;
    }
    
    .IG {
        position: absolute;
        top: 64%;
        max-width: 212px;
        margin-left: 70%;
        margin-right: 6.3%;
    }
    /*錨點偏移*/
    
    .target-fix {
        position: relative;
        top: -90px;
        max-width: 1000px;
        width: 100%;
        display: block;
        height: 0;
        overflow: hidden;
    }
    /* Background seting */
    
    .full-bg {
        background-position: top;
        background-size: cover;
    }
    
    .section_footer {
        background-color: #6aaeba;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .wapper {
        background-color: #ffe6ea;
    }
    
    .section1 {
        background-image: url('../img/bg/snova_2021MDLP_1_02.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section2 {
        background-image: url('../img/bg/snova_2021MDLP_1_03.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section3 {
        background-image: url('../img/bg/snova_2021MDLP_1_04.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section4 {
        background-image: url('../img/bg/snova_2021MDLP_1_05.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section5 {
        background-image: url('../img/bg/snova_2021MDLP_1_06.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section6 {
        background-image: url('../img/bg/snova_2021MDLP_1_07.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section7 {
        background-image: url('../img/bg/snova_2021MDLP_1_08.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section8 {
        background-image: url('../img/bg/snova_2021MDLP_1_09.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section9 {
        /* background-image: url('../img/bg/snova_2021MDLP_1_10.jpg'); */
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section10 {
        background-image: url('../img/bg/snova_2021MDLP_2_01.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section11 {
        background-image: url('../img/bg/snova_2021MDLP_2_02.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section12 {
        background-image: url('../img/bg/snova_2021MDLP_2_03.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section13 {
        background-image: url('../img/bg/snova_2021MDLP_2_04.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section14 {
        background-image: url('../img/bg/snova_2021MDLP_2_05.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section15 {
        background-image: url('../img/bg/snova_2021MDLP_2_06.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section16 {
        background-image: url('../img/bg/snova_2021MDLP_2_07.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section17 {
        background-image: url('../img/bg/snova_2021MDLP_2_08.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section18 {
        background-image: url('../img/bg/snova_2021MDLP_3_01.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section19 {
        background-image: url('../img/bg/snova_2021MDLP_3_02.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section20 {
        background-image: url('../img/bg/snova_2021MDLP_3_03.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section21 {
        background-image: url('../img/bg/snova_2021MDLP_3_04.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section22 {
        background-image: url('../img/bg/snova_2021MDLP_3_05.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section23 {
        background-image: url('../img/bg/snova_2021MDLP_3_06.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section24 {
        background-image: url('../img/bg/snova_2021MDLP_3_07.jpg');
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .section25 {
        background-color: #94c5ce;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    
    .full-width {
        width: 100%;
        background-repeat: no-repeat;
    }
    
    .half-width {
        width: 50% !important;
        float: left;
    }
    
    .content,
    .full-width>div {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }
    
    .content1 {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .cover {
        max-width: 1000px;
        width: 100%;
        position: absolute;
        top: 0;
    }
    /* Background seting end */
    
    .sec_3_btn {
        position: absolute;
        top: 0;
        margin: 88% 12% 0 11%;
    }
    
    .sec_14_btn {
        position: absolute;
        top: 0;
        margin: 61% 12% 0 11%;
    }
    
    .offer5_btn {
        position: absolute;
        top: 0;
        margin: 124% 18% 0 18%;
    }
    
    .offer3_btn {
        position: absolute;
        top: 0;
        margin: 119% 18% 0 18%;
    }
    
    .offer2_btn {
        position: absolute;
        top: 0;
        margin: 84% 18% 0 18%;
    }
    
    .BTNS_L {
        position: absolute;
        top: 0;
        margin: 81.5% 53% 0 10%;
    }
    
    .BTNS_R {
        position: absolute;
        top: 0;
        margin: 81.5% 10% 0 52.5%;
    }
    /* number */
    
    .one {
        position: absolute;
        top: 0%;
        margin: 55% 71% 0% 26%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 1.6s;
        opacity: 0;
    }
    
    .two {
        position: absolute;
        top: 0%;
        margin: 55% 45% 0% 46.5%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 1.8s;
        opacity: 0;
    }
    
    .three {
        position: absolute;
        top: 0%;
        margin: 55% 26% 0% 65%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 2s;
        opacity: 0;
    }
    
    .four {
        position: absolute;
        top: 0%;
        margin: 55% 9% 0% 82%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 2.2s;
        opacity: 0;
    }
    /* animated */
    
    .one_active {
        margin: 55% 76% 0% 21%;
        opacity: 1;
    }
    
    .two_active {
        margin: 55% 50% 0% 41.5%;
        opacity: 1;
    }
    
    .three_active {
        margin: 55% 31% 0% 60%;
        opacity: 1;
    }
    
    .four_active {
        margin: 55% 14% 0% 77%;
        opacity: 1;
    }
    /* PD */
    
    .snova_01 {
        position: absolute;
        top: 0%;
        margin: 59% 82% 0% 8%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        opacity: 0;
        filter: drop-shadow(2px 2px 3px #42424270);
    }
    
    .arrow_1 {
        position: absolute;
        top: 0%;
        margin: 73% 74% 0% 20.5%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: .3s;
        opacity: 0;
    }
    
    .toner_01 {
        position: absolute;
        top: 0%;
        margin: 50.6% 64% 0% 24.8%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: .5s;
        opacity: 0;
        filter: drop-shadow(2px 2px 3px #42424270);
    }
    
    .arrow_2 {
        position: absolute;
        top: 0%;
        margin: 73% 54% 0% 40.3%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: .8s;
        opacity: 0;
    }
    
    .lotion_01 {
        position: absolute;
        top: 0%;
        margin: 54% 43% 0% 47%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 1s;
        opacity: 0;
        filter: drop-shadow(2px 2px 3px #42424270);
    }
    
    .arrow_3 {
        position: absolute;
        top: 0%;
        margin: 73% 28% 0% 59.2%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 1.3s;
        opacity: 0;
    }
    
    .cream_01 {
        position: absolute;
        top: 0%;
        margin: 72% 17% 0% 66.5%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        transition-delay: 1.5s;
        opacity: 0;
        filter: drop-shadow(2px 2px 3px #42424270);
    }
    /* animated */
    
    .snova_01_active {
        margin: 59% 77% 0% 13%;
        opacity: 1;
    }
    
    .toner_01_active {
        margin: 50.6% 57.2% 0% 31.8%;
        opacity: 1;
    }
    
    .lotion_01_active {
        margin: 54% 38% 0% 52%;
        opacity: 1;
    }
    
    .cream_01_active {
        margin: 72% 13% 0% 71.5%;
        opacity: 1;
    }
    
    .arrow_1_active {
        margin: 73% 69.5% 0% 25.5%;
        opacity: 1;
    }
    
    .arrow_2_active {
        margin: 73% 50% 0% 45.3%;
        opacity: 1;
    }
    
    .arrow_3_active {
        margin: 73% 31% 0% 64.2%;
        opacity: 1;
    }
    /*flip card*/
    /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
    
    .flip-card_Toner {
        position: absolute;
        top: 3%;
        left: 6%;
        right: 35%;
        width: 400px;
        height: 400px;
        background-color: transparent;
        width: 87%;
    }
    
    .flip-card_Lotion {
        position: absolute;
        top: 3%;
        left: 6%;
        right: 35%;
        width: 400px;
        height: 400px;
        background-color: transparent;
        width: 87%;
    }
    
    .flip-card_Cream {
        position: absolute;
        top: 10%;
        left: 6.5%;
        right: 35%;
        width: 400px;
        height: 400px;
        background-color: transparent;
        width: 87%;
    }
    /* This container is needed to position the front and back side */
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.5s;
        transform-style: preserve-3d;
    }
    /* Do an horizontal flip when you move the mouse over the flip box container */
    
    .flip {
        transform: rotateY(180deg);
    }
    /* Position the front and back side */
    
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
    }
    /* Style the front side (fallback if image is missing) */
    
    .flip-card-front {}
    /* Style the back side */
    
    .flip-card-back {
        transform: rotateY(180deg);
    }
    /* 化妝水字設定 */
    
    .TF_L {
        position: absolute;
        top: 0;
        margin: 28.2% 72% 0% 18.5%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-timing-function: ease-in;
        transition-delay: .3s;
        transform: scale(0);
        opacity: 0;
    }
    
    .TF_R {
        position: absolute;
        top: 0;
        margin: 28.6% 19.0% 0% 71%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-delay: .4s;
        transition-timing-function: ease-in;
        transform: scale(0);
        opacity: 0;
    }
    
    .LF_L {
        position: absolute;
        top: 0;
        margin: 28.2% 72% 0% 18.5%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-timing-function: ease-in;
        transition-delay: .3s;
        transform: scale(0);
        opacity: 0;
    }
    
    .LF_R {
        position: absolute;
        top: 0;
        margin: 28.6% 19.0% 0% 71%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-delay: .4s;
        transition-timing-function: ease-in;
        transform: scale(0);
        opacity: 0;
    }
    
    .CF_L {
        position: absolute;
        top: 0;
        margin: 28.2% 71.5% 0% 19%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-timing-function: ease-in;
        transition-delay: .3s;
        transform: scale(0);
        opacity: 0;
    }
    
    .CF_R {
        position: absolute;
        top: 0;
        margin: 28.8% 18.5% 0% 71.5%;
        transition-property: margin, transform;
        transition-duration: .3s;
        transition-delay: .4s;
        transition-timing-function: ease-in;
        transform: scale(0);
        opacity: 0;
    }
    /*box for slide show*/
    
    .Scale {
        transform: scale(1);
        opacity: 1;
    }
    
    .slideshowbox {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .slideshowboxinner {
        max-width: 1000px;
        width: 81%;
        margin: 21% 23% 0% 9%;
        position: absolute;
        top: 0;
    }
    
    .slidepic {
        width: 80%;
        margin: 0 10%;
    }
    
    .slidepic2 {
        width: 100%;
        margin: 0 auto;
    }
    /* 開合開始 */
    
    .fliper {
        cursor: pointer;
        margin: 0 0 10% 0;
        transition: all;
    }
    
    .panel {
        display: none;
        font-family: 'Arial';
        transition: all;
        transition-duration: .5s;
        opacity: 0;
    }

    .opacity{
        opacity: 1;
    }
    /* 開合結束 */
    
    .clear {
        clear: both
    }
    
    .wrinkle {
        position: absolute;
        top: 0;
        margin: 30% 76% 0% 12%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 1s;
        transition-timing-function: ease-in-out;
    }
    
    .rough {
        position: absolute;
        top: 0;
        margin: 30% 54% 0% 34%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 1.5s;
        transition-timing-function: ease-in-out;
    }
    
    .dry {
        position: absolute;
        top: 0;
        margin: 30% 32% 0% 56%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 2s;
        transition-timing-function: ease-in-out;
    }
    
    .dark {
        position: absolute;
        top: 0;
        margin: 30% 12% 0% 76%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 2.5s;
        transition-timing-function: ease-in-out;
    }
    
    .smooth {
        position: absolute;
        top: 0;
        margin: 0% 71% 0% 14.5%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 1s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .tight {
        position: absolute;
        top: 0;
        margin: 0% 50% 0% 33%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 1.5s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .lock {
        position: absolute;
        top: 0;
        margin: 0% 32.3% 0% 51%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .protect {
        position: absolute;
        top: 0;
        margin: 3% 14.4% 0% 68%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: 2.5s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    /* 複雜動畫設定區 */
    
    .bdmove {
        transform: translate(-46%, 76%);
        margin: 30% 78.5% 0% 12%;
        opacity: 0;
    }
    
    .bdmove2 {
        transform: translate(-88%, 76%);
        margin: 30% 56.5% 0% 34%;
        opacity: 0;
    }
    
    .bdmove3 {
        transform: translate(-126%, 76%);
        margin: 30% 34.5% 0% 56%;
        opacity: 0;
    }
    
    .bdmove4 {
        transform: translate(-154%, 76%);
        margin: 30% 14.5% 0% 76%;
        opacity: 0;
    }
    /* ----------------- */
    
    .gdmove {
        transform: translate(0, 70%);
        opacity: 1;
    }
    /* 複雜動畫設定區 end */
    
    .btn_animation {
        filter: drop-shadow(3px 3px 3px rgba(67, 76, 88, 0.753));
        animation: scaling .5s ease-out infinite;
        animation-direction: alternate;
    }
    
    .btn_animation:hover {
        filter: drop-shadow(0px 0px 0px rgba(67, 76, 88, 0.753));
    }
    
    @keyframes scaling {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.05);
        }
    }
    /* offer gift */
    
    .foundation {
        position: absolute;
        top: 0;
        margin: 88.4% 70.5% 0% 30%;
        transition-property: all;
        transition-duration: .5s;
        transition-delay: .2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .clean {
        position: absolute;
        top: 0;
        margin: 88% 52% 0% 50.5%;
        transition-property: all;
        transition-duration: .5s;
        transition-delay: .2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .bottle {
        position: absolute;
        top: 0;
        margin: 89% 31% 0% 69.5%;
        transition-property: all;
        transition-duration: .5s;
        transition-delay: .2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .stoner {
        position: absolute;
        top: 0;
        margin: 88% 61% 0% 39%;
        transition-property: all;
        transition-duration: .5s;
        transition-delay: .2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .bag {
        position: absolute;
        top: 0;
        margin: 88% 40% 0% 60%;
        transition-property: all;
        transition-duration: .3s;
        transition-delay: .2s;
        transition-timing-function: ease-in-out;
        opacity: 0;
    }
    
    .ghost {
        opacity: 1;
        margin: 81.4% 60.5% 0% 18%;
        animation: float 2.5s ease-out infinite;
        -webkit-animation: float 2.5s ease-out infinite;
    }
    
    .ghost2 {
        opacity: 1;
        margin: 76% 46% 0% 45.5%;
        animation: float 2.2s ease-out infinite;
        -webkit-animation: float 2.2s ease-out infinite;
        animation-delay: 1s;
    }
    
    .ghost3 {
        opacity: 1;
        margin: 77% 26% 0% 66.5%;
        animation: float 2.8s ease-out infinite;
        -webkit-animation: float 2.5s ease-out infinite;
        animation-delay: 0.5s;
    }
    
    .ghost4 {
        opacity: 1;
        margin: 77% 57% 0% 35%;
        animation: float 2.8s ease-out infinite;
        -webkit-animation: float 2.5s ease-out infinite;
        animation-delay: 1s;
    }
    
    .ghost5 {
        opacity: 1;
        margin: 80% 28% 0% 51%;
        animation: float 2.8s ease-out infinite;
        -webkit-animation: float 2.5s ease-out infinite;
        animation-delay: 0.5s;
    }
    
    @keyframes float {
        50% {
            transform: translate(0, -10px);
            -webkit-transform: translate(0, -10px);
            -moz-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
            -o-transform: translate(0, -10px);
        }
    }
    /*popup notice content*/
    
    .popup-content {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        z-index: 999999999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .popup-content img {
        width: 80%;
        margin: 1em auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    @media (min-width: 1000px) {
        .popup-content img {
            width: 60%;
        }
    }
    
    .popup-content.show {
        opacity: 1;
        visibility: visible;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        overflow-y: scroll;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    .popup-content.show img {
        width: 80%;
    }
    
    @media (min-width: 1000px) {
        .popup-content.show img {
            width: 80%;
        }
    }
    
    .nno {
        position: absolute;
        top: 0;
        margin: 62% 69% 0% 11%;
    }
    
    .est {
        position: absolute;
        top: 0;
        margin: 44% 16.5% 0% 65.5%;
    }
    
    .nto {
        position: absolute;
        top: 0;
        margin: 76.5% 9% 0% 73%;
    }
    
    .firm {
        position: absolute;
        width: 233px;
        height: 155px;
        color: #333;
        font-family: 'Microsoft YaHei', Arial;
        text-align: center;
        top: 0;
        margin: 61% 0% 0% 9%;
    }
    
    em{
        font-family: DFT_N5;
        color:#ffffff;
        font-size: 1.5em;
    }
    
    .firm .nums {
        margin: 10px auto 10px;
    }
    
    .firm span {
        display: inline-block;
        width: 50px;
        height: 70px;
        background: url(../img/NUM_ROLL.png) no-repeat;
    }
    /* Prevent the unexpect Gap */
    
    img {
        display: block;
        width: 100%;
    }
    
    .subtitle_1 {
        max-width: 1000px;
        z-index: 991;
        position: absolute;
    }
    
    @media screen and (max-width: 768px) {
        .fix-buy-btn {
            width: 28%;
            max-width: 170px;
        }
    }
    
    .barbuttom {
        color: #303552;
    }

/*跳轉按鈕*/
#lnk_01, #lnk_02{
	visibility: hidden;
	position: fixed;
	z-index: 999;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#lnk_01 {
	bottom: 0px;
	right: 2%;
	width: 250px;
	display: block;
}
#lnk_02{
	display: none;
	bottom: 0;
}
.button_hide{
	bottom: -300px !important;
}

/*RWD*/
@media screen and (max-width: 1200px){
	#lnk_01{
		width: 200px;
		right: 0%;
		bottom: 120px ;
	}
}
@media screen and (max-width: 800px){
	#lnk_01{
		width: 180px;
		bottom: 120px ;
	}
}
@media screen and (max-width: 600px){
	#lnk_01{
		display: none;
	}
	#lnk_02{
		display: block;
	}
	.fb_dialog{
		bottom: 100px !important;
	 }
}

    /*RWD*/
    
    @media screen and (max-width: 1000px) {
        .LINE {
            margin-left: 39%;
            margin-right: 37.5%;
        }
    }
    
    @media screen and (max-width: 860px) {

        nav {
            display: none;
        }
        #hamburger {
            display: block;
        }

        #ig {
            width: 90%;
            pointer-events: none;
            margin-left: 5%;
            padding-bottom: 12%;
        }
        .ig_pic {
            width: 100% !important;
            float: left;
        }
        #ig_l {
            margin: 0;
        }
        .popup-content.show img {
            width: 80%;
            margin: 90% auto;
        }
    }
    
    @media screen and (max-width: 760px) {

        .target-fix {
            position: relative;
            top: -50px;
            max-width: 1000px;
            width: 100%;
            display: block;
            height: 0;
            overflow: hidden;
        }
    }

    
    
    @media screen and (max-width: 480px) {

        .swiper-pagination-bullet {
            width: 5px;
            height: 5px;
        }
         :root {
            --swiper-navigation-size: 30px;
        }
    }
    

    
    @media screen and (max-width: 400px) {

        .swiper-pagination-bullet {
            width: 5px;
            height: 5px;
        }
         :root {
            --swiper-navigation-size: 30px;
        }
    }
    
    @media screen and (max-width: 350px) {

        .swiper-pagination-bullet {
            width: 5px;
            height: 5px;
        }
    }