@charset "UTF-8";
/*=== temp for local test START ===*/
body {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

body * {
  box-sizing: border-box;
}

body .main {
  z-index: auto;
}

/*=== temp for local test END ===*/
.localhost {
  font: inherit;
}

.localhost .main {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

#loreal-compaign {
  position: relative;
  width: 100%;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  /***** shared *****/
}

#loreal-compaign .hide {
  display: none !important;
}

#loreal-compaign .text-hide {
  font-size: 0;
}

#loreal-compaign .font-ss {
  font-size: 12px;
}

#loreal-compaign .font-red {
  color: red;
}

#loreal-compaign .font-pink {
  color: #e64d5e;
}

#loreal-compaign .font-blue {
  color: #002b6e;
}

#loreal-compaign .text-underline {
  border-width: 0 0 1px 0;
  border-color: transparent transparent inherit transparent;
  border-style: solid;
  line-height: 1.3;
}

#loreal-compaign a {
  display: inline-block;
  text-decoration: none;
}

#loreal-compaign picture img {
  max-width: 100%;
}

#loreal-compaign p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

#loreal-compaign input {
  outline: 0;
}

#loreal-compaign button {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
}

#loreal-compaign .btn-default {
  display: inline-block;
}

#loreal-compaign .btn-disabled {
  cursor: default;
}

#loreal-compaign .btn-hidden {
  position: absolute;
  font-size: 0;
  z-index: 5;
}

#loreal-compaign .formfield_button button:hover::before,
#loreal-compaign .formfield_button button:active::before {
  border: 0;
}

#loreal-compaign .show-xs {
  display: none;
}

#loreal-compaign .row {
  width: 100%;
}

#loreal-compaign .row-flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

#loreal-compaign .row-flex [class^="flex-col-"] {
  position: relative;
}

#loreal-compaign .row-flex [class^="flex-col-"]::before {
  z-index: 2;
}

#loreal-compaign .row-flex .flex-col-m-1 {
  width: 100%;
}

#loreal-compaign .row-flex .flex-col-m-2 {
  width: 50%;
}

#loreal-compaign .row-flex .flex-col-m-3 {
  width: 33.3%;
}

#loreal-compaign .row-flex .flex-col-m-4 {
  width: 25%;
}

#loreal-compaign .copySucess {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

#loreal-compaign .copySucess .box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  max-width: 320px;
  height: 30%;
  max-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
}

#loreal-compaign .copySucess .box button {
  display: block;
  margin: 1vw auto 0;
  border: 1px solid #333;
  border-radius: 0;
}

#loreal-compaign .input_copy {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

#loreal-compaign .link-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#loreal-compaign .link-content .row-flex {
  height: 100%;
  padding: 0 1.8vw;
}

#loreal-compaign .link-wrapper {
  position: relative;
}

#loreal-compaign .link-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  top: -43px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign .show-xs {
    display: block;
  }
  #loreal-compaign .show-md {
    display: none;
  }
  #loreal-compaign .row-flex .flex-col-s-1 {
    width: 100%;
  }
  #loreal-compaign .row-flex .flex-col-s-2 {
    width: 50%;
  }
  #loreal-compaign .row-flex .flex-col-s-3 {
    width: 33.3%;
  }
  #loreal-compaign .link-anchor {
    top: -86px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .g-wrapper-main_content,
  body .main,
  .pt_product_details .main {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .g-wrapper_inner-main_content,
  body .main .content,
  .pt_product_details .main .content {
    padding: 0;
  }
  .pt_product_details
.main
.content
#pdpMain
.l-product_details
> div:not(.content_asset) {
    padding: 0 20px;
  }
  .g-wrapper-main_content,
  body .main,
  .pt_product_details .main {
    max-width: 100%;
    min-width: 100%;
  }
}

#loreal-compaign section {
  position: relative;
}

#loreal-compaign section img {
  width: auto;
  max-width: 100%;
}

#loreal-compaign section .content {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}

#loreal-compaign section a {
  position: absolute;
  width: 200px;
  height: 55px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign section a {
    width: 18vw;
    height: 5vw;
  }
}

