@charset "utf-8";

.bg {
    background: rgb(246, 220, 195);
    background: -webkit-linear-gradient(left, rgba(246, 220, 195, 1) 0%, rgba(236, 202, 173, 1) 100%);
    background: linear-gradient(to right, rgba(246, 220, 195, 1) 0%, rgba(236, 202, 173, 1) 100%);
}

.CRL_main img {
    width: 100%;
    display: block;
}



.CRL_main .counter {
    height: 85px;
    letter-spacing: -.4vw;
    padding-right: 7%;
}

.CRL_main .counter span.txtL {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
}

@media (max-width: 1250px) {
    .CRL_main .counter {
        height: 7vw;
        letter-spacing: -.7vw;
    }
}

@media (max-width: 761px) {
    .CRL_main .counter {
        height: 13.5vw;
        letter-spacing: -1.7vw;
    }
    .bg_m {
        background: rgb(246, 220, 195);
        background: -webkit-linear-gradient(left, rgba(246, 220, 195, 1) 0%, rgba(236, 202, 173, 1) 100%);
        background: linear-gradient(to right, rgba(246, 220, 195, 1) 0%, rgba(236, 202, 173, 1) 100%);
    }
}













/*s1 kv*/

.s1 div {
    position: absolute;
    left: 0;
}

.s1 div:not(.s1_btn) {
    top: 0;
}

.s1 div a {
    margin: 10px;
}

.s1 div.s1_btn {
    bottom: 5%;
    right: 10%;
    text-align: right;
}

@media (max-width: 768px) {
    .s1 div.s1_btn {
        bottom: 0;
    }
}

