/* 할부/금융 스타일 */

/* 탭 활성화 상태 */
.installment-tab-active {
    border-color: #C22098;
    color: #C22098;
    font-weight: bold;
}

/* 테이블 스타일 */
.installment-table th {
    background-color: #f4f4f5;
}

.installment-table td {
    vertical-align: middle;
}

/* 검색 폼 */
.installment-search-label {
    color: #C22098;
    font-weight: 500;
}