#loreal-compaign .kv .kv-content {
  position: absolute;
  right: 0;
  top: 0%;
  width: 57%;
  padding: 94px 0 10px;
  text-align: center;
}

#loreal-compaign .kv .kv-content .kv-title {
  margin-bottom: 25px;
}

#loreal-compaign .section1 .btn-product {
  left: 612px;
  bottom: 36px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign .section1 .btn-product {
    left: 51vw;
    bottom: 3vw;
  }
}

#loreal-compaign .section2 .btn__01 {
  left: 103px;
  bottom: 50px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign .section2 .btn__01 {
    left: 8vw;
    bottom: 4vw;
  }
}

#loreal-compaign .section2 .btn__02 {
  left: 813px;
  bottom: 50px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign .section2 .btn__02 {
    left: 67vw;
    bottom: 4vw;
  }
}

#loreal-compaign .section3 .btn-product {
  left: 240px;
  bottom: 108px;
}

@media only screen and (max-width: 991.9px) {
  #loreal-compaign .section3 .btn-product {
    left: 20vw;
    bottom: 9vw;
  }
}

#loreal-compaign .section1 .content {
  top: 73px;
}

#loreal-compaign .section1 .sec1-01 {
  margin-bottom: 37px;
}

#loreal-compaign .section2 .content {
  top: 80px;
}

#loreal-compaign .section2 .sec2-02 {
  margin-top: 510px;
}

#loreal-compaign .section2 .sec2-02 * {
  display: inline-block;
  vertical-align: middle;
}

#loreal-compaign .section2 .sec2-02 div {
  margin-left: -10px;
}

#loreal-compaign .section2 .sec2-03 {
  margin-top: 46px;
}

#loreal-compaign .section3 .content {
  top: 0px;
}

#loreal-compaign .section3 .sec3-02 {
  margin-top: 305px;
}

#loreal-compaign .section3 .sec3-02 .row {
  align-items: flex-end;
}

#loreal-compaign .section3 .sec3-02 .row .flex-col-m-2 > div {
  margin-top: 5px;
}

#loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:first-of-type {
  padding-right: 160px;
}

#loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:first-of-type > div {
  margin-right: -45px;
}

#loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:last-of-type {
  padding-left: 150px;
}

#loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:last-of-type > div {
  margin-left: -30px;
}

#loreal-compaign .section4 .content {
  top: 110px;
}

#loreal-compaign .section4 .sec4-02 .row {
  margin-top: -55px;
}

#loreal-compaign .section4 .sec4-02 .row .flex-col-m-2:first-of-type {
  padding-left: 0px;
}

#loreal-compaign
.section4
.sec4-02
.row
.flex-col-m-2:first-of-type
.product-name {
  margin-top: -90px;
}

#loreal-compaign
.section4
.sec4-02
.row
.flex-col-m-2:first-of-type
.product-name
> div {
  margin-top: -20px;
}

#loreal-compaign .section4 .sec4-02 .row .flex-col-m-2:last-of-type {
  margin-left: -90px;
  margin-top: 70px;
}

#loreal-compaign .section-ec > div {
  position: relative;
}

#loreal-compaign .section-ec .row {
  position: absolute;
  width: 80%;
  left: 10%;
}

#loreal-compaign .section-ec .row .flex-col-m-2 {
  height: 100%;
}

#loreal-compaign .section-ec .row .flex-col-m-2 a {
  display: block;
  height: 100%;
}

#loreal-compaign .section-ec .row .flex-col-m-2:first-of-type {
  padding-right: 15px;
}

#loreal-compaign .section-ec .row .flex-col-m-2:last-of-type {
  padding-left: 15px;
}

#loreal-compaign .section-ec .promo01 a,
#loreal-compaign .section-ec .promo02 a {
  position: absolute;
  width: 210px;
  height: 63px;
  left: 338px;
}

#loreal-compaign .section-ec .promo01 a {
  top: 255px;
}

