@charset "UTF-8";

/******加了CLA-thanks-wrap的popup 調整******/
.eventpage_oto_wrapper .event_oto .event_content .response_box.active {
  position: fixed;
  background: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}

.event_content .response_box.active span {
  font-size: 15px;
  background: none;
  color: #000;
  width: 84%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42%;
  text-indent: initial;
  text-align: center;
  line-height: 1em;
  padding: 100px 0;
}

@media (min-width: 992px) {
  .event_content .response_box.active span {
    width: 100%;
    max-width: 800px;
  }
}

@media (min-width: 1900px) {
  .event_content .response_box.active span {
    width: 52%;
  }
}

.event_content .response_box.active .close_lightbox {
  background: url(../images/lightbox_close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  display: block;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  top: 21.5%;
  left: 85%;
}
@media (max-width: 2560px) {
  .event_content .response_box.active .close_lightbox {
    left: 64%;
  }
}
@media (max-width: 1920px) {
  .event_content .response_box.active .close_lightbox {
    left: 69%;
  }
}
@media (max-width: 1680px) {
  .event_content .response_box.active .close_lightbox {
    left: 72%;
  }
}
@media (max-width: 1440px) {
  .event_content .response_box.active .close_lightbox {
    left: 75%;
  }
}
@media (max-width: 1280px) {
  .event_content .response_box.active .close_lightbox {
    left: 79%;
  }
}
@media (max-width: 1024px) {
  .event_content .response_box.active .close_lightbox {
    left: 86%;
  }
}
@media (max-width: 800px) {
  .event_content .response_box.active .close_lightbox {
    width: 15px;
    height: 15px;
    top: 10%;
  }
}

/* @media (min-width: 600px) {
    .event_content .response_box.active .close_lightbox {
        left: 88%;
    }
}
@media (min-width: 992px) {
    .event_content .response_box.active .close_lightbox {
        left: 71%;
    }
}
@media (min-width: 1900px) {
    .event_content .response_box.active .close_lightbox {
        left: 69%;
    }
} */

.event_content .response_box.active span.error_message {
  background: #fff;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/******新增的二欄 popup******/

.event_content .response_box.active .CLA-thanks-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important;
  color: #000;
  top: 20%;
  background: url(/on/demandware.static/-/Sites-lancome-tw-Library/zh_TW/dw8381536f/event-o2o-page/pdp-popup/images/popup_bg_AB.jpg)
    top center no-repeat !important;
  background-size: cover;
}

.event_content .response_box.active .CLA-thanks-wrap .wrap-border {
  border: 1px solid #92629d;
  padding: 45px 0;
  background-color: #fff;
}

.event_content .response_box.active .CLA-thanks-wrap .thanks_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.event_content .response_box.active .CLA-thanks-wrap .thanks_note {
  text-align: center;
  font-size: 17px;
  margin-top: 40px;
  color: #626262;
  line-height: 1.4;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap {
  display: flex;
  justify-content: center;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
  max-width: 270px;
  margin: 0 30px;
  text-align: center !important;
}

.event_content
  .response_box.active
  .CLA-thanks-wrap
  .link_wrap
  .link_col
  .link_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.event_content
  .response_box.active
  .CLA-thanks-wrap
  .link_wrap
  .link_col
  .link_text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}

.event_content
  .response_box.active
  .CLA-thanks-wrap
  .link_wrap
  .link_col
  .link_text
  .highlight {
  background-color: #000;
  color: #fff;
  padding: 0 4px;
  display: inline-flex;
}

.event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col a {
  color: #fff;
  margin: -15px auto 0;
  z-index: 1;
  position: relative;
  text-align: center !important;
}

.event_content
  .response_box.active
  .CLA-thanks-wrap
  .link_wrap
  .link_col
  a:hover {
  color: #000;
}

.event_content .response_box.active .CLA-thanks-wrap .close_lightbox {
  top: 35px !important;
  right: 35px !important;
  left: auto;
  margin: 0;
}

.event_content .response_box.active .CLA-thanks-wrap a {
  display: block;
}

@media (max-width: 800px) {
  .event_content .response_box.active .CLA-thanks-wrap {
    top: 6%;
    padding: 10px;
  }

  .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .event_content .response_box.active .CLA-thanks-wrap .thanks_note {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .event_content .response_box.active .CLA-thanks-wrap .wrap-border {
    padding: 20px 0 0;
    overflow: scroll;
        height: 600px;
  }

  .event_content .response_box.active .CLA-thanks-wrap {
    width: 90%;
  }

  .event_content .response_box.active .CLA-thanks-wrap .link_wrap {
    flex-wrap: wrap;
  }

  
  
  .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
    margin: 0 15px 20px;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_pic {
    width: 80%;
    margin: 0 auto;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .event_content .response_box.active .CLA-thanks-wrap .close_lightbox {
    top: 8%;
    left: 89%;
  }
}

@media (max-width: 500px) {
  .event_content .response_box.active .CLA-thanks-wrap .thanks_note {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .event_content .response_box.active .CLA-thanks-wrap {
    top: 4%;
    padding: 8px;
  }

  .event_content .response_box.active .CLA-thanks-wrap .wrap-border {
    padding: 15px 0 0;
  }

  .event_content .response_box.active .CLA-thanks-wrap .thanks_title {
    font-size: 17px;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_title {
    font-size: 16px;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_text {
    font-size: 12px;
  }

  .event_content
    .response_box.active
    .CLA-thanks-wrap
    .link_wrap
    .link_col
    .link_pic {
    width: 70%;
  }

  .event_content .response_box.active .CLA-thanks-wrap .link_wrap .link_col {
    margin: 0 15px 15px;
  }
  .event_content .response_box.active .CLA-thanks-wrap .close_lightbox {
    top: 6%;
    left: 87%;
  }
}

.event_content .response_box.active .CLA-thanks-wrap .btn {
  background: #000;
  outline: 0;
  transition: all 0.5s ease;
  padding: 11px 15px;
  width: 45%;
  font-size: 16px;
  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;
  max-width: 175px;
}

.event_content .response_box.active .CLA-thanks-wrap .btn:hover {
  background: #fff;
  border: 1px solid #000;
}

/********送出資料popup & 錯誤popup END**********/
