:root{--hc-navy:#103a4a;--hc-teal:#168d91;--hc-mint:#e8f5f3;--hc-coral:#ef7b68;--hc-bg:#f4f7f7;--hc-line:#d8e3e3;--hc-ink:#182b32;--hc-muted:#687d84}*{box-sizing:border-box}body{margin:0;background:var(--hc-bg);color:var(--hc-ink);font-family:Pretendard,"Noto Sans KR",sans-serif}a{color:inherit;text-decoration:none}.hc-header{background:#fff;border-bottom:1px solid var(--hc-line)}.hc-header-inner{width:min(1120px,calc(100% - 36px));height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between}.hc-brand{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:900;color:var(--hc-navy)}.hc-cross{position:relative;width:38px;height:38px;border-radius:10px;background:var(--hc-teal)}.hc-cross:before,.hc-cross:after{content:"";position:absolute;background:#fff;border-radius:2px}.hc-cross:before{width:20px;height:7px;left:9px;top:15px}.hc-cross:after{width:7px;height:20px;left:15px;top:9px}.hc-home{font-size:13px;font-weight:800;color:var(--hc-teal)}.hc-main{width:min(1120px,calc(100% - 36px));margin:42px auto 72px}.hc-intro{margin-bottom:28px}.hc-kicker{color:var(--hc-teal);font-size:12px;font-weight:900;letter-spacing:.18em}.hc-intro h1{margin:9px 0 10px;font-size:40px;letter-spacing:-.05em}.hc-intro p{margin:0;color:var(--hc-muted);line-height:1.7}.hc-progress{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:24px;border:1px solid var(--hc-line);background:#fff}.hc-progress span{padding:14px 9px;border-right:1px solid var(--hc-line);color:var(--hc-muted);font-size:12px;font-weight:800;text-align:center}.hc-progress span:last-child{border:0}.hc-progress b{display:inline-grid;place-items:center;width:23px;height:23px;margin-right:6px;border-radius:50%;background:var(--hc-mint);color:var(--hc-teal)}.hc-errors{margin-bottom:18px;padding:15px 18px;border-left:4px solid #d94141;background:#fff0f0;color:#a12626;font-weight:800}.hc-form{display:grid;gap:20px}.hc-panel{overflow:hidden;border:1px solid var(--hc-line);border-radius:16px;background:#fff;box-shadow:0 8px 28px #163e4b0b}.hc-panel-head{display:flex;align-items:center;gap:13px;padding:20px 24px;border-bottom:1px solid var(--hc-line)}.hc-step{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--hc-navy);color:#fff;font-weight:900}.hc-panel-head h2{margin:0;font-size:18px}.hc-panel-head p{margin:4px 0 0;color:var(--hc-muted);font-size:12px}.hc-body{padding:24px}.hc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.hc-field.full{grid-column:1/-1}.hc-field label,.hc-label{display:block;margin-bottom:8px;font-size:13px;font-weight:900}.hc-field em{color:var(--hc-coral);font-style:normal}.hc-field input,.hc-field select,.hc-field textarea{width:100%;border:1px solid #bfcfd1;border-radius:9px;background:#fff;padding:12px 14px;font:inherit;outline:none}.hc-field input,.hc-field select{height:48px}.hc-field textarea{min-height:105px;resize:vertical}.hc-field input:focus,.hc-field select:focus,.hc-field textarea:focus{border-color:var(--hc-teal);box-shadow:0 0 0 3px #168d9122}.hc-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hc-choice input,.hc-patient input,.hc-doctor input,.hc-slot input{position:absolute;opacity:0}.hc-choice span,.hc-patient span{display:flex;min-height:52px;align-items:center;justify-content:center;padding:10px;border:1px solid var(--hc-line);border-radius:10px;background:#fff;font-size:13px;font-weight:800;cursor:pointer}.hc-choice input:checked+span,.hc-patient input:checked+span{border-color:var(--hc-teal);background:var(--hc-mint);color:var(--hc-teal)}.hc-patient-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hc-doctors{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hc-doctor-card{display:grid;grid-template-columns:54px 1fr auto;gap:13px;align-items:center;padding:15px;border:2px solid var(--hc-line);border-radius:12px;cursor:pointer}.hc-doctor input:checked+.hc-doctor-card{border-color:var(--hc-teal);background:var(--hc-mint)}.hc-avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--hc-navy);color:#fff;font-size:17px;font-weight:900}.hc-doctor-card b{display:block}.hc-doctor-card small{display:block;margin-top:5px;color:var(--hc-muted);line-height:1.4}.hc-doctor-card i{width:13px;height:13px;border:2px solid #aebfc2;border-radius:50%}.hc-doctor input:checked+.hc-doctor-card i{border:4px solid var(--hc-teal)}.hc-doctor-any{grid-column:1/-1}.hc-doctor-any .hc-avatar{background:var(--hc-coral)}.hc-schedule{display:grid;grid-template-columns:260px 1fr;gap:24px}.hc-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.hc-slot span{display:grid;place-items:center;min-height:42px;border:1px solid var(--hc-line);border-radius:8px;font-size:13px;font-weight:800;cursor:pointer}.hc-slot input:checked+span{border-color:var(--hc-teal);background:var(--hc-teal);color:#fff}.hc-slot.disabled span{background:#f1f3f3;color:#a7b0b3;text-decoration:line-through;cursor:not-allowed}.hc-empty{grid-column:1/-1;padding:24px;border:1px dashed var(--hc-line);border-radius:10px;color:var(--hc-muted);text-align:center}.hc-consent{display:flex;gap:10px;align-items:flex-start;padding:17px;border-radius:10px;background:#f6f9f9;color:var(--hc-muted);font-size:12px;line-height:1.6}.hc-consent input{margin-top:3px}.hc-submit{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px 25px;border-radius:14px;background:var(--hc-navy);color:#fff}.hc-submit p{margin:0;color:#d7e5e8;font-size:12px}.hc-button{border:0;border-radius:9px;background:var(--hc-coral);color:#fff;padding:14px 28px;font-weight:900;cursor:pointer}.hc-complete{max-width:760px}.hc-success{padding:34px;border-radius:18px;background:var(--hc-navy);color:#fff}.hc-success-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--hc-teal);font-size:24px}.hc-success h1{margin:22px 0 10px;font-size:32px}.hc-summary{margin-top:20px;padding:24px;border:1px solid var(--hc-line);border-radius:16px;background:#fff}.hc-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--hc-line)}.hc-row:last-child{border:0}.hc-row dt{color:var(--hc-muted)}.hc-row dd{margin:0;font-weight:900;text-align:right}.hc-actions{display:flex;gap:10px;margin-top:20px}.hc-actions a{padding:13px 20px;border-radius:9px;background:var(--hc-teal);color:#fff;font-weight:900}.hc-actions a:last-child{background:#fff;color:var(--hc-navy);border:1px solid var(--hc-line)}@media(max-width:760px){.hc-intro h1{font-size:32px}.hc-progress{grid-template-columns:1fr}.hc-progress span{display:none}.hc-progress span:first-child{display:block;border:0}.hc-grid,.hc-choice-grid,.hc-doctors,.hc-schedule{grid-template-columns:1fr}.hc-field.full,.hc-doctor-any{grid-column:auto}.hc-slots{grid-template-columns:repeat(3,1fr)}.hc-submit{align-items:stretch;flex-direction:column}.hc-button{width:100%}.hc-actions{flex-direction:column;text-align:center}}