#loreal-compaign .section-ec .promo02 a {
  top: 156px;
}

#loreal-compaign .section-ec .promo03 a {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 137px;
  right: 210px;
  border-radius: 100%;
}

#loreal-compaign .section-ec .sale01 .row {
  top: 160px;
  bottom: 30px;
}

#loreal-compaign .section-ec .sale02 .row {
  top: 140px;
  bottom: 10px;
}

#loreal-compaign .section-ec .sale03 .row,
#loreal-compaign .section-ec .sale04 .row {
  top: 20px;
  bottom: 20px;
}

#loreal-compaign .section-ec .sale05 .row {
  top: 20px;
  bottom: 130px;
}

#loreal-compaign .section-ec .sale05.single-link .row .flex-col-m-1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#loreal-compaign .section-ec .promo04 a {
  position: absolute;
}

#loreal-compaign .section-ec .promo04 .btn-copy {
  width: 155px;
  height: 45px;
  left: 105px;
  bottom: 353px;
}

#loreal-compaign .section-ec .promo04 .btn-lineshop {
  width: 90px;
  height: 27px;
  right: 250px;
  bottom: 80px;
}

@media screen and (max-width: 991.9px) {
  #loreal-compaign .kv .kv-title {
    width: 94%;
    margin: 0 auto;
  }
  #loreal-compaign .kv .kv-content {
    width: 100%;
    padding: 3.5vw 0 0;
  }
  #loreal-compaign .kv .kv-slogan {
    width: 88%;
    margin: 79vw auto 0;
  }
  #loreal-compaign section .content > div {
    margin: auto;
  }
  #loreal-compaign .section1 .content {
    top: 11vw;
  }
  #loreal-compaign .section1 .sec1-01 {
    width: 71%;
    margin-bottom: 4vw;
  }
  #loreal-compaign .section1 .sec1-02 {
    width: 82%;
    padding-right: 3vw;
  }
  #loreal-compaign .section2 .content {
    top: 9vw;
  }
  #loreal-compaign .section2 .sec2-01 {
    width: 70%;
  }
  #loreal-compaign .section2 .sec2-02 {
    width: 46%;
    margin-top: 83vw;
  }
  #loreal-compaign .section2 .sec2-02 div {
    display: block;
    margin-left: 0;
    margin-top: 1vw;
  }
  #loreal-compaign .section2 .sec2-02 * {
    display: block;
  }
  #loreal-compaign .section2 .sec2-03 {
    margin-top: 8vw;
  }
  #loreal-compaign .section3 .content {
    top: 2vw;
  }
  #loreal-compaign .section3 .sec3-01 {
    width: 87%;
  }
  #loreal-compaign .section3 .sec3-02 {
    margin-top: 69vw;
  }
  #loreal-compaign .section3 .sec3-02 .row {
    width: 94%;
    margin: auto;
  }
  #loreal-compaign .section3 .sec3-02 .row .flex-col-m-2 > div {
    padding: 0 2vw;
    margin-top: -2vw;
  }
  #loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:first-of-type {
    padding-right: 0;
  }
  #loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:first-of-type > div {
    margin-right: 0;
  }
  #loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:last-of-type {
    padding-left: 0;
  }
  #loreal-compaign .section3 .sec3-02 .row .flex-col-m-2:last-of-type > div {
    margin-left: 0;
  }
  #loreal-compaign .section4 .content {
    top: 17vw;
  }
  #loreal-compaign .section4 .sec4-01 {
    width: 78%;
  }
  #loreal-compaign .section4 .sec4-02 .row {
    margin-top: -9vw;
  }
  #loreal-compaign .section4 .sec4-02 .row .flex-col-m-2:first-of-type {
    margin-left: -3vw;
  }
  #loreal-compaign
.section4
.sec4-02
.row
.flex-col-m-2:first-of-type
.product-name {
    width: 80%;
    padding-left: 3vw;
    margin: -9vw auto 0;
  }
  #loreal-compaign
