@charset "utf-8";

/********* 表單(*)必要欄位_此段文字隱藏*******/
.c-form__legend,
.l-content__breadcrumbs {
    display: none;
}

/********* 修正大框架左右padding為0 *******/
.l-content__main,
.l-content__container {
    padding-right: 0;
    padding-left: 0;
}

.l-content__main {
    width: 100%;
    max-width: 1280px;
}

.home_shopping a img {
    display: block;
}

.l-content__title {
    display: none;
}

@media screen and (min-width: 64em) {
    .l-content__title {
        display: none;
    }

    .l-content {
        padding: 0;
    }

    .l-content__main-container {
        margin-left: 0;
        margin-right: 0;
    }

    .l-content__main-top {
        margin: 0;
    }

}

.lan_wrapper .btn {
    height: auto !important;
}


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: #411a02;
    background: #fefbed;
}

.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: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

sup {
    font-size: 35%;
    line-height: 0 !important;
    position: relative;
    vertical-align: super;
    font-weight: 300;
    top: -0.6em;
}

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 {
    margin: 0 3px;
    color: #fff !important;
    background: #000;
    outline: 0;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 12px 13px 12px 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: 0 0 10px #fff;
    width: 175px;
    letter-spacing: 0.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

.btn.btn-large {
    letter-spacing: 0.1rem;
    width: 220px;
    line-height: 1.2;
    padding: 6px;
}

.btn_black {
    background: #000 !important;
}

.btn-w100 {
    width: 100%;
}

.adjust,
.adjust2 {
    position: absolute;
    display: block;
    z-index: 1;
    width: 100px;
    top: -135px;
}

/*******note *******/

.note {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
}

@media (max-width:1280px) {
    .note {
        font-size: 0.94vw;
        bottom: 5vw;
    }
}

@media (max-width: 820px) {
    .note {
        width: 90%;
        left: 0;
        right: 0;
        bottom: 7vw;
        margin: auto;
        font-size: 2.4vw !important;
    }

}

.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .btn {
        padding: 12px 13px 12px 17px;
        padding: 9.6px 10.4px 9.6px 13.6px;
        font-size: 14.5px;
        width: 140px;
    }

}

@media screen and (max-width: 820px) {
    .btn {
        font-size: 4vw;
        letter-spacing: 0.05em;
        width: 38vw;
        padding: 2.5vw 2.2vw 2.5vw 3vw;
        padding-left: 4vw;
    }

}

@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;
    }
}

