@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
  --main-color: #1e88e5;
  --accent-color: #1e88e5;
  --hero-height: 420px;
}

body.theme-a {
  --font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  background: #fff;
}

body.theme-a .type-switcher { background: #1e88e5; }

/* ── 차있다 텍스트 로고 ── */
.logo-chaitda-simple {
  display: block;
  text-align: center;
  line-height: 1.2;
}

.logo-chaitda-simple__brand {
  display: block;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--main-color);
}

.logo-chaitda-simple__type {
  display: block;
  margin-top: 2px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #555;
}

footer .logo_wrap--simple .logo-chaitda-simple__brand {
  font-size: 24px;
}

footer .logo_wrap--simple .logo-chaitda-simple__type {
  font-size: 15px;
}

/* ── Footer (Type A) ── */
body.theme-a footer.footer--type-a {
  padding: 0 0 48px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

body.theme-a .footer-type-a__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 18px 0;
}

body.theme-a .footer-type-a__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1.5px solid #94a3b8;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

body.theme-a .footer-type-a__menu-link:hover {
  border-color: var(--main-color);
  color: var(--main-color);
  background: color-mix(in srgb, var(--main-color) 6%, #fff);
}

body.theme-a .footer-type-a__menu-link--mobile-only {
  display: none;
}

body.theme-a .footer-type-a__divider {
  height: 1px;
  margin: 0;
  background: #e5e7eb;
}

body.theme-a .footer-type-a__body {
  padding: 32px 0 0;
  text-align: center;
}

body.theme-a .footer-type-a__brand {
  margin-bottom: 24px;
}

body.theme-a .footer-type-a__brand .logo-chaitda-simple__brand {
  font-size: 30px;
}

body.theme-a .footer-type-a__brand .logo-chaitda-simple__type {
  font-size: 14px;
  color: #64748b;
  letter-spacing: 0.08em;
}

body.theme-a .footer-type-a__law {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #475569;
  word-break: keep-all;
}

body.theme-a .footer-type-a__law-badge {
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--main-color) 12%, #fff);
  color: var(--main-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.theme-a .footer-type-a__intro {
  margin: 0 auto 16px;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.75;
  color: #475569;
  word-break: keep-all;
}

body.theme-a .footer-type-a__disclaimer {
  margin: 0 auto 20px;
  max-width: 820px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-size: 13px;
  line-height: 1.7;
  color: #92400e;
  text-align: left;
  word-break: keep-all;
}

body.theme-a .footer-type-a__notices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto 28px;
}

body.theme-a .footer-type-a__notice {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  word-break: keep-all;
}

body.theme-a .footer-type-a__notice--warn {
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fecdd3;
  color: #9f1239;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

body.theme-a .footer-type-a__regions {
  max-width: 960px;
  margin: 0 auto 28px;
  text-align: left;
}

body.theme-a .footer-type-a__regions-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  text-align: center;
}

body.theme-a .footer-type-a__regions-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.theme-a .footer-type-a__region {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

body.theme-a .footer-type-a__region-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  list-style: none;
}

body.theme-a .footer-type-a__region-head::-webkit-details-marker {
  display: none;
}

body.theme-a .footer-type-a__region-head::after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
  color: #94a3b8;
  transition: transform 0.2s;
}

body.theme-a .footer-type-a__region[open] .footer-type-a__region-head::after {
  content: '−';
}

body.theme-a .footer-type-a__region-body {
  padding: 0 16px 14px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

body.theme-a .footer-type-a__region-body p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.75;
  color: #64748b;
  word-break: keep-all;
}

body.theme-a .footer-type-a__service-note {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e2e8f0;
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  word-break: keep-all;
}

body.theme-a .footer-type-a__business {
  max-width: 820px;
  margin: 0 auto 24px;
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  text-align: left;
}

body.theme-a .footer-type-a__business-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
}

body.theme-a .footer-type-a__business-row:last-child {
  border-bottom: none;
}

body.theme-a .footer-type-a__business-row dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  word-break: keep-all;
}

body.theme-a .footer-type-a__business-row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #334155;
  word-break: keep-all;
}

body.theme-a .footer-type-a__business-row--wide dt {
  align-self: start;
}

body.theme-a .footer-type-a__dev-note,
body.theme-a .footer-type-a__site-url {
  margin: 0 0 18px;
  font-size: 12px;
  color: #94a3b8;
}

body.theme-a .footer-type-a__dev-note a,
body.theme-a .footer-type-a__site-url a {
  color: #64748b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.theme-a .footer-type-a__dev-note a:hover,
body.theme-a .footer-type-a__site-url a:hover {
  color: var(--main-color);
}

body.theme-a .footer-type-a__dev-sep {
  margin: 0 8px;
  opacity: 0.45;
}

body.theme-a .footer-type-a__copyright {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #94a3b8;
}

body.theme-a .footer-type-a__copyright strong {
  font-weight: 700;
  color: #64748b;
}

/* ── Header (hd-lease.co.kr / eb4_basic_a) ── */
body.theme-a header.header-classic {
  background: #fff;
  border-bottom: none;
}

body.theme-a header.header-classic > .inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  min-height: auto;
}

body.theme-a header.header-classic .award {
  width: 144px;
  flex-shrink: 0;
}

body.theme-a header.header-classic .award img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

body.theme-a header.header-classic h1.logo {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(395px, 42vw);
  margin: 0;
}

body.theme-a header.header-classic h1.logo a {
  display: block;
  width: 100%;
  color: var(--main-color);
  line-height: 1.15;
}

body.theme-a header.header-classic h1.logo a img {
  display: block;
  width: 100%;
}

body.theme-a header.header-classic h1.logo a small {
  display: block;
  color: #999;
  font-size: 10px;
  letter-spacing: 0.25em;
  margin-top: 4px;
}

body.theme-a header.header-classic .right_wrap {
  width: 220px;
  flex-shrink: 0;
}

body.theme-a header.header-classic .right_wrap .img_wrap img {
  display: block;
  width: 100%;
}

