:root{--ink:#14221e;--muted:#64716c;--line:#dce4e0;--paper:#f5f7f5;--white:#fff;--green:#164c3e;--green2:#0e352b;--mint:#dceee7;--gold:#c79243;--red:#b8483e;--shadow:0 16px 45px rgba(17,47,38,.1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Pretendard,"Apple SD Gothic Neo","Noto Sans KR",system-ui,sans-serif;font-size:15px;line-height:1.6}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;padding:10px 16px;border-radius:6px}.skip-link:focus{top:12px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header{height:76px;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--green);color:#fff;font:800 23px/1 Georgia,serif}.brand span:last-child{display:flex;flex-direction:column;line-height:1.05}.brand b{font-size:16px;letter-spacing:.04em}.brand small{font-size:11px;color:var(--muted);margin-top:5px}
.site-header nav{display:flex;align-items:center;gap:7px}.site-header nav a{padding:10px 15px;border-radius:8px;color:#53605b;font-weight:600}.site-header nav a:hover,.site-header nav a.active{background:var(--mint);color:var(--green)}
.eyebrow{margin:0 0 12px;color:#3f806e;font-size:12px;font-weight:800;letter-spacing:.17em}
.home-hero{background:linear-gradient(125deg,var(--green2),#1b5a49);color:#fff;padding:66px 0 74px;position:relative;overflow:hidden}.home-hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-180px;top:-330px;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
.home-title{position:relative;z-index:1;display:grid;grid-template-columns:1fr minmax(420px,570px);align-items:center;gap:70px}.home-title .eyebrow{color:#9dd1c0}.home-title h1{font-size:42px;line-height:1.3;letter-spacing:-.05em;margin:0}.home-title h1 em{color:#bce1d4;font-style:normal}
.case-search{background:#fff;color:var(--ink);padding:22px;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.case-search>label{display:block;font-weight:800;margin-bottom:10px}.case-search>div{display:flex;border:2px solid var(--green);border-radius:10px;overflow:hidden}.case-search input{flex:1;min-width:0;border:0;padding:14px 16px;outline:0}.case-search button{border:0;background:var(--green);color:#fff;font-weight:700;padding:0 24px}.form-message{font-size:12px;color:var(--muted);margin:8px 2px 0}
.map-section{padding:65px 0 80px}.map-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.map-heading h2{font-size:30px;letter-spacing:-.04em;margin:0 0 7px}.map-heading>div>p:last-child{margin:0;color:var(--muted)}
.map-mode{display:flex;background:#e9eeeb;padding:4px;border-radius:10px}.map-mode button{border:0;background:transparent;color:#66736e;border-radius:7px;padding:10px 18px;font-weight:700}.map-mode button.active{background:#fff;color:var(--green);box-shadow:0 2px 9px rgba(0,0,0,.08)}
.map-workspace{display:grid;grid-template-columns:minmax(0,1fr) 370px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;min-height:680px}.korea-map{position:relative;background:radial-gradient(circle at 50% 44%,#f7fbf9,#e9f1ed);overflow:hidden;padding:24px}.korea-map svg{display:block;height:630px;max-width:100%;margin:auto;overflow:visible}.region-shape{fill:#d5e5de;stroke:#fff;stroke-width:1.8;vector-effect:non-scaling-stroke;transition:fill .18s,filter .18s;cursor:pointer;outline:0}.region-shape:hover,.region-shape:focus{fill:#6a9b8b;filter:drop-shadow(0 3px 5px rgba(20,70,57,.2))}.municipality-level .region-shape{stroke-width:1.2}.court-mode .region-shape{fill:#e2ebe6;cursor:default}.court-mode .region-shape:hover,.court-mode .region-shape:focus{fill:#e2ebe6;filter:none}.region-map-label{cursor:pointer;outline:0}.region-map-label text{fill:#264e42;font-size:21px;font-weight:900;paint-order:stroke;stroke:#f8fbf9;stroke-width:5px;stroke-linejoin:round;pointer-events:none}.region-map-label .map-label-count{fill:#b4473d;font-size:15px;font-weight:900}.region-map-label:focus text,.region-map-label:hover text{fill:#0e352b;stroke:#fff;stroke-width:7px}.municipality-label text{font-size:15px;stroke-width:4px}.municipality-label .map-label-count{font-size:12px}.court-mode .region-label-layer{display:none}.map-back{position:absolute;left:24px;top:24px;z-index:3;border:1px solid #c8d6d0;background:rgba(255,255,255,.94);color:var(--green);border-radius:8px;padding:9px 13px;font-size:12px;font-weight:800;box-shadow:0 4px 15px rgba(20,50,40,.08)}.map-back:hover{background:var(--green);border-color:var(--green);color:#fff}
.court-pin-layer{display:none}.court-mode .court-pin-layer{display:block}.court-pin{cursor:pointer;outline:0}.court-pin circle{fill:var(--red);stroke:#fff;stroke-width:3;filter:drop-shadow(0 3px 5px rgba(80,20,15,.35))}.court-pin text{font-size:10px;font-weight:700;fill:#173c31;paint-order:stroke;stroke:#fff;stroke-width:5;stroke-linejoin:round;opacity:0;pointer-events:none}.court-pin:hover circle,.court-pin:focus circle{fill:#ef6a5c}.court-pin:hover text,.court-pin:focus text{opacity:1}
.map-panel{display:flex;flex-direction:column;border-left:1px solid var(--line);background:#fbfcfb}.map-panel-head{padding:31px 28px 22px;border-bottom:1px solid var(--line)}.map-panel-head>span{font-size:11px;color:#4e806f;font-weight:800;letter-spacing:.1em}.map-panel-head strong{display:block;font-size:24px;margin:5px 0}.map-panel-head p{font-size:13px;color:var(--muted);margin:0}.map-options{padding:10px 18px;overflow:auto;max-height:495px}.map-options button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:transparent;border:0;border-bottom:1px solid #edf1ef;padding:11px 8px;font-weight:600}.map-options button:hover{color:var(--green);background:#f1f7f4}.map-options span{font-size:12px;color:var(--muted);font-weight:500}.detail-search-link{margin:auto 20px 20px;background:var(--green);color:#fff;border-radius:9px;padding:14px 16px;display:flex;justify-content:space-between;font-weight:700}.data-caption{text-align:right;font-size:12px;color:var(--muted);margin:14px 3px 0}.map-source a{text-decoration:underline;text-underline-offset:2px}.map-source a:hover{color:var(--green)}
.breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin:25px 0}.breadcrumb a:hover{color:var(--green)}
.search-main{padding-bottom:80px}.scope-header{display:flex;justify-content:space-between;align-items:end;gap:30px;background:var(--green);color:#fff;border-radius:16px;padding:30px 34px;margin-bottom:22px}.scope-header h1{font-size:29px;letter-spacing:-.04em;margin:0 0 5px}.scope-header p{margin:0;color:#c7ded6}.scope-header .eyebrow{color:#99c9b9}.scope-header>a{white-space:nowrap;border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:10px 14px;font-weight:600}
.detail-filters{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px 27px;margin-bottom:34px}.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.filter-head h2{font-size:20px;margin:0}.filter-head button{border:0;background:transparent;color:var(--muted);font-size:13px}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.filter-grid label>span{display:block;font-size:12px;font-weight:700;color:#53625c;margin-bottom:6px}.filter-grid select,.filter-grid input,.results-toolbar select{width:100%;height:45px;border:1px solid #ccd7d2;background:#fff;border-radius:7px;padding:0 11px;color:var(--ink)}.within-search{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.within-search label{font-size:13px;font-weight:700}.within-search input{height:45px;border:1px solid #ccd7d2;border-radius:7px;padding:0 12px}.within-search button{height:45px;border:0;border-radius:7px;background:var(--green);color:#fff;padding:0 25px;font-weight:700}
.results-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px}.results-toolbar h2{font-size:22px;margin:0}.results-toolbar h2 strong{color:var(--green)}.results-toolbar p{font-size:13px;color:var(--muted);margin:4px 0 0}.results-toolbar label{width:190px}.board-wrap{overflow:auto;background:#fff;border-top:2px solid var(--green);border-bottom:1px solid var(--line)}.property-board{width:100%;border-collapse:collapse;table-layout:fixed}.property-board th{background:#f2f6f4;color:#4f6059;font-size:12px;padding:13px 15px;text-align:left;border-bottom:1px solid var(--line)}.property-board th:nth-child(1){width:22%}.property-board th:nth-child(2){width:27%}.property-board th:nth-child(3){width:18%}.property-board th:nth-child(4){width:17%}.property-board th:nth-child(5){width:16%}.property-board tbody tr{cursor:pointer;border-bottom:1px solid #e6ebe8;transition:.15s}.property-board tbody tr:hover,.property-board tbody tr:focus{background:#f3f8f6;outline:0}.property-board td{padding:18px 15px;vertical-align:top}.case-cell,.address-cell{display:table-cell}.case-entry{display:flex;align-items:flex-start;gap:10px}.case-meta{min-width:0;padding-top:1px}.case-thumb{display:grid;place-items:center;flex:0 0 76px;width:76px;height:56px;overflow:hidden;border:1px solid #d7e0dc;border-radius:6px;background:#eef3f0}.case-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s}.case-thumb:hover img{transform:scale(1.05)}.case-thumb.missing{color:#87938e;font-size:10px;font-weight:700}.case-cell .case-link{display:block;font-weight:800;color:#184f41;margin-bottom:6px;overflow-wrap:anywhere}.court-text,.cell-stack span{display:block;font-size:12px;color:var(--muted)}.address-cell strong{display:block;line-height:1.45;margin-bottom:8px}.type-tag,.share-badge,.fail-badge{display:inline-block;border-radius:4px;font-size:11px;font-weight:700;padding:3px 7px;margin-right:5px;background:#e4eee9;color:#356b5b}.share-badge{background:#fff0dd;color:#9a5d12}.share-text{display:block;color:#98601c;font-size:11px;line-height:1.45;margin-top:7px}.cell-stack strong{font-size:13px}.price-pair strong{color:#6b716e;font-weight:500}.price-pair span{color:var(--red);font-size:14px;font-weight:800;margin-top:4px}.rate{font-size:11px;color:var(--red)}.fail-badge{margin-top:8px;background:#fce3e0;color:var(--red)}.fail-badge.zero{background:#e7f0ec;color:#517064}.board-status{text-align:center!important;padding:75px 20px!important;color:var(--muted)}
.pagination{display:flex;justify-content:center;gap:5px;margin-top:25px}.pagination button{min-width:39px;height:39px;border:1px solid var(--line);background:#fff;border-radius:6px}.pagination button.active{background:var(--green);color:#fff;border-color:var(--green)}.pagination button:disabled{opacity:.4;cursor:default}
.detail-main{padding-bottom:80px}.detail-loading,.detail-error{text-align:center;background:#fff;border:1px solid var(--line);border-radius:15px;margin:70px auto;padding:70px 30px}.detail-error a{display:inline-block;background:var(--green);color:#fff;border-radius:7px;padding:10px 18px;margin-top:15px}.property-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;background:#fff;border:1px solid var(--line);border-radius:15px 15px 0 0;padding:30px}.property-heading h1{font-size:30px;letter-spacing:-.04em;margin:0 0 8px}.property-address{font-size:16px;margin:0;color:#53625c}.official-link{border:1px solid #b8c8c1;border-radius:7px;padding:10px 13px;color:var(--green);font-weight:700;white-space:nowrap}
.detail-summary{display:grid;grid-template-columns:1.3fr repeat(4,1fr);background:var(--green2);color:#fff;border-radius:0 0 15px 15px;overflow:hidden;margin-bottom:18px}.detail-summary div{padding:19px 21px;border-right:1px solid rgba(255,255,255,.12)}.detail-summary div:last-child{border:0}.detail-summary span{display:block;font-size:11px;color:#a9c8bd;margin-bottom:4px}.detail-summary strong{font-size:15px}.detail-summary .accent strong{color:#ffd28e}.detail-notice{display:flex;gap:20px;background:#fff8e9;border:1px solid #edd6aa;border-radius:10px;padding:14px 18px;margin-bottom:18px}.detail-notice strong{white-space:nowrap;color:#88591a}.detail-notice p{margin:0}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.detail-content{display:grid;gap:20px}.detail-section,.aside-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px}.detail-section>h2,.aside-card>h2{font-size:19px;margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid var(--green)}.detail-aside{display:grid;gap:16px;position:sticky;top:20px}.aside-card{padding:20px}.aside-card.caution{background:#f0f5f2}.aside-card.caution p{font-size:13px;color:#52615b;margin:0}.description-grid{display:grid;grid-template-columns:145px 1fr;margin:0;border-top:1px solid var(--line)}.description-grid dt,.description-grid dd{margin:0;padding:10px 12px;border-bottom:1px solid var(--line);font-size:13px}.description-grid dt{background:#f4f7f5;color:#5d6b66;font-weight:600}.description-grid dd{white-space:pre-wrap;word-break:break-word}.aside-card .description-grid{grid-template-columns:90px 1fr}.aside-card .description-grid dt,.aside-card .description-grid dd{padding:9px 7px}
.photo-stage{aspect-ratio:16/10;background:#e9eeeb;border-radius:8px;overflow:hidden}.photo-stage img{width:100%;height:100%;object-fit:contain}.photo-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px;padding-bottom:4px}.photo-thumbs button{flex:0 0 80px;height:58px;border:2px solid transparent;border-radius:6px;padding:0;overflow:hidden;background:#eee}.photo-thumbs button.active{border-color:var(--green)}.photo-thumbs img{width:100%;height:100%;object-fit:cover}.object-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;margin-top:14px}.object-heading{display:flex;align-items:center;gap:10px;background:#e9f1ed;padding:12px 15px}.object-heading h3{margin:0;font-size:16px}.sequence{background:var(--green);color:#fff;border-radius:4px;font-size:11px;padding:3px 7px}.field-block{padding:15px}.field-block+.field-block{border-top:1px dashed var(--line)}.field-block>h3{font-size:14px;margin:0 0 8px}.detail-table-wrap{overflow:auto}.detail-table{width:100%;border-collapse:collapse;font-size:13px}.detail-table th,.detail-table td{border:1px solid var(--line);padding:10px;text-align:left;white-space:nowrap}.detail-table th{background:#f1f5f3}.appraisal-block{border-bottom:1px solid var(--line);padding:5px 0 15px;margin-bottom:15px}.appraisal-block:last-child{border:0;margin:0}.appraisal-block h3{font-size:14px;margin:0 0 7px;color:var(--green)}.appraisal-block p{margin:0;white-space:pre-wrap;font-size:13px}.document-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.document-item{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:7px;padding:12px}.document-item[href]:hover{border-color:var(--green);background:#f3f8f5}.document-item span{font-size:11px;color:var(--muted)}
footer{background:#102d25;color:#fff;padding:28px 0}footer .shell{display:flex;justify-content:space-between;gap:30px;align-items:center}footer p{color:#a7beb6;font-size:12px;margin:0}
@media(max-width:900px){.home-title{grid-template-columns:1fr;gap:30px}.map-workspace{grid-template-columns:1fr}.map-panel{border-left:0;border-top:1px solid var(--line)}.map-options{max-height:280px}.filter-grid{grid-template-columns:repeat(2,1fr)}.detail-summary{grid-template-columns:repeat(2,1fr)}.detail-summary div:first-child{grid-column:span 2}.detail-layout{grid-template-columns:1fr}.detail-aside{position:static;grid-template-columns:repeat(2,1fr)}.property-board{min-width:900px}}
@media(max-width:640px){.shell{width:min(100% - 24px,1240px)}.site-header{height:auto}.header-inner{min-height:69px;flex-wrap:wrap;padding:10px 0}.site-header nav{width:100%;overflow:auto;padding-bottom:3px}.site-header nav a{white-space:nowrap;padding:7px 10px;font-size:13px}.home-hero{padding:45px 0}.home-title h1{font-size:31px}.case-search{padding:16px}.case-search button{padding:0 17px}.map-section{padding:40px 0}.map-heading{align-items:start;flex-direction:column}.map-heading h2{font-size:24px}.map-mode{width:100%}.map-mode button{flex:1}.map-workspace{min-height:0}.korea-map{padding:8px;min-height:365px;display:grid;align-items:center}.korea-map svg{height:auto;width:100%;max-height:480px}.map-back{left:10px;top:10px;padding:7px 10px}.province-label text{font-size:30px;stroke-width:8px}.province-label .map-label-count{font-size:20px}.municipality-label text{font-size:21px;stroke-width:7px}.municipality-label .map-label-count{font-size:16px}.data-caption{text-align:left}.map-source{display:block}.scope-header{align-items:start;flex-direction:column;padding:23px}.scope-header h1{font-size:24px}.detail-filters{padding:19px 16px}.filter-grid{grid-template-columns:1fr}.within-search{grid-template-columns:1fr}.results-toolbar{align-items:start;flex-direction:column}.results-toolbar label{width:100%}.board-wrap{overflow:visible;background:transparent;border:0}.property-board,.property-board tbody,.property-board tr,.property-board td{display:block;width:100%}.property-board thead{display:none}.property-board tbody{display:grid;gap:12px}.property-board tbody tr{background:#fff;border:1px solid var(--line);border-top:3px solid var(--green);border-radius:9px;padding:15px}.property-board td{padding:7px 0}.property-board td:before{display:block;color:var(--muted);font-size:10px;font-weight:700;margin-bottom:2px}.property-board td:nth-child(2):before{content:"소재지 / 용도"}.property-board td:nth-child(3):before{content:"면적 / 지분"}.property-board td:nth-child(4):before{content:"감정가 / 최저가"}.property-board td:nth-child(5):before{content:"매각기일 / 유찰"}.case-cell,.address-cell{display:block}.property-heading{align-items:start;flex-direction:column;padding:22px}.property-heading h1{font-size:25px}.official-link{width:100%;text-align:center}.detail-summary{grid-template-columns:1fr 1fr}.detail-summary div{padding:14px}.detail-notice{flex-direction:column;gap:5px}.detail-section{padding:17px}.description-grid{grid-template-columns:105px 1fr}.detail-aside{grid-template-columns:1fr}.document-list{grid-template-columns:1fr}footer .shell{align-items:start;flex-direction:column;gap:8px}}
