@charset "utf-8";

/* ==========================================================
   스페이스무역 - 중고차 수출 매입
   최대 폭 1200px / 본문 16px 이상 / 모바일 우선
   ========================================================== */

:root{
  --ink:#111935;
  --navy:#1B2650;
  --navy-2:#26325F;
  --violet:#6A55C4;
  --violet-d:#54419F;
  --gold:#F0C674;
  --star:#FFB400;
  --paper:#F7F6F2;
  --paper-2:#E9E7E0;
  --txt:#1B1E2C;
  --txt-2:#5E6377;
  --line:rgba(255,255,255,.16);
  --line-d:#DCDAD2;
  --wrap:1200px;
  --bar:66px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body.st-body{
  margin:0;padding:0 0 var(--bar);
  font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  font-size:16px;line-height:1.7;color:var(--txt);background:#fff;
  word-break:keep-all;-webkit-font-smoothing:antialiased;
}
body.st-body img{max-width:100%;height:auto;vertical-align:middle}
body.st-body a{color:inherit;text-decoration:none}
body.st-body h1,body.st-body h2,body.st-body h3,body.st-body p,body.st-body ul,body.st-body ol,body.st-body dl,body.st-body dd{margin:0;padding:0}
body.st-body ul,body.st-body ol{list-style:none}
body.st-body button{font-family:inherit;cursor:pointer}
:focus-visible{outline:2px solid var(--violet);outline-offset:2px}

.st-wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}

/* 화면에 들어올 때 떠오르는 효과 (클래스는 스크립트가 붙인다) */
.st-rise{
  opacity:0;transform:translateY(22px);
  transition:opacity .62s cubic-bezier(.22,.7,.28,1), transform .62s cubic-bezier(.22,.7,.28,1);
  will-change:opacity, transform;
}
.st-rise.is-in{opacity:1;transform:none}

