.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;
}

.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-1440px {
  max-width: 1440px;
}

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

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

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

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

ul.disc-ul,
ul.outline-ul {
  padding-left: 9%;
}
ul.disc-ul li,
ul.outline-ul li {
  position: relative;
}
ul.disc-ul li:before,
ul.outline-ul li:before {
  content: "●";
  position: absolute;
  margin-left: -9%;
}

ul.outline-ul li {
  position: relative;
}
ul.outline-ul li:before {
  content: "◦";
}

.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;
  }
}
br[d] {
  display: inline;
}
@media (max-width: 767px) {
  br[d] {
    display: none;
  }
}
br[m] {
  display: none;
}
@media (max-width: 767px) {
  br[m] {
    display: inline;
  }
}

hr[v] {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  min-height: 2rem;
  width: 1px;
}

.between-line {
  display: inline-block;
  position: relative;
}
.between-line:before, .between-line:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid black;
  top: 50%;
  width: 50vw;
}
.between-line:before {
  right: 100%;
  margin-right: 15px;
}
.between-line:after {
  left: 100%;
  margin-left: 15px;
}

.square-box {
  position: relative;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}
@supports (-webkit-overflow-scrolling: touch) {
  .text-bold {
    -webkit-font-smoothing: antialiased;
  }
}

