@charset "UTF-8";
.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: #1B202F;
  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;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:-webkit-scrollbar {
  display: none;
}

#smooth-e-gold-content .mw-1440px {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
#smooth-e-gold-content .mw-1440px > div {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% auto !important;
  width: 100%;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content .mw-1440px > div {
    background-size: 1440px auto;
  }
}
#smooth-e-gold-content #cover {
  height: calc(100vw * 1180/1440);
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-cover.png");
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover {
    height: 1180px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover {
    height: calc(100vw * 682/375);
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-cover.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-cover.webp");
  }
}
#smooth-e-gold-content #sec-01 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-01.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-01.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-01.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-01.webp");
  }
}
#smooth-e-gold-content #sec-02 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-02.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-02 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-02.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-02.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-02 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-02.webp");
  }
}
#smooth-e-gold-content #sec-03 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-03.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-03 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-03.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-03.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-03 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-03.webp");
  }
}
#smooth-e-gold-content #sec-04 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-04.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-04 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-04.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-04.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-04 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-04.webp");
  }
}
#smooth-e-gold-content #sec-05 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-05.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-05 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-05.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-05.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-05 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-05.webp");
  }
}
#smooth-e-gold-content #sec-06 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-06.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-06 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-06.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-06.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-06 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-06.webp");
  }
}
#smooth-e-gold-content #sec-07 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-07.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-07.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-07.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-07.webp");
  }
}
#smooth-e-gold-content #sec-08 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-08.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-08 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-08.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-08.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-08 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-08.webp");
  }
}
#smooth-e-gold-content #sec-09 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-09.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-09 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-09.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-09.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-09 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-09.webp");
  }
}
#smooth-e-gold-content #sec-10 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-10.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-10 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-10.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-10.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-10 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-10.webp");
  }
}
#smooth-e-gold-content #sec-11 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-11.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-11 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/bg-sec-11.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-11.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-11 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/bg-sec-11.webp");
  }
}
#smooth-e-gold-content #sec-01 {
  height: calc(100vw * 1258/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 {
    height: 1258px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 {
    height: calc(100vw * 924/375);
  }
}
#smooth-e-gold-content #sec-02 {
  height: calc(100vw * 1661/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 {
    height: 1661px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 {
    height: calc(100vw * 734/375);
  }
}
#smooth-e-gold-content #sec-03 {
  height: calc(100vw * 1558/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 {
    height: 1558px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 {
    height: calc(100vw * 824/375);
  }
}
#smooth-e-gold-content #sec-04 {
  height: calc(100vw * 1344/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 {
    height: 1344px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 {
    height: calc(100vw * 623/375);
  }
}
#smooth-e-gold-content #sec-05 {
  height: calc(100vw * 789/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 {
    height: 789px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 {
    height: calc(100vw * 418/375);
  }
}
#smooth-e-gold-content #sec-06 {
  height: calc(100vw * 524/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 {
    height: 524px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 {
    height: calc(100vw * 302/375);
  }
}
#smooth-e-gold-content #sec-07 {
  height: calc(100vw * 1729/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 {
    height: 1729px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 {
    height: calc(100vw * 1287/375);
  }
}
#smooth-e-gold-content #sec-08 {
  height: calc(100vw * 1210/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 {
    height: 1210px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 {
    height: calc(100vw * 587/375);
  }
}
#smooth-e-gold-content #sec-09 {
  height: calc(100vw * 1752/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 {
    height: 1752px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 {
    height: calc(100vw * 1320/375);
  }
}
#smooth-e-gold-content #sec-10 {
  height: calc(100vw * 1947/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 {
    height: 1947px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 {
    height: calc(100vw * 1498/375);
  }
}
#smooth-e-gold-content ul.remarks {
  font-size: calc(100vw * 20/1440);
  line-height: 1.2;
  list-style-type: none;
  text-align: left;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content ul.remarks {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content ul.remarks {
    font-size: calc(100vw * 14/375);
  }
}
#smooth-e-gold-content ul.remarks li {
  position: relative;
}
#smooth-e-gold-content ul.remarks li sup {
  top: calc(100vw * 6/1440);
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 4px));
}
@media (min-width: 1440px) {
  #smooth-e-gold-content ul.remarks li sup {
    top: 6px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content ul.remarks li sup {
    top: calc(100vw * 4/375);
  }
}
#smooth-e-gold-content #cover {
  padding-top: calc(100vw * 35/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover {
    padding-top: calc(100vw * 12/375);
  }
}
#smooth-e-gold-content #cover h1, #smooth-e-gold-content #cover h2,
#smooth-e-gold-content #cover .dermatologist-tested {
  text-indent: -3000px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
#smooth-e-gold-content #cover h1 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-gold-logo.png");
  width: calc(100vw * 334.09/1440);
  height: calc(100vw * 179.77/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover h1 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-gold-logo.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover h1 {
    width: 334.09px;
    height: 179.77px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover h1 {
    width: calc(100vw * 103.36/375);
    height: calc(100vw * 55.62/375);
  }
}
#smooth-e-gold-content #cover h2 {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost@2x.png");
  width: calc(100vw * 652/1440);
  height: calc(100vw * 348/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost@2x.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover h2 {
    width: 652px;
    height: 348px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover h2 {
    width: calc(100vw * 293/375);
    height: calc(100vw * 156/375);
    margin-top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #cover .dermatologist-tested {
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/dermatologist-tested.png");
  width: calc(100vw * 128.84/1440);
  height: calc(100vw * 128.76/1440);
  left: calc(100vw * 720/1440);
  top: calc(100vw * 600/1440);
  display: grid;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #cover .dermatologist-tested {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/dermatologist-tested.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover .dermatologist-tested {
    width: 128.84px;
    height: 128.76px;
    left: 720px;
    top: 600px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover .dermatologist-tested {
    width: calc(100vw * 66.03/375);
    height: calc(100vw * 65.98/375);
    left: calc(100vw * 65/375);
    top: calc(100vw * 435/375);
  }
}
#smooth-e-gold-content #cover ul:not(.remarks) {
  width: calc(100vw * 572/1440);
  grid-gap: calc(100vw * 16/1440);
  margin-top: calc(100vw * 22.5/1440);
  margin-bottom: calc(100vw * 30/1440);
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover ul:not(.remarks) {
    width: 572px;
    grid-gap: 16px;
    margin-top: 22.5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover ul:not(.remarks) {
    width: calc(100vw * 302/375);
    grid-gap: calc(100vw * 10/375);
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 290/375);
  }
}
#smooth-e-gold-content #cover ul:not(.remarks) li {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 53/1440);
  border-width: calc(100vw * 2/1440);
  border-radius: calc(100vw * 20/1440);
  height: calc(100vw * 90/1440);
  border-style: solid;
  border-color: #B08F57;
  color: #B08F57;
  display: grid;
  align-items: center;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover ul:not(.remarks) li {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover ul:not(.remarks) li {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover ul:not(.remarks) li {
    border-width: 2px;
    border-radius: 20px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover ul:not(.remarks) li {
    border-width: calc(100vw * 1/375);
    border-radius: calc(100vw * 7/375);
    height: calc(100vw * 45/375);
  }
}
#smooth-e-gold-content #cover ul.remarks {
  margin-left: calc(100vw * 145/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #cover ul.remarks {
    margin-left: 145px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover ul.remarks {
    margin-left: calc(100vw * 32/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #cover h1 {
    margin-left: calc(100vw * 140/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #smooth-e-gold-content #cover h1 {
    margin-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #smooth-e-gold-content #cover h1 {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #cover h2, #smooth-e-gold-content #cover ul:not(.remarks) {
    margin-left: calc(100vw * 132/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #smooth-e-gold-content #cover h2, #smooth-e-gold-content #cover ul:not(.remarks) {
    margin-left: 132px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #smooth-e-gold-content #cover h2, #smooth-e-gold-content #cover ul:not(.remarks) {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #cover > * {
    margin-left: auto;
    margin-right: auto;
  }
}
#smooth-e-gold-content #sec-01 {
  padding-top: calc(100vw * 0/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 {
    padding-top: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-01:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/overlay-sec-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 129.5/1440);
  top: calc(100vw * 50/1440);
  width: calc(100vw * 1156.5/1440);
  height: calc(100vw * 754/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/overlay-sec-01.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01:after {
    left: 129.5px;
    top: 50px;
    width: 1156.5px;
    height: 754px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01:after {
    left: calc(100vw * 18.37/375);
    top: calc(100vw * 12/375);
    width: calc(100vw * 312.63/375);
    height: calc(100vw * 316.26/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/overlay-sec-01.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/overlay-sec-01.webp");
  }
}
#smooth-e-gold-content #sec-01 h1 {
  margin: 0 auto;
  transform: translateX(5.2734375%);
  text-indent: -3000px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-logo@2x.png");
  width: calc(100vw * 512/1440);
  height: calc(100vw * 225/1440);
  margin-top: calc(100vw * 48/1440);
  margin-bottom: calc(100vw * 48/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 h1 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-logo@2x.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 h1 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-logo.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 h1 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-logo.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 h1 {
    width: 512px;
    height: 225px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 h1 {
    width: calc(100vw * 212/375);
    height: calc(100vw * 93/375);
    margin-top: calc(100vw * 21/375);
    margin-bottom: calc(100vw * 21/375);
  }
}
#smooth-e-gold-content #sec-01 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 120/1440);
  margin-bottom: calc(100vw * 30/1440);
  line-height: 0.9;
  display: grid;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 blockquote {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 blockquote {
    font-size: calc(100vw * 45/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 blockquote {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 blockquote {
    margin-bottom: calc(100vw * 210/375);
  }
}
#smooth-e-gold-content #sec-01 blockquote span {
  font-size: calc(100vw * 86/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 blockquote span {
    font-size: 86px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 blockquote span {
    font-size: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-01 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 p {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-01 p:nth-of-type(1) {
  width: calc(100vw * 965/1440);
  height: calc(100vw * 440/1440);
  padding-bottom: calc(100vw * 48/1440);
  border-width: calc(100vw * 2/1440);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: white;
  border-radius: 20px 20px 0 0;
  border-style: solid solid none;
  border-color: #B08F57;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1) {
    width: 965px;
    height: 440px;
    padding-bottom: 48px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1) {
    width: calc(100vw * 305/375);
    height: calc(100vw * 330/375);
    padding-bottom: calc(100vw * 20/375);
    border-width: calc(100vw * 1/375);
  }
}
#smooth-e-gold-content #sec-01 p:nth-of-type(1):before {
  height: calc(100vw * 48/1440);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):before {
    height: 48px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):before {
    height: calc(100vw * 20/375);
  }
}
#smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/doctor@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -56/1440);
  bottom: calc(100vw * 1/1440);
  width: calc(100vw * 353/1440);
  height: calc(100vw * 391/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/doctor@2x.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
    left: -56px;
    bottom: 1px;
    width: 353px;
    height: 391px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
    left: calc(100vw * 78/375);
    bottom: calc(100vw * 330/375);
    width: calc(100vw * 182/375);
    height: calc(100vw * 201/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/doctor.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-01 p:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/doctor.webp");
  }
}
#smooth-e-gold-content #sec-02 > * {
  margin: 0 auto;
}
#smooth-e-gold-content #sec-02 h2 {
  margin: 0 auto;
  text-indent: -3000px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost@2x.png");
  width: calc(100vw * 746/1440);
  height: calc(100vw * 398.74/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-02 h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost@2x.webp");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-02 h2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/text-24k-gold-9.999percent-pure-gold-hydro-boost.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 h2 {
    width: 746px;
    height: 398.74px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 h2 {
    width: calc(100vw * 273/375);
    height: calc(100vw * 145.92/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-02 blockquote {
  margin: 0 auto;
  line-height: 1;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 blockquote {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 blockquote {
    font-size: calc(100vw * 26/375);
  }
}
#smooth-e-gold-content #sec-02 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 h3 {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-02 p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 45/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 p {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-02 img {
  width: calc(100vw * 747.08/1440);
  margin-top: calc(100vw * -95/1440);
  margin-bottom: calc(100vw * -110/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 img {
    width: 747.08px;
    margin-top: -95px;
    margin-bottom: -110px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 img {
    width: calc(100vw * 324.4/375);
    margin-top: calc(100vw * -40/375);
    margin-bottom: calc(100vw * -35/375);
  }
}
#smooth-e-gold-content #sec-02 .btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 200/1440);
  height: calc(100vw * 64/1440);
  margin-top: calc(100vw * 45/1440);
  display: grid;
  align-items: center;
  color: white;
  background: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-02 .btn-user-review {
    font-size: 35px;
    width: 200px;
    height: 64px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-02 .btn-user-review {
    font-size: calc(100vw * 23/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 32/375);
    margin-top: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-03 > * {
  margin: 0 auto;
}
#smooth-e-gold-content #sec-03 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
  line-height: 1;
  display: inline-flex;
  flex-flow: column;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 h2 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 h2 {
    font-size: calc(100vw * 34/375);
  }
}
#smooth-e-gold-content #sec-03 h2 span {
  font-size: calc(100vw * 100/1440);
  color: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 h2 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 h2 span {
    font-size: calc(100vw * 42/375);
  }
}
#smooth-e-gold-content #sec-03 h2:after {
  height: calc(100vw * 5/1440);
  bottom: calc(100vw * -22.5/1440);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 h2:after {
    height: 5px;
    bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 h2:after {
    height: calc(100vw * 3/375);
    bottom: calc(100vw * -16.25/375);
  }
}
#smooth-e-gold-content #sec-03 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  margin-top: calc(100vw * 50/1440);
  margin-bottom: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 blockquote {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 blockquote {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 blockquote {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 blockquote {
    margin-top: calc(100vw * 35/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-03 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 p {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-03 p strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 p strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 p strong {
    font-size: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-03 img {
  width: calc(100vw * 1074/1440);
  margin-top: calc(100vw * -60/1440);
  margin-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-03 img {
    width: 1074px;
    margin-top: -60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-03 img {
    width: calc(100vw * 375/375);
    margin-top: calc(100vw * -15/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-04 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 76/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 h2 {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 h2 {
    font-size: calc(100vw * 33/375);
  }
}
#smooth-e-gold-content #sec-04 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding: calc(100vw * 25/1440) calc(100vw * 0/1440);
  line-height: 1;
  color: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 h3 {
    font-size: calc(100vw * 26/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 h3 {
    padding: 25px 0px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 h3 {
    padding: calc(100vw * 15/375) calc(100vw * 0/375);
  }
}
#smooth-e-gold-content #sec-04 p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 15/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 p {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 p {
    padding-bottom: calc(100vw * 8/375);
  }
}
#smooth-e-gold-content #sec-04 p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#smooth-e-gold-content #sec-04 ul.remarks {
  display: inline-grid;
}
#smooth-e-gold-content #sec-04 hr {
  width: calc(100vw * 670/1440);
  height: calc(100vw * 5/1440);
  border: none;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 hr {
    width: 670px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 hr {
    width: calc(100vw * 305/375);
    height: calc(100vw * 3/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-gold-24k-hydroboost-anti-aging-supreme-serum-bottle.png");
  background-size: auto 100% !important;
  height: calc(100vw * 650/1440);
  margin-top: calc(100vw * 60/1440);
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-04 ul.benefits {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/smooth-e-gold-24k-hydroboost-anti-aging-supreme-serum-bottle.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits {
    height: 650px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits {
    height: calc(100vw * 210/375);
    margin-top: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li {
  font-size: calc(100vw * 35/1440);
  line-height: 1;
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: calc(100vw * 20/1440);
  width: calc(100vw * 280/1440);
  height: calc(100vw * 90/1440);
  border: 2px solid #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li {
    font-size: calc(100vw * 18/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li {
    border-radius: 20px;
    width: 280px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li {
    border-radius: calc(100vw * 10/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 56/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li {
    border-width: 1px;
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:before, #smooth-e-gold-content #sec-04 ul.benefits li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
#smooth-e-gold-content #sec-04 ul.benefits li:before {
  height: 0;
  border-bottom: 2px solid #B08F57;
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:before {
    border-bottom-width: 1px;
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:after {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  background: #B08F57;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:after {
    width: calc(100vw * 4/375);
    height: calc(100vw * 4/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1) {
  width: calc(100vw * 280/1440);
  height: calc(100vw * 160/1440);
  left: calc(100vw * 220/1440);
  top: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1) {
    width: 280px;
    height: 160px;
    left: 220px;
    top: 90px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1) {
    width: calc(100vw * 135/375);
    height: calc(100vw * 80/375);
    left: calc(100vw * 15/375);
    top: calc(100vw * -10/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):before {
  width: calc(100vw * 184/1440);
  right: calc(100vw * -184/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):before {
    width: 184px;
    right: -184px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):before {
    width: calc(100vw * 28/375);
    right: calc(100vw * -28/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):after {
  right: calc(100vw * -184/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):after {
    right: -184px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):after {
    right: calc(100vw * -28/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):before, #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(1):after {
    top: 80%;
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2) {
  height: calc(100vw * 90/1440);
  left: calc(100vw * 940/1440);
  top: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2) {
    height: 90px;
    left: 940px;
    top: 54px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2) {
    height: calc(100vw * 32/375);
    left: calc(100vw * 250/375);
    top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):before {
  width: calc(100vw * 214/1440);
  left: calc(100vw * -214/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):before {
    width: 214px;
    left: -214px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):before {
    width: calc(100vw * 62/375);
    left: calc(100vw * -62/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):after {
  left: calc(100vw * -214/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):after {
    left: -214px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(2):after {
    left: calc(100vw * -62/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3) {
  height: calc(100vw * 120/1440);
  left: calc(100vw * 940/1440);
  top: calc(100vw * 215/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3) {
    height: 120px;
    left: 940px;
    top: 215px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3) {
    height: calc(100vw * 56/375);
    left: calc(100vw * 250/375);
    top: calc(100vw * 52/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):before {
  width: calc(100vw * 169/1440);
  left: calc(100vw * -169/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):before {
    width: 169px;
    left: -169px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):before {
    width: calc(100vw * 52/375);
    left: calc(100vw * -52/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):after {
  left: calc(100vw * -169/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):after {
    left: -169px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(3):after {
    left: calc(100vw * -52/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4) {
  left: calc(100vw * 220/1440);
  top: calc(100vw * 335/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4) {
    left: 220px;
    top: 335px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4) {
    left: calc(100vw * 15/375);
    top: calc(100vw * 100/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):before {
  width: calc(100vw * 140/1440);
  right: calc(100vw * -140/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):before {
    width: 140px;
    right: -140px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):before {
    width: calc(100vw * 48/375);
    right: calc(100vw * -48/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):after {
  right: calc(100vw * -140/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):after {
    right: -140px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(4):after {
    right: calc(100vw * -48/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5) {
  left: calc(100vw * 940/1440);
  top: calc(100vw * 410/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5) {
    left: 940px;
    top: 410px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5) {
    left: calc(100vw * 250/375);
    top: calc(100vw * 120/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):before {
  width: calc(100vw * 134/1440);
  left: calc(100vw * -134/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):before {
    width: 134px;
    left: -134px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):before {
    width: calc(100vw * 42/375);
    left: calc(100vw * -42/375);
  }
}
#smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):after {
  left: calc(100vw * -134/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):after {
    left: -134px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-04 ul.benefits li:nth-child(5):after {
    left: calc(100vw * -42/375);
  }
}
#smooth-e-gold-content #sec-05 {
  display: flex;
  flex-flow: column;
}
#smooth-e-gold-content #sec-05 > * {
  margin: 0 auto;
}
#smooth-e-gold-content #sec-05 .flex-media {
  display: flex;
  align-items: center;
  width: calc(100vw * 720/1440);
  margin-bottom: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 .flex-media {
    width: 720px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .flex-media {
    width: calc(100vw * 375/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-05 .flex-media {
    flex-flow: row wrap;
  }
  #smooth-e-gold-content #sec-05 .flex-media p {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .flex-media {
    flex-flow: column;
  }
}
#smooth-e-gold-content #sec-05 .flex-media img {
  width: calc(100vw * 163.02/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 .flex-media img {
    width: 163.02px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .flex-media img {
    width: calc(100vw * 75.6/375);
  }
}
#smooth-e-gold-content #sec-05 .flex-media p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: 1;
  text-align: center;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 .flex-media p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .flex-media p {
    font-size: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .flex-media p {
    padding-top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-05 .before-after {
  position: relative;
  display: inline-block;
}
#smooth-e-gold-content #sec-05 .before-after:before, #smooth-e-gold-content #sec-05 .before-after:after {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 30/1440);
  position: absolute;
  top: 0;
  transform: translate(-50%, -75%);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 .before-after:before, #smooth-e-gold-content #sec-05 .before-after:after {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .before-after:before, #smooth-e-gold-content #sec-05 .before-after:after {
    font-size: calc(100vw * 20/375);
  }
}
#smooth-e-gold-content #sec-05 .before-after:before {
  content: "Before";
  left: 21.5%;
}
#smooth-e-gold-content #sec-05 .before-after:after {
  content: "After";
  left: 78.5%;
}
#smooth-e-gold-content #sec-05 .before-after img {
  width: calc(100vw * 565/1440);
  margin-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-05 .before-after img {
    width: 565px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-05 .before-after img {
    width: calc(100vw * 265/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#smooth-e-gold-content #sec-05 ul.remarks {
  display: inline-grid;
}
#smooth-e-gold-content #sec-06 {
  padding-bottom: calc(100vw * 100/1440);
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 {
    padding-bottom: calc(100vw * 50/375);
  }
}
#smooth-e-gold-content #sec-06:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/tube-pure-gold@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 1053.41/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 260.11/1440);
  height: calc(100vw * 476.9/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-06:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/tube-pure-gold@2x.webp");
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06:after {
    left: 1053.41px;
    top: 0px;
    width: 260.11px;
    height: 476.9px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06:after {
    left: calc(100vw * 280/375);
    top: calc(100vw * 102/375);
    width: calc(100vw * 121.86/375);
    height: calc(100vw * 204.34/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-06:after {
    transform: rotate(-11deg);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/tube-pure-gold.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-06:after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/tube-pure-gold.webp");
  }
}
#smooth-e-gold-content #sec-06 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 h2 {
    font-size: calc(100vw * 30/375);
  }
}
#smooth-e-gold-content #sec-06 h2 span {
  font-size: calc(100vw * 100/1440);
  color: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 h2 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 h2 span {
    font-size: calc(100vw * 42/375);
  }
}
#smooth-e-gold-content #sec-06 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 p {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 p {
    padding-right: calc(100vw * 30/375);
  }
}
#smooth-e-gold-content #sec-06 hr {
  width: calc(100vw * 670/1440);
  height: calc(100vw * 5/1440);
  border: none;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-06 hr {
    width: 670px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-06 hr {
    width: calc(100vw * 305/375);
    height: calc(100vw * 3/375);
  }
}
#smooth-e-gold-content #sec-07 ul {
  list-style-type: none;
  padding: 0;
}
#smooth-e-gold-content #sec-07 ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 550/1440);
  line-height: 1.2;
  position: relative;
  text-align: left;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li {
    width: 550px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li {
    width: calc(100vw * 250/375);
  }
}
#smooth-e-gold-content #sec-07 ul li strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#smooth-e-gold-content #sec-07 ul li:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #B08F57;
  width: calc(100vw * 8/1440);
  height: calc(100vw * 8/1440);
  left: calc(100vw * -32/1440);
  top: calc(100vw * 17/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:before {
    width: 8px;
    height: 8px;
    left: -32px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    left: calc(100vw * -20/375);
    top: calc(100vw * 11/375);
  }
}
#smooth-e-gold-content #sec-07 ul li:nth-child(1) {
  margin-left: calc(100vw * 172/1440);
  margin-top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1) {
    margin-left: 172px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1) {
    margin-left: calc(100vw * 54.5/375);
    margin-top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-07 ul li:nth-child(2) {
  margin-left: calc(100vw * 860/1440);
  margin-top: calc(100vw * -132/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2) {
    margin-left: 860px;
    margin-top: -132px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2) {
    margin-left: calc(100vw * 137/375);
    margin-top: calc(100vw * 98/375);
  }
}
#smooth-e-gold-content #sec-07 ul li:nth-child(3) {
  margin-left: calc(100vw * 465/1440);
  margin-top: calc(100vw * 300/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3) {
    margin-left: 465px;
    margin-top: 300px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3) {
    margin-left: calc(100vw * 53/375);
    margin-top: calc(100vw * 42/375);
  }
}
#smooth-e-gold-content #sec-07 ul li:nth-child(4) {
  margin-left: calc(100vw * 560/1440);
  margin-top: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4) {
    margin-left: 560px;
    margin-top: 125px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4) {
    margin-left: calc(100vw * 142/375);
    margin-top: calc(100vw * 108/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-glyceryl-glucoside.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-glyceryl-glucoside.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1):after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(1):after {
    left: calc(100vw * 50/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 254.9/375);
    height: calc(100vw * 240.61/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-ascorbyl-tetra-isopalmitate.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-ascorbyl-tetra-isopalmitate.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2):after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(2):after {
    left: calc(100vw * -120/375);
    top: calc(100vw * -35/375);
    width: calc(100vw * 241.63/375);
    height: calc(100vw * 333.96/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-argan-oil.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-argan-oil.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3):after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(3):after {
    left: calc(100vw * 30/375);
    top: calc(100vw * -15/375);
    width: calc(100vw * 235.75/375);
    height: calc(100vw * 235.71/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-hyaluronic-acid.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4):after {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/li-hyaluronic-acid.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4):after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 ul li:nth-child(4):after {
    left: calc(100vw * -140/375);
    top: calc(100vw * -75/375);
    width: calc(100vw * 229.4/375);
    height: calc(100vw * 230.23/375);
  }
}
#smooth-e-gold-content #sec-07 .flex-media {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  width: calc(100vw * 1060/1440);
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media {
    width: 1060px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media {
    width: calc(100vw * 315/375);
    margin-top: calc(100vw * 50/375);
  }
}
#smooth-e-gold-content #sec-07 .flex-media img {
  width: calc(100vw * 389/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media img {
    width: 389px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media img {
    width: calc(100vw * 167/375);
  }
}
#smooth-e-gold-content #sec-07 .flex-media p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  height: calc(100vw * 310/1440);
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #B08F57;
  background: white;
  display: grid;
  align-items: center;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    height: 310px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    height: calc(100vw * 150/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-07 .flex-media {
    flex-flow: row wrap;
  }
  #smooth-e-gold-content #sec-07 .flex-media picture {
    margin-right: calc(100vw * -95/1440);
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media picture {
    margin-right: -95px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media picture {
    margin-right: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    margin-top: calc(100vw * 160/1440);
    flex: 1;
    z-index: 1;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    margin-top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media p {
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-07 .flex-media {
    flex-flow: column;
    align-items: center;
  }
  #smooth-e-gold-content #sec-07 .flex-media picture {
    margin-bottom: calc(100vw * -28/375);
    z-index: 2;
  }
  #smooth-e-gold-content #sec-07 .flex-media p {
    padding-top: calc(100vw * 28/375);
    padding-top: calc(100vw * 10/375);
    border-width: 1px;
    width: 100%;
  }
}
#smooth-e-gold-content #sec-08 {
  padding-top: calc(100vw * 200/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 {
    padding-top: calc(100vw * 45/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller {
  list-style-type: none;
  padding: 0;
}
#smooth-e-gold-content #sec-08 ul.derma-roller li {
  position: relative;
  text-align: left;
  font-size: calc(100vw * 35/1440);
  margin-bottom: calc(100vw * 20/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li {
    font-size: calc(100vw * 19/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li {
    margin-bottom: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller li:before, #smooth-e-gold-content #sec-08 ul.derma-roller li:after {
  content: "";
  position: absolute;
  display: block;
}
#smooth-e-gold-content #sec-08 ul.derma-roller li:before {
  height: 0;
  border-bottom: 2px solid #B08F57;
  top: calc(100vw * 21/1440);
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li:before {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li:before {
    top: 21px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li:before {
    top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller li:after {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  left: calc(100vw * -32/1440);
  top: calc(100vw * 17/1440);
  background: #B08F57;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li:after {
    width: 10px;
    height: 10px;
    left: -32px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller li:after {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    left: calc(100vw * -15/375);
    top: calc(100vw * 8/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) {
  margin-left: calc(100vw * 630/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) {
    margin-left: 630px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) {
    margin-left: calc(100vw * 154/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(1):before {
  width: calc(100vw * 226/1440);
  left: calc(100vw * -258/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(1):before {
    width: 226px;
    left: -258px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(1):before {
    width: calc(100vw * 62/375);
    left: calc(100vw * -72/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(2):before {
  width: calc(100vw * 214/1440);
  left: calc(100vw * -246/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(2):before {
    width: 214px;
    left: -246px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(2):before {
    width: calc(100vw * 47/375);
    left: calc(100vw * -57/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(3):before {
  width: calc(100vw * 204/1440);
  left: calc(100vw * -236/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(3):before {
    width: 204px;
    left: -236px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(1) li:nth-child(3):before {
    width: calc(100vw * 23/375);
    left: calc(100vw * -33/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) {
  margin-left: calc(100vw * 630/1440);
  padding-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) {
    margin-left: 630px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) {
    margin-left: calc(100vw * 36/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: calc(100vw * 15px/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(1):before {
  width: calc(100vw * 154/1440);
  left: calc(100vw * -186/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(1):before {
    width: 154px;
    left: -186px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(1):before {
    width: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
#smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(2):before {
  width: calc(100vw * 100/1440);
  left: calc(100vw * -123/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(2):before {
    width: 100px;
    left: -123px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:nth-child(2):before {
    width: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:before, #smooth-e-gold-content #sec-08 ul.derma-roller:nth-of-type(2) li:after {
    display: none;
  }
}
#smooth-e-gold-content #sec-08 ul.remarks {
  margin-left: calc(100vw * 635/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 ul.remarks {
    margin-left: 635px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 ul.remarks {
    margin-left: calc(100vw * 40/375);
  }
}
#smooth-e-gold-content #sec-08 h3, #smooth-e-gold-content #sec-08 .btn-user-review {
  margin: 0 auto;
}
#smooth-e-gold-content #sec-08 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  margin-top: calc(100vw * 40/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 h3 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 h3 {
    margin-top: calc(100vw * 20/375);
  }
}
#smooth-e-gold-content #sec-08 .btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 200/1440);
  height: calc(100vw * 64/1440);
  margin-top: calc(100vw * 20/1440);
  margin-bottom: calc(100vw * 45/1440);
  display: grid;
  align-items: center;
  color: white;
  background: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 .btn-user-review {
    font-size: 35px;
    width: 200px;
    height: 64px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 .btn-user-review {
    font-size: calc(100vw * 23/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 32/375);
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-08 hr {
  width: calc(100vw * 670/1440);
  height: calc(100vw * 5/1440);
  border: none;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-08 hr {
    width: 670px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-08 hr {
    width: calc(100vw * 305/375);
    height: calc(100vw * 3/375);
  }
}
#smooth-e-gold-content #sec-09 {
  padding-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 {
    padding-top: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-09 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 75/1440);
  margin-bottom: calc(100vw * 30/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 h2 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 h2 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 h2 {
    margin-bottom: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-09 img {
  width: calc(100vw * 768/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 img {
    width: 768px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 img {
    width: calc(100vw * 305/375);
  }
}
#smooth-e-gold-content #sec-09 ul.steps {
  margin: 0 auto;
  display: grid;
  grid-gap: calc(100vw * 20/1440);
  width: calc(100vw * 970/1440);
  margin-top: calc(100vw * 40/1440);
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-09 ul.steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.steps {
    grid-gap: 20px;
    width: 970px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.steps {
    grid-gap: calc(100vw * 15/375);
    width: calc(100vw * 305/375);
    margin-top: calc(100vw * 30/375);
  }
}
#smooth-e-gold-content #sec-09 ul.steps li {
  font-size: calc(100vw * 35/1440);
  border-radius: calc(100vw * 20/1440);
  padding: calc(100vw * 20/1440) calc(100vw * 30/1440);
  line-height: 1.2;
  background: white;
  border: 2px solid #B08F57;
  text-align: left;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    border-radius: calc(100vw * 10/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    padding: calc(100vw * 10/375) calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.steps li {
    border-width: 1px;
  }
}
#smooth-e-gold-content #sec-09 ul.steps li strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#smooth-e-gold-content #sec-09 h3 {
  margin: 0 auto;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  width: calc(100vw * 580/1440);
  height: calc(100vw * 120/1440);
  border-bottom-left-radius: calc(100vw * 30/1440);
  border-bottom-right-radius: calc(100vw * 30/1440);
  color: white;
  display: grid;
  align-items: center;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 h3 {
    font-size: calc(100vw * 33/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 h3 {
    width: 580px;
    height: 120px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 h3 {
    width: calc(100vw * 220/375);
    height: calc(100vw * 48/375);
    border-bottom-left-radius: calc(100vw * 15/375);
    border-bottom-right-radius: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-09 ul.how-to-use {
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  width: calc(100vw * 970/1440);
  display: grid;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use {
    width: 970px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use {
    width: calc(100vw * 305/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use {
    grid-template-columns: repeat(2, 1fr);
  }
}
#smooth-e-gold-content #sec-09 ul.how-to-use li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 32/1440);
  margin-top: calc(100vw * 50/1440);
  line-height: 1.2;
  position: relative;
  text-align: left;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li {
    padding-left: 32px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li {
    padding-left: calc(100vw * 20/375);
    margin-top: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-09 ul.how-to-use li strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#smooth-e-gold-content #sec-09 ul.how-to-use li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #B08F57;
  width: calc(100vw * 8/1440);
  height: calc(100vw * 8/1440);
  top: calc(100vw * 17/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li:before {
    width: 8px;
    height: 8px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-09 ul.how-to-use li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 11/375);
  }
}
#smooth-e-gold-content #sec-10 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 75/1440);
  margin-bottom: calc(100vw * 50/1440);
  line-height: 0.9;
  display: inline-flex;
  flex-flow: column;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h2 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h2 {
    font-size: calc(100vw * 33/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h2 {
    margin-bottom: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-10 h2 span {
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h2 span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h2 span {
    font-size: calc(100vw * 30/375);
  }
}
#smooth-e-gold-content #sec-10 h2:after {
  height: calc(100vw * 5/1440);
  bottom: calc(100vw * -22.5/1440);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h2:after {
    height: 5px;
    bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h2:after {
    height: calc(100vw * 3/375);
    bottom: calc(100vw * -16.25/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps {
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}
#smooth-e-gold-content #sec-10 ul.steps li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 32/1440);
  margin-top: calc(100vw * 50/1440);
  line-height: 1.2;
  position: relative;
  text-align: left;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li {
    padding-left: 32px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li {
    padding-left: calc(100vw * 20/375);
    margin-top: calc(100vw * 25/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps li strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#smooth-e-gold-content #sec-10 ul.steps li span {
  font-family: "DB-Heavent-reg" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
  width: calc(100vw * 112/1440);
  height: calc(100vw * 50/1440);
  border-radius: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li span {
    width: 112px;
    height: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li span {
    width: calc(100vw * 57.28/375);
    height: calc(100vw * 23.34/375);
    border-radius: calc(100vw * 5/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps li:nth-child(1) {
  margin-left: calc(100vw * 600/1440);
  margin-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(1) {
    margin-left: 600px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(1) {
    margin-left: calc(100vw * 35/375);
    margin-top: calc(100vw * 20/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps li:nth-child(2) {
  margin-left: calc(100vw * 424/1440);
  margin-top: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(2) {
    margin-left: 424px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(2) {
    margin-left: calc(100vw * 186.5/375);
    margin-top: calc(100vw * 75/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps li:nth-child(3) {
  margin-left: calc(100vw * 720/1440);
  margin-top: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(3) {
    margin-left: 720px;
    margin-top: 125px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(3) {
    margin-left: calc(100vw * 35/375);
    margin-top: calc(100vw * 50/375);
  }
}
#smooth-e-gold-content #sec-10 ul.steps li:nth-child(4) {
  margin-left: calc(100vw * 325/1440);
  margin-top: calc(100vw * 255/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(4) {
    margin-left: 325px;
    margin-top: 255px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 ul.steps li:nth-child(4) {
    margin-left: calc(100vw * 105/375);
    margin-top: calc(100vw * 265/375);
  }
}
#smooth-e-gold-content #sec-10 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  margin-top: calc(100vw * 140/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h3 {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h3 {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h3 {
    margin-top: calc(100vw * 50/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-10 h3 {
    margin-left: calc(100vw * 240/1440);
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 h3 {
    margin-left: 240px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #smooth-e-gold-content #sec-10 h3 {
    margin-left: calc(100vw * 0/375);
  }
}
#smooth-e-gold-content #sec-10 .special-products {
  margin: 0 auto;
  width: calc(100vw * 1160/1440);
  grid-gap: calc(100vw * 20/1440);
  padding-bottom: calc(100vw * 60/1440);
  display: grid;
  position: relative;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products {
    width: 1160px;
    grid-gap: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products {
    width: calc(100vw * 345/375);
    grid-gap: calc(100vw * 10/375);
    padding-bottom: calc(100vw * 40/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-10 .special-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
#smooth-e-gold-content #sec-10 .special-products:before {
  content: "";
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 2px solid #B08F57;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  background: white;
  z-index: 1;
  height: calc(100vw * 240/1440);
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products:before {
    border-width: 1px;
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products:before {
    height: 240px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products:before {
    height: calc(100vw * 148/375);
  }
}
#smooth-e-gold-content #sec-10 .special-products:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to right, #866339, #eeda9f 19%, #ad854e 51%, #b48f57 55%, #c8a870 63%, #e8d297 72%, #eeda9f 74%, #b99d6b 93%, #a38455);
  height: calc(100vw * 40/1440);
  width: calc(100vw * 1440/1440);
  left: calc(100vw * -140/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products:after {
    height: 40px;
    width: 1440px;
    left: -140px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products:after {
    height: calc(100vw * 25/375);
    width: calc(100vw * 375/375);
    left: calc(100vw * -15/375);
  }
}
#smooth-e-gold-content #sec-10 .special-products .special-product-card {
  position: relative;
  z-index: 2;
}
#smooth-e-gold-content #sec-10 .special-products .special-product-card img {
  width: calc(100vw * 260/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card img {
    width: calc(100vw * 72/375);
  }
}
#smooth-e-gold-content #sec-10 .special-products .special-product-card p {
  font-size: calc(100vw * 35/1440);
  padding-top: calc(100vw * 20/1440);
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card p {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card p {
    padding-top: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-10 .special-products .special-product-card p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-10 .special-products .special-product-card:nth-child(3) {
    grid-column: span 2;
  }
  #smooth-e-gold-content #sec-10 .special-products .special-product-card:nth-child(3) img {
    width: calc(100vw * 110/375);
  }
}
#smooth-e-gold-content #sec-11 {
  padding-bottom: calc(100vw * 45/1440);
  padding-top: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 {
    padding-bottom: 45px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 {
    padding-bottom: calc(100vw * 30/375);
    padding-top: calc(100vw * 0/375);
  }
}
#smooth-e-gold-content #sec-11 .promo {
  margin: 0 auto;
  width: calc(100vw * 1160/1440);
  margin-bottom: calc(100vw * 60/1440);
  display: grid;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo {
    width: 1160px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo {
    width: calc(100vw * 375/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-11 .promo {
    grid-template-columns: repeat(2, 1fr);
  }
}
#smooth-e-gold-content #sec-11 .promo img {
  width: calc(100vw * 544/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo img {
    width: 544px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo img {
    width: calc(100vw * 191/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-11 .promo .-detail {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo .-detail {
    padding-top: calc(100vw * 20/375);
  }
  #smooth-e-gold-content #sec-11 .promo .-detail h2, #smooth-e-gold-content #sec-11 .promo .-detail h3 {
    padding: calc(100vw * 15/375) 0;
  }
}
#smooth-e-gold-content #sec-11 .promo h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo h2 {
    font-size: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-11 .promo h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: 1.1;
  color: #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo h3 {
    font-size: calc(100vw * 35/375);
  }
}
#smooth-e-gold-content #sec-11 .promo p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-11 .promo p span {
  font-size: calc(100vw * 45/1440);
  border-radius: calc(100vw * 15/1440);
  width: calc(100vw * 150/1440);
  height: calc(100vw * 54/1440);
  margin-left: calc(100vw * 15/1440);
  display: inline-grid;
  align-items: center;
  color: #B08F57;
  border: 2px solid #B08F57;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo p span {
    font-size: 45px;
    border-radius: 15px;
    width: 150px;
    height: 54px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p span {
    font-size: calc(100vw * 35/375);
    border-radius: calc(100vw * 7/375);
    width: calc(100vw * 105/375);
    height: calc(100vw * 42/375);
    margin-left: calc(100vw * 10/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p span {
    border-width: 1px;
  }
}
#smooth-e-gold-content #sec-11 .promo p strong {
  font-size: calc(100vw * 45/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo p strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p strong {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-11 .promo p a {
  text-decoration: none;
  color: inherit;
}
#smooth-e-gold-content #sec-11 .promo p:last-of-type {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .promo p:last-of-type {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p:last-of-type {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .promo p:last-of-type {
    padding-top: calc(100vw * 15/375);
  }
}
#smooth-e-gold-content #sec-11 .embed-responsive {
  margin: 0 auto;
  width: calc(100vw * 1160/1440);
  margin-bottom: calc(100vw * 70/1440);
  border-radius: calc(100vw * 20/1440);
  border: 2px solid #B08F57;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .embed-responsive {
    width: 1160px;
    margin-bottom: 70px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .embed-responsive {
    width: calc(100vw * 345/375);
    margin-bottom: calc(100vw * 30/375);
    border-radius: calc(100vw * 10/375);
  }
}
#smooth-e-gold-content #sec-11 > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 > h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 > h2 {
    font-size: calc(100vw * 45/375);
  }
}
#smooth-e-gold-content #sec-11 .shop-logos {
  margin: 0 auto;
  position: relative;
  width: calc(100vw * 1030/1440);
  height: calc(100vw * 172/1440);
  margin-top: calc(100vw * 45/1440);
  margin-bottom: calc(100vw * 45/1440);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    width: 1030px;
    height: 172px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    width: calc(100vw * 315/375);
    height: calc(100vw * 178.66/375);
    margin-top: calc(100vw * 60/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/shop-logos.png?ts=20200804_1300");
    background-position: right top;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/1440/shop-logos.webp?ts=20200804_1300");
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/shop-logos.png?ts=20200804_1300");
    background-position: center top;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #smooth-e-gold-content #sec-11 .shop-logos {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-gold/375/shop-logos.webp?ts=20200804_1300");
  }
}
#smooth-e-gold-content #sec-11 .shop-logos span {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
  position: absolute;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 .shop-logos span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .shop-logos span {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 768px) {
  #smooth-e-gold-content #sec-11 .shop-logos span:nth-child(1) {
    left: 0;
    top: 22.5%;
  }
  #smooth-e-gold-content #sec-11 .shop-logos span:nth-child(2) {
    left: 23.25%;
    top: 65%;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 .shop-logos span {
    left: 50%;
    transform: translateX(-50%);
  }
  #smooth-e-gold-content #sec-11 .shop-logos span:nth-child(1) {
    top: -5%;
    transform: translate(-50%, -100%);
  }
  #smooth-e-gold-content #sec-11 .shop-logos span:nth-child(2) {
    top: 67.5%;
  }
}
#smooth-e-gold-content #sec-11 p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 p {
    font-size: calc(100vw * 26/375);
  }
}
#smooth-e-gold-content #sec-11 p.remark {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 p.remark {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 p.remark {
    font-size: calc(100vw * 23/375);
  }
}
#smooth-e-gold-content #sec-11 p.remark strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #smooth-e-gold-content #sec-11 p.remark strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #smooth-e-gold-content #sec-11 p.remark strong {
    font-size: calc(100vw * 26/375);
  }
}