body.theme-a header.header-classic .gnb {
  background: var(--main-color);
  box-shadow: none;
}

body.theme-a header.header-classic .gnb ul li a {
  padding: 18px 0;
  font-weight: bold;
  font-size: clamp(15px, 1.8vw, 22px);
  letter-spacing: -0.02em;
}

/* ── Side banners (hd-lease: absolute + scroll follow) ── */
body.theme-a .wrapper {
  position: relative;
}

body.theme-a .side_banner {
  z-index: 10;
  position: absolute;
  top: 270px;
}

body.theme-a[data-page="home"] .side_banner--home {
  top: 780px;
}

/* ── Subpage sidebars (본문과 겹치지 않게) ── */
body.theme-a.is-sub {
  --sub-layout-max: 1280px;
  --sub-sidebar-w: 175px;
  --sub-sidebar-gap: 56px;
}

body.theme-a.is-sub .side_banner--sub {
  z-index: 5;
}

body.theme-a.is-sub #left_banner.side_banner--sub {
  left: max(12px, calc((100vw - min(100vw, var(--sub-layout-max))) / 2 - var(--sub-sidebar-w) - var(--sub-sidebar-gap)));
  width: var(--sub-sidebar-w);
}

body.theme-a.is-sub #right_banner.side_banner--sub {
  right: max(12px, calc((100vw - min(100vw, var(--sub-layout-max))) / 2 - var(--sub-sidebar-w) - var(--sub-sidebar-gap)));
  width: var(--sub-sidebar-w);
}

@media (max-width: 1760px) {
  body.theme-a.is-sub .side_banner--sub,
  body.theme-a[data-page="home"] .side_banner--home {
    display: none !important;
  }
}

body.theme-a.is-sub .side-sub-nav {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--main-color) 20%, #ddd);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

body.theme-a.is-sub .side-sub-nav__head {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: var(--main-color);
}

body.theme-a.is-sub .side-sub-nav__head span {
  font-weight: 800;
}

body.theme-a.is-sub .side-sub-nav ul {
  margin: 0;
  padding: 8px;
  list-style: none;
}

body.theme-a.is-sub .side-sub-nav li + li {
  margin-top: 4px;
}

body.theme-a.is-sub .side-sub-nav a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  transition: background 0.2s, color 0.2s;
}

body.theme-a.is-sub .side-sub-nav a:hover {
  color: var(--main-color);
  background: color-mix(in srgb, var(--main-color) 8%, #fff);
}

body.theme-a.is-sub #right_banner.side_banner--sub .side-sub-counsel {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
}

body.theme-a.is-sub #right_banner.side_banner--sub .side-sub-counsel__head {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--main-color);
}

body.theme-a.is-sub #right_banner.side_banner--sub .side-sub-counsel__head span {
  font-weight: 800;
}

body.theme-a.is-sub #right_banner.side_banner--sub .side-sub-counsel form {
  padding: 8px;
}

body.theme-a.is-sub #right_banner.side_banner--sub .car_view {
  margin-top: 10px;
}

/* ── Home sidebars (1280px 본문 기준, 겹침 방지) ── */
body.theme-a[data-page="home"] {
  --home-layout-max: 1280px;
  --home-sidebar-w: 175px;
  --home-sidebar-gap: 72px;
}

body.theme-a[data-page="home"] #left_banner.side_banner--home {
  left: max(12px, calc((100vw - min(100vw, var(--home-layout-max))) / 2 - var(--home-sidebar-w) - var(--home-sidebar-gap)));
  width: var(--home-sidebar-w);
}

body.theme-a[data-page="home"] #right_banner.side_banner--home {
  right: max(12px, calc((100vw - min(100vw, var(--home-layout-max))) / 2 - var(--home-sidebar-w) - var(--home-sidebar-gap)));
  width: var(--home-sidebar-w);
}

body.theme-a #left_banner {
  left: max(16px, calc(50% - 720px));
  width: 175px;
}

body.theme-a #left_banner .side-highlights {
  width: 175px;
  border-radius: 12px;
}

body.theme-a #left_banner .side-highlights__head {
  padding: 12px 8px;
}

body.theme-a #left_banner .side-highlights__head strong {
  font-size: 17px;
}

body.theme-a #left_banner .side-highlights__list {
  padding: 6px;
}

body.theme-a #left_banner .side-highlights__item {
  padding: 8px 6px;
}

body.theme-a #left_banner .side-highlights__text strong {
  font-size: 12px;
}

body.theme-a #left_banner .side-highlights__text p {
  font-size: 10px;
  line-height: 1.35;
}

body.theme-a #right_banner {
  right: max(16px, calc(50% - 720px));
  width: 175px;
}

body.theme-a[data-page="home"] #left_banner,
body.theme-a[data-page="home"] #right_banner {
  z-index: 5;
}

body.theme-a #right_banner .side_counsel_card {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

body.theme-a #right_banner .side_counsel_card__banner {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

body.theme-a #right_banner > div.img_wrap {
  overflow: hidden;
  border: none;
  border-radius: 0;
}

body.theme-a #right_banner > div.img_wrap img {
  display: block;
  width: 100%;
}

body.theme-a #right_banner div.form_inner {
  padding: 8px;
  border: none;
  border-radius: 0;
  background: #fff;
}

body.theme-a #right_banner div.form_inner div.btn_wrap {
  overflow: hidden;
  display: flex;
  border-radius: 5px;
}

body.theme-a #right_banner div.form_inner div.btn_wrap button {
  flex: 1;
  padding: 6px 0;
  font-weight: bold;
  font-size: 17px;
  color: var(--main-color);
  background: #f0f0f0;
  cursor: pointer;
}

body.theme-a #right_banner div.form_inner div.btn_wrap button.active {
  color: #fff;
  background: var(--main-color);
}

body.theme-a #right_banner div.form_inner div.inp_wrap {
  margin-top: 6px;
}

