:root{
  --navy:#2c3540;
  --navy-2:#3a4450;
  --paper:#f6f0e6;
  --sheet:#fdfaf5;
  --ink:#2a241c;
  --body:#5a5348;
  --muted:#7a7164;
  --line:#e6dcce;
  --accent:#c06a45;
  --accent-2:#a55636;
  --soft:#f3ebe0;
  --kakao:#fee500;
  --kakao-ink:#191919;
  --sans:"Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  --wide:1120px;
  --radius:18px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
[id]{scroll-margin-top:80px}
body{font-family:var(--sans);background:var(--paper);color:var(--ink);font-size:18px;font-weight:400;line-height:1.75;letter-spacing:-.015em;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font-family:inherit;cursor:pointer}
.wrap{max-width:var(--wide);margin:0 auto;padding:0 24px}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:8px;z-index:80;background:#fff;padding:8px}

.topbar{background:var(--navy);color:#c9bfb2;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:8px 24px}
.topbar a{color:#f4ece3}

header{position:sticky;top:0;z-index:100;background:#f6f0e6;border-bottom:3px solid var(--accent)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:12px}
.brand{display:flex;flex-direction:column;line-height:1.2}
.brand b{font-size:16px;font-weight:700}
.brand span{font-size:12px;color:var(--muted)}
header.compact .nav{height:54px}
.nav-links{display:flex;align-items:center;gap:0;font-size:15px;color:var(--body);margin-left:auto}
.nav-links>a{padding:10px 11px;min-height:44px;display:inline-flex;align-items:center}
.nav-links>a.is-on{color:var(--ink);font-weight:600}
.nav-consult{background:var(--accent);color:#fff!important;font-weight:600;padding:10px 16px!important;border-radius:var(--radius);margin-left:8px;min-height:44px}
.nav-phone{font-size:15px;font-weight:700;color:var(--navy);border:1px solid var(--navy);padding:10px 12px;min-height:44px;display:inline-flex;align-items:center;border-radius:var(--radius);margin-left:6px}
.nav-phone:hover{background:var(--navy);color:#fff}
.burger{display:none;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px}
.burger span{display:block;width:18px;height:2px;background:var(--navy);margin:0 auto}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mpanel{display:none;flex-direction:column;padding:8px 24px 24px;border-top:1px solid var(--line);background:var(--sheet);max-height:calc(100vh - 54px);overflow:auto}
.mpanel.open{display:flex}
.mpanel a{padding:14px 0;font-size:17px;border-bottom:1px solid var(--line);min-height:44px}
body.menu-lock{overflow:hidden}
@media(max-width:1080px){.nav-links,.nav-phone{display:none}.burger{display:flex}}

.hero{position:relative;color:var(--ink);min-height:min(72vh,640px);display:flex;align-items:center;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 42%}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,240,230,.97) 0%,rgba(246,240,230,.9) 36%,rgba(246,240,230,.35) 62%,rgba(246,240,230,.08) 100%)}
.hero .wrap{position:relative;z-index:1;width:100%}
.hero-copy{padding:80px 0 72px;max-width:min(780px,100%)}
.hero .label{font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-bottom:16px}
.hero h1{font-size:clamp(20px,calc((100vw - 48px) / 16.2),48px);font-weight:700;line-height:1.25;letter-spacing:-.03em;max-width:none;word-break:keep-all}
.hero h1 span{display:block;white-space:nowrap}
.hero .lead{margin-top:18px;color:var(--body);font-size:18px;max-width:38ch;line-height:1.8}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.search-hero{display:flex;gap:8px;align-items:stretch;margin-top:24px;background:var(--sheet);border:1px solid var(--navy);border-radius:var(--radius);padding:6px 6px 6px 16px}
.search-hero input{flex:1;border:0;background:transparent;font:inherit;font-size:16px;min-height:44px;color:var(--ink)}
.search-hero .btn{border-radius:14px;flex-shrink:0}
.search-hint{margin-top:8px;font-size:14px;color:var(--muted)}
.sit-btns{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.sit-btns a{min-height:48px;padding:10px 16px;border:1px solid var(--navy);background:var(--sheet);border-radius:var(--radius);font-size:15px;font-weight:600;display:inline-flex;align-items:center}
.sit-btns a:hover{background:var(--soft)}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.hero-flow{margin-top:22px;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;font-size:16px;font-weight:600;border:0;border-radius:var(--radius)}
.btn-acc{background:var(--accent);color:#fff}
.btn-acc:hover{background:var(--accent-2)}
.btn-ghost{background:transparent;color:var(--navy);border:1px solid var(--navy)}
.btn-navy{background:var(--navy);color:#fff}
.demo{font-size:13px;color:var(--muted);margin-top:16px}
.sec-sheet{background:var(--sheet)}

.sec{padding:72px 0}
.sec h2{font-size:clamp(26px,3.2vw,40px);font-weight:700;letter-spacing:-.025em;line-height:1.25;margin-bottom:10px}
.sec .sub{color:var(--muted);margin-bottom:28px;max-width:52ch;line-height:1.8}
.rule{border-top:2px solid var(--navy);padding-top:18px}

.probs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.probs a{display:block;background:var(--sheet);border:1px dashed #d4c4b0;border-radius:4px 18px 18px 18px;padding:24px 22px;min-height:188px;box-shadow:2px 3px 0 rgba(192,106,69,.12)}
.probs a:hover{border-color:var(--navy)}
.probs .n{font-size:28px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:14px}
.probs h3{font-size:18px;font-weight:600;margin-bottom:8px}
.probs p{font-size:15px;color:var(--body);line-height:1.7}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:var(--sheet);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;min-height:200px;display:flex;flex-direction:column}
.card .n{font-size:28px;font-weight:700;color:var(--accent);margin-bottom:12px}
.card .k{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}
.card h3{font-size:22px;font-weight:600;margin-bottom:10px}
.card p{font-size:16px;color:var(--body);flex:1;line-height:1.7}
.card .go{margin-top:16px;font-weight:600;color:var(--navy);font-size:15px}
.card:hover{border-color:var(--navy)}

.find{display:flex;flex-wrap:wrap;gap:8px}
.find a{min-height:48px;padding:12px 16px;border:1px solid var(--line);background:var(--sheet);border-radius:var(--radius);font-size:15px;font-weight:600;display:inline-flex;align-items:center}
.find a:hover{border-color:var(--navy);background:var(--soft)}

.vline{max-width:280px;margin:8px 0 0}
.vline li{padding:10px 0 10px 18px;border-left:2px solid var(--accent);font-size:16px}

.why{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.why li{background:var(--sheet);border:1px solid var(--line);padding:20px;border-radius:var(--radius)}
.why b{display:block;color:var(--accent);font-size:13px;margin-bottom:8px}

.page-hero{padding:44px 0 16px;background:var(--sheet);border-bottom:1px solid var(--line)}
.crumb{font-size:14px;color:var(--muted);margin-bottom:12px}
.crumb a{color:var(--accent);font-weight:600}
.page-hero h1{font-size:clamp(26px,3.4vw,42px);font-weight:700;line-height:1.25}
.page-hero .lead{margin-top:14px;color:var(--body);max-width:54ch;font-size:18px;line-height:1.8}

.need li{padding:12px 0;border-bottom:1px solid var(--line);font-size:17px}
details{border-bottom:1px solid var(--line);padding:16px 0}
details:first-of-type{border-top:1px solid var(--navy)}
summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:12px;font-size:17px;min-height:44px;align-items:center}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--accent)}
details[open] summary::after{content:"–"}
details p{margin-top:8px;color:var(--body);line-height:1.8}

.posts a{display:block;padding:18px 0;border-top:1px solid var(--line)}
.posts a:first-child{border-top:0}
.posts small{display:block;color:var(--accent);font-weight:700;font-size:13px;margin-bottom:4px}
.posts b{font-size:18px;font-weight:600}

.prose{max-width:66ch;color:var(--body);line-height:1.8}
.prose p+p{margin-top:14px}
.cta-end{margin-top:36px;padding:24px;border:1px solid var(--navy);background:var(--sheet);max-width:66ch}
.cta-end p{margin:8px 0 16px}

.story{display:grid;gap:0;max-width:640px}
.story li{padding:16px 0;border-top:1px solid var(--line)}
.story b{display:block;font-size:12px;letter-spacing:.08em;color:var(--muted);margin-bottom:6px}

.checks label{display:flex;gap:8px;padding:8px 0;cursor:pointer}

.contact{background:var(--navy);color:#f4ece3;padding:64px 0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}
.contact h2{color:#fdfaf5;font-size:clamp(24px,3vw,34px);margin-bottom:10px;line-height:1.3}
.contact .lead{color:#d4c8b8;margin-bottom:14px;line-height:1.8}
.contact .tel{display:block;font-size:28px;font-weight:700;color:#fdfaf5;margin:8px 0}
.contact .hours{font-size:14px;color:#e0b89a}
.contact .hours a{color:#e0b89a;font-weight:600}
.form{background:var(--sheet);color:var(--ink);padding:24px;border-radius:var(--radius)}
.step-l{font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--accent);margin:16px 0 8px}
.step-l:first-child{margin-top:0}
.field{margin-bottom:10px}
.field label{display:block;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:6px}
.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);padding:12px;font:inherit;font-size:16px;border-radius:var(--radius);background:var(--paper)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.radios{display:flex;flex-direction:column;gap:8px}
.radios label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:12px 14px;font-size:15px;font-weight:500;cursor:pointer;border-radius:var(--radius);min-height:48px}
.radios input{width:auto}
.radios label:has(input:checked){border-color:var(--accent);background:var(--soft)}
.consent{display:flex;gap:8px;font-size:13px;color:var(--muted);margin:12px 0 14px;line-height:1.5}
.submit{width:100%}
.form-msg{display:none;font-size:14px;margin-top:10px;color:var(--accent)}
.form-msg.show{display:block}

.cv-box{display:grid;grid-template-columns:160px 1fr;gap:24px;background:var(--sheet);border:1px solid var(--line);padding:24px;border-radius:var(--radius)}
.photo{width:160px;height:200px;background:var(--soft);color:var(--muted);font-size:13px;display:flex;align-items:flex-end;padding:12px}
.map{height:180px;background:linear-gradient(160deg,#efe6d8,#e4d9c8);border:1px solid var(--line);display:flex;align-items:flex-end;padding:14px;font-size:14px;font-weight:600;border-radius:var(--radius)}

footer{background:#2a241c;color:#b8aea0;padding:28px 24px 88px;font-size:13px}
.foot-name{color:#fdfaf5;font-weight:700;margin-bottom:8px}
.foot-nav{display:flex;flex-wrap:wrap;gap:8px 16px;margin:10px 0}
.foot-nav a{color:#e8ddd0}

.sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;grid-template-columns:1fr 1fr}
.sticky a{display:flex;justify-content:center;align-items:center;min-height:52px;font-weight:700;font-size:16px}
.sticky .tel{background:var(--navy);color:#fff}
.sticky .kakao{background:var(--accent);color:#fff}
@media(max-width:860px){.sticky{display:grid}body{padding-bottom:52px}}
@media(max-width:1000px){.probs,.cards,.why{grid-template-columns:1fr 1fr}.hero::after{background:linear-gradient(180deg,rgba(246,240,230,.94) 0%,rgba(246,240,230,.78) 48%,rgba(246,240,230,.28) 100%)}}
@media(max-width:700px){
  .probs,.cards,.why,.contact-grid,.form-grid,.cv-box{grid-template-columns:1fr}
  .hero{min-height:0}
  .hero h1 span{white-space:normal}
  .hero-copy{padding:40px 0 36px}
  .search-hero{flex-direction:column;padding:10px}
  .sec{padding:52px 0}
}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