.flex-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.spotlight-item-view {
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-cover.jpg");
  background-position: center calc(100vw * -200/1440);
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .spotlight-item-view {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-cover.webp");
  }
}
@media (min-width: 1440px) {
  .spotlight-item-view {
    background-position: center -125px;
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .spotlight-item-view {
    background-position: center top;
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-cover-xs.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .spotlight-item-view {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-cover-xs.webp");
  }
}
.spotlight-item-view > .container:first-child .breadcrumb .breadcrumb-item,
.spotlight-item-view > .container:first-child .breadcrumb .breadcrumb-item + :before,
.spotlight-item-view > .container:first-child .breadcrumb .breadcrumb-item a {
  color: white !important;
}
.spotlight-item-view > .container:first-child .breadcrumb .breadcrumb-item.active {
  display: none;
}
.spotlight-item-view > .container:not(:first-child) {
  background: white;
}
@media (min-width: 992px) {
  .spotlight-item-view {
    margin-top: calc(-17px);
    padding-top: calc(17px);
  }
}

.cover.over-width {
  color: white;
  text-align: center;
}
.cover.over-width .wrapper {
  width: 75%;
  padding-top: calc(100vw * 75/1440);
  padding-bottom: calc(100vw * 275/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper {
    padding-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper {
    padding-bottom: 275px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper {
    padding-bottom: calc(100vw * 250/375);
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper {
    width: 100%;
    padding-top: calc((100vw * 0.051020408163265) - 9.13265306122449px);
  }
}
.cover.over-width .wrapper img.logo {
  width: calc(100vw * 345/1440);
  margin-bottom: calc(100vw * 42/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper img.logo {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper img.logo {
    width: calc(100vw * 165/375);
  }
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper img.logo {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper img.logo {
    margin-bottom: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper img.logo {
    margin-bottom: calc((100vw * 0.094387755102041) - 10.395408163265306px);
  }
}
.cover.over-width .wrapper h1, .cover.over-width .wrapper h2 {
  line-height: 1;
}
.cover.over-width .wrapper h1 {
  font-size: calc(100vw * 92/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper h1 {
    font-size: 92px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper h1 {
    font-size: calc(100vw * 40/375);
  }
}
.cover.over-width .wrapper h2 {
  font-size: calc(100vw * 68/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper h2 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper h2 {
    font-size: calc(100vw * 32/375);
  }
}
.cover.over-width .wrapper p {
  font-size: calc(100vw * 26/1440);
  margin-top: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper p {
    font-size: calc(100vw * 15/375);
  }
}
@media (min-width: 1440px) {
  .cover.over-width .wrapper p {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper p {
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .cover.over-width .wrapper p {
    margin-top: calc((100vw * 0.094387755102041) - 10.395408163265306px);
  }
}

@media (max-width: 767px) {
  #sec-1 {
    background: linear-gradient(0deg, #03020a 25%, rgba(3, 2, 10, 0) 100%);
    margin-bottom: -1px;
  }
}
#sec-1 .framed, #sec-1 .filled {
  border: 3px solid #EDEDED;
  text-align: center;
  margin: 0 auto;
  width: calc(100vw * 900/1440);
}
@media (min-width: 1440px) {
  #sec-1 .framed, #sec-1 .filled {
    width: 900px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed, #sec-1 .filled {
    width: calc(100vw * 320/375);
  }
}
#sec-1 .framed {
  color: white;
  padding: calc(100vw * 100/1440) 0 !important;
  position: relative;
}
@media (min-width: 1440px) {
  #sec-1 .framed {
    padding: 100px 0 !important;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed {
    padding: calc(100vw * 30/375) 0 !important;
  }
}
#sec-1 .framed:before, #sec-1 .framed:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
#sec-1 .framed:before {
  left: 0;
  transform: translateX(-50%);
  width: calc(100vw * 162/1440);
  height: calc(100vw * 277/1440);
  top: calc(100vw * 218/1440);
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-01.png");
}
@media (min-width: 1440px) {
  #sec-1 .framed:before {
    width: 162px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:before {
    width: calc(100vw * 55/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .framed:before {
    height: 277px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:before {
    height: calc(100vw * 260/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .framed:before {
    top: 218px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:before {
    top: calc(100vw * 100/375);
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-1 .framed:before {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-01.webp");
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:before {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-01-xs.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-1 .framed:before {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-01-xs.webp");
  }
}
#sec-1 .framed:after {
  right: 0;
  transform: translateX(50%);
  width: calc(100vw * 177/1440);
  height: calc(100vw * 197/1440);
  top: calc(100vw * 275/1440);
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-02.png");
}
@media (min-width: 1440px) {
  #sec-1 .framed:after {
    width: 177px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:after {
    width: calc(100vw * 51/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .framed:after {
    height: 197px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:after {
    height: calc(100vw * 188/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .framed:after {
    top: 275px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:after {
    top: calc(100vw * 125/375);
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-1 .framed:after {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-02.webp");
  }
}
@media (max-width: 767px) {
  #sec-1 .framed:after {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-02-xs.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-1 .framed:after {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/bubble-02-xs.webp");
  }
}
#sec-1 .framed p {
  font-size: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  #sec-1 .framed p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed p {
    font-size: calc(100vw * 23/375);
  }
}
#sec-1 .framed p:not(:last-child) {
  margin-bottom: calc(100vw * 40/1440) !important;
}
@media (min-width: 1440px) {
  #sec-1 .framed p:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #sec-1 .framed p:not(:last-child) {
    margin-bottom: calc(100vw * 25/375) !important;
  }
}
#sec-1 .filled {
  color: #011A36;
  background: #EDEDED;
  padding-top: calc(100vw * 120/1440);
  padding-bottom: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #sec-1 .filled {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled {
    padding-top: calc(100vw * 50/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .filled {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled {
    padding-bottom: calc(100vw * 40/375);
  }
}
#sec-1 .filled img.logo {
  width: calc(100vw * 580/1440);
}
@media (min-width: 1440px) {
  #sec-1 .filled img.logo {
    width: 580px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled img.logo {
    width: calc(100vw * 190/375);
  }
}
#sec-1 .filled p {
  font-size: calc(100vw * 36/1440);
  margin-top: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #sec-1 .filled p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-1 .filled p {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled p {
    margin-top: calc(100vw * 30/375);
  }
}
#sec-1 .filled hr {
  border-color: #011A36;
  margin: 0;
  width: 62%;
  margin-top: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #sec-1 .filled hr {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #sec-1 .filled hr {
    margin-top: calc(100vw * 25/375);
  }
}

#sec-2 {
  display: flex;
  flex-wrap: wrap;
}
#sec-2 > div {
  text-align: center;
  width: 50%;
}
@media (max-width: 767px) {
  #sec-2 > div {
    width: 100%;
  }
}
#sec-2 > div.blue-bg {
  color: white;
  background: #11345C;
}
@media (max-width: 767px) {
  #sec-2 > div.blue-bg {
    padding: calc(100vw * 50/375) 0;
  }
}
#sec-2 > div h2 {
  line-height: 0.85;
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div h2 {
    font-size: calc(100vw * 45/375);
  }
}
#sec-2 > div h2 strong {
  font-weight: normal;
  font-size: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div h2 strong {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div h2 strong {
    font-size: calc(100vw * 80/375);
  }
}
#sec-2 > div h2 span {
  font-size: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div h2 span {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div h2 span {
    font-size: calc(100vw * 80/375);
  }
}
#sec-2 > div p {
  font-size: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div p {
    font-size: calc(100vw * 23/375);
  }
}
#sec-2 > div p strong {
  font-weight: normal;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div p strong {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div p strong {
    font-size: calc(100vw * 26/375);
  }
}
#sec-2 > div:nth-child(2) h2 {
  margin-bottom: calc(100vw * 85/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div:nth-child(2) h2 {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(2) h2 {
    margin-bottom: calc(100vw * 30/375);
  }
}
#sec-2 > div:nth-child(3) h2 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div:nth-child(3) h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(3) h2 {
    font-size: calc(100vw * 60/375);
  }
}
#sec-2 > div:nth-child(3) h2 span {
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div:nth-child(3) h2 span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(3) h2 span {
    font-size: calc(100vw * 45/375);
  }
}
#sec-2 > div:nth-child(3) p:nth-child(2) {
  margin-top: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div:nth-child(3) p:nth-child(2) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(3) p:nth-child(2) {
    margin-top: calc(100vw * 24/375);
  }
}
#sec-2 > div:nth-child(3) p:last-child {
  margin-top: calc(100vw * 65/1440);
}
@media (min-width: 1440px) {
  #sec-2 > div:nth-child(3) p:last-child {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(3) p:last-child {
    margin-top: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  #sec-2 > div:nth-child(3) {
    order: 4;
  }
  #sec-2 > div:nth-child(4) {
    order: 3;
  }
}

#sec-3 {
  background: #EDEDED;
  padding-top: calc(100vw * 65/1440);
  padding-bottom: calc(100vw * 175/1440);
}
@media (min-width: 1440px) {
  #sec-3 {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  #sec-3 {
    padding-top: calc(100vw * 34/375);
  }
}
@media (min-width: 1440px) {
  #sec-3 {
    padding-bottom: 175px;
  }
}
@media (max-width: 767px) {
  #sec-3 {
    padding-bottom: calc(100vw * 80/375);
  }
}
#sec-3 .wrapper {
  background: white;
  color: #011A36;
  width: calc(100vw * 1300/1440);
  display: flex;
}
@media (min-width: 1440px) {
  #sec-3 .wrapper {
    width: 1300px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper {
    width: calc(100vw * 320/375);
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper {
    flex-flow: column;
  }
}
#sec-3 .wrapper picture {
  width: 35%;
}
@media (max-width: 767px) {
  #sec-3 .wrapper picture {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper img {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: unset;
  }
}
#sec-3 .wrapper .body {
  flex: 1;
  text-align: center;
  padding-top: calc(100vw * 100/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body {
    padding-top: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body {
    padding-bottom: calc(100vw * 64/375);
  }
}
#sec-3 .wrapper .body h2, #sec-3 .wrapper .body h3 {
  line-height: 1;
}
#sec-3 .wrapper .body h2 {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body h2 {
    font-size: calc(100vw * 40/375);
  }
}
#sec-3 .wrapper .body h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body h3 {
    font-size: calc(100vw * 35/375);
  }
}
#sec-3 .wrapper .body p {
  margin-top: calc(100vw * 50/1440);
  font-size: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body p {
    margin-top: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #sec-3 .wrapper .body p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-3 .wrapper .body p {
    font-size: calc(100vw * 23/375);
  }
}

