.banner {
  padding-top: 30px;
  background-image: url("/images/bgr_1.jpg");
}

.banner__inner {
  position: relative;
  color: #000;
  margin-top: 30px;
  background-position: center;
}

.banner__buttons {
  position: relative;
  left: 0px;
  bottom: 0px;
  top: 40px;
}

.banner__button {
  display: inline-block;
  max-width: 128px;
}

.banner__button:not(:last-of-type) {
  margin-right: 15px;
}

.about {
  padding-top: 80px;
  background-color: #F6F3F2;
}

.about__title {
  text-align: center;
  margin-bottom: 64px;
}

.about .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 80px;
}

.about__item {
  position: relative;
  height: 100%;
  padding: 32px 32px 44px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about__item:hover {
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.about__item:hover .about__back {
  background-color: #00AAD2;
}

.about__back {
  position: absolute;
  top: -280px;
  right: -100px;
  width: 434px;
  height: 434px;
  border-radius: 50%;
  background-color: #E4DCD3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.about__back img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about__icon {
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin-bottom: 24px;
}

.about__icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about__description {
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}

.about__text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.about__option {
  position: relative;
  padding-left: 26px;
}

.about__option::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AAD2;
}

.about__option:not(:last-of-type) {
  margin-bottom: 10px;
}

.desc {
  padding: 80px 0;
  background-color: #FFF;
}

.desc__title {
  text-align: center;
  margin-bottom: 64px;
}

.desc__text {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.desc__text--blue {
  color: #003B70;
  margin-top: 16px;
}

.features {
  padding: 80px 0;
  background-color: #F6F3F2;
}

.features__title {
  margin-bottom: 64px;
  text-align: center;
}

.features__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
}

.features__left {
  width: 50%;
  padding-right: 30px;
}

.features__right {
  width: 50%;
  padding-left: 30px;
}

.features__item {
  position: relative;
  padding-left: 26px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "HyundaiSansText", sans-serif;
  color: #000;
}

.features__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AAD2;
}

.features__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.features__desc {
  max-width: 80%;
  margin: 32px auto 0;
  font-size: 14px;
  line-height: 16px;
  color: #B7B7B7;
}

.disclamers {
  font-size: 11px;
  font-size-line-height: 13px;
}

.disclamers__inner {
  max-width: 83%;
  margin: 0 auto;
}

.disclamers__list {
  padding-bottom: 50px;
}

.disclamers__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.disclamers__opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #B7B7B7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 62px 0;
  cursor: pointer;
}

.disclamers__opener span {
  display: block;
  margin-right: 20px;
}

.disclamers__opener.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.df-accordion__item {
  border: 0px;
  margin-bottom: 15px;
}

.dealerselect {
  position: absolute;
  right: 0px;
  top: 0px;
}

.header__row {
  margin-bottom: 50px;
}

.dealer__row {
  padding: 60px 97px;
  background: #fff;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dealer__row__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.dealer__row__address {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 14px;
}

.dealer__row__price {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

.dealer__row__comment {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.dealer__row__description {
  border-top: 1px solid #E4DCD3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: -40px;
}

.dealer__row__description svg {
  margin-right: 15px;
}

.df-select {
  min-width: 260px;
}

.align-right {
  text-align: right;
}

@media only screen and (min-width: 1759px) {
  .sr-cont {
    max-width: 1760px;
  }
}

@media only screen and (max-width: 1262px) {
  .features__body {
    max-width: 100%;
  }

  .features__desc {
    max-width: 100%;
  }

  .desc__title br {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about__inner {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }

  .about__title {
    margin-left: 40px;
    margi-right: 40px;
  }

  .about__back {
    background-color: #00AAD2;
  }

  .about .owl-stage {
    padding-bottom: 48px;
  }

  .about .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .about .owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .about .owl-dot.active {
    background-color: #00AAD2 !important;
  }

  .about .owl-dot:not(:last-of-type) {
    margin-right: 10px;
  }

  .desc {
    padding: 70px 0;
  }

  .desc__title {
    margin-bottom: 16px;
  }

  .features {
    padding: 70px 0;
  }

  .disclamers__inner {
    max-width: 100%;
  }

  .disclamers__opener {
    padding: 36px 0;
  }

  .dealer__row {
    padding: 30px 30px;
  }

  .dealer__row__description {
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) {
  .about__inner {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .about__title {
    margin-left: 16px;
    margi-right: 16px;
  }
}

.mob_show {
  display: none;
}

@media only screen and (max-width: 640px) {
  .banner {
    padding-top: 20px;
  }

  .banner__inner {
    margin-top: 20px;
    min-height: 338px;
  }

  .banner__buttons {
    position: absolute;
    bottom: 40px !important;
    left: 48px;
    top: auto;
  }

  .banner__buttons a {
    width: 100%;
  }

  .join__buttons a {
    max-width: 48%;
    float: left;
    padding-right: 2%;
    margin-bottom: 40px;
  }

  .mob_show {
    display: inline-block;
  }

  .mob_hide {
    display: none;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about__title {
    margin-bottom: 32px;
  }

  .about__item {
    padding: 16px 16px 30px;
  }

  .about__back {
    top: -300px;
  }

  .about__description {
    font-size: 20px;
    line-height: 24px;
  }

  .about .owl-stage {
    padding-bottom: 27px;
  }

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

  .desc__title {
    margin-bottom: 32px;
  }

  .features {
    padding: 40px 0;
  }

  .features__title {
    margin-bottom: 48px;
  }

  .features__left,
  .features__right {
    width: 100%;
    padding: 0;
  }

  .features__right {
    margin-top: 15px;
  }

  .disclamers__opener {
    font-size: 12px;
    line-height: 16px;
  }

  .dealerselect {
    position: relative;
    margin-top: 30px;
  }

  .dealer__row .df-button {
    float: left;
    margin-top: 30px;
    width: 100%;
  }

  .df-main-banner__inner {
    height: 100vw;
  }
}

@media only screen and (max-width: 480px) {
  .about__back {
    right: -176px;
  }
}

