.invisible.visible {
    visibility: visible!important;
}
.spotlight-item-view .container {
  overflow-x: visible;
}

.flex-media {
  display: flex;
  align-items: flex-start;
}

.flex-media .body {
  flex: 1;
}

.btn-user-review,
.shopping-link {
  height: auto;
  background: white !important;
  border: 1px solid var(--sub-color) !important;
  color: var(--sub-color) !important;
  border-radius: 2px;
}

.border-main-color {
  border: 2px solid var(--main-color);
}

.border-main-bottom {
  border-bottom: 10px solid var(--main-color);
}

.w-20 {
  width: 20% !important;
}

.mw-100vw {
  max-width: 100vw;
}

.mw-1280px {
  max-width: 1280px;
}

.mw-1140px {
  max-width: 1140px;
}

.mw-1000px {
  max-width: 1000px;
}

.text-fat {
  transform: scale(1, 0.85);
}

ul.black-disc {
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  ul.black-disc {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc {
    padding-left: 2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc {
    padding-left: 1.5rem;
  }
}
ul.black-disc li {
  position: relative;
}
ul.black-disc li:before {
  content: "•";
  position: absolute;
  margin-left: -2.25rem;
  font-size: 150%;
  line-height: 0.7;
  color: black;
}
@media (max-width: 991px) {
  ul.black-disc li:before {
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc li:before {
    margin-left: -2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc li:before {
    margin-left: -1.5rem;
  }
}

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px));
}

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px));
  }
}
@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw;
  }

  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cover.over-width .container.mw-1280px {
  background: url("https://www.jeban.com/spotlight-item/wr-light-perfecting-essence/bg-top.jpg") center top no-repeat white;
  background-size: 100% auto;
  height: calc(100vw * 2545 / 2280);
  max-height: calc(1280px * 2545 / 2280);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px {
    background-size: 120vw auto;
    height: calc(120vw * 2545 / 2280);
  }
}
.cover.over-width .container.mw-1280px h1, .cover.over-width .container.mw-1280px h2, .cover.over-width .container.mw-1280px h3 {
  transform: scale(1.15, 1);
}
.cover.over-width .container.mw-1280px h2, .cover.over-width .container.mw-1280px h3 {
  font-family: DB-Heavent-li !important;
}
.cover.over-width .container.mw-1280px .header img {
  width: calc(100vw * 265 / 1280);
  margin: 2% auto 1%;
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .header img {
    width: 265px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .header img {
    margin: 3% auto 1.5%;
    width: calc(120vw * 265 / 1280);
  }
}
.cover.over-width .container.mw-1280px .header h1 {
  font-size: calc(100vw * 110 / 1280);
  line-height: 1;
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .header h1 {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .header h1 {
    font-size: calc(120vw * 110 / 1280);
  }
}
.cover.over-width .container.mw-1280px .header h2 {
  font-family: DB-Heavent-li !important;
  font-size: calc(100vw * 100 / 1280);
  line-height: 0.75;
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .header h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .header h2 {
    font-size: calc(120vw * 100 / 1280);
  }
}
.cover.over-width .container.mw-1280px .title {
  margin-bottom: 2%;
}
.cover.over-width .container.mw-1280px .title h1, .cover.over-width .container.mw-1280px .title h2, .cover.over-width .container.mw-1280px .title h3 {
  line-height: 1.1;
}
.cover.over-width .container.mw-1280px .title h1 {
  font-size: calc(100vw * 150 / 1280);
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .title h1 {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .title h1 {
    font-size: calc(120vw * 150 / 1280);
  }
}
.cover.over-width .container.mw-1280px .title h2 {
  font-size: calc(100vw * 75 / 1280);
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .title h2 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .title h2 {
    font-size: calc(120vw * 75 / 1280);
  }
}
.cover.over-width .container.mw-1280px .title h3 {
  font-size: calc(100vw * 100 / 1280);
}
@media (min-width: 1280px) {
  .cover.over-width .container.mw-1280px .title h3 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .cover.over-width .container.mw-1280px .title h3 {
    font-size: calc(120vw * 100 / 1280);
  }
}

#section-1 {
  margin-bottom: calc((100vw * -0.127840909090909) + 13.636363636363636px);
}
@media (min-width: 1280px) {
  #section-1 {
    margin-bottom: -150px;
  }
}
@media (max-width: 575px) {
  #section-1 {
    margin-bottom: -30%;
  }
}
#section-1 .container {
  background: #F0F0F0;
  height: calc(100vw * 535/1280);
}
@media (min-width: 1280px) {
  #section-1 .container {
    height: 535px;
  }
}
@media (max-width: 575px) {
  #section-1 .container {
    height: calc(120vw * 800/1280);
  }
}
#section-1 .container .wrapper {
  height: 100%;
}
#section-1 .container .wrapper .half-top {
  padding-top: 2.5%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  height: calc(100vw * 300/1280);
}
@media (min-width: 1280px) {
  #section-1 .container .wrapper .half-top {
    height: 300px;
  }
}
@media (max-width: 575px) {
  #section-1 .container .wrapper .half-top {
    height: calc(120vw * 300/1280);
  }
}
#section-1 .container .wrapper .half-top h3 {
  font-style: italic;
  font-size: calc(100vw * 65 / 1280);
}
@media (min-width: 1280px) {
  #section-1 .container .wrapper .half-top h3 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  #section-1 .container .wrapper .half-top h3 {
    font-size: calc(120vw * 68 / 1280);
  }
}
#section-1 .container .wrapper p {
  opacity: 0.75;
  color: #828282;
  font-size: calc(100vw * 30 / 1000);
  line-height: 1;
  margin: 2.5% 0;
}
@media (min-width: 1000px) {
  #section-1 .container .wrapper p {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  #section-1 .container .wrapper p {
    font-size: calc(100vw * 18/375);
    text-align: left;
    margin: 5%;
  }
}

