.contact-wrap{box-sizing:border-box;background:#fff;max-width:960px;min-height:100vh;margin:0 auto;padding:32px 16px 80px}.contact-top{align-items:center;gap:8px;margin-bottom:24px;display:flex}.contact-back{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:9999px;width:32px;height:32px;font-size:14px;line-height:1}.contact-top-title{color:#111;font-size:20px;font-weight:700}.contact-section{margin-bottom:22px}.contact-category-row{flex-wrap:wrap;gap:10px;display:flex}.contact-category-btn{color:#222;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:999px;height:40px;padding:0 18px;font-size:14px;transition:background .15s}.contact-category-btn.is-active{color:#fff;background:#111;border-color:#111}.contact-label{color:#111;margin-bottom:8px;font-weight:600;display:block}.contact-input{box-sizing:border-box;border:1px solid #e5e5e5;border-radius:12px;width:100%;height:44px;padding:0 14px;font-size:14px}.contact-input:focus{border-color:#111;outline:none}.contact-textarea{resize:vertical;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:12px;width:100%;min-height:140px;padding:12px 14px;font-size:14px;line-height:1.5}.contact-textarea:focus{border-color:#111;outline:none}.contact-photo-row{align-items:center;gap:12px;display:flex}.contact-photo-add,.contact-photo-preview{cursor:pointer;background:#f5f5f5;border:1px solid #eee;border-radius:14px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.contact-photo-add{color:#ccc;font-size:28px}.contact-photo-preview{background-position:50%;background-size:cover}.contact-photo-del{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:999px;width:22px;height:22px;font-size:14px;position:absolute;top:3px;right:3px}.contact-notice{color:#777;flex-direction:column;gap:4px;margin:0;padding-left:0;font-size:13px;list-style:none;display:flex}.contact-bottom{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;display:grid}.contact-btn{cursor:pointer;border:none;border-radius:12px;height:46px;font-size:14px;font-weight:600}.contact-btn-gray{color:#222;background:#f2f2f2}.contact-btn-black{color:#fff;background:#111}.contact-btn-black:disabled{opacity:.6;cursor:default}@media (max-width:600px){.contact-wrap{padding:24px 14px 60px}.contact-category-row{gap:6px}.contact-photo-row{gap:10px}.contact-bottom{grid-template-columns:1fr}}
