/* ===== 아는소방 (AN FIRE KOREA) 홈페이지 ===== */
:root {
  --orange: #ee5f1f;
  --orange-dark: #c74e18;
  --orange-light: #ff8a4d;
  --navy: #17244a;
  --navy-light: #24365f;
  --ink: #222831;
  --gray: #666d76;
  --line: #e5e8ec;
  --bg-soft: #f7f8fa;
  --max: 1200px;
  font-size: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  word-break: keep-all;
  background: #fff;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ===== Header ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 78px;
}
.logo { display: flex; align-items: center; gap: 11px; }
.logo img { height: 52px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text strong { font-size: 1.35rem; letter-spacing: -0.5px; color: var(--ink); }
.logo-text em { font-style: normal; font-size: .68rem; letter-spacing: 1.5px; color: var(--orange); font-weight: 600; }

.gnb > ul { display: flex; }
.gnb > ul > li { position: relative; }
.gnb > ul > li > a {
  display: block; padding: 26px 26px; font-weight: 600; font-size: 1.02rem;
  transition: color .2s;
}
.gnb > ul > li:hover > a { color: var(--orange); }
.gnb .sub {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 180px; background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.1); padding: 10px 0;
  opacity: 0; visibility: hidden; transition: all .25s;
}
.gnb > ul > li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.gnb .sub a { display: block; padding: 9px 22px; font-size: .93rem; color: var(--gray); }
.gnb .sub a:hover { color: var(--orange); background: var(--bg-soft); }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; z-index: 102; }
.menu-toggle span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); background: #fff; }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: #fff; }
body.menu-open { overflow: hidden; }

/* ===== Hero (메인) ===== */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  margin-top: 78px; overflow: hidden;
  background: linear-gradient(120deg, #1b2850 0%, #17244a 45%, #3a2417 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: url("../assets/hero-building.jpg") right center / cover no-repeat;
  opacity: .38;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,28,58,.92) 30%, rgba(20,28,58,.35) 75%, rgba(238,95,31,.28) 100%);
}
.hero .inner { position: relative; z-index: 2; width: 100%; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: #ffb896; font-weight: 700; letter-spacing: 3px; font-size: .85rem;
  text-transform: uppercase; margin-bottom: 18px;
}
.hero-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--orange); }
.hero h1 { color: #fff; font-size: 3.4rem; line-height: 1.25; letter-spacing: -1px; margin-bottom: 22px; }
.hero h1 .point { color: var(--orange-light); }
.hero p { color: rgba(255,255,255,.82); font-size: 1.18rem; max-width: 560px; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 34px; border-radius: 50px; font-weight: 700; font-size: 1rem;
  transition: all .25s; border: 2px solid transparent;
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.hero-badges { display: flex; gap: 28px; margin-top: 56px; flex-wrap: wrap; }
.hero-badges .badge {
  display: flex; flex-direction: column; gap: 2px;
  padding-left: 16px; border-left: 3px solid var(--orange);
}
.hero-badges .badge strong { color: #fff; font-size: 1.06rem; }
.hero-badges .badge span { color: rgba(255,255,255,.6); font-size: .84rem; }
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.65); font-size: .78rem; letter-spacing: 3px; z-index: 2;
  animation: bob 2s infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }

/* ===== 페이지 상단 배너 (서브페이지) ===== */
.page-hero {
  margin-top: 78px; padding: 96px 0 76px;
  background: linear-gradient(115deg, #1b2850, #17244a 55%, #47280f);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 420px; height: 420px;
  border-radius: 50%; border: 60px solid rgba(238,95,31,.18);
}
.page-hero .inner { position: relative; z-index: 1; }
.page-hero .crumb { color: #ffb896; font-size: .85rem; letter-spacing: 2px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.page-hero h1 { color: #fff; font-size: 2.5rem; letter-spacing: -0.5px; }
.page-hero p { color: rgba(255,255,255,.75); margin-top: 12px; font-size: 1.05rem; }

/* ===== 공통 섹션 ===== */
section { padding: 96px 0; }
section.tight { padding: 72px 0; }
.sec-head { text-align: center; margin-bottom: 56px; }
.sec-head .eyebrow {
  color: var(--orange); font-weight: 800; letter-spacing: 3px; font-size: .82rem;
  text-transform: uppercase; display: block; margin-bottom: 10px;
}
.sec-head h2 { font-size: 2.25rem; letter-spacing: -0.5px; }
.sec-head p { color: var(--gray); margin-top: 12px; font-size: 1.05rem; }
.bg-soft { background: var(--bg-soft); }

/* 사업영역 카드 (메인) */
.biz-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.biz-card {
  position: relative; border-radius: 16px; overflow: hidden; padding: 40px 28px 34px;
  background: #fff; border: 1px solid var(--line);
  transition: all .3s; display: flex; flex-direction: column; min-height: 300px;
}
.biz-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(23,36,74,.14); border-color: transparent; }
.biz-card .en { font-size: .72rem; letter-spacing: 2.5px; color: var(--orange); font-weight: 800; text-transform: uppercase; }
.biz-card h3 { font-size: 1.42rem; margin: 10px 0 12px; }
.biz-card p { color: var(--gray); font-size: .95rem; flex: 1; }
.biz-card .more { margin-top: 20px; font-weight: 700; color: var(--navy); font-size: .9rem; }
.biz-card .more::after { content: " →"; color: var(--orange); }
.biz-card .num {
  position: absolute; right: 20px; top: 16px; font-size: 2.6rem; font-weight: 800;
  color: rgba(23,36,74,.07);
}

/* 숫자 카운터 */
.stats { background: linear-gradient(115deg, var(--navy), var(--navy-light)); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat strong { display: block; font-size: 3rem; font-weight: 800; color: #fff; letter-spacing: -1px; }
.stat strong small { font-size: 1.4rem; font-weight: 700; color: var(--orange-light); margin-left: 4px; }
.stat span { color: rgba(255,255,255,.66); font-size: .95rem; }

/* Why 카드 */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card {
  background: #fff; border-radius: 16px; padding: 36px 26px; text-align: center;
  border: 1px solid var(--line); transition: all .3s;
}
.why-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,.09); transform: translateY(-4px); }
.why-card .icon {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem; color: #fff;
}
.why-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.why-card p { color: var(--gray); font-size: .9rem; }

/* 제품 카드 */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prod-card {
  background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--line);
  transition: all .3s;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.prod-card .thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.prod-card .thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s; }
.prod-card:hover .thumb img { transform: scale(1.05); }
.prod-card .body { padding: 24px 26px 28px; }
.prod-card .tag { font-size: .72rem; font-weight: 800; letter-spacing: 2px; color: var(--orange); text-transform: uppercase; }
.prod-card h3 { font-size: 1.25rem; margin: 8px 0 8px; }
.prod-card p { color: var(--gray); font-size: .92rem; }

/* CTA 배너 */
.cta {
  background: linear-gradient(110deg, var(--orange-dark), var(--orange));
  padding: 72px 0; text-align: center;
}
.cta h2 { color: #fff; font-size: 2rem; margin-bottom: 12px; }
.cta p { color: rgba(255,255,255,.85); margin-bottom: 30px; }
.cta .btn { background: #fff; color: var(--orange-dark); }
.cta .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.15); }

/* ===== About ===== */
.greeting-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.greeting-side h2 { font-size: 1.9rem; line-height: 1.4; letter-spacing: -0.5px; }
.greeting-side h2 .point { color: var(--orange); }
.greeting-side .sign { margin-top: 28px; color: var(--gray); }
.greeting-side .sign strong { color: var(--ink); font-size: 1.15rem; }
.greeting-body p { color: #444a52; margin-bottom: 18px; font-size: 1.02rem; }

.overview-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--navy); }
.overview-table th, .overview-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: .98rem; }
.overview-table th { width: 180px; background: var(--bg-soft); color: var(--navy); font-weight: 700; }

/* 임직원 */
.leader-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 720px; margin: 0 auto 26px; }
.leader-card {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 16px; padding: 36px 28px; text-align: center; color: #fff;
}
.leader-card .role { color: var(--orange-light); font-weight: 800; font-size: .82rem; letter-spacing: 2px; }
.leader-card h3 { font-size: 1.45rem; margin: 6px 0 8px; }
.leader-card p { color: rgba(255,255,255,.72); font-size: .88rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 720px; margin: 0 auto; }
.team-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 26px 14px; text-align: center; transition: all .3s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.team-card strong { display: block; font-size: 1.05rem; }
.team-card span { color: var(--gray); font-size: .8rem; }

