@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css');

:root {
  --primary: #1E5128;
  --accent: #D8A25E;
  --bg-alt: #F1F4EE;
  --text: #24291F;
  --border: #DEE3D6;
}

* { box-sizing: border-box; }
body {
  margin: 0; padding-bottom: 56px;
  font-family: 'SUIT', 'Pretendard', sans-serif;
  color: var(--text); font-size: 16px; line-height: 1.7; background: #fff;
}
@media (min-width: 900px) { body { padding-bottom: 0; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { color: var(--primary); line-height: 1.35; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* header: 컬러 바탕 플랫형 */
.site-header { background: var(--bg-alt); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { color: var(--primary); font-weight: 800; font-size: 1.18rem; text-decoration: none; }
.main-nav ul { list-style: none; display: none; gap: 20px; margin: 0; padding: 0; }
.main-nav a { color: #4c5343; text-decoration: none; font-size: 0.9rem; }
@media (min-width: 860px) { .main-nav ul { display: flex; } }
.header-cta {
  background: var(--primary); color: #fff; width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
}
.header-cta svg { width: 18px; height: 18px; }
@media (min-width: 860px) {
  .header-cta { width: auto; height: auto; min-height: 40px; padding: 9px 18px; border-radius: 6px; gap: 8px; font-weight: 700; font-size: 0.85rem; }
}

/* hero: 큰 수치 강조형 */
.hero { padding: 46px 0; background: #fff; }
.hero .eyebrow { color: var(--primary); font-weight: 700; font-size: 0.85rem; display: block; margin-bottom: 10px; }
.hero .stat-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.hero .stat-num { font-size: 3rem; font-weight: 800; color: var(--primary); line-height: 1; }
.hero .stat-unit { font-size: 1rem; color: var(--accent); font-weight: 700; }
.hero h1 { font-size: 1.75rem; margin: 0 0 12px; }
.hero p.lead { color: #565f4c; max-width: 580px; margin: 0 0 22px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 22px; font-weight: 700; font-size: 0.94rem;
  text-decoration: none; cursor: pointer; border-radius: 4px;
}
.btn-double { background: #fff; color: var(--primary); border: 2px solid var(--primary); box-shadow: 0 0 0 4px var(--bg-alt); }
.btn-double.solid { background: var(--primary); color: #fff; box-shadow: 0 0 0 4px rgba(30,81,40,0.1); }

.page-body { padding: 48px 0; }
.intro-summary { background: var(--bg-alt); padding: 16px 18px; border-radius: 6px; font-size: 0.98rem; margin-bottom: 20px; }

/* section divider: 라벨 배지형 */
section { margin-bottom: 40px; }
.section-label { display: inline-block; background: var(--bg-alt); color: var(--primary); font-size: 0.76rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; margin-bottom: 8px; letter-spacing: 0.03em; }
h2 { font-size: 1.3rem; margin: 0 0 14px; }

table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin: 16px 0; }
caption { text-align: left; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
th, td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
th { background: var(--primary); color: #fff; }
tbody tr:nth-child(even) { background: var(--bg-alt); }
.table-scroll { overflow-x: auto; }

.checklist { list-style: none; margin: 16px 0; padding: 0; display: grid; gap: 8px; }
.checklist li { display: flex; gap: 10px; background: var(--bg-alt); border-radius: 6px; padding: 10px 12px; font-size: 0.93rem; }
.checklist svg { flex: none; width: 18px; height: 18px; color: var(--primary); margin-top: 2px; }

.gallery { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 16px 0; }
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery figure { margin: 0; }
.gallery img { border-radius: 6px; }
.gallery figcaption { font-size: 0.8rem; color: #6b7361; margin-top: 6px; }

.notice { background: #fdf1e6; border: 1px solid #eecfa8; border-radius: 6px; padding: 16px 18px; }
.notice h3 { margin-top: 0; color: #93571f; }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; min-height: 44px; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--primary); font-size: 1.3rem; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { margin: 0 0 14px; color: #565f4c; }

.related-links { display: grid; gap: 10px; }
.related-links a { display: block; padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px; text-decoration: none; font-weight: 700; color: var(--primary); }
.related-links span { display: block; font-weight: 400; font-size: 0.84rem; color: #6b7361; margin-top: 3px; }

/* CTA: 아웃라인 하이라이트 박스형 */
.cta-highlight { border: 2px solid var(--primary); border-radius: 10px; padding: 28px 24px; text-align: center; margin: 24px 0; background: var(--bg-alt); }
.cta-highlight p { color: #4c5343; margin-bottom: 18px; }

/* footer: 미니멀 한 줄형 */
.site-footer { border-top: 1px solid var(--border); padding: 30px 0 100px; }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 20px; margin: 0; padding: 0; }
.footer-links a { color: #565f4c; text-decoration: none; font-size: 0.87rem; }
address { font-style: normal; font-size: 0.83rem; color: #798670; }
address a { color: #798670; }
.copyright { font-size: 0.78rem; color: #97a08c; }

.mobile-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -4px 16px rgba(0,0,0,0.12); }
.mobile-cta-bar a { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 700; }
.mobile-cta-bar .call { background: var(--primary); color: #fff; }
.mobile-cta-bar .top { background: var(--accent); color: #fff; }
@media (min-width: 900px) { .mobile-cta-bar { display: none; } }