#sec-4 {
  padding-top: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #sec-4 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #sec-4 {
    padding-top: calc(100vw * 20/375);
  }
}
#sec-4 img {
  width: calc(100vw * 565/1440);
  margin-bottom: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  #sec-4 img {
    width: 565px;
  }
}
@media (max-width: 767px) {
  #sec-4 img {
    width: calc(100vw * 220/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 img {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  #sec-4 img {
    margin-bottom: calc(100vw * -15/375);
  }
}
#sec-4 .wrapper {
  text-align: center;
  background: white;
  border: 1px solid #011A36;
  width: calc(100vw * 900/1440);
  padding-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #sec-4 .wrapper {
    width: 900px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper {
    width: calc(100vw * 320/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 .wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper {
    padding-top: calc(100vw * 20/375);
  }
}
#sec-4 .wrapper h2, #sec-4 .wrapper h3, #sec-4 .wrapper p {
  color: #011A36;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #sec-4 .wrapper h2, #sec-4 .wrapper h3, #sec-4 .wrapper p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper h2, #sec-4 .wrapper h3, #sec-4 .wrapper p {
    font-size: calc(100vw * 23/375);
  }
}
#sec-4 .wrapper p {
  margin-top: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #sec-4 .wrapper p {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper p {
    margin-top: calc(100vw * 40/375);
  }
}
#sec-4 .wrapper .btn-user-review {
  color: white;
  background: #11345C;
  transform: translateY(50%);
  font-size: calc(100vw * 36/1440);
  width: calc(100vw * 220/1440);
  height: calc(100vw * 60/1440);
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #sec-4 .wrapper .btn-user-review {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper .btn-user-review {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 .wrapper .btn-user-review {
    width: 220px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper .btn-user-review {
    width: calc(100vw * 145/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 .wrapper .btn-user-review {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper .btn-user-review {
    height: calc(100vw * 40/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 .wrapper .btn-user-review {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #sec-4 .wrapper .btn-user-review {
    margin-top: calc(100vw * 10/375);
  }
}

#sec-5 {
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-bottom-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #03020a;
  background-size: 100% auto;
  margin-top: calc(100vw * -200/1440);
  padding-top: calc(100vw * 300/1440);
  padding-bottom: calc(100vw * 250/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-bottom-bg.webp");
  }
}
@media (min-width: 1440px) {
  #sec-5 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #sec-5 {
    background-position: left 10% bottom;
    background-size: 280% auto;
  }
}
@media (min-width: 1440px) {
  #sec-5 {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  #sec-5 {
    margin-top: calc(100vw * -125/375);
  }
}
@media (min-width: 1440px) {
  #sec-5 {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  #sec-5 {
    padding-top: calc(100vw * 200/375);
  }
}
@media (min-width: 1440px) {
  #sec-5 {
    padding-bottom: 250px;
  }
}
@media (max-width: 767px) {
  #sec-5 {
    padding-bottom: calc(100vw * 390/375);
  }
}
#sec-5 .framed {
  width: calc(100vw * 560/1440);
  border: 3px solid #EDEDED;
  margin: 0 auto;
  color: white;
  padding: calc(100vw * 50/1440) calc(100vw * 25/1440) !important;
  margin-left: calc(100vw * 610/1440);
}
@media (min-width: 1440px) {
  #sec-5 .framed {
    width: 560px;
  }
}
@media (max-width: 767px) {
  #sec-5 .framed {
    width: calc(100vw * 320/375);
  }
}
@media (min-width: 1440px) {
  #sec-5 .framed {
    margin-left: 610px;
    padding: 50px 25px !important;
  }
}
@media (max-width: 767px) {
  #sec-5 .framed {
    margin-left: auto;
    padding: calc(100vw * 32/375) calc(100vw * 25/375) !important;
  }
}
#sec-5 .framed li {
  font-size: calc(100vw * 36/1440);
  margin-left: calc(100vw * 42/1440);
}
@media (min-width: 1440px) {
  #sec-5 .framed li {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-5 .framed li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-5 .framed li {
    margin-left: 42px;
  }
}
@media (max-width: 767px) {
  #sec-5 .framed li {
    margin-left: calc(100vw * 16/375);
  }
}
#sec-5 .framed li:not(:last-child) {
  margin-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #sec-5 .framed li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #sec-5 .framed li:not(:last-child) {
    margin-bottom: calc(100vw * 32/375);
  }
}

