@charset "utf-8";
/* CSS Document */

/*--------錨點--------*/
.adjust {
    top: -115px;
    position: absolute;
    display: block;
    width: 100px;
    z-index: 1;
}

@media screen and (max-width: 415px) {
    .adjust {
        top: -75px;
        position: absolute;
        display: block;
        width: 100px;
        z-index: 1;
    }
}

/*--------owl.carousel--------*/
.owl-theme .owl-dots .owl-dot span {
    background: #FFF;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #a57b4b;
}

/*--------共用CSS--------*/
#loreal-compaign {
    letter-spacing: 0;
    font-size: 18px;
    color: #000;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Serif", "serif", "sans-serif";
    font-weight: 400;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    clear: both;
    position: relative;
}

#loreal-compaign h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    overflow: visible;
}

#loreal-compaign h2 span {
    font-size: 50px;
}

#loreal-compaign h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

#loreal-compaign h6 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

#loreal-compaign h4 {
    font-size: 24px;
    line-height: 1;
}

#loreal-compaign .formfield_button button,
#loreal-compaign .lan__btn,
#loreal-compaign h5 {
    font-size: 21px;
}

#loreal-compaign sup {
    font-size: 15px;
    top: -12px;
    line-height: 0;
}

#loreal-compaign .formfield_button button,
#loreal-compaign .lan__btn,
#loreal-compaign .ll-page__btn {
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 2px 45px;
    line-height: 1.8;
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    display: inline-table;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#loreal-compaign .lan__btn:hover,
#loreal-compaign .ll-page__btn:hover {
    background: #FFF;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#loreal-compaign br.br810 {
    display: none;
}

#loreal-compaign br.mb {
    display: block !important;
}

#loreal-compaign br.pc {
    display: none !important;
}

#loreal-compaign .text-shadow-b {
    text-shadow: 0 0 50px rgba(0, 0, 0, 1);
}

/* title文字漸層 */
#loreal-compaign .sec-title {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

#loreal-compaign .sec-title .devider img {
    max-width: 306px;
    margin: 5px 0;
}

#loreal-compaign .sec-title p {
    font-size: 30px;
}

#loreal-compaign .color-text-2 {
    background: -webkit-linear-gradient(left, #6c2e16 0%, #d79470 24%, #6c2e16 36%, #d79470 46%, #6c2e16 52%, #d79470 58%, #d79470 67%, #6c2e16 100%);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation-name: colorText;
    animation-name: colorText;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: masked-light infinite;
    animation-iteration-count: infinite;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    overflow: visible;
}

@-webkit-keyframes colorText {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

#loreal-compaign .mb {
    display: none;
}

@media (min-width: 811px) {
    #loreal-compaign br.mb {
        display: none !important
    }

    #loreal-compaign br.pc {
        display: block !important
    }
}

@media (max-width: 1280px) {
    #loreal-compaign {
        font-size: 1.4vw;
    }

    #loreal-compaign h2 {
        font-size: 3vw;
    }

    #loreal-compaign h2 span {
        font-size: 4.0vw;
    }

    #loreal-compaign h3 {
        font-size: 2.4vw;
    }

    #loreal-compaign h6 {
        font-size: 2.8vw;
    }

    #loreal-compaign h4 {
        font-size: 1.8vw;
        line-height: 1;
    }

    #loreal-compaign .formfield_button button,
    #loreal-compaign .lan__btn,
    #loreal-compaign h5 {
        font-size: 18px;
    }

    #loreal-compaign sup {
        font-size: 1vw;
        top: -11px;
    }

    /* title文字漸層 */
    #loreal-compaign .sec-title {
        margin-bottom: 2vw;
    }

    #loreal-compaign .sec-title p {
        font-size: 2.2vw;
    }
}

@media (max-width: 810px) {
    #loreal-compaign {
        font-size: 3.8vw;
    }

    #loreal-compaign h2 {
        font-size: 7.5vw;
        display: block;
    }

    #loreal-compaign h2 span {
        font-size: 9vw;
    }

    #loreal-compaign h3 {
        font-size: 5vw;
    }

    #loreal-compaign h6 {
        font-size: 5.4vw;
    }

    #loreal-compaign h4 {
        font-size: 4.5vw;
    }

    #loreal-compaign .formfield_button button,
    #loreal-compaign .lan__btn,
    #loreal-compaign h5 {
        font-size: 4vw;
    }

    /* title文字漸層 */
    #loreal-compaign .sec-title {
        margin-bottom: 6vw;
        overflow: visible;
    }

    #loreal-compaign .sec-title p {
        font-size: 3.7vw;
    }

    #loreal-compaign br.br810 {
        display: block;
    }

    #loreal-compaign .mb {
        display: block;
    }

    #loreal-compaign .pc {
        display: none;
    }

    #loreal-compaign .formfield_button button,
    #loreal-compaign .lan__btn,
    #loreal-compaign .ll-page__btn {
        padding: 1vw 8vw;
    }
}