#section-2 .container .wrapper {
  font-size: calc((100vw * 0.033018867924528) + 4.981132075471698px);
  line-height: 1.25;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #section-2 .container .wrapper {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  #section-2 .container .wrapper {
    font-size: calc(100vw * 22 / 375);
  }
}

#section-3 .container {
  background: url("https://www.jeban.com/spotlight-item/wr-light-perfecting-essence/bg-below.jpg") center top no-repeat white;
  background-size: 100% 100%;
}
#section-3 .container .wrapper.logo-and-intro img.olay-logo-only {
  width: 30%;
  margin: 15% 0;
}
@media (min-width: 576px) {
  #section-3 .container .wrapper.logo-and-intro img.olay-logo-only {
    margin: 10% 0;
  }
}
#section-3 .container .wrapper.logo-and-intro p {
  font-size: calc((100vw * 0.033018867924528) + 4.981132075471698px);
  line-height: 1.25;
  position: relative;
}
@media (min-width: 1000px) {
  #section-3 .container .wrapper.logo-and-intro p {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .wrapper.logo-and-intro p {
    font-size: calc(100vw * 22 / 375);
  }
}
#section-3 .container .product-info {
  display: flex;
  margin-bottom: 10%;
}
@media (min-width: 576px) {
  #section-3 .container .product-info {
    flex-wrap: wrap;
    margin-top: 10%;
  }
}
@media (max-width: 575px) {
  #section-3 .container .product-info {
    flex-flow: column;
    flex-direction: column-reverse;
    margin-top: calc(((100vw * 0.15) - 1.25px) * 2);
  }
}
#section-3 .container .product-info > div.l {
  width: 55%;
}
#section-3 .container .product-info > div.r {
  width: 45%;
}
@media (max-width: 575px) {
  #section-3 .container .product-info > div {
    width: 100% !important;
    flex: 1;
  }
}
#section-3 .container .product-info > div img {
  margin-bottom: calc((100vw * -0.226415094339623) + 30.415094339622642px);
}
@media (min-width: 1000px) {
  #section-3 .container .product-info > div img {
    margin-bottom: -196px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .product-info > div img {
    width: 35% !important;
    margin-top: calc((100vw * -0.15) + 1.25px);
    margin-bottom: calc((100vw * -0.175) + 40.625px);
  }
}
#section-3 .container .product-info > div h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc((100vw * 0.05188679245283) - 7.886792452830189px);
}
@media (min-width: 1000px) {
  #section-3 .container .product-info > div h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .product-info > div h2 {
    font-size: calc(100vw * 24/375);
  }
}
#section-3 .container .product-info > div h3 {
  font-size: calc((100vw * 0.05188679245283) - 7.886792452830189px);
}
@media (min-width: 1000px) {
  #section-3 .container .product-info > div h3 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .product-info > div h3 {
    font-size: calc(100vw * 24/375);
  }
}
#section-3 .container .product-info > div p {
  font-size: calc((100vw * 0.047169811320755) - 5.660377358490566px);
}
@media (min-width: 1000px) {
  #section-3 .container .product-info > div p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .product-info > div p {
    font-size: calc(100vw * 22/375);
  }
}
#section-3 .container .ingredients-title h3 {
  font-family: "DB-Heavent-li" !important;
  font-weight: bold;
  font-size: calc(100vw * 225/1000);
  line-height: 0.8;
}
@media (min-width: 1000px) {
  #section-3 .container .ingredients-title h3 {
    font-size: 225px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .ingredients-title h3 {
    font-size: calc(100vw * 275/1000);
  }
}
#section-3 .container .ingredients-title h4 {
  font-size: calc(100vw * 80/1000);
  line-height: 0.8;
}
@media (min-width: 1000px) {
  #section-3 .container .ingredients-title h4 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  #section-3 .container .ingredients-title h4 {
    font-size: calc(100vw * 100/1000);
  }
}
#section-3 .container .ingredients-wrapper {
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  #section-3 .container .ingredients-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
#section-3 .container .ingredient {
  display: flex;
}
@media (min-width: 768px) {
  #section-3 .container .ingredient {
    display: flex;
    width: 50%;
    padding: 0.5rem;
  }
}
#section-3 .container .ingredient .card {
  margin: calc(112.5px + 2rem) 0 0;
  flex: 1;
  padding: 2rem;
  background: #F0F0F0;
}
#section-3 .container .ingredient .card .circletag {
  display: block;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  border-radius: 112.5px;
  margin-top: calc(-112.5px - 2rem);
}
@media (max-width: 480px) {
  #section-3 .container .ingredient .card .circletag {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    margin-top: calc(-90px - 2rem);
  }
}
#section-3 .container .ingredient .card .circletag img {
  width: 90%;
}
#section-3 .container .ingredient .card .body {
  margin-top: 2rem;
}
#section-3 .container .ingredient .card h3,
#section-3 .container .ingredient .card p {
  padding-left: 2rem;
}
#section-3 .container .ingredient .card h3 {
  position: relative;
  font-size: calc(100vw * 36/1000);
}
@media (min-width: 481px) {
  #section-3 .container .ingredient .card h3 {
    font-size: calc(480px * 24/375);
  }
}
@media (min-width: 1000px) {
  #section-3 .container .ingredient .card h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #section-3 .container .ingredient .card h3 {
    font-size: calc(100vw * 24/375);
  }
}
#section-3 .container .ingredient .card h3:before {
  content: "•";
  position: absolute;
  margin-left: -2rem;
  font-size: 150%;
  line-height: 0.75;
}
#section-3 .container .ingredient .card p {
  font-size: calc(100vw * 34/1000);
}
@media (min-width: 481px) {
  #section-3 .container .ingredient .card p {
    font-size: calc(480px * 22/375);
  }
}
@media (min-width: 1000px) {
  #section-3 .container .ingredient .card p {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  #section-3 .container .ingredient .card p {
    font-size: calc(100vw * 22/375);
  }
}
@media (max-width: 767px) {
  #section-3 .container .ingredient .card {
    padding: 1rem 2rem;
  }
  #section-3 .container .ingredient .card h3,