.section4
.sec4-02
.row
.flex-col-m-2:first-of-type
.product-name
> div {
    margin-top: 0.5vw;
    margin-left: -5%;
    width: 115%;
  }
  #loreal-compaign .section4 .sec4-02 .row .flex-col-m-2:last-of-type {
    margin-left: -4vw;
    margin-top: 12vw;
    padding-right: 5vw;
  }
  #loreal-compaign .section-ec .row {
    width: 76%;
    left: 12%;
  }
  #loreal-compaign .section-ec .row .flex-col-m-2:first-of-type {
    padding-right: 3vw;
  }
  #loreal-compaign .section-ec .row .flex-col-m-2:last-of-type {
    padding-left: 3vw;
  }
  #loreal-compaign .section-ec .promo01 a,
  #loreal-compaign .section-ec .promo02 a {
    width: 41vw;
    height: 12vw;
    left: 29.5vw;
  }
  #loreal-compaign .section-ec .promo01 a {
    top: 68vw;
  }
  #loreal-compaign .section-ec .promo02 a {
    top: 53.5vw;
  }
  #loreal-compaign .section-ec .promo03 a {
    width: 17vw;
    height: 17vw;
    top: 16vw;
    right: 10vw;
  }
  #loreal-compaign .section-ec .sale01 .row {
    top: 20vw;
    bottom: 1vw;
  }
  #loreal-compaign .section-ec .sale02 .row {
    top: 16vw;
    bottom: 1vw;
  }
  #loreal-compaign .section-ec .sale03 .row,
  #loreal-compaign .section-ec .sale04 .row {
    top: 2vw;
    bottom: 1vw;
  }
  #loreal-compaign .section-ec .sale05 .row {
    top: 2vw;
    bottom: 20vw;
  }
  #loreal-compaign .section-ec .sale05.single-link .row {
    bottom: 14vw;
  }
  #loreal-compaign .section-ec .promo04 .btn-copy {
    width: 29vw;
    height: 8vw;
    left: 16vw;
    bottom: 90.5vw;
  }
  #loreal-compaign .section-ec .promo04 .btn-lineshop {
    width: 17vw;
    height: 6vw;
    right: 7vw;
    bottom: 10vw;
  }
}

@media screen and (max-width: 380px) {
  #loreal-compaign .response_box .lightbox_img .go .fb .fbbtn {
    padding-top: 3.2vw;
  }
  #loreal-compaign .response_box .lightbox_img .go .freego .freebtn {
    padding-top: 3vw;
  }
}

@media screen and (max-width: 320px) {
  #loreal-compaign .section-o2o .o2o-title {
    margin: -35vw -5vw 5vw auto;
  }
  #loreal-compaign .section-o2o .o2o-desc {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0 5px;
  }
  #loreal-compaign .section-o2o .o2o-container {
    padding: 10px 20px 0px;
    margin-top: 31.5vw;
  }
  #loreal-compaign .section-o2o .o2o-container .o2o-body .formfields_box {
    padding: 0 10px;
  }
  #loreal-compaign .section-o2o .o2o-container .o2o-ps,
  #loreal-compaign .section-o2o .o2o-container .o2o-set {
    margin-top: 0;
  }
  #loreal-compaign .section-o2o .o2o-container .o2o-ps {
    width: 110%;
    transform: scale(0.9) translate(-4vw, -2vw);
  }
  #loreal-compaign .response_box .lightbox_img .go .fb .fbimg {
    height: 38vw;
    margin: 10vw auto 0;
  }
  #loreal-compaign .response_box .lightbox_img .go .fb .fbbtn {
    padding-top: 3.2vw;
  }
  #loreal-compaign .response_box .lightbox_img .go .freego .freebtn {
    padding-top: 3.3vw;
  }
  #loreal-compaign .response_box .lightbox_img .go .freego .product {
    height: 38vw;
    margin: 13vw auto 3vw;
  }
}

img {
  vertical-align: middle;
  width: 100%;
}

#loreal-compaign {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 991.9px) {
  .l-content__container, .l-content__sidebar {
    padding: 0;
  }
}
/*# sourceMappingURL=202105_pslrc.css.map */