/*--------KV--------*/
#loreal-compaign .KV {
    background: url(../images/KV_pc.jpg) no-repeat left top;
    background-size: 100%;
    overflow: hidden;
    height: 944px;
    position: relative;
}

#loreal-compaign .KV_title {
    display: table;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 55px;
    width: 62%;
    text-align: center;
}

#loreal-compaign .KV_title h2,
#loreal-compaign .KV_title h3 {
    margin-bottom: 8px;
    color: #521a0f;
    text-shadow: 0px 0px 35px #fce9dc;
}

#loreal-compaign .KV_title h3 {
    margin-bottom: 43px;
}

#loreal-compaign .KV_title h4 {
    margin-bottom: 5px;
}

#loreal-compaign .KV_title h5 {
    margin-bottom: 14px;
}

#loreal-compaign .KV_title h5 span {
    font-size: 19px;
    border: 1px solid #000000;
    padding: 2px 4px;
    margin-right: 5px;
    display: inline-table;
    vertical-align: middle;
}

#loreal-compaign .KV_title h5 p {
    margin-bottom: 0;
    display: inline-table;
    vertical-align: middle;
}

#loreal-compaign .KV .productSlogn {
    display: table;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 388px;
    text-align: right;
}

#loreal-compaign .KV .productSlogn h5 {
    line-height: 1.4;
}

#loreal-compaign .KV .productSlogn h5 sup {
    top: -6px;
}

@media (max-width: 1280px) {
    #loreal-compaign .KV {
        height: 72vw;
    }

    #loreal-compaign .KV_title {
        bottom: 4.5%;
    }

    #loreal-compaign .KV_title h5 span {
        font-size: 1.5vw;
    }

    #loreal-compaign .KV .productSlogn {
        top: 29.3vw;
    }
}

@media (max-width: 1024px) {
    #loreal-compaign .KV_title {
        bottom: 4%;
    }

    
    #loreal-compaign .KV_title h3 {
        margin-bottom:34.4px;
    }
}

@media (max-width: 810px) {
    #loreal-compaign .KV {
        background: url(../images/KV_mb.jpg) no-repeat left top;
        background-size: 100%;
        height: 167vw;
    }

    #loreal-compaign .KV_title {
        width: 100%;
        bottom: auto;
        top: 98vw;
    }

    #loreal-compaign .KV_title .content_title {
        width: 72vw;
        float: right;
    }

    #loreal-compaign .KV_title h2 {
        margin-bottom: 8%;
        line-height: 1.1;
    }

    #loreal-compaign .KV_title h3 {
        margin-bottom: 2%;
    }

    #loreal-compaign .KV_title h5 {
        clear: both;
        padding-top: 5%;
    }

    #loreal-compaign .KV_title h5 span {
        font-size: 3vw;
    }

    #loreal-compaign .KV .productSlogn {
        display: none;
    }
}

/*--------technology--------*/
#loreal-compaign .technology {
    background: url(../images/technology_pc.jpg) no-repeat center top #e2a382;
    background-size: 100%;
    overflow: hidden;
    height: 1785px;
    position: relative;
    padding-top: 85px;
    box-sizing: border-box;
}

#loreal-compaign .technology .technology_content01,
#loreal-compaign .technology .technology_content02 {
    width: 80%;
    max-width: 850px;
    margin: 0 auto;
}

#loreal-compaign .technology .technology_content02 {
    margin-top: 33%;
}

#loreal-compaign .technology .technology_content01>p,
#loreal-compaign .technology .technology_content02>p {
    margin-top: 10px;
}

@media (max-width: 1280px) {
    #loreal-compaign .technology {
        height: 139.45vw;
        padding-top: 6vw;
    }

    #loreal-compaign .technology .technology_content02 {
        margin-top: 33vw;
    }
}

@media (max-width: 810px) {
    #loreal-compaign .technology {
        background: url(../images/technology_mb.jpg) no-repeat center top #e2a382;
        background-size: 100%;
        height: 347vw;
        padding-top: 19vw;
    }

    #loreal-compaign .technology .technology_content02 {
        margin-top: 78vw;
    }

    #loreal-compaign .technology .technology_content01>p,
    #loreal-compaign .technology .technology_content02>p {
        margin-top: 5vw;
        text-align: justify;
    }

}

