:root{--orange:#f36b21;--orange2:#ff7b31;--ink:#1f2023;--muted:#6b6d70;--line:#e6e2df;--soft:#fff8f3;--white:#fff;--ok:#16785b;--danger:#bf3a32}*{box-sizing:border-box}body.auth-page{margin:0;background:#fafafa;color:var(--ink);font-family:Pretendard,"Noto Sans KR",Arial,sans-serif}.auth-top{height:76px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center}.auth-top .wrap,.auth-wrap{width:min(980px,calc(100% - 32px));margin:auto}.auth-top a{display:flex;align-items:center;gap:16px;text-decoration:none;color:#202124;font-weight:800}.auth-top img{width:145px;max-height:48px;object-fit:contain}.auth-wrap{padding:52px 0 80px}.auth-title{text-align:center;margin-bottom:30px}.auth-title h1{font-size:32px;margin:0 0 8px}.auth-title p{margin:0;color:var(--muted)}.type-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 auto 28px;max-width:760px}.type-card{border:2px solid #eee;background:#fff;border-radius:18px;padding:25px;text-align:left;cursor:pointer;transition:.2s}.type-card.active{border-color:var(--orange);background:var(--soft);box-shadow:0 8px 24px rgba(243,107,33,.08)}.type-card b{font-size:21px;display:block;margin-bottom:8px}.type-card span{font-size:14px;color:var(--muted);line-height:1.6}.auth-card{max-width:760px;margin:auto;background:#fff;border:1px solid #ebe7e4;border-radius:20px;padding:32px;box-shadow:0 16px 48px rgba(25,25,25,.05)}.step-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:22px}.step-title h2{font-size:20px;margin:0}.step-title span{font-size:13px;color:var(--orange);font-weight:700}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-weight:700;font-size:14px;margin-bottom:8px}.field label em{font-style:normal;color:var(--orange);margin-left:3px}.field input,.field select,.field textarea{width:100%;min-height:48px;border:1px solid #dedad6;border-radius:10px;padding:12px 14px;font-size:15px;background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(243,107,33,.08)}.address-row{display:grid;grid-template-columns:1fr 130px;gap:8px}.btn-auth{width:100%;border:0;border-radius:10px;background:var(--orange);color:#fff;font-weight:800;font-size:16px;min-height:52px;cursor:pointer}.btn-sub{border:1px solid #ddd;background:#fff;border-radius:10px;padding:0 14px;font-weight:700;cursor:pointer}.consents{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:16px;margin:8px 0 20px}.consents label{display:flex;align-items:flex-start;gap:8px;margin:9px 0;font-size:14px}.consents input{margin-top:3px}.form-msg{min-height:22px;margin-top:12px;font-size:14px;text-align:center}.form-msg.error{color:var(--danger)}.form-msg.ok{color:var(--ok)}.login-card{max-width:500px}.login-links{text-align:center;margin-top:18px;color:#777;font-size:14px}.login-links a{color:#555}.pending-box{background:#fff7e9;border:1px solid #ffd69a;border-radius:12px;padding:16px;font-size:14px;line-height:1.7}.my-shell{width:min(1100px,calc(100% - 32px));margin:36px auto}.my-head{background:linear-gradient(135deg,#fff6ef,#fff);border:1px solid #eee;border-radius:20px;padding:28px;display:flex;justify-content:space-between;gap:20px;align-items:center}.my-head h1{margin:0 0 6px;font-size:28px}.status-pill{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f2f2f2;font-size:13px;font-weight:800}.status-pill.active{background:#e7f7f1;color:#0c7558}.status-pill.pending{background:#fff1dd;color:#b96400}.my-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.my-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px}.my-card h2{font-size:18px;margin:0 0 18px}.info-list{display:grid;grid-template-columns:130px 1fr;gap:12px;font-size:14px}.info-list dt{color:#777}.info-list dd{margin:0;font-weight:600}.logout-btn{border:1px solid #ddd;background:#fff;border-radius:9px;padding:10px 14px;cursor:pointer}@media(max-width:700px){.type-cards,.grid2,.my-grid{grid-template-columns:1fr}.auth-card{padding:22px}.auth-wrap{padding-top:32px}.address-row{grid-template-columns:1fr 105px}.info-list{grid-template-columns:105px 1fr}}
