@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@font-face {
  font-family: "Bitgoeul_Bold";
  src: url("../font/빛고을광주_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bitgoeul_Medium";
  src: url("../font/빛고을광주_Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bitgoeul_Light";
  src: url("../font/빛고을광주_Light.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("../font/Cafe24Shiningstar-v2.0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "SUIT";
  src: url("../font/SUIT-Heavy.ttf") format("truetype");
  font-weight: 900;
}
/* ==========================================
   Common
========================================== */
html {
  scroll-behavior: auto !important;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Pretendard", "SUIT", sans-serif;
  font-size: 16px;
  color: #242424;
  letter-spacing: -0.02rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

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

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: inherit;
  font: inherit;
}

input, textarea, select {
  border: none;
  outline: none;
  background: none;
  font: inherit;
  color: inherit;
  padding: 0;
}

textarea {
  resize: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

.title {
  font-family: "Cafe24Shiningstar", sans-serif;
  font-size: 2rem;
}

.bold_text {
  font-weight: 700;
}

.inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================
   Fade Up 애니메이션
========================================== */
.fade_up_ready {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.fade_up_active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.main_visual .badge.fade_up_active {
  transition-delay: 0.1s !important;
}
.main_visual .headline.fade_up_active {
  transition-delay: 0.3s !important;
}
.main_visual .desc.fade_up_active {
  transition-delay: 0.5s !important;
}
.main_visual .point_txt.fade_up_active {
  transition-delay: 0.7s !important;
}

.sub_tit.fade_up_active,
.btm_sub.fade_up_active,
.tit_area p.fade_up_active,
.tit_txt p.fade_up_active {
  transition-delay: 0.2s !important;
}

.grid_wrap .item.fade_up_active:nth-child(1) {
  transition-delay: 0.1s !important;
}

.grid_wrap .item.fade_up_active:nth-child(2) {
  transition-delay: 0.2s !important;
}

.grid_wrap .item.fade_up_active:nth-child(3) {
  transition-delay: 0.3s !important;
}

.grid_wrap .item.fade_up_active:nth-child(4) {
  transition-delay: 0.4s !important;
}

.card_grid .card.fade_up_active:nth-child(1) {
  transition-delay: 0.1s !important;
}

.card_grid .card.fade_up_active:nth-child(2) {
  transition-delay: 0.2s !important;
}

.card_grid .card.fade_up_active:nth-child(3) {
  transition-delay: 0.3s !important;
}

.card_grid .card.fade_up_active:nth-child(4) {
  transition-delay: 0.4s !important;
}

.card_grid .card.fade_up_active:nth-child(5) {
  transition-delay: 0.5s !important;
}

.card_grid .card.fade_up_active:nth-child(6) {
  transition-delay: 0.6s !important;
}

/* =========================================
   Layout
========================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  padding: 28px 0;
  z-index: 100;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  height: 47px;
}
.header .gnb {
  display: flex;
  gap: 39px;
  align-items: center;
}
.header .gnb a {
  color: #464646;
  font-size: 19px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  transition: color 0.2s ease;
  letter-spacing: -0.14em;
}
.header .gnb a:hover, .header .gnb a.active {
  color: #D91B2F !important;
}

.util_menu {
  position: fixed;
  bottom: 50px;
  right: calc(50% - 640px - 280px);
  width: 247px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  z-index: 100;
}
@media (max-width: 1800px) {
  .util_menu {
    right: 20px;
  }
}
.util_menu .quote_box {
  background: white;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 30px 24px 45px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.util_menu .quote_header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.util_menu .quote_header h2 {
  flex: 1;
  color: #242424;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: -0.14em;
  text-transform: uppercase;
}
.util_menu .quote_header img {
  width: 41px;
  height: 41px;
}
.util_menu .quote_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.util_menu .quote_form .input_group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.util_menu .quote_form .input_group .input_wrap {
  padding: 12px 16px;
  background: white;
  border-radius: 7px;
  outline: 1px #C1C1C1 solid;
  outline-offset: -1px;
  display: flex;
  justify-content: flex-start;
  /* 원본 왼쪽 정렬 */
  align-items: center;
}
.util_menu .quote_form .input_group .input_wrap input {
  width: 100%;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: #242424;
  text-transform: uppercase;
}
.util_menu .quote_form .input_group .input_wrap input::placeholder {
  color: #AAAAAA;
}
.util_menu .quote_form .method_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.util_menu .quote_form .method_group strong {
  text-align: left;
  color: #242424;
  font-size: 18px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.14em;
  text-transform: uppercase;
}
.util_menu .quote_form .method_group .radios {
  display: flex;
  gap: 18px;
  justify-content: flex-start;
}
.util_menu .quote_form .method_group .radios label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.util_menu .quote_form .method_group .radios label .txt {
  color: #AAAAAA;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.util_menu .quote_form .method_group .radios label input {
  display: none;
}
.util_menu .quote_form .method_group .radios label input:checked + .radio_mark {
  outline-color: #C1C1C1;
}
.util_menu .quote_form .method_group .radios label input:checked + .radio_mark::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #D91B2F;
  border-radius: 9999px;
  display: block;
}
.util_menu .quote_form .method_group .radios label .radio_mark {
  width: 17px;
  height: 17px;
  padding: 4px;
  background: white;
  border-radius: 999px;
  outline: 1px #C1C1C1 solid;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.util_menu .quote_form .agree_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.util_menu .quote_form .agree_group label {
  display: flex;
  align-items: center;
  gap: 9.1px;
  cursor: pointer;
}
.util_menu .quote_form .agree_group label input {
  display: none;
}
.util_menu .quote_form .agree_group label input:checked + .check_mark {
  background: #D91B2F;
  border-color: #D91B2F;
}
.util_menu .quote_form .agree_group label input:checked + .check_mark::after {
  content: "";
  width: 11.38px;
  height: 9.35px;
  background: white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.util_menu .quote_form .agree_group label .check_mark {
  width: 22.76px;
  height: 22.76px;
  background: white;
  border: 1px solid #C1C1C1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.util_menu .quote_form .agree_group label .txt {
  color: #7F7F7F;
  font-size: 15px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 21px;
}
.util_menu .quote_form .agree_group label .txt a {
  color: #7F7F7F;
  position: relative;
  z-index: 10;
}
.util_menu .quote_form .btn_submit {
  padding: 14px 23px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-radius: 7px;
  color: white;
  font-size: 20px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.14em;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.util_menu .quick_links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.util_menu .quick_links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 30px;
  border-radius: 16px;
}
.util_menu .quick_links a .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.util_menu .quick_links a .info span {
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.util_menu .quick_links a .info strong {
  font-family: "SUIT", sans-serif;
}
.util_menu .quick_links a.link_call {
  height: 80px;
  background: #34516A;
}
.util_menu .quick_links a.link_call .info span {
  color: white;
}
.util_menu .quick_links a.link_call .info strong {
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
.util_menu .quick_links a.link_kakao {
  height: 77px;
  background: #FFF100;
}
.util_menu .quick_links a.link_kakao .info span {
  color: #381E1F;
}
.util_menu .quick_links a.link_kakao .info strong {
  color: #381E1F;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.footer {
  background: white;
  padding: 92px 0 130px;
}
.footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.footer .footer_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.footer .footer_info .f_logo_area {
  display: flex;
  align-items: center;
  gap: 11.52px;
}
.footer .footer_info .f_logo_area .f_logo img {
  height: 44.93px;
}
.footer .footer_info .f_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer_info .f_nav a {
  color: #666666;
  font-size: 17px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  letter-spacing: -0.14em;
}
.footer .footer_info .f_address p {
  color: #666666;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  line-height: 22.4px;
}
.footer .footer_info .f_address p strong {
  font-weight: 700;
}
.footer .footer_info .f_warning {
  color: #D91B2F;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  line-height: 22.4px;
}
.footer .footer_cs {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer .footer_cs .cs_box {
  display: block;
  width: 296.4px;
  padding: 26px 30px;
  border-radius: 19.2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.footer .footer_cs .cs_box .cs_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_cs .cs_box .cs_top .cs_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.footer .footer_cs .cs_box .cs_top .cs_title span {
  font-size: 19.2px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28.8px;
}
.footer .footer_cs .cs_box .cs_top .cs_title strong {
  font-family: "SUIT", sans-serif;
}
.footer .footer_cs .cs_box .line {
  width: 100%;
  height: 0px;
  outline-offset: -0.5px;
}
.footer .footer_cs .cs_box .cs_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer_cs .cs_box .cs_bottom strong {
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
}
.footer .footer_cs .cs_box .cs_bottom p {
  font-size: 16px;
  line-height: 25.6px;
}
.footer .footer_cs .cs_box.dark {
  background: #34516A;
}
.footer .footer_cs .cs_box.dark .cs_top .cs_title span {
  color: white;
}
.footer .footer_cs .cs_box.dark .cs_top .cs_title strong {
  color: white;
  font-size: 24px;
  font-weight: 800;
  line-height: 33.6px;
}
.footer .footer_cs .cs_box.dark .line {
  outline: 1px rgba(255, 255, 255, 0.2) solid;
}
.footer .footer_cs .cs_box.dark .cs_bottom {
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer_cs .cs_box.dark .cs_bottom strong {
  color: white;
  font-weight: 700;
  line-height: 22.4px;
}
.footer .footer_cs .cs_box.dark .cs_bottom p {
  color: white;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
}
.footer .footer_cs .cs_box.yellow {
  background: #FFF100;
}
.footer .footer_cs .cs_box.yellow .cs_top .cs_title span {
  color: #381E1F;
}
.footer .footer_cs .cs_box.yellow .cs_top .cs_title strong {
  color: #381E1F;
  font-size: 21.6px;
  font-weight: 700;
  line-height: 30.24px;
}
.footer .footer_cs .cs_box.yellow .line {
  outline: 1px rgba(56, 30, 31, 0.2) solid;
}
.footer .footer_cs .cs_box.yellow .cs_bottom strong {
  color: #381E1F;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
}
.footer .footer_cs .cs_box.yellow .cs_bottom p {
  color: #381E1F;
  font-family: "SUIT", sans-serif;
  font-weight: 400;
}

/* =========================================
   Section
========================================= */
.main_visual {
  margin-top: 100px;
  width: 100%;
  height: 953px;
  min-width: 1280px;
  position: relative;
  overflow: hidden;
  background: url("../img/pc/main_bg.png") no-repeat center center/cover;
}
.main_visual .inner {
  position: relative;
  height: 100%;
}
.main_visual .badge {
  margin-top: 100px;
  padding: 14px 30px;
  background: white;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #D91B2F;
  font-size: 28px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  font-weight: 400;
  line-height: 39.2px;
}
.main_visual .headline {
  margin-top: 20px;
  color: white;
  font-size: 64px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  font-weight: 400;
  line-height: 81.28px;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
}
.main_visual .headline .light {
  color: rgba(255, 255, 255, 0.7);
}
.main_visual .desc {
  margin-top: 50px;
  color: white;
  font-size: 24px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.04em;
}
.main_visual .desc strong {
  font-weight: 800;
}
.main_visual .img_items {
  position: absolute;
  right: 0;
  top: 67px;
  max-width: 80%;
}
.main_visual .point_txt {
  position: absolute;
  right: 10px;
  bottom: 120px;
  color: white;
  font-size: 48px;
  font-family: "Cafe24Shiningstar", sans-serif;
  font-weight: 400;
  line-height: 62.4px;
  background: url("../img/pc/main_bg_point.svg") no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 40px;
  margin-left: -40px;
  margin-top: -20px;
}

.rent_lease {
  width: 100%;
  background: url("../img/pc/rentlease_bg.png") no-repeat center center/cover;
  background-blend-mode: linear-dodge, normal, normal;
  padding: 110px 0 90px;
}
.rent_lease .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rent_lease .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 72px;
}
.rent_lease .tit_area .sub_tit {
  color: #D91B2F;
  font-size: 32px;
  font-family: "Bitgoeul_Medium", sans-serif;
  font-weight: 400;
  line-height: 44.8px;
  letter-spacing: -0.1em;
}
.rent_lease .tit_area .line {
  width: 72px;
  height: 6px;
  background: #D91B2F;
}
.rent_lease .tit_area .main_tit {
  color: #242424;
  font-size: 60px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: -0.1em;
}
.rent_lease .feature_area {
  position: relative;
  max-width: 1142px;
  width: 100%;
  margin-bottom: 80px;
}
.rent_lease .cross_line {
  position: absolute;
  background: #000000;
  z-index: 1;
}
.rent_lease .cross_line.x_line {
  width: 1142px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rent_lease .cross_line.y_line {
  width: 1px;
  height: 375px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rent_lease .grid_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 80px;
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
.rent_lease .grid_wrap .item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.rent_lease .grid_wrap .item.left {
  align-items: flex-end;
  text-align: right;
  padding-right: 40px;
}
.rent_lease .grid_wrap .item.right {
  align-items: flex-start;
  text-align: left;
  padding-left: 40px;
}
.rent_lease .grid_wrap .item .item_tit {
  color: #242424;
  font-size: 36px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50.4px;
  letter-spacing: -0.1em;
}
.rent_lease .grid_wrap .item .item_tit .red {
  color: #D91B2F;
}
.rent_lease .grid_wrap .item .item_desc {
  color: #242424;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.rent_lease .btm_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.rent_lease .btm_area .car_img {
  width: 446px;
  height: 224px;
  position: relative;
  z-index: 1;
}
.rent_lease .btm_area .discount_banner {
  width: 359px;
  padding: 20px 30px;
  background: linear-gradient(90deg, #E10F1B 33%, rgba(225, 15, 27, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
  margin-left: -80px;
  margin-top: -150px;
}
.rent_lease .btm_area .discount_banner span {
  color: white;
  font-size: 22px;
  font-family: "Bitgoeul_Medium", sans-serif;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: -0.1em;
}
.rent_lease .btm_area .discount_banner strong {
  color: white;
  font-size: 42px;
  font-family: "SUIT", sans-serif;
  font-weight: 900;
  line-height: 58.8px;
}

.top_cars {
  width: 100%;
  background-color: #F7F7F7;
  padding: 110px 0 120px;
}
.top_cars .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.top_cars .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.top_cars .tit_area .main_tit {
  color: #242424;
  font-size: 56px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 78.4px;
  letter-spacing: -0.1em;
}
.top_cars .tit_area .main_tit .red {
  color: #D91B2F;
}
.top_cars .tit_area .sub_tit {
  color: #444444;
  font-size: 26px;
  font-family: "Bitgoeul_Medium", sans-serif;
  letter-spacing: -0.1em;
  font-weight: 400;
  line-height: 36.4px;
}
.top_cars .content_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
}
.top_cars .viewer_box {
  width: 45%;
  background: white;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 40px 40px 60px 40px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.top_cars .viewer_box .info_top {
  width: 100%;
  height: 127px;
  display: flex;
  align-items: center;
}
.top_cars .viewer_box .info_top .rank_num {
  width: 90px;
  text-align: center;
  color: #E5E5E5;
  font-size: 126px;
  font-family: "Gothic A1", "Pretendard", sans-serif;
  font-weight: 900;
  line-height: 176.4px;
}
.top_cars .viewer_box .info_top .car_name {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}
.top_cars .viewer_box .info_top .car_name strong {
  color: #242424;
  font-size: 30px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 42px;
}
.top_cars .viewer_box .info_top .car_name span {
  color: #242424;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;
}
.top_cars .viewer_box .img_wrap {
  margin: 20px 0;
}
.top_cars .viewer_box .img_wrap img {
  width: 381px;
  height: 189px;
  object-fit: contain;
}
.top_cars .viewer_box .price_wrap {
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.top_cars .viewer_box .price_wrap strong {
  color: #D91B2F;
  font-size: 36px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 50.4px;
}
.top_cars .viewer_box .btn_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.top_cars .viewer_box .btn_wrap .btn_reserve {
  padding: 20px 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-radius: 999px;
  color: white;
  font-size: 28px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 39.2px;
  transition: transform 0.2s;
}
.top_cars .viewer_box .btn_wrap .btn_reserve:hover {
  transform: translateY(-2px);
}
.top_cars .viewer_box .btn_wrap .notice {
  color: #444444;
  font-size: 30px;
  font-family: "Cafe24Shiningstar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
}
.top_cars .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
.top_cars .list_wrap .list_item {
  position: relative;
  width: 100%;
  height: 133px;
  background: white;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.top_cars .list_wrap .list_item.active {
  outline: 4px solid #D91B2F;
  outline-offset: -4px;
}
.top_cars .list_wrap .list_item:hover:not(.active) {
  transform: translateX(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.top_cars .list_wrap .list_item .rank_num {
  position: absolute;
  left: 45px;
  z-index: 1;
  width: 61px;
  text-align: center;
  color: #E5E5E5;
  font-size: 100px;
  font-family: "Gothic A1", "Pretendard", sans-serif;
  font-weight: 900;
  line-height: 140px;
}
.top_cars .list_wrap .list_item img {
  margin-left: 30px;
  position: relative;
  z-index: 2;
  width: 189px;
  height: 141px;
  object-fit: contain;
}
.top_cars .list_wrap .list_item .txt_info {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.top_cars .list_wrap .list_item .txt_info span {
  color: #242424;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;
}
.top_cars .list_wrap .list_item .txt_info strong {
  color: #D91B2F;
  font-size: 26px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 36.4px;
}
.top_cars .list_wrap .list_item .badge_stock {
  padding: 10px 18px;
  background: #FFF0F2;
  border-radius: 7px;
  color: #D91B2F;
  font-size: 18px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 25.2px;
}

.solution_section {
  width: 100%;
  padding: 110px 0 130px;
  background: url("../img/pc/solution_bg.png") no-repeat center center/cover;
  background-blend-mode: multiply, normal, normal;
}
.solution_section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_section .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
  text-align: center;
}
.solution_section .tit_area .main_tit {
  color: white;
  font-size: 60px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -0.1em;
}
.solution_section .tit_area .main_tit .light {
  color: rgba(255, 255, 255, 0.6);
  font-size: 40px;
  line-height: 52px;
}
.solution_section .tit_area .sub_tit {
  color: white;
  font-size: 26px;
  font-family: "Bitgoeul_Light", sans-serif;
  font-weight: 400;
  line-height: 41.6px;
  letter-spacing: -0.1em;
}
.solution_section .card_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.solution_section .card_grid .card {
  width: 390px;
  background: #F7F7F7;
  border-top: 4px solid #CF111C;
  padding: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.solution_section .card_grid .card .num_badge {
  width: 46px;
  height: 46px;
  background: #CF111C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 30.8px;
}
.solution_section .card_grid .card .txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.solution_section .card_grid .card .txt_wrap .card_tit {
  color: #242424;
  font-size: 30px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: -0.1em;
}
.solution_section .card_grid .card .txt_wrap .card_desc {
  color: #666666;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.estimate_section {
  width: 100%;
  padding: 100px 0 120px;
  background-color: #EFECEC;
  background-image: url("../img/pc/estimate_bg.png");
  background-blend-mode: luminosity, normal;
  /* 3. 우측 간편 견적 폼 */
}
.estimate_section .inner {
  display: flex;
  flex-direction: column;
}
.estimate_section .top_tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.estimate_section .top_tit_area .tit_txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.estimate_section .top_tit_area .tit_txt p {
  color: #242424;
  font-size: 30px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.1em;
}
.estimate_section .top_tit_area .tit_txt h2 {
  color: #242424;
  font-size: 60px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: -0.1em;
}
.estimate_section .top_tit_area .tit_img_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
  width: 423px;
  height: 294px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.estimate_section .top_tit_area .tit_img_wrap .tit_badge {
  position: absolute;
  left: -200px;
  bottom: 50px;
  z-index: 2;
  padding: 9px 21px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  color: #D91B2F;
  font-size: 32px;
  font-family: "Cafe24Shiningstar", sans-serif;
  font-weight: 400;
  line-height: 41.6px;
  text-align: center;
}
.estimate_section .content_box {
  background: white;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.estimate_section .stats_wrap {
  width: 348px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.estimate_section .stats_wrap .stat_item {
  flex: 1;
  padding: 52px 30px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estimate_section .stats_wrap .stat_item:nth-child(1) {
  background: #BE001A;
}
.estimate_section .stats_wrap .stat_item:nth-child(2) {
  background: #D91B2E;
}
.estimate_section .stats_wrap .stat_item:nth-child(3) {
  background: #AE1524;
}
.estimate_section .stats_wrap .stat_item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  line-height: 35.2px;
}
.estimate_section .stats_wrap .stat_item .blink {
  color: white;
  font-size: 32px;
  font-family: "SUIT", sans-serif;
  font-weight: 900;
  line-height: 50.4px;
  animation: numBlink 1s infinite;
}
@keyframes numBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.estimate_section .rolling_wrap {
  width: 466px;
  height: 493px;
  background: #F4F5F9;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.estimate_section .rolling_wrap .rolling_list {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.estimate_section .rolling_wrap .list_row {
  height: 68px;
  background: white;
  border-radius: 7px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estimate_section .rolling_wrap .list_row span.name, .estimate_section .rolling_wrap .list_row span.car {
  color: #555555;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
}
.estimate_section .rolling_wrap .list_row span.status {
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
}
.estimate_section .rolling_wrap .list_row span.status.complete {
  color: #D91B2F;
}
.estimate_section .rolling_wrap .list_row span.status.wait {
  color: #999999;
}
.estimate_section .form_wrap {
  flex: 1;
  background: #393843;
  border-radius: 7px;
  padding: 50px 41px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.estimate_section .form_wrap h3 {
  color: white;
  font-size: 28px;
  font-family: "Bitgoeul_Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.1em;
}
.estimate_section .form_wrap .input_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.estimate_section .form_wrap .input_list input {
  width: 100%;
  padding: 16px 20px;
  background: white;
  border-radius: 7px;
  border: 1px solid #E5E5E5;
  color: #242424;
  font-size: 18px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
}
.estimate_section .form_wrap .input_list input::placeholder {
  color: #AAAAAA;
}
.estimate_section .form_wrap .agree_check {
  margin: 20px 0;
}
.estimate_section .form_wrap .agree_check label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.estimate_section .form_wrap .agree_check label input {
  display: none;
}
.estimate_section .form_wrap .agree_check label input:checked + .check_mark {
  background: #D91B2F;
  border-color: #D91B2F;
}
.estimate_section .form_wrap .agree_check label input:checked + .check_mark::after {
  content: "";
  width: 11.38px;
  height: 9.35px;
  background: white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.estimate_section .form_wrap .agree_check label .check_mark {
  width: 22.76px;
  height: 22.76px;
  background: white;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.estimate_section .form_wrap .agree_check label .txt {
  color: #B0ABAB;
  font-size: 15px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
}
.estimate_section .form_wrap .agree_check label .txt a {
  color: #B0ABAB;
  position: relative;
  z-index: 10;
  transition: color 0.2s ease;
}
.estimate_section .form_wrap .agree_check label .txt a:hover {
  color: white;
}
.estimate_section .form_wrap .btn_submit {
  width: 100%;
  height: 67px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-radius: 7px;
  color: white;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.1em;
}

.price_compare {
  width: 100%;
  padding: 120px 0 140px;
  background-color: white;
  /* --- 타이틀 영역 --- */
  /* --- 탭 메뉴 --- */
  /* --- 슬라이드 래퍼 --- */
}
.price_compare .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}
.price_compare .tit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.price_compare .tit_area .top_sub {
  color: #D91B2F;
  font-size: 32px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 44.8px;
  letter-spacing: -0.1em;
}
.price_compare .tit_area .main_tit {
  color: #242424;
  font-size: 54px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 75.6px;
  letter-spacing: -0.1em;
}
.price_compare .tit_area .btm_sub {
  color: #444444;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: -0.1em;
}
.price_compare .tab_menu {
  width: 600px;
  background: #F4F5F9;
  border-radius: 999px;
  display: flex;
  padding: 5px;
  position: relative;
}
.price_compare .tab_menu .tab_indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 295px;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, #333333 0%, black 100%);
  box-shadow: inset 4px 4px 9.8px rgba(255, 255, 255, 0.28), inset -4px -4px 4px rgba(0, 0, 0, 0.91);
  border-radius: 999px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
.price_compare .tab_menu.right .tab_indicator {
  transform: translateX(295px);
}
.price_compare .tab_menu .tab_btn {
  flex: 1;
  padding: 20px 0;
  border-radius: 999px;
  font-size: 24px;
  font-family: "Bitgoeul_Bold", sans-serif;
  color: #242424;
  transition: color 0.4s ease;
  letter-spacing: -0.1em;
  position: relative;
  z-index: 2;
  background: transparent;
}
.price_compare .tab_menu .tab_btn.active {
  color: #FF0F1D;
}
.price_compare .slider_wrap {
  width: 100%;
  overflow: hidden;
}
.price_compare .grid_slider {
  display: flex;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.price_compare .car_grid {
  padding-top: 5px;
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.price_compare .car_grid .car_card {
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.price_compare .car_grid .car_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.price_compare .car_grid .car_card .card_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.price_compare .car_grid .car_card .card_top .name_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.price_compare .car_grid .car_card .card_top .name_wrap strong {
  color: #242424;
  font-size: 24px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  line-height: 33.6px;
}
.price_compare .car_grid .car_card .card_top .name_wrap span {
  color: #666666;
  font-size: 15px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 21px;
  word-break: keep-all;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price_compare .car_grid .car_card .card_top .img_box {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_compare .car_grid .car_card .card_top .img_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.price_compare .car_grid .car_card .card_price {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price_compare .car_grid .car_card .card_price .price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_compare .car_grid .car_card .card_price .price_row span {
  color: #777777;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.price_compare .car_grid .car_card .card_price .price_row strong {
  color: #D91B2F;
  font-size: 22px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
}
.price_compare .car_grid .car_card .btn_detail {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-radius: 7px;
  color: white;
  font-size: 18px;
  font-family: "Bitgoeul_Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.1em;
}
.price_compare .car_grid .car_card .btn_detail span {
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  margin-left: 5px;
}

.result_section {
  width: 100%;
  padding: 140px 0;
  background: url("../img/pc/result_bg.png") no-repeat center center/cover;
}
.result_section .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result_section .left_area {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.result_section .left_area .tit_group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.result_section .left_area .tit_group .red_txt {
  color: #D91B2F;
  font-size: 24px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.1em;
}
.result_section .left_area .tit_group h2 {
  color: #242424;
  font-size: 54px;
  font-family: "Bitgoeul_Bold", sans-serif;
  font-weight: 400;
  line-height: 75.6px;
  letter-spacing: -0.1em;
}
.result_section .left_area .img_wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.result_section .left_area .img_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.result_section .right_area {
  width: 700px;
  display: flex;
  flex-direction: column;
}
.result_section .right_area .review_card {
  width: 520px;
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, z-index 0s;
  position: relative;
}
.result_section .right_area .review_card:hover {
  transform: translateY(-5px);
  z-index: 10 !important;
}
.result_section .right_area .review_card .stars {
  color: #D91B2F;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.result_section .right_area .review_card strong {
  color: #242424;
  font-size: 22px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
}
.result_section .right_area .review_card p {
  color: #666666;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  line-height: 24px;
  word-break: keep-all;
}
.result_section .right_area .card1 {
  margin-left: 180px;
  z-index: 5;
}
.result_section .right_area .card2 {
  margin-left: 0;
  margin-top: -30px;
  z-index: 4;
}
.result_section .right_area .card3 {
  margin-left: 120px;
  margin-top: -30px;
  z-index: 3;
}
.result_section .right_area .card4 {
  margin-left: 40px;
  margin-top: -30px;
  z-index: 2;
}
.result_section .right_area .card5 {
  margin-left: 160px;
  margin-top: -30px;
  z-index: 1;
}

.review_section {
  width: 100%;
  padding: 120px 0;
  background: #465068 url("../img/pc/review_bg.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
}
.review_section .tit_area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 81px;
}
.review_section .tit_area h2 {
  color: white;
  font-size: 54px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 75.6px;
  letter-spacing: -0.1em;
}
.review_section .tit_area p {
  color: white;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 30.8px;
  letter-spacing: -0.1em;
}
.review_section .slider_wrap {
  width: 100%;
  overflow-x: auto;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.review_section .slider_wrap::-webkit-scrollbar {
  display: none;
}
.review_section .slider_wrap:active {
  cursor: grabbing;
}
.review_section .slider_wrap .slider_track {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 0 calc(50vw - 600px);
}
.review_section .review_card {
  width: 392.5px;
  background: white;
  border-radius: 7px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
}
.review_section .review_card .card_top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review_section .review_card .card_top .info_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.review_section .review_card .card_top .info_row .car_name {
  color: #D91B2F;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}
.review_section .review_card .card_top .info_row .user_info {
  color: #777777;
  font-size: 15px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  line-height: 24px;
}
.review_section .review_card .card_top .img_box {
  width: 100%;
  height: 161px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.review_section .review_card .card_top .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_section .review_card .card_btm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.review_section .review_card .card_btm .review_tit {
  color: #242424;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 30px;
  word-break: keep-all;
}
.review_section .review_card .card_btm .review_txt {
  color: #555555;
  font-size: 18px;
  font-family: "SUIT", sans-serif;
  font-weight: 400;
  line-height: 28.8px;
  word-break: keep-all;
}
.review_section .progress_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 81px;
}
.review_section .progress_wrap .progress_bar {
  width: 800px;
  height: 6px;
  background: white;
  border-radius: 99px;
  overflow: hidden;
}
.review_section .progress_wrap .progress_bar .progress_fill {
  width: 0%;
  height: 100%;
  background: #D91B2F;
  border-radius: 99px;
  transition: width 0.1s ease-out;
}

.faq_section {
  width: 100%;
  padding: 120px 0 100px;
  background: white;
}
.faq_section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.faq_section .tit_area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_section .tit_area .main_tit {
  color: #242424;
  font-size: 50px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  line-height: 70px;
}
.faq_section .tit_area .sub_tit {
  color: #777777;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  line-height: 30.8px;
}
.faq_section .faq_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq_section .faq_list .faq_item {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.faq_section .faq_list .faq_item.active {
  border: 1px solid #282C34;
}
.faq_section .faq_list .faq_item.active .faq_q {
  background: #272B34;
  border-color: #282C34;
  border-radius: 7px 7px 0 0;
}
.faq_section .faq_list .faq_item.active .faq_q .q_txt .symbol, .faq_section .faq_list .faq_item.active .faq_q .q_txt p {
  color: white;
}
.faq_section .faq_list .faq_item.active .faq_q .arrow {
  border-color: white;
  transform: rotate(-135deg);
  margin-top: 5px;
}
.faq_section .faq_list .faq_item.active .faq_a {
  max-height: 500px;
  border-top: none;
}
.faq_section .faq_list .faq_q {
  width: 100%;
  padding: 21px 30px;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.faq_section .faq_list .faq_q .q_txt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq_section .faq_list .faq_q .q_txt .symbol {
  color: #242424;
  font-size: 26px;
  font-family: "Bitgoeul_Medium", sans-serif;
  letter-spacing: -0.1em;
}
.faq_section .faq_list .faq_q .q_txt p {
  color: #242424;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
}
.faq_section .faq_list .faq_q .arrow {
  width: 15px;
  height: 15px;
  border-right: 3px solid #E10F1B;
  border-bottom: 3px solid #E10F1B;
  transform: rotate(45deg);
  transition: all 0.3s;
  margin-top: -5px;
}
.faq_section .faq_list .faq_a {
  max-height: 0;
  overflow: hidden;
  background: white;
  transition: all 0.3s ease-in-out;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.faq_section .faq_list .faq_a .a_inner {
  padding: 40px 70px;
  color: #444444;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  line-height: 36px;
}

.logo_section {
  width: 100%;
  padding: 110px 0 120px;
  background: #F4F5F9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.logo_section .tit_area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.logo_section .tit_area h2 {
  color: #242424;
  font-size: 50px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 70px;
  letter-spacing: -0.1em;
}
.logo_section .tit_area h2 .red {
  color: #D91B2F;
  font-size: 56px;
  line-height: 78.4px;
}
.logo_section .tit_area p {
  color: #242424;
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 30.8px;
  letter-spacing: -0.1em;
}
.logo_section .logo_track_wrap {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
.logo_section .logo_track_wrap:active {
  cursor: grabbing;
}
.logo_section .logo_track_wrap .logo_track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.logo_section .logo_track_wrap .logo_track .logo_img {
  height: 140px;
  width: auto;
  max-width: none !important;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
}
.logo_section .progress_bar_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo_section .progress_bar_wrap .progress_bar {
  width: 800px;
  height: 6px;
  background: white;
  border-radius: 99px;
  overflow: hidden;
}
.logo_section .progress_bar_wrap .progress_bar .progress_fill {
  width: 0%;
  height: 100%;
  background: #D91B2F;
  border-radius: 99px;
  will-change: width;
}

.form_section {
  padding: 120px 0;
  background: #151C21 url("../img/pc/form_bg.png") no-repeat center center/cover;
}
.form_section .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.form_section .tit_area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_section .tit_area .main_tit {
  color: white;
  font-size: 56px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 78.4px;
  letter-spacing: -0.1em;
}
.form_section .tit_area .main_tit .red {
  color: #D91B2F;
}
.form_section .tit_area .sub_tit {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-family: "Bitgoeul_Bold", sans-serif;
  line-height: 30.8px;
  letter-spacing: -0.1em;
}
.form_section .form_card {
  width: 85%;
  padding: 60px 80px;
  background: white;
  border-radius: 16px;
  letter-spacing: -0.04em;
}
.form_section .form_card .main_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.form_section .form_card .input_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
}
.form_section .form_card .input_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.form_section .form_card .input_box .label_txt {
  padding: 18px 0 12px;
  color: #333333;
  font-size: 20px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
}
.form_section .form_card .input_box .label_txt .red {
  color: #D91B2F;
}
.form_section .form_card .input_box .label_txt.mini {
  font-size: 20px;
}
.form_section .form_card .input_box .input_wrap {
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 7px;
  border: 1px solid #E5E5E5;
}
.form_section .form_card .input_box .input_wrap input {
  width: 100%;
  font-size: 17px;
  color: #242424;
  font-weight: 600;
}
.form_section .form_card .input_box .input_wrap input::placeholder {
  color: #AAAAAA;
}
.form_section .form_card .input_box .btn_group {
  display: flex;
  gap: 10px;
}
.form_section .form_card .input_box .btn_group .custom_radio {
  flex: 1;
  cursor: pointer;
}
.form_section .form_card .input_box .btn_group .custom_radio input[type=radio] {
  display: none;
}
.form_section .form_card .input_box .btn_group .custom_radio input[type=radio]:checked + .btn_text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-color: #D91B2F;
  color: white;
}
.form_section .form_card .input_box .btn_group .custom_radio .btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
  border-radius: 7px;
  font-size: 17px;
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  color: #777777;
  transition: all 0.2s;
}
.form_section .form_card .agree_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 11px;
}
.form_section .form_card .agree_box .agree_row label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.form_section .form_card .agree_box .agree_row label input {
  display: none;
}
.form_section .form_card .agree_box .agree_row label input:checked + .check_mark {
  background: #555555;
}
.form_section .form_card .agree_box .agree_row label input:checked + .check_mark::after {
  content: "";
  width: 11px;
  height: 9px;
  background: white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.form_section .form_card .agree_box .agree_row label .check_mark {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_section .form_card .agree_box .agree_row label .txt {
  color: #797979;
  font-size: 17px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
}
.form_section .form_card .agree_box .agree_row label .txt a {
  color: inherit;
}
.form_section .form_card .btn_final_submit {
  padding: 26px 54px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  border-radius: 7px;
  color: white;
  font-size: 20px;
  font-family: "Bitgoeul_Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.1em;
}
.form_section .form_card .btn_final_submit span {
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  margin-left: 10px;
}

/* ==========================================
   PC
========================================== */
@media (max-width: 1919px) {
  .inner {
    max-width: 1320px;
    margin: 0 auto;
  }

  .tit_area,
.tit_group,
.tit_txt,
.card_btm,
.txt_wrap,
.item_desc,
.card_desc,
.review_txt,
.review_tit,
.q_txt,
.a_inner,
.desc,
.headline,
.point_txt,
.sub_tit,
.main_tit,
.top_sub,
.btm_sub {
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.3;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1599px) {
  .inner {
    max-width: none;
    padding: 0 100px;
    margin: 0 auto;
  }

  .header .gnb {
    gap: 30px;
  }
  .header .gnb a {
    font-size: 20px;
  }

  .util_menu {
    right: 15px;
    width: 220px;
  }
  .util_menu .quote_box {
    padding: 24px 20px 36px;
  }
  .util_menu .quote_header h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .util_menu .quote_form .input_group .input_wrap {
    padding: 10px 14px;
  }
  .util_menu .quote_form .input_group .input_wrap input {
    font-size: 14px;
  }
  .util_menu .quote_form .method_group strong {
    font-size: 16px;
  }
  .util_menu .quote_form .method_group .radios {
    gap: 14px;
  }
  .util_menu .quote_form .method_group .radios label .txt {
    font-size: 14px;
  }
  .util_menu .quote_form .btn_submit {
    padding: 12px 18px;
    font-size: 18px;
  }
  .util_menu .quick_links a {
    padding: 10px 20px;
  }
  .util_menu .quick_links a.link_call {
    height: 70px;
  }
  .util_menu .quick_links a.link_call .info strong {
    font-size: 18px;
  }
  .util_menu .quick_links a.link_kakao {
    height: 65px;
  }
  .util_menu .quick_links a.link_kakao .info strong {
    font-size: 16px;
  }

  .main_visual {
    min-width: 0;
    height: 850px;
  }
  .main_visual .badge {
    left: 0;
    top: 90px;
    font-size: 24px;
    padding: 12px 26px;
  }
  .main_visual .headline {
    left: 0;
    top: 175px;
    font-size: 54px;
    line-height: 70px;
  }
  .main_visual .desc {
    left: 0;
    top: 420px;
    width: 600px;
    font-size: 20px;
    line-height: 34px;
  }
  .main_visual .img_items {
    right: 5%;
    top: 60px;
    max-width: 950px;
  }
  .main_visual .point_txt {
    right: 100px;
    bottom: 100px;
    font-size: 40px;
    line-height: 54px;
  }

  .top_cars .content_wrap {
    gap: 40px;
  }
  .top_cars .viewer_box {
    padding: 30px 30px 50px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 100px;
  }
  .top_cars .viewer_box .info_top .car_name {
    gap: 0;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 26px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 320px;
    height: 160px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 30px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 24px;
    padding: 16px 50px;
  }
  .top_cars .viewer_box .btn_wrap .notice {
    font-size: 26px;
  }
  .top_cars .list_wrap .list_item {
    height: 120px;
  }
  .top_cars .list_wrap .list_item img {
    width: 160px;
    height: 120px;
  }
  .top_cars .list_wrap .list_item .txt_info span {
    font-size: 18px;
  }
  .top_cars .list_wrap .list_item .txt_info strong {
    font-size: 22px;
  }
  .top_cars .list_wrap .list_item .badge_stock {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 1499px) {
  .estimate_section {
    padding: 80px 0 90px;
  }
  .estimate_section .top_tit_area {
    padding: 0 20px;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 24px;
    line-height: 36px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 48px;
    line-height: 68px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    width: 285px;
    height: 202px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    left: -125px;
    bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }
  .estimate_section .content_box {
    flex-wrap: wrap;
    padding: 30px;
    gap: 20px;
  }
  .estimate_section .stats_wrap {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 36px 20px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 18px;
    line-height: 28px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 28px;
    line-height: 42px;
  }
  .estimate_section .rolling_wrap {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    height: 430px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 60px;
  }
  .estimate_section .rolling_wrap .list_row span.name,
.estimate_section .rolling_wrap .list_row span.car,
.estimate_section .rolling_wrap .list_row span.status {
    font-size: 17px;
  }
  .estimate_section .form_wrap {
    width: 100%;
    padding: 36px 28px;
    flex-direction: column;
    gap: 20px;
  }
  .estimate_section .form_wrap h3 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
  }
  .estimate_section .form_wrap .input_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }
  .estimate_section .form_wrap .input_list input {
    flex: 1;
    padding: 14px 16px;
    font-size: 16px;
  }
  .estimate_section .form_wrap .agree_check {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
  }
  .estimate_section .form_wrap .btn_submit {
    width: 100%;
    height: 58px;
    font-size: 20px;
    padding: 0;
  }
}
@media (max-width: 1319px) {
  .inner {
    max-width: none;
    padding: 0 80px;
    margin: 0 auto;
  }

  .header {
    height: 80px;
    padding: 18px 0;
  }
  .header .logo img {
    height: 40px;
  }
  .header .gnb {
    gap: 30px;
  }
  .header .gnb a {
    font-size: 18px;
  }

  .util_menu {
    width: 200px;
  }
  .util_menu .quote_box {
    padding: 20px 16px 30px;
    gap: 16px;
  }
  .util_menu .quote_header h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .util_menu .quote_header img {
    width: 34px;
    height: 34px;
  }
  .util_menu .quote_form {
    gap: 12px;
  }
  .util_menu .quote_form .input_group {
    gap: 5px;
  }
  .util_menu .quote_form .input_group .input_wrap {
    padding: 9px 12px;
  }
  .util_menu .quote_form .input_group .input_wrap input {
    font-size: 13px;
    line-height: 20px;
  }
  .util_menu .quote_form .method_group strong {
    font-size: 15px;
    line-height: 22px;
  }
  .util_menu .quote_form .method_group .radios {
    gap: 10px;
  }
  .util_menu .quote_form .method_group .radios label .txt {
    font-size: 13px;
  }
  .util_menu .quote_form .method_group .radios label .radio_mark {
    width: 15px;
    height: 15px;
  }
  .util_menu .quote_form .agree_group label .check_mark {
    width: 20px;
    height: 20px;
  }
  .util_menu .quote_form .agree_group label .txt {
    font-size: 13px;
  }
  .util_menu .quote_form .btn_submit {
    padding: 11px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .util_menu .quick_links a {
    padding: 10px 16px;
    border-radius: 12px;
  }
  .util_menu .quick_links a .info span {
    font-size: 13px;
  }
  .util_menu .quick_links a.link_call {
    height: 62px;
  }
  .util_menu .quick_links a.link_call .info strong {
    font-size: 16px;
    line-height: 24px;
  }
  .util_menu .quick_links a.link_kakao {
    height: 60px;
  }
  .util_menu .quick_links a.link_kakao .info strong {
    font-size: 14px;
    line-height: 22px;
  }

  .main_visual {
    min-width: 0;
    height: 750px;
    margin-top: 80px;
  }
  .main_visual .badge {
    font-size: 20px;
    padding: 10px 22px;
    line-height: 30px;
  }
  .main_visual .headline {
    font-size: 44px;
    line-height: 60px;
  }
  .main_visual .desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .main_visual .img_items {
    top: 100px;
    right: 80px;
    max-width: 780px;
  }
  .main_visual .point_txt {
    bottom: 80px;
    width: 450px;
    font-size: 34px;
    line-height: 46px;
    padding: 16px 30px;
    margin-left: -30px;
  }

  .rent_lease {
    padding: 80px 0 70px;
  }
  .rent_lease .tit_area {
    margin-bottom: 50px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 26px;
    line-height: 38px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 48px;
    line-height: 68px;
  }
  .rent_lease .feature_area {
    margin-bottom: 60px;
  }
  .rent_lease .cross_line.x_line {
    width: 100%;
  }
  .rent_lease .grid_wrap {
    column-gap: 50px;
    row-gap: 60px;
  }
  .rent_lease .grid_wrap .item .item_tit {
    font-size: 30px;
    line-height: 42px;
  }
  .rent_lease .grid_wrap .item .item_desc {
    font-size: 17px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .rent_lease .grid_wrap .item.left {
    padding-right: 30px;
  }
  .rent_lease .grid_wrap .item.right {
    padding-left: 30px;
  }
  .rent_lease .btm_area .car_img {
    width: 380px;
    height: 190px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 310px;
    padding: 16px 24px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 18px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 36px;
    line-height: 50px;
  }

  .top_cars {
    padding: 80px 0 90px;
  }
  .top_cars .inner {
    gap: 50px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 44px;
    line-height: 62px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .top_cars .content_wrap {
    gap: 30px;
  }
  .top_cars .viewer_box {
    padding: 24px 24px 40px;
  }
  .top_cars .viewer_box .info_top {
    height: 100px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 80px;
    width: 70px;
    line-height: 110px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 22px;
    line-height: 32px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 16px;
    line-height: 24px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 260px;
    height: 130px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 35px;
    line-height: 40px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 22px;
    padding: 14px 40px;
  }
  .top_cars .viewer_box .btn_wrap .notice {
    font-size: 22px;
    line-height: 32px;
  }
  .top_cars .list_wrap .list_item {
    height: 110px;
  }
  .top_cars .list_wrap .list_item .rank_num {
    left: 8%;
    top: 0;
    font-size: 70px;
    width: 50px;
    line-height: normal;
  }
  .top_cars .list_wrap .list_item img {
    margin-left: 10px;
    width: 140px;
    height: 105px;
  }
  .top_cars .list_wrap .list_item .txt_info {
    padding: 0 14px;
  }
  .top_cars .list_wrap .list_item .txt_info span {
    font-size: 16px;
    line-height: 24px;
  }
  .top_cars .list_wrap .list_item .txt_info strong {
    font-size: 20px;
    line-height: 30px;
  }
  .top_cars .list_wrap .list_item .badge_stock {
    font-size: 14px;
    padding: 8px 12px;
  }

  .solution_section {
    padding: 80px 0 100px;
  }
  .solution_section .tit_area {
    margin-bottom: 50px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 48px;
    line-height: 64px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 32px;
    line-height: 44px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 22px;
    line-height: 34px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .solution_section .card_grid .card {
    width: calc(33.333% - 14px);
    padding: 0 30px 30px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 14px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 24px;
    line-height: 36px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 17px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .price_compare {
    padding: 80px 0 100px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 26px;
    line-height: 38px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 44px;
    line-height: 64px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .price_compare .tab_menu {
    width: 500px;
  }
  .price_compare .tab_menu .tab_indicator {
    width: 245px;
  }
  .price_compare .tab_menu.right .tab_indicator {
    transform: translateX(245px);
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 20px;
    padding: 16px 0;
  }
  .price_compare .car_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .price_compare .car_grid .car_card {
    padding: 20px 24px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 20px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 14px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 18px;
  }

  .result_section {
    padding: 100px 0;
  }
  .result_section .left_area {
    width: 400px;
    gap: 40px;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 20px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .result_section .right_area {
    width: 550px;
  }
  .result_section .right_area .review_card {
    width: 420px;
    padding: 24px;
  }
  .result_section .right_area .review_card strong {
    font-size: 18px;
  }
  .result_section .right_area .review_card p {
    font-size: 14px;
    line-height: 22px;
  }
  .result_section .right_area .card1 {
    margin-left: 130px;
  }
  .result_section .right_area .card3 {
    margin-left: 80px;
  }
  .result_section .right_area .card4 {
    margin-left: 20px;
  }
  .result_section .right_area .card5 {
    margin-left: 110px;
  }

  .faq_section {
    padding: 80px 0 70px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 42px;
    line-height: 60px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 19px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .faq_section .faq_list {
    width: 100%;
  }
  .faq_section .faq_list .faq_q {
    padding: 18px 24px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    gap: 16px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 22px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 18px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 30px 50px;
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .form_section {
    padding: 80px 0 90px;
  }
  .form_section .inner {
    width: 100%;
  }
  .form_section .tit_area .main_tit {
    font-size: 46px;
    line-height: 66px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .form_section .form_card {
    padding: 50px 60px;
  }
  .form_section .form_card .input_box .label_txt {
    padding: 14px 0 10px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 15px 20px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    height: 57px;
    font-size: 18px;
  }
  .form_section .form_card .btn_final_submit {
    padding: 22px 44px;
  }
  .form_section .form_card .agree_box {
    gap: 7px;
  }

  .footer {
    padding: 70px 0 100px;
  }
  .footer .inner {
    flex-direction: column;
    gap: 50px;
  }
  .footer .footer_info {
    gap: 30px;
  }
  .footer .footer_info .f_nav {
    gap: 16px;
  }
  .footer .footer_info .f_nav a {
    font-size: 15px;
  }
  .footer .footer_info .f_address p {
    font-size: 14px;
    line-height: 21px;
  }
  .footer .footer_info .f_warning {
    font-size: 14px;
  }
  .footer .footer_cs {
    width: 100%;
  }
  .footer .footer_cs .cs_box {
    flex: 1;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .review_section {
    padding: 80px 0;
  }
  .review_section .tit_area {
    margin-bottom: 60px;
  }
  .review_section .tit_area h2 {
    font-size: 44px;
    line-height: 62px;
  }
  .review_section .tit_area p {
    font-size: 19px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .review_section .review_card {
    width: 340px;
    padding: 30px 24px;
    gap: 30px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 18px;
    line-height: 28px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 16px;
    line-height: 26px;
  }
  .review_section .progress_wrap {
    margin-top: 60px;
  }
  .review_section .progress_wrap .progress_bar {
    width: 600px;
  }

  .logo_section {
    padding: 80px 0 90px;
    gap: 60px;
  }
  .logo_section .tit_area h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 46px;
    line-height: 66px;
  }
  .logo_section .tit_area p {
    font-size: 19px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 110px;
  }
  .logo_section .progress_bar_wrap .progress_bar {
    width: 600px;
  }
}
/* ==========================================
   Tablet
========================================== */
@media (max-width: 1024px) {
  .inner {
    max-width: none;
    padding: 0 50px;
    margin: 0 auto;
  }

  .header {
    height: 74px;
    padding: 16px 0;
  }
  .header .logo img {
    height: 35px;
  }
  .header .gnb {
    gap: 20px;
  }
  .header .gnb a {
    font-size: 18px;
  }

  .util_menu .quote_box {
    display: none;
  }

  .main_visual {
    min-width: 0;
    height: auto;
    margin-top: 74px;
  }
  .main_visual .inner {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 400px;
  }
  .main_visual .badge {
    position: relative;
    left: auto;
    top: auto;
    font-size: 20px;
    padding: 10px 22px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .main_visual .headline {
    position: relative;
    left: auto;
    top: auto;
    font-size: 42px;
    line-height: 56px;
    margin-top: 24px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .main_visual .desc {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 600px;
    font-size: 17px;
    line-height: 30px;
    margin-top: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .main_visual .img_items {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 50px;
    width: 90%;
    max-width: none;
    margin: 0;
    display: block;
  }
  .main_visual .point_txt {
    left: auto;
    right: 50px;
    bottom: 50px;
    font-size: 30px;
    line-height: 42px;
    margin: 20px auto 0;
    padding: 14px 28px;
    margin-left: 0;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: fit-content;
  }

  .rent_lease {
    padding: 60px 0 50px;
  }
  .rent_lease .tit_area {
    gap: 20px;
    margin-bottom: 40px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 36px;
    line-height: 52px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .rent_lease .feature_area {
    margin-bottom: 40px;
  }
  .rent_lease .cross_line {
    display: none;
  }
  .rent_lease .grid_wrap {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }
  .rent_lease .grid_wrap .item {
    gap: 15px;
  }
  .rent_lease .grid_wrap .item.left, .rent_lease .grid_wrap .item.right {
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .rent_lease .grid_wrap .item .item_tit {
    font-size: 26px;
    line-height: 38px;
  }
  .rent_lease .grid_wrap .item .item_desc {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .rent_lease .btm_area {
    margin-top: 20px;
  }
  .rent_lease .btm_area .car_img {
    width: 70%;
    max-width: 380px;
    height: auto;
  }
  .rent_lease .btm_area .discount_banner {
    padding: 14px 24px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 18px;
    line-height: 26px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 34px;
    line-height: 48px;
  }

  .top_cars {
    padding: 60px 0 70px;
  }
  .top_cars .inner {
    gap: 40px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 34px;
    line-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .top_cars .content_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .top_cars .viewer_box {
    width: 100%;
    padding: 30px 30px 40px;
  }
  .top_cars .viewer_box .info_top {
    width: auto;
    min-width: 280px;
    height: auto;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 70px;
    width: 60px;
    line-height: 90px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    width: fit-content;
    font-size: 22px;
    line-height: 32px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    width: fit-content;
    font-size: 16px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 280px;
    height: 140px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 28px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 22px;
    padding: 14px 40px;
  }
  .top_cars .viewer_box .btn_wrap .notice {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .top_cars .list_wrap {
    width: 100%;
  }
  .top_cars .list_wrap .list_item {
    width: 100%;
    height: auto;
    padding: 12px 30px;
  }
  .top_cars .list_wrap .list_item .rank_num {
    font-size: 60px;
    width: 45px;
    line-height: 80px;
  }
  .top_cars .list_wrap .list_item img {
    margin-left: 80px;
    width: 120px;
    height: 90px;
  }
  .top_cars .list_wrap .list_item .txt_info {
    flex: 1;
    padding: 0 12px;
  }
  .top_cars .list_wrap .list_item .txt_info span {
    font-size: 15px;
    line-height: 22px;
  }
  .top_cars .list_wrap .list_item .txt_info strong {
    font-size: 18px;
    line-height: 28px;
  }
  .top_cars .list_wrap .list_item .badge_stock {
    font-size: 13px;
    padding: 6px 10px;
    white-space: nowrap;
  }

  .solution_section {
    padding: 60px 0 70px;
  }
  .solution_section .tit_area {
    margin-bottom: 40px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 36px;
    line-height: 50px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 26px;
    line-height: 38px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .solution_section .card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .solution_section .card_grid .card {
    width: 100%;
    padding: 0 24px 28px;
    gap: 20px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 12px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 22px;
    line-height: 32px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 15px;
    line-height: 26px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .estimate_section {
    padding: 60px 0 70px;
  }
  .estimate_section .top_tit_area {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 36px;
    line-height: 52px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .estimate_section .top_tit_area .tit_img_wrap {
    align-self: flex-end;
    padding-right: 50px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    width: 60vw;
    max-width: 360px;
    height: auto;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    bottom: auto;
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }
  .estimate_section .content_box {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px;
    gap: 20px;
  }
  .estimate_section .stats_wrap {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 8px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 28px;
    line-height: 38px;
  }
  .estimate_section .rolling_wrap {
    width: 100%;
    flex: 0 0 auto;
    height: 300px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 56px;
    padding: 0 14px;
  }
  .estimate_section .rolling_wrap .list_row span.name,
.estimate_section .rolling_wrap .list_row span.car,
.estimate_section .rolling_wrap .list_row span.status {
    font-size: 15px;
  }
  .estimate_section .form_wrap {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 30px 24px;
  }
  .estimate_section .form_wrap h3 {
    width: auto;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .estimate_section .form_wrap .input_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .estimate_section .form_wrap .input_list input {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
  }
  .estimate_section .form_wrap .agree_check {
    margin: 0;
    justify-content: flex-start;
  }
  .estimate_section .form_wrap .btn_submit {
    width: 100%;
    height: 56px;
    font-size: 18px;
    padding: 0;
  }

  .price_compare {
    padding: 60px 0 70px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 22px;
    line-height: 32px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 34px;
    line-height: 50px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 17px;
    line-height: 26px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .price_compare .tab_menu {
    width: 400px;
  }
  .price_compare .tab_menu .tab_indicator {
    width: 195px;
  }
  .price_compare .tab_menu.right .tab_indicator {
    transform: translateX(195px);
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 18px;
    padding: 14px 0;
  }
  .price_compare .car_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .price_compare .car_grid .car_card {
    padding: 18px 20px;
    gap: 14px;
  }
  .price_compare .car_grid .car_card .card_top {
    gap: 20px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 18px;
    line-height: 26px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .card_top .img_box {
    height: 100px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 13px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 17px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 16px;
    padding: 8px 0;
  }

  .result_section {
    padding: 60px 0 70px;
  }
  .result_section .inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .result_section .left_area {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .result_section .left_area .tit_group {
    align-items: center;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 18px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 32px;
    line-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .result_section .left_area .img_wrap {
    max-width: 100%;
  }
  .result_section .right_area {
    width: 100%;
    align-items: center;
  }
  .result_section .right_area .review_card {
    width: 80%;
    padding: 22px;
  }
  .result_section .right_area .review_card strong {
    font-size: 17px;
  }
  .result_section .right_area .review_card p {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .result_section .right_area .card1 {
    margin-left: 10%;
  }
  .result_section .right_area .card2 {
    margin-left: 0;
    margin-top: -20px;
  }
  .result_section .right_area .card3 {
    margin-left: 5%;
    margin-top: -20px;
  }
  .result_section .right_area .card4 {
    margin-left: 2%;
    margin-top: -20px;
  }
  .result_section .right_area .card5 {
    margin-left: 8%;
    margin-top: -20px;
  }

  .review_section {
    padding: 60px 0 70px;
  }
  .review_section .tit_area {
    margin-bottom: 40px;
  }
  .review_section .tit_area h2 {
    font-size: 34px;
    line-height: 50px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .review_section .tit_area p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .review_section .slider_wrap .slider_track {
    padding: 0 50px;
  }
  .review_section .review_card {
    width: 300px;
    padding: 24px 20px;
    gap: 24px;
  }
  .review_section .review_card .card_top {
    gap: 14px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 16px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 13px;
  }
  .review_section .review_card .card_top .img_box {
    height: 130px;
  }
  .review_section .review_card .card_btm {
    gap: 14px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 16px;
    line-height: 26px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 14px;
    line-height: 24px;
  }
  .review_section .progress_wrap {
    margin-top: 40px;
  }
  .review_section .progress_wrap .progress_bar {
    width: 80%;
    max-width: 500px;
  }

  .faq_section {
    padding: 60px 0;
  }
  .faq_section .inner {
    gap: 40px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 32px;
    line-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .faq_section .faq_list {
    width: 100%;
  }
  .faq_section .faq_list .faq_q {
    padding: 16px 20px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    gap: 12px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 20px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 24px 36px;
    font-size: 16px;
    line-height: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .logo_section {
    padding: 60px 0 70px;
    gap: 40px;
  }
  .logo_section .tit_area h2 {
    font-size: 32px;
    line-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .logo_section .tit_area h2 .red {
    font-size: 36px;
    line-height: 52px;
  }
  .logo_section .tit_area p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 100px;
  }
  .logo_section .progress_bar_wrap .progress_bar {
    width: 80%;
    max-width: 500px;
  }

  .form_section {
    padding: 60px 0 70px;
  }
  .form_section .inner {
    gap: 40px;
  }
  .form_section .tit_area .main_tit {
    font-size: 34px;
    line-height: 50px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .form_section .tit_area .sub_tit {
    font-size: 17px;
    line-height: 26px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .form_section .form_card {
    padding: 36px 30px;
  }
  .form_section .form_card .main_form {
    gap: 36px;
  }
  .form_section .form_card .input_grid {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 18px;
    padding: 12px 0 8px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 18px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 16px 20px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 16px;
  }
  .form_section .form_card .input_box .btn_group {
    gap: 8px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    height: 56px;
    font-size: 16px;
  }
  .form_section .form_card .agree_box {
    margin-top: 10px;
    gap: 15px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 15px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 20px;
    padding: 18px 36px;
    width: 100%;
  }

  .footer {
    padding: 50px 0 70px;
  }
  .footer .inner {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer_info {
    gap: 24px;
    text-align: left;
  }
  .footer .footer_info .f_logo_area .f_logo img {
    height: 38px;
  }
  .footer .footer_info .f_nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .footer .footer_info .f_nav a {
    font-size: 14px;
  }
  .footer .footer_info .f_address p {
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .footer .footer_info .f_warning {
    font-size: 13px;
  }
  .footer .footer_cs {
    width: 100%;
    gap: 8px;
  }
  .footer .footer_cs .cs_box {
    width: 50%;
    padding: 20px 24px;
    border-radius: 14px;
  }
  .footer .footer_cs .cs_box .cs_top .cs_title span {
    font-size: 16px;
  }
  .footer .footer_cs .cs_box .cs_top .cs_title strong {
    font-size: 20px !important;
  }
  .footer .footer_cs .cs_box.dark .cs_bottom {
    flex-direction: column;
    gap: 4px;
  }
  .footer .footer_cs .cs_box.dark .cs_bottom strong {
    font-size: 14px;
  }
  .footer .footer_cs .cs_box.dark .cs_bottom p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer_cs .cs_box.yellow .cs_bottom strong {
    font-size: 14px;
  }
  .footer .footer_cs .cs_box.yellow .cs_bottom p {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .header .inner {
    padding: 0 30px;
  }
  .header .gnb a {
    font-size: 16px;
  }

  .footer .footer_cs {
    flex-direction: column;
  }
  .footer .footer_cs .cs_box {
    width: 100%;
  }
}
@media (max-width: 721px) {
  body {
    margin: 0;
    padding-bottom: 140px;
    font-family: "Pretendard", sans-serif;
    -webkit-text-size-adjust: none;
  }

  .inner {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }

  .m_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 135px;
    padding: 30px 40px;
    background: white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  }
  .m_nav .logo {
    width: 276px;
    height: 78px;
  }
  .m_nav .logo img {
    width: 100%;
    height: 100%;
  }
  .m_nav .btn_menu_open {
    width: 46px;
    height: 53px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 46px;
    height: 5.8px;
    background: #000000;
    display: block;
    position: relative;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 5.8px;
    background: #000000;
    left: 0;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -23.2px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -23.2px;
  }

  .m_nav_open {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: white;
  }
  .m_nav_open.active {
    display: block;
  }
  .m_nav_open .menu_header {
    align-self: stretch;
    height: 130px;
    padding: 22px 60px;
    background: #363636;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .m_nav_open .menu_header .btn_menu_close {
    width: 32px;
    height: 31px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
  }
  .m_nav_open .menu_header .btn_menu_close::before, .m_nav_open .menu_header .btn_menu_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 4px;
    background: #ffffff;
  }
  .m_nav_open .menu_header .btn_menu_close::before {
    transform: rotate(45deg);
  }
  .m_nav_open .menu_header .btn_menu_close::after {
    transform: rotate(-45deg);
  }
  .m_nav_open .menu_list {
    width: 100%;
    height: 100%;
    padding: 140px 60px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .m_nav_open .menu_list .menu_link {
    align-self: stretch;
    padding: 36px 0;
    font-size: 36px;
    font-family: "Bitgoeul_Bold";
    letter-spacing: -0.1em;
    font-weight: 400;
    color: #242424;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .m_nav_open .menu_list .menu_link.is_active {
    color: #D91B2F;
  }

  .util_box {
    position: fixed;
    right: 40px;
    bottom: 180px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    z-index: 900;
  }
  .util_box .util_item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  }
  .util_box .util_item.kakao {
    background: #FFF100;
    color: #381E1F;
  }
  .util_box .util_item.call {
    background: #34516A;
    color: #fff;
  }
  .util_box .util_item.call img {
    width: 48px;
  }
  .util_box .util_item img {
    width: 60px;
    margin-bottom: 5px;
  }

  .footer {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
  }
  .footer .footer_inner {
    width: 100%;
    padding: 120px 50px 200px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: white;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    box-sizing: border-box;
  }
  .footer .footer_logo {
    width: 276px;
    height: 78px;
  }
  .footer .footer_links {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    align-content: center;
  }
  .footer .footer_links a {
    color: #666666;
    font-size: 32px;
    font-family: "Bitgoeul_Bold";
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -0.1em;
  }
  .footer .footer_info {
    display: inline;
    color: #666666;
    font-size: 30px;
    font-family: "Pretendard";
    font-weight: 300;
    line-height: 48px;
    font-style: normal;
  }
  .footer .footer_info strong {
    display: inline;
    font-weight: 700;
  }
  .footer .warning_text {
    color: #D91B2F;
    font-size: 28px;
    font-family: "Pretendard";
    font-weight: 600;
    line-height: 39.2px;
  }
  .footer .footer_contact_cards {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11.2px;
  }
  .footer .footer_contact_cards .card {
    flex: 1 1 0;
    padding: 36.4px 30px;
    border-radius: 26.88px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25.2px;
    border: none;
  }
  .footer .footer_contact_cards .card .card_top {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.36px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 30px;
    font-family: "SUIT";
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 32px;
    font-family: "SUIT";
    font-weight: 800;
    line-height: 44.8px;
  }
  .footer .footer_contact_cards .card .line {
    align-self: stretch;
    height: 0px;
    outline: 1.4px solid;
    outline-offset: -0.7px;
  }
  .footer .footer_contact_cards .card .card_bottom {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    align-self: stretch;
    font-size: 26px;
    font-family: "Pretendard";
    font-weight: 700;
    line-height: 36.4px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    align-self: stretch;
    font-size: 26px;
    font-family: "Pretendard";
    font-weight: 300;
    line-height: 41.6px;
    margin: 0;
  }
  .footer .footer_contact_cards .card .card_bottom span {
    font-weight: 400;
  }
  .footer .footer_contact_cards .card.call_card {
    background: #34516A;
    color: #fff;
  }
  .footer .footer_contact_cards .card.call_card .line {
    outline-color: rgba(255, 255, 255, 0.2);
  }
  .footer .footer_contact_cards .card.kakao_card {
    background: #FFF100;
    color: #381E1F;
    align-self: stretch;
  }
  .footer .footer_contact_cards .card.kakao_card .line {
    outline-color: rgba(56, 30, 31, 0.2);
  }
  .footer .footer_contact_cards .card.kakao_card p {
    font-weight: 700;
  }

  .fixed_bottom_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #242B30;
    padding: 40px 0;
    text-align: center;
    z-index: 1000;
  }
  .fixed_bottom_bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-family: "Bitgoeul_Bold", sans-serif;
    letter-spacing: -0.1em;
    font-size: 38px;
    font-weight: bold;
  }
  .fixed_bottom_bar a .red_text, .fixed_bottom_bar a .arrow {
    color: #FF2F44;
  }
  .fixed_bottom_bar a .arrow {
    font-family: SUIT;
  }

  .modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .modal_overlay.active {
    display: flex;
    opacity: 1;
  }
  .modal_overlay .modal_content {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transform: translateY(30px);
    transition: transform 0.3s ease;
  }
  .modal_overlay .modal_content .btn_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent;
  }
  .modal_overlay .modal_content .btn_modal_close::before, .modal_overlay .modal_content .btn_modal_close::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #242424;
  }
  .modal_overlay .modal_content .btn_modal_close::before {
    transform: rotate(45deg);
  }
  .modal_overlay .modal_content .btn_modal_close::after {
    transform: rotate(-45deg);
  }
  .modal_overlay .modal_content .modal_header {
    text-align: center;
    margin-bottom: 25px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 38px;
    color: #242424;
    font-family: "Bitgoeul_Bold";
    margin-bottom: 10px;
    letter-spacing: -0.1em;
  }
  .modal_overlay .modal_content .modal_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    font-size: 25px;
    font-family: "SUIT";
    color: #242424;
  }
  .modal_overlay .modal_content .modal_form .input_item input::placeholder {
    color: #aaa;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 5px 0 15px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  .modal_overlay .modal_content .modal_form .agree_check label input {
    display: none;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 22px;
    height: 22px;
    border: 1px solid #E5E5E5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal_overlay .modal_content .modal_form .agree_check label input:checked + .check_mark {
    background: #D91B2F;
    border-color: #D91B2F;
  }
  .modal_overlay .modal_content .modal_form .agree_check label input:checked + .check_mark::after {
    content: "";
    width: 11px;
    height: 9px;
    background: #fff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 20px;
    color: #7F7F7F;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
    color: #fff;
    border-radius: 7px;
    font-size: 30px;
    font-family: "Bitgoeul_Bold";
    letter-spacing: -0.04em;
  }

  .main_visual {
    margin-top: 135px;
    height: auto;
    min-width: auto;
    padding: 100px 0;
    background: url("../img/mo/main_bg.png") no-repeat center center/cover;
  }
  .main_visual .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 0;
  }
  .main_visual .badge {
    margin-top: 0;
    padding: 18px 4%;
    font-size: 34px;
    line-height: 47.6px;
    letter-spacing: -0.14em;
  }
  .main_visual .headline {
    font-size: 58px;
    line-height: 73.66px;
    margin-top: 0;
    letter-spacing: -0.12em;
  }
  .main_visual .headline .light {
    font-size: 58px;
    line-height: 73.66px;
  }
  .main_visual .desc {
    font-size: 32px;
    line-height: 51.2px;
    margin-top: 0;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 2;
    letter-spacing: -0.06em;
  }
  .main_visual .img_items {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    max-width: none;
    margin: 20px auto;
    z-index: 1;
  }
  .main_visual .point_txt {
    position: relative;
    left: 0;
    bottom: 15px;
    font-size: 52px;
    line-height: 67.6px;
    padding: 0;
    margin: 0 auto;
    z-index: 3;
    width: fit-content;
    text-wrap: nowrap;
  }
  .main_visual .point_txt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 100%;
    background: url("../img/mo/main_bg_point.svg") no-repeat center bottom/contain;
    z-index: -1;
  }

  .rent_lease {
    padding: 100px 0;
    background: url("../img/mo/rentlease_bg.png") no-repeat center bottom/cover;
  }
  .rent_lease .inner {
    gap: 80px;
  }
  .rent_lease .tit_area {
    gap: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 32px;
    line-height: 44.8px;
  }
  .rent_lease .tit_area .line {
    width: 72px;
    height: 6px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 52px;
    line-height: 72.8px;
    letter-spacing: -0.12em;
  }
  .rent_lease .feature_area {
    margin-bottom: 30px;
  }
  .rent_lease .feature_area .cross_line {
    display: none;
  }
  .rent_lease .feature_area .grid_wrap {
    grid-template-columns: 1fr;
    row-gap: 42px;
    padding: 0;
  }
  .rent_lease .feature_area .grid_wrap .item {
    gap: 8px;
    padding: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 42px;
  }
  .rent_lease .feature_area .grid_wrap .item.left, .rent_lease .feature_area .grid_wrap .item.right {
    align-items: flex-start;
    text-align: left;
  }
  .rent_lease .feature_area .grid_wrap .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 40px;
    line-height: 56px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 30px;
    line-height: 48px;
  }
  .rent_lease .btm_area {
    position: relative;
    display: block;
    margin-top: 80px;
    width: 100%;
  }
  .rent_lease .btm_area .car_img {
    margin: 0 auto;
    margin-left: 30px;
    width: 80%;
    max-width: 530px;
    height: auto;
  }
  .rent_lease .btm_area .discount_banner {
    margin: 0;
    position: absolute;
    top: -80px;
    left: calc(100% - 172px);
    right: auto;
    transform: translateX(-50%);
    width: 345px;
    padding: 23.9px 20px;
    background: linear-gradient(90deg, #E10F1B 68%, rgba(225, 15, 27, 0) 100%);
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 30px;
    line-height: 42px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 46px;
    line-height: 64.4px;
  }

  .top_cars {
    padding: 100px 0;
  }
  .top_cars .inner {
    gap: 64px;
  }
  .top_cars .tit_area {
    gap: 10px;
    margin-bottom: 0;
  }
  .top_cars .tit_area .main_tit {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .top_cars .content_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .top_cars .viewer_box {
    width: 100%;
    padding: 70px 40px;
    gap: 30px;
  }
  .top_cars .viewer_box .info_top {
    height: auto;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 11px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    width: 90px;
    font-size: 126px;
    line-height: 126px;
  }
  .top_cars .viewer_box .info_top .car_name {
    gap: 11px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 42px;
    line-height: 58.8px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 26px;
    line-height: 36.4px;
  }
  .top_cars .viewer_box .img_wrap {
    margin: 0;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 381px;
    height: auto;
  }
  .top_cars .viewer_box .price_wrap {
    padding: 0;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 42px;
    line-height: 58.8px;
  }
  .top_cars .viewer_box .btn_wrap {
    margin-top: 0;
    gap: 20px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    padding: 20px 60px;
    font-size: 36px;
    line-height: 50.4px;
    width: auto;
  }
  .top_cars .viewer_box .btn_wrap .notice {
    display: none;
  }
  .top_cars .list_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
  .top_cars .list_wrap .list_item {
    width: calc(50% - 5px);
    background: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 7px;
    letter-spacing: -0.04rem;
    text-align: left;
    height: auto;
  }
  .top_cars .list_wrap .list_item.active {
    outline: 5px solid #D91B2F;
    outline-offset: -5px;
  }
  .top_cars .list_wrap .list_item.list_item:hover:not(.active) {
    transform: none;
  }
  .top_cars .list_wrap .list_item .item_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 85.4px;
    font-size: 126px;
    color: #E5E5E5;
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
    line-height: 126px;
    text-align: center;
  }
  .top_cars .list_wrap .list_item .item_top img {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    width: 100%;
    max-width: 264.6px;
    height: auto;
    margin-left: 0;
  }
  .top_cars .list_wrap .list_item .item_btm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4.2px;
    height: 113.4px;
    justify-content: flex-start;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    color: #242424;
    font-size: 28px;
    font-family: "SUIT", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 39.2px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    color: #D91B2F;
    font-size: 36px;
    font-family: "SUIT", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50.96px;
    white-space: nowrap;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    background: #FFF0F2;
    color: #D91B2F;
    padding: 14px 25.2px;
    border-radius: 9.8px;
    font-size: 25.2px;
    font-family: "SUIT", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 35.28px;
    text-align: right;
    margin: 0;
  }

  .solution_section {
    padding: 120px 0;
    background: url("../img/mo/solution_bg.png") no-repeat center bottom/cover;
  }
  .solution_section .inner {
    gap: 80px;
  }
  .solution_section .tit_area {
    margin-bottom: 0;
    gap: 25px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 60px;
    line-height: 84px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 42px;
    line-height: 58.8px;
    letter-spacing: -0.06em;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 32px;
    line-height: 51.2px;
  }
  .solution_section .card_grid {
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .solution_section .card_grid .card {
    width: 85%;
    padding: 0 30px 56px 30px;
    gap: 42px;
    border-top: 5.6px solid #CF111C;
  }
  .solution_section .card_grid .card .num_badge {
    width: 64.4px;
    height: 64.4px;
    font-size: 30.8px;
    line-height: 43.12px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 14px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 40px;
    line-height: 56px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }

  .estimate_section {
    padding: 100px 0 120px;
    background-image: url("../img/mo/estimate_bg.png");
  }
  .estimate_section .inner {
    gap: 0;
  }
  .estimate_section .top_tit_area {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 26px;
  }
  .estimate_section .top_tit_area .tit_txt {
    gap: 10px;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 32px;
    line-height: 51.2px;
    color: #D91B2F;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 60px;
    line-height: 84px;
  }
  .estimate_section .top_tit_area .tit_img_wrap {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
    gap: 0;
    padding-right: 0;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 52px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 0;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: none;
    gap: 0;
  }
  .estimate_section .content_box {
    flex-direction: column;
    padding: 0;
    background: transparent;
    gap: 0;
    margin-top: 0;
  }
  .estimate_section .stats_wrap {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
  .estimate_section .stats_wrap .stat_item {
    flex-direction: row;
    width: 100%;
    padding: 35px 40px;
    border-radius: 0;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 28px;
    line-height: 44.8px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 42px;
    line-height: 58.8px;
  }
  .estimate_section .rolling_wrap {
    width: 100%;
    height: 675px;
    border-radius: 0;
    background: #F7F7F7;
    padding: 40px;
  }
  .estimate_section .rolling_wrap .rolling_list {
    background: #F4F5F9;
    gap: 5px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 95px;
    padding: 15px 28px;
  }
  .estimate_section .rolling_wrap .list_row span.name, .estimate_section .rolling_wrap .list_row span.car {
    font-size: 28px;
    line-height: 39.2px;
  }
  .estimate_section .rolling_wrap .list_row span.status {
    font-size: 28px;
    line-height: 39.2px;
  }
  .estimate_section .form_wrap {
    padding: 70px 40px;
    gap: 35px;
    border-radius: 0;
  }
  .estimate_section .form_wrap h3 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
  }
  .estimate_section .form_wrap .input_list {
    gap: 4px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 28px 20px;
    font-size: 28px;
    line-height: 42px;
  }
  .estimate_section .form_wrap .agree_check {
    margin: 0;
  }
  .estimate_section .form_wrap .agree_check label {
    gap: 12.75px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 31.86px;
    height: 31.86px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 24px;
    line-height: 33.6px;
  }
  .estimate_section .form_wrap .agree_check label input:checked + .check_mark::after {
    width: 15.93px;
    height: 13.09px;
  }
  .estimate_section .form_wrap .btn_submit {
    height: auto;
    padding: 28px 23px;
    font-size: 36px;
    line-height: 50.4px;
  }

  .price_compare {
    padding: 120px 0;
  }
  .price_compare .inner {
    gap: 60px;
  }
  .price_compare .tit_area {
    gap: 10px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 42px;
    line-height: 58.8px;
    letter-spacing: -0.06em;
  }
  .price_compare .tit_area .main_tit {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .price_compare .tab_menu {
    width: 100%;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 32px;
    line-height: 50px;
    padding: 20px 0;
  }
  .price_compare .tab_menu .tab_indicator {
    width: calc(50% - 5px);
  }
  .price_compare .tab_menu.right .tab_indicator {
    transform: translateX(calc(100% + 0px));
  }
  .price_compare .car_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price_compare .car_grid .car_card {
    padding: 60px 50px;
    border-radius: 9.8px;
    border-width: 1.4px;
    gap: 40px;
  }
  .price_compare .car_grid .car_card .card_top {
    gap: 14px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 42px;
    line-height: 58.8px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 27px;
    line-height: 37.8px;
  }
  .price_compare .car_grid .car_card .card_top .img_box {
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .price_compare .car_grid .car_card .card_top .img_box img {
    width: 100%;
    height: auto;
    max-width: 500px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  .price_compare .car_grid .car_card .card_price {
    gap: 10px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 28px;
    line-height: 39.2px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 36px;
    line-height: 50.4px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 32px;
    line-height: 51.2px;
    padding: 20px 40px;
    border-radius: 9.8px;
  }

  .result_section {
    padding: 120px 0;
    background-image: url("../img/mo/result_bg.png");
  }
  .result_section .inner {
    flex-direction: column;
    gap: 70px;
  }
  .result_section .left_area {
    width: 100%;
    gap: 21px;
    text-align: left;
    align-items: flex-start;
  }
  .result_section .left_area .tit_group {
    align-items: flex-start;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 42px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .result_section .left_area .img_wrap {
    display: none;
  }
  .result_section .right_area {
    width: 100%;
    gap: 10px;
  }
  .result_section .right_area .review_card {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 38.42px 48.02px;
    border-radius: 16.13px;
    gap: 19.21px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 35px;
  }
  .result_section .right_area .review_card strong {
    font-size: 36.5px;
    line-height: 51.09px;
    font-family: "Bitgoeul_Bold", sans-serif;
    letter-spacing: -0.1em;
  }
  .result_section .right_area .review_card p {
    font-size: 26.89px;
    line-height: 43.03px;
    font-family: "Bitgoeul_Medium", sans-serif;
    letter-spacing: -0.1em;
  }
  .result_section .img_wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 0;
  }
  .result_section .img_wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 620/452;
  }

  .review_section {
    padding: 120px 0;
  }
  .review_section .tit_area {
    margin-bottom: 0;
    gap: 20px;
  }
  .review_section .tit_area h2 {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .review_section .tit_area h2 span {
    display: block;
  }
  .review_section .tit_area p {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .review_section .slider_wrap {
    margin-top: 100px;
  }
  .review_section .slider_wrap .slider_track {
    padding: 0 50px;
  }
  .review_section .review_card {
    width: 576.24px;
    padding: 67.2px 50.4px;
    border-radius: 11.76px;
    gap: 67.2px;
  }
  .review_section .review_card .card_top {
    gap: 33.6px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 32px;
    line-height: 44.8px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 26px;
    line-height: 41.6px;
  }
  .review_section .review_card .card_top .img_box {
    height: auto;
    border-radius: 11.76px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 475.44px;
    height: 270.48px;
  }
  .review_section .review_card .card_btm {
    gap: 33.6px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 32px;
    line-height: 48px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 30px;
    line-height: 48px;
  }
  .review_section .progress_wrap {
    margin-top: 100px;
  }
  .review_section .progress_wrap .progress_bar {
    width: calc(100% - 100px);
  }

  .faq_section {
    padding: 100px 0;
  }
  .faq_section .inner {
    gap: 60px;
  }
  .faq_section .tit_area {
    gap: 20px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .faq_section .faq_list {
    width: 100%;
    gap: 10px;
  }
  .faq_section .faq_list .faq_q {
    padding: 40px 30px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    width: 90%;
    align-items: flex-start;
    gap: 20px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 32px;
    line-height: 48px;
    font-family: "Bitgoeul_Bold";
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 32px;
    line-height: 48px;
    text-align: left;
    word-break: auto-phrase;
    overflow-wrap: normal;
  }
  .faq_section .faq_list .faq_q .arrow {
    width: 20px;
    height: 20px;
    border-color: #000;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 40px 50px;
    font-size: 30px;
    line-height: 54px;
  }

  .logo_section {
    padding: 130px 0;
    gap: 80px;
  }
  .logo_section .tit_area {
    gap: 20px;
  }
  .logo_section .tit_area h2 {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .logo_section .tit_area h2 .red {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .logo_section .tit_area p {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .logo_section .logo_track_wrap {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }
  .logo_section .logo_track_wrap .logo_track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0;
    gap: 12px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 320px;
    width: auto;
    object-fit: contain;
    max-width: none !important;
    flex-shrink: 0;
    pointer-events: none;
  }
  .logo_section .progress_bar_wrap .progress_bar {
    width: calc(100% - 100px);
  }

  .form_section {
    padding: 120px 0;
    background-image: url("../img/mo/form_bg.png");
  }
  .form_section .inner {
    gap: 60px;
  }
  .form_section .tit_area {
    gap: 20px;
  }
  .form_section .tit_area .main_tit {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: -0.06em;
  }
  .form_section .tit_area .sub_tit {
    font-size: 32px;
    line-height: 1.6;
    font-family: "Bitgoeul_Medium", sans-serif;
  }
  .form_section .form_card {
    width: 100%;
    padding: 70px 50px;
    border-radius: 16px;
  }
  .form_section .form_card .main_form {
    gap: 60px;
  }
  .form_section .form_card .input_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 32px;
    line-height: 48px;
    padding: 18px 0 12px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 32px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 28px 30px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 30px;
    line-height: 45px;
  }
  .form_section .form_card .input_box .btn_group {
    gap: 5px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    height: auto;
    padding: 28px 0;
    font-size: 28px;
    line-height: 42px;
  }
  .form_section .form_card .agree_box {
    margin-top: 40px;
    gap: 10.98px;
  }
  .form_section .form_card .agree_box .agree_row label {
    gap: 12.75px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 31.86px;
    height: 31.86px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 28px;
    line-height: 39.2px;
  }
  .form_section .form_card .agree_box .agree_row label input:checked + .check_mark::after {
    width: 15.93px;
    height: 13.09px;
  }
  .form_section .form_card .btn_final_submit {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    font-size: 32px;
    line-height: 44.8px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .inner {
    padding: 0 40px;
  }

  .m_nav {
    height: 100px;
    padding: 20px 40px;
  }
  .m_nav .logo {
    width: 170px;
    height: 56px;
  }
  .m_nav .btn_menu_open {
    width: 34px;
    height: 40px;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 34px;
    height: 4px;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    width: 34px;
    height: 4px;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -16px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -16px;
  }

  .m_nav_open .menu_header {
    height: 96px;
    padding: 18px 40px;
  }
  .m_nav_open .menu_list {
    padding: 70px 40px;
    gap: 14px;
  }
  .m_nav_open .menu_list .menu_link {
    font-size: 24px;
    padding: 24px 0;
  }

  .util_box {
    right: 16px;
    bottom: 130px;
    gap: 12px;
  }
  .util_box .util_item {
    width: 90px;
    height: 90px;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }
  .util_box .util_item img {
    width: 28px;
    margin-bottom: 3px;
  }
  .util_box .util_item.call img {
    width: 24px;
  }

  .fixed_bottom_bar {
    padding: 25px 0;
  }
  .fixed_bottom_bar a {
    font-size: 24px;
    gap: 6px;
  }

  .main_visual {
    margin-top: 100px;
    padding: 60px 0;
  }
  .main_visual .inner {
    gap: 20px;
  }
  .main_visual .badge {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .main_visual .headline {
    font-size: 30px;
    line-height: 40px;
  }
  .main_visual .headline .light {
    font-size: 30px;
    line-height: 40px;
  }
  .main_visual .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .main_visual .img_items {
    width: 450px;
  }
  .main_visual .point_txt {
    font-size: 24px;
    line-height: 32px;
  }

  .rent_lease {
    padding: 60px 0;
  }
  .rent_lease .inner {
    gap: 40px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 28px;
    line-height: 40px;
  }
  .rent_lease .feature_area .grid_wrap {
    row-gap: 24px;
  }
  .rent_lease .feature_area .grid_wrap .item {
    padding-bottom: 24px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 20px;
    line-height: 30px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 14px;
    line-height: 24px;
  }
  .rent_lease .btm_area {
    margin-top: 40px;
  }
  .rent_lease .btm_area .car_img {
    max-width: 340px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 220px;
    top: -30px;
    left: 70%;
    padding: 14px 14px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 15px;
    line-height: 22px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 26px;
    line-height: 36px;
  }

  .top_cars {
    padding: 60px 0;
  }
  .top_cars .inner {
    gap: 36px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 28px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 16px;
  }
  .top_cars .viewer_box {
    padding: 36px 24px;
    gap: 20px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 350px;
  }
  .top_cars .viewer_box .info_top {
    align-items: center;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 64px;
    line-height: 64px;
    width: 50px;
  }
  .top_cars .viewer_box .info_top .car_name {
    width: fit-content;
    gap: 5px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 22px;
    line-height: 32px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 14px;
    line-height: 20px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 22px;
    line-height: 32px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 18px;
    padding: 14px 36px;
    line-height: 26px;
  }
  .top_cars .list_wrap {
    gap: 8px;
  }
  .top_cars .list_wrap .list_item {
    padding: 16px;
    gap: 14px;
  }
  .top_cars .list_wrap .list_item .item_top {
    align-items: center;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    left: 0;
    font-size: 85px;
    line-height: 56px;
  }
  .top_cars .list_wrap .list_item .item_top img {
    max-width: 200px;
    padding-top: 30px;
  }
  .top_cars .list_wrap .list_item .item_btm {
    align-items: center;
    gap: 10px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info {
    align-items: center;
    height: auto;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    font-size: 14px;
    line-height: 22px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    font-size: 17px;
    line-height: 26px;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
    border-radius: 6px;
  }

  .solution_section {
    padding: 60px 0;
  }
  .solution_section .inner {
    gap: 40px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 28px;
    line-height: 40px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 20px;
    line-height: 30px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 16px;
    line-height: 26px;
  }
  .solution_section .card_grid .card {
    padding: 0 20px 32px;
    gap: 20px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 20px;
    line-height: 30px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 14px;
    line-height: 24px;
  }

  .estimate_section {
    padding: 60px 0;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .estimate_section .top_tit_area .tit_img_wrap {
    justify-content: center;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    margin-left: 30px;
    font-size: 18px;
    line-height: 24px;
    padding: 14px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    margin-left: 50px;
    width: 300px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 20px 20px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 14px;
    line-height: 22px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 22px;
    line-height: 32px;
  }
  .estimate_section .rolling_wrap {
    height: 380px;
    padding: 20px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 54px;
  }
  .estimate_section .rolling_wrap .list_row span.name,
.estimate_section .rolling_wrap .list_row span.car,
.estimate_section .rolling_wrap .list_row span.status {
    font-size: 14px;
    line-height: 20px;
  }
  .estimate_section .form_wrap {
    gap: 20px;
    padding: 36px 24px;
  }
  .estimate_section .form_wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 14px 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 13px;
    line-height: 18px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 20px;
    height: 20px;
  }
  .estimate_section .form_wrap .btn_submit {
    padding: 16px 14px;
    font-size: 18px;
    line-height: 26px;
  }

  .price_compare {
    padding: 60px 0;
  }
  .price_compare .inner {
    gap: 36px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 20px;
    line-height: 28px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 28px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 15px;
    line-height: 24px;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 17px;
    line-height: 26px;
    padding: 12px 0;
  }
  .price_compare .car_grid .car_card {
    padding: 30px 20px;
    gap: 20px;
  }
  .price_compare .car_grid .car_card .card_top .img_box {
    min-height: 170px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 20px;
    line-height: 28px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 14px;
    line-height: 20px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 14px;
    line-height: 20px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 18px;
    line-height: 26px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }

  .result_section {
    padding: 60px 0;
  }
  .result_section .inner {
    gap: 36px;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 18px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .result_section .right_area .review_card {
    padding: 20px 24px;
    gap: 15px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 18px;
  }
  .result_section .right_area .review_card strong {
    font-size: 18px;
    line-height: 26px;
  }
  .result_section .right_area .review_card p {
    font-size: 14px;
    line-height: 22px;
  }

  .review_section {
    padding: 60px 0;
  }
  .review_section .tit_area {
    gap: 10px;
  }
  .review_section .tit_area span {
    display: block;
  }
  .review_section .tit_area h2 {
    font-size: 28px;
  }
  .review_section .tit_area p {
    font-size: 16px;
  }
  .review_section .slider_wrap {
    margin-top: 40px;
  }
  .review_section .review_card {
    width: 280px;
    padding: 24px 20px;
    gap: 24px;
  }
  .review_section .review_card .card_top {
    gap: 14px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 15px;
    line-height: 22px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 13px;
    line-height: 20px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 240px;
    height: 136px;
  }
  .review_section .review_card .card_btm {
    gap: 14px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 14px;
    line-height: 24px;
  }
  .review_section .progress_wrap {
    margin-top: 40px;
  }

  .faq_section {
    padding: 60px 0;
  }
  .faq_section .inner {
    gap: 36px;
  }
  .faq_section .tit_area {
    gap: 10px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 28px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 16px;
  }
  .faq_section .faq_list .faq_q {
    padding: 18px 16px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 18px;
    line-height: 26px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq_section .faq_list .faq_q .arrow {
    width: 12px;
    height: 12px;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 20px 28px;
    font-size: 15px;
    line-height: 26px;
  }

  .logo_section {
    padding: 60px 0;
    gap: 40px;
  }
  .logo_section .tit_area {
    gap: 10px;
  }
  .logo_section .tit_area h2 {
    font-size: 28px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 28px;
  }
  .logo_section .tit_area p {
    font-size: 16px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 140px;
  }

  .form_section {
    padding: 60px 0;
  }
  .form_section .inner {
    gap: 36px;
  }
  .form_section .tit_area {
    gap: 10px;
  }
  .form_section .tit_area .main_tit {
    font-size: 28px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 16px;
  }
  .form_section .form_card {
    padding: 36px 24px;
  }
  .form_section .form_card .main_form {
    gap: 30px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 6px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 16px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 14px 16px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 16px;
    line-height: 24px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    padding: 14px 0;
    font-size: 15px;
    line-height: 22px;
  }
  .form_section .form_card .agree_box {
    margin-top: 16px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 20px;
    height: 20px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 18px;
    line-height: 26px;
    padding: 16px 0;
  }

  .footer .footer_inner {
    padding: 60px 40px 130px;
    gap: 30px;
  }
  .footer .footer_logo {
    width: 180px;
    height: 51px;
  }
  .footer .footer_links {
    gap: 16px;
  }
  .footer .footer_links a {
    font-size: 16px;
  }
  .footer .footer_info {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .warning_text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_contact_cards .card {
    padding: 20px 18px;
    border-radius: 14px;
    gap: 14px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 17px;
    line-height: 24px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    font-size: 14px;
    line-height: 22px;
  }

  .modal_overlay .modal_content {
    padding: 30px 24px;
    border-radius: 14px;
  }
  .modal_overlay .modal_content .modal_header {
    margin-bottom: 18px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 22px;
  }
  .modal_overlay .modal_content .modal_form {
    gap: 12px;
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    padding: 14px 16px;
    font-size: 16px;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 4px 0 10px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 14px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 20px;
    height: 20px;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    padding: 16px 0;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .inner {
    padding: 0 30px;
  }

  .m_nav {
    height: 56px;
    padding: 12px 30px;
  }
  .m_nav .logo {
    width: 130px;
    height: 37px;
  }
  .m_nav .btn_menu_open {
    width: 26px;
    height: 30px;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 26px;
    height: 3px;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    width: 26px;
    height: 3px;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -10px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -10px;
  }

  .m_nav_open .menu_header {
    height: 54px;
    padding: 10px 24px;
  }
  .m_nav_open .menu_header .btn_menu_close {
    width: 22px;
    height: 22px;
  }
  .m_nav_open .menu_header .btn_menu_close::before, .m_nav_open .menu_header .btn_menu_close::after {
    width: 22px;
    height: 2px;
  }
  .m_nav_open .menu_list {
    padding: 40px 24px;
    gap: 8px;
  }
  .m_nav_open .menu_list .menu_link {
    font-size: 18px;
    padding: 16px 0;
  }

  .util_box {
    right: 16px;
    bottom: 130px;
    gap: 12px;
  }
  .util_box .util_item {
    width: 80px;
    height: 80px;
    font-size: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }
  .util_box .util_item img {
    width: 28px;
    margin-bottom: 3px;
  }
  .util_box .util_item.call img {
    width: 24px;
  }

  .fixed_bottom_bar {
    padding: 20px 0;
  }
  .fixed_bottom_bar a {
    font-size: 20px;
  }

  .main_visual {
    margin-top: 56px;
    padding: 40px 0;
  }
  .main_visual .badge {
    padding: 8px 14px;
    font-size: 13px;
    line-height: 18px;
  }
  .main_visual .headline {
    font-size: 24px;
    line-height: 33px;
  }
  .main_visual .headline .light {
    font-size: 24px;
    line-height: 33px;
  }
  .main_visual .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .main_visual .point_txt {
    font-size: 20px;
    line-height: 28px;
  }

  .rent_lease {
    padding: 50px 0;
  }
  .rent_lease .inner {
    gap: 36px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 14px;
    line-height: 20px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 24px;
    line-height: 34px;
  }
  .rent_lease .feature_area .grid_wrap {
    row-gap: 20px;
  }
  .rent_lease .feature_area .grid_wrap .item {
    padding-bottom: 20px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 18px;
    line-height: 26px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 13px;
    line-height: 22px;
  }
  .rent_lease .btm_area {
    margin-top: 32px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 180px;
    padding: 12px 10px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 13px;
    line-height: 18px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 22px;
    line-height: 30px;
  }

  .top_cars {
    padding: 50px 0;
  }
  .top_cars .inner {
    gap: 30px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 24px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 14px;
  }
  .top_cars .viewer_box {
    padding: 28px 20px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 52px;
    line-height: 52px;
    width: 42px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 18px;
    line-height: 26px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 13px;
    line-height: 18px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 20px;
    line-height: 28px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 16px;
    padding: 12px 30px;
    line-height: 22px;
  }
  .top_cars .list_wrap .list_item {
    padding: 14px;
    gap: 12px;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    font-size: 48px;
    line-height: 48px;
  }
  .top_cars .list_wrap .list_item .item_top img {
    padding-top: 24px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    font-size: 13px;
    line-height: 20px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    font-size: 15px;
    line-height: 22px;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
  }

  .solution_section {
    padding: 50px 0;
  }
  .solution_section .inner {
    gap: 36px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 24px;
    line-height: 34px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 17px;
    line-height: 26px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 14px;
    line-height: 22px;
  }
  .solution_section .card_grid .card {
    padding: 0 16px 24px;
    gap: 16px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 18px;
    line-height: 26px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 13px;
    line-height: 22px;
  }

  .estimate_section {
    padding: 50px 0;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 14px;
    line-height: 22px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    margin-left: 50px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    border-radius: 10px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    width: 250px;
    margin-left: 90px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 16px 16px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 13px;
    line-height: 20px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 20px;
    line-height: 28px;
  }
  .estimate_section .rolling_wrap {
    height: 320px;
    padding: 16px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 46px;
  }
  .estimate_section .rolling_wrap .list_row span.name,
.estimate_section .rolling_wrap .list_row span.car,
.estimate_section .rolling_wrap .list_row span.status {
    font-size: 13px;
    line-height: 18px;
  }
  .estimate_section .form_wrap {
    padding: 28px 20px;
  }
  .estimate_section .form_wrap h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 12px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 18px;
    height: 18px;
  }
  .estimate_section .form_wrap .btn_submit {
    padding: 14px 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .price_compare {
    padding: 50px 0;
  }
  .price_compare .inner {
    gap: 30px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 17px;
    line-height: 24px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 24px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 14px;
    line-height: 22px;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0;
  }
  .price_compare .car_grid .car_card {
    padding: 24px 16px;
    gap: 16px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 18px;
    line-height: 26px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 17px;
    line-height: 24px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 16px;
  }

  .result_section {
    padding: 50px 0;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 16px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .result_section .right_area .review_card {
    padding: 16px 20px;
    gap: 10px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 16px;
  }
  .result_section .right_area .review_card strong {
    font-size: 16px;
    line-height: 24px;
  }
  .result_section .right_area .review_card p {
    font-size: 13px;
    line-height: 20px;
  }

  .review_section {
    padding: 50px 0;
  }
  .review_section .tit_area h2 {
    font-size: 24px;
  }
  .review_section .tit_area p {
    font-size: 14px;
  }
  .review_section .slider_wrap {
    margin-top: 32px;
  }
  .review_section .review_card {
    width: 260px;
    padding: 20px 16px;
    gap: 20px;
  }
  .review_section .review_card .card_top {
    gap: 12px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 14px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 12px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 228px;
    height: 130px;
  }
  .review_section .review_card .card_btm {
    gap: 12px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 15px;
    line-height: 22px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 14px;
    line-height: 22px;
  }
  .review_section .progress_wrap {
    margin-top: 32px;
  }

  .faq_section {
    padding: 50px 0;
  }
  .faq_section .inner {
    gap: 30px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 24px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 14px;
  }
  .faq_section .faq_list .faq_q {
    padding: 14px 14px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 16px;
    line-height: 22px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 15px;
    line-height: 22px;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .logo_section {
    padding: 50px 0;
    gap: 30px;
  }
  .logo_section .tit_area h2 {
    font-size: 24px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 24px;
  }
  .logo_section .tit_area p {
    font-size: 14px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 120px;
  }

  .form_section {
    padding: 50px 0;
  }
  .form_section .inner {
    gap: 30px;
  }
  .form_section .tit_area .main_tit {
    font-size: 24px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 14px;
  }
  .form_section .form_card {
    padding: 28px 20px;
  }
  .form_section .form_card .main_form {
    gap: 24px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 0 5px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 15px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 12px 14px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 15px;
    line-height: 22px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .form_section .form_card .agree_box {
    margin-top: 14px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 13px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 18px;
    height: 18px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
  }

  .footer .footer_inner {
    padding: 50px 30px 100px;
    gap: 24px;
  }
  .footer .footer_logo {
    width: 130px;
    height: 37px;
  }
  .footer .footer_links {
    gap: 14px;
  }
  .footer .footer_links a {
    font-size: 14px;
  }
  .footer .footer_info {
    font-size: 13px;
    line-height: 22px;
  }
  .footer .warning_text {
    font-size: 13px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card {
    padding: 16px 14px;
    border-radius: 12px;
    gap: 12px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    font-size: 13px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    font-size: 13px;
    line-height: 20px;
  }

  .modal_overlay .inner {
    padding: 0 24px;
  }
  .modal_overlay .modal_content {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .modal_overlay .modal_content .btn_modal_close {
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
  .modal_overlay .modal_content .btn_modal_close::before, .modal_overlay .modal_content .btn_modal_close::after {
    width: 24px;
    top: 11px;
  }
  .modal_overlay .modal_content .modal_header {
    margin-bottom: 16px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 20px;
  }
  .modal_overlay .modal_content .modal_form {
    gap: 10px;
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    padding: 12px 14px;
    font-size: 15px;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 3px 0 8px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 13px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 18px;
    height: 18px;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    padding: 14px 0;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inner {
    padding: 0 20px;
  }

  body {
    padding-bottom: 56px;
  }

  .m_nav {
    height: 50px;
    padding: 10px 20px;
  }
  .m_nav .logo {
    width: 110px;
    height: 31px;
  }
  .m_nav .btn_menu_open {
    width: 22px;
    height: 24px;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 22px;
    height: 2.5px;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    width: 22px;
    height: 2.5px;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -8px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -8px;
  }

  .m_nav_open .menu_header {
    height: 48px;
    padding: 8px 20px;
  }
  .m_nav_open .menu_header .btn_menu_close {
    width: 20px;
    height: 20px;
  }
  .m_nav_open .menu_header .btn_menu_close::before, .m_nav_open .menu_header .btn_menu_close::after {
    width: 20px;
    height: 2px;
  }
  .m_nav_open .menu_list {
    padding: 30px 20px;
    gap: 6px;
  }
  .m_nav_open .menu_list .menu_link {
    font-size: 16px;
    padding: 14px 0;
  }

  .util_box {
    right: 10px;
    bottom: 68px;
    gap: 8px;
  }
  .util_box .util_item {
    width: 65px;
    height: 65px;
    font-size: 12px;
  }
  .util_box .util_item img {
    width: 20px;
    margin-bottom: 1px;
  }
  .util_box .util_item.call img {
    width: 16px;
  }

  .fixed_bottom_bar {
    padding: 15px 0;
  }
  .fixed_bottom_bar a {
    font-size: 16px;
    gap: 4px;
  }

  .main_visual {
    margin-top: 50px;
    padding: 30px 0;
  }
  .main_visual .inner {
    gap: 15px;
  }
  .main_visual .badge {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .main_visual .headline {
    font-size: 26px;
    line-height: 36px;
  }
  .main_visual .desc {
    font-size: 15px;
    line-height: 22px;
  }
  .main_visual .img_items {
    width: 350px;
  }
  .main_visual .point_txt {
    bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .rent_lease {
    padding: 40px 0;
  }
  .rent_lease .inner {
    gap: 28px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 14px;
    line-height: 20px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .rent_lease .tit_area .line {
    width: 40px;
    height: 3px;
  }
  .rent_lease .feature_area .grid_wrap {
    row-gap: 16px;
  }
  .rent_lease .feature_area .grid_wrap .item {
    padding-bottom: 16px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 13px;
    line-height: 20px;
  }
  .rent_lease .btm_area {
    margin-top: 24px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 160px;
    padding: 10px 8px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 12px;
    line-height: 16px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 18px;
    line-height: 26px;
  }

  .top_cars {
    padding: 40px 0;
  }
  .top_cars .inner {
    gap: 24px;
  }
  .top_cars .content_wrap {
    gap: 15px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 14px;
  }
  .top_cars .viewer_box {
    padding: 22px 16px;
    gap: 10px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 42px;
    line-height: 42px;
    width: 34px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 16px;
    line-height: 22px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 13px;
    line-height: 18px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 180px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 18px;
    line-height: 26px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 15px;
    padding: 10px 24px;
    line-height: 22px;
  }
  .top_cars .list_wrap {
    gap: 6px;
  }
  .top_cars .list_wrap .list_item {
    padding: 12px;
    gap: 10px;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    left: -10px;
    top: 15px;
    font-size: 40px;
    line-height: 40px;
  }
  .top_cars .list_wrap .list_item .item_top img {
    padding-top: 20px;
    max-width: 120px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    font-size: 12px;
    line-height: 18px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    font-size: 15px;
    line-height: 22px;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .top_cars .list_wrap .list_item.active {
    outline-width: 3px;
    outline-offset: -3px;
  }

  .solution_section {
    padding: 40px 0;
  }
  .solution_section .inner {
    gap: 28px;
  }
  .solution_section .tit_area {
    gap: 10px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 16px;
    line-height: 24px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 14px;
    line-height: 22px;
  }
  .solution_section .card_grid .card {
    padding: 0 14px 20px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 10px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 16px;
    line-height: 24px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 13px;
    line-height: 20px;
  }

  .estimate_section {
    padding: 40px 0;
  }
  .estimate_section .top_tit_area .tit_txt {
    gap: 5px;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    margin-left: 50px;
    width: 200px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 14px 14px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 13px;
    line-height: 18px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 18px;
    line-height: 26px;
  }
  .estimate_section .rolling_wrap {
    height: 280px;
    padding: 12px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 40px;
    padding: 0 10px;
  }
  .estimate_section .rolling_wrap .list_row span.name, .estimate_section .rolling_wrap .list_row span.car, .estimate_section .rolling_wrap .list_row span.status {
    font-size: 13px;
    line-height: 18px;
  }
  .estimate_section .form_wrap {
    padding: 24px 16px;
    gap: 15px;
    /* iOS 확대 방지: input 16px 고정 */
  }
  .estimate_section .form_wrap h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 12px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 16px;
    height: 16px;
  }
  .estimate_section .form_wrap .btn_submit {
    padding: 12px 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .price_compare {
    padding: 40px 0;
  }
  .price_compare .inner {
    gap: 24px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 15px;
    line-height: 22px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 13px;
    line-height: 20px;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 15px;
    line-height: 22px;
    padding: 9px 0;
  }
  .price_compare .car_grid .car_card {
    padding: 20px 14px;
    gap: 14px;
  }
  .price_compare .car_grid .car_card .card_top .img_box {
    min-height: 135px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap {
    gap: 5px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 16px;
    line-height: 22px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 16px;
    line-height: 24px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 14px;
  }

  .result_section {
    padding: 40px 0;
  }
  .result_section .inner {
    gap: 28px;
  }
  .result_section .left_area .tit_group {
    gap: 10px;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 15px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .result_section .right_area .review_card {
    padding: 14px 16px;
    gap: 8px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 14px;
  }
  .result_section .right_area .review_card strong {
    font-size: 16px;
    line-height: 24px;
  }
  .result_section .right_area .review_card p {
    font-size: 13px;
    line-height: 20px;
  }

  .review_section {
    padding: 40px 0;
  }
  .review_section .tit_area h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .review_section .tit_area p {
    font-size: 14px;
  }
  .review_section .slider_wrap {
    margin-top: 24px;
  }
  .review_section .review_card {
    width: 230px;
    padding: 18px 14px;
    gap: 18px;
  }
  .review_section .review_card .card_top {
    gap: 10px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 14px;
    line-height: 20px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 12px;
    line-height: 18px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 200px;
    height: 114px;
  }
  .review_section .review_card .card_btm {
    gap: 10px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 15px;
    line-height: 22px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 13px;
    line-height: 20px;
  }
  .review_section .progress_wrap {
    margin-top: 24px;
  }

  .faq_section {
    padding: 40px 0;
  }
  .faq_section .inner {
    gap: 24px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 14px;
  }
  .faq_section .faq_list .faq_q {
    padding: 12px 12px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    gap: 8px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 15px;
    line-height: 22px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 15px;
    line-height: 22px;
  }
  .faq_section .faq_list .faq_q .arrow {
    width: 10px;
    height: 10px;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .logo_section {
    padding: 40px 0;
    gap: 24px;
  }
  .logo_section .tit_area h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 25px;
    line-height: 35px;
  }
  .logo_section .tit_area p {
    font-size: 14px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 100px;
  }

  .form_section {
    padding: 40px 0;
  }
  .form_section .inner {
    gap: 24px;
  }
  .form_section .tit_area .main_tit {
    font-size: 25px;
    line-height: 35px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 14px;
  }
  .form_section .form_card {
    padding: 24px 16px;
  }
  .form_section .form_card .input_grid {
    gap: 15px;
  }
  .form_section .form_card .main_form {
    gap: 20px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0 4px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 14px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 10px 12px;
    /* iOS 확대 방지: input 16px 고정 */
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 16px;
    line-height: 22px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .form_section .form_card .agree_box {
    margin-top: 12px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 13px;
    line-height: 18px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 16px;
    height: 16px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 0;
  }

  .footer .footer_inner {
    padding: 40px 20px 80px;
    gap: 20px;
  }
  .footer .footer_logo {
    width: 110px;
    height: 31px;
  }
  .footer .footer_links {
    gap: 12px;
  }
  .footer .footer_links a {
    font-size: 13px;
  }
  .footer .footer_info {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .warning_text {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card {
    padding: 14px 12px;
    border-radius: 10px;
    gap: 10px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 13px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    font-size: 12px;
    line-height: 18px;
  }

  .modal_overlay .inner {
    padding: 0 16px;
  }
  .modal_overlay .modal_content {
    padding: 20px 16px;
    border-radius: 10px;
  }
  .modal_overlay .modal_content .btn_modal_close {
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
  }
  .modal_overlay .modal_content .btn_modal_close::before, .modal_overlay .modal_content .btn_modal_close::after {
    width: 22px;
    top: 10px;
  }
  .modal_overlay .modal_content .modal_header {
    margin-bottom: 14px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 18px;
  }
  .modal_overlay .modal_content .modal_form {
    gap: 8px;
    /* iOS 확대 방지: input 16px 고정 */
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    padding: 10px 12px;
    font-size: 16px;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 2px 0 6px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 13px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 16px;
    height: 16px;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    padding: 12px 0;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .inner {
    padding: 0 15px;
  }

  body {
    padding-bottom: 48px;
  }

  .m_nav {
    height: 44px;
    padding: 8px 15px;
  }
  .m_nav .logo {
    width: 92px;
    height: 26px;
  }
  .m_nav .btn_menu_open {
    width: 19px;
    height: 20px;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 19px;
    height: 2px;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    width: 19px;
    height: 2px;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -7px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -7px;
  }

  .m_nav_open .menu_header {
    height: 42px;
    padding: 7px 16px;
  }
  .m_nav_open .menu_header .btn_menu_close {
    width: 18px;
    height: 18px;
  }
  .m_nav_open .menu_header .btn_menu_close::before, .m_nav_open .menu_header .btn_menu_close::after {
    width: 18px;
    height: 2px;
  }
  .m_nav_open .menu_list {
    padding: 24px 16px;
    gap: 4px;
  }
  .m_nav_open .menu_list .menu_link {
    font-size: 16px;
    padding: 12px 0;
  }

  .util_box {
    right: 8px;
    bottom: 58px;
    gap: 6px;
  }
  .util_box .util_item {
    width: 45px;
    height: 45px;
  }
  .util_box .util_item span {
    display: none;
  }
  .util_box .util_item img {
    width: 22px;
    margin-bottom: 1px;
  }
  .util_box .util_item.call img {
    width: 18px;
  }

  .fixed_bottom_bar {
    padding: 10px 0;
  }
  .fixed_bottom_bar a {
    font-size: 14px;
    gap: 3px;
  }

  .main_visual {
    margin-top: 44px;
    padding: 24px 0;
  }
  .main_visual .inner {
    gap: 15px;
  }
  .main_visual .badge {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .main_visual .headline {
    font-size: 24px;
    line-height: 32px;
  }
  .main_visual .headline .light {
    font-size: 24px;
    line-height: 32px;
  }
  .main_visual .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .main_visual .img_items {
    width: 280px;
  }
  .main_visual .point_txt {
    font-size: 18px;
    line-height: 24px;
  }

  .rent_lease {
    padding: 32px 0;
  }
  .rent_lease .inner {
    gap: 22px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 13px;
    line-height: 18px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .rent_lease .tit_area .line {
    width: 34px;
    height: 3px;
  }
  .rent_lease .feature_area .grid_wrap {
    row-gap: 14px;
  }
  .rent_lease .feature_area .grid_wrap .item {
    padding-bottom: 14px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 15px;
    line-height: 22px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 12px;
    line-height: 18px;
  }
  .rent_lease .btm_area {
    margin-top: 20px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 140px;
    padding: 8px 7px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 12px;
    line-height: 16px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 17px;
    line-height: 24px;
  }

  .top_cars {
    padding: 32px 0;
  }
  .top_cars .inner {
    gap: 20px;
  }
  .top_cars .content_wrap {
    gap: 12px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 13px;
  }
  .top_cars .viewer_box {
    padding: 18px 14px;
    gap: 8px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 36px;
    line-height: 36px;
    width: 28px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 15px;
    line-height: 22px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 12px;
    line-height: 16px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 155px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 16px;
    line-height: 22px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 14px;
    padding: 9px 20px;
    line-height: 20px;
  }
  .top_cars .list_wrap {
    gap: 5px;
  }
  .top_cars .list_wrap .list_item {
    padding: 10px;
    gap: 8px;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    top: 12px;
    font-size: 34px;
    line-height: 34px;
  }
  .top_cars .list_wrap .list_item .item_top img {
    padding-top: 16px;
    max-width: 100px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info {
    gap: 0;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    font-size: 12px;
    line-height: 16px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    font-size: 14px;
    line-height: 20px;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    font-size: 11px;
    line-height: 14px;
    padding: 3px 6px;
  }
  .top_cars .list_wrap .list_item.active {
    outline-width: 2px;
    outline-offset: -2px;
  }

  .solution_section {
    padding: 32px 0;
  }
  .solution_section .inner {
    gap: 22px;
  }
  .solution_section .tit_area {
    gap: 8px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 15px;
    line-height: 22px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 13px;
    line-height: 18px;
  }
  .solution_section .card_grid .card {
    padding: 0 12px 16px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 8px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 15px;
    line-height: 22px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 12px;
    line-height: 18px;
  }

  .estimate_section {
    padding: 32px 0;
  }
  .estimate_section .top_tit_area .tit_txt {
    gap: 4px;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 13px;
    line-height: 18px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    font-size: 13px;
    line-height: 18px;
    padding: 8px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    width: 170px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 12px 10px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 12px;
    line-height: 16px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 16px;
    line-height: 22px;
  }
  .estimate_section .rolling_wrap {
    height: 240px;
    padding: 10px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 35px;
    padding: 0 8px;
  }
  .estimate_section .rolling_wrap .list_row span.name, .estimate_section .rolling_wrap .list_row span.car, .estimate_section .rolling_wrap .list_row span.status {
    font-size: 12px;
    line-height: 16px;
  }
  .estimate_section .form_wrap {
    padding: 20px 14px;
    gap: 12px;
  }
  .estimate_section .form_wrap h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 9px 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 12px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 14px;
    height: 14px;
  }
  .estimate_section .form_wrap .btn_submit {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .price_compare {
    padding: 32px 0;
  }
  .price_compare .inner {
    gap: 20px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 14px;
    line-height: 20px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 12px;
    line-height: 18px;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
  }
  .price_compare .car_grid .car_card {
    padding: 16px 12px;
    gap: 12px;
  }
  .price_compare .car_grid .car_card .card_top .img_box {
    min-height: 120px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 15px;
    line-height: 22px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 12px;
    line-height: 16px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 12px;
    line-height: 16px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 15px;
    line-height: 22px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
  }

  .result_section {
    padding: 32px 0;
  }
  .result_section .inner {
    gap: 22px;
  }
  .result_section .left_area .tit_group {
    gap: 8px;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 14px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .result_section .right_area .review_card {
    padding: 12px 14px;
    gap: 6px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 13px;
  }
  .result_section .right_area .review_card strong {
    font-size: 15px;
    line-height: 22px;
  }
  .result_section .right_area .review_card p {
    font-size: 12px;
    line-height: 18px;
  }

  .review_section {
    padding: 32px 0;
  }
  .review_section .tit_area h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .review_section .tit_area p {
    font-size: 13px;
  }
  .review_section .slider_wrap {
    margin-top: 20px;
  }
  .review_section .review_card {
    width: 200px;
    padding: 16px 12px;
    gap: 16px;
  }
  .review_section .review_card .card_top {
    gap: 8px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 13px;
    line-height: 18px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 11px;
    line-height: 16px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 176px;
    height: 100px;
  }
  .review_section .review_card .card_btm {
    gap: 8px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 14px;
    line-height: 20px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .review_section .progress_wrap {
    margin-top: 20px;
  }

  .faq_section {
    padding: 32px 0;
  }
  .faq_section .inner {
    gap: 20px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 13px;
  }
  .faq_section .faq_list .faq_q {
    padding: 10px 10px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    gap: 6px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 14px;
    line-height: 20px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq_section .faq_list .faq_q .arrow {
    width: 9px;
    height: 9px;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 12px 16px;
    font-size: 13px;
    line-height: 22px;
  }

  .logo_section {
    padding: 32px 0;
    gap: 20px;
  }
  .logo_section .tit_area h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 23px;
    line-height: 32px;
  }
  .logo_section .tit_area p {
    font-size: 13px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 85px;
  }

  .form_section {
    padding: 32px 0;
  }
  .form_section .inner {
    gap: 20px;
  }
  .form_section .tit_area .main_tit {
    font-size: 23px;
    line-height: 32px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 13px;
  }
  .form_section .form_card {
    padding: 20px 14px;
  }
  .form_section .form_card .input_grid {
    gap: 12px;
  }
  .form_section .form_card .main_form {
    gap: 16px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0 3px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 13px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 9px 10px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 16px;
    line-height: 22px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    padding: 9px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .form_section .form_card .agree_box {
    margin-top: 10px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 12px;
    line-height: 16px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 14px;
    height: 14px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }

  .footer .footer_inner {
    padding: 32px 15px 68px;
    gap: 16px;
  }
  .footer .footer_logo {
    width: 92px;
    height: 26px;
  }
  .footer .footer_links {
    gap: 10px;
  }
  .footer .footer_links a {
    font-size: 12px;
  }
  .footer .footer_info {
    font-size: 11px;
    line-height: 18px;
  }
  .footer .warning_text {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card {
    padding: 12px 10px;
    border-radius: 8px;
    gap: 8px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    font-size: 11px;
    line-height: 16px;
  }

  .modal_overlay .inner {
    padding: 0 12px;
  }
  .modal_overlay .modal_content {
    padding: 18px 14px;
    border-radius: 8px;
  }
  .modal_overlay .modal_content .btn_modal_close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .modal_overlay .modal_content .btn_modal_close::before, .modal_overlay .modal_content .btn_modal_close::after {
    width: 20px;
    top: 9px;
  }
  .modal_overlay .modal_content .modal_header {
    margin-bottom: 12px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 17px;
  }
  .modal_overlay .modal_content .modal_form {
    gap: 7px;
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    padding: 9px 10px;
    font-size: 16px;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 2px 0 5px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 12px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 14px;
    height: 14px;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .inner {
    padding: 0 10px;
  }

  body {
    padding-bottom: 40px;
  }

  .m_nav {
    height: 38px;
    padding: 6px 10px;
  }
  .m_nav .logo {
    width: 78px;
    height: 22px;
  }
  .m_nav .btn_menu_open {
    width: 16px;
    height: 18px;
  }
  .m_nav .btn_menu_open .hamburger_line {
    width: 16px;
    height: 1.8px;
  }
  .m_nav .btn_menu_open .hamburger_line::before, .m_nav .btn_menu_open .hamburger_line::after {
    width: 16px;
    height: 1.8px;
  }
  .m_nav .btn_menu_open .hamburger_line::before {
    top: -6px;
  }
  .m_nav .btn_menu_open .hamburger_line::after {
    bottom: -6px;
  }

  .m_nav_open .menu_header {
    height: 36px;
    padding: 6px 14px;
  }
  .m_nav_open .menu_header .btn_menu_close {
    width: 16px;
    height: 16px;
  }
  .m_nav_open .menu_header .btn_menu_close::before, .m_nav_open .menu_header .btn_menu_close::after {
    width: 16px;
    height: 1.5px;
  }
  .m_nav_open .menu_list {
    padding: 20px 14px;
    gap: 3px;
  }
  .m_nav_open .menu_list .menu_link {
    font-size: 15px;
    padding: 10px 0;
  }

  .util_box {
    right: 6px;
    bottom: 48px;
    gap: 5px;
  }
  .util_box .util_item {
    width: 38px;
    height: 38px;
    font-size: 0;
  }
  .util_box .util_item span {
    display: none;
  }
  .util_box .util_item img {
    width: 16px;
    margin-bottom: 0;
  }
  .util_box .util_item.call img {
    width: 13px;
  }

  .fixed_bottom_bar {
    padding: 8px 0;
  }
  .fixed_bottom_bar a {
    font-size: 13px;
    gap: 3px;
  }

  .main_visual {
    margin-top: 38px;
    padding: 20px 0;
  }
  .main_visual .inner {
    gap: 15px;
  }
  .main_visual .badge {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .main_visual .headline {
    font-size: 21px;
    line-height: 28px;
  }
  .main_visual .headline .light {
    font-size: 21px;
    line-height: 28px;
  }
  .main_visual .desc {
    font-size: 13px;
    line-height: 18px;
  }
  .main_visual .img_items {
    width: 220px;
  }
  .main_visual .point_txt {
    font-size: 17px;
    line-height: 22px;
  }

  .rent_lease {
    padding: 24px 0;
  }
  .rent_lease .inner {
    gap: 18px;
  }
  .rent_lease .tit_area {
    gap: 5px;
  }
  .rent_lease .tit_area .sub_tit {
    font-size: 12px;
    line-height: 16px;
  }
  .rent_lease .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .rent_lease .tit_area .line {
    width: 28px;
    height: 2px;
  }
  .rent_lease .feature_area .grid_wrap {
    row-gap: 12px;
  }
  .rent_lease .feature_area .grid_wrap .item {
    padding-bottom: 12px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_tit {
    font-size: 14px;
    line-height: 20px;
  }
  .rent_lease .feature_area .grid_wrap .item .item_desc {
    font-size: 11px;
    line-height: 16px;
  }
  .rent_lease .btm_area {
    margin-top: 16px;
  }
  .rent_lease .btm_area .discount_banner {
    width: 120px;
    padding: 6px 6px;
  }
  .rent_lease .btm_area .discount_banner span {
    font-size: 11px;
    line-height: 14px;
  }
  .rent_lease .btm_area .discount_banner strong {
    font-size: 15px;
    line-height: 20px;
  }

  .top_cars {
    padding: 24px 0;
  }
  .top_cars .inner {
    gap: 16px;
  }
  .top_cars .content_wrap {
    gap: 10px;
  }
  .top_cars .tit_area {
    gap: 5px;
  }
  .top_cars .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .top_cars .tit_area .sub_tit {
    font-size: 12px;
  }
  .top_cars .viewer_box {
    padding: 14px 10px;
    gap: 6px;
  }
  .top_cars .viewer_box .info_top .rank_num {
    font-size: 30px;
    line-height: 30px;
    width: 24px;
  }
  .top_cars .viewer_box .info_top .car_name strong {
    font-size: 14px;
    line-height: 20px;
  }
  .top_cars .viewer_box .info_top .car_name span {
    font-size: 11px;
    line-height: 16px;
  }
  .top_cars .viewer_box .img_wrap img {
    width: 130px;
  }
  .top_cars .viewer_box .price_wrap strong {
    font-size: 14px;
    line-height: 20px;
  }
  .top_cars .viewer_box .btn_wrap .btn_reserve {
    font-size: 13px;
    padding: 7px 16px;
    line-height: 18px;
  }
  .top_cars .list_wrap {
    gap: 4px;
  }
  .top_cars .list_wrap .list_item {
    padding: 8px;
    gap: 6px;
  }
  .top_cars .list_wrap .list_item .item_top .rank_num {
    top: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .top_cars .list_wrap .list_item .item_top img {
    padding-top: 14px;
    max-width: 80px;
  }
  .top_cars .list_wrap .list_item .item_btm {
    gap: 5px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info span {
    font-size: 11px;
    line-height: 16px;
  }
  .top_cars .list_wrap .list_item .item_btm .txt_info strong {
    font-size: 13px;
    line-height: 18px;
  }
  .top_cars .list_wrap .list_item .item_btm .badge_stock {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 5px;
  }

  .solution_section {
    padding: 24px 0;
  }
  .solution_section .inner {
    gap: 18px;
  }
  .solution_section .tit_area {
    gap: 5px;
  }
  .solution_section .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .solution_section .tit_area .main_tit .light {
    font-size: 13px;
    line-height: 18px;
  }
  .solution_section .tit_area .sub_tit {
    font-size: 12px;
    line-height: 18px;
  }
  .solution_section .card_grid .card {
    padding: 0 10px 14px;
  }
  .solution_section .card_grid .card .num_badge {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .solution_section .card_grid .card .txt_wrap {
    gap: 6px;
  }
  .solution_section .card_grid .card .txt_wrap .card_tit {
    font-size: 14px;
    line-height: 20px;
  }
  .solution_section .card_grid .card .txt_wrap .card_desc {
    font-size: 11px;
    line-height: 16px;
  }

  .estimate_section {
    padding: 24px 0;
  }
  .estimate_section .top_tit_area {
    gap: 5px;
  }
  .estimate_section .top_tit_area .tit_txt {
    gap: 3px;
  }
  .estimate_section .top_tit_area .tit_txt p {
    font-size: 12px;
    line-height: 16px;
  }
  .estimate_section .top_tit_area .tit_txt h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_badge {
    margin-left: 50px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
  }
  .estimate_section .top_tit_area .tit_img_wrap .tit_car_img {
    margin-left: 80px;
    width: 140px;
  }
  .estimate_section .stats_wrap .stat_item {
    padding: 10px 8px;
  }
  .estimate_section .stats_wrap .stat_item span {
    font-size: 11px;
    line-height: 16px;
  }
  .estimate_section .stats_wrap .stat_item .blink {
    font-size: 14px;
    line-height: 20px;
  }
  .estimate_section .rolling_wrap {
    height: 200px;
    padding: 8px;
  }
  .estimate_section .rolling_wrap .list_row {
    height: 30px;
    padding: 0 6px;
  }
  .estimate_section .rolling_wrap .list_row span.name, .estimate_section .rolling_wrap .list_row span.car, .estimate_section .rolling_wrap .list_row span.status {
    font-size: 11px;
    line-height: 16px;
  }
  .estimate_section .form_wrap {
    padding: 16px 10px;
    gap: 10px;
  }
  .estimate_section .form_wrap h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .estimate_section .form_wrap .input_list input {
    padding: 8px 6px;
    font-size: 16px;
    line-height: 22px;
  }
  .estimate_section .form_wrap .agree_check label .txt {
    font-size: 11px;
  }
  .estimate_section .form_wrap .agree_check label .check_mark {
    width: 13px;
    height: 13px;
  }
  .estimate_section .form_wrap .btn_submit {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .price_compare {
    padding: 24px 0;
  }
  .price_compare .inner {
    gap: 16px;
  }
  .price_compare .tit_area {
    gap: 5px;
  }
  .price_compare .tit_area .top_sub {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .price_compare .tit_area .btm_sub {
    font-size: 12px;
    line-height: 16px;
  }
  .price_compare .tab_menu .tab_btn {
    font-size: 13px;
    line-height: 18px;
    padding: 7px 0;
  }
  .price_compare .car_grid .car_card {
    padding: 14px 10px;
    gap: 10px;
  }
  .price_compare .car_grid .car_card .card_top .img_box img {
    min-width: 200px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap strong {
    font-size: 14px;
    line-height: 20px;
  }
  .price_compare .car_grid .car_card .card_top .name_wrap span {
    font-size: 11px;
    line-height: 16px;
  }
  .price_compare .car_grid .car_card .card_price .price_row span {
    font-size: 11px;
    line-height: 16px;
  }
  .price_compare .car_grid .car_card .card_price .price_row strong {
    font-size: 13px;
    line-height: 18px;
  }
  .price_compare .car_grid .car_card .btn_detail {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 10px;
  }

  .result_section {
    padding: 24px 0;
  }
  .result_section .inner {
    gap: 18px;
  }
  .result_section .left_area .tit_group {
    gap: 6px;
  }
  .result_section .left_area .tit_group .red_txt {
    font-size: 12px;
  }
  .result_section .left_area .tit_group h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .result_section .right_area .review_card {
    padding: 10px 12px;
    gap: 5px;
  }
  .result_section .right_area .review_card .stars {
    font-size: 12px;
  }
  .result_section .right_area .review_card strong {
    font-size: 13px;
    line-height: 18px;
  }
  .result_section .right_area .review_card p {
    font-size: 11px;
    line-height: 16px;
  }

  .review_section {
    padding: 24px 0;
  }
  .review_section .tit_area {
    gap: 5px;
  }
  .review_section .tit_area h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .review_section .tit_area p {
    font-size: 12px;
  }
  .review_section .slider_wrap {
    margin-top: 16px;
  }
  .review_section .review_card {
    width: 170px;
    padding: 12px 10px;
    gap: 12px;
  }
  .review_section .review_card .card_top {
    gap: 6px;
  }
  .review_section .review_card .card_top .info_row .car_name {
    font-size: 11px;
    line-height: 16px;
  }
  .review_section .review_card .card_top .info_row .user_info {
    font-size: 11px;
    line-height: 16px;
  }
  .review_section .review_card .card_top .img_box img {
    width: 150px;
    height: 85px;
  }
  .review_section .review_card .card_btm {
    gap: 6px;
  }
  .review_section .review_card .card_btm .review_tit {
    font-size: 12px;
    line-height: 18px;
  }
  .review_section .review_card .card_btm .review_txt {
    font-size: 11px;
    line-height: 16px;
  }
  .review_section .progress_wrap {
    margin-top: 16px;
  }

  .faq_section {
    padding: 24px 0;
  }
  .faq_section .inner {
    gap: 16px;
  }
  .faq_section .tit_area {
    gap: 5px;
  }
  .faq_section .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .faq_section .tit_area .sub_tit {
    font-size: 12px;
  }
  .faq_section .faq_list .faq_q {
    padding: 8px 8px;
  }
  .faq_section .faq_list .faq_q .q_txt {
    gap: 5px;
  }
  .faq_section .faq_list .faq_q .q_txt .symbol {
    font-size: 13px;
    line-height: 18px;
  }
  .faq_section .faq_list .faq_q .q_txt p {
    font-size: 13px;
    line-height: 18px;
  }
  .faq_section .faq_list .faq_q .arrow {
    width: 8px;
    height: 8px;
  }
  .faq_section .faq_list .faq_a .a_inner {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 20px;
  }

  .logo_section {
    padding: 24px 0;
    gap: 16px;
  }
  .logo_section .tit_area {
    gap: 5px;
  }
  .logo_section .tit_area h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .logo_section .tit_area h2 .red {
    font-size: 20px;
    line-height: 28px;
  }
  .logo_section .tit_area p {
    font-size: 12px;
  }
  .logo_section .logo_track_wrap .logo_track .logo_img {
    height: 68px;
  }

  .form_section {
    padding: 24px 0;
  }
  .form_section .inner {
    gap: 16px;
  }
  .form_section .tit_area {
    gap: 5px;
  }
  .form_section .tit_area .main_tit {
    font-size: 20px;
    line-height: 28px;
  }
  .form_section .tit_area .sub_tit {
    font-size: 12px;
  }
  .form_section .form_card {
    padding: 16px 10px;
  }
  .form_section .form_card .input_grid {
    gap: 10px;
  }
  .form_section .form_card .main_form {
    gap: 14px;
  }
  .form_section .form_card .input_box .label_txt {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 0 2px;
  }
  .form_section .form_card .input_box .label_txt.mini {
    font-size: 13px;
  }
  .form_section .form_card .input_box .input_wrap {
    padding: 8px 8px;
  }
  .form_section .form_card .input_box .input_wrap input {
    font-size: 16px;
    line-height: 22px;
  }
  .form_section .form_card .input_box .btn_group .custom_radio .btn_text {
    padding: 8px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .form_section .form_card .agree_box {
    margin-top: 8px;
  }
  .form_section .form_card .agree_box .agree_row label .txt {
    font-size: 11px;
    line-height: 16px;
  }
  .form_section .form_card .agree_box .agree_row label .check_mark {
    width: 13px;
    height: 13px;
  }
  .form_section .form_card .btn_final_submit {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 0;
  }

  .footer .footer_inner {
    padding: 24px 10px 56px;
    gap: 14px;
  }
  .footer .footer_logo {
    width: 78px;
    height: 22px;
  }
  .footer .footer_links {
    gap: 8px;
  }
  .footer .footer_links a {
    font-size: 11px;
  }
  .footer .footer_info {
    font-size: 11px;
    line-height: 18px;
  }
  .footer .warning_text {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card {
    padding: 10px 8px;
    border-radius: 7px;
    gap: 7px;
  }
  .footer .footer_contact_cards .card .card_top .label {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card .card_top .number {
    font-size: 13px;
    line-height: 18px;
  }
  .footer .footer_contact_cards .card .card_bottom .title {
    font-size: 11px;
    line-height: 16px;
  }
  .footer .footer_contact_cards .card .card_bottom p {
    font-size: 11px;
    line-height: 16px;
  }

  .modal_overlay .inner {
    padding: 0 10px;
  }
  .modal_overlay .modal_content {
    padding: 14px 10px;
    border-radius: 7px;
  }
  .modal_overlay .modal_content .btn_modal_close {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .modal_overlay .modal_content .btn_modal_close::before, .modal_overlay .modal_content .btn_modal_close::after {
    width: 18px;
    top: 8px;
  }
  .modal_overlay .modal_content .modal_header {
    margin-bottom: 10px;
  }
  .modal_overlay .modal_content .modal_header h3 {
    font-size: 16px;
  }
  .modal_overlay .modal_content .modal_form {
    gap: 6px;
  }
  .modal_overlay .modal_content .modal_form .input_item input {
    padding: 8px 8px;
    font-size: 16px;
  }
  .modal_overlay .modal_content .modal_form .agree_check {
    margin: 1px 0 4px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .txt {
    font-size: 11px;
  }
  .modal_overlay .modal_content .modal_form .agree_check label .check_mark {
    width: 13px;
    height: 13px;
  }
  .modal_overlay .modal_content .modal_form .btn_submit_modal {
    padding: 8px 0;
    font-size: 13px;
  }
}
.car_modal.is_open {
  display: block;
}

body.modal_open {
  overflow: hidden;
}

.car_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.car_modal .dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.car_modal .modal_panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 760px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.car_modal .modal_panel .btn_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 10;
}
.car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #242424;
}
.car_modal .modal_panel .btn_close::before {
  transform: rotate(45deg);
}
.car_modal .modal_panel .btn_close::after {
  transform: rotate(-45deg);
}
.car_modal .modal_car {
  position: relative;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.car_modal .modal_car .modal_badge {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 18px;
  background: #FFF0F2;
  border-radius: 7px;
  color: #D91B2F;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.car_modal .modal_car #modalCarImg {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 30px auto 20px;
  object-fit: contain;
}
.car_modal .modal_car #modalCarName {
  margin: 0;
  font-size: 28px;
  font-family: "SUIT", sans-serif;
  font-weight: 800;
  color: #242424;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.car_modal .modal_car #modalCarTrim {
  margin: 8px 0 0;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
  word-break: keep-all;
}
.car_modal .modal_form {
  padding: 50px 30px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car_modal .modal_form legend {
  display: none;
}
.car_modal .modal_form h3 {
  font-size: 32px;
  font-family: "Bitgoeul_Bold", sans-serif;
  color: #242424;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -0.1em;
}
.car_modal .modal_form .input_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.car_modal .modal_form .input_wrap .inp_comm {
  width: 100%;
  height: 56px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 0 16px;
  font-size: 17px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #242424;
}
.car_modal .modal_form .input_wrap .inp_comm::placeholder {
  color: #AAAAAA;
  font-weight: 500;
}
.car_modal .modal_form .input_wrap .inp_comm:focus {
  border-color: #D91B2F;
}
.car_modal .modal_form .radio_group {
  margin-bottom: 20px;
}
.car_modal .modal_form .radio_group .lbl {
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}
.car_modal .modal_form .radio_group .rdo_list {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.car_modal .modal_form .radio_group .rdo_list label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-family: "SUIT", sans-serif;
  font-weight: 600;
  color: #777;
  cursor: pointer;
}
.car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked {
  border-color: #C1C1C1;
}
.car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #D91B2F;
  border-radius: 50%;
}
.car_modal .modal_form .radio_group .rdo_list label:has(input:checked) {
  color: #242424;
}
.car_modal .modal_form .agree_check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}
.car_modal .modal_form .agree_check label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  color: #7F7F7F;
}
.car_modal .modal_form .agree_check label input[type=checkbox] {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: relative;
  cursor: pointer;
}
.car_modal .modal_form .agree_check label input[type=checkbox]:checked {
  background: #D91B2F;
  border-color: #D91B2F;
}
.car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 9px;
  background: #fff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.car_modal .modal_form .agree_check .btn_view {
  color: #7F7F7F;
  font-size: 14px;
}
.car_modal .modal_form .btn_submit {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #D91B2F;
  color: #fff;
  font-size: 26px;
  font-family: "Bitgoeul_Bold", sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  .car_modal .modal_panel {
    grid-template-columns: 1fr;
    width: calc(100% - 100px);
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
  }
  .car_modal .modal_panel .btn_close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 30px;
    top: 14px;
  }
  .car_modal .modal_car {
    padding: 40px 30px 20px;
    border-bottom: 1px solid #E5E5E5;
  }
  .car_modal .modal_car .modal_badge {
    top: 20px;
    left: 20px;
    font-size: 20px;
    padding: 10px 20px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 360px;
    margin: 30px auto 10px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 38px;
  }
  .car_modal .modal_car #modalCarTrim {
    font-size: 20px;
    margin-top: 10px;
  }
  .car_modal .modal_form {
    padding: 20px 30px 40px;
  }
  .car_modal .modal_form h3 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 15px;
    margin-bottom: 25px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 70px;
    font-size: 25px;
    padding: 0 20px;
    border-radius: 7px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 25px;
    padding: 20px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 22px;
    gap: 10px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
    width: 28px;
    height: 28px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
    width: 14px;
    height: 14px;
  }
  .car_modal .modal_form .agree_check {
    margin-bottom: 30px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 20px;
    gap: 10px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
    width: 14px;
    height: 11px;
  }
  .car_modal .modal_form .agree_check .btn_view {
    font-size: 18px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 30px;
    padding: 20px 0;
  }
}
@media (max-width: 680px) {
  .car_modal .modal_panel {
    width: calc(100% - 80px);
    border-radius: 14px;
  }
  .car_modal .modal_panel .btn_close {
    width: 24px;
    height: 24px;
    top: 14px;
    right: 14px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 24px;
    top: 11px;
  }
  .car_modal .modal_car {
    padding: 30px 24px 15px;
  }
  .car_modal .modal_car .modal_badge {
    top: 14px;
    left: 14px;
    font-size: 14px;
    padding: 6px 14px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 240px;
    margin: 20px auto 10px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 24px;
  }
  .car_modal .modal_car #modalCarTrim {
    font-size: 14px;
  }
  .car_modal .modal_form {
    padding: 15px 24px 30px;
  }
  .car_modal .modal_form h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 12px;
    margin-bottom: 18px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 50px;
    font-size: 16px;
    padding: 0 14px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 18px;
    padding: 14px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 15px;
    gap: 8px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
    width: 10px;
    height: 10px;
  }
  .car_modal .modal_form .agree_check {
    margin-bottom: 20px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 14px;
    gap: 8px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
    width: 10px;
    height: 8px;
  }
  .car_modal .modal_form .agree_check .btn_view {
    font-size: 13px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 18px;
    padding: 16px 0;
  }
}
@media (max-width: 600px) {
  .car_modal .modal_panel {
    width: calc(100% - 60px);
    border-radius: 12px;
  }
  .car_modal .modal_panel .btn_close {
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 22px;
    top: 10px;
  }
  .car_modal .modal_car {
    padding: 24px 20px 12px;
  }
  .car_modal .modal_car .modal_badge {
    top: 10px;
    left: 10px;
    font-size: 13px;
    padding: 4px 10px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 200px;
    margin: 15px auto 10px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 20px;
  }
  .car_modal .modal_car #modalCarTrim {
    font-size: 13px;
  }
  .car_modal .modal_form {
    padding: 12px 20px 24px;
  }
  .car_modal .modal_form h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 10px;
    margin-bottom: 16px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 48px;
    font-size: 16px;
    padding: 0 12px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 16px;
    padding: 12px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 14px;
    gap: 6px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
    width: 18px;
    height: 18px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
    width: 9px;
    height: 9px;
  }
  .car_modal .modal_form .agree_check {
    margin-bottom: 18px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 13px;
    gap: 6px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
    width: 9px;
    height: 7px;
  }
  .car_modal .modal_form .agree_check .btn_view {
    font-size: 12px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 16px;
    padding: 14px 0;
  }
}
@media (max-width: 480px) {
  .car_modal .modal_panel {
    width: calc(100% - 40px);
    border-radius: 10px;
  }
  .car_modal .modal_panel .btn_close {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 20px;
    top: 9px;
  }
  .car_modal .modal_car {
    padding: 20px 16px 10px;
  }
  .car_modal .modal_car .modal_badge {
    top: 12px;
    left: 12px;
    font-size: 12px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 180px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 18px;
  }
  .car_modal .modal_car #modalCarTrim {
    font-size: 12px;
  }
  .car_modal .modal_form {
    padding: 10px 16px 20px;
  }
  .car_modal .modal_form h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 8px;
    margin-bottom: 14px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 46px;
    font-size: 16px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 14px;
    padding: 10px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 13px;
    gap: 5px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
    width: 16px;
    height: 16px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
    width: 8px;
    height: 8px;
  }
  .car_modal .modal_form .agree_check {
    margin-bottom: 14px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 12px;
    gap: 5px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
    width: 8px;
    height: 6px;
  }
  .car_modal .modal_form .agree_check .btn_view {
    font-size: 11px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 15px;
    padding: 12px 0;
  }
}
@media (max-width: 380px) {
  .car_modal .modal_panel {
    width: calc(100% - 30px);
    border-radius: 8px;
  }
  .car_modal .modal_panel .btn_close {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 18px;
    top: 8px;
  }
  .car_modal .modal_car {
    padding: 16px 14px 8px;
  }
  .car_modal .modal_car .modal_badge {
    top: 10px;
    left: 10px;
    font-size: 11px;
    padding: 3px 8px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 150px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 16px;
  }
  .car_modal .modal_car #modalCarTrim {
    margin-top: 5px;
    font-size: 11px;
  }
  .car_modal .modal_form {
    padding: 8px 14px 16px;
  }
  .car_modal .modal_form h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 6px;
    margin-bottom: 12px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 44px;
    font-size: 16px;
    padding: 0 10px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 12px;
    padding: 8px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 12px;
    gap: 4px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio] {
    width: 14px;
    height: 14px;
  }
  .car_modal .modal_form .radio_group .rdo_list label input[type=radio]:checked::after {
    width: 6px;
    height: 6px;
  }
  .car_modal .modal_form .agree_check {
    margin-bottom: 12px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 11px;
    gap: 4px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
  .car_modal .modal_form .agree_check label input[type=checkbox]:checked::after {
    width: 7px;
    height: 5px;
  }
  .car_modal .modal_form .agree_check .btn_view {
    font-size: 10px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 320px) {
  .car_modal .modal_panel {
    width: calc(100% - 20px);
    border-radius: 7px;
  }
  .car_modal .modal_panel .btn_close {
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .car_modal .modal_panel .btn_close::before, .car_modal .modal_panel .btn_close::after {
    width: 16px;
    top: 7px;
  }
  .car_modal .modal_car {
    padding: 14px 10px 8px;
  }
  .car_modal .modal_car .modal_badge {
    top: 8px;
    left: 8px;
    font-size: 10px;
  }
  .car_modal .modal_car #modalCarImg {
    max-width: 120px;
  }
  .car_modal .modal_car #modalCarName {
    font-size: 14px;
  }
  .car_modal .modal_car #modalCarTrim {
    font-size: 10px;
  }
  .car_modal .modal_form {
    padding: 8px 10px 14px;
  }
  .car_modal .modal_form h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .car_modal .modal_form .input_wrap {
    gap: 5px;
    margin-bottom: 10px;
  }
  .car_modal .modal_form .input_wrap .inp_comm {
    height: 42px;
    font-size: 16px;
  }
  .car_modal .modal_form .radio_group {
    margin-bottom: 10px;
    padding: 8px;
  }
  .car_modal .modal_form .radio_group .lbl {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .car_modal .modal_form .radio_group .rdo_list {
    flex-direction: column;
    gap: 6px;
  }
  .car_modal .modal_form .radio_group .rdo_list label {
    font-size: 11px;
    gap: 4px;
  }
  .car_modal .modal_form .agree_check {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
  }
  .car_modal .modal_form .agree_check label {
    font-size: 10px;
  }
  .car_modal .modal_form .btn_submit {
    font-size: 13px;
    padding: 8px 0;
  }
}

/*# sourceMappingURL=style.css.map */