/*--------energy--------*/
#loreal-compaign .energy {
    background: url(../images/energy_pc.jpg) no-repeat center top #e2a382;
    background-size: 100%;
    overflow: hidden;
    height: 886px;
    position: relative;
    padding-top: 85px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
}

#loreal-compaign .energy span,
#loreal-compaign .energy p {
    font-size: 30px;
    line-height: 1;
}

#loreal-compaign .energy h6 {
    margin-bottom: 11px;
}

#loreal-compaign .energy .slidershow {
    margin-top: 80px;
}

#loreal-compaign .energy .slidershow .item>div>span {
    border: 1px solid #FFF;
    padding: 3px 15px;
    display: table;
    margin: 0 auto 10px auto;
    line-height: 1.2;
}

#loreal-compaign .energy .slidershow .item {
    position: relative;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    border: 1px solid #e9d8ac;
    box-shadow: 0px 0px 32px #000;
}

#loreal-compaign .energy .slidershow .item>div {
    position: absolute;
    z-index: 1;
    bottom: 75px;
    width: 100%;
}

@media (min-width: 811px) {
    #loreal-compaign .energy .slidershow>div {
        width: 94%;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        display: inline-flex;
    }

    #loreal-compaign .energy .slidershow>div .item {
        width: 30%;
    }
}

@media (max-width: 1280px) {
    #loreal-compaign .energy {
        height: 69.22vw;
        padding-top: 6vw;
    }

    #loreal-compaign .energy span,
    #loreal-compaign .energy p {
        font-size: 2.2vw;
    }

    #loreal-compaign .energy .slidershow {
        margin-top: 6vw;
    }
}

@media (max-width: 810px) {
    #loreal-compaign .energy {
        background: url(../images/energy_mb.jpg) no-repeat center top #e2a382;
        background-size: 100%;
        height: 163.86vw;
        padding-top: 19vw;
    }

    #loreal-compaign .energy span,
    #loreal-compaign .energy p {
        font-size: 3.7vw;
    }

    #loreal-compaign .energy .slidershow {
        margin-top: -7vw;
    }

    #loreal-compaign .energy .slidershow .item {
        width: 68vw;
        margin: 40px auto;
    }

    #loreal-compaign .energy .owl-theme .owl-dots {
        bottom: 0%;
    }
}

/*--------productItem--------*/
#loreal-compaign .productItem {
    background: url(../images/product_pc.jpg) no-repeat left top;
    background-size: 100%;
    overflow: hidden;
    height: 963px;
    position: relative;
    padding-top: 85px;
    box-sizing: border-box;
    text-align: center;
}

#loreal-compaign p {
    line-height: 1.6;
}

#loreal-compaign .productItem>p {
    margin-top: 2%;
    line-height: 1.6;
}

#loreal-compaign .productItem .slidershow {
    width: 91.5%;
    margin: 0 auto;
}

#loreal-compaign .productItem .slidershow p {
    margin-bottom: 0;
}

#loreal-compaign .productItem .family {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#loreal-compaign .productItem .family .product {
    width: 20%;
    position: relative;
    text-align: center;
}

#loreal-compaign .productItem .family .product>div {
    padding: 0 5px;
}

/* #loreal-compaign .productItem .family .product img,
    #loreal-compaign .productItem .family .product a {
        margin: 0 auto;
    } */
#loreal-compaign .productItem .family .product span {
    margin: 3px 0 10px 0;
    display: block;
    font-size: 16px;
}

@media(max-width:1280px) {
    #loreal-compaign .productItem {
        height: 76vw;
    }

    #loreal-compaign .productItem .family .product span {
        font-size: 1.2vw;
    }
}

@media(max-width:1024px) {
    #loreal-compaign .productItem .family .product img {
        width: 80%;
    }
}

@media (max-width: 990px) {
    #loreal-compaign .productItem .ll-page__btn {
        width: 50%;
    }
}

@media(max-width:810px) {
    #loreal-compaign .productItem {
        background: url(../images/product_mb.jpg) no-repeat left top;
        background-size: 100%;
        height: 202vw;
        padding-top: 19vw;
    }

    #loreal-compaign .productItem .family .product span {
        font-size: 3.2vw;
    }

    #loreal-compaign .productItem .family .product>div {
        padding: 13vw 0 8vw 0;
        margin-top: -13vw;
        background: #FFF;
    }
}

@media(max-width:800px) {
    #loreal-compaign .productItem .family .product {
        width: 100%;
    }

    #loreal-compaign .productItem .family .product img {
        width: 45%;
    }
}