.st-h2{font-size:27px;line-height:1.34;font-weight:800;letter-spacing:-.035em;color:var(--txt)}
.st-h2--light{color:#fff}

/* 관리자 바 */
.st-adminbar{display:flex;gap:16px;justify-content:flex-end;align-items:center;padding:7px 18px;background:#000;color:#fff;font-size:13px}
.st-adminbar a{color:rgba(255,255,255,.72)}
.st-adminbar a:hover{color:#fff}
.st-adminbar__tool{
  color:#FFB400 !important;-webkit-text-fill-color:#FFB400;
  padding-left:14px;border-left:1px solid rgba(255,255,255,.2);
}
.st-adminbar__tool + .st-adminbar__tool{padding-left:14px}

/* ==========================================================
   헤더
   ========================================================== */
.st-header{position:sticky;top:0;z-index:40;background:rgba(17,25,53,.94);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.12)}
.st-header__inner{max-width:var(--wrap);margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.st-brand{display:flex;align-items:center;gap:11px;min-width:0}
.st-brand__mark{width:50px;flex:0 0 auto}
.st-brand__text{display:flex;flex-direction:column;line-height:1.22;min-width:0}
.st-brand__text b{font-size:17.5px;font-weight:800;letter-spacing:.15em;color:#fff;white-space:nowrap}
.st-brand__text em{font-style:normal;font-size:13.5px;color:rgba(255,255,255,.62);letter-spacing:.03em;white-space:nowrap}
.st-header .st-header__call,
.st-header .st-header__call:link,
.st-header .st-header__call:visited,
.st-header .st-header__call:hover{
  display:flex;align-items:center;gap:10px;
  font-size:23px;font-weight:900;color:#fff;-webkit-text-fill-color:#fff;
  padding:4px 0;background:none;letter-spacing:-.02em;
}
.st-header__callicon{
  flex:0 0 auto;width:34px;height:34px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--violet);color:#fff;
}
/* 모바일에서는 로고를 키운 대신 헤더 전화는 아이콘만 둔다 (번호는 하단 고정바에 있음) */
@media (max-width:767px){
  .st-header__call b{display:none}
  .st-header__callicon{width:46px;height:46px}
  .st-header__callicon svg{width:23px;height:23px}
}
.st-header__callicon svg{display:block}

/* ==========================================================
   히어로
   ========================================================== */
.st-hero{position:relative;background:var(--ink);color:#fff;overflow:hidden}
.st-hero__photo{position:absolute;inset:0;display:block}
.st-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:left top}
.st-hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(17,25,53,.06) 0%,rgba(17,25,53,.42) 42%,rgba(17,25,53,.88) 100%);
}
.st-hero__inner{position:relative;z-index:2;max-width:var(--wrap);margin:0 auto;padding:200px 20px 40px}
.st-hero__kicker{font-size:14px;letter-spacing:.2em;color:var(--gold);font-weight:700}
.st-hero__title{margin-top:14px;font-size:38px;line-height:1.22;font-weight:800;letter-spacing:-.045em;text-shadow:0 2px 20px rgba(0,0,0,.4)}
.st-hero__lead{
  margin-top:20px;padding-top:18px;max-width:28em;
  border-top:1px solid rgba(255,255,255,.2);
  font-size:16.5px;line-height:1.7;color:rgba(255,255,255,.92);
}

/* 모바일 : 사진을 첫 화면 전체에 배경으로 깔고 흐리게 낮춘다.
   위쪽 띠가 아니라 히어로 박스 전체를 덮으므로 문구·폼 뒤까지 이어진다.
   진하기는 opacity 값(.32)으로 조절한다. */
@media (max-width:767px){
  .st-hero__photo{opacity:.32}
  .st-hero__photo img{object-position:center top}
  .st-hero::after{
    background:linear-gradient(180deg,rgba(17,25,53,.18) 0%,rgba(17,25,53,.48) 55%,rgba(17,25,53,.86) 100%);
  }
  .st-hero__inner{padding-top:44px}
}

/* 첫 화면은 스크롤 전이라 열자마자 순서대로 떠오르게 한다 */
@keyframes st-hero-in{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}
.st-hero__kicker,
.st-hero__title,
.st-hero__lead,
.st-hero .st-form{
  animation:st-hero-in .72s cubic-bezier(.22,.7,.28,1) both;
}
.st-hero__kicker{animation-delay:.06s}
.st-hero__title{animation-delay:.18s}
.st-hero__lead{animation-delay:.32s}
.st-hero .st-form{animation-delay:.44s}

/* 문의 폼 */
.st-form{margin-top:30px;background:#fff;color:var(--txt);box-shadow:0 20px 50px rgba(0,0,0,.3)}
.st-form__head{padding:20px 22px 0}
.st-form__title{font-size:22px;font-weight:800;letter-spacing:-.03em}
.st-form__desc{margin-top:4px;font-size:15px;color:var(--txt-2)}
.st-form form{padding:0 22px}
.st-field{display:block;margin-top:18px}
.st-field__label{display:block;font-size:14px;font-weight:700;color:var(--txt-2);margin-bottom:7px}
.st-field input{width:100%;height:54px;padding:0 14px;border:1px solid var(--line-d);border-radius:0;font-size:17px;font-family:inherit;color:var(--txt);background:#fff;transition:border-color .15s ease}
.st-field input::placeholder{color:#A6A8B6}
.st-field input:focus{border-color:var(--violet);outline:none}

.st-agree{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;font-size:14.5px;color:var(--txt-2)}
.st-agree__check{display:flex;align-items:center;gap:7px;cursor:pointer}
.st-agree input{width:17px;height:17px;accent-color:var(--violet);margin:0}
.st-agree__more{border:0;background:none;padding:0;font-size:14px;color:var(--txt-2);text-decoration:underline}
.st-privacy{margin-top:12px;padding:14px 15px;background:var(--paper);font-size:14px;line-height:1.75;color:var(--txt-2)}
.st-privacy p{margin:0}

.st-submit{width:100%;height:60px;margin-top:20px;border:0;background:var(--violet-d);color:#fff;font-size:18px;font-weight:800;letter-spacing:-.02em;transition:background .15s ease}
.st-submit:hover{background:var(--ink)}
.st-submit[disabled]{background:#9A93B8;cursor:default}

.st-form__call,.st-form__call:link,.st-form__call:visited{
  display:flex;align-items:center;justify-content:center;gap:10px;
  margin-top:20px;padding:16px;background:var(--navy);
  color:#fff;-webkit-text-fill-color:#fff;font-size:15px;font-weight:700;
}
.st-form__call b{font-size:20px;font-weight:900;letter-spacing:-.01em}

/* ==========================================================
   회사소개
   ========================================================== */
.st-about{position:relative;overflow:hidden;padding:54px 0 50px;background:var(--paper)}
.st-about::before{
  content:"";position:absolute;top:-160px;right:-140px;width:440px;height:440px;
  background:radial-gradient(circle,rgba(106,85,196,.18) 0%,rgba(106,85,196,0) 68%);
}
.st-about__deco{
  position:absolute;top:-70px;right:-110px;width:300px;
  color:rgba(106,85,196,.20);pointer-events:none;
}
.st-about__deco svg{display:block;width:100%;height:auto}
.st-about__inner{position:relative;z-index:2}

.st-about__brand{text-align:center;margin-bottom:30px}
.st-about__logo{width:158px}
.st-about__biz{
  margin-top:12px;font-size:17px;font-weight:800;
  letter-spacing:-.02em;color:var(--ink);line-height:1.4;
}
.st-about__biz span{
  display:block;margin-top:5px;font-size:12px;font-weight:700;
  letter-spacing:.24em;color:var(--violet-d);
}

.st-about__label{font-size:13px;font-weight:800;letter-spacing:.24em;color:var(--violet-d)}
.st-about__title{
  margin-top:12px;font-size:28px;line-height:1.32;font-weight:800;
  letter-spacing:-.04em;color:var(--ink);
}
.st-about__title::after{
  content:"";display:block;width:46px;height:3px;margin-top:20px;background:var(--violet-d);
}
.st-about__text{margin-top:22px}
.st-about__text p{font-size:16.5px;line-height:1.78;color:var(--txt-2)}
.st-about__text p + p{margin-top:14px}
.st-about__text .st-about__lead{
  font-size:19px;line-height:1.62;font-weight:700;
  letter-spacing:-.03em;color:var(--txt);
}

/* ==========================================================
   강점 3
   ========================================================== */
.st-points{background:#fff;padding:52px 0 20px}
.st-points__list{display:grid;grid-template-columns:1fr;gap:14px}
.st-point{
  padding:32px 26px;border-radius:16px;text-align:center;
}
.st-point__icon{display:block;margin:0 auto 18px;width:96px;height:96px}
.st-point__icon img{width:100%;height:100%;object-fit:contain;display:block}
.st-point h3{font-size:24px;font-weight:800;letter-spacing:-.035em;line-height:1.35}
.st-point p{margin-top:14px;font-size:17px;line-height:1.65}

/* 파스텔 세 가지 - 라벤더 / 블루 / 베이지 */
.st-point h3{color:var(--txt)}
.st-point p{color:var(--txt-2)}
.st-point--1{background:#EEEAFA;border:1px solid #DFD8F5}
.st-point--2{background:#E5EBF8;border:1px solid #D4DEF2}
.st-point--3{background:#F6F1E6;border:1px solid #EBE2CE}

/* ==========================================================
   2단 공통
   ========================================================== */
.st-split{display:block}
.st-split__head{margin-bottom:24px}
.st-split__note{margin-top:12px;font-size:15.5px;line-height:1.75;color:var(--txt-2)}

/* ==========================================================
   수출 가능 차량
   ========================================================== */
.st-accept{padding:60px 0;background:#FAF9F6}
.st-accept .st-h2{font-size:34px;line-height:1.28}
.st-accept__list{border-top:1px solid var(--line-d)}
.st-accept__list li{
  display:flex;align-items:flex-start;gap:18px;
  padding:26px 0;border-bottom:1px solid var(--line-d);
}
.st-accept__icon{
  flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  width:46px;height:46px;color:var(--violet-d);margin-top:2px;
}
.st-accept__icon svg{width:46px;height:46px}
.st-accept__body{display:block}
.st-accept__list strong{display:block;font-size:23px;font-weight:800;letter-spacing:-.035em;color:var(--txt);line-height:1.38}
.st-accept__list .st-accept__body span{display:block;margin-top:8px;font-size:18px;line-height:1.7;color:var(--txt-2)}

/* ==========================================================
   매입 절차
   ========================================================== */
.st-steps{padding:64px 0 52px;background:var(--navy);color:#fff;--circle:82px}
.st-steps__head{margin-bottom:40px;text-align:center}
.st-steps__head .st-h2{font-size:34px;line-height:1.28}
.st-steps__note{
  margin:16px auto 0;max-width:none;text-align:center;
  font-size:17px;line-height:1.45;color:rgba(255,255,255,.72);
}
/* 좁은 화면에서는 지정한 줄바꿈을 무시한다 */
@media (max-width:600px){
  .st-steps__note br{display:none}
}
/* 글줄 수가 달라도 단계 간격이 같도록 모든 줄의 높이를 맞춘다 */
.st-steps__list{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;gap:0}
.st-step{
  position:relative;display:flex;gap:18px;align-items:flex-start;padding:0 0 34px;
  opacity:0;transform:translateY(18px);
  transition:opacity .5s ease, transform .5s ease;
}
.st-steps.is-in .st-step{opacity:1;transform:none}
.st-steps.is-in .st-step:nth-child(1){transition-delay:.05s}
.st-steps.is-in .st-step:nth-child(2){transition-delay:.20s}
.st-steps.is-in .st-step:nth-child(3){transition-delay:.35s}
.st-steps.is-in .st-step:nth-child(4){transition-delay:.50s}
.st-steps.is-in .st-step:nth-child(5){transition-delay:.65s}
.st-step__circle{
  flex:0 0 auto;position:relative;z-index:2;
  width:var(--circle);height:var(--circle);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#fff;border:0;
}
.st-step__circle img{width:76%;height:76%;object-fit:contain;display:block}
.st-step__circle em{
  position:absolute;top:-6px;right:-6px;
  min-width:28px;height:28px;padding:0 6px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:var(--violet);border:2px solid #fff;
  font-style:normal;font-size:13px;font-weight:900;color:#fff;letter-spacing:-.02em;
}
/* 제목 첫 줄을 원의 윗선에 맞춘다 */
.st-step__body{padding-top:4px}
.st-step__body h3{font-size:21px;font-weight:800;letter-spacing:-.03em;line-height:1.32}
.st-step__body p{margin-top:10px;font-size:16.5px;line-height:1.5;color:rgba(255,255,255,.76)}
/* 모바일에서는 원 아래로 선을 잇는다 */
.st-step__arrow{
  position:absolute;left:calc(var(--circle) / 2 - 1px);top:var(--circle);bottom:6px;width:2px;
  background:rgba(255,255,255,.24);
}
.st-step__arrow svg{display:none}

/* ==========================================================
   수출 국가
   ========================================================== */
.st-countries{position:relative;padding:62px 0 66px;background:var(--ink);color:#fff;overflow:hidden}
.st-countries__photo{position:absolute;inset:0}
.st-countries__photo img{width:100%;height:100%;object-fit:cover;opacity:.86;object-position:center 62%}
.st-countries::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,25,53,.5) 0%,rgba(17,25,53,.66) 60%,rgba(17,25,53,.78) 100%)}
.st-countries__inner{position:relative;z-index:2}
.st-countries__head{margin-bottom:40px;text-align:center}
.st-countries__head .st-h2{font-size:34px;line-height:1.28}
.st-countries__note{
  margin:16px auto 0;text-align:center;
  font-size:17px;line-height:1.45;color:rgba(255,255,255,.72);
}
@media (max-width:600px){
  .st-countries__note br{display:none}
}
.st-countries__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.st-countries__list li{
  display:flex;align-items:center;gap:16px;padding:18px 20px;
  background:rgba(17,25,53,.62);border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(3px);
  font-size:19px;font-weight:700;
}
.st-countries__list img{width:56px;height:auto;box-shadow:0 0 0 1px rgba(255,255,255,.3)}

/* ==========================================================
   중간 CTA 띠
   ========================================================== */
.st-band{background:var(--paper);padding:44px 0 0}
.st-band__inner{display:block;padding-top:0;padding-bottom:0}
.st-band__photo img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center 45%}
.st-band__copy{padding:34px 0 40px}
.st-band__copy h2{font-size:25px;font-weight:800;letter-spacing:-.035em;line-height:1.36;color:var(--txt)}
.st-band__copy p{margin-top:10px;font-size:16px;color:var(--txt-2)}
.st-band__btns{margin-top:22px;display:flex;flex-direction:column;gap:10px}
.st-band__form,.st-band__tel{height:56px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;letter-spacing:-.02em}
.st-band__form,.st-band__form:link,.st-band__form:visited{
  background:var(--violet-d);color:#fff;-webkit-text-fill-color:#fff;
}
.st-band__form:hover{background:var(--ink);color:#fff;-webkit-text-fill-color:#fff}
.st-band__tel,.st-band__tel:link,.st-band__tel:visited{
  background:#fff;border:2px solid var(--txt);color:var(--txt);-webkit-text-fill-color:var(--txt);
}
.st-band__tel:hover{background:var(--txt);color:#fff;-webkit-text-fill-color:#fff}

/* ==========================================================
   후기
   ========================================================== */
.st-reviews{padding:64px 0 70px}
.st-reviews__head{margin-bottom:40px;text-align:center}
.st-reviews__head .st-h2{font-size:34px;line-height:1.28}
.st-reviews__note{
  margin:14px auto 0;text-align:center;
  font-size:17px;line-height:1.6;color:var(--txt-2);
  opacity:.92;
}
@media (max-width:600px){
  .st-reviews__note br{display:none}
}
.st-reviews__slider{position:relative}
.st-reviews__list{
  display:flex;gap:14px;
  overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;
}
.st-reviews__list::-webkit-scrollbar{display:none}
.st-reviews__list > li{flex:0 0 100%;scroll-snap-align:start}

.st-reviews__nav{
  display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px;
}
.st-reviews__arrow{
  width:48px;height:48px;border-radius:50%;border:1px solid var(--line-d);
  background:#fff;color:var(--ink);
  display:flex;align-items:center;justify-content:center;
  transition:background .15s ease, color .15s ease, opacity .15s ease;
}
.st-reviews__arrow:hover{background:var(--violet-d);border-color:var(--violet-d);color:#fff}
.st-reviews__arrow[disabled]{opacity:.32;cursor:default}
.st-reviews__arrow[disabled]:hover{background:#fff;border-color:var(--line-d);color:var(--ink)}
.st-reviews__count{font-size:16px;font-weight:700;color:var(--txt-2);letter-spacing:.02em;min-width:56px;text-align:center}
.st-reviews__count b{font-size:19px;font-weight:900;color:var(--ink)}
.st-review{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(17,25,53,.08);transition:box-shadow .2s ease, transform .2s ease}
@media (min-width:768px){
  .st-review:hover{box-shadow:0 14px 34px rgba(17,25,53,.16);transform:translateY(-3px)}
}
.st-review__open{display:block;width:100%;padding:0;border:0;background:none;text-align:left;font:inherit;color:inherit;cursor:pointer}
.st-review__thumb{display:block;aspect-ratio:4/3;background:var(--paper-2);overflow:hidden;border-radius:14px 14px 0 0}
.st-review__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.st-review__open:hover .st-review__thumb img{transform:scale(1.04)}
.st-review__body{display:block;padding:18px 18px 16px}
.st-review__title{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:22px;font-weight:800;letter-spacing:-.035em;color:var(--txt);
  line-height:1.36;
}
.st-review__text{
  position:relative;display:block;overflow:hidden;
  margin-top:12px;height:6.6em;
  font-size:15px;line-height:1.65;color:var(--txt-2);
}
.st-review__text::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2.2em;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 78%);
}
.st-review__foot{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin-top:14px;padding-top:14px;border-top:1px solid var(--line-d);
}
.st-review__writer{
  display:flex;align-items:center;gap:7px;
  font-size:15px;font-weight:700;color:var(--txt-2);
}
.st-review__writer svg{flex:0 0 auto;color:#A8ABBC}
.st-review__star{font-size:21px;color:var(--star);letter-spacing:2px;line-height:1}

.st-modal__foot{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin-top:18px;padding-top:16px;border-top:1px solid var(--line-d);
}
.st-modal__writer{font-size:15.5px;font-weight:700;color:var(--txt-2)}
.st-modal__star{font-size:23px;color:var(--star);letter-spacing:2px;line-height:1}

/* 후기 팝업 */
.st-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}
.st-modal[hidden]{display:none}
.st-modal__dim{position:absolute;inset:0;background:rgba(17,25,53,.8)}
.st-modal__panel{
  position:relative;z-index:1;width:100%;max-width:460px;max-height:86vh;
  overflow-y:auto;overflow-x:hidden;
  background:#fff;padding:0 22px 22px;border-radius:16px;
}
.st-modal__head{
  position:sticky;top:0;z-index:3;
  display:flex;align-items:flex-start;gap:14px;
  padding:20px 0 14px;background:#fff;
}
.st-modal__close{
  flex:0 0 auto;margin-top:-2px;
  width:40px;height:40px;padding:0;border:0;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--paper);color:var(--txt);
}
.st-modal__close:hover{background:var(--txt);color:#fff}
.st-modal__img{margin:4px 0 0;overflow:hidden;background:var(--paper-2);border-radius:10px}
.st-modal__img:empty{display:none}
.st-modal__img img{width:100%;height:auto;display:block;max-width:100%}
.st-modal__title{flex:1 1 auto;min-width:0;font-size:23px;font-weight:800;letter-spacing:-.035em;color:var(--txt);line-height:1.38}
.st-modal__text{margin-top:18px;font-size:16px;line-height:1.8;color:var(--txt-2);white-space:pre-line;overflow-wrap:break-word}

/* ==========================================================
   준비하실 서류
   ========================================================== */
.st-docs{padding:64px 0 70px;background:#fff}
.st-docs__head{margin-bottom:40px;text-align:center}
.st-docs__head .st-h2{font-size:34px;line-height:1.28}
.st-docs__note{margin:14px auto 0;text-align:center;font-size:17px;line-height:1.6;color:var(--txt-2)}
.st-docs__list{display:grid;grid-template-columns:1fr;gap:14px}
.st-docs__list li{
  display:block;padding:28px 24px;text-align:center;
  background:var(--paper);border-radius:16px;
}
.st-docs__icon{
  display:flex;align-items:center;justify-content:center;
  width:64px;height:64px;margin:0 auto 16px;border-radius:50%;
  background:#fff;color:var(--violet-d);
}
.st-docs__list strong{display:block;font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--txt)}
.st-docs__list .st-docs__desc{display:block;margin-top:8px;font-size:16px;line-height:1.55;color:var(--txt-2)}

/* ==========================================================
   자주 묻는 질문
   ========================================================== */
.st-faq{padding:64px 0 74px;background:var(--paper)}
.st-faq__head{margin-bottom:36px;text-align:center}
.st-faq__head .st-h2{font-size:34px;line-height:1.28}
.st-faq__note{margin:14px auto 0;text-align:center;font-size:17px;line-height:1.6;color:var(--txt-2)}
.st-faq__list{max-width:none;margin:0;border-top:2px solid var(--txt)}
.st-faq__item{border-bottom:1px solid var(--line-d)}
.st-faq__q{
  width:100%;display:flex;align-items:flex-start;gap:16px;
  padding:26px 0;border:0;background:none;text-align:left;
  font-size:21px;font-weight:800;letter-spacing:-.03em;color:var(--txt);line-height:1.5;
}
.st-faq__text{flex:1 1 auto;min-width:0}
.st-faq__q::after{content:"+";flex:0 0 auto;font-size:28px;font-weight:400;color:var(--violet-d);line-height:1.2}
.st-faq__q[aria-expanded="true"]::after{content:"−"}

.st-faq__mark{
  flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  background:var(--violet-d);color:#fff;
  font-size:18px;font-weight:900;line-height:1;
}
.st-faq__mark--a{
  background:var(--txt);
  width:30px;height:30px;font-size:14px;margin-top:4px;
}

.st-faq__a{display:flex;align-items:flex-start;gap:14px;padding:0 0 26px;padding-left:54px}
/* display 를 지정하면 hidden 이 무시되므로 따로 잡아준다 */
.st-faq__a[hidden]{display:none}
.st-faq__a p{flex:1 1 auto;min-width:0;font-size:18px;line-height:1.8;color:var(--txt-2);padding-top:6px}

@media (max-width:600px){
  .st-docs__note br{display:none}
}

/* ==========================================================
   푸터
   ========================================================== */
.st-footer{background:var(--ink);color:rgba(255,255,255,.66);padding:46px 0 38px}
.st-footer__inner{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.st-footer__brand{display:flex;align-items:center;gap:10px}
.st-footer__brand img{width:32px}
.st-footer__brand b{font-size:13.5px;letter-spacing:.16em;color:#fff;font-weight:700}
.st-footer__info{margin-top:24px;font-size:14.5px;line-height:2}
.st-footer__info > div{display:flex;gap:10px;flex-wrap:wrap}
.st-footer__info dt{flex:0 0 auto;min-width:82px;color:rgba(255,255,255,.4)}
.st-footer__info dd{margin:0}
.st-footer__info a,.st-footer__info a:link,.st-footer__info a:visited{color:#fff;-webkit-text-fill-color:#fff;text-decoration:underline}
.st-footer__copy{margin-top:24px;font-size:12.5px;color:rgba(255,255,255,.32)}

/* ==========================================================
   하단 고정 상담바 (히어로를 지나면 나타남)
   ========================================================== */
.st-quick{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:var(--violet);
  padding-bottom:env(safe-area-inset-bottom);
  transform:translateY(110%);opacity:0;
  transition:transform .28s ease, opacity .2s ease;
  box-shadow:0 -8px 30px rgba(17,25,53,.26);
}
.st-quick.is-on{transform:translateY(0);opacity:1}
.st-quick__inner{max-width:var(--wrap);margin:0 auto;padding:0 20px}

/* 모바일 : 2분할 버튼 */
.st-quick__tel,.st-quick__form{display:none}
.st-quick__mobile{display:grid;grid-template-columns:1fr 1fr;height:var(--bar)}
.st-quick__mobile a,.st-quick__mobile a:link,.st-quick__mobile a:visited{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:17px;font-weight:800;color:#fff;-webkit-text-fill-color:#fff;letter-spacing:-.02em;
}
.st-quick__mobile a svg{flex:0 0 auto;display:block;opacity:.95}
.st-quick__mtel{border-right:1px solid rgba(255,255,255,.28)}

/* ==========================================================
   태블릿 이상
   ========================================================== */
@media (min-width:768px){
  /* PC 고정 상담바는 입력폼이 들어가 높이가 커진다. 푸터가 가려지지 않도록 여백을 맞춘다 */
  :root{--bar:120px}

  .st-wrap{padding:0 32px}
  .st-h2{font-size:34px}

  .st-header__inner{padding:18px 32px}
  .st-brand{gap:14px}
  .st-brand__mark{width:70px}
  .st-brand__text b{font-size:24px}
  .st-brand__text em{font-size:16.5px;margin-top:2px}
  .st-header .st-header__call{font-size:28px;gap:12px}
  .st-header__callicon{width:40px;height:40px}
  .st-header__callicon svg{width:22px;height:22px}

  .st-hero__inner{
    padding:96px 32px 88px;
    display:grid;grid-template-columns:1fr 372px;gap:44px;align-items:center;
  }
  .st-hero__copy{padding-left:150px}
  .st-hero::after{background:linear-gradient(90deg,rgba(17,25,53,.06) 0%,rgba(17,25,53,.24) 20%,rgba(17,25,53,.74) 42%,rgba(17,25,53,.9) 100%)}
  .st-hero__kicker{font-size:15px}
  .st-hero__title{font-size:52px;margin-top:16px}
  .st-hero__lead{font-size:17px;margin-top:22px;padding-top:20px}
  .st-form{margin-top:0}

  .st-about{padding:100px 0 96px}
  .st-about__inner{display:grid;grid-template-columns:340px 1fr;gap:0 70px;align-items:start}
  .st-about__brand{text-align:left;margin-bottom:0;padding-top:4px}
  .st-about__logo{width:238px}
  .st-about__biz{margin-top:16px;font-size:19px}
  .st-about__deco{width:480px;top:-120px;right:-140px}
  .st-about__title{font-size:40px}
  .st-about__title::after{margin-top:24px}
  .st-about__text{margin-top:26px}
  .st-about__text p{font-size:17.5px}
  .st-about__text .st-about__lead{font-size:21px;line-height:1.6}

  .st-points{padding:88px 0 30px}
  .st-points__list{grid-template-columns:repeat(3,1fr);gap:20px}
  .st-point{padding:44px 30px;border-radius:20px}
  .st-point__icon{width:116px;height:116px;margin-bottom:22px}
  .st-point h3{font-size:26px}
  .st-point p{font-size:17.5px;margin-top:16px}

  .st-split{display:grid;grid-template-columns:300px 1fr;gap:0 60px;align-items:start}
  .st-split__head{margin-bottom:0}

  .st-accept{padding:110px 0}
  .st-accept .st-h2{font-size:52px;line-height:1.2}
  /* 왼쪽 제목은 자리에 머물고 오른쪽만 흐른다 */
  .st-accept .st-split{grid-template-columns:400px 1fr;gap:0 70px;align-items:start}
  .st-accept .st-split__head{position:sticky;top:120px;align-self:start}
  .st-accept__list li{padding:30px 0;gap:24px}
  .st-accept__icon{width:54px;height:54px}
  .st-accept__icon svg{width:54px;height:54px}
  .st-accept__list strong{font-size:26px}
  .st-accept__list .st-accept__body span{font-size:19px;margin-top:10px}
  .st-accept .st-split__note{font-size:20px;margin-top:18px;line-height:1.65}
  .st-split__note{font-size:18px}

  .st-steps{padding:104px 0 110px}
  .st-steps__head{margin-bottom:64px}
  .st-steps__head .st-h2{font-size:46px}
  .st-steps__note{font-size:19px;margin-top:20px}
  /* 가로로 나열하고 사이에 화살표를 둔다 */
  .st-steps__list{display:flex;align-items:stretch;justify-content:space-between;gap:0}
  .st-step{
    flex:1 1 0;flex-direction:column;align-items:center;text-align:center;
    padding:0 18px;gap:0;
  }
  .st-step__body{display:flex;flex-direction:column;align-items:center}
  .st-steps{--circle:160px}
  .st-step__circle{margin-bottom:28px}
  .st-step__circle em{min-width:34px;height:34px;font-size:15px;top:-2px;right:-2px}
  .st-step__body{padding-top:0}
  .st-step__body h3{font-size:21px}
  .st-step__body p{font-size:16px;margin-top:10px}
  /* 화살표를 원의 한가운데 높이에 맞춘다 */
  .st-step__arrow{
    position:absolute;left:auto;right:-13px;bottom:auto;
    top:calc(var(--circle) / 2);transform:translateY(-50%);
    width:auto;height:auto;background:none;color:rgba(255,255,255,.45);
  }
  .st-step__arrow svg{display:block}

  .st-countries{padding:104px 0 112px}
  .st-countries__head{margin-bottom:64px}
  .st-countries__head .st-h2{font-size:46px}
  .st-countries__note{font-size:19px;margin-top:20px}
  .st-countries__list{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:0}
  .st-countries__list li{padding:22px 24px;font-size:21px;gap:18px}
  .st-countries__list img{width:68px}

  .st-band{padding:78px 0 78px}
  .st-band__inner{display:grid;grid-template-columns:1fr 1.06fr;gap:0 64px;align-items:center;padding-top:0;padding-bottom:0}
  .st-band__photo{height:100%}
  .st-band__photo img{aspect-ratio:auto;height:100%;min-height:300px;max-height:420px;object-fit:cover;object-position:center 42%}
  .st-band__copy{padding:56px 0}
  .st-band__copy h2{font-size:33px;letter-spacing:-.04em}
  .st-band__copy p{font-size:17px;margin-top:12px}
  /* PC 에서는 전화 버튼이 의미가 없어 숨긴다 (모바일 전용) */
  .st-band__tel{display:none}
  .st-band__btns{flex-direction:row;margin-top:28px;max-width:none}
  .st-band__form{flex:0 0 auto;min-width:0;height:60px;padding:0 54px;font-size:17.5px}

  .st-reviews{padding:96px 0 100px}
  .st-reviews__head{margin-bottom:60px}
  .st-reviews__head .st-h2{font-size:46px}
  .st-reviews__note{font-size:18px;margin-top:16px}
  /* PC 는 그대로 3열 나열, 롤링 버튼은 모바일 전용 */
  .st-reviews__list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;overflow:visible}
  .st-reviews__list > li{flex:none}
  .st-reviews__nav{display:none}
  .st-modal__panel{max-width:560px;padding:26px}

  .st-docs{padding:100px 0 104px}
  .st-docs__head{margin-bottom:56px}
  .st-docs__head .st-h2{font-size:46px}
  .st-docs__note{font-size:18px}
  .st-docs__list{grid-template-columns:repeat(4,1fr);gap:18px}
  .st-docs__list li{padding:36px 24px;border-radius:20px}
  .st-docs__icon{width:76px;height:76px;margin-bottom:20px}
  .st-docs__icon svg{width:40px;height:40px}
  .st-docs__list strong{font-size:21px}

  .st-faq{padding:100px 0 110px}
  .st-faq__head{margin-bottom:52px}
  .st-faq__head .st-h2{font-size:46px}
  .st-faq__note{font-size:18px}
  .st-faq__q{font-size:24px;padding:30px 0;gap:20px}
  .st-faq__a{padding:0 0 32px;gap:16px;padding-left:64px}
  .st-faq__a p{font-size:19px}
  .st-faq__mark{width:44px;height:44px;font-size:20px}
  .st-faq__mark--a{width:34px;height:34px;font-size:15px;margin-top:5px}

  .st-footer{padding:66px 0 40px}
  .st-footer__info{display:grid;grid-template-columns:repeat(2,1fr);gap:0 48px;max-width:880px}

  .st-quick__mobile{display:none}
  .st-quick__inner{display:flex;align-items:center;gap:30px;padding:15px 32px}
  .st-quick__tel,.st-quick__tel:link,.st-quick__tel:visited{
    display:flex;flex-direction:column;line-height:1.25;
    color:#fff;-webkit-text-fill-color:#fff;flex:0 0 auto;
  }
  .st-quick__tel span{font-size:15px;font-weight:700;opacity:.94;letter-spacing:-.01em}
  .st-quick__tel b{font-size:32px;font-weight:900;letter-spacing:-.02em;margin-top:2px}
  .st-quick__form{display:block;flex:1 1 auto;min-width:0}
  .st-quick__fields{display:flex;align-items:center;gap:12px}
  .st-quick__fields input{
    height:56px;padding:0 18px;border:0;background:#fff;
    font-family:inherit;font-size:17px;color:var(--txt);min-width:0;
  }
  .st-quick__fields input::placeholder{color:#9EA1B2}
  .st-quick__fields input[name="car_name"]{flex:1.25 1 0}
  .st-quick__fields input[name="hp"]{flex:1 1 0}
  .st-quick__fields input:focus{outline:2px solid var(--ink);outline-offset:-2px}
  .st-quick__agree{
    display:flex;align-items:center;gap:8px;margin-top:9px;
    font-size:14px;color:#fff;
  }
  .st-quick__agree label{display:flex;align-items:center;gap:7px;cursor:pointer}
  .st-quick__agree input{width:17px;height:17px;accent-color:#fff;margin:0}
  .st-quick__terms{
    border:0;background:none;padding:0;
    font-size:14px;color:#fff;opacity:.85;text-decoration:underline;
  }
  .st-quick__terms:hover{opacity:1}
  .st-quick__submit{
    width:auto;height:56px;margin-top:0;flex:0 0 auto;
    padding:0 40px;background:var(--ink);font-size:17.5px;white-space:nowrap;
  }
  .st-quick__submit:hover{background:#000}
}

@media (min-width:1024px){
  .st-hero__inner{grid-template-columns:1fr 400px;gap:64px;padding:110px 32px 100px}
  .st-hero__copy{padding-left:190px}
  .st-hero__title{font-size:58px}

  .st-about__inner{grid-template-columns:380px 1fr;gap:0 84px}
  .st-about__title{font-size:44px}
}



@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none !important;transition:none !important}
  .st-step{opacity:1 !important;transform:none !important}
  .st-rise{opacity:1 !important;transform:none !important}
  .st-hero__kicker,.st-hero__title,.st-hero__lead,.st-hero .st-form{opacity:1 !important;transform:none !important}
}
