.df-text-main-16px,
.df-text-small-12px {
  font-family: 'HyundaiSansText';
}

.section-top {
  margin-bottom: 65px;
}

.top-bg {
  background-image: url("/images/promo1/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 28px;
}

.main-img {
  position: relative;
}

.main-img-inner {
  margin: 0 auto;
  position: relative;
}

.main__img--md {
  display: none;
}

.section-title {
  position: absolute;
  top: 32px;
  left: 41px;
  color: #fff;
}

.section-title .section-label {
  display: none;
}

.section-title h1 {
  margin-bottom: 21px;
  line-height: 54px;
}

.section-product .container {
  position: relative;
}

.section-label {
  color: #fff;
  padding: 16px 30px 12px 43px;
  background-color: #002C5F;
  position: absolute;
  left: 0;
  bottom: 32px;
}

.section-label-top {
  margin-bottom: 16px;
}

.section-label-bottom {
  padding-top: 11px;
  border-top: 1px solid #37608D;
}

.df-back-link {
  margin-bottom: 28px;
  -webkit-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}

.df-iconed-link {
  color: #AACAE6;
  -webkit-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}

.product-desc {
  width: 800px;
  margin: 0 auto;
}

.star {
  width: 16px;
  height: 16px;
  background-color: #c4c4c4;
  display: inline-block;
  margin-right: 16px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: top;
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

.product-desc-footer {
  padding-bottom: 100px;
  position: relative;
  width: 800px;
  margin: 70px auto 0;
}

.product-desc-footer-text {
  display: inline-block;
  padding-left: 32px;
}

.signup-btn {
  position: absolute;
  top: 0;
  right: 16px;
  min-width: 176px;
  cursor: pointer;
  display: inline-block;
  padding: 12px 0px;
  background-color: #00AAD2;
  border-radius: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}

.signup-btn:hover {
  background-color: #44b7d2;
}

.signup-btn img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

@media (max-width: 1279px) {
  .product-desc {
    width: 512px;
  }

  .signup-btn {
    right: 32px;
  }
}

@media (max-width: 1024px) {
  .main__img {
    display: none;
  }

  .main__img--md {
    display: block;
  }

  .signup-btn {
    padding: 0;
    width: 56px;
    height: 56px;
    min-width: auto;
    border-radius: 50%;
  }

  .signup-btn-text {
    display: none;
  }

  .signup-btn img {
    margin-right: 0;
    vertical-align: middle;
  }

  .section-label {
    display: none;
  }

  .section-title .section-label {
    display: inline-block;
    margin-top: 44px;
    position: static;
    margin-left: -40px;
  }

  .top-bg {
    padding-top: 31px;
  }

  .df-back-link {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .product-desc {
    margin-left: 0;
    width: 512px;
  }

  .section-top {
    margin-bottom: 26px;
  }

  .signup-btn {
    position: fixed;
    bottom: 30px;
    right: 16px;
    top: auto;
    z-index: 1000;
  }

  .top-bg {
    padding-top: 14px;
  }

  .df-back-link {
    margin-bottom: 12px;
  }

  .section-title {
    left: 16px;
  }

  .section-title .section-label {
    margin-left: -16px;
  }

  .section-title h1 {
    line-height: 40px;
    margin-bottom: 8px;
  }

  .section-label h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 640px) {
  .section-label {
    padding: 8px 16px 8px 16px;
  }

  .section-label-bottom {
    padding-right: 20px;
    padding-top: 8px;
  }

  .section-label-top {
    margin-bottom: 8px;
  }

  .section-title {
    width: 75%;
    top: 24px;
  }

  .product-desc {
    width: 100%;
  }

  .product-desc-footer {
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .section-title .section-label {
    display: inline-block;
    margin-top: 41px;
  }
}