#section-3 .container .ingredient .card p {
    padding-left: 1.5rem;
  }
  #section-3 .container .ingredient .card h3:before {
    margin-left: -1.5rem;
  }
}
@media (max-width: 575px) {
  #section-3 .container .ingredient .card h3,
#section-3 .container .ingredient .card p {
    padding-left: 1.25rem;
  }
  #section-3 .container .ingredient .card h3:before {
    margin-left: -1.25rem;
  }
}
@media (min-width: 576px) {
  #section-3 .summary-wrapper h2 {
    font-size: calc(100vw * 65/1000);
    text-align: left;
    padding-left: 50%;
  }
}
@media (min-width: 1000px) {
  #section-3 .summary-wrapper h2 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  #section-3 .summary-wrapper h2 {
    font-size: calc(100vw * 55/375);
  }
}
@media (min-width: 576px) {
  #section-3 .summary-wrapper h3 {
    font-size: calc(100vw * 55/1000);
  }
}
@media (min-width: 1000px) {
  #section-3 .summary-wrapper h3 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  #section-3 .summary-wrapper h3 {
    font-size: calc(100vw * 45/375);
  }
}
@media (min-width: 576px) {
  #section-3 .summary-wrapper ul {
    font-size: calc(100vw * 32/1000);
  }
}
@media (min-width: 1000px) {
  #section-3 .summary-wrapper ul {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  #section-3 .summary-wrapper ul {
    font-size: calc(100vw * 28/375);
  }
}
#section-3 .summary-wrapper p {
  opacity: 0.75;
  color: #828282;
}
@media (min-width: 576px) {
  #section-3 .summary-wrapper p {
    font-size: calc(100vw * 24/1000) !important;
  }
}
@media (min-width: 1000px) {
  #section-3 .summary-wrapper p {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  #section-3 .summary-wrapper p {
    font-size: calc(100vw * 16.5/375) !important;
  }
}
#section-3 .summary-wrapper strong {
  font-weight: normal;
}
@media (min-width: 576px) {
  #section-3 .summary-wrapper strong {
    font-size: calc(100vw * 40/1000) !important;
  }
}
@media (min-width: 1000px) {
  #section-3 .summary-wrapper strong {
    font-size: 40px !important;
  }
}
@media (max-width: 575px) {
  #section-3 .summary-wrapper strong {
    font-size: calc(100vw * 34/375);
  }
}

#section-4 .container {
  background: #F0F0F0;
}
@media (min-width: 576px) {
  #section-4 .container .wrapper h2 {
    font-size: calc(100vw * 45/1000);
  }
}
@media (min-width: 1000px) {
  #section-4 .container .wrapper h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  #section-4 .container .wrapper h2 {
    font-size: calc(100vw * 28/375);
  }
}
@media (min-width: 576px) {
  #section-4 .container .wrapper h3 {
    font-size: calc(100vw * 40/1000);
  }
}
@media (min-width: 1000px) {
  #section-4 .container .wrapper h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  #section-4 .container .wrapper h3 {
    font-size: calc(100vw * 26/375);
  }
}