:root{
    --ink:#342b27;
    --muted:#756a64;
    --cream:#fffaf0;
    --paper:#fff;
    --line:#eadfce;
    --orange:#e67e3c;
    --orange-dark:#b84a2f;
    --gold:#efb24f;
    --green:#53765d;
    --shadow:0 14px 38px rgba(78,53,36,.11)
}
 *{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    color:var(--ink);
    background:#fffdf9;
    font-family:"Noto Sans KR",system-ui,sans-serif;
    font-size:16px;
    line-height:1.65
}
button,input,select{
    font:inherit
}
button,a,select,input{
    outline-offset:3px
}
a{
    color:inherit
}
.skip-link{
    position:fixed;
    left:16px;
    top:-100px;
    z-index:1000;
    background:#fff;
    padding:12px 18px;
    border:2px solid var(--orange-dark);
    border-radius:8px
}
.skip-link:focus{
    top:12px
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0
}
 .site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,253,249,.97);
    border-bottom:1px solid var(--line);
    backdrop-filter:blur(10px)
}
.header-inner{
    width:min(1180px,calc(100% - 40px));
    min-height:86px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px
}
.brand{
    display:flex;
    align-items:center;
    gap:13px;
    text-decoration:none
}
.brand-mark{
    width:49px;
    height:49px;
    display:grid;
    place-items:center;
    background:#fff2da;
    border-radius:15px
}
.brand-mark svg{
    width:39px;
    height:39px;
    fill:var(--orange)
}
.brand-mark .brand-door{
    fill:var(--cream)
}
.brand-mark .brand-heart{
    fill:var(--orange-dark)
}
.brand strong{
    display:block;
    font-size:1.27rem;
    letter-spacing:-.04em
}
.brand small{
    display:block;
    color:var(--muted);
    font-size:.78rem;
    letter-spacing:.12em
}
.main-nav{
    display:flex;
    align-self:stretch
}
.nav-item{
    position:relative;
    display:flex
}
.nav-link{
    min-width:126px;
    border:0;
    background:none;
    color:var(--ink);
    font-weight:700;
    cursor:pointer
}
.nav-link span{
    margin-left:5px;
    color:var(--orange-dark)
}
.nav-link:hover,.nav-link:focus-visible{
    color:var(--orange-dark);
    background:#fff6e8
}
.dropdown{
    position:absolute;
    top:70px;
    left:0;
    min-width:158px;
    margin:0;
    padding:8px;
    list-style:none;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    box-shadow:var(--shadow);
    opacity:0;
    visibility:hidden;
    transform:translateY(-6px);
    transition:.18s
}
.dropdown-right{
    left:auto;
    right:0
}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{
    opacity:1;
    visibility:visible;
    transform:none
}
.dropdown a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    text-decoration:none;
    color:#544741
}
.dropdown a:hover,.dropdown a:focus{
    background:#fff1d7;
    color:var(--orange-dark)
}
 .search-section{
    background:linear-gradient(110deg,#fff4df 0%,#fffaf1 58%,#f7ead3 100%);
    border-bottom:1px solid #ead8bd
}
.search-inner{
    width:min(1040px,calc(100% - 40px));
    margin:auto;
    padding:54px 0 46px
}
.eyebrow,.section-kicker{
    margin:0 0 4px;
    color:var(--orange-dark);
    font-weight:800;
    letter-spacing:.02em
}
.search-section h2{
    margin:0 0 26px;
    font-size:clamp(2rem,4vw,3rem);
    letter-spacing:-.055em
}
.search-form{
    background:#fff;
    border:1px solid #eedfc8;
    border-radius:20px;
    padding:22px;
    box-shadow:0 18px 45px rgba(116,73,37,.12)
}
.primary-search{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    border:2px solid var(--orange-dark);
    border-radius:12px;
    overflow:hidden;
    background:#fff
}
.search-icon{
    padding-left:18px;
    color:var(--orange-dark);
    font-size:1.7rem;
    line-height:1
}
.primary-search input{
    min-width:0;
    height:62px;
    border:0;
    padding:0 14px;
    font-size:1.05rem;
    color:var(--ink)
}
.primary-search input:focus{
    outline:0
}
.search-button{
    align-self:stretch;
    border:0;
    background:var(--orange-dark);
    color:#fff;
    padding:0 32px;
    font-weight:800;
    cursor:pointer
}
.search-button:hover{
    background:#963923
}
.filter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:18px
}
.filter-field span{
    display:block;
    margin-bottom:6px;
    font-weight:700;
    font-size:.9rem
}
.filter-field select,.sort-field select{
    width:100%;
    height:49px;
    padding:0 38px 0 13px;
    border:1px solid #d8c9b6;
    border-radius:9px;
    background:#fffaf1;
    color:var(--ink);
    cursor:pointer
}
.service-filter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:20px 0 0;
    padding:0;
    border:0
}
.service-filter legend{
    float:left;
    margin-right:17px;
    padding:8px 0;
    font-weight:800
}
.service-filter label{
    cursor:pointer
}
.service-filter input{
    position:absolute;
    opacity:0
}
.service-filter span{
    display:block;
    padding:8px 14px;
    border:1px solid #ddcdb9;
    border-radius:999px;
    background:#fff;
    color:#5b504a;
    font-weight:600
}
.service-filter input:checked+span{
    border-color:var(--orange-dark);
    background:#fff0dc;
    color:var(--orange-dark);
    box-shadow:inset 0 0 0 1px var(--orange-dark)
}
.service-filter input:focus-visible+span{
    outline:3px solid rgba(184,74,47,.25)
}
 .content-section{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:58px 0 72px
}
.section-heading,.results-header{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:20px
}
.section-heading h2,.results-header h2{
    margin:0;
    font-size:1.8rem;
    letter-spacing:-.04em
}
.outline-button{
    border:1px solid #c99f7a;
    border-radius:10px;
    background:#fff;
    color:var(--orange-dark);
    padding:11px 16px;
    font-weight:700;
    cursor:pointer
}
.outline-button:hover{
    background:#fff4e2
}
.map-card{
    position:relative;
    height:500px;
    overflow:hidden;
    border:1px solid #d8c9b6;
    border-radius:22px;
    background:#eee;
    box-shadow:var(--shadow)
}

