@font-face{font-family:'NanumSquareRound';font-style:normal;font-weight:300;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff2) format('woff2'),url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff) format('woff');}
@font-face{font-family:'NanumSquareRound';font-style:normal;font-weight:400;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff2) format('woff2'),url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff) format('woff');}
@font-face{font-family:'NanumSquareRound';font-style:normal;font-weight:700;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff2) format('woff2'),url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff) format('woff');}
@font-face{font-family:'NanumSquareRound';font-style:normal;font-weight:800;font-display:swap;src:url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff2) format('woff2'),url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff) format('woff');}
:root{
  --bg:#FBF7EF;
  --paper:#FFFFFF;
  --ink:#2A211B;
  --ink-soft:#6B5E52;
  --honey:#B5722F;
  --moss:#5C7350;
  --line:#E7DDCC;
  --line-soft:#F1EADD;
  --serif:'Noto Serif KR','Apple SD Gothic Neo',serif;
  --sans:'Noto Sans KR','Apple SD Gothic Neo',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:var(--sans);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--honey);outline-offset:3px;border-radius:4px}
img{max-width:100%;display:block}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}

/* ── 헤더 ─────────────────────────── */
header.site-header{
  border-bottom:1px solid var(--line);
  background:var(--bg);
  position:sticky;top:0;z-index:50;
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 0;
}
.logo{
  font-family:var(--serif);font-weight:700;font-size:1.25rem;letter-spacing:.02em;
  display:flex;align-items:center;gap:8px;
}
.logo .mark{
  width:34px;height:34px;border-radius:50%;
  background:var(--ink);color:var(--bg);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.95rem;
}
nav.gnb{display:flex;gap:22px;font-size:.92rem;font-weight:500;color:var(--ink-soft)}
nav.gnb a:hover{color:var(--honey)}
@media (max-width:640px){nav.gnb{display:none}}

/* ── 히어로 ─────────────────────────── */
.hero{padding:64px 0 56px;border-bottom:1px solid var(--line)}
.hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;
}
@media (max-width:820px){.hero-grid{grid-template-columns:1fr;gap:36px}}
.eyebrow{
  font-size:.75rem;letter-spacing:.22em;color:var(--honey);
  font-weight:700;text-transform:uppercase;margin-bottom:18px;
}
.hero h1{
  font-family:var(--serif);font-weight:700;
  font-size:clamp(2rem,4.6vw,3.1rem);line-height:1.32;letter-spacing:-.01em;
  margin-bottom:20px;
}
.hero h1 em{
  font-style:italic;color:var(--honey);
  font-family:Georgia,'Times New Roman',serif;
}
.hero p.lede{
  font-size:1.02rem;color:var(--ink-soft);max-width:34em;margin-bottom:28px;
}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}
.btn{
  display:inline-block;padding:13px 24px;border-radius:999px;
  font-size:.93rem;font-weight:700;border:1.5px solid var(--ink);
  cursor:pointer;font-family:var(--sans);
  transition:transform .15s ease,background .15s ease,color .15s ease;
}
.btn-primary{background:var(--ink);color:var(--bg)}
.btn-primary:hover{background:var(--honey);border-color:var(--honey);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--ink)}
.btn-ghost:hover{border-color:var(--honey);color:var(--honey);transform:translateY(-2px)}
.hero-stats{
  display:flex;gap:32px;font-size:.85rem;color:var(--ink-soft);
  border-top:1px solid var(--line);padding-top:20px;
}
.hero-stats b{
  font-family:var(--serif);font-size:1.5rem;color:var(--ink);
  display:block;line-height:1.2;
}
.hero-visual{
  background:var(--paper);border:1px solid var(--line);border-radius:20px;
  padding:20px;box-shadow:0 20px 40px -30px rgba(42,33,27,.35);
}
.hero-visual svg{width:100%;height:auto;border-radius:12px;display:block}
.hero-visual figcaption{
  padding:14px 6px 2px;font-size:.83rem;color:var(--ink-soft);line-height:1.55;
}
.hero-visual figcaption b{font-family:var(--serif);color:var(--ink);font-style:italic}

/* ── 퀵링크 카드 ─────────────────────── */
.quick{padding:40px 0;border-bottom:1px solid var(--line)}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:640px){.quick-grid{grid-template-columns:1fr}}
.quick-card{
  background:var(--paper);border:1px solid var(--line);border-radius:16px;
  padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;
  transition:transform .15s ease,border-color .15s ease;
}
.quick-card:hover{transform:translateY(-3px);border-color:var(--honey)}
.quick-card strong{font-family:var(--serif);font-size:1.05rem;display:block;margin-bottom:4px}
.quick-card span{font-size:.8rem;color:var(--ink-soft);letter-spacing:.06em}
.quick-card .arrow{font-size:1.3rem;color:var(--honey)}

