/* 문의하기 페이지 */
.nit_inq_page {
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #1a2332;
}

.nit_inq_section {
    padding: 84px 0;
    background: #fff;
    scroll-margin-top: 64px;
}

.nit_inq_section_alt {
    background: #f6f8fb;
    border-top: 1px solid #e8edf3;
}

.nit_inq_wrap {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.nit_inq_head {
    margin-bottom: 44px;
}

.nit_inq_head_center {
    text-align: center;
}

.nit_inq_tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 11px;
    background: #eaf3fd;
    color: #0066cc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.nit_inq_title {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: #1a2332;
}

.nit_inq_lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6572;
    word-break: keep-all;
}

.nit_inq_lead strong {
    color: #0066cc;
    font-weight: 600;
}

/* 레이아웃 */
.nit_inq_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
    align-items: start;
}

/* 폼 */
.nit_inq_form {
    padding: 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.nit_inq_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nit_inq_field {
    margin-bottom: 22px;
}

.nit_inq_field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3c4756;
}

.nit_inq_field label em {
    font-style: normal;
    margin-left: 2px;
    color: #e2453d;
}

.nit_inq_opt {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #9aa4b0;
}

.nit_inq_field input,
.nit_inq_field select,
.nit_inq_field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8dee6;
    border-radius: 2px;
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    color: #1a2332;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.nit_inq_field textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.7;
}

.nit_inq_field input::placeholder,
.nit_inq_field textarea::placeholder {
    color: #a9b2bd;
}

.nit_inq_field input:focus,
.nit_inq_field select:focus,
.nit_inq_field textarea:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.12);
}

.nit_inq_field input.nit_inq_error,
.nit_inq_field textarea.nit_inq_error {
    border-color: #e2453d;
    box-shadow: 0 0 0 3px rgba(226, 69, 61, 0.1);
}

/* 동의 */
.nit_inq_consent {
    padding: 18px 20px;
    margin-bottom: 22px;
    background: #f6f8fb;
    border: 1px solid #e5eaf1;
}

.nit_inq_agree {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 500;
    color: #2f3a48;
    cursor: pointer;
}

.nit_inq_agree input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    accent-color: #0066cc;
}

.nit_inq_agree em {
    font-style: normal;
    color: #e2453d;
}

.nit_inq_consent_note {
    margin: 8px 0 0 25px;
    font-size: 13px;
    line-height: 1.6;
    color: #78838f;
}

.nit_inq_consent_note a {
    color: #0066cc;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* 안내 메시지 */
.nit_inq_msg {
    display: none;
    margin: 0 0 18px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.6;
    border-left: 3px solid transparent;
}

.nit_inq_msg.is_error {
    display: block;
    background: #fdf1f0;
    border-left-color: #e2453d;
    color: #c4372f;
}

.nit_inq_msg.is_success {
    display: block;
    background: #eff8f3;
    border-left-color: #14874f;
    color: #0f6e40;
}

/* 액션 */
.nit_inq_actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.nit_inq_submit {
    flex: 1 1 240px;
    height: 54px;
    border: 0;
    border-radius: 2px;
    background: #0066cc;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    cursor: pointer;
    transition: background 0.18s ease;
}

.nit_inq_submit:hover {
    background: #0055ad;
}

.nit_inq_submit:disabled {
    background: #a8bdd4;
    cursor: default;
}

.nit_inq_tel {
    font-size: 19px;
    font-weight: 700;
    color: #1a2332;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.nit_inq_tel i {
    margin-right: 6px;
    font-size: 14px;
    color: #0066cc;
}

.nit_inq_tel:hover {
    color: #0066cc;
}

/* 사이드 안내 */
.nit_inq_side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nit_inq_card {
    padding: 26px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.nit_inq_card_time {
    background: #0d2440;
    border-color: #0d2440;
    color: #fff;
}

.nit_inq_card_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3fd;
    color: #0066cc;
    font-size: 16px;
}

.nit_inq_card_time .nit_inq_card_icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.nit_inq_card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a2332;
}