.map-pin{
    position:absolute;
    width:46px;
    height:46px;
    border:3px solid #fff;
    border-radius:50% 50% 50% 10%;
    background:var(--orange-dark);
    color:#fff;
    box-shadow:0 5px 15px rgba(61,38,25,.35);
    transform:rotate(-45deg);
    cursor:pointer
}
.map-pin span{
    display:block;
    transform:rotate(45deg);
    font-weight:800
}
.pin-one{
    left:42%;
    top:36%
}
.pin-two{
    left:59%;
    top:56%;
    background:var(--green)
}
.pin-three{
    left:72%;
    top:28%
}
.map-pin:hover{
    scale:1.12
}
.map-legend{
    position:absolute;
    left:18px;
    bottom:18px;
    display:flex;
    gap:16px;
    padding:10px 13px;
    border-radius:9px;
    background:rgba(255,255,255,.95);
    box-shadow:0 3px 12px rgba(0,0,0,.15);
    font-size:.86rem;
    font-weight:700
}
.map-legend i{
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:5px;
    border-radius:50%;
    background:var(--orange-dark)
}
.map-legend .daycare-dot{
    background:var(--green)
}
 .results-section{
    padding-top:58px
}
.results-header strong{
    color:var(--orange-dark)
}
.sort-field{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:700
}
.sort-field select{
    width:132px
}
.result-list{
    display:grid;
    gap:14px
}
.care-card{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:20px;
    align-items:center;
    padding:22px 24px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:0 6px 22px rgba(75,51,35,.06)
}
.care-card:hover{
    border-color:#d3a879;
    box-shadow:var(--shadow)
}
.card-number{
    width:43px;
    height:43px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff0db;
    color:var(--orange-dark);
    font-size:1.15rem;
    font-weight:800
}
.card-tags{
    display:flex;
    gap:7px
}
.tag{
    padding:4px 9px;
    border-radius:6px;
    background:#f3eee7;
    color:#665b54;
    font-size:.77rem;
    font-weight:800
}
.grade-a{
    background:#e4f1e7;
    color:#396244
}
.grade-b{
    background:#fff0ca;
    color:#7d5814
}
.card-body h3{
    margin:7px 0 2px;
    font-size:1.3rem
}
.address{
    margin:0;
    color:var(--muted)
}
.care-details{
    display:flex;
    flex-wrap:wrap;
    gap:0;
    margin:9px 0 0;
    padding:0;
    list-style:none;
    color:#5f554f;
    font-size:.88rem
}
.care-details li+li:before{
    content:"·";
    margin:0 9px;
    color:#c99970
}
.card-actions{
    display:flex;
    align-items:center;
    gap:13px
}
.compare-check{
    white-space:nowrap;
    color:#655b55;
    font-size:.9rem;
    cursor:pointer
}
.compare-check input{
    accent-color:var(--orange-dark)
}
.detail-button{
    border:0;
    border-radius:9px;
    background:#4b3930;
    color:#fff;
    padding:11px 17px;
    font-weight:700;
    cursor:pointer
}
.detail-button:hover{
    background:var(--orange-dark)
}
.guide-box{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:18px;
    align-items:center;
    margin-top:50px;
    padding:28px 30px;
    border:1px solid #ead4b4;
    border-radius:18px;
    background:#fff5e5
}
.guide-icon{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--orange);
    color:#fff;
    font-size:1.35rem
}
.guide-box h2{
    margin:0 0 3px;
    font-size:1.15rem
}
.guide-box p{
    margin:0;
    color:var(--muted)
}
.guide-box a{
    padding:11px 16px;
    border-radius:9px;
    background:var(--orange-dark);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    white-space:nowrap
}
 .site-footer{
    background:#3c302b;
    color:#ede6df
}
.footer-inner{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    padding:46px 0;
    display:grid;
    grid-template-columns:280px 1fr;
    gap:55px
}
.footer-brand strong{
    font-size:1.3rem;
    color:#fff
}
.footer-brand p{
    margin:7px 0 0;
    color:#cbbfb7
}
.footer-info nav{
    display:flex;
    gap:20px;
    margin-bottom:16px
}
.footer-info nav a{
    font-weight:700;
    text-decoration:none;
    color:#fff
}
.footer-info address{
    font-style:normal;
    color:#d0c5be;
    font-size:.88rem;
    line-height:1.9
}
.notice{
    margin:15px 0 3px;
    color:#dbc6b8;
    font-size:.8rem
}
.copyright{
    margin:0;
    color:#9f928a;
    font-size:.8rem
}
 @media (max-width:900px){
    .header-inner{
        min-height:74px
    }
    .main-nav{
        display:none
    }
    .filter-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .map-card{
        height:430px
    }
    .care-card{
        grid-template-columns:auto 1fr
    }
    .card-actions{
        grid-column:2
    }
    .footer-inner{
        grid-template-columns:1fr;
        gap:25px
    }
}
 @media (max-width:620px){
    .header-inner,.search-inner,.content-section,.footer-inner{
        width:min(100% - 28px,1180px)
    }
    .brand-mark{
        width:43px;
        height:43px
    }
    .brand strong{
        font-size:1.08rem
    }
    .search-inner{
        padding:38px 0 32px
    }
    .search-section h2{
        font-size:2rem;
        margin-bottom:18px
    }
    .search-form{
        padding:14px;
        border-radius:15px
    }
    .primary-search{
        grid-template-columns:auto 1fr
    }
    .search-button{
        grid-column:1/-1;
        height:52px
    }
    .filter-grid{
        grid-template-columns:1fr
    }
    .service-filter{
        display:grid
    }
    .service-filter legend{
        float:none;
        margin:0;
        padding-bottom:3px
    }
    .section-heading,.results-header{
        align-items:flex-start
    }
    .outline-button{
        font-size:.82rem;
        padding:9px 10px
    }
    .map-card{
        height:380px;
        border-radius:14px
    }
    .map-legend{
        right:12px;
        left:12px;
        justify-content:center
    }
    .care-card{
        grid-template-columns:auto 1fr;
        padding:18px 16px;
        gap:13px
    }
    .card-actions{
        grid-column:1/-1;
        justify-content:space-between;
        border-top:1px solid #eee3d8;
        padding-top:14px
    }
    .guide-box{
        grid-template-columns:auto 1fr;
        padding:22px 18px
    }
    .guide-box a{
        grid-column:1/-1;
        text-align:center
    }
    .footer-info nav{
        flex-wrap:wrap;
        gap:9px 16px
    }
}
 @media (prefers-reduced-motion:reduce){
    *{
        scroll-behavior:auto!important;
        transition:none!important
    }
}
 .filter-field select:disabled{
    color:#8a7e76;
    background:#f3eee7;
    cursor:not-allowed;
    opacity:1
}
 