/* ── 섹션 공통 ─────────────────────── */
section.block{padding:64px 0;border-bottom:1px solid var(--line)}
.block h2{
  font-family:var(--serif);font-weight:700;
  font-size:clamp(1.5rem,3vw,2rem);margin-bottom:12px;letter-spacing:-.01em;
}
.block .desc{color:var(--ink-soft);font-size:.97rem;max-width:44em;margin-bottom:32px}

/* ── 지역 안내 ─────────────────────── */
.step-label{
  font-size:.8rem;font-weight:700;color:var(--moss);letter-spacing:.08em;
  margin:26px 0 12px;
}
.chip-row{display:flex;flex-wrap:wrap;gap:10px}
.chip{
  padding:10px 20px;border-radius:999px;border:1.5px solid var(--line);
  background:var(--paper);font-size:.92rem;font-weight:500;cursor:pointer;
  font-family:var(--sans);color:var(--ink);
  transition:border-color .15s,background .15s,color .15s;
}
.chip:hover{border-color:var(--honey);color:var(--honey)}
.chip.on{background:var(--ink);border-color:var(--ink);color:var(--bg)}
.chip.on:hover{color:var(--bg)}
.region-empty{
  margin-top:12px;padding:28px;border:1.5px dashed var(--line);
  border-radius:14px;color:var(--ink-soft);font-size:.92rem;text-align:center;
}
.city-panel{
  margin-top:24px;background:var(--paper);border:1px solid var(--line);
  border-radius:18px;padding:28px;display:none;
}
.city-panel.show{display:block}
.city-panel h3{font-family:var(--serif);font-size:1.3rem;margin-bottom:6px}
.city-panel .region-tag{
  font-size:.78rem;color:var(--moss);font-weight:700;letter-spacing:.1em;margin-bottom:14px;
}
.city-panel p{font-size:.93rem;color:var(--ink-soft);margin-bottom:18px}
.link-row{display:flex;flex-wrap:wrap;gap:10px}
.map-link{
  display:inline-flex;align-items:center;gap:6px;
  padding:10px 18px;border-radius:10px;font-size:.88rem;font-weight:600;
  background:var(--line-soft);border:1px solid var(--line);
  transition:background .15s,border-color .15s;
}
.map-link:hover{background:#fff;border-color:var(--honey);color:var(--honey)}

/* ── 글 카드 ─────────────────────── */
.tab-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.post-grid{grid-template-columns:1fr}}
.post-card{
  background:var(--paper);border:1px solid var(--line);border-radius:16px;
  padding:24px;display:flex;flex-direction:column;gap:10px;
  transition:transform .15s ease,border-color .15s ease;
}
.post-card:hover{transform:translateY(-3px);border-color:var(--honey)}
.post-card .cat{font-size:.74rem;font-weight:700;letter-spacing:.1em;color:var(--moss)}
.post-card h3{font-family:var(--serif);font-size:1.06rem;line-height:1.5;font-weight:600}
.post-card p{font-size:.87rem;color:var(--ink-soft);flex:1}
.badge{
  align-self:flex-start;font-size:.72rem;font-weight:700;
  padding:4px 12px;border-radius:999px;
  background:var(--line-soft);color:var(--ink-soft);
}
.badge.live{background:var(--moss);color:#fff}
.more-row{margin-top:30px;text-align:center}
.latest-empty{
  padding:44px 28px;border:1.5px dashed var(--line);border-radius:16px;
  text-align:center;color:var(--ink-soft);font-size:.93rem;
}
.latest-empty .paw{font-size:1.6rem;display:block;margin-bottom:10px}

/* ── 서브페이지 공통 ─────────────────── */
.page-head{padding:56px 0 36px;border-bottom:1px solid var(--line)}
.breadcrumb{font-size:.82rem;color:var(--ink-soft);margin-bottom:16px}
.breadcrumb a:hover{color:var(--honey)}
.page-head h1{
  font-family:var(--serif);font-weight:700;
  font-size:clamp(1.7rem,3.6vw,2.4rem);letter-spacing:-.01em;margin-bottom:10px;
}
.page-head .sub{color:var(--ink-soft);font-size:.97rem;max-width:44em}
.page-body{padding:48px 0 72px}
.prose{max-width:760px}
.prose h2{
  font-family:var(--serif);font-size:1.35rem;font-weight:700;
  margin:44px 0 14px;padding-top:8px;
}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--serif);font-size:1.1rem;font-weight:600;margin:28px 0 10px}
.prose p{margin-bottom:16px;font-size:.97rem}
.prose ul,.prose ol{margin:0 0 18px 22px;font-size:.97rem}
.prose li{margin-bottom:8px}
.prose a{color:var(--honey);font-weight:600;border-bottom:1px solid transparent}
.prose a:hover{border-bottom-color:var(--honey)}
.prose .note{
  background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--honey);
  border-radius:10px;padding:18px 20px;font-size:.92rem;color:var(--ink-soft);
  margin:24px 0;
}
.prose .meta-date{font-size:.85rem;color:var(--ink-soft);margin-top:36px}