#sec-6 {
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-set.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% auto;
  text-align: center;
  padding-top: calc(100vw * 125/1440);
  padding-bottom: calc(100vw * 470/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-set.webp");
  }
}
@media (min-width: 1440px) {
  #sec-6 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #sec-6 {
    background-position: left 27.5% top;
    background-size: 225% auto;
  }
}
@media (min-width: 1440px) {
  #sec-6 {
    padding-top: 125px;
  }
}
@media (max-width: 767px) {
  #sec-6 {
    padding-top: calc(100vw * 110/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 {
    padding-bottom: 470px;
  }
}
@media (max-width: 767px) {
  #sec-6 {
    padding-bottom: calc(100vw * 10/375);
  }
}
#sec-6 h2 {
  color: #011A36;
  font-weight: bold;
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #sec-6 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #sec-6 h2 {
    font-size: calc(100vw * 50/375);
  }
}
#sec-6 .filled {
  width: calc(100vw * 670/1440);
  margin: calc(100vw * 72/1440) auto 0 calc(100vw * 610/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #sec-6 .filled {
    width: 670px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled {
    width: calc(100vw * 320/375);
  }
}
#sec-6 .filled:before, #sec-6 .filled:after {
  content: "";
  display: block;
  position: absolute;
}
#sec-6 .filled:before {
  background: white;
  border-radius: 50%;
  width: calc(100vw * 18/1440);
  height: calc(100vw * 18/1440);
  left: calc(50% - calc(100vw * 245/1440));
  bottom: calc(100vw * -184/1440);
}
@media (min-width: 1440px) {
  #sec-6 .filled:before {
    width: 18px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:before {
    width: calc(100vw * 10/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled:before {
    height: 18px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:before {
    height: calc(100vw * 10/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled:before {
    left: calc(50% - 245px);
    bottom: -184px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:before {
    left: calc(45% - 2px);
    top: calc((100vw * -0.280612244897959) + 5.229591836734694px);
    bottom: unset;
  }
}
#sec-6 .filled:after {
  border: 3px solid white;
  border-style: none solid solid none;
  left: calc(50% - calc(100vw * 1/1440));
  bottom: 0;
  transform: translate(-100%, calc(100% - calc(100vw * 3/1440)));
  width: calc(100vw * 230/1440);
  height: calc(100vw * 180/1440);
}
@media (min-width: 1440px) {
  #sec-6 .filled:after {
    left: calc(50% - 1px);
    bottom: 0;
    transform: translate(-100%, calc(100% - 3px));
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:after {
    border-style: solid none none solid;
    left: 45%;
    top: 0;
    bottom: unset;
    transform: translate(-100%, calc(-100% + 3px));
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled:after {
    width: 230px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:after {
    width: calc(100vw * 80/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled:after {
    height: 180px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled:after {
    height: calc(100vw * 100/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled {
    margin-top: 72px;
    margin-left: 610px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled {
    margin-top: calc(100vw * 740/375);
    margin-left: auto;
  }
}
#sec-6 .filled li {
  color: #011A36;
  background: white;
  border: 1px solid #011A36;
  font-size: calc(100vw * 36/1440);
  padding: calc(100vw * 60/1440) calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #sec-6 .filled li {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-6 .filled li {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled li {
    padding: calc(100vw * 30/375) calc(100vw * 0/375);
  }
}
#sec-6 .filled li:not(:last-child) {
  margin-bottom: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #sec-6 .filled li:not(:last-child) {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  #sec-6 .filled li:not(:last-child) {
    margin-bottom: calc(100vw * 32/375);
  }
}
#sec-6 .filled li strong {
  font-weight: normal;
  font-family: "DB-Heavent-reg" !important;
}

#sec-7 {
  background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-3.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% auto;
  background-size: calc(100vw * 490/1440) calc(100vw * 490/1440);
  background-position: calc(100vw * 140/1440) calc(100vw * 65/1440);
  padding-top: calc(100vw * 65/1440);
  padding-bottom: calc(100vw * 70/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-7 {
    background-image: url("https://www.jeban.com/spotlight-item/lifeplanktoneye/biotherm-lifeplankton-eye-3.webp");
  }
}
@media (min-width: 1440px) {
  #sec-7 {
    background-size: 490px auto;
  }
}
@media (min-width: 1440px) {
  #sec-7 {
    background-size: 490px 490px;
  }
}
@media (max-width: 767px) {
  #sec-7 {
    background-size: calc(100vw * 222/375) calc(100vw * 222/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 {
    background-position: 140px 65px;
  }
}
@media (max-width: 767px) {
  #sec-7 {
    background-position: calc(100vw * 0/375) calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  #sec-7 {
    padding-top: calc(100vw * 200/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #sec-7 {
    padding-bottom: calc(100vw * 50/375);
  }
}
@media (max-width: 767px) {
  #sec-7 {
    background-position: center top;
  }
}
#sec-7 .wrapper {
  width: calc(100vw * 900/1440);
  margin-right: calc(100vw * 120/1440);
  color: #011A36;
}
@media (min-width: 1440px) {
  #sec-7 .wrapper {
    width: 900px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper {
    width: calc(100vw * 320/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 .wrapper {
    margin-right: 120px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper {
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper {
    margin-right: auto;
  }
}
#sec-7 .wrapper h2 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-7 .wrapper h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper h2 {
    font-size: calc(100vw * 45/375);
  }
}
#sec-7 .wrapper h3 {
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #sec-7 .wrapper h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper h3 {
    font-size: calc(100vw * 30/375);
  }
}
#sec-7 .wrapper p {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #sec-7 .wrapper p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper p {
    font-size: calc(100vw * 23/375);
  }
}
#sec-7 .wrapper .shopping-link {
  font-size: calc(100vw * 45/1440);
  height: calc(100vw * 100/1440);
  width: calc(100vw * 375/1440);
  background: #11345C;
  color: white;
}
@media (min-width: 1440px) {
  #sec-7 .wrapper .shopping-link {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper .shopping-link {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 .wrapper .shopping-link {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper .shopping-link {
    height: calc(100vw * 68/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 .wrapper .shopping-link {
    width: 375px;
  }
}
@media (max-width: 767px) {
  #sec-7 .wrapper .shopping-link {
    width: calc(100vw * 300/375);
  }
}