:root{--green:#247860;--deep:#173f36;--mint:#dcebe5;--ivory:#f8f8f6;--line:#deded8;--text:#252824;--muted:#666b66}*{box-sizing:border-box}body{margin:0;background:var(--ivory);color:var(--text);font-family:Pretendard,Arial,sans-serif}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(248,248,246,.96)}.brand{display:flex;gap:10px;align-items:center;color:var(--deep);font-weight:800;text-decoration:none;letter-spacing:.08em}.brand img{width:30px;height:30px}.languages{display:flex;gap:5px}.languages button,.month-nav button{border:1px solid var(--line);background:white;color:var(--muted);border-radius:999px;padding:9px 12px;cursor:pointer}.languages button.is-active{background:var(--deep);color:white;border-color:var(--deep)}main{max-width:1080px;margin:auto;padding:0 24px}.intro{padding:90px 0 64px;max-width:790px}.eyebrow{font-size:.76rem;letter-spacing:.18em;font-weight:800;color:var(--green)}h1{font-size:clamp(2.35rem,6vw,4.8rem);line-height:1.04;margin:18px 0 24px;letter-spacing:-.045em}h2{font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.16;margin:10px 0}.intro p:not(.eyebrow),.final-cta p{font-size:1.08rem;line-height:1.75;color:var(--muted)}.call-primary{margin-top:34px;display:inline-flex;flex-direction:column;gap:5px;padding:18px 24px;border-radius:14px;background:var(--green);color:white;text-decoration:none;font-weight:750;box-shadow:0 12px 28px rgba(36,120,96,.22)}.call-primary small{font-weight:500;opacity:.8}.schedule{background:white;border:1px solid var(--line);border-radius:24px;padding:clamp(22px,5vw,52px);box-shadow:0 18px 50px rgba(30,50,42,.06)}.schedule-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.month-nav{display:flex;align-items:center;gap:12px}.month-nav strong{min-width:135px;text-align:center}.calendar{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:16px;overflow:hidden}.cal-head,.day{min-height:44px;padding:10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.cal-head{text-align:center;background:#f1f3f0;font-size:.82rem;font-weight:750;color:var(--muted)}.day{min-height:112px;background:white}.day:nth-child(7n){border-right:0}.day.is-empty{background:#fafaf8}.day.is-closed{background:#f4f4f1;color:#989c98}.day.is-holiday{box-shadow:inset 0 4px 0 #c69643}.day-num{font-weight:800}.day-time{display:block;margin-top:16px;font-size:.76rem;line-height:1.35;color:var(--green)}.day-note{display:block;margin-top:6px;font-size:.7rem;color:#9a6b23}.legend{display:flex;flex-wrap:wrap;gap:18px;margin:20px 0;color:var(--muted);font-size:.82rem}.legend span{display:flex;align-items:center;gap:7px}.legend i{width:9px;height:9px;border-radius:50%;display:block}.open-dot{background:var(--green)}.closed-dot{background:#bbb}.holiday-dot{background:#c69643}.hours-summary{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;border-top:1px solid var(--line);margin-top:24px;padding-top:10px}.hours-summary p{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:13px 0;margin:0;font-size:.92rem}.hours-summary span{color:var(--muted);text-align:right}.notice{color:var(--muted);font-size:.88rem;line-height:1.6;margin:22px 0 0}.final-cta{text-align:center;padding:100px 20px}.call-secondary{display:inline-block;background:var(--deep);color:white;text-decoration:none;font-weight:800;border-radius:999px;padding:16px 28px;margin:18px 0}.address{font-size:.85rem!important}@media(max-width:700px){.topbar{height:auto;min-height:72px;gap:14px;flex-wrap:wrap;padding:14px 18px}.intro{padding:64px 0 44px}.schedule{border-radius:18px;padding:20px 14px}.schedule-head{align-items:flex-start;flex-direction:column}.calendar{overflow-x:auto}.cal-head,.day{padding:7px 5px;min-width:44px}.day{min-height:88px}.day-time{font-size:.61rem;margin-top:10px}.day-note{font-size:.58rem}.hours-summary{grid-template-columns:1fr}.final-cta{padding:70px 8px}}