body.theme-a #right_banner div.form_inner div.inp_wrap input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

body.theme-a #right_banner div.form_inner div.agr_wrap label {
  font-size: 14px;
}

body.theme-a #right_banner div.form_inner div.send input {
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
  background: var(--main-color);
  cursor: pointer;
}

body.theme-a #right_banner div.car_view {
  padding: 8px 17px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

body.theme-a #right_banner div.car_view p.tit {
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 3px solid var(--main-color);
  text-align: center;
}

/* ── Hero ── */
body.theme-a section.visual .view_box {
  height: var(--hero-height);
  border-bottom: none;
}

body.theme-a section.visual .hero-dots button.active {
  width: 32px;
  background: var(--main-color);
  border-color: var(--main-color);
}

/* ── Main counsel bar (hd-lease: custom.css section.main_counsel padding-top 30px) ── */
body.theme-a[data-page="home"] section.visual {
  margin-bottom: 0;
}

body.theme-a section.main_counsel {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  background: #fff;
}

body.theme-a[data-page="home"] section.main_counsel {
  padding-bottom: 24px;
}

body.theme-a[data-page="home"] section.main_counsel + section.find {
  padding-top: 60px;
  margin-top: 0;
}

body.theme-a section.main_counsel + section.find {
  padding-top: 20px;
}

body.theme-a section.main_counsel .form_wrap {
  border-radius: 20px;
  background: url("../img/counsel_bg.png") no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border: none;
}

body.theme-a section.main_counsel .form_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  height: 116px;
  padding: 0 24px 0 320px;
}

body.theme-a section.main_counsel .form_inner .inp_wrap input {
  width: 229px;
  height: 49px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

body.theme-a section.main_counsel .form_inner .send {
  flex: 1;
  min-width: 0;
  width: 100%;
}

body.theme-a section.main_counsel .form_inner .send input {
  width: 100%;
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  border-radius: 10px;
  background: var(--main-color);
}

/* ── Find car (hd-lease.co.kr custom.css 정본) ── */
body.theme-a section.find { padding: 60px 0; }

body.theme-a section.find h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}

body.theme-a section.find h2 span { font-weight: 800; color: var(--main-color); }

body.theme-a section.find .info_wrap {
  overflow: hidden;
  display: flex;
  border: 1px solid #bcbcbc;
  border-radius: 17px;
  min-height: 300px;
}

body.theme-a section.find .tab_wrap {
  display: block;
  width: 168px;
  flex-shrink: 0;
  background: #fff;
}

body.theme-a section.find .tab_wrap button {
  position: relative;
  display: block;
  width: 168px;
  height: 78px;
  flex: none;
  min-height: 0;
  padding: 11px 18px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  text-align: left;
  border: none;
  border-right: 1px solid #bcbcbc;
  background: #fff;
  cursor: pointer;
  color: #333;
}

body.theme-a section.find .tab_wrap button + button {
  border-top: 1px solid #bcbcbc;
}

body.theme-a section.find .tab_wrap button.active {
  border-right: none;
  padding-left: 18px;
  font-weight: 500;
}

body.theme-a section.find .tab_wrap button.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: var(--main-color);
}

body.theme-a section.find:not(.find-home--temp4) .content_wrap {
  position: relative;
  width: calc(100% - 168px);
  flex: none;
  padding: 0;
  min-height: 300px;
  background: #fff;
}

body.theme-a section.find.find-home--temp4 .content_wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: none;
  padding: 20px;
  min-height: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

body.theme-a section.find.find-home--temp4 .content_wrap .tab {
  display: none;
  position: static;
  transform: none;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  transition: none;
}

body.theme-a section.find.find-home--temp4 .content_wrap .tab.active {
  display: block;
  transform: none;
}