/* ── 404 ─────────────────────────── */
.notfound{padding:110px 0 130px;text-align:center}
.notfound .code{
  font-family:var(--serif);font-size:clamp(4rem,10vw,6.5rem);
  font-weight:700;line-height:1;color:var(--honey);margin-bottom:12px;
}
.notfound h1{font-family:var(--serif);font-size:1.5rem;margin-bottom:12px}
.notfound p{color:var(--ink-soft);margin-bottom:28px}

/* ── 푸터 ─────────────────────────── */
footer.site-footer{padding:48px 0 60px;color:var(--ink-soft);font-size:.86rem}
.footer-brand{font-family:var(--serif);color:var(--ink);font-size:1rem;margin-bottom:6px}
.footer-links{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:18px;font-weight:500}
.footer-links a:hover{color:var(--honey)}


/* ===== 시안 반영: 히어로 일러스트 + 카테고리 스트립 ===== */
.hero{background:#F8F3E9}
.hero-visual{background:none;border:0;box-shadow:none;padding:0;margin:0}
.hero-visual img{display:block;width:100%;height:auto;border-radius:20px}
.h1-paw{display:inline-block;width:.6em;height:.6em;margin-left:.22em;color:#C8845A;vertical-align:baseline}
.cat-strip{background:#F8F3E9;border-top:1px solid rgba(42,33,27,.09);padding:24px 0}
.cat-strip .wrap{display:flex;align-items:center;gap:30px;flex-wrap:wrap;justify-content:center}
.cs-count{display:flex;flex-direction:column;line-height:1.15;padding-right:30px;border-right:1px solid rgba(42,33,27,.13)}
.cs-count b{font-size:30px;font-weight:700;letter-spacing:-.02em}
.cs-count span{font-size:13px;color:#6b6157}
.cs-items{display:flex;gap:26px;flex-wrap:wrap;justify-content:center}
.cs-item{display:flex;flex-direction:column;align-items:center;gap:9px;text-decoration:none;color:#3a322b;font-size:13.5px;min-width:80px}
.cs-ico{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .18s ease}
.cs-ico svg{width:26px;height:26px}
.cs-item:hover .cs-ico{transform:translateY(-3px)}
.cs-item:hover{color:#8a5a2b}
@media (max-width:720px){
  .cs-count{border-right:0;padding-right:0;width:100%;align-items:center}
  .cs-items{gap:14px}
  .cs-item{min-width:60px;font-size:12px;gap:6px}
  .cs-ico{width:44px;height:44px}
  .cs-ico svg{width:21px;height:21px}
}

/*         */
.hero-stats > div:first-child{display:none}
.hero-visual img{max-width:560px;margin-left:auto}


/* =====   :  ===== */
:root{--font-kr:'NanumSquareRound','Apple SD Gothic Neo','Malgun Gothic',sans-serif}
html,body,button,input,select,textarea,.btn,.chip{font-family:var(--font-kr)}
h1,h2,h3,h4,h5,h6,.eyebrow,.site-title,.brand,.cs-count b,.hero-stats b{font-family:var(--font-kr)}
.hero h1{font-weight:800;letter-spacing:-.02em;line-height:1.32}
.hero h1 em{font-family:var(--font-kr);font-style:normal;font-weight:800;color:inherit}
.lede{font-weight:400}
.btn{font-weight:700}

/*   CTA  +  */
.btn-primary{background:linear-gradient(100deg,#7d5730,#9a7046);border-color:transparent;color:#fff}
.btn-primary::after{content:"\2192";margin-left:.5em;display:inline-block}
.btn-primary:hover{filter:brightness(1.07)}