@media (max-width: 761px) {
    .s1 div.s1_btn {
        bottom: 3vw;
        right: 0%;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .s1 div.s1_btn {
        bottom: 1vw;
    }
}














/*s2 產品+影片+實驗證明*/

.s2 {
    background-image: url(../images/img_02.jpg);
    background-position: top center;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}

.s2_1 {
    position: relative;
}

.s2_1 .tit {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
}

.CRL_main .s2_1txt h3 {
    position: relative;
    font-weight: 600;
}

.s2_1txt h3.active {
    text-shadow: 0px 5px 5px #8c4812;
}

.s2_1txt h3.active span {
    position: absolute;
    top: 0;
    left: 0;
    color: #b40024;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}

.CRL_main .s2_1txt {

    background-position: top left;
    background-size: 30%;
    background-repeat: no-repeat;
    padding: 4% 0 0 4%;
    color: #8c4812;
}

.CRL_main .s2_1txt .CRL_btn {
    margin-top: 20px;
}

.CRL_main .s2_1txt1 {
    background-image: url(../images/txt1.png);
    top: 27%;
    left: 13%;
    padding: 6% 0 0 4%;
}

.s2_1txt2 {
    background-image: url(../images/txt2.png);
    top: 55%;
    right: 9%;
}

.s2 .CRL_video {
    max-width: 895px;
}

.CRL_main .s2_2,
.CRL_main .s2_3 {
    text-align: center;
}

.CRL_main .s2_3 ul {
    font-style: italic;
}

.CRL_main .s2_2 {
    margin-top: 5%;
}

.s2_2 ul,
.s2_3 ul {
    display: inline-block;
}

.s2_2 ul {
    margin-top: -2%;
}

.s2_2 li {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.s2_2 li img {
    display: block;
    width: 250px;
}

.s2_2 li h3 {
    position: absolute;
    font-style: italic;
    line-height: 170%;
    color: #4d3424;
    padding-left: 15px;
}

.CRL_main .s2_2 li:nth-of-type(2) {
    margin: 0 -8%;
}

.s2_2 li:nth-of-type(2):before,
.s2_2 li:nth-of-type(2):After {
    content: "x";
    position: absolute;
    font-size: 40px;
    color: #8c4812;
    z-index: 3;
}

.s2_2 li:before {
    left: 8%;
}

.s2_2 li:After {
    right: 8%;
}

.s2_2 li h3 span {
    color: transparent;
    background-image: linear-gradient(90deg, #050505 0%, #8c4812 100%);
    -webkit-background-clip: text;
    display: inline-block;
    padding-right: 15px;
}

.CRL_main .s2_3 ul {
    margin: 2% 0;
}

.CRL_main .s2_3 li {
    background-image: url(../images/box.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    color: #8c4812;
    padding: 2% 0 3%;
    width: 27%;
}

.CRL_main .s2_3 li h4 {
    line-height: 100%;
    font-weight: 400;
}

@media (min-width: 762px) {
    .CRL_main .s2_1txt {
        position: absolute;
    }
    .s2_1txt1 .CRL_btn {
        min-width: 70px;
    }
    .s2_1txt1 div {
        margin-left: -20%;
    }
}

@media (min-width: 769px) {
    .s2_1txt1 .CRL_btn {
        min-width: 100px;
    }
}

@media (max-width: 1024px) {
    .CRL_main .s2_1txt1 {
        left: 10%;
        padding: 8% 0 0 4%;
    }
}

@media (max-width: 768px) {
    .s2_1txt2 {
        right: 5%;
    }
    .s2_1txt1 {
        left: 10%;
    }
    .s2_2 li img {
        width: 27vw;
    }
    .s2_2 li:After {
        right: 2vw;
    }
    .s2_2 li:before {
        left: 1vw;
    }
    .s2_2 li:nth-of-type(2):before,
    .s2_2 li:nth-of-type(2):After {
        font-size: 5vw;
    }
}

@media (max-width: 761px) {
    .s2_1 .tit {
        top: 10vw;
    }
    .CRL_main .s2 {
        background-image: url(../images/img_02_m.jpg);
        padding-bottom: 5%;
    }
    .CRL_main .s2_1txt h3 {
        margin-bottom: 5px;
    }
    .CRL_main .s2_1txt0 {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        padding-bottom: 25%;
    }
    .CRL_main .s2_1txt {
        position: relative;
        left: 0;
        right: auto;
        top: 0;

        padding: 8vw 0 10vw 7vw;
    }
    .CRL_main .s2_1txt2 .CRL_btn,
    .CRL_main .s2_1txt1 div {
        position: absolute;
        left: 7vw;
    }
    .CRL_main .s2_2 {
        margin-top: 10%;
    }
    .s2_2 li img {
        width: 34vw;
    }
    .CRL_main .s2_3 li {
        width: 28vw;
        background-size: 110% 100%;
    }
}

@media (max-width: 360px) {
    .s2_2 li img {
        width: 32vw;
    }
}














/*s3 肌膚困擾 */

.s3 .CRL_cnt {
    background-image: url(../images/img_03.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;

    padding: 3%;
}

.CRL_main .s3 div div .txt2L {
    font-weight: 300;
}

.s3 .CRL_cnt>div {
    opacity: 0.70;
}

.CRL_main .s3 .CRL_cnt ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 820px;
    margin: 3% auto;
}

.s3 .CRL_cnt li {
    display: inline-block;
    position: relative;
    width: 28%;
}

.s3 .CRL_cnt li p {
    position: absolute;
    bottom: 9%;
    width: 100%;
    text-align: center;
    left: 0;
    color: #d5c6b9;
}

.s3 .CRL_cnt a {
    color: #fff;
    text-decoration: underline;
}

.s3 .CRL_cnt a img {
    display: inline-block;
    width: 5%;
    max-width: 30px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

@media (min-width: 762px) {
    .s3 .CRL_cnt {
        border-radius: 10px;
    }
    .CRL_main .s3 {
        background-image: url(../images/img_04_2.jpg);
        background-position: bottom center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 5%;
        background-color: #fff;
    }
}


@media (max-width: 761px) {
    .s3 .CRL_cnt {
        width: 100%;
        padding: 5% 2%;
    }
    .s3 .CRL_cnt li {
        width: 32%;
    }
    .CRL_main .s3 .CRL_cnt ul {
        margin: 5% auto;
    }
}
















/*s4 生薑 */

.CRL_main .step {
    position: absolute;
}

.CRL_main .step {
    color: #4d3424;
    top: 0;
    left: 5%;
    width: 60%;
}

.CRL_main .s4 .step {
    top: 2%;
}

.CRL_main .step>div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 8%;
}

.CRL_main .step b {
    background: -webkit-linear-gradient(180deg, #d47856 0%, #b40024 25%, #d47856 50%, #b40024 75%, #d47856 100%);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation: colorText 9s ease infinite;
    animation: colorText 9s ease infinite;
}

@-webkit-keyframes colorText {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -150% 0;
    }
    100% {
        background-position: -300% 0;
    }
}

@keyframes colorText {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -150% 0;
    }
    100% {
        background-position: -300% 0;
    }
}

.CRL_main .s4 .step h2 {
    margin-left: 1%;
}

.CRL_main .s4 .step h2 {
    margin-left: -1%;
}

.CRL_main .step .txt3L,
.CRL_main .step .txtL {

    font-weight: 400;
}

.CRL_main .step p {
    position: absolute;
    left: 0;
    top: 55%;
    color: #b40024;
    text-align: right;
}



.CRL_main .tit2 {
    color: #fff;
    position: relative;
    padding: 5px 20px 5px 0px;
    margin-bottom: 5%;
    font-style: italic;
}

.tit2:before {
    transform: skew(-15deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: ' ';
    background: rgb(74, 50, 35);
    background: -webkit-linear-gradient(left, rgba(74, 50, 35, 1) 0%, rgba(124, 85, 60, 1) 50%, rgba(74, 50, 35, 1) 100%);
    background: linear-gradient(to right, rgba(74, 50, 35, 1) 0%, rgba(124, 85, 60, 1) 50%, rgba(74, 50, 35, 1) 100%);
}

.CRL_main .s4 {
    margin-top: -1px;
}

.CRL_main .s4_txt1 li {
    color: #4a3223;
    width: 42%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.CRL_main .s4_txt1 li b {
    color: #b40024;
}

.CRL_main .s4_txt1 li>div {
    background-image: url(../images/box2.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10% 0 12%;
    font-style: italic;
}

.CRL_main .s4_txt1 li h4 {
    line-height: 100%;
    font-weight: 400;
}

.CRL_main .s4_txt2 {
    margin-top: 4%;
}

.s4_txt2 .shine_line {
    position: relative;
    background-image: url(../images/img_04txt_bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: -7%;
}

.s4_txt2 h4,
.s4_txt2 p {
    position: absolute;
}

.s4_txt2 h4 {
    color: #fff;
    text-align: center;
}

.CRL_main .s4_txt2 h4 span {
    line-height: 100%;
    color: transparent;
    background-image: linear-gradient(90deg, #fff 0%, #eec9a5 100%);
    -webkit-background-clip: text;
    font-weight: 500;
}

.s4_txt2_1 h4 {
    left: 12%;
    top: 18%;
}

.s4_txt2_2 h4 {
    left: 26%;
    top: 49%;
}

.s4_txt2_1 p {
    left: 35%;
    top: 22%;
}

.s4_txt2_2 p {
    left: 45%;
    top: 61%;
}

.s4>figure.shine_line {
    position: absolute;
    left: 0;
    pointer-events: none;
}

.CRL_main .s4_txt1 h3.tit2 {
    margin-bottom: 2%;
}

.CRL_main .s4_txt1 .txtS {
    margin-top: 2%;
}

@media (min-width: 762px) {
    .CRL_main .s4_txt1 .txtS {
        padding-right: 18%;
    }
    .CRL_main .tit2 {
        display: inline-block;
    }

    .CRL_main .s4_txt {
        position: absolute;
    }
    .CRL_main .s4_txt {
        left: 50%;
        top: 15%;
    }
    .s4>figure.shine_line {
        bottom: 0;
    }

    .CRL_main .s4_txt1 ul {
        margin-left: -5%;
    }
    .s4_txt2 .shine_line {
        margin-left: -12%;
    }
}

@media (min-width: 1025px) {
    .CRL_main .s4_txt {
        top: 20%;
    }
}

@media (max-width: 768px) {
    .CRL_main .step>div {

        padding-left: 12%;
    }
    .CRL_main .s4_txt1 .txtS {
        line-height: 100%;
    }
}

@media (max-width: 761px) {
    .CRL_main .step {
        width: 100%;
    }
    .CRL_main .s4 .step {
        top: 0;
    }
    .s4>figure.shine_line {
        top: 0;
    }
    .CRL_main .s4_txt {
        padding-bottom: 10%;
        margin-bottom: -1px;
    }
    .s4_txt .tit2 {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .s4_txt1 ul {
        text-align: center;
    }
    .s4_txt2_1 h4 {
        left: 11%;
    }
    .s4_txt2_2 h4 {
        left: 25%;
    }
    .s4_txt2_1 p {
        top: 19%;
    }
    .s4_txt2_2 p {
        top: 59%;
    }
    .CRL_main .s4_txt1 .txtS {
        padding: 0 5%;
    }
}














/*s5 兩產品 */

.s5 .shine_line,
.s5 .tit {
    position: absolute;
    left: 0;
    width: 100%;
}



.s5 .tit {
    top: 1.5%;
}

.CRL_main .s5_txt img {
    width: 130px;
    margin-bottom: 10px;
}

.s5_txt .txtM {
    color: #fff;
    font-style: italic;
    margin-bottom: 15px;
}

.s5_txt h3 {
    color: #4d3424;
    margin-bottom: 10px;
}

@media (min-width: 762px) {
    .s5 .shine_line {
        bottom: 0;
    }
    .CRL_main .s5_txt {
        position: absolute;

        background-size: 51%;
        background-repeat: no-repeat;
        padding-top: 5px;
    }

    .CRL_main .s5_txt1 {
        left: 5%;
        top: 45%;
        background-image: url(../images/img_05txt1.png);
        background-position: top right;
        text-align: right;
        padding-right: 10.5%;
    }
    .CRL_main .s5_txt1 img {
        margin-left: 60%;
    }
    .CRL_main .s5_txt2 {
        right: 5%;
        top: 30%;
        background-image: url(../images/img_05txt2.png);
        background-position: top left;
        padding-left: 10.5%;
    }
}


@media (max-width: 761px) {

    .s5 .tit,
    .s5 .shine_line {
        top: 0;
    }
    .CRL_main .s5_txt0 {
        width: 90%;
        margin: -7% auto 0;
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        padding-bottom: 10%;
    }
    .CRL_main .s5_txt {
        position: relative;
        text-align: center;
    }

    .CRL_main .s5_txt img {
        margin: 10px auto;
        width: 70%;
    }
    .CRL_main .s5_txt .txtM {
        position: relative;
        padding: 5px 0px;
        width: 70%;
        margin: 0 auto 15px;
    }
    .s5_txt .txtM:before {
        transform: skew(-15deg);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        content: ' ';
        background: rgb(74, 50, 35);
        background: -webkit-linear-gradient(left, rgba(74, 50, 35, 1) 0%, rgba(124, 85, 60, 1) 50%, rgba(74, 50, 35, 1) 100%);
        background: linear-gradient(to right, rgba(74, 50, 35, 1) 0%, rgba(124, 85, 60, 1) 50%, rgba(74, 50, 35, 1) 100%);
    }
}














/*s6 對比 */

.CRL_main .s6 {

    margin-top: -1px;
}

.CRL_main .s6>div {
    display: flex;
    justify-content: center;
    text-align: center;
}

.s6 .tit {
    position: absolute;
}

.CRL_main .s6_txt {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    top: 12%;
}


.CRL_main .s6_txt ul li {
    width: 45%;
}

.CRL_main .s6_txt h3 {
    color: #4d3424;
    margin-bottom: 10px;
}

.CRL_main .s6_txt h3 img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.CRL_main .s6>div {
    width: 100%;
}

@media (min-width: 762px) {
    .s6_txt {
        position: absolute;
    }
    .CRL_main .s6_txt ul {

        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        margin-bottom: 5%;
    }
}

@media (min-width: 1251px) {
    .CRL_main .s6_txt ul {
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    .CRL_main .s6_txt ul li {
        width: 37%;
    }
}

@media (max-width: 768px) {
    .CRL_main .s6_txt ul li {
        width: 30%;
    }
}

@media (max-width: 761px) {
    .CRL_main .s6 {
        margin-top: -5%;
    }
    .CRL_main .s6>div {
        background-repeat: no-repeat,
        no-repeat;
        background-size: 100%, 100%;
        background-position: top center, bottom center;
        background-image: url(../images/img_06_m1.png),
        url(../images/img_06_m2.jpg);
        padding-bottom: 20%;
    }
    .s6 .tit {
        top: 5%;
    }
    .CRL_main .s6_txt ul {
        margin-top: 35%;
    }
    .CRL_main .s6_txt ul li {
        width: 60%;
        margin: 5% auto;
    }
    .CRL_main .s6_txt ul li:nth-of-type(1) {
        padding-bottom: 5%;
    }
    .CRL_main .s6_txt h3 {
        margin-bottom: 5%;
    }
}
















/*s7 雙管+產品 */

.s7_1,
.s7_2 {
    position: relative;
}



.CRL_main .s7_only div {
    position: relative;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 2px solid #b40024;
    padding: 12% 5% 5%;
    overflow: hidden;
}

.CRL_main .s7_only h3 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0 5%;
}

.CRL_main .s7_only li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background: #b40024;
    border-radius: 50px;
    line-height: 30px;
}

.CRL_main .s7_only li {
    margin-top: 10px;
}

.CRL_main .s7_only h3 span {
    position: relative;
    z-index: 2;
}

.CRL_main .s7_only h3:before {
    transform: skew(-15deg);
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: ' ';
    background: #b40024;
}

.s7_only img:not(.pc) {
    position: absolute;
    width: 30%;
    max-width: 115px;
    right: 2%;
    bottom: 50%;
    z-index: 5;
}

.CRL_main .s7_1txt {

    background-repeat: no-repeat;

    background-size: 300px;
    padding-bottom: 7%;
    font-style: italic;
    position: absolute;
}

.CRL_main .s7_1txt h3 {
    color: #4d3424;
}

.CRL_main .s7_1txt1 {
    background-image: url(../images/img_07_line2.png);
    text-align: right;
    padding-right: 5%;
    left: 15%;
    top: 35%;
    background-position: bottom right;
}

.CRL_main .s7_1txt2 {
    background-image: url(../images/img_07_line.png);
    padding-left: 5%;
    top: 25%;
    right: 5%;
    background-position: bottom left;
}

.CRL_main .s7_2txt figure {
    border-radius: 10px;
    width: 60%;
}


.CRL_main .s7_2txt figcaption {
    width: 45%;
    background-image: url(../images/bg.png);
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 10px;
    padding: 3% 0;
}

.CRL_main .s7_2txt figcaption p {
    margin: 10px 0 20px;
}

.CRL_main .s7_2txt figcaption h2 {
    color: #8c4812;
}

.CRL_main .s7_2txt figcaption>div {
    position: relative;
}

.CRL_main .s7_2txt figcaption img {
    position: absolute;
    right: 5%;
    bottom: -10%;
    width: 30%;
    max-width: 115px;
}

.CRL_main .s7_2 .step {
    left: 0;
}

.CRL_main .s7_2 .step p {
    top: 45%;
}

.CRL_main .s7_2 .step>div {
    padding-left: 10%;
}

.CRL_main .s7_1_btn .CRL_btn {
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 762px) {

    .CRL_main .s7_2txt figcaption,
    .CRL_main .s7_2txt figure {
        position: absolute;
    }
    .CRL_main .s7_2txt figcaption {
        left: 0;
        bottom: 15%;
        z-index: 2;
    }
    .CRL_main .s7_2txt figure {
        background-image: url(../images/product3.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        right: 0;
        top: 10%;
        z-index: 1;
        overflow: hidden;
    }
    .CRL_main .s7_2txt figure img {
        opacity: 0;
        width: 80%;
    }
    .s7_1>div,
    .s7_2>div {
        position: absolute;
        width: 100%;
    }
    .s7_1>div,
    .s7_2>div {
        width: 90%;
        left: 5%;
        height: 100%;
    }
    .s7_only {
        position: absolute;
        display: inline-block;
        right: 0%;
        top: 52%;
    }
    .s7_1_btn {
        bottom: 5%;
        left: 0;
        position: absolute;
        z-index: 5;
        text-align: center;
        width: 100%;
    }
    .s7_1 .tit {
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .s7_only {
        top: 60%;
    }
}

@media (min-width: 1025px) {
    .s7_only {
        right: 5%;
    }
}

@media (max-width: 1250px) {
    .CRL_main .s7_1txt2 {
        background-size: 70%;
    }
    .CRL_main .s7_1txt1 {
        background-size: 100%;
    }
}

@media (max-width: 1024px) {
    .s7_only {
        width: 40%;
    }
    .CRL_main .s7_2txt figcaption img {
        right: 0;
    }
}

@media (max-width: 768px) {
    .s7_only img:not(.pc) {
        right: 0;
    }
    .CRL_main .s7_2txt figcaption img {
        width: 25%;
    }
    .CRL_main .s7_2txt figure {
        background-size: cover;
    }
}

@media (max-width: 761px) {
    .CRL_main .s7_only li span {
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
    }

    .CRL_main .s7 {

        margin-top: -1px;
    }
    .CRL_main .s7>div {
        width: 100%;
        background-image: url(../images/img_07_m.jpg);
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .CRL_main .s7_1 .CRL_cnt {
        padding-top: 78vw;
        text-align: center;
    }
    .CRL_main .s7_1txt {
        padding-bottom: 12%;
    }
    .CRL_main .s7_1txt1 {
        top: 30%;
        left: 0;
    }
    .CRL_main .s7_1txt2 {
        right: 0;
        background-size: 100%;
        text-align: left;
        top: 20%;
    }
    .CRL_main .s7_only div {
        margin-top: 10%;
    }
    .CRL_main .s7_only {
        width: 80%;
        margin: 10% auto 0;
        text-align: left;
    }
    .s7_only img:not(.pc) {

        width: 35%;
        max-width: 155px;

        bottom: 30%;
    }
    .CRL_main .s7_2 .CRL_cnt {
        padding-top: 40vw;
    }
    .CRL_main .s7_2 .step {
        top: 4%;
    }
    .CRL_main .s7_2txt {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 45%;
    }
    .CRL_main .s7_2txt figure {
        width: 90%;
    }
    .CRL_main .s7_2txt figcaption {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 75%;
        padding: 5% 2%;
    }
}

@media (max-width: 550px) {
    .CRL_main .s7_2txt {
        padding-bottom: 55%;
    }
    .CRL_main .s7_2 .step>div {
        padding-left: 13%;
    }
    .CRL_main .s7_1txt1 {
        left: -3%;
    }
    .s7_only img:not(.pc) {
        width: 30%;
    }
}
















/*s8 日霜 */

.s8_txt,
.s8 .shine_line {
    position: absolute;
    width: 100%;
    color: #4d3424;
}

.s8 .shine_line {
    text-align: center;
    z-index: 3;
}

.s8_txt {
    font-style: italic;
    z-index: 2;
    height: 100%;
}

.s8_txt0 {
    position: absolute;
    width: 50%;
    z-index: 1;
}

.s8_txt0 img {
    width: 22%;
    max-width: 140px;
}

.s8_txt0>div {
    position: relative;
}

.s8_txt0 div {
    display: flex;
    align-items: center;
}

.s8_txt0>div>div {
    position: absolute;
    left: 6%;
}

.s8_txt0 .txt5L {
    color: transparent;
    background-image: linear-gradient(90deg, #050505 0%, #8c4812 100%);
    -webkit-background-clip: text;
    padding-right: 15px;
    line-height: 130%;
}

.s8_txt0 .txtL {
    font-weight: 600;
    margin-left: -5px;
}

.s8_txt1 {
    left: 50%;
    top: 15%;
}

.s8_txt2 {
    left: -14%;
    top: 63%;
}

.s8_txt3 {
    left: 72%;
    top: 58%;
}

.s8_txt0 {
    opacity: 0;
}

.s8_txt>span {
    display: block;
}

.animation-style .s8_txt0 {
    -webkit-animation: In 1s ease both;
    animation: In 1s ease both;
}

.animation-style .s8_txt2 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.animation-style .s8_txt3 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@-webkit-keyframes In {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes In {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 762px) {
    .s8_txt2 div {
        flex-direction: row-reverse;
        text-align: right;
        left: auto;
        right: 4%;
        z-index: 2;
    }
    .s8_txt2 .txt5L {
        padding-left: 15px;
    }
    .s8_txt2 div img {
        transform: rotate(-180deg);
    }
}

@media (min-width: 769px) {
    .s8_txt2 div {
        right: 6%;
    }
}


@media (max-width: 761px) {
    .s8_txt0 img {
        width: 27%;
    }
    .s8_txt1 {
        left: 49%;
        top: 20%;
    }
    .s8_txt2 {
        left: -8%;
    }
    .s8_txt2>div>div,
    .s8_txt3>div>div {
        left: auto;
        display: block;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .s8_txt2>div,
    .s8_txt3>div {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .s8_txt2 img,
    .s8_txt3 img {
        position: absolute;
        top: -15%;
    }
    .CRL_main .s8_txt2 .txt5L,
    .CRL_main .s8_txt3 .txt5L {
        margin-bottom: 7%;
    }
    .s8_txt3 {
        left: 59%;
    }
}

@media (max-width: 550px) {
    .CRL_main .s8_txt2 .txt5L,
    .CRL_main .s8_txt3 .txt5L {
        padding-right: 2vw;
    }
}















/*s9 家族 */

.s9 .CRL_cnt {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 100%;
}

.s9_txt {
    position: absolute;
    display: inline-block;
}

.s9_txt .txt2L {
    color: #8c4812;
    margin: 10px 0 5px;
}

.CRL_main .s9_txt p:nth-of-type(1) {
    color: #4d3424;
    position: relative;
    padding-left: 30%;
    padding-top: 5%;
    display: flex;
    align-items: center;
}

.CRL_main .s9_txt1 p:nth-of-type(1) {
    justify-content: flex-end;
    padding-right: 15%;
}

.CRL_main .s9_txt p:nth-of-type(2) {
    color: #8c4812;
    margin-top: -5px;
    margin-bottom: 10px;
}

.CRL_main .s9_txt span {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 80%;
}

.s9_txt1 {
    top: 20%;
    left: 8%;
    text-align: right;
}

.CRL_main .s9_txt1 span {
    left: auto;
    right: -2%;
}

.s9_txt2 {
    top: 15%;
    left: 67%;
}

.s9_txt3 {
    top: 50%;
    left: 70%;
}

.s9_txt1 .CRL_btn {
    min-width: 100px;
}

@media (max-width: 1024px) {
    .s9_txt1 {
        left: 4%;
    }
}

@media (max-width: 768px) {
    .CRL_main .s9_txt p:nth-of-type(1) {
        padding-left: 20%;
    }
    .CRL_main .s9_txt1 p:nth-of-type(1) {
        padding-left: 50%;
    }
    .s9_txt .CRL_btn {
        min-width: 100px;
    }
    .s9_txt1 .CRL_btn {
        min-width: 70px;
    }
}

@media (max-width: 761px) {
    .CRL_main .s9 {
        margin: -1px auto;
        padding-top: 5%;
    }
    .s9 .CRL_cnt {
        top: 0;
    }
    .CRL_main .s9_txt p:nth-of-type(1) {
        padding-left: 35%;
    }
    .CRL_main .s9_txt1 p:nth-of-type(1) {
        padding-left: 0;
        padding-right: 30%;
    }
    .s9_txt1 {
        left: 0%;
    }
    .s9_txt2 {
        left: 70%;
    }
    .s9_txt3 {
        top: 55%;
        left: 74%;
    }
    .s9_txt1 .CRL_btn {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .s9_txt .CRL_btn {
        min-width: 20vw;
    }
}

@media (max-width: 320px) {
    .s9_txt3{
    width: 30%;
    top: 58%;
    }
}













/*s10 表格 */

.CRL_main .s10 {
    padding-bottom: 5%;
}

.CRL_main .s10 .CRL_cnt {
    background-color: #f8f0ea;
    border-radius: 10px;
    overflow: hidden;
}

.CRL_main .s10 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.CRL_main .s10 .CRL_cnt figcaption {
    padding: 5%;
}

.CRL_main .s10 .CRL_cnt b {
    color: #8c4812;
}

.CRL_main .s10 .formdesc1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.CRL_main .s10 .formdesc1 label {
    position: relative;
    width: 45%;
    text-align: left;
}

.CRL_main .s10 .formdesc1 p {
    padding-left: 35px;
}

.CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
    position: absolute;
    left: 0;
    top: 76%;
}

@media (min-width: 762px) {
    .CRL_main .s10 .CRL_cnt {
        display: flex;
        align-items: stretch;
    }
    .CRL_main .s10 .CRL_cnt figcaption {
        width: 60%;
    }
    .CRL_main .s10 .CRL_cnt figure {
        background-image: url(../images/img_13.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 40%;
        background-size: 100%;
        background-color: #ca7649;
    }
}


@media (max-width: 761px) {
    .CRL_main .s10 .CRL_cnt figcaption {
        padding: 10%;
    }
    .CRL_main .s10 .formdesc1 label {
        position: relative;
        width: 47%;
    }
    .CRL_main .s10 {
        padding-bottom: 10%;
    }
}

@media (max-width: 550px) {
    .CRL_main .s10 .CRL_cnt figcaption {
        padding: 10% 5%;
    }
    .CRL_main .s10 .formdesc1 label {
        width: 48%;
    }
}

@media (max-width: 414px) {
    .CRL_main .s10 .formdesc1 label {
        width: 50%;
    }
}
@media (max-width: 360px) {
.CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
    top: 65%;
}
}













/*直播區塊*/

.CRL_main .s_live {
    padding: 5% 0;
    text-align: center;
}

.s_live .CRL_cnt {
    background-color: #f8f0ea;
    border-radius: 10px;
    overflow: hidden;
}

.s_live_step {
    position: relative;
}

.CRL_main .s_live_step ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.CRL_main .s_live_step li {
    text-align: left;
    font-style: italic;
    margin-bottom: 3%;
    position: relative;
}

.CRL_main .s_live_step li h3 {
    color: #4d3424;
    line-height: 130%;
    margin-top: 10px;
}


.CRL_main .s_live_step li:nth-of-type(odd) h3 {
    padding-top: 20px;
}



.s_live_step li p {
    color: #fff;
    padding-top: 2px;
}

.CRL_main .s_liveTXT,
.CRL_main .s_liveTXT2,
.CRL_main .s_liveTXT3 {
    width: 96%;
    margin: 3% auto;
}

.s_liveTXT,
.s_live_more {
    display: none;
}

.s_liveTXT.active {
    display: block;
}

.s_live_more.active {
    display: inline-block;
}

.CRL_main .s_liveTXT {
    padding: 5% 3%;
    background-color: #f6e6d9;
    border-radius: 10px;
}

.CRL_main .s_liveTXT figure .shadow {
    border-radius: 1000px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.CRL_main .s_liveTXT figure .shadow h4 {
    position: absolute;
    bottom: 13%;
    width: 100%;
    left: 0;
}

.CRL_main .s_liveTXT td,
.CRL_main .s_liveTXT li {
    text-align: left;
    vertical-align: top;
    color: #666;
    padding: 3px;
}



.s_liveTXT2 .tit,.s_liveTXT3 .tit {
    position: relative;
    margin-bottom: 10px;
}
.CRL_main .s_liveTXT2 ul li>div{
    display:flex;
 align-items:flex-start;
 justify-content: center;

}
.CRL_main .s_liveTXT2 ul li>div a{
    width: 40%;
    margin: 0 5px;
    min-width: 50px;
    padding-left: 0;
    padding-right: 0;
}
.s_liveTXT2 .tit span,.s_liveTXT3 .tit span {
    display: inline-block;
    background-color: #f8f0ea;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.s_liveTXT2 .tit:before,.s_liveTXT3 .tit:before {
    content: "";
    background-color: #b40024;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 47%;
    z-index: 1;
}




.s_liveTXT2 ul li {
    border-radius: 10px;
    background-color: #f6e7da;
    background-image: url(../images/live_product_bg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 7%;
}

.s_liveTXT2 figure,
.s_liveTXT2 figcaption>div {
    background-image: url(../images/live_bg1.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: repeat-y;
}

.CRL_main .s_liveTXT2 figure h3 {
    line-height: 120%;
    font-weight: 600;
}

.CRL_main .s_liveTXT2 figure p {
    font-weight: 500;
}

.CRL_main .s_liveTXT2 figure {
    position: relative;
    background-image: url(../images/live_bg2.jpg);
    padding: 30px 0 30px 50%;
    border-radius: 10px 10px 0 0;
    color: #fff;
    margin-bottom: 20px;
}

.s_liveTXT2 figure img {
    position: absolute;
    width: 60%;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.CRL_main .s_liveTXT2 figcaption {
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.CRL_main .s_liveTXT2 figcaption:before {
    content: "";
    width: 90%;
    left: 5%;
    position: absolute;
    top: 0;
    height: .5px;
    display: block;
    background-color: #b40024;
}

.CRL_main .s_liveTXT2 figcaption img {
    width: 80%;
    margin: 0 auto;
}

.s_liveTXT2 figcaption>div {
    border-radius: 0 0 10px 10px;
    padding: 15px;
    margin-top: -20px;
}

.s_liveTXT2 .no {
    opacity: 0;
}

.TXTcoming {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.s_liveTXT3 .CRL_video{
    margin: 3% 0;

}

.s_liveTXT3 a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
}
.s_liveTXT3 a img{
    display: block;
    width: 100%;
}
.s_liveTXT3 .CRL_video iframe,.s_liveTXT3 .CRL_video.active a{
    display: none;
}
.s_liveTXT3 .CRL_video.active iframe{
    display: block;
}
@media (min-width: 762px) {
    .s_live_step li p,
    .s_live_step:before {
        height: 20px;
    }
    .s_live_step:before {
        content: "";
        display: block;
        width: 100%;

        background-color: #5b3e2b;
        position: absolute;
        top: 0;
        left: 0;
    }
    .s_liveTXT>div {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .CRL_main .s_liveTXT figcaption {
        padding-right: 30px;
    }
    .CRL_main .s_liveTXT figure {
        flex-shrink: 0;
        width: 30%;
    }
    .s_liveTXT2 ul {
        display: flex;
        align-items: stretch;
       
         flex-wrap:wrap
    }
    .s_liveTXT2 ul li {
        width: 32%;
        margin-left: 1%;
    }
    .CRL_main .s_live_step li:After {
        content: "";
        position: absolute;
        width: 20px;
        height: 40px;
        background-image: url(../images/arrow.svg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 100%;
        right: -50px;
        top: 50px;
        pointer-events: none;
    }
    .CRL_main .s_live_step li:last-child:After {
        display: none;
    }
    .CRL_main .s_liveTXT>div {
        padding: 3% 0 5% 20px;
    }
    .s_liveTXT3>div{
       display:flex;
       align-items:flex-start; 
       justify-content:space-around;
    }
    .s_liveTXT3 .CRL_video{
        width: 48%;
    }
}

@media (min-width: 769px) {
    .s_live_step li p,
    .s_live_step:before {
        height: 30px;
    }
    .CRL_main .s_liveTXT figure {
        width: 270px;
    }
    .s_liveTXT3
}

@media (max-width: 768px) {
    .CRL_main .s_live_step li:After {
        top: 4vw;
    }
    .CRL_main .s_live_step li:nth-of-type(odd) h3 {
        padding-top: 10px;
    }
}

@media (max-width: 761px) {
    .CRL_main .s_liveTXT,
    .CRL_main .s_liveTXT2,
    .CRL_main .s_liveTXT3 {
        width: 94%;
        margin: 10% auto;
    }
    .CRL_main .s_live_step ul {
        flex-wrap: wrap;
        margin: 5% 0 10px;
        justify-content: center;
    }
    .CRL_main .s_live_step li {
        width: 45%;
    }
    .CRL_main .s_live_step li p {
        display: inline-block;
        background-color: #5b3e2b;
        padding: 5px 20px;
        border-radius: 10px;
    }

    .CRL_main .s_live_step li:nth-of-type(odd) h3 {
        padding-top: 0px;
    }
    .CRL_main .s_liveTXT {
        padding: 10% 3%;
    }


    .CRL_main .s_liveTXT figure .shadow {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
    }
    .CRL_main .s_liveTXT figcaption {
        padding: 10% 0 5% 20px;
        margin-top: 10%;
        border-top: 1px dashed #999;
    }
    .s_liveTXT2 figure img {
        width: 50%;
    }
    .CRL_main .s_liveTXT2 figure {
        padding: 10% 0 10% 40%;
    }
    .s_liveTXT2 ul li {
        margin-top: 15%;
    }
}











/*特惠組區塊*/

.CRL_main section.s_ecset {
    padding: 5% 0;
    background-image: url(../images/preferential_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.CRL_main section.s_ecset .tit {
    margin-bottom: 5%;
}

.CRL_main .s_ecset ul:not(.CRL_ul_disc)>li {
    background-color: #fff;
    padding: 2% 1% 12%;
    border-radius: 10px;
    color: #4d3424;
    margin-bottom: 5%;
    position: relative;
}

.CRL_main .s_ecset img {
    margin-bottom: 20px;
}



.CRL_main .s_ecset .CRL_cnt {
    max-width: 1050px;
}

.CRL_main .s_ecset .CRL_btn {
    margin: 0 15px;
}

.CRL_main .s_ecset .CRL_ul_disc {

    color: #999;
    display: inline-block;
}

.CRL_main .s_ecset ul span {
    display: inline-block;
}

.CRL_main .s_ecset .CRL_ul_disc li {
    display: inline-block;
    text-align: left;
}

.CRL_main .s_ecset .CRL_ul_disc li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 500px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

@media (min-width: 762px) {
    .s_ecset ul:not(.CRL_ul_disc) {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .s_ecset ul:not(.CRL_ul_disc)>li {
        width: 48%;
    }
    .CRL_main .s_ecset .CRL_ul_disc li:nth-of-type(odd) {
        padding-right: 10px;
    }
    .s_ecset li>div {
        position: absolute;
        left: 0;
        bottom: 5%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .twoBTN .CRL_btn {
        min-width: 100px;
    }
}

@media (max-width: 761px) {
    .CRL_main .s_ecset ul:not(.CRL_ul_disc)>li {
        padding-bottom: 7%;
    }
    .CRL_main .s_ecset ul:not(.CRL_ul_disc)>li div {
        margin-top: 5%;
    }
    .CRL_main section.s_ecset,
    .CRL_main .s_live {
        padding: 10% 0;
    }
    .CRL_main .s_liveTXT2 ul,
    .s_ecset ul {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 550px) {
    .CRL_main .s_ecset .CRL_btn {
        margin: 0 5px;
    }
}

