/* =========================================================
   가자용달 이사화물 스타일 기본틀
   색상/폰트는 :root 변수만 바꾸면 전체가 함께 바뀝니다.
   ========================================================= */
:root{
  --navy:#1b2a63;
  --navy-deep:#141f4a;
  --blue:#2f6bff;
  --blue-dark:#1d4fd8;
  --sky:#5bc8ff;
  --yellow:#ffe14d;
  --red:#e83b3b;
  --ink:#1a1a1a;
  --gray:#6b7280;
  --line:#e5e7eb;
  --bg:#ffffff;
  --wrap:1200px;
  --callbar-h:92px;
  --font:'Malgun Gothic','맑은 고딕',AppleSDGothicNeo-Regular,'Apple SD Gothic Neo',sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:var(--font);
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
  padding-bottom:var(--callbar-h);   /* 하단 고정바 자리 확보 */
  overflow-x:hidden;                 /* 가로 스크롤 방지 */
}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}

.wrap{width:min(100% - 32px,var(--wrap));margin-inline:auto}

/* 스크린리더 전용 / 건너뛰기 링크 */
.sr-only{
  position:absolute;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.skip{
  position:absolute;left:-9999px;top:0;z-index:100;
  background:var(--navy-deep);color:#fff;padding:10px 16px;font-weight:800;
}
.skip:focus{left:8px;top:8px}

/* 공통 칩 / 버튼 --------------------------------------- */
.chip{
  display:inline-block;padding:2px 10px;border-radius:999px;
  font-size:12px;font-weight:700;line-height:1.6;white-space:nowrap;
}
.chip--yellow{background:var(--yellow);color:#2b2b00}
.chip--red{background:#fff;color:var(--red);border:1px solid var(--red)}
.chip--dark{background:#111;color:#fff}
.chip--star{background:var(--yellow);color:#2b2b00}
.chip--talk{background:var(--yellow);color:#2b2b00}
.chip--live{background:#111;color:var(--yellow);border:1px solid var(--yellow)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:0;border-radius:6px;font-weight:800;
  background:var(--blue);color:#fff;padding:12px 18px;
  transition:background .15s ease;
}
.btn:hover{background:var(--blue-dark)}
.btn--dark{background:var(--navy-deep)}
.btn--sm{padding:6px 12px;font-size:12px}

/* =========================================================
   1. 상단 유틸바
   ========================================================= */
.topbar{background:#fff;border-bottom:1px solid var(--line)}
.topbar__inner{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;gap:24px;
  min-height:96px;
}
.topbar__award{display:flex;align-items:center;gap:10px}
.award__badge{
  width:52px;height:52px;flex:none;border-radius:50%;
  background:var(--navy);color:#fff;
  display:grid;place-items:center;font-size:12px;font-weight:800;letter-spacing:.5px;
}
.topbar__award p{margin:0;font-size:13px;line-height:1.45}
.topbar__award strong{display:block;font-size:14px}

.topbar__logo{justify-self:center}
.topbar__logo img{height:52px;width:auto}

.topbar__notice{text-align:center;font-size:15px}
.notice__line1{margin:0;color:var(--navy);font-weight:800}
.notice__line1 b{color:var(--blue)}
.notice__line2{margin:2px 0 6px;color:var(--red);font-weight:800}

.topbar__tel{text-align:right}
.tel__desc{margin:0 0 4px;font-size:13px;color:var(--gray)}
.tel__row{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.tel__num{font-size:30px;font-weight:900;color:var(--red);letter-spacing:-.5px}

/* =========================================================
   2. 메인 네비게이션
   ========================================================= */
.gnb{background:#fff;border-bottom:2px solid var(--navy)}
.gnb__toggle{
  display:none;width:100%;padding:12px;border:0;background:transparent;
  font-size:16px;font-weight:800;color:var(--navy);
}
.gnb__list{display:flex;justify-content:space-between;align-items:center}
.gnb__list a{
  display:block;padding:16px 8px;font-size:17px;font-weight:700;color:#222;
  border-bottom:3px solid transparent;transition:color .15s,border-color .15s;
}
.gnb__list a:hover{color:var(--blue);border-bottom-color:var(--blue)}

/* =========================================================
   3. 히어로 슬라이더
   ========================================================= */
.hero{position:relative;overflow:hidden;background:#0d1330}
.hero__viewport{overflow:hidden}
.hero__track{
  display:flex;
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  will-change:transform;
}
.slide{
  position:relative;flex:0 0 100%;
  min-height:500px;
  display:flex;align-items:center;
  background-size:cover;background-position:center;
  background-repeat:no-repeat;
  color:#fff;
}
.slide::after{                       /* 사진 위 가독성용 오버레이 */
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(6,10,32,.88) 0%,rgba(6,10,32,.62) 50%,rgba(6,10,32,.28) 100%),
    linear-gradient(0deg,rgba(6,10,32,.45) 0%,rgba(6,10,32,0) 35%);
}
.slide__inner{position:relative;z-index:1;padding:56px 0}
.slide__eyebrow{margin:0 0 14px;font-size:16px;font-weight:700;color:#e6e9f5}
.slide__title{margin:0 0 6px;font-size:44px;font-weight:900;color:var(--sky);letter-spacing:-1px}
.slide__sub{margin:0 0 4px;font-size:30px;font-weight:800}
.slide__quote{margin:0 0 18px;font-size:30px;font-weight:900}
.slide__desc{margin:0;font-size:15px;font-weight:700;line-height:1.7;color:#dfe4f2}

/* 좌우 화살표 */
.hero__arrow{
  position:absolute;top:50%;translate:0 -50%;z-index:3;
  width:48px;height:48px;border:0;border-radius:50%;
  background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:1;
  display:grid;place-items:center;transition:background .15s;
}
.hero__arrow:hover{background:rgba(255,255,255,.38)}
.hero__arrow--prev{left:20px}
.hero__arrow--next{right:20px}

/* 인디케이터(점) */
.hero__dots{
  position:absolute;left:50%;bottom:18px;translate:-50% 0;z-index:3;
  display:flex;gap:8px;
}
.hero__dots button{
  width:11px;height:11px;padding:0;border:0;border-radius:50%;
  background:rgba(255,255,255,.45);transition:width .2s,background .2s;
}
.hero__dots button.is-active{width:28px;border-radius:999px;background:var(--sky)}

/* =========================================================
   4. 상담 신청
   ========================================================= */
.quote{background:#eef2fb;padding:36px 0}
.quote__grid{
  display:grid;grid-template-columns:1fr 1fr;
  border-radius:14px;overflow:hidden;
  box-shadow:0 10px 30px rgba(20,31,74,.15);
}
.quote__intro{background:var(--navy-deep);color:#fff;padding:38px 40px}
.intro__count{margin:0 0 4px;font-size:20px;font-weight:700}
.intro__next{margin:0 0 22px;font-size:20px;font-weight:700;line-height:1.5}
.num{color:var(--sky);font-size:26px;font-weight:900}
.intro__list{margin:0 0 20px;display:grid;gap:8px}
.intro__list li{
  position:relative;padding-left:26px;font-size:15px;font-weight:700;color:#e7ecff;
}
.intro__list li::before{
  content:"✓";position:absolute;left:0;top:-1px;
  color:var(--navy-deep);background:var(--sky);
  width:18px;height:18px;border-radius:50%;
  font-size:12px;font-weight:900;display:grid;place-items:center;
}
.intro__desc{margin:0;font-size:14px;line-height:1.9;color:#c9d2ee}

.quote__panel{background:var(--blue);color:#fff;padding:30px 34px}
.panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.panel__head h3{margin:0;font-size:24px;font-weight:900}
.panel__head-right{display:flex;align-items:center;gap:8px}
.panel__hint{font-size:12px}

.quote__form{
  display:grid;
  grid-template-columns:repeat(3,1fr) 150px;
  gap:10px;
}
.quote__form .field--full{grid-column:1 / 4}
.quote__form .field--half{grid-column:span 1}
.quote__form .field:nth-of-type(5){grid-column:1 / 3}   /* 출발지 */
.quote__form .field:nth-of-type(6){grid-column:3 / 4}   /* 도착지 */

.field input,.field select{
  width:100%;height:46px;padding:0 12px;
  border:2px solid var(--red);border-radius:6px;
  background:#fff;color:var(--red);
  font-family:inherit;font-size:14px;font-weight:700;
}
.field select{color:#111;border-color:var(--red)}
.field input::placeholder{color:var(--red);opacity:1}
.field input:focus,.field select:focus{outline:2px solid var(--navy-deep);outline-offset:1px}

.btn--submit{
  grid-column:4;grid-row:1 / 4;
  background:var(--navy-deep);font-size:19px;line-height:1.3;text-align:center;
}
.agree{
  grid-column:1 / 4;display:flex;align-items:center;gap:8px;
  font-size:14px;font-weight:700;color:#fff;
}
.agree input{width:18px;height:18px;accent-color:#fff}
.form__msg{min-height:20px;margin:10px 0 0;font-size:14px;font-weight:700;color:var(--yellow)}

/* =========================================================
   5. 가격 안내
   ========================================================= */
.price{
  padding:60px 0 70px;
  background:linear-gradient(180deg,#7ea4f0 0%,#6f97ea 100%);
  text-align:center;
}
.price__title{
  margin:0 0 28px;font-size:40px;font-weight:900;color:#fff;
  text-shadow:0 3px 0 rgba(20,31,74,.25);
}
.price__title .hl{background:var(--navy-deep);color:#fff;padding:2px 14px;border-radius:8px}

/* 트럭 일러스트 */
.price__illust{
  margin:0 auto 26px;max-width:620px;
  animation:truckIn .8s cubic-bezier(.2,.7,.3,1) both;
}
.price__illust img{width:100%;height:auto}
@keyframes truckIn{
  from{opacity:0;transform:translateX(-40px)}
  to  {opacity:1;transform:translateX(0)}
}
@media (prefers-reduced-motion:reduce){
  .price__illust{animation:none}
}

.price__box{
  position:relative;max-width:940px;margin:0 auto;
  background:#fff;border-radius:10px;padding:44px 34px 34px;
}
.price__brand{
  position:absolute;top:-20px;left:50%;translate:-50% 0;
  background:var(--navy);color:#fff;font-size:20px;font-weight:900;
  padding:8px 30px;border-radius:6px;
}
.price__cols{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}

.price__table{width:100%;border-collapse:collapse;background:var(--navy-deep);border-radius:8px;overflow:hidden}
.price__table th,.price__table td{padding:16px 18px;font-size:20px;text-align:center}
.price__table th{color:#fff;font-weight:800;border-right:1px solid rgba(255,255,255,.15);width:45%}
.price__table td{background:#fff;color:var(--blue);font-weight:800}
.price__table td b{font-size:26px;font-weight:900}
.price__table tr + tr th{border-top:1px solid rgba(255,255,255,.15)}
.price__table tr + tr td{border-top:1px solid var(--line)}
.price__table td{white-space:nowrap}
.price__table .small{display:block;font-size:12px;color:var(--gray);font-weight:700;margin-bottom:2px}

/* 가격표 옆 특징 목록 */
.price__points{display:grid;gap:12px;text-align:left}
.price__points li{
  position:relative;padding:14px 16px 14px 46px;
  background:#f4f7ff;border:1px solid var(--line);border-radius:8px;
  font-size:15px;color:#333;line-height:1.5;
}
.price__points li::before{
  content:"✓";position:absolute;left:16px;top:50%;translate:0 -50%;
  width:20px;height:20px;border-radius:50%;
  background:var(--blue);color:#fff;font-size:12px;font-weight:900;
  display:grid;place-items:center;
}
.price__points b{display:block;color:var(--navy);font-size:16px;margin-bottom:2px}

.price__badges{display:flex;justify-content:center;gap:16px;margin:32px 0 18px}
.badge{
  background:var(--navy-deep);color:#fff;font-size:26px;font-weight:900;
  padding:10px 26px;border-radius:8px;
}
.price__cta{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--yellow);color:#1a1a00;
  font-size:26px;font-weight:900;padding:14px 34px;border-radius:999px;
  box-shadow:0 6px 0 rgba(20,31,74,.25);
}
.price__cta em{
  font-style:normal;background:#fff;color:var(--navy-deep);
  font-size:18px;padding:4px 12px;border-radius:999px;
}
.price__note{margin:14px 0 0;font-size:13px;color:#e9eefc}

/* =========================================================
   6. 회사소개 / 푸터
   ========================================================= */
.about{padding:56px 0}
.about__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about article{
  border:1px solid var(--line);border-radius:10px;padding:26px;
  text-align:center;transition:box-shadow .2s,transform .2s;
}
.about article:hover{box-shadow:0 8px 20px rgba(20,31,74,.12);transform:translateY(-3px)}
.about__icon{width:76px;height:76px;margin:0 auto 14px}
.about h3{margin:0 0 10px;font-size:20px;color:var(--navy)}
.about p{margin:0;font-size:14px;color:var(--gray);line-height:1.8}

.footer{background:#20263a;color:#aab1c6;padding:34px 0;font-size:13px;line-height:1.9}
.footer__logo{margin:0 0 10px;font-size:20px;font-weight:900;color:#fff}
.footer p{margin:0}
.footer__links{margin-top:10px}
.footer__links a{color:#dfe4f2;text-decoration:underline;font-weight:700}
.footer__links a:hover{color:#fff}
.footer__copy{margin-top:10px;color:#7c849c}

/* =========================================================
   7. 하단 고정 전화상담 바
   ========================================================= */
.callbar{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  background:#10152b;color:#fff;border-top:2px solid var(--yellow);
}
.callbar__inner{
  display:flex;align-items:center;gap:18px;
  min-height:var(--callbar-h);padding:10px 0;
}
.callbar__title{margin:0;font-size:16px;font-weight:900;line-height:1.3;white-space:nowrap}
.callbar__emoji{color:var(--yellow);font-size:20px}
.callbar__form{display:flex;align-items:center;gap:0}
.callbar__label{
  background:var(--yellow);color:#2b2b00;font-size:13px;font-weight:800;
  padding:9px 12px;border-radius:6px 0 0 6px;white-space:nowrap;
}
.callbar__form input{
  width:170px;height:36px;border:0;padding:0 10px;font-family:inherit;font-size:14px;
}
.callbar__send{
  background:#19c37d;color:#fff;border:0;font-size:13px;font-weight:800;
  padding:9px 14px;border-radius:0 6px 6px 0;white-space:nowrap;
}
.callbar__desc{margin:0;font-size:13px;color:#cfd5e8;line-height:1.4}
.callbar__tel{margin-left:auto;font-size:30px;font-weight:900;letter-spacing:-.5px}
.callbar__chips{display:flex;gap:8px}

/* =========================================================
   8. 반응형
   ========================================================= */
@media (max-width:1100px){
  .slide__title{font-size:34px}
  .slide__sub,.slide__quote{font-size:24px}
  .price__title{font-size:30px}
  .callbar__desc{display:none}
}

@media (max-width:900px){
  :root{--callbar-h:156px}          /* 모바일에서 하단바가 2줄이 되므로 여유 확보 */
  .topbar__inner{grid-template-columns:1fr auto;gap:10px;padding:12px 0}
  .topbar__award,.topbar__notice{display:none}
  .topbar__logo{justify-self:start;min-width:0}
  .topbar__logo img{height:42px}
  .tel__desc{display:none}
  .tel__num{font-size:22px}

  .gnb__toggle{display:block}
  .gnb__list{display:none;flex-direction:column;padding-bottom:8px}
  .gnb__list.is-open{display:flex}
  .gnb__list a{padding:12px 4px;border-bottom:1px solid var(--line)}

  .slide{min-height:340px}
  .quote__grid{grid-template-columns:1fr}
  .quote__form{grid-template-columns:1fr 1fr}
  .quote__form .field--full,
  .quote__form .field:nth-of-type(5),
  .quote__form .field:nth-of-type(6),
  .agree{grid-column:1 / 3}
  /* 모바일에서는 전송 버튼을 맨 아래로 (주소 입력 뒤에 오도록) */
  .agree{order:98}
  .btn--submit{grid-column:1 / 3;grid-row:auto;padding:14px;order:99}

  .price__cols{grid-template-columns:1fr}
  .about__grid{grid-template-columns:1fr}

  .callbar__inner{flex-wrap:wrap;justify-content:center;gap:10px}
  .callbar__tel{margin-left:0}
  .callbar__chips{display:none}
}

@media (max-width:560px){
  .topbar__logo img{height:34px}
  .tel__num{font-size:19px}
  .chip--dark{display:none}
  .slide__title{font-size:26px}
  .slide__sub,.slide__quote{font-size:19px}
  .slide__eyebrow,.slide__desc{font-size:13px}
  .hero__arrow{width:36px;height:36px;font-size:22px}
  .quote__form{grid-template-columns:1fr}
  .quote__form .field--full,
  .quote__form .field:nth-of-type(5),
  .quote__form .field:nth-of-type(6),
  .agree,.btn--submit{grid-column:1}
  .price__table th,.price__table td{padding:12px;font-size:16px}
  .price__table td b{font-size:20px}
  .badge{font-size:18px;padding:8px 16px}
  .price__cta{font-size:18px;padding:12px 20px}
  .callbar__form input{width:130px}
}
