@charset "utf-8";

body {
    font-family: "Century Gothic", "Arial", "微軟正黑體", "Microsoft JhengHei", "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
    position: relative;
}

.lan_wrapper {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif, sans-serif;
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    color: #fff !important;
    background: #06142b;
    overflow-x: hidden;
}

.lan_wrapper .bg-img img {
    display: block;
}

section {
    margin: 0 auto;
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}

* {
    box-sizing: border-box;
}

sub {
    /*font-size: 50%;*/
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

sup {
    /*font-size: 50%;*/
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: super;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.mb {
    display: none !important;
}

@media (max-width: 820px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
}

.text-shadow-w {
    -webkit-text-shadow: 0 0 10px rgba(255, 255, 255, .6);
    text-shadow: 0 0 10px rgba(255, 255, 255, .6);
}

.text-shadow-black {
    -webkit-text-shadow: 0 0 30px rgba(17, 42, 89, 0.4);
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.text-shadow-blue {
    text-shadow: 0 0 10px rgba(18, 147, 244, 0.5);
}

.btn {
    color: #fff !important;
    /*background: #000;*/
    background: url(../images/btn_bg-w.png) center center no-repeat #06152c;
    background-size: cover;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 11px 15px;
    width: 45%;
    margin: 0 3px;
    /*margin: auto;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
    /*box-shadow: 0 0 10px #fff;*/
    width: 162px;
}

.btn.btn-large {
    letter-spacing: 0.1rem;
    width: 220px;
    line-height: 1.2;
    padding: 6px;
}

.btn_black {
    background: #000 !important;
}

.btn-w100 {
    width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000 !important;
    color: #000 !important;
    background: #fff !important;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

@media screen and (max-width: 1180px) {
    .btn {
        padding: 10px 12px;
        font-size: 1.55vw;
        width: 144px;
    }

    .btn.btn-large {
        width: 180px;
        padding: 5px;
    }

}

@media screen and (max-width: 820px) {
    .btn {
        padding: 2.3vw 3vw;
        font-size: 4.6vw;
        max-width: none;
    }

}

@media screen and (max-width: 500px) {
    .adjust {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: -130px;
    }

    .adjust2 {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100px;
        top: 140px;
    }
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
    color: #fff;
}

.lan_wrapper p {
    font-size: 21px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper p small {
    font-size: 85.75%;
    line-height: 1.5;
}

.lan_wrapper h2 {
    font-size: 48px;
    font-weight: 600;
}

.lan_wrapper h2 small {
    color: inherit;
}

.lan_wrapper h2 span.larger,
.lan_wrapper h3 span.larger,
.lan_wrapper h4 span.larger,
.lan_wrapper h5 span.larger,
.lan_wrapper h6 span.larger {
    font-size: 133.33%;
}


.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
    font-size: 120%;
}

.lan_wrapper h2 .num2,
.lan_wrapper h3 .num2,
.lan_wrapper h4 .num2,
.lan_wrapper h5 .num2,
.lan_wrapper h6 .num2 {
    font-size: 140%;
}


.lan_wrapper h3 {
    font-size: 38px;
}

.lan_wrapper h3 small {
    color: inherit;
    font-size: 89.5%;
}


.lan_wrapper h6 {
    font-size: 30px;
}

.lan_wrapper h6 small {
    color: inherit;
    font-size: 86.66%;
}

.lan_wrapper h4 {
    font-size: 24px;
}

.lan_wrapper h5 {
    font-size: 21px;
}

.lan_wrapper h5 span.larger {
    font-size: 210%;
}

@media screen and (max-width: 1280px) {
    .lan_wrapper h2 {
        font-size: 3.6vw;
    }

    .lan_wrapper h3 {
        font-size: 2.97vw;
    }

    .lan_wrapper h6 {
        font-size: 2.35vw;
    }

    .lan_wrapper h4 {
        font-size: 1.88vw;
    }

    .lan_wrapper h5 {
        font-size: 1.64vw;
    }

    .lan_wrapper p {
        font-size: 1.64vw;
    }
}

@media screen and (max-width: 1024px) {
    .lan_wrapper h2 {
        font-size: 38.4px;
    }

    .lan_wrapper h3 {
        font-size: 30.4px;
    }

    .lan_wrapper h6 {
        font-size: 24px;
    }

    .lan_wrapper h4 {
        font-size: 19.2px;
    }

    .lan_wrapper h5 {
        font-size: 16.8px;
    }

    .lan_wrapper p {
        font-size: 16.8px;
    }
}

@media screen and (max-width: 820px) {
    .lan_wrapper h2 {
        font-size: 42px;
        font-size: 6.7vw;
        overflow: visible;
        height: auto;
        display: block;
    }

    .lan_wrapper h3 {
        font-size: 5.7vw;
    }

    .lan_wrapper h6 {
        font-size: 5.7vw;
    }

    .lan_wrapper h4 {
        font-size: 4.6vw;
    }

    .lan_wrapper h5 {
        font-size: 4vw;
    }

    .lan_wrapper p {
        font-size: 3.7vw;
    }

    .lan_wrapper h5 span.larger {
        font-size: 140%;
    }
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}


.bold {
    font-weight: 700 !important;
}

.light-blue {
    color: #c0e6fb !important;
}

.light-blue2 {
    color: #8ee9fc !important;
}

.dark-blue {
    color: #04254b !important;
}

.shine-text {
    background: -webkit-linear-gradient(left, #000 0%, #1f3b55 24%, #000 36%, #1f3b55 46%, #000 52%, #5e6d7b 58%, #5e6d7b 67%, #072643 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shine-text-1 {
    background: -webkit-linear-gradient(left, #bae4fb 0%, #fff 24%, #bae4fb 36%, #fff 46%, #bae4fb 52%, #fff 58%, #fff 67%, #bae4fb 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shine-text-2 {
    background: -webkit-linear-gradient(left, #60a4ca 0%, #81c9f1 24%, #60a4ca 36%, #81c9f1 46%, #60a4ca 52%, #81c9f1 58%, #81c9f1 67%, #60a4ca 100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 300%;
    -webkit-animation: shineText 10s infinite;
    animation: shineText 10s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@keyframes shineText {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.shine-btn {
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.shine-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    animation: btn-shine 5s ease 1s infinite;
}

@keyframes btn-shine {
    0% {
        transform: translateX(-150%) skewX(-15deg);
        opacity: 1;
    }

    80% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(450%) skewX(-15deg);
        opacity: 0;
    }
}

/*區塊共用標題設定*/
.section-title {
    text-align: center;
    padding: 70px 0 0;
    margin: 0 auto;
}

.section-title img {
    display: block;
    margin: -5px auto;
}

/*
.sec_02 .section-title {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
*/

/*影片style*/
.video_wrap {
    position: relative;
}

video {
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.home_shopping a img {
    display: block;
}

/*******************Anchor ********************/

.anchor {
    background-color: #06132a;
    padding: 30px 0;
    text-align: center;
}

.anchor a {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: 0 15px;
    line-height: 1;
}

.anchor a:last-of-type {
    border-right: none;
}

@media (max-width:1180px) {
    .anchor a {
        font-size: 19.2px;
    }
}

@media (max-width:820px) {
    .anchor a {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        display: inline-block;
    }

    .anchor a:nth-of-type(3) {
        border-right: none;
    }

}

/*******************sec_01 KV********************/

.sec_01 {
    background: url(../images/sec01_pc.jpg) top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    position: relative;
    height: 896px;
}


.sec_01 a:last-of-type.btn.btn-large {
    /*margin-left: 55%;*/
    padding: 2.39%;
}

.sec_01 .intro {
    height: 99%;
    position: absolute;
    z-index: 1;
    width: 59%;
    top: 6%;
    bottom: 0;
    left: 5%;
    margin: 0 auto;
}

.sec_01 .intro h2 {
    margin: 0.05em auto 0.01em;
    letter-spacing: 0.02em;
}

/*
.sec_01 .intro .shining-tit {
    width: 35%;
    display: block;
    margin: -40px 0 -24px 57%;
    -webkit-animation: shining2 2s infinite linear alternate;
    animation: shining2 2s infinite linear alternate;
    animation: shining2 2s infinite linear alternate;
}

@keyframes shining2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

@-webkit-keyframes shining2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}
*/

.sec_01 .intro h3 {
    margin: 0 auto 20px;
    letter-spacing: 0.04em;
}

.sec_01 .intro .slogan {
    position: absolute;
    top: 23%;
    left: 0;
    width: 34%;
}

.sec_01 .intro .slogan h6,
.sec_01 .intro .slogan h5 {
    width: fit-content;
    padding-right: 13%;
    padding-left: 2%;
    padding-top: 2%;
}

.sec_01 .intro .slogan h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1%;
    margin-bottom: 1%;
    line-height: 1.3;
}

.sec_01 .intro .data_wrap {
    position: absolute;
    width: 35%;
    top: 42%;
    left: 56%;
}

.sec_01 .intro .data_wrap h6 {
    border-bottom: 1px solid #c0e6fb;
    padding: 0 8% 3% 12%;
    margin-right: -2%;
    margin-top: 9%;
    width: fit-content;
}

.sec_01 .intro .data h6 small {
    color: inherit;
    font-size: 86.66%;
}

.sec_01 .intro .data {
    text-align: center;
    width: fit-content;
    margin-top: 7%;
    padding-left: 12%;
}

.sec_01 .intro .data h6 span {
    font-size: 173.33%;
}

.sec_01 .intro .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}

.sec_01 .kv-deco {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .sec_01 {
        height: 716.8px;
    }

    .sec_01 .intro .btn-wrap {
        bottom: 17%;
    }
}


@media (max-width: 960px) {
    .sec_01 {
        height: 75vw;
    }

    .sec_01 .intro {
        width: 54%;
    }

    .sec_01 .intro .btn-wrap {
        bottom: 24%;
    }

}

@media (max-width: 820px) {
    .sec_01 {
        background: url(../images/sec01_mb.jpg) top center no-repeat #06132a;
        background-size: 100%;
        width: 100%;
        height: 160vw;
    }

    .sec_01 .intro {
        width: 95vw;
        top: 5vw;
        left: 5vw;
        margin: 0 auto;
        position: relative;
    }

    .sec_01 .intro h2 {
        margin-bottom: 0.5vw;
        letter-spacing: 0.05rem;
        padding-top: 3.5vw;
    }

    .sec_01 .intro h3 small {
        font-size: 100%;
    }

    .sec_01 .intro h6:nth-of-type(2) {
        margin-top: 3vw;
    }

    .sec_01 .intro .slogan h6 {
        padding-bottom: 2%;
    }

    .sec_01 .intro .slogan h5 {
        line-height: 1.4;
    }

    .sec_01 .intro .data {
        margin-left: -1.5%;
    }

    .sec_01 .intro .data h6 span {
        font-size: 144%;
    }

    .sec_01 .intro .slogan {
        margin-top: 2.7%;
        margin-left: -3%;
        width: 53%;
    }

    .sec_01 .intro .data_wrap {
        width: 45%;
        top: 45%;
        left: 53%;
    }

    .sec_01 .intro .data {
        margin-top: 5.5%;
    }

    .sec_01 .intro .data_wrap h6 {
        padding-right: 3%;
    }

    .sec_01 h6 small {
        font-size: 82%;
        -webkit-text-shadow: 0 0 10px rgba(1, 8, 14, 0.5), 0 0 10px rgba(1, 8, 14, 0.5), 0 0 10px rgba(1, 8, 14, 0.5);
        text-shadow: 0 0 10px rgba(1, 8, 14, 0.5), 0 0 10px rgba(1, 8, 14, 0.5), 0 0 10px rgba(1, 8, 14, 0.5);
    }

    .sec_01 .intro .btn-wrap {
        width: 100%;
        text-align: center;
        bottom: 22vw;
        margin: 5vw auto;
        margin-left: -5vw;
    }

    .sec_01 a.btn.btn-large {
        width: 42vw;
    }

    .sec_01 a:last-of-type.btn.btn-large {
        padding: 3.92vw;
    }

}

/**********************mothersDay_salesBn**************************/
.mothersDay_salesBn {
    width: 100%;
    background: url(../images/bn01_210323_bg.jpg) no-repeat top center;
    background-size: cover;
}

.mothersDay_salesBn ul {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.mothersDay_salesBn ul li {
    overflow: hidden;
    float: left;
    display: table;
}

.mothersDay_salesBn ul li:first-of-type {
    width: 510px;
}

.mothersDay_salesBn ul li:last-of-type {
    width: 560px;
}

.mothersDay_salesBn ul li div.salesBnContent {
    display: table;
}

.mothersDay_salesBn ul li div.salesBnContent01 {
    float: right;
    margin-right: 8%;
}

.mothersDay_salesBn ul li div.salesBnContent02 {
    float: left;
}

.mothersDay_salesBn ul li img,
.mothersDay_salesBn ul li div.salesBnText {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.mothersDay_salesBn h5 {
    font-size: 21px;
    background: #01a0e4;
    color: #FFF;
    padding: 5px 10px;
    display: table;
}

.mothersDay_salesBn h2 {
    font-size: 30px;
}

.mothersDay_salesBn .btn-wrap a {
    float: left;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

/* .section-5-form-wrap .adjust.adjustPc {
        top: -150px;
    } */
@media (max-width: 1070px) {
    .mothersDay_salesBn h2 {
        font-size: 2.5vw;
    }

    .mothersDay_salesBn ul {
        width: 100%;
        padding-bottom: 10%;
    }

    .mothersDay_salesBn ul li:first-of-type {
        width: 47%;
    }

    .mothersDay_salesBn ul li:last-of-type {
        width: 53%;
    }
}

@media (max-width: 820px) {
    .mothersDay_salesBn ul li:first-of-type {
        width: 100%;
        float: none;
        margin: 0 auto 40px auto;
    }

    .mothersDay_salesBn ul li:last-of-type {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .mothersDay_salesBn ul li div.salesBnContent {
        width: 100%;
    }

    .mothersDay_salesBn ul li div.salesBnContent01 {
        float: none;
        margin-right: 0;
    }

    .mothersDay_salesBn ul li img,
    .mothersDay_salesBn ul li div.salesBnText {
        width: 54%;
    }

    .mothersDay_salesBn ul li img {
        float: right;
        margin-right: 6%;
        width: 34vw;
    }

    .mothersDay_salesBn h2 {
        font-size: 5vw;
    }

    .mothersDay_salesBn h5 {
        font-size: 3vw;
        margin-bottom: 5px;
    }
}

@media (max-width: 610px) {
    .mothersDay_salesBn ul li div.salesBnText {
        width: 57vw;
    }
}

@media (max-width: 460px) {
    .mothersDay_salesBn .btn-wrap a {
        width: 80%;
    }
}


/*******************sec_02 VIDEO********************/

.sec_02 .video_wrap {
    position: absolute;
    width: 90%;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.sec_02 .note {
    position: absolute;
    text-align: left;
    left: 2.5%;
    bottom: 125px;
    font-size: 8px !important;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 1280px) {

    .sec_02 .note {
        bottom: 10vw;
    }

    .section-title {
        text-align: center;
        padding: 5.47vw 0 0;
        margin: 0 auto;
    }

    .section-title img {
        display: block;
        margin: -0.39vw auto;
    }

}


@media (max-width: 820px) {

    .sec_02 .section-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }

    .section-title {
        padding: 8vw 0 3vw;
    }

    .section-title img {
        max-width: 80vw;
        margin: -2px auto;
    }

    .sec_02 .note {
        font-size: 2.4vw !important;
        position: absolute;
        text-align: justify;
        width: 90%;
        left: 2.5%;
        right: 0;
        bottom: 0;
        padding-bottom: 5vw;
    }
}

/*******************sec_03 代言人********************/
.sec_03 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*
.hex_wrap {
    margin-top: 5%;
    margin-left: 9%;
}
*/

.hex_wrap .hex {
    /*display: inline-block;
    position: relative;*/
    position: absolute;
    width: 15%;
    top: 34%;
    left: 65%;
}

.hex_wrap .hex:nth-of-type(2) {
    top: 48%;
    left: 57%;
}

.hex_wrap .hex:nth-of-type(3) {
    top: 48%;
    left: 72.7%;
}

.hex_wrap .hex img {
    width: 100%;
}

.hex_wrap .hex .text {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.hex_wrap .hex h3 {
    margin-bottom: 0.3em;
}

.hex_wrap .hex h3 span {
    font-size: 151.6%;
}

.circle_wrap {
    position: relative;
    width: 50%;
    height: 50%;
    margin-top: -1%;
}

.circle_wrap .circle {
    display: inline-block;
    position: absolute;
    width: 35%;
    margin-top: 2.3%;
    text-align: center;
}

.circle_wrap .circle.circle_01 {
    top: 9%;
    left: 17%;
}

.circle_wrap .circle.circle_02 {
    top: 25%;
    left: 48%;
}

.circle_wrap .circle.circle_03 {
    top: 53%;
    left: 21%;
}

.circle_wrap .circle .text {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.circle_wrap .circle h6 span {
    font-size: 235.33%;
}

.circle_wrap .circle h6 small {
    font-size: 92%;
}

.sec_03 p.yoyang {
    position: absolute;
    right: 15%;
    top: 78%;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 820px) {
    .hex_wrap {
        margin: 1vw auto 0;
        text-align: center;
    }

    .hex_wrap .hex {
        display: inline-block;
        position: relative !important;
        width: 27%;
        top: auto !important;
        left: auto !important;
    }

    .hex_wrap .hex .text {
        top: 8vw;
    }

    .hex_wrap .hex h3 {
        margin-bottom: 1.5vw;
    }

    .hex_wrap .hex .text h5 {
        font-size: 3.6vw;
    }

    .circle_wrap {
        width: 100%;
        height: 90vw;
        margin-top: -4vw;
    }

    .circle_wrap .circle.circle_01 {
        top: 2%;
        left: 3%;
    }

    .circle_wrap .circle.circle_02 {
        top: 35.5%;
        left: 13%;
    }

    .circle_wrap .circle.circle_03 {
        top: 69%;
        left: 3%;
    }

    .circle_wrap .circle {
        transform: scale(0.92);
    }

    .circle_wrap .circle .text {
        transform: scale(0.8);
        top: 9.8vw;
    }

    .sec_03 p.yoyang {
        right: 9%;
        top: 151vw;
    }

}

/*******************sec_04 成分********************/
.sec_04 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sec_04 .content h6 {
    line-height: 1.5;
    margin-top: 5%;
    margin-left: 23.6%;
}

.sec_04 .content .intro .text h6 {
    margin-left: 0;
    line-height: 1.2;
    margin-top: 1.5%;
}

.sec_04 .content .intro .text h5 {
    margin-top: 1rem;
    line-height: 1.4;
}

.sec_04 .content .intro:last-of-type .text h5 {
    margin-top: 2.7em;
    margin-bottom: 1rem;
}

.sec_04 .content .intro_wrapper {
    display: flex;
    flex-direction: column;
    width: 110%;
    height: 65%;
    justify-content: center;
}


.sec_04 .content .intro {
    position: relative;
    width: 63.5%;
    margin-top: 1%;
}

.sec_04 .content .intro:last-of-type {
    margin-top: 3%;
}

.sec_04 .content .intro img {
    width: 88.4%;
    position: absolute;
    top: 0;
    left: 0;
}


.sec_04 .content .intro .more img {
    width: 77%;
}


.sec_04 .content .intro .text {
    width: 42%;
    margin-left: 37%;
}

/*
.sec_04 .content .intro:first-of-type img {
    top:0;
}

.sec_04 .content .intro:last-of-type img {
    top: 0;
}
*/
.sec_04 .content .intro p {
    line-height: 1.4;
}

.sec_04 .content .product_name {
    position: absolute;
    text-align: center;
    width: fit-content;
    bottom: 11%;
    right: 16%;
}


.more:hover .button-icon {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
}

.text .button-icon {
    position: relative;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: text-bottom;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    -o-transition: transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: transform .3s cubic-bezier(.46, .1, .29, 1), -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    display: inline-block;
    margin-left: 1%;
}

.text .button-icon:after,
.text .button-icon:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    background-color: #fff
}

.text.active .button-icon:after {
    display: none;
}

.text .button-icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    -o-transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99), -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99)
}

.intro .more {
    width: 100%;
    position: relative;

}

.intro .more img {
    display: none;
    width: 100%;
}

.text.active .more img {
    display: block;
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    position: relative;
    margin-left: 12%;
    margin-top: -3%;
    margin-bottom: -28%;
}

@media screen and (max-width: 820px) {
    .text .button-icon {
        width: 5vw;
        height: 5vw;
    }

    .sec_04 .section-title {
        padding: 12vw 0 3vw;
    }

    .sec_04 .content h6 {
        line-height: 1.4;
        margin-top: 10vw;
        margin-left: 6vw;
    }


    .sec_04 .content .intro {
        width: 100%;
        margin-top: 3vw;
    }

    .sec_04 .content .intro_wrapper {
        width: 100%;
        height: 61%;
    }

    .sec_04 .content .intro img {
        position: relative;
        width: 100%;
    }

    .sec_04 .content .intro .more img {
        width: 100%;
        margin-top: 1vw;
        margin-left: -1vw;
    }


    .sec_04 .content .intro .text {
        width: 47%;
        margin-left: auto;
        margin-left: 5vw;
        margin-top: -22vw;
    }

    .sec_04 .content .intro:first-of-type img {
        top: 0;
    }

    .sec_04 .content .intro:last-of-type img {
        top: 0;
    }

    .sec_04 .content .intro:last-of-type {
        margin-top: 13vw;
    }

    .sec_04 .content .intro:last-of-type .text {
        width: 50%;
        margin-left: 37vw;
        margin-top: -38.7vw;
    }

    .sec_04 .content .product_name {
        bottom: 33vw;
        right: 0;
        left: 0;
        margin: auto;
    }

}


/*******************sec_05 B&A素人實證********************/
.sec_05 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sec_05 .section-title {
    padding-top: 90px;
}


.sec_05 .content .slider2 {
    width: 92%;
    margin: 4% auto 0;
}

.sec_05 .content .slider2 img {
    position: relative;
}

.sec_05 .content .slider2 .BA .text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
}

.sec_05 .content h6,
.sec_05 .content h5 {
    display: inline-block;
}

.sec_05 .content h5 span {
    font-size: 175%;
}

@media screen and (max-width: 820px) {
    .sec_05 .section-title {
        padding-top: 8vw;
    }

    .sec_05 .content .slider2 {
        width: 90%;
        margin: 2vw auto 0;
    }

    .sec_05 .content h5 {
        font-size: 4.6vw;
    }

    .sec_05 .content h6 {
        font-size: 7vw;
    }

}

/*******************sec_06 零添加 ********************/
.sec_06 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sec_06 .section-title h2,
.sec_06 .section-title h3 {
    color: #000 !important;
    text-align: left;
}

.sec_06 .section-title {
    padding: 70px 0 0 6%;
}

.sec_06 .section-title img {
    margin-left: 3%;
}

.sec_06 .content .zero_wrap {
    width: 45%;
    text-align: center;
    margin-left: 6%;
    margin-top: 5%;
}

.sec_06 .content .zero_wrap ul {
    display: flex;
    justify-content: space-between;
}

.sec_06 .content .zero_wrap ul li {
    display: flex;
}

.sec_06 .content .zero_wrap img.zero {
    width: 42%;
    margin: auto;
}

.sec_06 .content .zero_wrap img {
    width: 20%;
    height: auto
}

.sec_06 .content .table h6 .math {
    font-size: 190%;
    font-weight: 500 !important;
    vertical-align: top;
}

.sec_06 .content .table h6 .number {
    font-size: 296%;
}

.sec_06 .content .table {
    position: relative;
    margin-top: 5%;
}

.sec_06 .content .table img {
    width: 100%;
}

.sec_06 .content .table .text_wrap {
    width: 88%;
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.sec_06 .content .table .text_wrap .text {
    text-align: center;
}

.sec_06 .content .table .text_wrap .text h6:last-of-type {
    margin-top: 12%;
}

@media screen and (max-width: 1024px) {
    .sec_06 .section-title img {
        margin-left: -1%;
    }

    .sec_06 .content .table {
        margin-top: 2%;
    }

}

@media screen and (max-width: 820px) {
    .sec_06 .section-title {
        padding: 8vw 0 3vw;
    }

    .sec_06 .section-title img {
        margin-left: auto;
    }

    .sec_06 .section-title h2,
    .sec_06 .section-title h3 {
        text-align: center;
    }

    .sec_06 .content .zero_wrap img {
        width: 6.5vw;
        height: 6vw;
    }

    .sec_06 .content .zero_wrap {
        width: 35%;
        margin-left: 7vw;
        margin-top: 7vw;
        margin-bottom: 8vw;
    }

    .sec_06 .content .zero_wrap img.zero {
        width: 33vw;
        height: auto;
    }

    .sec_06 .content .zero_wrap ul {
        flex-direction: column;
    }

    .sec_06 .content .zero_wrap ul li {
        margin-top: 3.5vw;
    }

    .sec_06 .content .zero_wrap ul li h6 {
        font-size: 5.2vw;
    }

    .sec_06 .content .table h6 {
        font-size: 4vw;
    }

    .sec_06 .content .table .text_wrap {
        top: 7vw;
    }

}


/*******************sec_07 補充瓶 ********************/
.sec_07 .content {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 15%;
    right: 0;
    text-align: center !important;
}

.sec_07 .content h6 {
    margin-top: 9%;
    margin-bottom: 5%;
}

.sec_07 .content .btn-wrap {
    margin-top: 5%;
}

.sec_07 .content h3 {
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .sec_07 .content h6 {
        margin-top: 5.5%;
        line-height: 1.4;
    }

}

@media screen and (max-width: 820px) {
    .sec_07 .content {
        width: 100%;
        top: 5vw;
    }

    .sec_07 .text_wrap {
        width: 60%;
        margin-left: 43%;
        margin-top: 12vw;
    }

    .sec_07 .text_wrap h3 {
        font-size: 5.6vw;
    }

    .sec_07 .content h6 {
        font-size: 4.4vw;
    }


}

/*******************sec_08 Q&A ********************/

.sec_08 .content {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center !important;
}

.sec_08 .section-title {
    padding: 3% 0;
}

.q_wrapper {
    border: 1px solid #c0e6fb;
    border-radius: 0 15px 0 15px;
    overflow: hidden;
    margin-top: 2.5%;
}

.q_wrapper .question {
    display: block;
    background: -webkit-linear-gradient(-45deg, #04121e 0%, #163863 80%);
    padding: 2% 3.5%;
    text-align: left;
}

.q_wrapper .question h6 {
    width: 95%;
    display: inline-block;
}

.q_wrapper .answer {
    display: none;
}

.q_wrapper.active .answer {
    display: block;
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.fadeInUp {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.q_wrapper .answer p {
    padding: 2% 4% 3%;
}

.q_wrapper .question h6 small {
    font-size: 93.33%;
}

.q_wrapper .question h6 .FtraMd {
    font-size: 133.33%;
}

.q_wrapper .answer p small {
    font-size: 67%;
}

.question:hover .button-icon {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
}

.question .button-icon {
    position: relative;
    padding: 0;
    margin: 0;
    width: 1.7rem;
    height: 1.7rem;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    -o-transition: transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: transform .3s cubic-bezier(.46, .1, .29, 1);
    transition: transform .3s cubic-bezier(.46, .1, .29, 1), -webkit-transform .3s cubic-bezier(.46, .1, .29, 1);
    display: inline-block;
}

.question .button-icon:after,
.question .button-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.5px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #c0e6fb
}

.q_wrapper.active .question .button-icon:after {
    display: none;
}

.question .button-icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    -o-transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99);
    transition: transform .2s .3s cubic-bezier(.55, .05, .22, .99), -webkit-transform .2s .3s cubic-bezier(.55, .05, .22, .99)
}

@media screen and (max-width: 820px) {
    .sec_08 .content {
        width: 86%;
    }

    .sec_08 .section-title {
        padding: 12vw 0 5vw;
    }

    .q_wrapper {
        border-radius: 0 3vw 0 3vw;
        margin-top: 4vw;
        border-width: 0.25vw;
    }

    .q_wrapper .question {
        padding: 3vw 2vw;
    }

    .q_wrapper .answer p {
        padding: 3vw 5vw 5vw;
    }

    .q_wrapper .question h6 small {
        font-size: 84%;
        position: relative;
        font-weight: 500;
        padding-right: 3vw;
        letter-spacing: 0.02em;
    }

    .q_wrapper .question h6 {
        width: 92%;
        padding-left: 10vw;
        padding-right: 1.5vw;
    }

    .q_wrapper .question h6 small::before {
        content: "Q";
        position: absolute;
        top: 7vw;
        left: -9vw;
        width: 5vw;
        height: auto;
        color: #c0e6fb;
        font-family: 'FtraMd', 'sans-serif' !important;
        letter-spacing: 0.05em;
        font-size: 7.6vw;
    }

    .q_wrapper.q3 .question {
        padding: 2vw 2vw;
    }

    .q_wrapper.q3 .question h6 {
        vertical-align: top;
        margin-top: 2vw;
    }

    .q_wrapper.q3 .question h6 small::before {
        top: 0;
    }
}

@media screen and (max-width: 500px) {

    .question .button-icon {
        width: 4vw;
        height: 10vw;
        z-index: 99;
    }
}


/********************** GN-hot 熱銷組合**************************/

.GN-hot {
    background: url(../images/GN-hot_pc2.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 3vw;
}


.GN-hot .section-title {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


.GN-hot .content {
    width: 94%;
    padding: 150px 0 0;
    margin: auto;
}

/*
.GN-hot .content .product_01 {
    margin-right: -4%;
}

.GN-hot .content .product_02 {
    margin-left: -4%;
}
 */

.GN-hot .content a {
    display: block;
}

@media (max-width:1280px) {
    .GN-hot .content {
        padding-top: 12vw;
    }
}

@media (max-width:1024px) {
    .GN-hot .content .product_01 {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width:820px) {
    .GN-hot {
        background: url(../images/GN-hot_mb2.jpg) no-repeat top center;
        background-size: cover;
        padding-bottom: 15vw;
    }

    .GN-hot .content {
        width: 100%;
        padding-top: 2vw;
    }

    .GN-hot .content .product_01 {
        width: 100%;
        margin: 0;
    }

    .GN-hot .content .product_02 {
        margin: 0;
    }

    .GN-hot .section-title {
        position: relative;
        top: auto;
        padding-top: 11vw;
    }

    .GN-hot a {
        display: block;
    }
}

/* sec 08 如何使用*/
.how2use {
    background: url(../images/HTU_pc.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 119px;
}

.way,
.how {
    margin-top: 70px;
}

.way .content {
    width: 88.5%;
    margin: 0 auto;
}

.how2use .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.how2use .how .title {
    margin-bottom: 0;
}

.how2use .title h3 {
    z-index: 1;
    position: relative;
    padding-top: 1%;
}

.how2use .title img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.way .steps_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.way .steps_wrap .step {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 0 33%;
}

.way .steps_wrap .step .text {
    width: 90%;
    margin: 4% auto;
}

.GN-product .content {
    background-color: #fff;
    width: 62%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, .6);
    box-shadow: 0 0 15px rgba(255, 255, 255, .6);
    padding: 35px 45px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.GN-product .content .product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 30%;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.GN-product .content .product img {
    width: 46%;
    padding-top: 10%;
}

.GN-product .content .product .text {
    text-align: center;
    flex: 0 0 49%;
}

.GN-product .content .product .text a img {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.GN-product .content .product .text p {
    text-align: center;
    flex: 0 0 55%;
    font-size: 18px;
    text-align: justify;
    margin: 20px auto;
}

.GN-product .content .product .text h4 {
    color: #055287;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: fit-content;
    padding: 3px 20px;
    margin: 0 auto;
    font-weight: bold;
}

.GN-product .content .product .text h5 {
    color: #055287;
    position: absolute;
    top: -1%;
    left: 5%;
}

@media (max-width:1280px) {
    .how2use {
        padding-bottom: 8vw;
    }


    .GN-product .content .product .text p {
        font-size: 1.46vw;
        margin: 1.4vw auto;
    }

    .way,
    .how {
        margin-top: 5.5vw;
    }

}

@media (max-width:1024px) {
    .GN-product .content {
        padding: 28px 36px;
    }

    .GN-product .content .product {
        width: 97%;
    }

    .GN-product .content .product img {
        width: 40%;
    }

}

@media (max-width:820px) {
    .how2use {
        background: url(../images/HTU_mb2.jpg) no-repeat top center;
        background-size: cover;
        padding-bottom: 20vw;
    }

    .GN-product .content .product .text {
        flex: 0 0 51%;
    }

    .how2use .title,
    .how2use .how .title {
        margin-bottom: 10vw;
    }

    .GN-product .content .product .text h4 {
        font-size: 5.4vw;
    }

    .GN-product .content .product .text h5 {
        font-size: 5vw;
        margin-bottom: 1.5vw;
        position: relative;
        top: auto;
        left: auto;
    }

    .GN-product .content .product img {
        padding-top: 3vw;
    }

    .how2use .section-title {
        padding-bottom: 3vw;
    }

    .how2use .title h3 {
        font-size: 6vw;
        letter-spacing: 0.05em;
        padding-top: 3vw;
    }

    .GN-product .content .product .text p {
        font-size: 3.5vw;
        margin: 3vw auto;
    }

    .way,
    .how,
    .GN-product {
        margin-top: 8vw;
    }

    .GN-product .content {
        flex: 0 0 86%;
        width: 86%;
        padding: 3vw 5vw;
    }

    .GN-product .content .product {
        width: 100%;
    }

    .way .content {
        width: 86%;
        margin: 0 7%;
    }

    .way .steps_wrap {
        flex-direction: column;
    }

    .way .steps_wrap .step {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 6vw;
    }

    .way .steps_wrap .step:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    .way .steps_wrap .step img {
        width: 55%;
    }

    .way .steps_wrap .step .text {
        flex: 0 0 40%;
        margin: 0;
    }

    .way .steps_wrap .step .text p {
        margin-top: 2vw;
    }

}

.note {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: left;
    line-height: 1.4;
    font-size: 8px !important;
    color: #fff;
}

.sec_01 .note {
    width: 37%;
    left: 5%;
    bottom: 25px;
}

.sec_03 .note {
    right: 9%;
    text-align: right;
    bottom: 8%;
}

.sec_05 .note {
    width: 90%;
    margin: auto;
    text-align: center;
    bottom: 11%;
}

.sec_06 .note {
    width: 90%;
    text-align: left;
    bottom: 5%;
    left: 6%;
}

@media (max-width:1280px) {
    .note {
        bottom: 3vw;
    }
}

@media (max-width: 820px) {
    .note {
        width: 90%;
        left: 0;
        right: 0;
        bottom: 5vw;
        margin: auto;
        font-size: 2.4vw !important;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .sec_01 .note {
        width: 90%;
        left: 0;
        bottom: 5vw;
    }

    .sec_03 .note {
        width: 96%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 5vw;
        text-align: center;
    }

    .sec_05 .note {
        width: 90%;
        margin: auto;
        text-align: center;
        bottom: 5vw;
    }

}

.sec_03 .btn-wrap,
.sec_04 .btn-wrap,
.sec_06 .btn-wrap,
.sec_08 .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.sec_03 .btn-wrap {
    bottom: 9%;
}

.sec_04 .btn-wrap {
    bottom: 5%;
}

.sec_06 .btn-wrap {
    bottom: 7%;
}

.sec_08 .btn-wrap {
    bottom: 10%;
}

@media (max-width:820px) {

    .sec_03 .btn-wrap {
        bottom: 17vw;
        left: 5vw;
        text-align: left;
    }

    .sec_04 .btn-wrap {
        bottom: 13vw;
    }

    .sec_06 .btn-wrap {
        bottom: 18vw;
    }

    .sec_08 .btn-wrap {
        bottom: 5%;
    }

}