@charset "UTF-8";
/*=== temp for local test START ===*/
body {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .main {
  z-index: auto;
}

.localhost {
  font: inherit;
}
.localhost a {
  background-color: rgba(0, 0, 0, 0.7);
}
.localhost .main {
  width: 100%;
  max-width: 1200px;
  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;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 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;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  max-width: 320px;
  height: 30%;
  max-height: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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%;
  -webkit-transform: translate(-50%, -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 a {
  position: absolute;
}
#loreal-compaign .link-anchor {
  display: block;
  width: 100%;
  top: -43px;
}
#loreal-compaign .section2 .btn1 {
  width: 310px;
  height: 86px;
  bottom: 60px;
  left: 440px;
}
#loreal-compaign .section4 .btn1 {
  width: 276px;
  height: 77px;
  bottom: 90px;
  left: 320px;
}
#loreal-compaign .section4 .btn2 {
  width: 275px;
  height: 77px;
  bottom: 90px;
  right: 288px;
}

@media screen and (max-width: 991.9px) {
  #loreal-compaign .section2 .btn1 {
    width: 30vw;
    height: 8.5vw;
    bottom: 7vw;
    left: 36vw;
  }
  #loreal-compaign .section4 .btn1 {
    width: 25vw;
    height: 7.5vw;
    bottom: 9vw;
    left: 24.5vw;
  }
  #loreal-compaign .section4 .btn2 {
    width: 25vw;
    height: 7.5vw;
    bottom: 9vw;
    right: 22vw;
  }
}
