.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: "◦";
}

ul.dash-ul {
  padding-left: 4%;
}
ul.dash-ul li {
  position: relative;
}
ul.dash-ul li:before {
  content: "-";
  position: absolute;
  margin-left: -4%;
}

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

@font-face {
  font-family: fontjek;
  src: url("https://www.jeban.com/spotlight-item/_fonts/Fontjek.woff");
}
p {
  margin: 0;
}

* {
  -webkit-font-smoothing: antialiased;
}

div[class^=section] {
  padding-left: calc(100vw * 0/1440);
  padding-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  div[class^=section] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  div[class^=section] {
    padding-left: calc(100vw * 18/375);
    padding-right: calc(100vw * 18/375);
  }
}

.shopping-link,
.btn-user-review {
  cursor: pointer;
}

.section-1 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-cover@2x.jpg");
  padding-bottom: calc(100vw * 275/1440);
  padding-top: calc(100vw * 52/1440);
}
@media (min-width: 1440px) {
  .section-1 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-1 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-cover@2x.jpg");
  }
}
@media (min-width: 1440px) {
  .section-1 {
    padding-bottom: 275px;
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .section-1 {
    padding-bottom: calc(100vw * 88.6/375);
    padding-top: calc(100vw * 12.5/375);
  }
}
.section-1 .header {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: calc(100vw * 182.5/1440);
}
@media (min-width: 1440px) {
  .section-1 .header {
    margin-left: 182.5px;
  }
}
@media (max-width: 767px) {
  .section-1 .header {
    margin-left: calc(100vw * 18/375);
  }
}
.section-1 .header .logo {
  width: calc(100vw * 361/1440);
}
@media (min-width: 1440px) {
  .section-1 .header .logo {
    width: 361px;
  }
}
@media (max-width: 767px) {
  .section-1 .header .logo {
    width: calc(100vw * 132.15/375);
  }
}
.section-1 .header .text {
  width: calc(100vw * 533.5/1440);
}
@media (min-width: 1440px) {
  .section-1 .header .text {
    width: 533.5px;
  }
}
@media (max-width: 767px) {
  .section-1 .header .text {
    width: calc(100vw * 195.51/375);
  }
}
.section-1 .product {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-top: calc(100vw * -240/1440);
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-1 .product {
    margin-top: -240px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-1 .product {
    margin-top: calc(100vw * -30/375);
    margin-left: calc(100vw * -18/375);
    margin-right: calc(100vw * -18/375);
  }
}
.section-1 .product > img {
  width: calc(100vw * 1224/1440);
}
@media (min-width: 1440px) {
  .section-1 .product > img {
    width: 1224px;
  }
}
@media (max-width: 767px) {
  .section-1 .product > img {
    width: calc(100vw * 370/375);
  }
}
.section-1 .content {
  position: relative;
  padding-left: calc(100vw * 101/1440);
  padding-right: calc(100vw * 101/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-1 .content {
    padding-left: 101px;
    padding-right: 101px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-1 .content {
    padding-left: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
    margin-top: calc(100vw * 40/375);
  }
}
.section-1 .content .water {
  position: absolute;
}
.section-1 .content .water.up {
  width: calc(100vw * 359/1440);
  bottom: calc(100vw * -160/1440);
  left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .water.up {
    width: 359px;
    bottom: -160px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .water.up {
    width: calc(100vw * 215/375);
    bottom: calc(100vw * 118/375);
    left: calc(100vw * -18/375);
  }
}
@media (min-width: 768px) {
  .section-1 .content .water.up.mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-1 .content .water.up.desk {
    display: none;
  }
}
.section-1 .content .water.down {
  width: calc(100vw * 399/1440);
  bottom: calc(100vw * -210/1440);
  right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .water.down {
    width: 399px;
    bottom: -210px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .water.down {
    width: calc(100vw * 185/375);
    bottom: calc(100vw * -85/375);
    right: calc(100vw * -18/375);
  }
}
.section-1 .content .detail {
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 0 45px rgba(255, 111, 111, 0.95);
  font-family: "DB-Heavent-reg" !important;
  padding-left: calc(100vw * 85/1440);
  padding-right: calc(100vw * 85/1440);
  padding-top: calc(100vw * 92.7/1440);
  padding-bottom: calc(100vw * 94.3/1440);
  border-radius: calc(100vw * 58/1440);
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .detail {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 92.7px;
    padding-bottom: 94.3px;
    border-radius: 58px;
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .detail {
    padding-left: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
    padding-top: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 0/375);
    border-radius: calc(100vw * 179/375);
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
@media (max-width: 767px) {
  .section-1 .content .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: calc(100vw * 326.41/1440);
    width: calc(100vw * 325.32/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-1 .content .detail {
    height: 326.41px;
    width: 325.32px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-1 .content .detail {
    height: calc(100vw * 326.41/375);
    width: calc(100vw * 325.32/375);
  }
}
@media (max-width: 767px) {
  .section-1 .content .detail > p > span {
    display: block;
  }
}

.section-2 {
  padding-top: calc(100vw * 95/1440);
  padding-bottom: calc(100vw * 81.3/1440);
  margin-top: calc(100vw * -110/1440);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-water@2x.png");
}
@media (min-width: 1440px) {
  .section-2 {
    padding-top: 95px;
    padding-bottom: 81.3px;
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .section-2 {
    padding-top: calc(100vw * 80/375);
    padding-bottom: calc(100vw * 80/375);
    margin-top: calc(100vw * -25/375);
  }
}
@media (min-width: 1440px) {
  .section-2 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-2 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-water-content@2x.png");
  }
}
.section-2 .content {
  text-align: center;
}
.section-2 .content > img {
  width: calc(100vw * 400/1440);
}
@media (min-width: 1440px) {
  .section-2 .content > img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .section-2 .content > img {
    width: calc(100vw * 176/375);
  }
}
.section-2 .content .title {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 55/1440);
  line-height: calc(100vw * 55/1440);
  margin-top: calc(100vw * 7.7/1440);
  margin-bottom: calc(100vw * 32/1440) !important;
}
@media (min-width: 1440px) {
  .section-2 .content .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .title {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .content .title {
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .title {
    line-height: calc(100vw * 24/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .content .title {
    margin-top: 7.7px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .title {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .content .title {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .section-2 .content .title {
    margin-bottom: calc(100vw * 24/375) !important;
  }
}
.section-2 .content > p:not(.title) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-2 .content > p:not(.title) {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-2 .content > p:not(.title) {
    font-size: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .content > p:not(.title) {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-2 .content > p:not(.title) {
    line-height: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content > p:not(.title) span {
    display: block;
  }
}

.section-3 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-pink-gradient@2x.jpg");
  padding-bottom: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-3 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-3 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-pink-gradient@2x.png");
    padding-right: calc(100vw * 0/1440) !important;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-3 {
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-3 {
    padding-right: calc(100vw * 0/375) !important;
  }
}
@media (min-width: 1440px) {
  .section-3 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-3 {
    padding-bottom: calc(100vw * 100/375);
  }
}
.section-3 .product {
  text-align: right;
  position: relative;
  z-index: 1;
}
.section-3 .product > img {
  width: calc(100vw * 1108/1440);
  margin-left: calc(100vw * 64/1440);
  margin-right: calc(100vw * 98/1440);
  margin-top: calc(100vw * -80/1440);
}
@media (min-width: 1440px) {
  .section-3 .product > img {
    width: 1108px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > img {
    width: calc(100vw * 341/375);
  }
}
@media (min-width: 1440px) {
  .section-3 .product > img {
    margin-left: 64px;
    margin-right: 98px;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > img {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
    margin-top: calc(100vw * -8/375);
  }
}
@media (min-width: 768px) {
  .section-3 .product > img.mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-3 .product > img.mob {
    position: relative;
    z-index: 3;
  }
  .section-3 .product > img.desk {
    display: none;
  }
}
.section-3 .product > .title {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: calc(100vw * 48/1440);
  left: calc(100vw * 73.6/1440);
  margin-right: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-3 .product > .title {
    top: 48px;
    left: 73.6px;
    margin-right: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
    margin-right: calc(100vw * 16/375);
    padding-top: calc(100vw * 24/375);
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title {
    position: relative;
    display: block;
    text-align: left;
  }
  .section-3 .product > .title > p {
    text-align: center;
  }
}
.section-3 .product > .title > img {
  width: calc(100vw * 116/1440);
}
@media (min-width: 1440px) {
  .section-3 .product > .title > img {
    width: 116px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title > img {
    width: calc(100vw * 60/375);
  }
}
.section-3 .product > .title > p:not(.sub-title) {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 138/1440);
  line-height: calc(100vw * 94/1440);
  margin-top: calc(100vw * -32/1440);
  color: #FFE578;
  text-shadow: 6px 0px rgba(0, 0, 0, 0.19);
}
@media (min-width: 1440px) {
  .section-3 .product > .title > p:not(.sub-title) {
    font-size: 138px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title > p:not(.sub-title) {
    font-size: calc(100vw * 58/375);
  }
}
@media (min-width: 1440px) {
  .section-3 .product > .title > p:not(.sub-title) {
    line-height: 94px;
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title > p:not(.sub-title) {
    line-height: calc(100vw * 40/375);
    margin-top: calc(100vw * -8/375);
  }
}
@media (min-width: 768px) {
  .section-3 .product > .title > p:not(.sub-title) > span {
    display: block;
  }
}
.section-3 .product > .title .sub-title {
  font-family: fontjek;
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  .section-3 .product > .title .sub-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title .sub-title {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-3 .product > .title .sub-title {
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title .sub-title {
    line-height: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  .section-3 .product > .title .sub-title {
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-3 .product > .title .sub-title {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-3 .product > .title .sub-title {
    margin-top: calc(100vw * 8/375);
  }
}
.section-3 .bubble {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #FFFFFF;
  box-shadow: 0 0 45px #FF6F6F;
  color: #FF6E7C;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 48/1440);
  line-height: calc(100vw * 42/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble {
    font-size: 48px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble {
    font-size: calc(100vw * 14/375);
    line-height: calc(100vw * 14/375);
  }
}
.section-3 .bubble.down {
  padding-top: calc(100vw * 94/1440);
  padding-bottom: calc(100vw * 78.4/1440);
  padding-right: calc(100vw * 17/1440);
  padding-left: calc(100vw * 16.3/1440);
  left: calc(100vw * 315/1440);
  bottom: calc(100vw * 420/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble.down {
    padding-top: 94px;
    padding-bottom: 78.4px;
    padding-right: 17px;
    padding-left: 16.3px;
    left: 315px;
    bottom: 420px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble.down {
    padding-top: calc(100vw * 33.7/375);
    padding-bottom: calc(100vw * 31.9/375);
    padding-right: calc(100vw * 4.3/375);
    padding-left: calc(100vw * 4.8/375);
    left: calc(100vw * -5/375);
    bottom: calc(100vw * 130/375);
  }
}
@media (max-width: 767px) {
  .section-3 .bubble.down {
    font-size: calc(100vw * 48/1440);
    line-height: calc(100vw * 42/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-3 .bubble.down {
    font-size: 48px;
    line-height: 42px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-3 .bubble.down {
    font-size: calc(100vw * 16/375);
    line-height: calc(100vw * 13/375);
  }
}
.section-3 .bubble.up {
  padding-top: calc(100vw * 84/1440);
  padding-bottom: calc(100vw * 56/1440);
  padding-right: calc(100vw * 35/1440);
  padding-left: calc(100vw * 35/1440);
  right: calc(100vw * 100/1440);
  top: calc(100vw * 145/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble.up {
    padding-top: 84px;
    padding-bottom: 56px;
    padding-right: 35px;
    padding-left: 35px;
    right: 100px;
    top: 145px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble.up {
    padding-top: calc(100vw * 26/375);
    padding-bottom: calc(100vw * 22/375);
    padding-right: calc(100vw * 12/375);
    padding-left: calc(100vw * 12/375);
    right: calc(100vw * 8/375);
    top: calc(100vw * 235/375);
  }
}
@media (max-width: 767px) {
  .section-3 .bubble.up {
    z-index: 3;
  }
}
.section-3 .bubble .title {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  background-color: #F6FBE7;
  line-height: calc(100vw * 10/1440);
  font-size: calc(100vw * 48/1440);
  line-height: calc(100vw * 42/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble .title {
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble .title {
    line-height: calc(100vw * 272/375);
  }
}
@media (min-width: 1440px) {
  .section-3 .bubble .title {
    font-size: 48px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble .title {
    font-size: calc(100vw * 17/375);
    line-height: calc(100vw * 14/375);
  }
}

.section-4,
.section-5 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-grid@2x.png");
  padding-top: calc(100vw * 167/1440);
  padding-bottom: calc(100vw * 155/1440);
}
@media (min-width: 1440px) {
  .section-4,
.section-5 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-4,
.section-5 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-grid@2x.png");
  }
}
@media (min-width: 1440px) {
  .section-4,
.section-5 {
    padding-top: 167px;
  }
}
@media (max-width: 767px) {
  .section-4,
.section-5 {
    padding-top: calc(100vw * 115/375);
  }
}
@media (min-width: 1440px) {
  .section-4,
.section-5 {
    padding-bottom: 155px;
  }
}
@media (max-width: 767px) {
  .section-4,
.section-5 {
    padding-bottom: calc(100vw * 56/375);
  }
}
.section-4 .title,
.section-5 .title {
  text-align: center;
}
.section-4 .title > img,
.section-5 .title > img {
  width: calc(100vw * 710/1440);
}
@media (min-width: 1440px) {
  .section-4 .title > img,
.section-5 .title > img {
    width: 710px;
  }
}
@media (max-width: 767px) {
  .section-4 .title > img,
.section-5 .title > img {
    width: calc(100vw * 300/375);
  }
}
.section-4 .title > p,
.section-5 .title > p {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 65/1440);
}
@media (min-width: 1440px) {
  .section-4 .title > p,
.section-5 .title > p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-4 .title > p,
.section-5 .title > p {
    font-size: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .title > p,
.section-5 .title > p {
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .section-4 .title > p,
.section-5 .title > p {
    line-height: calc(100vw * 21/375);
  }
}
.section-4 .content,
.section-5 .content {
  text-align: center;
  position: relative;
}
.section-4 .content > img,
.section-5 .content > img {
  position: relative;
  z-index: 2;
  width: calc(100vw * 494/1440);
  margin-top: calc(100vw * 80/1440);
  margin-left: calc(100vw * 96/1440);
}
@media (min-width: 1440px) {
  .section-4 .content > img,
.section-5 .content > img {
    width: 494px;
    margin-top: 80px;
    margin-left: 96px;
  }
}
@media (max-width: 767px) {
  .section-4 .content > img,
.section-5 .content > img {
    width: calc(100vw * 210.81/375);
    margin-top: calc(100vw * 23.3/375);
    margin-left: calc(100vw * 42/375);
  }
}
.section-4 .content .tesco,
.section-5 .content .tesco {
  position: absolute;
  top: calc(100vw * 150/1440);
  left: calc(100vw * 160/1440);
}
.section-4 .content .tesco > img,
.section-5 .content .tesco > img {
  height: calc(100vw * 380/1440);
}
@media (min-width: 1440px) {
  .section-4 .content .tesco > img,
.section-5 .content .tesco > img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section-4 .content .tesco > img,
.section-5 .content .tesco > img {
    height: calc(100vw * 160/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .content .tesco,
.section-5 .content .tesco {
    top: 150px;
    left: 160px;
  }
}
@media (max-width: 767px) {
  .section-4 .content .tesco,
.section-5 .content .tesco {
    top: calc(100vw * 80/375);
    left: calc(100vw * -30/375);
  }
}
@media (max-width: 767px) {
  .section-4 .content .tesco,
.section-5 .content .tesco {
    z-index: 1;
  }
}
.section-4 .description,
.section-5 .description {
  background-color: #F79384;
  color: #FFFFFF;
  margin: 0 auto;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  max-width: calc(100vw * 1038/1440);
  border-radius: calc(100vw * 49/1440);
  padding-top: calc(100vw * 57/1440);
  padding-bottom: calc(100vw * 57/1440);
  margin-top: calc(100vw * -32/1440);
}
@media (min-width: 1440px) {
  .section-4 .description,
.section-5 .description {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-4 .description,
.section-5 .description {
    font-size: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .description,
.section-5 .description {
    line-height: 40px;
    max-width: 1038px;
    border-radius: 49px;
    padding-top: 57px;
    padding-bottom: 57px;
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .section-4 .description,
.section-5 .description {
    line-height: calc(100vw * 23/375);
    max-width: calc(100vw * 1038/375);
    border-radius: calc(100vw * 33/375);
    padding-top: calc(100vw * 90/375);
    padding-bottom: calc(100vw * 56/375);
    margin-top: calc(100vw * -55/375);
  }
}
@media (max-width: 767px) {
  .section-4 .description,
.section-5 .description {
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-mango.png");
    margin-left: calc(100vw * 0/1440);
    margin-right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .description,
.section-5 .description {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .description,
.section-5 .description {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .description,
.section-5 .description {
    margin-left: calc(100vw * -18/375);
    margin-right: calc(100vw * -18/375);
  }
}
.section-4 .description .des-title,
.section-5 .description .des-title {
  font-weight: bold;
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 35.7/1440);
  margin-bottom: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  .section-4 .description .des-title,
.section-5 .description .des-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-4 .description .des-title,
.section-5 .description .des-title {
    font-size: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .description .des-title,
.section-5 .description .des-title {
    margin-top: 35.7px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .section-4 .description .des-title,
.section-5 .description .des-title {
    margin-top: calc(100vw * 26.3/375);
    margin-bottom: calc(100vw * 28.4/375);
  }
}
.section-4 .description .button,
.section-5 .description .button {
  border: none;
  box-shadow: 0 3px 20px rgba(83, 83, 83, 0.45);
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  color: #F79384;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 33/1440);
  border-radius: calc(100vw * 29/1440);
  padding-top: calc(100vw * 12/1440);
  padding-bottom: calc(100vw * 8/1440);
  padding-left: calc(100vw * 16/1440);
  padding-right: calc(100vw * 16/1440);
  margin-left: calc(100vw * 14/1440);
  margin-right: calc(100vw * 14/1440);
}
@media (min-width: 1440px) {
  .section-4 .description .button,
.section-5 .description .button {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-4 .description .button,
.section-5 .description .button {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .description .button,
.section-5 .description .button {
    line-height: 33px;
    border-radius: 29px;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .section-4 .description .button,
.section-5 .description .button {
    line-height: calc(100vw * 20/375);
    border-radius: calc(100vw * 33/375);
    padding-top: calc(100vw * 6/375);
    padding-bottom: calc(100vw * 4/375);
    padding-left: calc(100vw * 12/375);
    padding-right: calc(100vw * 12/375);
    margin-left: calc(100vw * 6.25/375);
    margin-right: calc(100vw * 6.25/375);
  }
}
@media (max-width: 767px) {
  .section-4 .description > p > span,
.section-5 .description > p > span {
    display: block;
  }
}
.section-4 .ingredient,
.section-5 .ingredient {
  display: inline-flex;
  margin: 0 auto;
  font-size: calc(100vw * 30/1440);
  line-height: calc(100vw * 33/1440);
  margin-top: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient,
.section-5 .ingredient {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient,
.section-5 .ingredient {
    font-size: calc(100vw * 18/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient,
.section-5 .ingredient {
    line-height: 33px;
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient,
.section-5 .ingredient {
    line-height: calc(100vw * 30/375);
    margin-top: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient,
.section-5 .ingredient {
    flex-direction: column;
    text-align: left;
  }
}
.section-4 .ingredient .detail,
.section-5 .ingredient .detail {
  margin-right: calc(100vw * -24/1440);
  margin-top: calc(100vw * 16/1440);
  position: relative;
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail,
.section-5 .ingredient .detail {
    margin-right: -24px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail,
.section-5 .ingredient .detail {
    margin-right: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail,
.section-5 .ingredient .detail {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail,
.section-5 .ingredient .detail {
    margin-top: calc(100vw * 0/375);
  }
}
.section-4 .ingredient .detail > p,
.section-5 .ingredient .detail > p {
  transform: rotate(-6deg);
}
.section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
  margin-top: calc(100vw * 8/1440);
  line-height: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    margin-top: calc(100vw * 12/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    line-height: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    text-align: center;
    max-width: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    max-width: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient .detail > p:not(.title),
.section-5 .ingredient .detail > p:not(.title) {
    max-width: calc(100vw * 172/375);
  }
}
.section-4 .ingredient .detail > p.title,
.section-5 .ingredient .detail > p.title {
  display: inline-block;
  font-family: fontjek;
  color: #000000;
  background-color: #FFFFFF;
  font-size: calc(100vw * 49/1440);
  line-height: calc(100vw * 49/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
  padding-left: calc(100vw * 15.7/1440);
  padding-right: calc(100vw * 15.7/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > p.title,
.section-5 .ingredient .detail > p.title {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > p.title,
.section-5 .ingredient .detail > p.title {
    font-size: calc(100vw * 24/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > p.title,
.section-5 .ingredient .detail > p.title {
    line-height: 49px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15.7px;
    padding-right: 15.7px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > p.title,
.section-5 .ingredient .detail > p.title {
    line-height: calc(100vw * 24/375);
    padding-top: calc(100vw * 4/375);
    padding-bottom: calc(100vw * 6/375);
    padding-left: calc(100vw * 16/375);
    padding-right: calc(100vw * 16/375);
  }
}
.section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
  height: calc(100vw * 117/1440);
  margin-top: calc(100vw * -20/1440);
  margin-right: calc(100vw * -160/1440);
  transform: rotate(-8deg);
  bottom: calc(100vw * 0/1440);
  left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    height: 117px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    height: calc(100vw * 75/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    margin-right: -160px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    margin-right: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    bottom: calc(100vw * -84/375);
    left: calc(100vw * 28/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img,
.section-5 .ingredient .detail > img {
    transform: rotate(64deg);
    position: absolute;
  }
}
.section-4 .ingredient .image,
.section-5 .ingredient .image {
  text-align: center;
}
@media (max-width: 767px) {
  .section-4 .ingredient .image,
.section-5 .ingredient .image {
    margin-top: calc(100vw * 0/1440);
    margin-bottom: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient .image,
.section-5 .ingredient .image {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient .image,
.section-5 .ingredient .image {
    margin-top: calc(100vw * 32/375);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient .image,
.section-5 .ingredient .image {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient .image,
.section-5 .ingredient .image {
    margin-bottom: calc(100vw * 36/375);
  }
}
.section-4 .ingredient .image > img,
.section-5 .ingredient .image > img {
  width: calc(100vw * 400/1440);
  display: inline-block;
}
@media (min-width: 1440px) {
  .section-4 .ingredient .image > img,
.section-5 .ingredient .image > img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .image > img,
.section-5 .ingredient .image > img {
    width: calc(100vw * 249.51/375);
  }
}

.section-5 {
  margin-top: calc(100vw * -120/1440);
}
@media (min-width: 1440px) {
  .section-5 {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .section-5 {
    margin-top: calc(100vw * -120/375);
  }
}
@media (max-width: 767px) {
  .section-5 {
    position: relative;
    z-index: 0;
  }
}

.section-4 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-white@2x.png");
  margin-top: calc(100vw * -150/1440);
}
@media (min-width: 1440px) {
  .section-4 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-4 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-white-updated.png");
  }
}
@media (min-width: 1440px) {
  .section-4 {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .section-4 {
    margin-top: calc(100vw * -100/375);
  }
}
@media (max-width: 767px) {
  .section-4 {
    position: relative;
    z-index: 1;
  }
}
.section-4 .pre-title {
  text-align: center;
  margin-top: calc(100vw * 89/1440);
  margin-bottom: calc(100vw * 150/1440);
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 75/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  .section-4 .pre-title {
    margin-top: 89px;
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title {
    margin-top: calc(100vw * 30/375);
    margin-bottom: calc(100vw * 48/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .pre-title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .pre-title {
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title {
    line-height: calc(100vw * 16/375);
  }
}
@media (min-width: 768px) {
  .section-4 .pre-title {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}
.section-4 .pre-title > span {
  color: #D13565;
  font-weight: bold;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 55/1440);
  margin-right: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  .section-4 .pre-title > span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > span {
    font-size: calc(100vw * 51/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .pre-title > span {
    line-height: 55px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > span {
    line-height: calc(100vw * 10/375);
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > span {
    display: block;
  }
}
.section-4 .pre-title > div > span {
  position: relative;
}
.section-4 .pre-title > div > span > span {
  font-size: calc(100vw * 99/1440);
  font-weight: bold;
  color: #000000;
  display: inline-block;
  transform: rotate(-7deg);
  margin-top: calc(100vw * -9/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-4 .pre-title > div > span > span {
    font-size: 99px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > div > span > span {
    font-size: calc(100vw * 47/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .pre-title > div > span > span {
    margin-top: -9px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > div > span > span {
    margin-top: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .pre-title > div > span > span {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > div > span > span {
    margin-left: calc(100vw * 4/375);
  }
}
.section-4 .pre-title > div > span > img {
  position: absolute;
  width: calc(100vw * 470/1440);
  top: calc(100vw * -155/1440);
  right: calc(100vw * -110/1440);
  z-index: 0;
}
@media (min-width: 1440px) {
  .section-4 .pre-title > div > span > img {
    width: 470px;
    top: -155px;
    right: -110px;
  }
}
@media (max-width: 767px) {
  .section-4 .pre-title > div > span > img {
    width: calc(100vw * 210/375);
    top: calc(100vw * -70/375);
    right: calc(100vw * -50/375);
  }
}
.section-4 .content > img {
  width: calc(100vw * 454/1440);
  margin-top: calc(100vw * 13.4/1440);
}
@media (min-width: 1440px) {
  .section-4 .content > img {
    width: 454px;
    margin-top: 13.4px;
  }
}
@media (max-width: 767px) {
  .section-4 .content > img {
    width: calc(100vw * 210.81/375);
    margin-top: calc(100vw * 23.3/375);
  }
}
@media (max-width: 767px) {
  .section-4 .content > img {
    margin: 0;
  }
}
.section-4 .description {
  background-color: #EA727D;
  padding-top: calc(100vw * 140/1440);
  padding-bottom: calc(100vw * 32/1440);
  margin-top: calc(100vw * -120/1440);
}
@media (min-width: 1440px) {
  .section-4 .description {
    padding-top: 140px;
    padding-bottom: 32px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .section-4 .description {
    padding-top: calc(100vw * 70/375);
    padding-bottom: calc(100vw * 32/375);
    margin-top: calc(100vw * -50/375);
  }
}
.section-4 .description .button {
  color: #EA727D;
}
@media (max-width: 767px) {
  .section-4 .description {
    background-color: transparent;
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-watermelon.png");
    margin-right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .description {
    margin-right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .description {
    margin-right: calc(100vw * 18/375);
  }
}
@media (max-width: 767px) {
  .section-4 .description > * {
    margin-right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .description > * {
    margin-right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .description > * {
    margin-right: calc(100vw * -36/375);
  }
}
.section-4 .ingredient-wrapper {
  display: inline-flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-4 .ingredient-wrapper {
    flex-direction: column-reverse;
    margin-left: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient-wrapper {
    margin-left: calc(100vw * 33/375);
  }
}
.section-4 .ingredient-wrapper > .line {
  height: calc(100vw * 45/1440);
  width: calc(100vw * 30/1440);
  margin-top: calc(100vw * 70/1440);
  margin-bottom: calc(100vw * 0/1440);
  margin-left: calc(100vw * 0/1440);
  transform: rotate(90deg);
}
@media (min-width: 1440px) {
  .section-4 .ingredient-wrapper > .line {
    height: 45px;
    width: 30px;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient-wrapper > .line {
    height: calc(100vw * 32/375);
    width: calc(100vw * 32/375);
    margin-top: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 10/375);
    margin-left: calc(100vw * 35/375);
  }
}
.section-4 .ingredient-wrapper > .line > img {
  height: calc(100vw * 6.32/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient-wrapper > .line > img {
    height: 6.32px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient-wrapper > .line > img {
    height: calc(100vw * 4.72/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient-wrapper > .line {
    transform: rotate(0deg);
  }
}
.section-4 .ingredient-wrapper .detail > p.title {
  font-size: calc(100vw * 49/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient-wrapper .detail > p.title {
    font-size: 49px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient-wrapper .detail > p.title {
    font-size: calc(100vw * 30/375);
  }
}
.section-4 .ingredient {
  margin-left: calc(100vw * 25/1440);
  margin-right: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
  }
}
.section-4 .ingredient .image {
  margin-top: calc(100vw * 50/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .image {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .image {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient .image {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .image {
    margin-left: calc(100vw * 100/375);
  }
}
.section-4 .ingredient .image > img {
  width: calc(100vw * 189.75/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .image > img {
    width: 189.75px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .image > img {
    width: calc(100vw * 140.92/375);
  }
}
.section-4 .ingredient .detail > img {
  margin-right: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient .detail > img {
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img {
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient .detail > img {
    transform: rotate(0deg);
    margin-left: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient .detail > img {
    margin-left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient .detail > img {
    margin-left: calc(100vw * -10/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .section-4 .ingredient.mint .detail > p {
    transform: rotate(18deg);
  }
  .section-4 .ingredient.mint .detail > p.title {
    transform: rotate(16deg);
    margin-right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient.mint .detail > p.title {
    margin-right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient.mint .detail > p.title {
    margin-right: calc(100vw * 15/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .detail > img {
    left: auto;
    right: calc(100vw * 0/1440);
    transform: scaleX(-1);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-4 .ingredient.mint .detail > img {
    right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-4 .ingredient.mint .detail > img {
    right: calc(100vw * 40/375);
  }
}
.section-4 .ingredient.mint .image {
  margin-top: calc(100vw * 80/1440);
  margin-left: calc(100vw * -10/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient.mint .image {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .image {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-4 .ingredient.mint .image {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .image {
    margin-left: calc(100vw * -20/375);
  }
}
.section-4 .ingredient.mint .image > img {
  width: calc(100vw * 206/1440);
}
@media (min-width: 1440px) {
  .section-4 .ingredient.mint .image > img {
    width: 206px;
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .image > img {
    width: calc(100vw * 152.99/375);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint .image {
    text-align: left;
  }
  .section-4 .ingredient.mint .image > img {
    transform: rotate(-50deg);
  }
}
@media (max-width: 767px) {
  .section-4 .ingredient.mint {
    display: flex;
    margin-top: 0;
  }
}

.section-6 {
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 64/1440);
  margin-top: calc(100vw * -50/1440);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-water-02@2x.jpg");
}
@media (min-width: 1440px) {
  .section-6 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    padding-top: calc(100vw * 47.3/375);
  }
}
@media (min-width: 1440px) {
  .section-6 {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    padding-bottom: calc(100vw * 64/375);
  }
}
@media (min-width: 1440px) {
  .section-6 {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    margin-top: calc(100vw * -50/375);
  }
}
@media (min-width: 1440px) {
  .section-6 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-6 {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-water-02@2x.png");
  }
}
.section-6 > p {
  font-family: fontjek;
  font-size: calc(100vw * 102/1440);
  color: #FFFFFF;
  text-align: center;
  padding: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  .section-6 > p {
    font-size: 102px;
  }
}
@media (max-width: 767px) {
  .section-6 > p {
    font-size: calc(100vw * 48/375);
  }
}
@media (min-width: 1440px) {
  .section-6 > p {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .section-6 > p {
    padding: calc(100vw * 28/375);
  }
}
.section-6 .product-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .section-6 .product-wrapper {
    flex-direction: column;
  }
}
.section-6 .line {
  width: calc(100vw * 11.82/1440);
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/line.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 1440px) {
  .section-6 .line {
    width: 11.82px;
  }
}
@media (max-width: 767px) {
  .section-6 .line {
    width: calc(100vw * 11.82/375);
  }
}
@media (min-width: 1440px) {
  .section-6 .line {
    background-size: 1440px auto;
  }
}
.section-6 .product {
  display: flex;
}
.section-6 .product .product-img > img {
  height: calc(100vw * 420/1440);
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .section-6 .product .product-img > img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .section-6 .product .product-img > img {
    height: calc(100vw * 251/375);
  }
}
.section-6 .product.up .box-border {
  transform: rotate(-7deg);
  margin-top: calc(100vw * 31.9/1440);
  margin-left: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-6 .product.up .box-border {
    margin-top: 31.9px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-6 .product.up .box-border {
    margin-top: calc(100vw * 25/375);
    margin-left: calc(100vw * -32/375);
    padding-top: calc(100vw * 32/375);
    padding-right: calc(100vw * 32/375);
    padding-bottom: calc(100vw * 32/375);
  }
}
@media (max-width: 767px) {
  .section-6 .product.up .box-border {
    border-right: 5px solid #FFFFFF;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.12);
  }
  .section-6 .product.up .box-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100vw * 0/1440);
    right: 0;
    height: 5px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-6 .product.up .box-border::before {
    left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-6 .product.up .box-border::before {
    left: calc(100vw * 100/375);
  }
}
@media (max-width: 767px) {
  .section-6 .product.up .box-border .title {
    position: absolute;
    top: calc(100vw * 0/1440);
    left: 5%;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-6 .product.up .box-border .title {
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-6 .product.up .box-border .title {
    top: calc(100vw * -10/375);
  }
}
.section-6 .product.down {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-6 .product.down .product-img {
    order: 2;
    z-index: 2;
    transform: rotate(-5deg);
    align-self: flex-end;
  }
}
.section-6 .product.down .box-border {
  transform: rotate(7deg);
  margin-top: calc(100vw * 72/1440);
  margin-right: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-6 .product.down .box-border {
    margin-top: 72px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-6 .product.down .box-border {
    margin-top: calc(100vw * 48/375);
    margin-right: calc(100vw * -24/375);
    padding-top: calc(100vw * 32/375);
    padding-right: calc(100vw * 40/375);
    padding-bottom: calc(100vw * 32/375);
  }
}
@media (max-width: 767px) {
  .section-6 .product.down .box-border {
    transform: rotate(2deg);
    border-left: 5px solid #FFFFFF;
    box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.12);
  }
  .section-6 .product.down .box-border::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100vw * 0/1440);
    left: 0;
    height: 5px;
    background-color: #FFFFFF;
    box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-6 .product.down .box-border::before {
    right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-6 .product.down .box-border::before {
    right: calc(100vw * 100/375);
  }
}
@media (max-width: 767px) {
  .section-6 .product.down .box-border .title {
    position: absolute;
    top: calc(100vw * 0/1440);
    right: 4%;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-6 .product.down .box-border .title {
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-6 .product.down .box-border .title {
    top: calc(100vw * -10/375);
  }
}
.section-6 .product .box-border {
  position: relative;
}
@media (max-width: 767px) {
  .section-6 .product .box-border {
    border-bottom: 5px solid #FFFFFF;
  }
}
.section-6 .product .box-border > p {
  max-width: 395px;
  font-size: calc(100vw * 35/1440);
  margin: 0 0 0 16px;
}
@media (min-width: 1440px) {
  .section-6 .product .box-border > p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-6 .product .box-border > p {
    font-size: calc(100vw * 20/375);
  }
}
.section-6 .product .box-border > p:not(.title) {
  line-height: calc(100vw * 40/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-6 .product .box-border > p:not(.title) {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-6 .product .box-border > p:not(.title) {
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-6 .product .box-border > p:not(.title) {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-6 .product .box-border > p:not(.title) {
    margin-left: calc(100vw * 40/375);
  }
}
.section-6 .product .box-border > p > span {
  display: block;
}
@media (max-width: 767px) {
  .section-6 .product .box-border > p {
    font-weight: bold;
    text-align: center;
  }
  .section-6 .product .box-border > p span {
    display: block;
  }
  .section-6 .product .box-border > p span.hilight {
    display: inline-block;
    background-color: #F0EC9A;
    padding: 2px 8px;
  }
}
.section-6 .product .box-border .title {
  padding: 0px 12px;
  display: inline-block;
  margin-left: 0;
  font-size: calc(100vw * 43/1440);
  margin-bottom: calc(100vw * 24/1440) !important;
}
@media (min-width: 1440px) {
  .section-6 .product .box-border .title {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .section-6 .product .box-border .title {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  .section-6 .product .box-border .title {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .section-6 .product .box-border .title {
    margin-bottom: calc(100vw * 8/375) !important;
  }
}
@media (min-width: 768px) {
  .section-6 .product .box-border .title {
    background-color: #F7EB97;
    box-shadow: 8px 8px 0 0px #000000;
  }
}

.section-7 {
  position: relative;
  margin-top: calc(100vw * -104/1440);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-yellow@2x.png");
  background-size: 112%;
}
@media (min-width: 1440px) {
  .section-7 {
    margin-top: -104px;
  }
}
@media (max-width: 767px) {
  .section-7 {
    margin-top: calc(100vw * -60/375);
  }
}
@media (min-width: 1440px) {
  .section-7 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-7 {
    padding: 0 !important;
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-yellow@2x.png");
    background-size: 114%;
  }
}
.section-7:before {
  content: "";
  height: calc(100vw * 100/1440);
  background-color: #FEE999;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 1440px) {
  .section-7:before {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .section-7:before {
    height: calc(100vw * 120/375);
  }
}
.section-7 .header {
  text-align: center;
  padding-top: calc(100vw * 150/1440);
}
@media (min-width: 1440px) {
  .section-7 .header {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .section-7 .header {
    padding-top: calc(100vw * 60/375);
  }
}
.section-7 .header .title {
  display: inline-block;
  margin: 0 auto;
  font-size: calc(100vw * 60/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  line-height: calc(100vw * 117/1440);
}
@media (min-width: 1440px) {
  .section-7 .header .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-7 .header .title {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .header .title {
    line-height: 117px;
  }
}
@media (max-width: 767px) {
  .section-7 .header .title {
    line-height: calc(100vw * 60/375);
  }
}
.section-7 .header .sub-title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 48/1440);
  line-height: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-7 .header .sub-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section-7 .header .sub-title {
    font-size: calc(100vw * 24/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .header .sub-title {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-7 .header .sub-title {
    line-height: calc(100vw * 30/375);
  }
}
.section-7 .header .sub-title > span:first-child {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  color: #DB5662;
  text-shadow: 4px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-7 .header .sub-title > span {
    display: block;
  }
}
.section-7 .content {
  position: relative;
  z-index: 3;
  display: block;
  height: calc(100vw * 750/1440);
  margin-top: calc(100vw * -32/1440);
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/bg-pool@2x.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 1440px) {
  .section-7 .content {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .section-7 .content {
    height: calc(100vw * 540/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content {
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .section-7 .content {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-7 .content {
    margin: -16px 0;
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/bg-pool@2x.png");
  }
}
.section-7 .content .content-text {
  padding-top: calc(100vw * 150/1440);
  padding-left: calc(100vw * 200/1440);
  padding-right: calc(100vw * 200/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  .section-7 .content .content-text {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text {
    padding-top: calc(100vw * 100/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text {
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text {
    padding-left: calc(100vw * 50/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text {
    padding-right: calc(100vw * 50/375);
  }
}
.section-7 .content .content-text > p {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p {
    font-size: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p {
    line-height: calc(100vw * 1/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-7 .content .content-text > p {
    line-height: 1px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-7 .content .content-text > p {
    line-height: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p > span {
    display: block;
  }
}
.section-7 .content .content-text > p:nth-child(2) {
  max-width: 820px;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 48/1440);
  font-weight: normal;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p:nth-child(2) {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(2) {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p:nth-child(2) {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(2) {
    line-height: calc(100vw * 28/375);
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(2) {
    margin: 5.7px auto 9.7px !important;
  }
}
.section-7 .content .content-text > p:nth-child(5) {
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 50/1440);
  margin-top: calc(100vw * 24.1/1440);
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p:nth-child(5) {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(5) {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p:nth-child(5) {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(5) {
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > p:nth-child(5) {
    margin-top: 24.1px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > p:nth-child(5) {
    margin-top: calc(100vw * 20.7/375);
  }
}
.section-7 .content .content-text > p:nth-child(5) > span:last-child {
  display: block;
}
.section-7 .content .content-text .line {
  width: calc(100vw * 60/1440);
  height: calc(100vw * 45/1440);
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/1440/triangle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: calc(100vw * 40.1/1440);
  margin-left: auto;
  margin-right: auto;
  background-size: contain !important;
}
@media (min-width: 1440px) {
  .section-7 .content .content-text .line {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text .line {
    width: calc(100vw * 200/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text .line {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text .line {
    height: calc(100vw * 100/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text .line {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text .line {
    margin-top: 40.1px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text .line {
    margin-top: calc(100vw * 31.8/375);
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text .line {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-natural-summer/375/line.png");
    height: 10px;
  }
}
.section-7 .content .content-text > a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
  padding-left: calc(100vw * 22/1440);
  padding-right: calc(100vw * 22/1440);
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > a {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > a {
    padding-left: calc(100vw * 4.7/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > a {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > a {
    padding-right: calc(100vw * 4.7/375);
  }
}
@media (min-width: 1440px) {
  .section-7 .content .content-text > a {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-7 .content .content-text > a {
    font-size: calc(100vw * 21/375);
  }
}