:root{--ink:#171717;--paper:#f5f1e9;--accent:#8b653e;--card:#fff}.resort{--paper:#f4f7f2;--accent:#4b66ed}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Noto Sans KR",sans-serif}.st-head{height:76px;background:#fff;border-bottom:1px solid #0002;padding:0 max(22px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between}.st-head a{color:inherit;text-decoration:none}.st-logo{font:700 21px Georgia,serif;letter-spacing:.09em}.st-main{max-width:1180px;margin:52px auto 100px;padding:0 24px}.st-intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.st-intro h1{font:500 48px/1.1 Georgia,"Noto Serif KR",serif;margin:8px 0}.st-kicker{font-size:10px;letter-spacing:.2em;color:var(--accent);font-weight:800}.st-intro p{color:#6b6965}.st-search{background:#171717;color:#fff;padding:26px;display:grid;grid-template-columns:1fr 1fr .7fr .7fr;gap:16px}.st-field{display:grid;gap:8px}.st-field label{font-size:11px;color:#bbb}.st-field input,.st-field select{height:48px;border:1px solid #ffffff33;background:#252525;color:#fff;padding:0 13px;font:inherit}.st-panel{margin-top:22px;background:#fff;border:1px solid #0002;padding:30px}.st-title{display:flex;gap:12px;align-items:center;margin-bottom:22px}.st-title b{display:grid;place-items:center;width:30px;height:30px;background:var(--accent);color:#fff;border-radius:50%}.st-title h2{margin:0;font-size:19px}.st-rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.st-room input{position:absolute;opacity:0}.st-room-card{height:100%;border:1px solid #0002;padding:22px;display:flex;flex-direction:column;cursor:pointer}.st-room-card h3{font:500 23px Georgia,"Noto Serif KR",serif;margin:10px 0}.st-room-card small{color:#777}.st-room-card .price{margin-top:auto;padding-top:22px;display:flex;justify-content:space-between}.st-room input:checked+.st-room-card{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:color-mix(in srgb,var(--accent) 7%,white)}.st-room.sold{opacity:.4}.st-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.st-input{display:grid;gap:8px}.st-input.full{grid-column:1/-1}.st-input label{font-size:12px;font-weight:700}.st-input input,.st-input textarea{height:50px;border:1px solid #0003;padding:0 14px;font:inherit}.st-input textarea{height:100px;padding:14px}.st-options{display:flex;flex-wrap:wrap;gap:10px}.st-options label{border:1px solid #0002;padding:13px 16px}.st-total{background:#f2eee8;padding:18px;margin-top:18px;display:flex;justify-content:space-between}.resort .st-total{background:#eef0ff}.st-submit{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.st-submit button{border:0;background:var(--accent);color:#fff;padding:17px 32px;font-weight:800}.st-error{background:#fff0f0;color:#9b2626;padding:15px;margin-bottom:16px}.st-result{max-width:760px;margin:70px auto;background:#fff;padding:50px}.st-result h1{font:500 39px Georgia,"Noto Serif KR",serif}.st-row{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #0002}.st-actions{display:flex;gap:10px;margin-top:26px}.st-actions a{background:var(--accent);color:#fff;text-decoration:none;padding:14px 19px}@media(max-width:760px){.st-intro{display:block}.st-intro h1{font-size:38px}.st-search{grid-template-columns:1fr 1fr}.st-rooms{grid-template-columns:1fr}.st-grid{grid-template-columns:1fr}.st-input.full{grid-column:auto}.st-panel{padding:22px 17px}.st-submit{display:block}.st-submit button{width:100%;margin-top:12px}.st-result{margin:24px 14px;padding:28px}}
.st-room-card{padding:0;overflow:hidden}.st-room-photo{width:100%;height:190px;object-fit:cover;background:#ddd}.st-room-copy{padding:20px;display:flex;flex:1;flex-direction:column}.st-grade{display:flex;justify-content:space-between;gap:10px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em}.st-services{list-style:none;padding:14px 0 0;margin:14px 0 0;border-top:1px solid #0002;display:grid;grid-template-columns:1fr 1fr;gap:8px}.st-services li{font-size:11px;color:#585651}.st-services li:before{content:"✓";color:var(--accent);font-weight:900;margin-right:6px}.st-gallery{position:relative;display:block;background:#ddd;overflow:hidden}.st-photo-caption{position:absolute;left:0;right:0;bottom:0;padding:28px 13px 10px;background:linear-gradient(transparent,#000b);color:#fff;display:flex;justify-content:space-between;align-items:end}.st-photo-caption b{font-size:12px}.st-photo-caption small{color:#fff}.st-gallery button{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid #fff8;border-radius:50%;background:#1118;color:#fff;font-size:24px;line-height:1}.st-slide-prev{left:9px}.st-slide-next{right:9px}.st-room-photo{transition:opacity .2s ease}