
:root{
  --bg:#f7f5ef;
  --paper:#fffdf8;
  --ink:#1f2937;
  --muted:#6b7280;
  --line:#e7dfd1;
  --accent:#2563eb;
  --accent-2:#0f766e;
  --warm:#d97706;
  --soft:#eef6ff;
  --soft-2:#effaf6;
  --shadow:0 16px 40px rgba(37, 99, 235, 0.08);
  --radius:26px;
  --max:1180px;
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Pretendard","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.05), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(15,118,110,.05), transparent 22%),
    linear-gradient(180deg,#faf8f3 0%, #f7f5ef 100%);
  line-height:1.75;
  word-break:keep-all;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 22px}

.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,253,248,.9);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(31,41,55,.06);
}
.header-inner{
  min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand-wrap{display:flex;flex-direction:column;gap:5px}
.brand{
  font-size:26px;font-weight:900;letter-spacing:-.04em;color:#0f172a;
}
.brand-sub{font-size:12px;color:var(--muted)}
.main-nav{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}
.main-nav a{font-size:14px;font-weight:700;color:#334155}
.main-nav a:hover{color:var(--accent)}
.call-pill,
.btn-primary,
.cta-box a,
.phone-banner a,
.post-card a{
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--accent),#3b82f6);
  color:#fff;font-weight:900;box-shadow:var(--shadow)
}
.call-pill{min-width:168px;height:48px;border-radius:999px;padding:0 18px;font-size:14px}

.hero{
  padding:34px 0 10px;
}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:24px;align-items:stretch;
}
.hero-copy,
.hero-side,
.card,
.post-card,
.feature-item,
.quick-box,
.sidebar-box,
.phone-banner,
.cta-box{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 18px 36px rgba(31,41,55,.04);
}
.hero-copy{
  padding:40px;
  background:
    linear-gradient(130deg, rgba(37,99,235,.08), transparent 34%),
    linear-gradient(180deg, #fffdf9 0%, #fff9f2 100%);
}
.hero-copy h1{
  margin:0 0 14px;font-size:54px;line-height:1.06;letter-spacing:-.055em;color:#0f172a;
}
.eyebrow,
.section-badge,
.card-kicker{
  display:inline-flex;align-items:center;min-height:34px;padding:0 14px;
  border-radius:999px;font-size:12px;font-weight:900;
}
.eyebrow{
  margin-bottom:18px;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;
}
.section-badge{
  margin-bottom:14px;background:#f0fdf4;color:#0f766e;border:1px solid #d1fae5;
}
.card-kicker{
  background:#fff7ed;color:#b45309;border:1px solid #fed7aa;margin-bottom:12px;
}
.lead{margin:0;font-size:17px;color:#334155}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  min-width:176px;height:54px;border-radius:16px;padding:0 22px;font-size:15px;font-weight:900;display:inline-flex;align-items:center;justify-content:center
}
.btn-secondary{
  background:#fff;color:#0f172a;border:1px solid var(--line);font-weight:800;
}
.inline-tags,.region-tags,.tag-row{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:24px
}
.inline-tags span,.region-tags span,.tag-row span{
  display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:12px;
  background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800;color:#475569
}
.hero-side{padding:28px;display:flex;flex-direction:column;justify-content:space-between}
.hero-side h2{margin:0 0 10px;font-size:28px;line-height:1.25;color:#0f172a}
.check-list{margin:0;padding-left:18px;color:#475569}
.check-list li+li{margin-top:8px}
.side-note{margin-top:16px;padding:16px;border-radius:18px;background:var(--soft-2);border:1px solid #d1fae5}
.side-note strong{display:block;margin-bottom:6px;font-size:16px;color:#115e59}
.side-note p{margin:0;color:#475569;font-size:14px}
.phone-banner{margin-top:18px;padding:18px}
.phone-banner a{width:100%;min-height:58px;border-radius:16px;font-size:22px}

main{padding:8px 0 84px}
.section{margin-top:28px}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}
.section-head h2{margin:0 0 8px;font-size:36px;line-height:1.18;letter-spacing:-.04em;color:#0f172a}
.section-head p{margin:0;color:#475569}
.mini-note{font-size:13px;color:#6b7280;max-width:280px}

.grid-3,.grid-4,.posts-grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.card,.feature-item,.post-card{padding:24px}
.card h3,.feature-item h3,.post-card h3{margin:0 0 10px;font-size:22px;line-height:1.32;color:#0f172a}
.card p,.feature-item p,.post-card p,.article-card p{margin:0;color:#475569;font-size:15px}
.feature-item{
  position:relative;overflow:hidden;
}
.feature-item::after{
  content:"";position:absolute;right:-24px;bottom:-24px;width:92px;height:92px;border-radius:50%;
  background:linear-gradient(135deg, rgba(37,99,235,.08), rgba(15,118,110,.08));
}
.number-badge{
  width:44px;height:44px;border-radius:14px;background:#eff6ff;color:#1d4ed8;
  display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px
}
.post-card a{
  min-width:130px;height:42px;border-radius:12px;padding:0 16px;font-size:13px;margin-top:14px
}

.quick-layout{
  display:grid;grid-template-columns:1.15fr .85fr;gap:18px
}
.quick-box{padding:26px}
.quick-box h3{margin:0 0 14px;font-size:26px;color:#0f172a}
.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.check-grid div{
  padding:16px;border-radius:18px;background:#fff;border:1px solid var(--line)
}
.check-grid strong{display:block;margin-bottom:6px;color:#111827;font-size:16px}
.info-table{
  width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);
  border-radius:20px;overflow:hidden
}
.info-table th,.info-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
.info-table th{width:28%;background:#f8fafc;color:#0f172a}
.info-table tr:last-child th,.info-table tr:last-child td{border-bottom:none}
.tips-list{margin:0;padding-left:18px;color:#475569}
.tips-list li+li{margin-top:8px}

.article-hero,.article-card{padding:28px}
.article-hero{
  background:
    linear-gradient(135deg, rgba(217,119,6,.09), transparent 34%),
    linear-gradient(180deg, #fffdfa 0%, #fff9f3 100%);
}
.article-hero h1{margin:0 0 14px;font-size:42px;line-height:1.16;letter-spacing:-.045em;color:#0f172a}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}
.section-block+.section-block{margin-top:28px}
.article-card h2,.sidebar-box h3,.faq-card h2,.cta-box h2{margin:0 0 10px;color:#0f172a}
.info-list{display:flex;flex-direction:column}
.info-item{
  display:grid;grid-template-columns:128px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)
}
.info-item:last-child{border-bottom:none}
.info-item strong{color:#111827}
.bullet-list{margin:0;padding-left:18px;color:#475569}
.bullet-list li+li{margin-top:8px}
.sidebar-wrap{display:flex;flex-direction:column;gap:18px}
.sidebar-box{padding:22px;position:sticky;top:100px}
.sidebar-links{display:grid;gap:10px}
.sidebar-links a{
  display:block;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid var(--line);color:#334155
}
.faq-card{margin-top:28px;padding:28px}
.faq-list{display:grid;gap:18px}
.faq-item{padding-top:18px;border-top:1px dashed #d7cfbf}
.faq-item:first-child{padding-top:0;border-top:none}
.faq-item h3{margin:0 0 8px;font-size:20px;color:#0f172a}
.cta-box{
  margin-top:28px;padding:28px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  background:linear-gradient(135deg,#eff6ff 0%, #f0fdf4 100%);
}
.cta-box p{margin:0;color:#475569}
.cta-box a{min-width:290px;min-height:58px;border-radius:16px;padding:0 24px;font-size:20px}

.site-footer{
  padding:36px 0 42px;background:#fffdf8;border-top:1px solid var(--line)
}
.footer-grid{
  display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px
}
.footer-box h3,.footer-box h4{margin:0 0 10px;color:#0f172a}
.footer-box p,.footer-box li{margin:0;color:#475569;font-size:14px}
.footer-box ul{margin:0;padding-left:18px}
.footer-box li+li{margin-top:8px}
.footer-call{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:190px;height:48px;border-radius:999px;background:#0f172a;color:#fff;font-weight:900;margin-top:12px
}
.copy{margin-top:18px;font-size:12px;color:#6b7280}

@media (max-width:1080px){
  .hero-grid,.quick-layout,.article-layout,.footer-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .posts-grid,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sidebar-box{position:static}
  .cta-box{align-items:flex-start;flex-direction:column}
}
@media (max-width:760px){
  .header-inner{flex-wrap:wrap;justify-content:center;padding:12px 0}
  .main-nav{justify-content:center}
  .hero-copy,.hero-side,.card,.feature-item,.post-card,.quick-box,.article-hero,.article-card,.faq-card,.cta-box{padding:22px}
  .hero-copy h1{font-size:36px}
  .article-hero h1{font-size:31px}
  .section-head{flex-direction:column;align-items:flex-start}
  .section-head h2{font-size:28px}
  .grid-4,.posts-grid,.grid-3,.check-grid{grid-template-columns:1fr}
  .info-item{grid-template-columns:1fr;gap:8px}
  .cta-box a,.call-pill,.btn{min-width:100%;width:100%}
}