.nit_inq_card_time h3 {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nit_inq_card_main {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.nit_inq_card_sub {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #6b7785;
    word-break: keep-all;
}

.nit_inq_card_time .nit_inq_card_sub {
    color: rgba(255, 255, 255, 0.74);
}

.nit_inq_hours {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nit_inq_hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eef1f5;
    font-size: 14px;
}

.nit_inq_hours li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.nit_inq_hours span {
    color: #78838f;
}

.nit_inq_hours strong {
    color: #1a2332;
    font-weight: 600;
}

.nit_inq_channels {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 16px;
}

.nit_inq_channel {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #1a2332;
    font-size: 14px;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.nit_inq_channel i {
    width: 18px;
    text-align: center;
    color: #0066cc;
}

.nit_inq_channel strong {
    font-weight: 700;
}

.nit_inq_channel:hover {
    border-color: #0066cc;
    background: #f7fbff;
}

.nit_inq_channel_kakao i {
    color: #f2b31a;
}

.nit_inq_channel_kakao:hover {
    border-color: #f2b31a;
    background: #fffbf1;
}

/* 진행 순서 */
.nit_inq_steps {
    padding: 26px 24px;
    background: #f6f8fb;
    border: 1px solid #e5eaf1;
}

.nit_inq_steps h3 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a2332;
}

.nit_inq_steps ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.nit_inq_steps li {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #dde4ec;
}

.nit_inq_steps li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.nit_inq_step_no {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0066cc;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}

.nit_inq_step_txt {
    font-size: 13px;
    line-height: 1.65;
    color: #6b7785;
    word-break: keep-all;
}

.nit_inq_step_txt strong {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #1a2332;
}

/* 개인정보 안내 */
.nit_inq_privacy_table {
    background: #fff;
    border: 1px solid #dfe5ed;
}

.nit_inq_privacy_row {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 1fr;
    border-bottom: 1px solid #eaeef4;
}

.nit_inq_privacy_row:last-child {
    border-bottom: 0;
}

.nit_inq_privacy_row_head {
    background: #f0f4f9;
}

.nit_inq_privacy_row_head span {
    font-size: 14px;
    font-weight: 700;
    color: #1a2332;
}

.nit_inq_privacy_row span {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #5a6572;
    border-right: 1px solid #eaeef4;
    word-break: keep-all;
}

.nit_inq_privacy_row span:last-child {
    border-right: 0;
}

.nit_inq_privacy_row span strong {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 7px;
    background: #eaf3fd;
    color: #0066cc;
    font-size: 12px;
    font-weight: 600;
    vertical-align: 1px;
}

.nit_inq_privacy_notes {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.nit_inq_privacy_notes li {
    position: relative;
    padding: 0 0 0 14px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.75;
    color: #6b7785;
    word-break: keep-all;
}

.nit_inq_privacy_notes li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #b3bcc7;
    border-radius: 50%;
}

.nit_inq_privacy_notes li:last-child {
    margin-bottom: 0;
}

.nit_inq_privacy_notes strong {
    color: #1a2332;
    font-weight: 600;
}

.nit_inq_privacy_notes strong::after {
    content: ' —';
    color: #c3cbd5;
}

@media (max-width: 1200px) {
    .nit_inq_layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .nit_inq_side {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .nit_inq_section {
        padding: 56px 0;
        scroll-margin-top: 104px;
    }

    .nit_inq_wrap {
        padding: 0 20px;
    }

    .nit_inq_head {
        margin-bottom: 30px;
    }

    .nit_inq_form {
        padding: 26px 22px;
    }

    .nit_inq_row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .nit_inq_side {
        grid-template-columns: 1fr;
    }

    .nit_inq_submit {
        flex: 1 1 100%;
    }

    .nit_inq_actions {
        gap: 16px;
        justify-content: center;
    }

    .nit_inq_privacy_row {
        grid-template-columns: 1fr;
    }

    .nit_inq_privacy_row_head {
        display: none;
    }

    .nit_inq_privacy_row span {
        border-right: 0;
        border-bottom: 1px solid #f1f4f8;
        padding: 14px 18px 14px 108px;
        position: relative;
    }

    .nit_inq_privacy_row span:last-child {
        border-bottom: 0;
    }

    .nit_inq_privacy_row span::before {
        content: attr(data-label);
        position: absolute;
        left: 18px;
        top: 14px;
        width: 78px;
        font-size: 13px;
        font-weight: 600;
        color: #1a2332;
    }
}