.color-text-0 {
    background: -webkit-linear-gradient(left, #000 0%, #8a8986 24%, #000 36%, #8a8986 46%, #000 52%, #8a8986 58%, #8a8986 67%, #000 100%);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorText 4s ease infinite;
    display: inline-block;
}

.color-text-1 {
    background: -webkit-linear-gradient(60deg, #3d120a 0%, #d07c49 25%, #3d120a 50%, #d07c49 75%, #3d120a 100%);
    /*background-size: 200% 100%;*/
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorText 4s ease infinite;
    display: inline-block;
}

.color-text-2 {
    background: -webkit-linear-gradient(60deg, #984828 0%, #d79470 30%, #984828 60%, #d79470 100%);
    background-size: 400% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorText 4s ease infinite;
    display: inline-block;
}

@-webkit-keyframes colorText {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.lan_wrapper h1,
.lan_wrapper h2,
.lan_wrapper h3,
.lan_wrapper h4,
.lan_wrapper h5,
.lan_wrapper h6,
.lan_wrapper p {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 400;
}

.lan_wrapper h2 {
    font-family: "MillerDisplayLancome-Roman", "Times New Roman", "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif;
    display: block;
    font-size: 52px;
    font-weight: 600;
}

.lan_wrapper h3 {
    font-family: "MillerDisplayLancome-Roman", "Times New Roman", "微軟正黑體", "Microsoft JhengHei", "Noto Serif", serif;
    font-size: 38px;
    display: block;
    font-weight: 500;
}

.lan_wrapper h4 {
    font-size: 34px;
}

.lan_wrapper h5 {
    font-size: 24px;
}

.lan_wrapper h6 {
    font-size: 21px;
}

.lan_wrapper p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lan_wrapper p small {
    font-size: 86%;
    line-height: 1.5;
}

@media screen and (max-width: 1280px) {
    .lan_wrapper h2 {
        font-size: 4.07vw;
    }

    .lan_wrapper h3 {
        font-size: 2.97vw;
    }

    .lan_wrapper h4 {
        font-size: 2.66vw;
    }

    .lan_wrapper h5 {
        font-size: 1.88vw;
    }

    .lan_wrapper h6 {
        font-size: 1.64vw;
    }

    .lan_wrapper p {
        font-size: 1.41vw;
    }
}

@media screen and (max-width: 820px) {
    .lan_wrapper h2 {
        font-size: 7.6vw;
        overflow: visible;
        height: auto;
        display: block;
    }

    .lan_wrapper h3 {
        font-size: 5.4vw;
    }

    .lan_wrapper h4 {
        font-size: 5vw;
        line-height: 1.4;
    }

    .lan_wrapper h5 {
        font-size: 3.9vw;
    }

    .lan_wrapper h6 {
        font-size: 4.2vw;
    }

    .lan_wrapper p {
        font-size: 3.9vw;
    }

}

.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 span.larger2,
.lan_wrapper h3 span.larger2,
.lan_wrapper h4 span.larger2,
.lan_wrapper h5 span.larger2,
.lan_wrapper h6 span.larger2 {
    font-size: 108.5%;
}

.lan_wrapper h2 .num,
.lan_wrapper h3 .num,
.lan_wrapper h4 .num,
.lan_wrapper h5 .num,
.lan_wrapper h6 .num {
    font-size: 127%;
}

.lan_wrapper h2 .num2,
.lan_wrapper h3 .num2,
.lan_wrapper h4 .num2,
.lan_wrapper h5 .num2,
.lan_wrapper h6 .num2 {
    font-size: 116%;
}

.lan_wrapper h2 small,
.lan_wrapper h3 small,
.lan_wrapper h4 small,
.lan_wrapper h5 small,
.lan_wrapper h6 small {
    color: inherit;
    font-size: 82%;
}


/* 共用下底線 */
.underline {
    position: relative;
}

.underline:after {
    content: "";
    background-image: linear-gradient(90deg, transparent 0%, #de9982 15%, #e7acb4 50%, #de9982 85%, transparent 100%);
    position: absolute;
    left: -10%;
    right: 5%;
    bottom: -0.1em;
    width: 115%;
    height: 2.5px;
}

/* 共用上+下底線 */

.line-top-bottom {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.line-top-bottom:before {
    content: "";
    background-image: linear-gradient(90deg, transparent 0%, #3d120a 15%, #b06233 32%, #3d120a 50%, #b06233 67%, #3d120a 85%, transparent 100%);
    position: absolute;
    left: -7.5%;
    top: -0.4em;
    width: 115%;
    height: 1px;
}

.line-top-bottom:after {
    content: "";
    background-image: linear-gradient(90deg, transparent 0%, #3d120a 15%, #b06233 32%, #3d120a 50%, #b06233 67%, #3d120a 85%, transparent 100%);
    position: absolute;
    left: -7.5%;
    bottom: -0.25em;
    width: 115%;
    height: 1px;
}

.section-title .divider {
    display: block;
    margin: 0.05em auto 0.5em;
    max-width: 335px;
}

@media screen and (max-width: 820px) {

    .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: 125%;
    }

    .lan_wrapper h2 span.larger2,
    .lan_wrapper h3 span.larger2,
    .lan_wrapper h4 span.larger2,
    .lan_wrapper h5 span.larger2,
    .lan_wrapper h6 span.larger2 {
        font-size: 108.5%;
    }

    .section-title .divider {
        max-width: 65vw;
        margin: 0 auto 1.2vw;
    }

    .line-top-bottom:before {
    left: -7.5%;
    top: -0.4em;
    width: 115%;
    height: 1px;
}

.line-top-bottom:after {
    left: -7.5%;
    bottom: -0.25em;
    width: 115%;
    height: 1px;
}


}

.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;
}

.skew-10 {
    transform: skewX(-10deg);
    display: inline-block;
}

.scale-2 {
    transform: scale(2);
}

.scaleX {
    transform: scaleX(2);
}

.scaleY {
    transform: scaleY(2);
}

.rotate {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

.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: url(../images/shine_light.png) center center no-repeat;
    background-size: cover;
    width: 200%;
    height: 200%;
    left: 0;
    top: -5%;
    pointer-events: none;
    -webkit-animation: btn-shine 8s ease 2s infinite;
    animation: btn-shine 8s ease 2s 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;
    }
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}


/*區塊共用標題設定*/
.section-title {
    width: fit-content;
    text-align: center;
    padding: 105px 0 0;
    margin: 0 auto;
}

@media (max-width: 1280px) {

    .section-title {
        text-align: center;
        padding: 8.2vw 0 0;
    }

}

@media (max-width: 820px) {

    .section-title {
        padding: 8vw 0 3vw;
    }

}

.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 {
    position: relative;
}

.sec_01 .section-title {
    width: 50%;
    margin-left: 3%;
    padding-top: 0;
    margin-top: 13.5%;
}

.sec_01 .label {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec_01 .label img {
    width: 100%;
    display: block;
}

.sec_01 .label h5,
.sec_01 .label p {
    position: absolute;
    right: 41.2%;
    text-align: right;
}

.sec_01 .label h5 {
    top: 10.5%;
}

.sec_01 .label p {
    top: 27%;
}

.sec_01 .label p small {
    font-size: 95%;
}

.sec_01 .btn-wrap {
    left: 0;
    right: 0;
    margin: 5% auto;
}

.sec_01 .label {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.sec_01 .label img {
    width: 100%;
}

.lan_wrapper .sec_01 h2 span.larger {
    font-size: 104%;
}



@media (max-width: 820px) {
    .sec_01 .section-title {
        padding: 115vw 0 0;
        width: 100%;
        margin: auto;
    }

    .lan_wrapper .sec_01 h2 span.larger {
        font-size: 100%;
    }

    .sec_01 .label h5 {
        top: 4vw;
        right: 68vw;
    }

    .sec_01 .label p {
        top: 11.52vw;
        right: 69vw;
    }

    .sec_01 .label p small {
        font-size: 85%;
        line-height: 1.4;
        font-weight: 500;
        display: block;
    }

    .sec_01 .btn-wrap {
        margin: 5vw auto;
    }

    .sec_01 .section-title h4 {
        font-size: 5.4vw;
    }

}


/*******************sec_02 成效********************/

.sec_02 .content .section-title h5 {
    margin: 3% auto 3.5%;
}

.sec_02 .content .intro {
    width: 41%;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.sec_02 .content .intro img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.sec_02 .content .intro_01 {
    left: 0;
    top: 42.2%;
    text-align: right;
    padding-right: 22%;
}

.sec_02 .content .intro_02 {
    right: 0;
    top: 33.65%;
    padding-left: 23%;
}

.sec_02 .content .intro_03 {
    right: 0;
    top: 65%;
    padding-left: 23%;
}

.sec_02 .content .intro h5 {
    margin-top: 16%;
}

.sec_02 .content .intro_02 h5,
.sec_02 .content .intro_03 h5 {
    margin-top: 14%;
}

.sec_02 .content .intro h2 {
    margin-top: -5%;
}

.sec_02 .content .intro_01 h2 {
    padding-right: 6%;
}

.sec_02 .content .intro h4 {
    margin-top: 3%;
}

.sec_02 .content .intro h6 {
    margin-top: 2%;
}

.lan_wrapper .sec_02 .intro h2 span.larger {
    font-size: 154%;
    transform: skewX(-15deg);
    /*display: inline-block;*/
    font-weight: 400;
}


@media screen and (max-width: 820px) {
    .sec_02 .section-title {
        padding: 9vw 0 3vw;
    }

    .sec_02 .content .section-title h5 {
        margin: 2.5vw auto 3vw;
    }

    .sec_02 .content .intro_01 {
        left: 0;
        top: 39vw;
        text-align: center;
        padding-right: 0;
    }

    .sec_02 .content .intro_02 {
        right: 0;
        top: 55vw;
        text-align: center;
        padding-left: 0;
    }

    .sec_02 .content .intro_03 {
        right: 0;
        left: 0;
        top: 135vw;
        padding-left: 49%;
    }

    .sec_02 .content .intro {
        width: 35.33%;
    }

    .sec_02 .content .intro.intro_03 {
        width: 100%;
    }

    .sec_02 .content .intro h5 {
        margin-top: 34.5vw;
    }

    .sec_02 .content .intro.intro_03 h5 {
        margin-top: 3.5vw;
    }

    .sec_02 .content .intro h2 {
        margin-top: -1.5vw;
    }

    .sec_02 .content .intro h6 {
        font-size: 3.9vw;
        margin-top: 0.5vw;
    }

}

/*******************sec_03  成分********************/


.sec_03 .content .section-title {
    padding: 50px 0 0;
}

.sec_03 .content .ingredients {
    width: 32.8%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sec_03 .content .ingredients img {
    width: 100%;
}

.sec_03 .content .ingredient_01 {
    top: 19.2%;
    left: 0;
}

.sec_03 .content .ingredient_02 {
    top: 31.5%;
    left: 22.4%;
}

.sec_03 .content .ingredient_03 {
    top: 31.5%;
    right: 21.4%;
}

.sec_03 .content .ingredient_04 {
    top: 19.2%;
    right: 0;
}

.lan_wrapper .sec_03 .ingredients h4 {
    margin-top: -15%;
    display: block;
}

.lan_wrapper .sec_03 .ingredients h4 small {
    font-size: 88.2%;
    text-align: center;
}

.lan_wrapper .sec_03 .ingredients h5 {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 1% auto 0;
}

.lan_wrapper .sec_03 .ingredients h5:before {
    content: "";
    background-image: linear-gradient(to right, transparent 0%, #834e00 15%, #834e00 100%);
    position: absolute;
    top: 50%;
    left: -2.2em;
    width: 2em;
    height: 1px;
}

.lan_wrapper .sec_03 .ingredients h5:after {
    content: "";
    background-image: linear-gradient(to right, #834e00 0%, #834e00 15%, transparent 100%);
    position: absolute;
    top: 50%;
    right: -2.2em;
    width: 2em;
    height: 1px;
}

@media screen and (max-width: 1280px) {
    .sec_03 .content .section-title {
        padding: 5vw 0 0;
    }
}

@media screen and (max-width: 820px) {

    .sec_03 .content .section-title {
        padding: 7vw 0 0;
    }

    .sec_03 .content .ingredients {
        width: 56%;
    }

    .sec_03 .content .ingredient_01 {
        top: 30vw;
        left: 1.5vw;
    }

    .sec_03 .content .ingredient_02 {
        top: 87vw;
        left: 1.5vw;
    }

    .sec_03 .content .ingredient_03 {
        top: 43vw;
        right: 1.5vw;
    }

    .sec_03 .content .ingredient_04 {
        top: 100vw;
        right: 1.5vw;
    }

    .lan_wrapper .sec_03 .ingredients h4 {
        margin-top: -10vw;
    }

    .lan_wrapper .sec_03 .ingredients h5 {
        margin: 0 auto;
    }


    .lan_wrapper .sec_03 .ingredients h5:before {
        left: -6.8vw;
        width: 6vw;
        height: 0.2vw;
    }

    .lan_wrapper .sec_03 .ingredients h5:after {
        right: -6.8vw;
        width: 6vw;
        height: 0.2vw;
    }

}

/* 原地微幅飄移 2px */
@keyframes floatCircles {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* 向上飄一點 */
    }

    100% {
        transform: translateY(0);
    }
}

.floating1 {
    animation: floatCircles 5s ease-in-out infinite 3s;
}

.floating2 {
    animation: floatCircles 5.5s ease-in-out infinite 4s;
}

.floating3 {
    animation: floatCircles 6s ease-in-out infinite 5s;
}



/*******************sec_04 - QA********************/

.sec_04 .section-title {
    padding-top: 4.7%;
    margin-bottom: 5%;
}

.sec_QA ul li {
    list-style: none;
}


@media screen and (max-width:1280px) {}

@media screen and (max-width: 820px) {
    .sec_04 .section-title {
        padding-top: 10vw;
        margin-bottom: 7VW;
    }


}


/* QA縮合頁籤 */
.sec_QA {
    background: url('../images/sec_04.jpg') no-repeat center bottom;
    background-size: cover;
    padding: 1% 0;
}

.sec_QA .QAtab {
    display: table;
    margin: 2% auto 0;
    width: 90%;
    cursor: default;
    margin-bottom: 3%;
}

.sec_QA .QAtab .problem,
.sec_QA .QAtab .answer {
    padding-right: 5%;
}

.sec_QA .QAtab .problem {
    margin-bottom: 1%;
    position: relative;
   cursor: pointer;
}


.sec_QA .QAtab .problem:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url('../images/+_black.svg') no-repeat center;
    background-size: contain;
    transition: opacity .8s ease;
}

.sec_QA .QAtab .problem.active:before {
    background-image: url('../images/-_black.svg');
}

.sec_QA .QAtab .answer {
    display: none;
}

@media screen and (max-width: 1280px) {

    .sec_QA .QAtab .problem:before,
    .sec_QA .QAtab .problem.active:before {
        width: 3.4vw;
        height: 3.4vw;
        top: -0.4vw;
    }

    .sec_QA .QAtab .problem,
    .sec_QA .QAtab .answer {
        padding-right: 4vw;
    }
}


@media (max-width: 820px) {
    .sec_QA {
        background: url('../images/sec_04_mb.jpg') no-repeat center bottom;
        background-size: cover;
        padding: 8vw 0;
    }

    .sec_QA .QAtab {
        margin: 3vw auto 5vw;
    }

    .sec_QA .QAtab .problem {
        padding-right: 8vw;
        margin-bottom: 2vw;
    }

    .sec_QA .QAtab .problem:before,
    .sec_QA .QAtab .problem.active:before {
        width: 7vw;
        height: 7vw;
        top: -1vw;
    }
}