@media (min-width: 769px) {
  body.theme-a section.find.find-home--temp4 .content_wrap[data-find-height-lock] {
    height: var(--home-find-body-h);
    min-height: var(--home-find-body-h);
    max-height: var(--home-find-body-h);
  }

  body.theme-a section.find.find-home--temp4 .content_wrap[data-find-height-lock] .tab.active {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

body.theme-a section.find:not(.find-home--temp4) .content_wrap .tab {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -150%);
  width: 690px;
  max-width: calc(100% - 24px);
  opacity: 0;
  transition: all 0.5s;
}

body.theme-a section.find:not(.find-home--temp4) .content_wrap .tab.active {
  display: block;
  transform: translate(-50%, -50%);
  opacity: 1;
}

body.theme-a section.find .tab1 .ko_car {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

body.theme-a section.find:not(.find-home--temp4) .tab1 ul,
body.theme-a section.find:not(.find-home--temp4) .tab2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.theme-a section.find .tab1 ul li {
  width: calc(100% / 9);
  padding: 5px 0;
  text-align: center;
}

body.theme-a section.find .tab1 ul li a {
  display: block;
}

body.theme-a section.find .tab1 ul li img {
  display: block;
  width: 52px;
  height: auto;
  max-width: none;
  margin: 0 auto;
  object-fit: contain;
}

body.theme-a section.find:not(.find-home--temp4) .tab1 ul li p,
body.theme-a section.find:not(.find-home--temp4) .tab2 ul li p {
  margin: 0;
  font-size: inherit;
}

body.theme-a section.find:not(.find-home--temp4) .tab2 ul {
  gap: 20px;
}

body.theme-a section.find:not(.find-home--temp4) .tab2 ul li {
  width: calc((100% - 60px) / 4);
  text-align: center;
}

body.theme-a section.find:not(.find-home--temp4) .tab2 ul li img {
  display: block;
  width: 52px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

body.theme-a section.find .tab3 .find-price-range {
  max-width: 100%;
  padding: 4px 0 0;
}

body.theme-a section.find .find-price-range__readout {
  font-size: 20px;
}

body.theme-a section.find .find-price-range__quick-btn {
  border-radius: 999px;
  font-size: 15px;
}

/* ── Home find (temp4) ── */
body.theme-a section.find.find-home--temp4 {
  padding: 40px 0 56px;
}

body.theme-a section.find.find-home--temp4 h2 {
  margin-bottom: 24px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
}

body.theme-a section.find.find-home--temp4 .home-find-card {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}

body.theme-a section.find.find-home--temp4 .tab_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
}

body.theme-a section.find.find-home--temp4 .tab_wrap button {
  flex: 1;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 11px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #374151;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

body.theme-a section.find.find-home--temp4 .tab_wrap button + button {
  border-top: none;
}

body.theme-a section.find.find-home--temp4 .tab_wrap button.active {
  padding-left: 10px;
  font-weight: 700;
  color: var(--main-color);
  border-bottom-color: var(--main-color);
  background: rgba(30, 136, 229, 0.05);
}

body.theme-a section.find.find-home--temp4 .tab_wrap button.active::after {
  display: none;
}

body.theme-a section.find.find-home--temp4 .home-find-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

body.theme-a section.find.find-home--temp4 .home-find-ko-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

body.theme-a section.find.find-home--temp4 .home-find-ex-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

body.theme-a section.find.find-home--temp4 .home-find-kind-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

body.theme-a section.find.find-home--temp4 .home-find-kind-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 104px;
  padding: 14px 8px;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

body.theme-a section.find.find-home--temp4 .home-find-kind-card img {
  display: block;
  width: 56px;
  height: 56px;
  max-width: 100%;
  object-fit: contain;
}

body.theme-a section.find.find-home--temp4 .home-find-price-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__track-wrap {
  margin-bottom: 18px;
  padding: 0 11px;
  max-width: 100%;
  box-sizing: border-box;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__range {
  pointer-events: none;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__range::-webkit-slider-thumb,
body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__range::-moz-range-thumb {
  pointer-events: all;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__actions {
  margin-bottom: 0;
  max-width: 100%;
}

body.theme-a section.find.find-home--temp4 .home-find-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

body.theme-a section.find.find-home--temp4 .home-find-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 14px 8px;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

body.theme-a section.find.find-home--temp4 .home-find-brand-card:hover {
  border-color: var(--main-color);
  background: #eff6ff;
}

body.theme-a section.find.find-home--temp4 .home-find-brand-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
  flex-shrink: 0;
}

body.theme-a section.find.find-home--temp4 .home-find-brand-card__img img {
  display: block;
  width: 42px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

body.theme-a section.find.find-home--temp4 .home-find-brand-card__name {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  word-break: keep-all;
  text-align: center;
}

body.theme-a section.find.find-home--temp4 .home-find-import-pill {
  display: block;
  min-width: 0;
  padding: 9px 6px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #4b5563;
  background: #f9fafb;
  transition: background 0.15s ease, color 0.15s ease;
  word-break: keep-all;
}

body.theme-a section.find.find-home--temp4 .home-find-import-pill:hover {
  color: var(--main-color);
  background: #eff6ff;
}

body.theme-a section.find.find-home--temp4 .home-find-kind-card:hover {
  border-color: var(--main-color);
  background: #eff6ff;
}

body.theme-a section.find.find-home--temp4 .home-find-kind-card span {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  word-break: keep-all;
  text-align: center;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-align: center;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__readout {
  margin-bottom: 16px;
  font-size: 24px;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__fields input[type="number"] {
  width: 80px;
  height: 42px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

body.theme-a section.find.find-home--temp4 .find-price-range--temp4 .find-price-range__search {
  min-height: 42px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  cursor: pointer;
}

body.theme-a section.find.find-home--temp4 .home-find-price-quick-label {
  margin-top: 16px;
}

body.theme-a section.find.find-home--temp4 .home-find-price-link {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  color: #374151;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.theme-a section.find.find-home--temp4 .home-find-price-link:hover,
body.theme-a section.find.find-home--temp4 .home-find-price-link.active {
  border-color: var(--main-color);
  color: var(--main-color);
  background: #eff6ff;
}

@media (min-width: 640px) {
  body.theme-a section.find.find-home--temp4 .content_wrap {
    padding: 24px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-ko-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-ex-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-card {
    min-height: 112px;
    padding: 16px 10px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-card img {
    width: 64px;
    height: 64px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-card span {
    font-size: 14px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ── Footer counsel (modern) ── */
body.theme-a .footer-counsel-modern {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 70%, rgba(255, 255, 255, 0.85));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(30, 136, 229, 0.12);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

body.theme-a .footer-counsel-modern__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 10px 0;
}

body.theme-a .footer-counsel-modern__lead {
  margin: 0;
  flex-shrink: 0;
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}

body.theme-a .footer-counsel-modern__lead strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 800;
  color: var(--main-color);
}

body.theme-a .footer-counsel-modern__lead-sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

body.theme-a .footer-counsel-modern__fields {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

body.theme-a .footer-counsel-modern__field {
  flex: 1;
  max-width: 220px;
}

body.theme-a .footer-counsel-modern__field input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.theme-a .footer-counsel-modern__field input:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.12);
}

body.theme-a .footer-counsel-modern__submit {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 999px;
  background: var(--main-color);
  box-shadow: 0 4px 14px rgba(30, 136, 229, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

body.theme-a .footer-counsel-modern__submit:hover {
  background: #1565c0;
}

body.theme-a .footer-counsel-modern__submit:active {
  transform: scale(0.98);
}

body.theme-a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.theme-a[data-page="sub_view"] .footer_counsel {
  display: none !important;
}

/* type-a — mobile sticky counsel dock (문자상담 · 전화문의) */
.sub-view-mobile-dock {
  display: none;
}

@media (max-width: 1023px) {
  body.theme-a .sub-view-mobile-dock {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 65%, transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
  }

  body.theme-a .sub-view-mobile-dock__inner {
    display: flex;
    align-items: stretch;
    gap: 10px;
    max-width: 28rem;
    margin: 0 auto;
    pointer-events: auto;
  }

  body.theme-a .sub-view-mobile-dock__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.15s ease;
  }

  body.theme-a .sub-view-mobile-dock__btn:active {
    transform: scale(0.98);
  }

  body.theme-a .sub-view-mobile-dock__btn--sms {
    background: #fff;
    color: var(--main-color, #1e88e5);
    border: 1.5px solid var(--main-color, #1e88e5);
    box-shadow: 0 2px 10px rgba(30, 136, 229, 0.1);
  }

  body.theme-a .sub-view-mobile-dock__btn--tel {
    background: var(--main-color, #1e88e5);
    color: #fff;
    border: 1.5px solid var(--main-color, #1e88e5);
    box-shadow: 0 4px 16px rgba(30, 136, 229, 0.35);
    animation: theme-a-tel-glow 2s ease-in-out infinite;
  }

  body.theme-a .sub-view-mobile-dock__ico {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}

@keyframes theme-a-tel-glow {
  0%, 100% { box-shadow: 0 4px 16px rgba(30, 136, 229, 0.35); }
  50% { box-shadow: 0 4px 22px rgba(30, 136, 229, 0.55); }
}

@media (min-width: 1024px) {
  body.theme-a .sub-view-mobile-dock {
    display: none !important;
  }
}

/* ── Middle banner ── */
body.theme-a section.middle_ban img {
  display: block;
  width: 100%;
}

/* ── Car list ── */
body.theme-a section.car_list.ko_car:not(.car_list-home--temp4),
body.theme-a section.car_list.tru_car:not(.car_list-home--temp4) { padding-top: 60px; }

body.theme-a section.car_list h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
}

body.theme-a section.car_list h2 span { font-weight: 800; color: var(--main-color); }

body.theme-a section.car_list .car_wrap { margin-bottom: 30px; }

body.theme-a section.car_list .car_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

body.theme-a section.car_list .car_wrap li {
  width: auto;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

body.theme-a section.car_list .car_wrap li:hover {
  box-shadow: 0 0 10px var(--main-color);
  transform: none;
}

body.theme-a section.car_list .txt_wrap { padding: 10px; }

body.theme-a section.car_list .txt_wrap p.tit {
  margin-bottom: 5px;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.theme-a section.car_list .car_wrap li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.theme-a section.car_list .img_wrap img {
  display: block;
  width: 100%;
}

body.theme-a section.car_list .opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

body.theme-a section.car_list .opt span {
  font-size: 14px;
  color: #737373;
}

body.theme-a section.car_list .opt .car_pri {
  font-weight: 900;
  font-size: 19px;
  color: var(--main-color);
}

body.theme-a section.car_list a.more {
  display: block;
  width: 293px;
  padding: 16px 53px 15px 54px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  background: var(--main-color);
}

/* ── Home car lists (temp4) ── */
body.theme-a section.car_list.car_list-home--temp4 {
  padding: 0;
  margin-bottom: 48px;
}

body.theme-a section.car_list.car_list-home--temp4.ko_car,
body.theme-a section.car_list.car_list-home--temp4.tru_car {
  padding-top: 0;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #111827;
  text-align: left;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__title span {
  font-weight: 800;
  color: var(--main-color);
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__foot {
  margin-top: 32px;
  text-align: center;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  padding: 12px 24px;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  text-decoration: none;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}

body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__more:hover {
  background: var(--main-color);
  color: #fff;
}

body.theme-a section.car_list.car_list-home--temp4 .car-card-type-a {
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

body.theme-a section.car_list.car_list-home--temp4 .car-card-type-a__body {
  padding: 12px;
}

@media (min-width: 640px) {
  body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__inner {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  body.theme-a section.car_list.car_list-home--temp4 {
    margin-bottom: 64px;
  }

  body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__title {
    font-size: 24px;
  }

  body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__grid {
    gap: 20px;
  }

  body.theme-a section.car_list.car_list-home--temp4 .car-card-type-a__body {
    padding: 16px;
  }
}

@media (min-width: 1024px) {
  body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__inner {
    padding: 0 32px;
  }

  body.theme-a section.car_list.car_list-home--temp4 .car-list-temp4__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── Partner ── */
body.theme-a section.partner { padding: 60px 0; }

body.theme-a section.partner.partner-home--band {
  padding: 40px 0 48px;
  margin-bottom: 60px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}

body.theme-a section.partner.partner-home--band h2 {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
}

body.theme-a section.partner.partner-home--band .partner-marquee-wrap {
  overflow: hidden;
}

body.theme-a section.partner.partner-home--band .partner-marquee__track {
  display: flex;
  gap: 40px;
  width: max-content;
  padding: 0 16px;
  animation: partner-marquee-scroll 28s linear infinite;
}

body.theme-a section.partner.partner-home--band .partner-marquee__track:hover {
  animation-play-state: paused;
}

body.theme-a section.partner.partner-home--band .partner-marquee__item {
  flex-shrink: 0;
  width: 112px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

body.theme-a section.partner.partner-home--band .partner-marquee__item:hover {
  filter: grayscale(0);
  opacity: 1;
}

body.theme-a section.partner.partner-home--band .partner-marquee__logo {
  max-height: 32px;
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.theme-a section.partner h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 35px;
}

body.theme-a section.partner h2 span { font-weight: 800; color: var(--main-color); }

body.theme-a section.partner .marquee__track {
  animation-duration: 38s;
}

body.theme-a section.partner .marquee__item {
  width: 132px;
  height: 44px;
}

body.theme-a section.partner img.marquee__logo {
  max-width: 124px !important;
  max-height: 34px !important;
  width: auto !important;
  height: auto !important;
}

/* ── Reviews ── */
body.theme-a section.review { padding: 60px 0; }

body.theme-a section.review h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 35px;
}

body.theme-a section.review h2 span { font-weight: 800; color: var(--main-color); }

body.theme-a section.review p.desc {
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--main-color);
}

body.theme-a section.review .view_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

body.theme-a section.review .list {
  width: auto;
  border-radius: 8px;
  box-shadow: none;
}

body.theme-a section.review .list:hover { transform: none; }

body.theme-a section.review .list img {
  height: 240px;
  border-radius: 8px;
}

body.theme-a section.review .list p {
  padding: 5px 10px;
  font-size: 19px;
  -webkit-line-clamp: 1;
}

body.theme-a section.review .review-more-link {
  display: block;
  margin-top: 28px;
}

/* ── Process steps (HTML — hd-lease 이미지 대체) ── */
body.theme-a section.process {
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  background: none;
}

body.theme-a section.process.process-home {
  padding-top: 0;
}

body.theme-a section.process.process-steps-type-a .inner_wrap {
  padding: 28px 16px 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #c5ebfc 0%, #9fd0f3 50%, #7fb8e6 100%);
}

body.theme-a .process-steps-type-a__title {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(17px, 3.5vw, 26px);
  font-weight: 800;
  color: #2d3748;
  letter-spacing: -0.02em;
}

body.theme-a .process-steps-type-a__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.theme-a .process-steps-type-a__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

body.theme-a .process-steps-type-a__row--top {
  width: 100%;
}

body.theme-a .process-steps-type-a__row--bottom {
  width: min(100%, 420px);
  margin-left: auto;
  margin-right: auto;
}

body.theme-a .process-steps-type-a__item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

body.theme-a .process-steps-type-a__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #1e3a5f;
}

body.theme-a .process-steps-type-a__icon svg {
  width: 40px;
  height: 40px;
}

body.theme-a .process-steps-type-a__label {
  font-size: clamp(10px, 2.2vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  color: #1e3a5f;
  word-break: keep-all;
}

body.theme-a .process-steps-type-a__sep {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 18px;
  padding: 0 1px;
  color: rgba(255, 255, 255, 0.92);
  user-select: none;
}

body.theme-a .process-steps-type-a__sep svg {
  display: block;
  width: 18px;
  height: 18px;
}

body.theme-a .process-steps-type-a__row-sep {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  body.theme-a .process-steps-type-a__list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  body.theme-a .process-steps-type-a__row {
    display: contents;
  }

  body.theme-a .process-steps-type-a__row--bottom {
    width: auto;
    margin: 0;
  }

  body.theme-a .process-steps-type-a__row-sep {
    display: flex;
    align-items: center;
  }
}

body.theme-a section.process.process-home picture,
body.theme-a section.process.process-home img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* ── Sub list (hd-lease car_search + car_list) ── */
body.theme-a:not([data-page="home"]) main {
  padding-top: 48px;
}

body.theme-a section.car_search { padding-top: 10px; }

body.theme-a:not([data-page="home"]) section.car_search {
  padding-top: 0;
}

body.theme-a section.car_search .car_wrap { padding: 40px 10px 10px; }

body.theme-a section.car_search .car_wrap ul { display: flex; }

body.theme-a section.car_search .car_wrap ul li { flex: 1; }

body.theme-a section.car_search .car_wrap ul li.active {
  border: 1px solid var(--main-color);
  margin: -1px;
}

body.theme-a section.car_search .car_wrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  font-size: 16px;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt { display: flex; }

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list {
  flex: 1;
  border: 1px solid #ccc;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list + div.list {
  border-left: none;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.head {
  padding: 9px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: #f8f8f8;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul {
  overflow-y: auto;
  height: 150px;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul li {
  padding: 8px 12px;
  cursor: pointer;
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul li.active,
body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul li:hover {
  color: #fff;
  background: var(--main-color);
}

body.theme-a section.car_search .order {
  padding: 3px 0;
  margin-bottom: 30px;
  background: #333;
}

body.theme-a section.car_search .order ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

body.theme-a section.car_search .order ul li a {
  display: block;
  padding: 0 7px;
  font-size: 14px;
  color: #fff;
}

body.theme-a section.car_search .order ul li.active a {
  color: #333;
  background: #fff;
}

body.theme-a section.car_search .car_wrap-type-a ul li a {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
}

body.theme-a section.car_search .car_wrap-type-a ul li.active {
  border: none;
  margin: 0;
}

body.theme-a section.car_search .car_wrap-type-a ul li.active a {
  border: 2px solid var(--main-color);
  background: color-mix(in srgb, var(--main-color) 6%, #fff);
}

body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul li.active,
body.theme-a section.car_search div.subsearch_total_wrap div.chk_opt div.list div.opt_wrap ul li:hover {
  color: inherit;
  background: transparent;
}

body.theme-a section.car_search .order.order-type-a {
  padding: 0 0 12px;
  margin: 20px 0 16px;
  background: transparent;
}

body.theme-a section.car_search .order.order-type-a ul {
  gap: 20px;
  justify-content: flex-start;
}

body.theme-a section.car_search .order.order-type-a ul li a {
  padding: 0 0 10px;
  font-size: 14px;
  color: #6b7280;
  background: transparent;
}

body.theme-a section.car_search .order.order-type-a ul li.active a {
  color: var(--main-color);
  background: transparent;
  font-weight: 700;
}

body.theme-a section.car_list-sub {
  padding-top: 0;
}

body.theme-a section.car_list-sub .car_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.theme-a section.car_list-sub .car_wrap li {
  width: calc((100% - 30px) / 4);
}

body.theme-a section.car_list-sub .no_data {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #666;
}

/* ── Footer counsel ── */
body.theme-a .footer_counsel:not(.footer-counsel-modern) { background: var(--main-color); }

body.theme-a .bottom_counsel { display: none; }

body.theme-a footer .logo_text { display: none; }

body.theme-a footer .logo_wrap {
  width: 245px;
  margin-bottom: 40px;
}

body.theme-a footer .logo_wrap img {
  display: block;
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  body.theme-a section.car_list .car_wrap ul,
  body.theme-a section.car_list.car_list-home .car_wrap ul,
  body.theme-a section.car_list-sub .car_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  body.theme-a section.review .view_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.theme-a section.review .list img { height: 160px; }

  body.theme-a section.review .list p { font-size: 14px; }
}

@media (max-width: 768px) {
  /* hd-lease mobile head: award | logo center | search icon */
  body.theme-a header.header-classic > .inner_wrap {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    height: 80px;
    padding: 0 10px;
  }

  body.theme-a header.header-classic .award {
    display: block;
    order: 0;
    width: 96px;
    flex-shrink: 0;
  }

  body.theme-a header.header-classic .award img {
    display: block;
    width: 100%;
    max-height: none;
    margin: 0;
    object-fit: contain;
  }

  body.theme-a header.header-classic h1.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    order: 0;
    width: min(200px, 46vw);
    margin: 0;
    text-align: center;
  }

  body.theme-a header.header-classic .logo-chaitda-simple__brand {
    font-size: clamp(18px, 5vw, 24px);
  }

  body.theme-a header.header-classic .logo-chaitda-simple__type {
    font-size: 10px;
  }

  body.theme-a header.header-classic .right_wrap {
    order: 0;
    width: 96px;
    max-width: none;
    flex-shrink: 0;
  }

  body.theme-a header.header-classic .right_wrap .img_wrap img {
    width: 100%;
    height: auto;
  }

  /* hd-lease mobile nav: 3열 pill 버튼 */
  body.theme-a header.header-classic .gnb {
    background: transparent;
    padding: 0 10px 10px;
  }

  body.theme-a header.header-classic .gnb .inner_wrap {
    width: 100%;
    padding: 0;
  }

  body.theme-a header.header-classic .gnb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  body.theme-a header.header-classic .gnb ul li {
    width: calc((100% - 10px) / 3);
  }

  body.theme-a header.header-classic .gnb ul li a {
    display: block;
    padding: 10px 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background: var(--main-color);
  }

  body.theme-a section.visual .view_box { height: 200px; }

  body.theme-a section.main_counsel .form_inner {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding: 16px !important;
    gap: 10px;
  }

  body.theme-a section.main_counsel .form_inner .inp_wrap,
  body.theme-a section.main_counsel .form_inner .send { width: 100%; }

  body.theme-a section.main_counsel .form_inner .inp_wrap input { width: 100%; }

  body.theme-a section.main_counsel {
    padding-bottom: 10px;
  }

  body.theme-a[data-page="home"] section.main_counsel + section.find {
    padding-top: 40px;
    margin-top: 0;
  }

  body.theme-a section.find h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }

  body.theme-a section.find .info_wrap {
    flex-direction: column;
    min-height: auto;
  }

  body.theme-a section.find .tab_wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
  }

  body.theme-a section.find .tab_wrap button {
    flex: 1;
    width: auto;
    height: auto;
    min-height: 44px;
    padding: 9px 6px;
    font-size: 12px;
    text-align: center;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid transparent;
  }

  body.theme-a section.find .tab_wrap button + button {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }

  body.theme-a section.find .tab_wrap button.active {
    border-bottom-color: var(--main-color);
    padding-left: 8px;
  }

  body.theme-a section.find .tab_wrap button.active::after {
    display: none;
  }

  body.theme-a section.find:not(.find-home--temp4) .content_wrap {
    position: static;
    width: 100%;
    min-height: auto;
    padding: 16px;
  }

  body.theme-a section.find:not(.find-home--temp4) .content_wrap .tab {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    width: 100%;
    max-width: none;
    display: none;
    transition: none;
  }

  body.theme-a section.find:not(.find-home--temp4) .content_wrap .tab.active {
    display: block;
    transform: none;
    opacity: 1;
  }

  body.theme-a section.find.find-home--temp4 .tab_wrap button {
    padding: 9px 5px;
    font-size: 11.5px;
  }

  body.theme-a section.find.find-home--temp4 .content_wrap {
    padding: 16px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.theme-a section.find.find-home--temp4 .home-find-kind-card img {
    width: 56px;
    height: 56px;
  }

  body.theme-a section.partner.partner-home--band {
    padding: 32px 0 40px;
    margin-bottom: 40px;
  }

  body.theme-a section.partner.partner-home--band h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  body.theme-a section.partner.partner-home--band .partner-marquee__track {
    gap: 28px;
  }

  body.theme-a section.partner.partner-home--band .partner-marquee__item {
    width: 96px;
  }

  body.theme-a .footer-counsel-modern__form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 0;
  }

  body.theme-a .footer-counsel-modern__lead {
    text-align: center;
  }

  body.theme-a .footer-counsel-modern__fields {
    flex-direction: column;
    align-items: stretch;
  }

  body.theme-a .footer-counsel-modern__field {
    max-width: none;
  }

  body.theme-a .footer-counsel-modern__submit {
    width: 100%;
    min-height: 48px;
  }

  body.theme-a section.find .tab1 ul li { width: calc(100% / 3); }

  body.theme-a section.find .tab2 ul li { width: calc((100% - 20px) / 2); }

  body.theme-a section.find .find-price-range__readout { font-size: 18px; }

  body.theme-a section.find .find-price-range__fields input[type="number"] {
    width: 64px;
    font-size: 14px;
  }

  body.theme-a section.find .find-price-range__quick-btn {
    padding: 10px 2px;
    font-size: 14px;
  }

  body.theme-a section.car_list .car_wrap ul,
  body.theme-a section.car_list.car_list-home .car_wrap ul,
  body.theme-a section.car_list-sub .car_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  body.theme-a section.car_list .car_wrap li { width: auto; border-radius: 12px; }

  body.theme-a section.car_list h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }

  body.theme-a section.car_list .txt_wrap { padding: 8px; }

  body.theme-a section.car_list .txt_wrap p.tit {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  body.theme-a section.car_list .opt span { font-size: 11px; }

  body.theme-a section.car_list .opt .car_pri { font-size: 15px; }

  body.theme-a section.car_list a.more {
    width: auto;
    max-width: 225px;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 10px;
  }

  body.theme-a section.car_list.ko_car:not(.car_list-home--temp4),
  body.theme-a section.car_list.tru_car:not(.car_list-home--temp4) { padding-top: 40px; }

  body.theme-a section.partner { padding: 40px 0; }

  body.theme-a section.partner h2 { font-size: 22px; text-align: center; }

  body.theme-a section.partner .marquee__track {
    gap: 32px;
    animation-duration: 28s;
  }

  body.theme-a section.partner .marquee__item {
    width: 108px;
    height: 36px;
  }

  body.theme-a section.partner img.marquee__logo {
    max-width: 100px !important;
    max-height: 28px !important;
  }

  body.theme-a section.process.process-home {
    padding-top: 40px;
  }

  body.theme-a section.process.process-steps-type-a .inner_wrap {
    padding: 22px 14px 26px;
    border-radius: 12px;
  }

  body.theme-a .process-steps-type-a__title {
    margin-bottom: 18px;
    font-size: 17px;
  }

  body.theme-a .process-steps-type-a__list {
    gap: 18px;
  }

  body.theme-a .process-steps-type-a__row {
    gap: 6px;
  }

  body.theme-a .process-steps-type-a__row--bottom {
    width: min(88%, 320px);
  }

  body.theme-a .process-steps-type-a__item {
    max-width: none;
    gap: 10px;
  }

  body.theme-a .process-steps-type-a__icon {
    width: 60px;
    height: 60px;
  }

  body.theme-a .process-steps-type-a__icon svg {
    width: 46px;
    height: 46px;
  }

  body.theme-a .process-steps-type-a__label {
    font-size: 12px;
    line-height: 1.4;
  }

  body.theme-a .process-steps-type-a__sep {
    width: 20px;
    color: rgba(255, 255, 255, 0.95);
  }

  body.theme-a .process-steps-type-a__sep svg {
    width: 20px;
    height: 20px;
  }

  body.theme-a section.process.process-home .inner_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.theme-a section.find h2 { font-size: 22px; text-align: center; }

  body.theme-a section.car_search .car_wrap ul { flex-wrap: wrap; }

  body.theme-a section.car_search .car_wrap ul li {
    flex: 0 0 calc(25% - 6px);
    min-width: 72px;
  }

  body.theme-a section.car_search .car_wrap ul li a {
    padding: 10px 4px;
    font-size: 12px;
  }

  body.theme-a section.car_search .car_wrap ul li a img {
    width: 36px;
    height: auto;
  }

  body.theme-a .wrapper,
  body.theme-a main {
    padding-bottom: calc(100px + env(safe-area-inset-bottom, 0));
  }

  body.theme-a .footer_counsel { display: none; }

  body.theme-a footer.footer--type-a {
    padding: 0 0 calc(44px + env(safe-area-inset-bottom, 0));
  }

  body.theme-a .footer-type-a__menu {
    gap: 6px;
    padding: 14px 0;
  }

  body.theme-a .footer-type-a__menu-link {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  body.theme-a .footer-type-a__menu-link--mobile-only {
    display: inline-flex;
  }

  body.theme-a .footer-type-a__body {
    padding-top: 24px;
  }

  body.theme-a .footer-type-a__brand .logo-chaitda-simple__brand {
    font-size: 26px;
  }

  body.theme-a .footer-type-a__law {
    flex-direction: column;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
  }

  body.theme-a .footer-type-a__intro {
    font-size: 13px;
    text-align: left;
  }

  body.theme-a .footer-type-a__disclaimer {
    font-size: 12px;
  }

  body.theme-a .footer-type-a__notice--warn {
    font-size: 11px;
    padding: 11px 12px;
  }

  body.theme-a .footer-type-a__notice {
    font-size: 12px;
  }

  body.theme-a .footer-type-a__business-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  body.theme-a .footer-type-a__business-row dt {
    font-size: 11px;
  }

  body.theme-a .footer-type-a__business-row dd {
    font-size: 12px;
  }

  body.theme-a .bottom_counsel {
    z-index: 100;
    display: block;
    position: fixed;
    left: 50%;
    bottom: calc(12px + env(safe-area-inset-bottom, 0));
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 960px;
    padding: 10px;
    border: 2px solid var(--main-color);
    border-radius: 15px;
    background: #fff;
    box-sizing: border-box;
  }

  body.theme-a .bottom_counsel .inner_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  body.theme-a .bottom_counsel .ico_wrap {
    flex-shrink: 0;
    width: 13%;
    max-width: 72px;
  }

  body.theme-a .bottom_counsel .ico_wrap img {
    display: block;
    width: 100%;
    height: auto;
  }

  body.theme-a .bottom_counsel ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.theme-a .bottom_counsel ul li {
    overflow: hidden;
    flex: 1;
    border: 1px solid var(--main-color);
    border-radius: 999px;
    background: #fff;
  }

  body.theme-a .bottom_counsel ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color);
    text-align: center;
    text-decoration: none;
  }

  body.theme-a .bottom_counsel ul li.tel {
    animation: theme-a-btn-bg 1s alternate infinite;
  }

  body.theme-a .bottom_counsel ul li.tel a {
    color: #fff;
  }

  @keyframes theme-a-btn-bg {
    0% { background-color: #05e048; border-color: #05e048; }
    100% { background-color: var(--main-color); border-color: var(--main-color); }
  }

  body.theme-a section.review .view_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  body.theme-a section.review .list img { height: 140px; }

  body.theme-a .side_banner { display: none !important; }

  body.theme-a .type-switcher {
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 10px;
    font-size: 12px;
  }

  body.theme-a .type-switcher-label {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
  }
}

@media (max-width: 480px) {
  body.theme-a header.header-classic .gnb ul li {
    width: calc((100% - 10px) / 3);
  }

  body.theme-a header.header-classic .gnb ul li a {
    font-size: 3.2vw;
    padding: 10px 2px;
  }

  body.theme-a section.visual .view_box { height: 160px; }
}
