.info-card {
    /*border-left: 4px solid #0d6efd;*/
    border-radius: 8px;
    /*background: linear-gradient(to right, rgba(13, 110, 253, 0.02), transparent);*/
    background-color: #fff;
}

.info-item {
    /*padding: 10px 15px;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    border-bottom: 1px solid #dddcdc;
    display: flex;
    align-items: stretch;
    height: 42px;

}

.info-item input,
.info-item select {
    font-size: 14px !important;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item .info-label {
    /*padding: 14px 15px;*/
    padding-left: 15px;
    font-weight: 500;
    color: #495057;
    min-width: 200px;
    display: flex;
    line-height: 1;

    align-items: center;
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #ccc;*/


}

.info-item .info-label i {
    margin-right: 10px;
}

.info-item .info-value-text {
    padding: 10px 0 10px 15px;
    font-weight: 400;
    color: #212529;
    min-width: 250px;
    width: auto;
    align-items: center;
    /*background-color: #fff;*/
}

.info-item .info-value {
    padding: 10px 15px;
    font-weight: 400;
    color: #212529;
    min-width: 250px;
    width: auto;
    align-items: center;
    /*background-color: #fff;*/
}

.editor-view-contents {
    padding: 10px 15px;
}

.form-label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-label .icon {
    margin-right: 8px;
    color: #0d6efd;
    width: 20px;
    text-align: center;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.input-with-icon {
    padding-left: 40px !important;
}

.badge-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

.password-rules {
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.password-rules ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.password-rules li {
    margin-bottom: 5px;
}

.inq-type-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.inq-type-list thead {
    background-color: #f0f0f0;
}

.inq-type-list th {
    border: 1px solid #ddd;
    border-top: 2px solid #bab9b9;
    height: 40px;
}

.inq-type-list td {
    /*border-bottom: 1px solid #ddd;*/
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

@media (max-width: 992px) {
    /*.non-member .info-card,*/
    /*#deliveryForm .info-card,*/
    /*#myInfoForm .info-card,*/
    /*#organInfoForm .info-card {*/
    /*    border: none;*/
    /*    box-shadow: none !important;*/
    /*}*/

    .info-card {
        border: none;
        box-shadow: none !important;
    }

    /*.non-member .info-label,*/
    /*.non-member .info-value,*/
    /*#deliveryForm .info-label,*/
    /*#deliveryForm .info-value,*/
    /*#myInfoForm .info-label,*/
    /*#myInfoForm .info-value,*/
    /*#organInfoForm .info-label,*/
    /*#organInfoForm .info-value {*/
    /*    border: none;*/
    /*    background-color: #ffffff !important;*/
    /*}*/

    .info-label,
    .info-value {
        border: none;
        background-color: #ffffff !important;
    }

    /*.non-member .info-item,*/
    /*#deliveryForm .info-item,*/
    /*#myInfoForm .info-item,*/
    /*#organInfoForm .info-item {*/
    /*    border: none;*/
    /*    display: block !important;*/
    /*    margin-top: 10px;*/
    /*    height: auto !important;*/
    /*}*/

    .info-item {
        border: none;
        display: block !important;
        margin-top: 10px;
        height: auto !important;
    }

    #myInfoForm .email-box .input-group {
        display: none;
    }

    #charge-info #multi-charge-table .multi-charge-line {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        /* 필요시 아래 여백 추가 */
        margin-bottom: 10px;
    }

    #charge-info #multi-charge-table .multi-charge-line div:nth-child(1) {
        width: 60px !important;
    }

    .organ-info.inquiry-box {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

}