@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@font-face {
  font-family: "HakgyoansimAllimjang";
  src: url("../font/HakgyoansimAllimjang-R.woff2") format("woff2"), url("../font/HakgyoansimAllimjang-R.woff") format("woff"), url("../font/HakgyoansimAllimjang-R.ttf") format("truetype"), url("../font/HakgyoansimAllimjang-R.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HakgyoansimAllimjang";
  src: url("../font/HakgyoansimAllimjang-B.woff2") format("woff2"), url("../font/HakgyoansimAllimjang-B.woff") format("woff"), url("../font/HakgyoansimAllimjang-B.ttf") format("truetype"), url("../font/HakgyoansimAllimjang-B.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NanumPen";
  src: url("../font/NanumSonPyeonJiCe.woff2") format("woff2"), url("../font/NanumSonPyeonJiCe.woff") format("woff"), url("../font/NanumSonPyeonJiCe.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.woff2") format("woff2"), url("../font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "RiaSans";
  src: url("../font/RiaSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "RiaSans";
  src: url("../font/RiaSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "RiaSans";
  src: url("../font/RiaSans-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Regular.woff2") format("woff2"), url("../font/SUIT-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-SemiBold.woff2") format("woff2"), url("../font/SUIT-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Bold.woff2") format("woff2"), url("../font/SUIT-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Heavy.woff2") format("woff2"), url("../font/SUIT-Heavy.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Pretendard", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label {
  display: block;
}

input {
  border: none;
  outline: none;
  font-family: inherit;
}

input[type=radio] {
  display: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.deals__grid {
  transition: opacity 0.4s ease-in-out;
}

.header {
  transition: box-shadow 0.3s ease;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.tit-highlight {
  display: inline-block;
  background-color: currentColor;
  background-image: url("/design/assets/assets/img/pc/tit_hilight.png");
  background-size: cover;
  background-position: right center;
  background-blend-mode: overlay;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 102px;
  background: #fff;
  z-index: 100;
}
.header__inner {
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header__logo img {
  width: 193px;
  height: auto;
  object-fit: contain;
}
.header__menu {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.header__menu-item a {
  font-family: "SUIT", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0B0C16;
  white-space: nowrap;
}
.header__menu-item--active a {
  color: #208FFF;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 52px;
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 6px;
  background: #929DB2;
  border-radius: 3px;
}

.hero {
  position: relative;
  width: 100%;
  margin-top: 102px;
  overflow: hidden;
  padding-bottom: 100px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-img--mo {
  display: none;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 80px;
}
.hero__ribbon {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #208FFF;
  padding: 10px 44px;
  position: relative;
  border-radius: 99px;
}
.hero__ribbon::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -21px;
  width: 0;
  height: 0;
  border-top: 22px solid #1365C5;
  border-left: 2px solid transparent;
  border-right: 25px solid transparent;
}
.hero__ribbon-text {
  font-family: "NanumPen", cursive;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1.08px;
  line-height: 1;
}
.hero__title {
  margin-top: 30px;
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.hero__title--dark {
  color: #011B35;
}
.hero__title--blue {
  color: #208FFF;
  position: relative;
  display: inline-block;
}
.hero__subtitle {
  font-family: "RiaSans", sans-serif;
  font-size: 24px;
  color: #505061;
  line-height: 1.4;
}
.hero__badges {
  max-width: 1100px;
  min-height: 400px;
  position: relative;
  margin: 0 auto;
}
.hero__badge {
  display: inline-block;
  width: fit-content;
  text-align: center;
  position: relative;
}
.hero__badge-text {
  font-family: "RiaSans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 59px rgb(220, 242, 255);
  display: block;
  margin-bottom: 20px;
}
.hero__badge-text--sky {
  color: #208FFF;
  text-align: left;
}
.hero__badge-text--cyan {
  color: #15CDD6;
}
.hero__badge-text--indigo {
  color: #205AFF;
  text-align: right;
}
.hero__badge-img {
  max-height: 220px;
  margin: 0 auto;
}
.hero__badge--left {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
}
.hero__badge--center {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero__badge--center .hero__badge-img {
  max-height: 260px;
}
.hero__badge--right {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
}

.stats {
  position: relative;
  z-index: 3;
  margin-top: -85px;
}
.stats__inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.stats__card {
  flex: 1 1 220px;
  max-width: 360px;
  min-width: 220px;
  min-height: 169px;
  background: #fff;
  box-shadow: 0 30px 30px rgba(4, 59, 124, 0.03);
  border: 1px solid #DEEDF4;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
}
.stats__label {
  font-family: "RiaSans", sans-serif;
  font-size: 18px;
  color: #555555;
  text-align: left;
}
.stats__divider {
  width: 100%;
  height: 1px;
  background: #C0CED3;
  margin: 15px 0;
  flex-shrink: 0;
}
.stats__number {
  font-family: "SUIT", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #006DDB;
  text-align: right;
}

.why {
  background: linear-gradient(180deg, #fff 0%, #F1F5F8 100%);
  padding: 50px 0 0;
  overflow: hidden;
}
.why__inner {
  position: relative;
}
.why__phone {
  width: 500px;
}
.why__center {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
}
.why__left {
  width: 85%;
  position: absolute;
  left: -85%;
  bottom: 0;
}
.why__right {
  position: absolute;
  right: -50%;
  bottom: 0;
  width: 400px;
  display: flex;
  align-items: flex-end;
}
.why__car {
  max-width: 432px;
}
.why__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #208FFF;
  line-height: 1;
  margin-bottom: 20px;
}
.why__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.why__title--blue {
  color: #208FFF;
  position: relative;
  display: inline-block;
}
.why__title--dark {
  color: #124373;
  position: relative;
  display: inline-block;
}
.why__box {
  background: linear-gradient(0deg, #EAF1F1 0%, #fff 50%);
  box-shadow: 15px 26px 30px rgba(86, 128, 155, 0.29);
  overflow: hidden;
}
.why__box-header {
  background: #1CBCC4;
  padding: 20px 30px;
  text-align: center;
}
.why__box-header-sub {
  font-family: "SUIT", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #F4F9FE;
  line-height: 29px;
}
.why__box-header-brand {
  font-family: "SUIT", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #F4F9FE;
  text-transform: uppercase;
}
.why__box-tags {
  display: flex;
  gap: 60px;
  padding: 40px 50px;
  flex-wrap: wrap;
}
.why__box-tags-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.why__tag {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #114B85;
}

.benefits {
  background: #FCFDFC;
  padding: 120px 0;
}
.benefits__inner {
  padding: 0;
}
.benefits__header {
  text-align: center;
  margin-bottom: 60px;
}
.benefits__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #208FFF;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
.benefits__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
.benefits__title--dark {
  color: #052E55;
}
.benefits__title--blue {
  color: #208FFF;
  position: relative;
  display: inline-block;
}
.benefits__cards {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}
.benefits__cards::-webkit-scrollbar {
  display: none;
}
.benefits__card {
  flex: 0 0 268px;
  min-height: 473px;
  background: none;
  box-shadow: 0 10px 15px rgba(110, 171, 211, 0.14);
  text-align: center;
  padding: 50px 20px 30px;
  position: relative;
  overflow: hidden;
}
.benefits__card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #152D46;
  border-radius: 12px 12px 0 0;
}
.benefits__card-title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 30px;
  line-height: 1.27;
  color: #2A2A2D;
  margin-bottom: 20px;
}
.benefits__card-title span {
  font-weight: 400;
}
.benefits__card-title strong {
  font-weight: 600;
}
.benefits__card-desc {
  font-size: 18px;
  color: #555555;
  line-height: 1.56;
  margin-bottom: 30px;
}
.benefits__card-icon {
  max-height: 106px;
  margin: auto;
}
.benefits__progress {
  max-width: 842px;
  margin: 60px auto 0;
  position: relative;
}
.benefits__progress-track {
  width: 100%;
  height: 7px;
  background: #D7E8F5;
  border-radius: 4px;
}
.benefits__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 7px;
  background: #208FFF;
  border-radius: 4px;
}

.brand {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}
.brand__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__bg-img--mo {
  display: none;
}
.brand__inner {
  position: relative;
  z-index: 2;
}
.brand__header {
  position: relative;
}
.brand__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #FFDB88;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
.brand__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.37;
  padding-bottom: 40px;
}
.brand__title--normal {
  color: #fff;
}
.brand__title--gold {
  color: #FFCD5B;
  font-size: 60px;
  font-weight: 600;
}
.brand__title--white {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
.brand__character {
  position: absolute;
  right: 40px;
  bottom: 0;
  max-width: 200px;
  z-index: -1;
}
.brand__logos {
  background: #fff;
  padding: 30px;
  width: 100%;
  border-radius: 20px;
}
.brand__logos img {
  width: 100%;
}

.review {
  background: linear-gradient(358deg, rgba(11, 79, 149, 0.1) 0%, rgba(255, 255, 255, 0.1) 60%), #fff;
  padding: 120px 0 80px;
}
.review__header {
  margin-bottom: 40px;
}
.review__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #11CDD6;
  line-height: 1;
  margin-bottom: 15px;
}
.review__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.review__title--dark {
  color: #052E55;
}
.review__title--blue {
  color: #1298ED;
  position: relative;
  display: inline-block;
}
.review__desc {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 40px;
  color: #495868;
}
.review__content {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.review__img {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15.625vw;
}
.review__img * {
  display: inline-block;
}
.review__img-left {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.review__img-logo {
  width: 190px;
}
.review__img-g80 {
  position: absolute;
  top: 60%;
  left: 43%;
  transform: translate(-50%, -50%);
}
.review__img-g80 img {
  width: 90%;
}
.review__img-car {
  width: 80%;
  height: auto;
}
.review__img-right {
  position: relative;
}
.review__img-thumb {
  position: relative;
  width: 300px;
  z-index: 1;
}
.review__img-phone {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.review__slider {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
}
.review__slider-track {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.review__slider-track::-webkit-scrollbar {
  display: none;
}
.review__slider-card {
  flex: 0 0 260px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.review__slider-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}
.review__slider-text {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}
.review__progress {
  max-width: 842px;
  margin: 0 auto;
  position: relative;
}
.review__progress-track {
  width: 100%;
  height: 7px;
  background: #D7E8F5;
  border-radius: 4px;
}
.review__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 7px;
  background: #208FFF;
  border-radius: 4px;
}

.popular {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.popular__slider {
  display: none;
  position: relative;
  z-index: 2;
}
.popular__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popular__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular__bg-img--mo {
  display: none;
}
.popular__inner {
  position: relative;
  z-index: 2;
}
.popular__header {
  text-align: center;
  margin-bottom: 60px;
}
.popular__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #11CDD6;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
.popular__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.popular__title--white {
  color: #fff;
}
.popular__title--blue {
  color: #208FFF;
  position: relative;
  display: inline-block;
}
.popular__desc {
  font-family: "RiaSans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.popular__content {
  display: flex;
  gap: 30px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.popular__ranking {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.popular__rank-item {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  padding: 0 20px;
  gap: 15px;
  border-radius: 12px;
  cursor: pointer;
  flex-wrap: nowrap;
  min-width: 0;
}
.popular__rank-item--active {
  background: #E1F0FF;
  border: 2px solid #208FFF;
}
.popular__rank-item__left {
  display: flex;
  align-items: center;
  gap: 0;
  width: 150px;
  flex-shrink: 0;
}
.popular__rank-num {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #208FFF;
  min-width: 35px;
  line-height: 0.9;
}
.popular__rank-num--faded {
  opacity: 0.4;
}
.popular__rank-car {
  margin-left: -5px;
  width: 110px;
  height: auto;
  object-fit: contain;
}
.popular__rank-info {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular__rank-name {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1C1E25;
  margin-bottom: 5px;
}
.popular__rank-price {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0061FD;
}
.popular__rank-badge {
  flex-shrink: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #208FFF;
  background: #E1F0FF;
  text-align: center;
  border: 1px solid #CCDAE8;
  padding: 10px 16px;
  white-space: nowrap;
  border-radius: 8px;
}
.popular__featured {
  width: 440px;
  min-height: 580px;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}
.popular__featured-head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.popular__featured-num {
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #208FFF;
  line-height: 1;
}
.popular__featured-name {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}
.popular__featured-spec {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popular__featured-img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.popular__featured-price {
  font-family: "Pretendard", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0C3258;
  margin-bottom: 20px;
  text-align: center;
}
.popular__featured-btn {
  display: block;
  width: 100%;
  min-height: 88px;
  max-height: 85px;
  padding: 28px 0;
  background: #208FFF;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.93) inset, -1px -1px 1px rgba(41, 42, 42, 0.27) inset;
  transition: all 0.3s ease;
}
.popular__featured-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(32, 143, 255, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.93) inset;
}
.popular__featured-btn:active {
  transform: translateY(1px);
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__bg-img--mo {
  display: none;
}
.contact__inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.contact__left {
  flex: 1;
  min-width: 280px;
}
.contact__sub {
  font-family: "NanumPen", cursive;
  font-size: 42px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1.26px;
  text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
  margin-bottom: 20px;
}
.contact__label-bar {
  display: inline-block;
  background: url("/design/assets/assets/img/pc/form_tit_bg.png");
  padding: 3px 20px;
  font-family: "SUIT", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
}
.contact__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  line-height: 1.22;
  letter-spacing: 1.45px;
  text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
}
.contact__left-img {
  margin-top: 130px;
  max-width: 500px;
}
.contact__form-wrap {
  width: 500px;
  background: #fff;
  box-shadow: 22px 36px 90px rgba(86, 128, 155, 0.17);
  padding: 40px;
  border-radius: 20px;
  flex-shrink: 0;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact__form-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.contact__form-label {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  min-width: 100px;
  white-space: nowrap;
}
.contact__input {
  flex: 1;
  min-height: 68px;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 0 24px;
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.contact__input::placeholder {
  color: #C4C4C4;
}
.contact__input:focus {
  border-color: #208FFF;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(32, 143, 255, 0.15);
}
.contact__toggle-btn {
  flex: 1;
  min-height: 68px;
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #BDC2C6;
  border-radius: 10px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contact__toggle-btn:hover:not(.contact__toggle-btn--active) {
  background: #AAB0B5;
}
.contact__submit {
  width: 100%;
  min-height: 88px;
  background: #004992;
  color: #fff;
  font-family: "SUIT", sans-serif;
  font-size: 26px;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.93) inset, -1px -1px 1px rgba(41, 42, 42, 0.27) inset;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contact__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(0, 73, 146, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.93) inset;
}
.contact__submit:active {
  transform: translateY(1px);
  box-shadow: 0 5px 10px rgba(0, 73, 146, 0.4);
}
.contact__toggle {
  display: flex;
  flex: 1;
  gap: 8px;
}
.contact__toggle--triple .contact__toggle-btn {
  flex: 1;
}
.contact__toggle-btn--active {
  background: #208FFF;
}
.contact__agree {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__agree-text {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #777777;
}
.contact__agree-text a {
  color: #777777;
}
.contact__checkbox {
  width: 16px;
  height: 16px;
  accent-color: #208FFF;
}
.contact__status-wrap {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.contact__status {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 300px;
  flex-wrap: wrap;
}
.contact__status-left {
  overflow: hidden;
  width: 50%;
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 35px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(199, 239, 255, 0.5) 0%, rgba(255, 255, 255, 0.76) 100%);
}
.contact__status-icon {
  width: 280px;
  margin-left: -50px;
  flex-shrink: 0;
}
.contact__status-title {
  font-family: "SUIT", sans-serif;
  font-size: 44px;
  font-weight: 900;
  color: #01366B;
  line-height: 1.36;
}
.contact__status-desc {
  font-family: "RiaSans", sans-serif;
  font-size: 22px;
  color: #0380E9;
  line-height: 1.55;
  margin-top: 10px;
}
.contact__status-right {
  height: 20.83vw;
  min-height: 350px;
  flex: 1;
  padding: 0 80px;
  min-width: 0;
}
.contact__status-list {
  gap: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contact__status-row {
  display: flex;
  align-items: center;
  min-height: 56px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.contact__status-name {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  min-width: 60px;
}
.contact__status-car {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.contact__status-state {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  min-width: 80px;
  text-align: right;
}
.contact__status-state--consulting {
  color: #037EEB;
}
.contact__status-state--done {
  color: #637690;
}

.deals {
  background: #F7F7F7;
  padding: 120px 0;
}
.deals__header {
  text-align: center;
  margin-bottom: 40px;
}
.deals__sub {
  font-family: "NanumPen", cursive;
  font-size: 40px;
  color: #0371F2;
  line-height: 1;
  letter-spacing: 0.94px;
  margin-bottom: 15px;
}
.deals__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.deals__title--dark {
  color: #052E55;
}
.deals__title--blue {
  color: #0371F2;
  position: relative;
  display: inline-block;
}
.deals__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.deals__tab {
  width: 310px;
  min-height: 69px;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #929FB0;
  background: #fff;
  border: 1px solid #64A6F3;
  border-radius: 12px;
  transition: all 0.2s;
}
.deals__tab:hover:not(.deals__tab--active) {
  background: #F0F6FC;
  color: #0371F2;
}
.deals__tab--active {
  background: #0371F2;
  color: #fff;
  border-color: #0371F2;
}
.deals__tab + .deals__tab {
  margin-left: -1px;
}
.deals__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.deals__card {
  background: #fff;
  text-align: center;
  padding: 20px 15px 30px;
  position: relative;
  border-radius: 16px;
  border: 1px solid #E8EDF1;
}
.deals__card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #03ACF2;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 6px;
  z-index: 2;
}
.deals__card-img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 10px;
  padding: 0 10px;
}
.deals__card-name {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
.deals__card-spec {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  min-height: 2.6em;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.deals__card-btn {
  display: inline-block;
  width: 80%;
  max-width: 171px;
  min-height: 49px;
  line-height: 49px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0371F2;
  border: 1px solid #64A6F3;
  text-align: center;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s ease;
}
.deals__card-btn:hover {
  background: #0371F2;
  color: #fff;
  box-shadow: 0 6px 15px rgba(3, 113, 242, 0.3);
  transform: translateY(-2px);
}
.deals__card-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(3, 113, 242, 0.3);
}

.faq {
  background: #EFF2F6;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.faq__bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 280px;
  z-index: 1;
}
.faq__bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 280px;
  z-index: 1;
}
.faq__inner-wrap {
  position: relative;
  z-index: 2;
}
.faq__header {
  text-align: center;
  margin-bottom: 50px;
}
.faq__label {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0371F2;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
  display: block;
}
.faq__title {
  font-family: "HakgyoansimAllimjang", sans-serif;
  font-size: 54px;
  font-weight: 600;
  color: #164371;
  letter-spacing: 0.54px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.faq__title--line {
  position: relative;
}
.faq__title--line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #48F2D4;
  z-index: -1;
}
.faq__card {
  background: #fff;
  padding: 30px 80px 50px;
  margin: 0 auto;
  position: relative;
}
.faq__spring {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -45px;
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-bottom: 1px solid rgba(154, 163, 170, 0.3);
  padding: 20px 0;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.faq__question span {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.faq__toggle {
  width: 28px;
  height: 28px;
  border: 2px solid #9AA3AA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9AA3AA;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__toggle span {
  font-family: "SUIT", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #9AA3AA;
  transform: rotate(90deg);
  display: block;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.faq__answer p {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  color: #777777;
  line-height: 1.5;
  padding-top: 15px;
  margin: 0;
}
.faq__item--open .faq__toggle {
  transform: rotate(180deg);
}
.faq__item--open .faq__answer {
  max-height: 500px;
  opacity: 1;
}

.real {
  position: relative;
  padding: 120px 0;
  overflow: visible;
}
.real__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.real__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: none;
}
.real__sub {
  font-family: "NanumPen", cursive;
  font-size: 50px;
  color: #FFD704;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.real__title {
  font-family: "SUIT", sans-serif;
  font-size: 54px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
}
.real__slider {
  margin-bottom: 40px;
  overflow: hidden;
}
.real__track {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding: 30px 0;
}
.real__track::-webkit-scrollbar {
  display: none;
}
.real__card {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.real__card-badge {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 73px;
  z-index: 3;
}
.real__card-img {
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.real__card-body {
  padding: 25px 20px;
  text-align: left;
}
.real__card-name {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.real__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 8px;
}
.real__card-car {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #777777;
}
.real__card-stars {
  display: flex;
}
.real__card-text {
  font-family: "Pretendard", sans-serif;
  font-size: 17px;
  color: #555555;
  line-height: 1.47;
}
.real__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.real__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.real__dot--active {
  background: #fff;
}

.footer {
  padding: 80px 0;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__logo {
  width: 218px;
  height: auto;
  object-fit: contain;
}
.footer__contact {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__contact-icon {
  width: 71px;
  height: 71px;
  border: 1px solid #C3C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.footer__contact-icon img {
  max-width: 41px;
  height: auto;
  object-fit: contain;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__contact-sub {
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  color: #777777;
}
.footer__contact-main {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.footer__divider {
  width: 100%;
  height: 3.5px;
  background: #313131;
  margin-bottom: 30px;
}
.footer__info {
  opacity: 0.8;
}
.footer__info p {
  font-family: "SUIT", sans-serif;
  font-size: 18px;
  color: #313131;
  line-height: 2.22;
  font-weight: 400;
}

.sidebar {
  position: fixed;
  right: 40px;
  top: 145px;
  z-index: 90;
  width: 256px;
}
.sidebar__form {
  background: #fff;
  border: 1px solid #208FFF;
  padding: 25px 23px;
  border-radius: 20px;
}
.sidebar__title {
  font-family: "Pretendard", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #232426;
  text-align: center;
  margin-bottom: 20px;
}
.sidebar__label {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 10px 0 8px;
}
.sidebar__toggle {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.sidebar__input {
  width: 100%;
  height: 45px;
  background: #EBF0F3;
  padding: 0 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.sidebar__input::placeholder {
  color: #777777;
}
.sidebar__input:focus {
  border-color: #208FFF;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(32, 143, 255, 0.15);
}
.sidebar__toggle-btn {
  flex: 1;
  height: 32px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #222;
  background: #EBF0F3;
  border-radius: 6px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar__toggle-btn:hover:not(.sidebar__toggle-btn--active) {
  background: #DDE5EB;
}
.sidebar__submit {
  width: 100%;
  height: 51px;
  background: #208FFF;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.sidebar__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(32, 143, 255, 0.3);
}
.sidebar__submit:active {
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(32, 143, 255, 0.3);
}
.sidebar__toggle-btn--active {
  background: #208FFF;
  color: #fff;
}
.sidebar__agree {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  accent-color: #208FFF;
}
.sidebar__agree label {
  font-family: "Pretendard", sans-serif;
  font-size: 13px;
  color: #777777;
}
.sidebar__agree input {
  width: 13px;
  height: 13px;
}
.sidebar__contact {
  margin-top: 20px;
  background: linear-gradient(0deg, rgba(32, 156, 255, 0.81) 0%, rgba(104, 224, 207, 0.81) 100%), #127BE5;
  padding: 25px 23px;
  border-radius: 20px;
}
.sidebar__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar__contact-icon {
  width: 52px;
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.sidebar__contact-icon img {
  max-width: 36px;
}
.sidebar__contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar__contact-sub {
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  color: #fff;
}
.sidebar__contact-main {
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.sidebar__contact-divider {
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 15px 0;
}

.mobile-bar {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 90;
  display: none;
}
.mobile-bar__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-bar__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mobile-bar__icon:active {
  transform: scale(0.95);
}
.mobile-bar__icon--phone {
  background: #1D72C7;
}
.mobile-bar__icon--kakao {
  background: #F9DC18;
}
.mobile-bar__icon img {
  max-width: 36px;
}

.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  display: none;
}
.mobile-cta__btn {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #136DDF 0%, #36BABF 100%);
  color: #fff;
  font-family: "SUIT", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  transition: filter 0.2s;
}
.mobile-cta__btn:active {
  filter: brightness(1.1);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.is-active {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}
.modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 90%;
  max-width: 540px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: modalFadeIn 0.3s ease-out forwards;
}
.modal__header {
  background: #208FFF;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  font-family: "SUIT", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.modal__close {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.modal__close:hover {
  opacity: 1;
}
.modal__body {
  padding: 30px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.modal__body::-webkit-scrollbar {
  width: 6px;
}
.modal__body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.modal__car-info {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F1F5F8;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 25px;
  border: 1px solid #DEEDF4;
  flex-wrap: wrap;
}
.modal__car-img {
  width: 120px;
  height: auto;
  min-height: 50px;
  max-height: 70px;
  object-fit: contain;
}
.modal__car-text {
  flex: 1;
  min-width: 150px;
}
.modal__car-name {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1C1E25;
  margin-bottom: 4px;
}
.modal__car-spec {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 8px;
}
.modal__car-price {
  font-family: "SUIT", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0371F2;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal__form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal__label {
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-left: 4px;
}
.modal__input {
  width: 100%;
  min-height: 54px;
  background: #F7F9FA;
  border: 1px solid #E1E6EB;
  border-radius: 12px;
  padding: 0 20px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #333;
  transition: border-color 0.2s;
}
.modal__input:focus {
  border-color: #208FFF;
  background: #fff;
}
.modal__input::placeholder {
  color: #A0AAB5;
}
.modal__toggle {
  display: flex;
  gap: 8px;
}
.modal__toggle--triple .modal__toggle-btn {
  flex: 1;
}
.modal__toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 54px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #778492;
  background: #F7F9FA;
  border: 1px solid #E1E6EB;
  border-radius: 12px;
  transition: all 0.2s;
  cursor: pointer;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal__toggle-btn--active {
  background: #EAF4FF;
  color: #208FFF;
  border-color: #208FFF;
}
.modal__agree {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.modal__agree label {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #555555;
}
.modal__checkbox {
  width: 18px;
  height: 18px;
  accent-color: #208FFF;
}
.modal__submit {
  width: 100%;
  min-height: 64px;
  background: #208FFF;
  color: #fff;
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(32, 143, 255, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.modal__submit:active {
  transform: translateY(2px);
  box-shadow: 0 5px 10px rgba(32, 143, 255, 0.3);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .inner {
    max-width: none;
    padding: 0 50px;
  }
  .sidebar {
    display: none;
  }
  .mobile-bar, .mobile-cta {
    display: block;
  }
  .footer {
    padding-bottom: 150px;
  }
  .popular__content {
    gap: 20px;
  }
  .popular__rank-item {
    min-width: 0;
  }
  .popular__featured {
    width: 35%;
    min-width: 300px;
  }
  .contact__form-wrap {
    width: 45%;
    min-width: 360px;
  }
}
@media (max-width: 1200px) {
  .inner {
    max-width: none;
    padding: 0 40px;
  }
  .header__logo img {
    width: 170px;
  }
  .header__menu {
    gap: 28px;
  }
  .header__menu-item a {
    font-size: 17px;
  }
  .hero__title {
    font-size: 64px;
  }
  .hero__ribbon-text {
    font-size: 32px;
  }
  .hero__subtitle {
    font-size: 21px;
  }
  .hero__badge-img {
    max-height: 190px;
  }
  .hero__badge--center .hero__badge-img {
    max-height: 230px;
  }
  .hero__badges {
    min-height: 340px;
  }
  .stats__card {
    min-height: 150px;
    padding: 22px 26px;
  }
  .stats__label {
    font-size: 17px;
  }
  .stats__number {
    font-size: 36px;
  }
  .why__phone {
    width: 400px;
  }
  .why__right {
    width: 320px;
  }
  .why__car {
    max-width: 360px;
  }
  .why__sub {
    font-size: 36px;
  }
  .why__title {
    font-size: 52px;
  }
  .why__box-header-sub {
    font-size: 20px;
  }
  .why__box-header-brand {
    font-size: 26px;
  }
  .why__box-tags {
    gap: 45px;
    padding: 34px 40px;
  }
  .why__box-tags-col {
    gap: 38px;
  }
  .why__tag {
    font-size: 20px;
  }
  .benefits {
    padding: 100px 0;
  }
  .benefits__header {
    margin-bottom: 50px;
  }
  .benefits__sub {
    font-size: 36px;
  }
  .benefits__title {
    font-size: 52px;
  }
  .benefits__card {
    flex: 0 0 250px;
    min-height: 450px;
  }
  .benefits__card-title {
    font-size: 28px;
  }
  .benefits__card-desc {
    font-size: 16px;
  }
  .brand {
    padding: 100px 0;
  }
  .brand__sub {
    font-size: 36px;
  }
  .brand__title {
    font-size: 46px;
  }
  .brand__title--gold, .brand__title--white {
    font-size: 52px;
  }
  .brand__character {
    max-width: 170px;
  }
  .review {
    padding: 100px 0 70px;
  }
  .review__sub {
    font-size: 36px;
  }
  .review__title {
    font-size: 56px;
  }
  .review__desc {
    font-size: 36px;
  }
  .review__slider-card {
    flex: 0 0 240px;
    padding: 26px 22px;
  }
  .review__slider-text {
    font-size: 15px;
  }
  .review__img-logo {
    width: 170px;
  }
  .review__img-thumb {
    width: 250px;
  }
  .review__img {
    gap: 8.625vw;
  }
  .review__img-g80 {
    left: 50%;
  }
  .popular {
    padding: 100px 0;
  }
  .popular__header {
    margin-bottom: 50px;
  }
  .popular__sub {
    font-size: 36px;
  }
  .popular__title {
    font-size: 56px;
  }
  .popular__desc {
    font-size: 21px;
  }
  .popular__rank-item__left {
    width: 130px;
  }
  .popular__rank-num {
    font-size: 52px;
  }
  .popular__rank-car {
    width: 95px;
  }
  .popular__rank-name {
    font-size: 18px;
  }
  .popular__rank-price {
    font-size: 17px;
  }
  .popular__rank-badge {
    font-size: 14px;
  }
  .popular__featured {
    width: 380px;
    min-height: 540px;
  }
  .popular__featured-num {
    font-size: 70px;
  }
  .popular__featured-name {
    font-size: 28px;
  }
  .popular__featured-img {
    height: 210px;
  }
  .popular__featured-price {
    font-size: 34px;
  }
  .popular__featured-btn {
    min-height: 76px;
    font-size: 22px;
    padding: 22px 0;
  }
  .popular__content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .popular__ranking {
    width: 100%;
  }
  .popular__rank-item {
    padding: 15px;
    gap: 10px;
  }
  .popular__featured {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 25px 20px;
    min-height: auto;
  }
  .popular__featured-img {
    height: 200px;
  }
  .contact {
    padding: 100px 0;
  }
  .contact__sub {
    font-size: 38px;
  }
  .contact__label-bar {
    font-size: 30px;
  }
  .contact__title {
    font-size: 50px;
  }
  .contact__left-img {
    max-width: 420px;
  }
  .contact__form-wrap {
    width: 100%;
    min-width: 0;
    padding: 34px;
  }
  .contact__form-label {
    font-size: 18px;
  }
  .contact__input {
    min-height: 62px;
    font-size: 18px;
  }
  .contact__toggle-btn {
    min-height: 62px;
    font-size: 18px;
  }
  .contact__submit {
    min-height: 78px;
    font-size: 23px;
  }
  .contact__status-wrap {
    margin-top: 65px;
  }
  .contact__status-icon {
    width: 240px;
  }
  .contact__status-title {
    font-size: 38px;
  }
  .contact__status-desc {
    font-size: 20px;
  }
  .contact__status-right {
    padding: 0 60px;
  }
  .contact__status-name, .contact__status-car, .contact__status-state {
    font-size: 17px;
  }
  .contact__left {
    text-align: center;
  }
  .contact__left img {
    margin: 20px auto;
  }
  .deals {
    padding: 100px 0;
  }
  .deals__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .deals__sub {
    font-size: 36px;
  }
  .deals__title {
    font-size: 52px;
  }
  .deals__tab {
    width: 270px;
    min-height: 62px;
    font-size: 20px;
  }
  .deals__card-img {
    height: 140px;
  }
  .deals__card-name {
    font-size: 20px;
  }
  .faq {
    padding-top: 100px;
  }
  .faq__label {
    font-size: 26px;
  }
  .faq__title {
    font-size: 48px;
  }
  .faq__card {
    padding: 30px 60px 50px;
  }
  .faq__question span {
    font-size: 19px;
  }
  .faq__answer p {
    font-size: 19px;
  }
  .faq__bg-left, .faq__bg-right {
    max-width: 220px;
  }
  .real {
    padding: 100px 0;
  }
  .real__sub {
    font-size: 44px;
  }
  .real__title {
    font-size: 48px;
  }
  .real__card {
    flex: 0 0 260px;
  }
  .real__card-body {
    padding: 22px 18px;
  }
  .real__card-name {
    font-size: 18px;
  }
  .real__card-text {
    font-size: 16px;
  }
  .footer {
    padding: 65px 0;
  }
  .footer__logo {
    width: 195px;
  }
  .footer__contact {
    gap: 32px;
  }
  .footer__contact-icon {
    width: 62px;
    height: 62px;
  }
  .footer__contact-icon img {
    max-width: 36px;
  }
  .footer__contact-sub {
    font-size: 14px;
  }
  .footer__contact-main {
    font-size: 20px;
  }
  .footer__info p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .inner {
    max-width: none;
    padding: 0 30px;
  }
  .header__logo img {
    width: 155px;
  }
  .header__menu {
    gap: 20px;
  }
  .header__menu-item a {
    font-size: 16px;
  }
  .hero {
    padding-bottom: 70px;
  }
  .hero__content {
    padding-top: 60px;
  }
  .hero__title {
    font-size: 54px;
  }
  .hero__ribbon-text {
    font-size: 30px;
  }
  .hero__ribbon {
    padding: 8px 34px;
  }
  .hero__subtitle {
    font-size: 19px;
  }
  .hero__badge-img {
    max-height: 170px;
  }
  .hero__badge--center .hero__badge-img {
    max-height: 200px;
  }
  .hero__badges {
    min-height: 300px;
  }
  .hero__badge-text {
    font-size: 20px;
  }
  .stats__card {
    min-height: 140px;
    padding: 20px 24px;
  }
  .stats__label {
    font-size: 16px;
  }
  .stats__number {
    font-size: 32px;
  }
  .why__phone {
    width: 340px;
  }
  .why__right {
    width: 280px;
  }
  .why__car {
    max-width: 300px;
  }
  .why__sub {
    font-size: 33px;
  }
  .why__title {
    font-size: 46px;
  }
  .why__box-tags {
    gap: 35px;
    padding: 30px 36px;
  }
  .why__box-tags-col {
    gap: 30px;
  }
  .why__tag {
    font-size: 18px;
  }
  .benefits {
    padding: 90px 0;
  }
  .benefits__sub {
    font-size: 33px;
  }
  .benefits__title {
    font-size: 46px;
  }
  .benefits__card {
    flex: 0 0 240px;
    min-height: 440px;
  }
  .benefits__card-title {
    font-size: 26px;
  }
  .brand {
    padding: 90px 0;
  }
  .brand__sub {
    font-size: 33px;
  }
  .brand__title {
    font-size: 40px;
  }
  .brand__title--gold, .brand__title--white {
    font-size: 46px;
  }
  .brand__character {
    max-width: 150px;
  }
  .review {
    padding: 90px 0 65px;
  }
  .review__sub {
    font-size: 33px;
  }
  .review__title {
    font-size: 50px;
  }
  .review__desc {
    font-size: 32px;
  }
  .review__slider-card {
    flex: 0 0 235px;
    padding: 24px 20px;
  }
  .review__img-logo {
    width: 160px;
  }
  .review__img-thumb {
    width: 230px;
  }
  .popular {
    padding: 90px 0;
  }
  .popular__sub {
    font-size: 33px;
  }
  .popular__title {
    font-size: 50px;
  }
  .popular__desc {
    font-size: 20px;
  }
  .popular__content {
    flex-direction: column;
  }
  .popular__ranking {
    flex-direction: column;
    gap: 10px;
  }
  .popular__featured {
    max-width: 100%;
  }
  .popular__rank-item__left {
    width: 125px;
  }
  .popular__rank-num {
    font-size: 48px;
  }
  .popular__rank-car {
    width: 90px;
  }
  .contact {
    padding: 90px 0;
  }
  .contact__sub {
    font-size: 35px;
  }
  .contact__label-bar {
    font-size: 28px;
  }
  .contact__title {
    font-size: 44px;
  }
  .contact__left-img {
    max-width: 380px;
  }
  .contact__form-wrap {
    padding: 30px;
  }
  .contact__form-label {
    font-size: 17px;
  }
  .contact__input {
    min-height: 58px;
    font-size: 17px;
  }
  .contact__toggle-btn {
    min-height: 58px;
    font-size: 17px;
  }
  .contact__submit {
    min-height: 72px;
    font-size: 22px;
  }
  .contact__status-wrap {
    margin-top: 55px;
  }
  .contact__status-icon {
    width: 210px;
  }
  .contact__status-title {
    font-size: 34px;
  }
  .contact__status-desc {
    font-size: 18px;
  }
  .contact__status-right {
    padding: 0 45px;
  }
  .contact__status {
    flex-direction: row;
  }
  .contact__status-left {
    width: 40%;
    min-width: 220px;
  }
  .deals {
    padding: 90px 0;
  }
  .deals__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .deals__sub {
    font-size: 33px;
  }
  .deals__title {
    font-size: 46px;
  }
  .deals__tab {
    width: 240px;
    min-height: 58px;
    font-size: 19px;
  }
  .deals__card-img {
    height: 130px;
  }
  .deals__card-name {
    font-size: 19px;
  }
  .faq {
    padding-top: 90px;
  }
  .faq__label {
    font-size: 24px;
  }
  .faq__title {
    font-size: 44px;
  }
  .faq__card {
    padding: 30px 50px 50px;
  }
  .faq__question span {
    font-size: 18px;
  }
  .faq__answer p {
    font-size: 18px;
  }
  .faq__bg-left, .faq__bg-right {
    max-width: 180px;
  }
  .real {
    padding: 90px 0;
  }
  .real__sub {
    font-size: 42px;
  }
  .real__title {
    font-size: 44px;
  }
  .real__card {
    flex: 0 0 248px;
  }
  .real__card-body {
    padding: 20px 16px;
  }
  .real__card-name {
    font-size: 18px;
  }
  .real__card-text {
    font-size: 16px;
  }
  .footer {
    padding: 58px 0;
  }
  .footer__logo {
    width: 185px;
  }
  .footer__contact-icon {
    width: 58px;
    height: 58px;
  }
  .footer__contact-icon img {
    max-width: 33px;
  }
  .footer__contact-main {
    font-size: 19px;
  }
  .footer__info p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 16.93vw;
  }
  .header__inner {
    padding: 0 5.21vw;
    height: 16.93vw;
  }
  .header__logo img {
    width: 32.29vw;
  }
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 10.16vw;
    height: 100%;
    background: transparent;
    gap: 1.3vw;
    transition: background 0.3s ease;
  }
  .header__hamburger span {
    width: 6.51vw;
    height: 0.78vw;
    background: #929DB2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
  }
  .header__hamburger.is-active {
    position: relative;
  }
  .header__hamburger.is-active::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -55%;
    transform: translate(50%, 50%);
    display: block;
    width: 120%;
    height: 100%;
    background: #022E5F;
    z-index: -1;
  }
  .header__hamburger.is-active span {
    background: #fff;
  }
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(2.08vw) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-2.08vw) rotate(-45deg);
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 16.93vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 16.93vw);
    background: #F7F7F7;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    padding: 19.79vw 0;
  }
  .header__nav.is-active {
    transform: translateX(0);
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.93vw;
  }
  .header__menu-item a {
    font-size: 4.17vw;
    font-weight: 700;
    color: #242424;
  }
  .header__menu-item--active a {
    color: #208FFF;
  }
  .hero {
    height: auto;
    min-height: 165.36vw;
    margin-top: 16.93vw;
  }
  .hero__bg-img--pc {
    display: none;
  }
  .hero__bg-img--mo {
    display: block;
  }
  .hero__content {
    padding-top: 10.42vw;
  }
  .hero__ribbon {
    padding: 1.56vw 6.51vw;
  }
  .hero__ribbon-text {
    font-size: 6.51vw;
  }
  .hero__ribbon::after {
    bottom: -2.6vw;
    border-top-width: 2.86vw;
    border-right-width: 3.26vw;
  }
  .hero__title {
    font-size: 10.42vw;
    line-height: 1.2;
  }
  .hero__subtitle {
    font-size: 3.91vw;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  .hero__badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    height: auto;
    min-height: 52.08vw;
  }
  .hero__badge--right {
    width: 100%;
    position: static;
    transform: inherit;
  }
  .hero__badge--right img {
    margin-right: 0;
  }
  .hero__badge--left {
    width: 100%;
    position: static;
    transform: inherit;
  }
  .hero__badge--left img {
    margin-left: 0;
  }
  .hero__badge--center {
    position: static;
    transform: inherit;
  }
  .hero__badge-img {
    max-height: 23.44vw;
  }
  .hero__badge--center .hero__badge-img {
    max-height: 28.65vw;
  }
  .hero__badge-text {
    font-size: 3.65vw;
  }
  .stats {
    margin-top: -50px;
  }
  .stats__inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 14.06vw;
  }
  .stats__card {
    flex: 0 0 auto;
    max-width: 504px;
    padding: 40px 60px;
    width: 100%;
    min-height: 26.04vw;
    min-width: 0;
  }
  .stats__label {
    font-size: 3.65vw;
  }
  .stats__number {
    font-size: 7.68vw;
  }
  .why {
    padding: 10.42vw 0 0;
  }
  .why__inner {
    flex-direction: column;
    align-items: center;
  }
  .why__center {
    padding-top: 0;
    text-align: center;
  }
  .why__sub {
    margin-bottom: 30px;
    font-size: 6.51vw;
    line-height: 1;
  }
  .why__title {
    font-size: 7.81vw;
    line-height: 1.33;
  }
  .why__box {
    width: 100%;
  }
  .why__box-tags {
    justify-content: space-around;
    gap: 3.91vw;
    padding: 7.81vw;
  }
  .why__box-tags-col {
    gap: 3.91vw;
  }
  .why__tag {
    font-size: 3.65vw;
    text-align: left;
  }
  .why__box-header-sub {
    font-size: 3.65vw;
  }
  .why__box-header-brand {
    font-size: 4.95vw;
  }
  .why__img {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  .why__left {
    width: 50%;
    left: auto;
    right: 20px;
    z-index: 1;
    position: relative;
  }
  .why__phone {
    width: 100%;
  }
  .why__right {
    width: 45%;
    position: relative;
    right: auto;
  }
  .why__car {
    width: 100%;
    padding-bottom: 80px;
    max-width: 37.76vw;
  }
  .benefits {
    padding: 13.02vw 0;
  }
  .benefits__header {
    margin-bottom: 13.02vw;
  }
  .benefits__sub {
    font-size: 6.51vw;
  }
  .benefits__title {
    font-size: 7.81vw;
    line-height: 1.23;
  }
  .benefits__card {
    flex: 0 0 45.57vw;
    min-height: 61.59vw;
    padding: 6.51vw 2.6vw 3.91vw;
  }
  .benefits__card-title {
    font-size: 4.95vw;
  }
  .benefits__card-desc {
    font-size: 3.65vw;
    line-height: 1.5;
  }
  .benefits__progress {
    width: 100%;
    max-width: none;
  }
  .brand {
    min-height: auto;
  }
  .brand__bg-img--pc {
    display: none;
  }
  .brand__bg-img--mo {
    display: block;
  }
  .brand__character {
    width: 35%;
    max-width: none;
    right: 20px;
    bottom: 0;
  }
  .brand__sub {
    font-size: 6.51vw;
    line-height: 1;
    margin-bottom: 20px;
  }
  .brand__title {
    font-size: 4.56vw;
    line-height: 1.37;
  }
  .brand__title--gold, .brand__title--white {
    font-size: 7.81vw;
  }
  .review {
    padding: 10.42vw 0 7.81vw;
  }
  .review__content {
    flex-direction: column;
    min-height: auto;
  }
  .review__sub {
    font-size: 6.51vw;
    line-height: 1;
  }
  .review__title {
    font-size: 8.33vw;
    line-height: 1.2;
  }
  .review__desc {
    font-size: 5.21vw;
  }
  .review__slider-card {
    flex: 0 0 55.99vw;
    padding: 3.91vw;
  }
  .review__slider-card .review__slider-text {
    font-size: 3.65vw;
    line-height: 1.5;
  }
  .review__slider-avatar {
    width: 75px;
    height: 75px;
  }
  .review__img {
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }
  .review__img-left {
    position: relative;
    width: 50%;
  }
  .review__img-phone {
    position: static;
    max-width: none;
    margin-left: 0;
  }
  .review__img-car {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .review__img-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .review__img-thumb {
    width: 100%;
  }
  .popular {
    min-height: auto;
  }
  .popular__bg-img--pc {
    display: none;
  }
  .popular__bg-img--mo {
    display: block;
  }
  .popular__header {
    margin-bottom: 0;
  }
  .popular__sub {
    margin-bottom: 30px;
    font-size: 6.51vw;
    line-height: 1;
  }
  .popular__title {
    margin-bottom: 40px;
    font-size: 8.33vw;
    line-height: 1;
  }
  .popular__desc {
    font-size: 3.39vw;
    line-height: 1.5;
  }
  .popular__content {
    display: none;
  }
  .popular__slider {
    display: block;
    overflow: hidden;
    padding-top: 50px;
  }
  .popular__slider-track {
    display: flex;
    gap: 15px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .popular__mobile-card {
    flex: 0 0 55.99vw;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 3.91vw;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
  }
  .popular__mobile-card--active {
    border-color: #208FFF;
  }
  .popular__mobile-head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
  }
  .popular__mobile-num {
    font-family: "Inter", sans-serif;
    font-size: 8.46vw;
    font-weight: 700;
    color: #208FFF;
    line-height: 0.9;
  }
  .popular__mobile-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 5px;
  }
  .popular__mobile-name {
    font-family: "Pretendard", sans-serif;
    font-size: 4.43vw;
    font-weight: 700;
    color: #111;
  }
  .popular__mobile-spec {
    font-family: "Pretendard", sans-serif;
    font-size: 3.13vw;
    color: #666;
    line-height: 1.4;
    min-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .popular__mobile-img {
    width: 100%;
    height: 29.95vw;
    object-fit: contain;
    margin: 0 auto 20px;
  }
  .popular__mobile-price {
    font-family: "Pretendard", sans-serif;
    font-size: 4.95vw;
    font-weight: 700;
    color: #0C3258;
    text-align: center;
    margin-bottom: 10px;
  }
  .popular__mobile-badge {
    display: block;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 3.65vw;
    font-weight: 700;
    color: #208FFF;
    margin-bottom: 20px;
  }
  .popular__mobile-btn {
    display: block;
    width: 100%;
    padding: 3.13vw 0;
    background: #208FFF;
    color: #fff;
    border-radius: 8px;
    font-family: "Pretendard", sans-serif;
    font-size: 3.91vw;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s;
  }
  .popular__progress {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }
  .popular__progress-track {
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
  }
  .popular__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 7px;
    background: #208FFF;
    border-radius: 4px;
  }
  .contact__bg-img--pc {
    display: none;
  }
  .contact__bg-img--mo {
    display: block;
  }
  .contact__inner {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .contact__left {
    padding: 0 5.21vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .contact__left-img {
    display: none;
  }
  .contact__sub {
    font-size: 6.51vw;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
  }
  .contact__label-bar {
    display: inline-block;
    font-size: 4.43vw;
    margin: 0 auto 15px auto;
    padding: 5px 20px;
    background: url("/design/assets/assets/img/mo/form_tit_bg.png");
    text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
  }
  .contact__title {
    font-size: 9.11vw;
    line-height: 1.1;
    margin-bottom: 10.42vw;
    text-shadow: 0 2px 0 rgba(86, 128, 155, 0.28);
  }
  .contact__form-wrap {
    width: calc(100% - 10.42vw);
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 22px 36px 90px rgba(86, 128, 155, 0.17);
    padding: 7.81vw 6.51vw;
    position: relative;
    z-index: 2;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
    gap: 2.6vw;
  }
  .contact__form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.95vw;
  }
  .contact__form-label {
    display: block;
    font-size: 3.91vw;
    min-width: auto;
    color: #333;
    margin: 0;
  }
  .contact__input {
    width: 100%;
    min-height: 13.8vw;
    font-size: 3.91vw;
    border-radius: 5px;
    padding: 0 3.91vw;
    outline: 1px solid #C1C1C1;
    outline-offset: -0.5px;
    border: none;
  }
  .contact__toggle {
    display: flex;
    gap: 8px;
  }
  .contact__toggle-btn {
    flex: 1;
    min-height: 13.8vw;
    font-size: 3.91vw;
    border-radius: 5px;
    outline: 1px solid #C1C1C1;
    outline-offset: -0.5px;
  }
  .contact__toggle-btn--active {
    outline: none;
    background: #208FFF;
    color: #fff;
  }
  .contact__toggle--triple .contact__toggle-btn {
    flex: 1;
  }
  .contact__agree {
    justify-content: center;
    gap: 1.95vw;
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
  }
  .contact__agree-text {
    font-size: 3.39vw;
    color: #777;
  }
  .contact__checkbox {
    width: 2.6vw;
    height: 2.6vw;
  }
  .contact__submit {
    width: 100%;
    min-height: 15.63vw;
    font-size: 4.69vw;
    background: #004992;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
  }
  .contact__status-wrap {
    padding-top: 0;
  }
  .contact__status {
    flex-direction: column;
    border-radius: 10px;
  }
  .contact__status-left {
    width: 100%;
    padding: 3.91vw 0;
  }
  .contact__status-right {
    padding: 3.91vw;
    min-height: fit-content;
  }
  .contact__status-list {
    max-height: 65.1vw;
    padding: 2.6vw 3.91vw;
  }
  .contact__status-row {
    min-height: 9.11vw;
  }
  .contact__status-name, .contact__status-car, .contact__status-state {
    font-size: 3.91vw;
  }
  .contact__status-title {
    font-size: 6.51vw;
    line-height: 1.25;
  }
  .contact__status-icon {
    width: 26.04vw;
    margin-left: 0;
  }
  .deals {
    padding: 10.42vw 0;
  }
  .deals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .deals__tab {
    min-height: 13.67vw;
    font-size: 3.91vw;
    width: auto;
    flex: 1;
  }
  .deals__sub {
    margin-bottom: 30px;
    font-size: 6.51vw;
  }
  .deals__title {
    font-size: 7.81vw;
    line-height: 1.17;
  }
  .deals__card {
    padding: 5.21vw 0;
    border: 1px solid #5DBDE5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  .deals__card-badge {
    top: 20px;
    left: 15px;
    padding: 5px 18px 5px 20px;
    font-size: 2.99vw;
    background: #03ACF2;
    border-radius: 0;
  }
  .deals__card-img {
    max-height: 29.56vw;
    padding: 0 2.6vw;
    margin-bottom: 20px;
  }
  .deals__card-name {
    font-size: 4.17vw;
    margin-bottom: 1.3vw;
    color: #222;
    font-weight: 700;
  }
  .deals__card-spec {
    font-size: 2.86vw;
    margin-bottom: 3.91vw;
    color: #666;
  }
  .deals__card-btn {
    width: 26.69vw;
    min-height: 7.68vw;
    line-height: 7.68vw;
    font-size: 3.13vw;
    color: #0371F2;
    border: 1px solid #0371F2;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    font-weight: 700;
  }
  .faq {
    padding: 10.42vw 0 0;
  }
  .faq__bg-left, .faq__bg-right {
    max-width: 23.44vw;
  }
  .faq__card {
    padding: 6.51vw 5.21vw 19.53vw;
    border-radius: 20px 20px 0 0;
  }
  .faq__card .inner {
    padding: 0;
  }
  .faq__title {
    font-size: 7.03vw;
  }
  .faq__question span {
    font-size: 3.91vw;
  }
  .faq__toggle {
    width: 30px;
    height: 30px;
  }
  .faq__toggle span {
    font-size: 2.6vw;
  }
  .faq__answer p {
    font-size: 3.91vw;
    line-height: 1.58;
  }
  .faq__label {
    font-size: 5.21vw;
  }
  .real {
    padding: 10.42vw 0;
  }
  .real__card {
    flex: 0 0 62.5vw;
  }
  .real__card-img {
    min-height: 140px;
    max-height: 36.46vw;
  }
  .real__card-badge {
    width: 11.72vw;
    top: -3.26vw;
    left: -1.95vw;
  }
  .real__title {
    margin-bottom: 30px;
    font-size: 7.03vw;
    line-height: 1.3;
  }
  .real__sub {
    margin-bottom: 30px;
    font-size: 6.51vw;
  }
  .real__card-body {
    padding: 6.51vw 3.91vw;
  }
  .real__card-name {
    font-size: 4.3vw;
  }
  .real__card-car {
    font-size: 3.26vw;
  }
  .real__card-text {
    font-size: 3.91vw;
    line-height: 1.47;
  }
  .footer {
    padding: 13.02vw 0 39.06vw;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0;
  }
  .footer__divider {
    margin: 9.11vw 0;
  }
  .footer__logo {
    width: 36.72vw;
  }
  .footer__contact {
    margin-top: 13.02vw;
  }
  .footer__contact-icon {
    width: 11.98vw;
    height: 11.98vw;
  }
  .footer__contact-icon img {
    max-width: 6.9vw;
  }
  .footer__contact-sub {
    font-size: 2.6vw;
  }
  .footer__contact-main {
    font-size: 3.78vw;
  }
  .footer__info p {
    font-size: 2.99vw !important;
    line-height: 2.36;
  }
  .mobile-bar {
    bottom: 26.04vw;
  }
  .mobile-bar__icon {
    width: 15.63vw;
    height: 15.63vw;
  }
  .mobile-bar__icon img {
    max-width: none;
    width: 6.51vw;
    height: 6.51vw;
  }
  .mobile-cta__btn {
    padding: 0;
    height: 20.83vw;
    line-height: 20.83vw;
    font-size: 5.21vw;
  }
  .modal__content {
    width: 92%;
    max-width: 640px;
    border-radius: 20px;
  }
  .modal__header {
    padding: 3.91vw 5.21vw;
  }
  .modal__title {
    font-size: 5.21vw;
  }
  .modal__close {
    font-size: 7.29vw;
  }
  .modal__body {
    padding: 5.21vw;
  }
  .modal__car-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6vw;
    padding: 3.91vw;
    margin-bottom: 3.91vw;
    border-radius: 12px;
  }
  .modal__car-img {
    width: 100%;
    min-height: auto;
    max-height: 20.83vw;
  }
  .modal__car-name {
    font-size: 5.21vw;
    margin-bottom: 5px;
  }
  .modal__car-spec {
    font-size: 3.39vw;
    margin-bottom: 10px;
  }
  .modal__car-price {
    font-size: 4.69vw;
  }
  .modal__form {
    gap: 2.6vw;
  }
  .modal__form-row {
    gap: 1.56vw;
  }
  .modal__label {
    font-size: 3.65vw;
  }
  .modal__input {
    min-height: 10.42vw;
    font-size: 3.65vw;
    border-radius: 8px;
    padding: 0 3.13vw;
  }
  .modal__toggle-btn {
    min-height: 10.42vw;
    font-size: 3.65vw;
    border-radius: 8px;
  }
  .modal__agree {
    align-items: center;
    gap: 8px;
    margin-top: 2.6vw;
    margin-bottom: 3.26vw;
  }
  .modal__agree label {
    font-size: 3.39vw;
  }
  .modal__checkbox {
    width: 3.65vw;
    height: 3.65vw;
  }
  .modal__submit {
    min-height: 15.63vw;
    font-size: 4.69vw;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .inner {
    padding: 0 25px;
  }
  .header {
    min-height: 60px;
  }
  .header__inner {
    padding: 0 25px;
    height: 60px;
  }
  .header__logo img {
    width: 120px;
  }
  .header__hamburger {
    width: 32px;
    gap: 5px;
    align-items: flex-end;
    justify-content: center;
  }
  .header__hamburger span {
    width: 24px;
    height: 3px;
  }
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__nav {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 40px 0;
  }
  .header__menu {
    gap: 30px;
  }
  .header__menu-item a {
    font-size: 18px;
  }
  .hero {
    min-height: 400px;
    margin-top: 60px;
  }
  .hero__content {
    padding-top: 30px;
  }
  .hero__ribbon {
    padding: 5px 25px;
  }
  .hero__title {
    font-size: 32px;
    margin-top: 20px;
  }
  .hero__subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .hero__badges {
    min-height: 180px;
    gap: 10px;
  }
  .hero__badge-img, .hero__badge--center .hero__badge-img {
    max-height: 130px;
  }
  .hero__badge--right .hero__badge-img {
    max-height: 100px;
  }
  .hero__badge-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .stats {
    margin-top: -30px;
  }
  .stats__inner {
    padding: 0 25px;
    gap: 10px;
  }
  .stats__card {
    min-height: 90px;
    padding: 20px;
  }
  .stats__label {
    font-size: 14px;
  }
  .stats__number {
    font-size: 26px;
  }
  .why {
    padding: 40px 0 0;
  }
  .why__sub {
    margin-bottom: 20px;
  }
  .why__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .why__box-tags {
    gap: 12px;
    padding: 20px;
  }
  .why__box-tags-col {
    gap: 12px;
  }
  .why__tag {
    font-size: 14px;
  }
  .why__box-header-sub {
    font-size: 14px;
  }
  .why__box-header-brand {
    font-size: 18px;
  }
  .why__car {
    max-width: 150px;
    padding-bottom: 40px;
  }
  .benefits {
    padding: 50px 0;
  }
  .benefits__sub {
    margin-bottom: 20px;
  }
  .benefits__header {
    margin-bottom: 40px;
  }
  .benefits__title {
    font-size: 26px;
  }
  .benefits__card {
    flex: 0 0 180px;
    min-height: 280px;
    padding: 30px 16px 20px;
  }
  .benefits__card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .benefits__card-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .benefits__card-icon {
    height: 60px;
    margin-top: auto;
  }
  .benefits__progress {
    margin-top: 30px;
  }
  .brand {
    padding: 50px 0;
  }
  .brand__sub {
    margin-bottom: 20px;
  }
  .brand__character {
    display: none;
  }
  .brand__title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .brand__title--gold, .brand__title--white {
    font-size: 24px;
  }
  .brand__logos {
    padding: 15px;
  }
  .review {
    padding: 40px 0;
  }
  .review__sub {
    margin-bottom: 20px;
  }
  .review__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .review__desc {
    font-size: 16px;
  }
  .review__slider-card {
    flex: 0 0 250px;
    padding: 20px;
  }
  .review__slider-card .review__slider-text {
    font-size: 14px;
  }
  .review__slider-avatar {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .popular {
    padding: 50px 0;
  }
  .popular__sub {
    margin-bottom: 20px;
  }
  .popular__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .popular__desc {
    font-size: 14px;
  }
  .popular__mobile-card {
    flex: 0 0 260px;
    padding: 20px;
  }
  .popular__mobile-num {
    font-size: 36px;
  }
  .popular__mobile-name {
    font-size: 20px;
  }
  .popular__mobile-spec {
    font-size: 14px;
  }
  .popular__mobile-img {
    height: 130px;
    margin-bottom: 10px;
  }
  .popular__mobile-price {
    font-size: 18px;
  }
  .popular__mobile-badge {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 6px 10px;
  }
  .popular__mobile-btn {
    padding: 12px 0;
    font-size: 16px;
  }
  .popular__slider {
    padding-top: 30px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 0;
  }
  .contact__sub {
    margin-bottom: 20px;
  }
  .contact__left {
    padding: 0 25px;
  }
  .contact__label-bar {
    font-size: 15px;
    padding: 4px 16px;
    margin-bottom: 15px;
  }
  .contact__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .contact__form-wrap {
    width: 100%;
    padding: 24px 20px;
  }
  .contact__form {
    gap: 12px;
  }
  .contact__form-row {
    gap: 8px;
  }
  .contact__form-label {
    font-size: 14px;
    margin-bottom: 4px;
    margin-left: 2px;
  }
  .contact__input {
    min-height: 44px;
    font-size: 15px;
    padding: 0 12px;
  }
  .contact__toggle {
    gap: 6px;
  }
  .contact__toggle-btn {
    min-height: 44px;
    font-size: 15px;
  }
  .contact__agree {
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact__agree-text {
    font-size: 13px;
  }
  .contact__checkbox {
    width: 16px;
    height: 16px;
  }
  .contact__submit {
    min-height: 50px;
    font-size: 16px;
    margin-top: 5px;
  }
  .contact__status-wrap {
    margin-top: 40px;
  }
  .contact__status-list {
    max-height: 250px;
    padding: 16px;
    gap: 10px;
  }
  .contact__status-row {
    min-height: 32px;
    gap: 6px;
  }
  .contact__status-name, .contact__status-car, .contact__status-state {
    font-size: 14px;
  }
  .contact__status-title {
    font-size: 22px;
  }
  .contact__status-left {
    padding: 20px 0;
    gap: 15px;
  }
  .contact__status-icon {
    width: 120px;
  }
  .deals {
    padding: 50px 0;
  }
  .deals__header {
    margin-bottom: 30px;
  }
  .deals__sub {
    margin-bottom: 20px;
  }
  .deals__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .deals__card {
    padding: 20px 0;
  }
  .deals__tab {
    min-height: 44px;
    font-size: 15px;
  }
  .deals__title {
    font-size: 26px;
  }
  .deals__card-badge {
    font-size: 12px;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
  }
  .deals__card-img {
    max-height: 110px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .deals__card-name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .deals__card-spec {
    font-size: 13px;
    margin-bottom: 15px;
    min-height: fit-content;
  }
  .deals__card-btn {
    width: 120px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .deals__tabs {
    margin-bottom: 25px;
  }
  .faq {
    padding: 40px 0 0;
  }
  .faq__bg-left, .faq__bg-right {
    max-width: 60px;
  }
  .faq__card {
    padding: 24px 25px 60px;
  }
  .faq__header {
    margin-bottom: 30px;
  }
  .faq__title {
    font-size: 26px;
    padding-bottom: 6px;
  }
  .faq__question span {
    font-size: 15px;
  }
  .faq__toggle {
    width: 20px;
    height: 20px;
  }
  .faq__toggle span {
    font-size: 12px;
  }
  .faq__answer p {
    font-size: 14px;
    padding-top: 10px;
  }
  .faq__label {
    font-size: 20px;
  }
  .faq__item {
    padding: 15px 0;
  }
  .real {
    padding: 40px 0;
  }
  .real__sub {
    margin-bottom: 20px;
  }
  .real__card {
    flex: 0 0 260px;
  }
  .real__card-img {
    max-height: 140px;
  }
  .real__card-badge {
    width: 45px;
    top: -10px;
    left: -5px;
  }
  .real__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .real__card-body {
    padding: 20px 16px;
  }
  .real__card-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .real__card-car {
    font-size: 13px;
  }
  .real__card-text {
    font-size: 14px;
  }
  .real__card-stars img {
    width: 14px;
  }
  .real__slider {
    margin-bottom: 10px;
  }
  .footer {
    padding: 40px 0 160px;
  }
  .footer__divider {
    margin: 30px 0;
  }
  .footer__logo {
    width: 130px;
  }
  .footer__contact {
    margin-top: 30px;
    gap: 20px;
  }
  .footer__contact-icon {
    width: 44px;
    height: 44px;
  }
  .footer__contact-icon img {
    max-width: 24px;
  }
  .footer__contact-sub {
    font-size: 12px;
  }
  .footer__contact-main {
    font-size: 16px;
  }
  .footer__info p {
    font-size: 13px;
    line-height: 1.8;
  }
  .mobile-bar {
    bottom: 70px;
    right: 15px;
  }
  .mobile-bar__inner {
    gap: 10px;
  }
  .mobile-bar__icon {
    width: 50px;
    height: 50px;
  }
  .mobile-bar__icon img {
    width: 24px;
    height: 24px;
  }
  .mobile-cta__btn {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0;
  }
  .modal__header {
    padding: 16px;
  }
  .modal__title {
    font-size: 18px;
  }
  .modal__close {
    font-size: 32px;
  }
  .modal__body {
    padding: 16px;
  }
  .modal__car-info {
    gap: 12px;
    padding: 16px;
    margin-bottom: 16px;
  }
  .modal__car-img {
    max-height: 80px;
    width: 100px;
  }
  .modal__car-name {
    font-size: 18px;
  }
  .modal__car-spec {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .modal__car-price {
    font-size: 18px;
  }
  .modal__form {
    gap: 10px;
  }
  .modal__form-row {
    gap: 6px;
  }
  .modal__label {
    font-size: 14px;
    margin-left: 2px;
  }
  .modal__input {
    min-height: 44px;
    font-size: 15px;
    padding: 0 12px;
  }
  .modal__toggle-btn {
    min-height: 44px;
    font-size: 15px;
  }
  .modal__agree {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .modal__agree label {
    font-size: 13px;
  }
  .modal__checkbox {
    width: 16px;
    height: 16px;
  }
  .modal__submit {
    min-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .inner {
    padding: 0 20px;
  }
  .header {
    min-height: 54px;
  }
  .header__inner {
    padding: 0 20px;
    height: 54px;
  }
  .header__logo img {
    width: 105px;
  }
  .header__hamburger {
    width: 28px;
    gap: 4px;
    align-items: flex-end;
    justify-content: center;
  }
  .header__hamburger span {
    width: 20px;
    height: 2px;
  }
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header__nav {
    top: 54px;
    height: calc(100vh - 54px);
    padding: 30px 0;
  }
  .header__menu {
    gap: 24px;
  }
  .header__menu-item a {
    font-size: 16px;
  }
  .hero {
    min-height: 360px;
    margin-top: 54px;
    padding-bottom: 50px;
  }
  .hero__content {
    padding-top: 24px;
  }
  .hero__ribbon {
    padding: 4px 20px;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .hero__badges {
    min-height: 160px;
    gap: 8px;
  }
  .hero__badge-img, .hero__badge--center .hero__badge-img {
    max-height: 110px;
  }
  .hero__badge--right .hero__badge-img {
    max-height: 85px;
  }
  .hero__badge-text {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .stats {
    margin-top: -24px;
  }
  .stats__inner {
    padding: 0 20px;
    gap: 8px;
  }
  .stats__card {
    min-height: 80px;
    padding: 16px;
  }
  .stats__label {
    font-size: 13px;
  }
  .stats__number {
    font-size: 22px;
  }
  .why {
    padding: 30px 0 0;
  }
  .why__sub {
    margin-bottom: 15px;
  }
  .why__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .why__box-tags {
    gap: 10px;
    padding: 16px;
  }
  .why__box-tags-col {
    gap: 10px;
  }
  .why__tag {
    font-size: 13px;
  }
  .why__box-header-sub {
    font-size: 13px;
  }
  .why__box-header-brand {
    font-size: 16px;
  }
  .why__car {
    max-width: 130px;
    padding-bottom: 30px;
  }
  .benefits {
    padding: 40px 0;
  }
  .benefits__sub {
    margin-bottom: 15px;
  }
  .benefits__header {
    margin-bottom: 30px;
  }
  .benefits__title {
    font-size: 24px;
  }
  .benefits__card {
    flex: 0 0 160px;
    min-height: 250px;
    padding: 24px 12px 16px;
  }
  .benefits__card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .benefits__card-desc {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .benefits__card-icon {
    height: 50px;
    margin-top: auto;
  }
  .benefits__progress {
    margin-top: 24px;
  }
  .brand {
    padding: 40px 0;
  }
  .brand__sub {
    margin-bottom: 15px;
  }
  .brand__character {
    width: 25%;
  }
  .brand__title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .brand__title--gold, .brand__title--white {
    font-size: 22px;
  }
  .brand__logos {
    padding: 12px;
  }
  .review {
    padding: 30px 0;
  }
  .review__sub {
    margin-bottom: 15px;
  }
  .review__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .review__desc {
    font-size: 15px;
  }
  .review__slider-card {
    flex: 0 0 220px;
    padding: 16px;
  }
  .review__slider-card .review__slider-text {
    font-size: 13px;
  }
  .review__slider-avatar {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .popular {
    padding: 40px 0;
  }
  .popular__sub {
    margin-bottom: 15px;
  }
  .popular__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .popular__desc {
    font-size: 13px;
  }
  .popular__mobile-card {
    flex: 0 0 240px;
    padding: 16px;
  }
  .popular__mobile-num {
    font-size: 32px;
  }
  .popular__mobile-name {
    font-size: 18px;
  }
  .popular__mobile-spec {
    font-size: 13px;
  }
  .popular__mobile-img {
    height: 110px;
    margin-bottom: 10px;
  }
  .popular__mobile-price {
    font-size: 16px;
  }
  .popular__mobile-badge {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 5px 8px;
  }
  .popular__mobile-btn {
    padding: 10px 0;
    font-size: 15px;
  }
  .popular__slider {
    padding-top: 24px;
  }
  .contact {
    padding: 40px 0;
  }
  .contact__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 0;
  }
  .contact__sub {
    margin-bottom: 15px;
  }
  .contact__left {
    padding: 0 20px;
  }
  .contact__label-bar {
    font-size: 14px;
    padding: 4px 14px;
    margin-bottom: 12px;
  }
  .contact__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contact__form-wrap {
    width: 100%;
    padding: 20px 16px;
  }
  .contact__form {
    gap: 10px;
  }
  .contact__form-row {
    gap: 6px;
  }
  .contact__form-label {
    font-size: 13px;
    margin-bottom: 4px;
    margin-left: 2px;
  }
  .contact__input {
    min-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .contact__toggle {
    gap: 4px;
  }
  .contact__toggle-btn {
    min-height: 40px;
    font-size: 14px;
  }
  .contact__agree {
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .contact__agree-text {
    font-size: 12px;
  }
  .contact__checkbox {
    width: 14px;
    height: 14px;
  }
  .contact__submit {
    min-height: 46px;
    font-size: 15px;
    margin-top: 5px;
  }
  .contact__status-wrap {
    margin-top: 30px;
  }
  .contact__status-list {
    max-height: 220px;
    padding: 12px;
    gap: 8px;
  }
  .contact__status-row {
    min-height: 28px;
    gap: 4px;
  }
  .contact__status-name, .contact__status-car, .contact__status-state {
    font-size: 13px;
  }
  .contact__status-title {
    font-size: 20px;
  }
  .contact__status-left {
    padding: 16px 0;
    gap: 12px;
  }
  .contact__status-icon {
    width: 100px;
  }
  .deals {
    padding: 40px 0;
  }
  .deals__header {
    margin-bottom: 20px;
  }
  .deals__sub {
    margin-bottom: 15px;
  }
  .deals__grid {
    gap: 8px;
  }
  .deals__card {
    padding: 16px 8px;
  }
  .deals__tab {
    min-height: 40px;
    font-size: 14px;
  }
  .deals__title {
    font-size: 24px;
  }
  .deals__card-badge {
    font-size: 11px;
    top: 8px;
    left: 8px;
    padding: 3px 8px;
  }
  .deals__card-img {
    max-height: 90px;
    padding: 0 8px;
    margin-bottom: 10px;
  }
  .deals__card-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .deals__card-spec {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .deals__card-btn {
    width: 100px;
    min-height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .deals__tabs {
    margin-bottom: 20px;
  }
  .faq {
    padding: 30px 0 0;
  }
  .faq__bg-left, .faq__bg-right {
    max-width: 50px;
  }
  .faq__card {
    padding: 20px 20px 50px;
  }
  .faq__header {
    margin-bottom: 24px;
  }
  .faq__title {
    font-size: 24px;
    padding-bottom: 6px;
  }
  .faq__question span {
    font-size: 14px;
  }
  .faq__toggle {
    width: 18px;
    height: 18px;
  }
  .faq__toggle span {
    font-size: 10px;
  }
  .faq__answer p {
    font-size: 13px;
    padding-top: 8px;
  }
  .faq__label {
    font-size: 18px;
  }
  .faq__item {
    padding: 12px 0;
  }
  .real {
    padding: 30px 0;
  }
  .real__sub {
    margin-bottom: 15px;
  }
  .real__card {
    flex: 0 0 240px;
  }
  .real__card-img {
    max-height: 120px;
  }
  .real__card-badge {
    width: 40px;
    top: -8px;
    left: -4px;
  }
  .real__title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .real__card-body {
    padding: 16px 12px;
  }
  .real__card-name {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .real__card-car {
    font-size: 12px;
  }
  .real__card-text {
    font-size: 13px;
  }
  .real__card-stars img {
    width: 12px;
  }
  .real__slider {
    margin-bottom: 10px;
  }
  .real__card-meta {
    margin-bottom: 20px;
  }
  .footer {
    padding: 30px 0 140px;
  }
  .footer__divider {
    margin: 24px 0;
  }
  .footer__logo {
    width: 110px;
  }
  .footer__contact {
    margin-top: 24px;
    gap: 16px;
  }
  .footer__contact-icon {
    width: 40px;
    height: 40px;
  }
  .footer__contact-icon img {
    max-width: 20px;
  }
  .footer__contact-sub {
    font-size: 11px;
  }
  .footer__contact-main {
    font-size: 14px;
  }
  .footer__info p {
    font-size: 12px;
    line-height: 1.6;
  }
  .mobile-bar {
    bottom: 60px;
    right: 12px;
  }
  .mobile-bar__inner {
    gap: 8px;
  }
  .mobile-bar__icon {
    width: 44px;
    height: 44px;
  }
  .mobile-bar__icon img {
    width: 20px;
    height: 20px;
  }
  .mobile-cta__btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0;
  }
  .modal__header {
    padding: 14px;
  }
  .modal__title {
    font-size: 16px;
  }
  .modal__close {
    font-size: 28px;
  }
  .modal__body {
    padding: 14px;
  }
  .modal__car-info {
    gap: 10px;
    padding: 14px;
    margin-bottom: 14px;
  }
  .modal__car-img {
    max-height: 70px;
    width: 80px;
  }
  .modal__car-name {
    font-size: 16px;
  }
  .modal__car-spec {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .modal__car-price {
    font-size: 16px;
  }
  .modal__form {
    gap: 10px;
  }
  .modal__form-row {
    gap: 6px;
  }
  .modal__label {
    font-size: 13px;
    margin-left: 2px;
  }
  .modal__input {
    min-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .modal__toggle-btn {
    min-height: 40px;
    font-size: 14px;
  }
  .modal__agree {
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .modal__agree label {
    font-size: 12px;
  }
  .modal__checkbox {
    width: 14px;
    height: 14px;
  }
  .modal__submit {
    min-height: 46px;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */
