:root {
  --font-body: "Pretendard Variable", Pretendard, -apple-system, sans-serif;
  --font-kr: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
  --ink: #14202B;
  --text: #1B2733;
  --desc: #3E4C59;
  --muted: #7C8B99;
  --line: #DCE3E9;
  --bg: #ffffff;
  --bg-soft: #F1F4F7;
  --panel: #EAF0F4;
  --footer-bg: #0E1620;
  --header-bg: #ffffff;
  --max: 1060px;
  --title-display: 700 clamp(36px, 4.6vw, 48px)/1.1 var(--font-body);
  --mid-bold: 700 clamp(24px, 2vw, 30px)/1.25 var(--font-body);
  --mid-regular: 400 clamp(18px, 1.6vw, 22px)/1.4 var(--font-body);
  --foot-info: 500 clamp(17px, 1.4vw, 20px)/1.6 var(--font-kr);
  --body-4: 400 14.5px/1.7 var(--font-body);
  --accent: #B5651D;
  --accent-hover: #93500F;
  --accent-warm: #E3A466;
  --radius: 999px;
  --card-radius: 14px;
  --hdr-tel-bg: var(--accent);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font: var(--mid-regular); letter-spacing: -0.02em; color: var(--text); background: var(--bg); word-break: keep-all; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ── 헤더 ── */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--header-bg); border-bottom: 1px solid var(--line); }
.hdr-inner { display: flex; align-items: flex-end; justify-content: space-between; height: 64px; padding-bottom: 10px; }
.header-logo { text-decoration: none; color: inherit; }
.logo-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.logo-company { font: 500 12px/1.3 var(--font-kr); color: var(--muted); letter-spacing: -0.01em; }
.logo-keyword { font: 700 27px/1 var(--font-body); color: var(--text); letter-spacing: -0.02em; }
nav { display: flex; gap: 30px; }
nav a { font: 700 17px/1.25 var(--font-body); color: var(--desc); }
nav a:hover { color: var(--accent); }
.hdr-right { display: flex; align-items: flex-end; gap: 24px; }
.hdr-tel { display: inline-flex; align-items: center; gap: 8px; font: 600 15px/1.25 var(--font-body); color: #fff; background: var(--hdr-tel-bg); padding: 10px 26px; border-radius: var(--radius); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.hdr-tel svg { width: 16px; height: 16px; flex-shrink: 0; }
.hdr-tel:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(181,101,29,0.35); }
/* 서브페이지 헤더 상담 버튼: 기본 "상담하기", 마우스 올리면 전화번호로 전환 */
.hdr-tel-phone .hdr-tel-number { display: none; }
.hdr-tel-phone:hover .hdr-tel-label, .hdr-tel-phone:focus-visible .hdr-tel-label { display: none; }
.hdr-tel-phone:hover .hdr-tel-number, .hdr-tel-phone:focus-visible .hdr-tel-number { display: inline; }

/* ── 메인 히어로: 타이포그래피 중심, 실사진 없이 기술적 패턴 배경 ── */
.hero-type { position: relative; min-height: 78vh; display: flex; align-items: center; padding: 118px 0 72px; overflow: hidden; background: var(--ink); }
.hero-type::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(227,164,102,0.08) 0px, rgba(227,164,102,0.08) 1px, transparent 1px, transparent 64px),
    repeating-linear-gradient(0deg, rgba(227,164,102,0.08) 0px, rgba(227,164,102,0.08) 1px, transparent 1px, transparent 64px);
  animation: gridshift 30s linear infinite;
}
.hero-type::after {
  content: "";
  position: absolute; right: -8%; top: 50%; transform: translateY(-50%);
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(227,164,102,0.16) 0%, rgba(227,164,102,0) 70%);
}
@keyframes gridshift { from { background-position: 0 0, 0 0; } to { background-position: 64px 64px, 64px 64px; } }
.hero-type-inner { position: relative; z-index: 1; max-width: 720px; }
.hero-type-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 700 13.5px/1 var(--font-body); color: var(--accent-warm); letter-spacing: 0.08em; margin-bottom: 20px; padding: 8px 16px; border: 1px solid rgba(227,164,102,0.4); border-radius: var(--radius); }
.hero-type h1 { font: 700 clamp(38px, 6vw, 60px)/1.12 var(--font-body); letter-spacing: -0.02em; color: #fff; margin-bottom: 20px; }
.hero-type-lead { font: 700 clamp(15px, 2vw, 21px)/1.4 var(--font-body); color: rgba(255,255,255,0.82); margin-bottom: 32px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-type-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 34px; }
.btn-fill { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 30px; background: var(--accent); color: #fff; font: var(--mid-bold); font-size: 16.5px; border: 2px solid var(--accent); border-radius: var(--radius); transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.btn-fill svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn-fill:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(181,101,29,0.4); }
.btn-line { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; border: 2px solid rgba(255,255,255,0.38); color: #fff; font: 600 16.5px/1.25 var(--font-body); border-radius: var(--radius); transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; }
.btn-line:hover { border-color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.hero-type-tags { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-type-tag { display: inline-flex; align-items: center; gap: 7px; font: 500 14px/1.3 var(--font-body); color: rgba(255,255,255,0.68); }
.hero-type-tag::before { content: "#"; font-weight: 700; color: var(--accent-warm); }

/* ── 문제 신호 섹션 ── */
#signs { padding: 96px 0 90px; background: var(--bg); }
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--card-radius); overflow: hidden; }
.sign-item { background: #fff; padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; transition: background 0.2s; }
a.sign-item:hover { background: var(--panel); }
.sign-item svg { width: 34px; height: 34px; color: var(--accent-hover); }
.sign-item h3 { font: 700 16px/1.35 var(--font-body); color: var(--ink); }
.sign-item p { font: var(--body-4); color: var(--text); }

/* ── 서비스: 체크리스트형 행 나열(카드 아님) ── */
#service { padding: 92px 0; background: var(--bg-soft); }
.svc-rows { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.svc-row { display: flex; align-items: flex-start; gap: 26px; padding: 30px 4px; border-bottom: 1px solid var(--line); }
.svc-row-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.svc-row-icon svg { width: 26px; height: 26px; color: var(--accent-hover); }
.svc-row-body h3 { font: 700 19px/1.35 var(--font-body); color: var(--ink); margin-bottom: 6px; }
.svc-row-body p { font: var(--body-4); color: var(--text); max-width: 640px; }

/* ── 진행 절차: 연결선 타임라인 ── */
#process { padding: 92px 0; background: var(--bg); }
.timeline { display: flex; align-items: flex-start; gap: 0; position: relative; }
.timeline-step { flex: 1; text-align: center; position: relative; padding-top: 44px; }
.timeline-step::before { content: ""; position: absolute; top: 17px; left: 0; right: 0; height: 2px; background: var(--line); }
.timeline-step:first-child::before { left: 50%; }
.timeline-step:last-child::before { right: 50%; }
.timeline-num { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 36px; height: 36px; border-radius: 8px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font: 700 16px/1 var(--font-body); z-index: 1; }
.timeline-step h4 { font: 700 17px/1.3 var(--font-body); color: var(--text); margin-bottom: 6px; }
.timeline-step p { font: 400 13.5px/1.6 var(--font-body); color: var(--muted); }

/* ── 적용 공간 칩 ── */
#space { padding: 88px 0; background: var(--panel); }
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip-row span { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 24px; font: 600 14.5px/1 var(--font-body); color: var(--ink); }

/* ── 시공 사례(현재는 사진 없이 지역 서비스 카드) ── */
#cases { padding: 92px 0; background: var(--bg); }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { display: block; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--card-radius); padding: 26px 24px; transition: box-shadow 0.2s, border-color 0.2s; }
.case-card:hover { border-color: var(--accent); box-shadow: 0 8px 24px rgba(20,32,43,0.08); }
.case-card-num { font: 700 12px/1 var(--font-body); letter-spacing: 0.08em; color: var(--muted); margin-bottom: 10px; }
.case-card-title { font: 700 clamp(17px, 1.6vw, 19px)/1.3 var(--font-body); color: var(--text); margin-bottom: 8px; }
.case-card-cap { font: var(--body-4); color: var(--desc); }
.case-img { aspect-ratio: 4/3; position: relative; overflow: hidden; background: var(--bg-soft); }
.case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.case-card:hover .case-img img { transform: scale(1.04); }
.cases-note { margin-top: 34px; padding: 18px 22px; background: var(--panel); border-radius: var(--card-radius); font: var(--body-4); color: var(--desc); text-align: center; }

/* ── 가이드: 체크리스트형 ── */
#guide { padding: 92px 0; background: var(--bg-soft); }
.guide-rows { display: flex; flex-direction: column; gap: 2px; }
.guide-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--bg); border: 1px solid var(--line); padding: 22px 26px; }
.guide-row:first-child { border-radius: var(--card-radius) var(--card-radius) 0 0; }
.guide-row:last-child { border-radius: 0 0 var(--card-radius) var(--card-radius); }
.guide-row-text { display: flex; align-items: baseline; gap: 16px; }
.guide-row-num { font: 700 14px/1 var(--font-body); color: var(--accent-hover); flex-shrink: 0; }
.guide-row-text h3 { font: 700 17px/1.3 var(--font-body); color: var(--ink); }
.guide-row-link { flex-shrink: 0; font: 700 14.5px/1 var(--font-body); color: var(--accent-hover); }
.guide-row-link::after { content: " →"; }

/* ── FAQ ── */
#faq { padding: 92px 0; background: var(--bg); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--bg-soft); overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--accent); }
.faq-q { width: 100%; text-align: left; background: none; border: none; font: 700 17px/1.35 var(--font-body); cursor: pointer; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--text); }
.faq-q-inner { display: flex; align-items: flex-start; gap: 14px; }
.faq-q-num { font: 700 14px/1.4 var(--font-body); color: var(--accent-hover); flex-shrink: 0; }
.faq-mark { font-size: 22px; font-weight: 400; line-height: 1; color: var(--accent); transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-mark { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding: 0 24px 22px 52px; font: var(--mid-regular); font-size: 16px; color: var(--desc); max-width: 680px; line-height: 1.75; }

/* ── CTA 밴드 ── */
.cta-band { background: var(--ink); padding: 76px 0; text-align: center; }
.cta-band h2 { font: 700 clamp(24px, 2.6vw, 32px)/1.3 var(--font-body); color: #fff; margin-bottom: 14px; }
.cta-band p { font: var(--body-4); color: rgba(255,255,255,0.66); max-width: 520px; margin: 0 auto 28px; }
.cta-band .hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── 공통 섹션 ── */
section[id] { scroll-margin-top: 64px; }
.sec-head { margin: 0 auto 44px; text-align: center; }
.sec-label { display: inline-block; font: 700 14px/1 var(--font-body); letter-spacing: 0.08em; color: var(--accent-hover); margin-bottom: 12px; }
.sec-title { font: var(--title-display); letter-spacing: -0.02em; color: var(--text); }
@media (min-width: 769px) { .sec-title { white-space: nowrap; } }
.sec-intro { font: var(--mid-regular); color: var(--desc); max-width: 34em; margin: 14px auto 0; }

/* ── 서브페이지 상단 히어로(사진 없음: 그라디언트+타이포) ── */
.page-hero { position: relative; min-height: 38vh; display: flex; align-items: flex-end; padding: 140px 0 48px; overflow: hidden; background: linear-gradient(135deg, var(--ink) 0%, #24384A 100%); }
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(227,164,102,0.06) 0px, rgba(227,164,102,0.06) 1px, transparent 1px, transparent 46px);
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-eyebrow { font: 700 14px/1.4 var(--font-body); color: var(--accent-warm); letter-spacing: 0.06em; margin-bottom: 12px; }
.page-hero h1 { font: 700 clamp(28px, 4vw, 42px)/1.15 var(--font-body); color: #fff; letter-spacing: -0.02em; }
.page-hero-lead { font: 500 15.5px/1.6 var(--font-body); color: rgba(255,255,255,0.72); max-width: 34em; margin-top: 14px; }

/* 히어로에 실제 시공사진이 들어갈 때(사진 확보 이후) 사용 — 밝은 반투명 오버레이, 다크 금지 */
.page-hero-photo { background: var(--bg-soft); }
.page-hero-photo .hero-bg { position: absolute; inset: 0; }
.page-hero-photo .hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.page-hero-photo .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.44) 100%); }
.page-hero-photo::before { display: none; }
.page-hero-photo .page-hero-eyebrow { color: var(--accent-hover); text-shadow: 0 1px 10px rgba(255,255,255,0.9), 0 1px 3px rgba(255,255,255,0.9); }
.page-hero-photo h1 { color: var(--text); text-shadow: 0 2px 18px rgba(255,255,255,0.85), 0 1px 3px rgba(255,255,255,0.9); }
.page-hero-photo .page-hero-lead { color: var(--desc); text-shadow: 0 1px 10px rgba(255,255,255,0.85); }

/* ── 지역 페이지 ── */
.dong-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.dong-chip { font: 500 14.5px/1 var(--font-body); color: var(--desc); background: var(--bg-soft); border: 1px solid var(--line); padding: 9px 18px; border-radius: var(--radius); }
.nearby-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.nearby-list a { font: 600 15px/1 var(--font-body); color: var(--accent-hover); border: 1px solid var(--line); padding: 10px 20px; border-radius: var(--radius); transition: background 0.2s, color 0.2s; }
.nearby-list a:hover { background: var(--accent); color: #fff; }

/* ── portfolio ── */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* ── 사이트맵 ── */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.sitemap-col h2 { font: 700 15px/1 var(--font-body); color: var(--muted); margin-bottom: 18px; letter-spacing: 0.02em; }
.sitemap-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.sitemap-col a { font: 500 14px/1.4 var(--font-body); color: var(--muted); }
.sitemap-col a:hover { color: var(--desc); text-decoration: underline; }

/* ── 상담/회사소개 ── */
.contact-card { max-width: 560px; padding: 44px; border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--bg-soft); }
.contact-tel { display: block; font: 700 clamp(32px,5vw,44px)/1.1 var(--font-body); color: var(--text); margin: 18px 0 8px; }
.contact-note { font: var(--body-4); color: var(--desc); margin-bottom: 26px; }
.contact-info-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-info-list li { font: var(--body-4); color: var(--desc); }
.contact-info-list b { color: var(--text); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.about-text { font: var(--mid-regular); font-size: 17px; color: var(--desc); line-height: 1.85; }
.about-text p { margin-bottom: 18px; }
.info-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.info-list li { font: var(--body-4); color: var(--desc); display: flex; gap: 10px; }
.info-list li b { color: var(--text); min-width: 96px; flex-shrink: 0; }

/* ── 관련 링크 ── */
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { display: inline-flex; align-items: center; gap: 8px; font: 600 15px/1 var(--font-body); color: var(--text); border: 1px solid var(--line); padding: 14px 22px; border-radius: var(--radius); transition: border-color 0.2s, background 0.2s; }
.related-links a:hover { border-color: var(--accent); background: var(--bg-soft); }

/* ── 가이드/정보 상세 ── */
.guide-body { max-width: 700px; font: var(--mid-regular); font-size: 17px; color: var(--desc); line-height: 1.85; }
.guide-body h2 { font: 700 23px/1.3 var(--font-body); color: var(--text); margin: 40px 0 16px; }
.guide-body h2:first-child { margin-top: 0; }
.guide-body p { margin-bottom: 18px; }
.guide-body ul { margin: 0 0 18px 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.guide-body li { display: flex; gap: 10px; }
.guide-body li::before { content: "#"; color: var(--accent-hover); font-weight: 700; flex-shrink: 0; }
.guide-note { margin-top: 40px; padding: 22px 24px; background: var(--bg-soft); border-radius: var(--card-radius); font: var(--body-4); color: var(--desc); }

/* ── 갤러리 케이스 상세(교차 레이아웃, 사진 확보 후 사용) ── */
.detail-row { display: flex; align-items: center; gap: 56px; padding: 56px 0; max-width: var(--max); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.detail-row.reverse { flex-direction: row-reverse; }
.detail-img-wrap { flex: 0 0 44%; }
.detail-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.detail-text { flex: 1 1 auto; }
.detail-eyebrow { font: 700 11px/1 var(--font-body); letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; margin-bottom: 14px; }
.detail-eyebrow b { color: var(--accent-hover); font-weight: 700; }
.detail-text h2 { font: 700 clamp(20px, 2.2vw, 26px)/1.35 var(--font-body); color: var(--text); letter-spacing: -0.01em; margin-bottom: 16px; }
.detail-text p { font: 400 15px/1.9 var(--font-body); color: var(--text); }
.detail-text p + p { margin-top: 14px; }
.case-points-section { max-width: var(--max); margin: 0 auto; padding: 8px 28px 64px; }
.case-points-section h3 { font: 700 18px/1.3 var(--font-body); color: var(--text); margin-bottom: 20px; }
.case-points { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; max-width: 680px; }
.case-points li { display: flex; gap: 12px; font-size: 15.5px; color: var(--text); line-height: 1.7; }
.case-points li::before { content: "+"; font-weight: 700; color: var(--accent-hover); flex-shrink: 0; }
.case-cta-wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px 72px; }
.case-nav { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; padding: 28px 28px 72px; border-top: 1px solid var(--line); font: 600 15px/1.3 var(--font-body); }
.case-nav a { color: var(--accent-hover); }
.case-nav a:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .detail-row, .detail-row.reverse { flex-direction: column; gap: 24px; padding: 32px 28px; }
  .detail-img-wrap { flex: none; width: 100%; }
}

@media (max-width: 860px) {
  .signs-grid, .cases-grid, .about-grid, .sitemap-grid, .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .timeline { flex-wrap: wrap; row-gap: 30px; }
  .timeline-step { flex: 0 0 33.33%; }
}
@media (max-width: 560px) {
  .signs-grid, .cases-grid, .about-grid, .sitemap-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .timeline-step { flex: 0 0 50%; }
  .guide-row { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (max-width: 768px) {
  :root { --title-display: 700 28px/1.18 var(--font-body); --mid-bold: 700 20px/1.25 var(--font-body); --mid-regular: 400 16.5px/1.4 var(--font-body); --foot-info: 500 16px/1.65 var(--font-kr); }
  nav { display: none; }
  .logo-keyword { font: 700 20px/1 var(--font-body); }
  .hdr-tel { padding: 8px 16px; font-size: 13px; gap: 6px; }
  .hdr-tel svg { width: 14px; height: 14px; }
  .hero-type { padding: 100px 0 56px; min-height: 60vh; }
}
@media (max-width: 400px) {
  .logo-keyword { font: 700 17px/1 var(--font-body); }
  .logo-company { font-size: 10.5px; }
  .hdr-tel-phone { padding: 0; width: 38px; height: 38px; justify-content: center; border-radius: 50%; }
  .hdr-tel-phone .hdr-tel-text { display: none; }
  .foot-body { grid-template-columns: 1fr; gap: 30px; }
  .foot-cta-inner { grid-template-columns: 1fr; }
  .foot-cta-btns { justify-content: flex-start; }
  .foot-copy { flex-direction: column; align-items: flex-start; }
  .faq-a-inner { padding-left: 26px; }
}

/* ── 푸터 ── */
footer { background: var(--footer-bg); color: #fff; }
.foot-cta { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.foot-cta-inner { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 48px; }
.foot-cta-text h2 { font: 700 clamp(23px, 2.4vw, 30px)/1.2 var(--font-body); color: #F3F6F8; margin-bottom: 8px; letter-spacing: -0.02em; }
.foot-cta-text p { font: var(--body-4); color: rgba(243,246,248,0.66); }
.foot-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
footer .btn-line { border-color: rgba(255,255,255,0.4); color: #fff; }
footer .btn-line:hover { border-color: #fff; }
.foot-body { padding: 20px 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.foot-brand { font: 700 20px/1 var(--font-body); color: #F3F6F8; letter-spacing: -0.02em; margin-bottom: 16px; }
.foot-tagline { font: var(--body-4); color: rgba(243,246,248,0.6); }
.foot-info-list { display: flex; flex-direction: column; gap: 8px; justify-self: end; }
.foot-info-list dt { font: 500 13px/1 var(--font-body); letter-spacing: 0.05em; color: rgba(243,246,248,0.5); margin-bottom: 4px; margin-top: 16px; }
.foot-info-list dt:first-child { margin-top: 0; }
.foot-info-list dd { font: var(--foot-info); color: rgba(243,246,248,0.8); white-space: nowrap; }
.foot-info-list dd.foot-info-small { font: 400 12.5px/1.6 var(--font-kr); color: rgba(243,246,248,0.5); }
.foot-copy { padding: 12px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.foot-copy p { font: 400 12.5px/1.5 var(--font-body); color: rgba(243,246,248,0.32); }
.foot-copy a.sitemap-link { font: 400 12.5px/1.5 var(--font-body); color: rgba(243,246,248,0.32); }
.foot-copy a.sitemap-link:hover { color: rgba(243,246,248,0.55); }

/* ── 플로팅 퀵메뉴(좌측) ── */
.float-quick { position: fixed; top: 50%; left: 26px; transform: translateY(-50%); z-index: 200; list-style: none; margin: 0; padding: 0; width: 58px; }
.float-quick li { position: relative; height: 58px; }
.float-quick li + li { margin-top: 8px; }
.float-quick a { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: 2px 2px 10px rgba(8,16,24,.18); transition: width .35s ease, background .2s; overflow: hidden; text-decoration: none; }
.float-quick .fq-call { background: var(--accent-hover); }
.float-quick .fq-call:hover, .float-quick .fq-call:focus-visible { width: 200px; background: var(--accent); }
.float-quick .fq-top { background: var(--ink); }
.float-quick .fq-top:hover { background: #000; }
.float-quick .fq-label { display: none; font: 700 15px/1 "Noto Sans KR", sans-serif; white-space: nowrap; padding-left: 18px; }
.float-quick .fq-call:hover .fq-label, .float-quick .fq-call:focus-visible .fq-label { display: block; }
.float-quick svg { flex-shrink: 0; width: 22px; height: 22px; }
@media (max-width: 768px) {
  .float-quick { top: auto; bottom: 16px; left: 14px; transform: none; width: 50px; }
  .float-quick li { height: 50px; }
  .float-quick a { width: 50px; height: 50px; }
}
