.iwp-inquiry-wrap{max-width:1100px;margin:0 auto;font-family:inherit}
.iwp-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px}
.iwp-tab{border:0;background:#9ca3af;color:#fff;padding:14px 30px;border-radius:30px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s}
.iwp-tab.active{background:#2563eb}
.iwp-panel{display:none}
.iwp-panel.active{display:block}
.iwp-row{display:flex;gap:30px;margin-bottom:26px}
.iwp-row .iwp-field{flex:1}
.iwp-field{margin-bottom:26px}
.iwp-field.full{width:100%}
.iwp-field label{display:block;font-weight:700;font-size:15px;margin-bottom:12px;color:#1f2937}
.iwp-field label span{color:#ef4444}
.iwp-field label small{font-weight:400;color:#6b7280;font-size:13px}
.iwp-field input[type=text],
.iwp-field input[type=email],
.iwp-field select,
.iwp-field textarea{width:100%;border:0;background:#f3f4f6;border-radius:30px;padding:18px 24px;font-size:15px;box-sizing:border-box;color:#111}
.iwp-field textarea{border-radius:16px;resize:vertical;min-height:160px}
.iwp-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 22px center}
.iwp-field input::placeholder,.iwp-field textarea::placeholder{color:#9ca3af}
.iwp-field input[type=file]{padding:12px 0;background:transparent}
.iwp-hint{font-size:12px;color:#6b7280;margin:8px 0 0}
.iwp-privacy{margin:10px 0 24px}
.iwp-agree{font-weight:500;font-size:14px;color:#374151;display:flex;align-items:center;gap:8px}
.iwp-agree small{color:#6b7280;font-weight:400}
.iwp-privacy-detail{margin-top:10px}
.iwp-privacy-detail summary{cursor:pointer;color:#2563eb;font-size:13px}
.iwp-privacy-detail pre{white-space:pre-wrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px;font-size:12.5px;line-height:1.7;color:#374151;margin-top:10px}
.iwp-submit{text-align:center;margin-top:20px}
.iwp-submit button{background:#2563eb;color:#fff;border:0;border-radius:30px;padding:16px 60px;font-size:17px;font-weight:700;cursor:pointer}
.iwp-submit button:hover{background:#1d4ed8}
/* 허니팟 숨김 */
.iwp-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
/* 결과 알림 */
.iwp-notice{padding:14px 20px;border-radius:10px;margin-bottom:24px;font-size:14px;text-align:center}
.iwp-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.iwp-fail{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
@media(max-width:768px){.iwp-row{flex-direction:column;gap:0}}
