@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root{
  --bg:#f4f1e7;
  --bg-strong:#e8e1cf;
  --paper:#fffdf8;
  --paper-2:#f8f4e8;
  --line:#d7cfbb;
  --line-2:#c5bca6;
  --text:#1f2420;
  --muted:#5d6257;
  --brand:#6f6a2f;
  --brand-dark:#4b471f;
  --brand-soft:#ece7cf;
  --accent:#8b7f45;
  --accent-soft:#f2edd7;
  --footer:#38341f;
  --shadow:0 14px 32px rgba(72,68,38,.10);
  --shadow-lg:0 22px 48px rgba(72,68,38,.14);
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-md:14px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(111,106,47,.08), transparent 24%),
    linear-gradient(180deg,#fbfaf6 0%,var(--bg) 100%);
  line-height:1.72;
  word-break:keep-all;
}
a{text-decoration:none;color:inherit}
.container{width:min(100%,var(--container));margin:0 auto;padding:0 20px}
.skip-link{
  position:absolute;left:12px;top:-52px;z-index:1000;
  padding:10px 14px;border-radius:10px;background:var(--brand-dark);color:#fff;font-weight:800
}
.skip-link:focus{top:10px}
.topbar{background:#fbfaf6;border-bottom:1px solid rgba(75,71,31,.10)}
.topbar-inner{
  min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;
  font-size:13px;color:var(--muted)
}
.topbar strong{color:var(--brand-dark)}
.site-header{
  position:sticky;top:0;z-index:999;background:rgba(251,250,246,.92);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(75,71,31,.10)
}
.header-inner{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px
}
.brand-wrap{display:flex;flex-direction:column;gap:4px}
.brand{font-size:27px;font-weight:900;letter-spacing:-.04em}
.brand-sub{font-size:12px;color:var(--muted)}
.main-nav{display:flex;gap:16px;flex-wrap:wrap}
.main-nav a{font-size:14px;font-weight:800;color:#384035}
.main-nav a:hover{color:var(--brand-dark)}
.call-btn,.btn-main,.btn-line,.footer-call a,.hero-contact a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 20px;border-radius:999px;font-weight:800
}
.call-btn,.btn-main,.footer-call a,.hero-contact a{background:var(--brand);color:#fff;box-shadow:var(--shadow)}
.btn-line{background:#fff;border:1px solid var(--line-2);color:var(--text)}
.hero{padding:44px 0 18px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) 360px;gap:24px;align-items:stretch}
.panel,.guide-card,.info-card,.post-link,.faq-item,.article-wrap,.article-side,.cta-band,.footer-card,.notice-card{
  background:var(--paper);border:1px solid rgba(75,71,31,.10);border-radius:var(--radius-xl);box-shadow:var(--shadow)
}
.hero-main{
  padding:42px;
  background:
    radial-gradient(circle at top left, rgba(111,106,47,.10), transparent 26%),
    linear-gradient(180deg,#fffdf7 0%, #f7f2e4 100%);
}
.hero-side{padding:26px;display:flex;flex-direction:column;gap:16px}
.kicker,.badge,.chip{
  display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;
  font-size:12px;font-weight:800;letter-spacing:.01em
}
.kicker{background:var(--brand-soft);color:var(--brand-dark);border:1px solid rgba(75,71,31,.10);margin-bottom:16px}
.badge{background:var(--accent-soft);color:var(--brand-dark);border:1px solid rgba(75,71,31,.08);margin-bottom:12px}
.chip{background:#f4efe0;color:#4a4c41;border:1px solid rgba(75,71,31,.08)}
.hero h1,.section-title h2,.article-hero h1,.faq-area h2,.footer-card h3,.cta-band h2{
  margin:0;color:#171b16;line-height:1.22;letter-spacing:-.03em
}
.hero h1{font-size:52px;margin-bottom:18px}
.lead{margin:0;font-size:17px;color:var(--muted)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
.hero-points > div{
  padding:16px;border-radius:18px;background:#fffefb;border:1px solid rgba(75,71,31,.08)
}
.hero-points strong{display:block;font-size:14px;margin-bottom:6px}
.hero-points span{display:block;font-size:13px;color:var(--muted)}
.hero-side h2{margin:0;font-size:28px;line-height:1.3}
.hero-list{margin:0;padding-left:18px;color:var(--muted)}
.hero-list li+li{margin-top:8px}
.hero-contact{
  padding:18px;border-radius:18px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff
}
.hero-contact p{margin:0 0 12px;font-size:14px;opacity:.92}
.hero-contact a{width:100%;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.notice-card{padding:14px;border-radius:16px;background:var(--paper-2)}
.notice-card strong{display:block;font-size:13px;margin-bottom:6px}
.notice-card p{margin:0;font-size:12px;color:var(--muted)}
.section{padding:28px 0 0}
.section-title{margin-bottom:18px}
.section-title h2{font-size:38px;margin-bottom:10px}
.section-title p,.guide-card p,.info-card p,.faq-item p,.article-body p,.article-body li,.article-side p{
  font-size:15px;color:var(--muted);margin:0
}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.guide-card,.info-card{padding:24px}
.guide-card h3,.info-card h3{margin:0 0 12px;font-size:24px;line-height:1.3}
.guide-card ul,.info-card ul{margin:14px 0 0;padding-left:18px;color:var(--muted)}
.guide-card li+li,.info-card li+li{margin-top:8px}
.post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.post-link{
  display:block;padding:24px;border-radius:var(--radius-xl);transition:transform .2s ease, box-shadow .2s ease
}
.post-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.post-link strong{display:block;font-size:22px;line-height:1.34;margin-bottom:10px}
.post-link span{display:block;font-size:14px;color:var(--muted)}
.post-link em{
  display:inline-flex;align-items:center;margin-top:18px;font-style:normal;font-size:13px;font-weight:800;color:var(--brand-dark)
}
.cta-band{
  margin-top:28px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:linear-gradient(135deg,#fbf7ea 0%,#ece5cf 100%)
}
.cta-band p{margin:8px 0 0;color:var(--muted)}
.faq-area{padding:10px 0 0}
.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.faq-item{padding:22px}
.faq-item strong{display:block;font-size:18px;margin-bottom:10px;line-height:1.4}
.article-hero{padding:34px 0 12px}
.article-wrap{padding:34px}
.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:16px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}
.article-body section{
  background:var(--paper);border:1px solid rgba(75,71,31,.10);border-radius:var(--radius-lg);
  box-shadow:var(--shadow);padding:24px
}
.article-body section+section{margin-top:18px}
.article-body h2{margin:0 0 14px;font-size:30px;line-height:1.3}
.article-body h3{margin:20px 0 10px;font-size:21px;line-height:1.35}
.article-body ul,.article-body ol{margin:0;padding-left:18px}
.article-body li+li{margin-top:8px}
.article-side{padding:24px;height:max-content;position:sticky;top:96px}
.article-side h3{margin:0 0 12px;font-size:22px}
.side-list{margin:0;padding-left:18px;color:var(--muted)}
.side-list li+li{margin-top:8px}
.side-actions{display:grid;gap:12px;margin-top:18px}
.side-actions a{
  display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;font-weight:800
}
.side-actions .fill{background:var(--brand);color:#fff}
.side-actions .line{background:#fff;border:1px solid var(--line)}
.site-footer{margin-top:40px;background:var(--footer);color:#f8f5ea}
.footer-inner{padding:34px 0}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}
.footer-card{
  padding:28px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  box-shadow:none
}
.footer-card p,.footer-card li{color:rgba(248,245,234,.82);margin:0}
.footer-card ul{margin:12px 0 0;padding-left:18px}
.footer-call{
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:32px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#6f6a2f 0%,#8b7f45 100%)
}
.footer-call strong{display:block;font-size:15px;margin-bottom:10px}
.footer-call a{
  min-height:64px;padding:0 28px;font-size:28px;font-weight:900;letter-spacing:-.03em;
  background:rgba(255,255,255,.14)
}
.footer-meta{margin-top:18px;font-size:13px;color:rgba(248,245,234,.72)}
@media (max-width:1080px){
  .hero-grid,.article-layout,.footer-grid{grid-template-columns:1fr}
  .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .faq-grid,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-2,.hero-points{grid-template-columns:1fr}
  .article-side{position:static}
}
@media (max-width:720px){
  .header-inner,.topbar-inner,.cta-band{flex-direction:column;align-items:flex-start}
  .main-nav{gap:12px}
  .hero{padding-top:28px}
  .hero-main,.hero-side,.article-wrap,.guide-card,.info-card,.faq-item,.post-link,.footer-card,.footer-call{padding:20px}
  .hero h1{font-size:36px}
  .section-title h2,.article-body h2{font-size:28px}
  .post-grid,.faq-grid,.grid-3,.grid-2,.mini-grid{grid-template-columns:1fr}
  .footer-call a{font-size:24px;width:100%}
}