/* 공통 폼·고지 다듬기 (4개 업체 도메인) */
.domainLeadForm textarea{min-height:96px;resize:vertical;line-height:1.5}
.domainLeadForm select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.domainLeadForm .field{display:grid;gap:6px}
.domainLeadForm .field label{font-size:.78rem;font-weight:800;color:inherit;opacity:.85}
.domainLeadForm .field label.req::after{content:' *';color:#dc2626}
.domainLeadForm .privacyBox p{margin:4px 0;line-height:1.45}
.domainLeadForm .privacyBox b{display:block;margin-bottom:4px;font-size:.8rem}
.domainLeadForm .agree{align-items:flex-start;line-height:1.45}
.domainLeadForm .agree input{margin-top:3px;flex-shrink:0;width:16px;height:16px}
.domainLeadForm button{transition:transform .15s,opacity .15s}
.domainLeadForm button:active{transform:scale(.98)}
.policyInner{max-width:920px;margin:0 auto}
.policyLabel{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.7;margin:0 0 4px}
.policyLead{line-height:1.6;margin:8px 0 16px;font-size:.88rem}
.policyGrid div{background:rgba(0,0,0,.03);border-radius:8px;padding:10px 12px}
.policyGrid b{display:block;font-size:.72rem;opacity:.65;margin-bottom:4px}
.policyGrid span{font-size:.84rem;font-weight:600;line-height:1.4;word-break:keep-all}