/* 연혁 타임라인 */
.timeline { position: relative; max-width: 860px; margin: 0 auto; padding-left: 40px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.timeline li { position: relative; padding-bottom: 34px; }
.timeline li::before {
  content: ""; position: absolute; left: -37px; top: 7px; width: 12px; height: 12px;
  border-radius: 50%; background: #fff; border: 3px solid var(--orange);
}
.timeline .year { font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.timeline .year em { font-style: normal; color: var(--orange); }
.timeline h3 { font-size: 1.05rem; margin: 4px 0 4px; }
.timeline p { color: var(--gray); font-size: .93rem; }

/* 오시는 길 */
.location-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: stretch; }
.map-frame { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); min-height: 380px; background: var(--bg-soft); }
.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; }
.map-fallback {
  display: none; position: absolute; inset: 0; z-index: 1;
  flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background: var(--bg-soft); text-align: center; padding: 24px;
}
.map-fallback .pin { font-size: 2.4rem; }
.map-fallback p { font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.map-fallback small { color: #9aa0a8; font-size: .82rem; }
.map-frame.offline iframe { visibility: hidden; }
.map-frame.offline .map-fallback { display: flex; }
.loc-info { background: var(--bg-soft); border-radius: 16px; padding: 36px; }
.loc-info h3 { font-size: 1.3rem; margin-bottom: 20px; }
.loc-info dl { display: grid; grid-template-columns: 90px 1fr; row-gap: 14px; font-size: .98rem; }
.loc-info dt { font-weight: 700; color: var(--orange); }
.loc-info dd { color: #444a52; }

/* ===== Business / Products 상세 ===== */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 0; }
.feature-row.rev .feature-img { order: 2; }
.feature-img { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.feature-txt .en { color: var(--orange); font-weight: 800; letter-spacing: 2.5px; font-size: .78rem; text-transform: uppercase; }
.feature-txt h3 { font-size: 1.8rem; margin: 10px 0 16px; letter-spacing: -0.5px; }
.feature-txt p { color: var(--gray); margin-bottom: 18px; }
.check-list li { position: relative; padding: 6px 0 6px 30px; color: #40464e; font-size: .98rem; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 6px;
  width: 20px; height: 20px; border-radius: 50%; background: rgba(238,95,31,.12);
  color: var(--orange); font-size: .75rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* 수상/인증 */
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.award-card {
  background: #fff; border-radius: 16px; padding: 34px 28px; border-top: 4px solid var(--orange);
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.award-card .year { color: var(--orange); font-weight: 800; font-size: .95rem; }
.award-card h3 { font-size: 1.2rem; margin: 8px 0 10px; }
.award-card p { color: var(--gray); font-size: .92rem; }

/* 파트너/거래처 배지 */
.chip-wrap { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 900px; margin: 0 auto; }
.chip { padding: 9px 18px; border-radius: 40px; background: #fff; border: 1px solid var(--line); font-size: .9rem; color: #454b53; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.contact-cards { display: grid; gap: 18px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 28px; display: flex; gap: 18px; align-items: center; }
.contact-card .ico {
  width: 52px; height: 52px; flex: none; border-radius: 12px;
  background: rgba(238,95,31,.1); color: var(--orange); font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
}
.contact-card strong { display: block; font-size: 1.05rem; }
.contact-card span { color: var(--gray); font-size: .92rem; }
.quote-form { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.quote-form h3 { font-size: 1.35rem; margin-bottom: 8px; }
.quote-form .desc { color: var(--gray); font-size: .92rem; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.quote-form label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 6px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: 13px 15px; border: 1px solid #d7dbe0; border-radius: 10px;
  font-size: .95rem; font-family: inherit; background: #fff;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 2px solid rgba(238,95,31,.4); border-color: var(--orange); }
.quote-form textarea { min-height: 130px; resize: vertical; }
.quote-form .btn { width: 100%; justify-content: center; margin-top: 20px; border: 0; cursor: pointer; font-size: 1.05rem; }
.form-note { margin-top: 14px; font-size: .8rem; color: #9aa0a8; text-align: center; }

/* ===== Footer ===== */
.site-footer { background: #12182b; color: rgba(255,255,255,.6); padding: 56px 0 40px; font-size: .9rem; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { height: 56px; }
.footer-brand strong { color: #fff; font-size: 1.2rem; display: block; }
.footer-brand span { font-size: .78rem; letter-spacing: 1.5px; color: var(--orange-light); }
.footer-links { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.75); font-weight: 600; }
.footer-links a:hover { color: var(--orange-light); }
.footer-info { padding-top: 26px; line-height: 1.9; }
.footer-info .copy { margin-top: 10px; font-size: .8rem; color: rgba(255,255,255,.35); }

/* 위로가기 */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--navy); color: #fff; font-size: 1.1rem;
  opacity: 0; visibility: hidden; transition: all .3s; box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { background: var(--orange); }

/* 스크롤 리빌 */
.reveal { opacity: 0; transform: translateY(28px); transition: all .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ===== 반응형 ===== */
/* 태블릿 이하 : 컴팩트 헤더 + 풀스크린 오버레이 메뉴 (woohyuneng 모바일 패턴 참조) */
@media (max-width: 1024px) {
  html { scroll-padding-top: 74px; }
  .header-inner { height: 62px; }
  .logo img { height: 40px; }
  .logo-text strong { font-size: 1.12rem; }
  .logo-text em { font-size: .6rem; }
  .hero, .page-hero { margin-top: 62px; }
  .menu-toggle { display: block; }

  .gnb {
    position: fixed; inset: 0; z-index: 101;
    display: flex;
    background: linear-gradient(150deg, rgba(18,27,56,.99), rgba(40,24,12,.99));
    opacity: 0; visibility: hidden; transform: translateY(-100%);
    transition: all .45s cubic-bezier(.65,.05,.36,1);
    overflow-y: auto; padding: 76px 0 40px; text-align: center;
  }
  .gnb.open { opacity: 1; visibility: visible; transform: none; }
  .gnb > ul { flex-direction: column; gap: 4px; width: 100%; margin: auto; }
  .gnb > ul > li > a {
    display: inline-block; padding: 12px 0; font-size: 1.35rem; font-weight: 700; color: #fff;
  }
  .gnb > ul > li:hover > a { color: var(--orange-light); }
  .gnb .sub {
    position: static; transform: none; opacity: 1; visibility: visible; min-width: 0;
    padding: 0 0 12px; margin: 0 auto;
    background: transparent; border: 0; border-radius: 0; box-shadow: none;
  }
  .gnb .sub a { padding: 6px 0; font-size: .98rem; color: rgba(255,255,255,.7); }
  .gnb .sub a:hover { color: #fff; background: transparent; }

  .biz-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid, .award-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .hero h1 { font-size: 2.6rem; }
  .feature-row, .greeting-wrap, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.rev .feature-img { order: 0; }
  .page-hero { padding: 72px 0 56px; }
  .page-hero h1 { font-size: 2.1rem; }
}

/* 모바일 */
@media (max-width: 768px) {
  .hero { min-height: 78vh; }
  .hero h1 { font-size: 2.05rem; }
  .hero p { font-size: 1.02rem; }
  .hero-badges { gap: 14px; flex-direction: column; margin-top: 40px; }
  .scroll-hint { display: none; }
  .btn { padding: 13px 26px; font-size: .95rem; }
  section { padding: 60px 0; }
  section.tight { padding: 48px 0; }
  .sec-head { margin-bottom: 36px; }
  .sec-head h2 { font-size: 1.65rem; }
  .sec-head p { font-size: .95rem; }
  .biz-grid, .why-grid, .prod-grid, .award-grid, .form-row { grid-template-columns: 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .biz-card { min-height: 0; padding: 30px 24px 26px; }
  .stat strong { font-size: 2.3rem; }
  .feature-row { padding: 44px 0; }
  .feature-txt h3 { font-size: 1.4rem; }
  .greeting-side h2 { font-size: 1.5rem; }
  .overview-table th { width: 110px; padding: 13px 12px; font-size: .88rem; }
  .overview-table td { padding: 13px 12px; font-size: .9rem; }
  .timeline { padding-left: 32px; }
  .timeline li::before { left: -29px; }
  .quote-form { padding: 26px 20px; }
  .loc-info { padding: 26px 22px; }
  .loc-info dl { grid-template-columns: 70px 1fr; }
  .map-frame { min-height: 280px; }
  .map-frame iframe { min-height: 280px; }
  .cta { padding: 56px 0; }
  .cta h2 { font-size: 1.45rem; }
  .footer-top { flex-direction: column; gap: 22px; }
  .footer-info { font-size: .82rem; }
  .to-top { right: 16px; bottom: 16px; width: 42px; height: 42px; }
}

/* 소형 모바일 */
@media (max-width: 420px) {
  .inner { padding: 0 18px; }
  .hero h1 { font-size: 1.78rem; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .logo-text em { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .stat strong { font-size: 1.9rem; }
  .chip { font-size: .8rem; padding: 7px 13px; }
}
