﻿/*화면 좌우나누기*/
.dw-split-h {
	display: flex;
	flex: 1;
	gap: 4px;
	overflow: hidden;
}

/* .dw-outbox-h 하위 영역 높이를 동일하게 맞춘다. */
.dw-split-h {
	align-items: stretch;
	min-height: 0;
}

.dw-split-h > * {
	align-self: stretch;
	height: auto !important;
	min-height: 0;
}

/*회원번호*/
.kcode {
	color: #2563eb !important;
}
/* 회원상태별 색상 */
.kstbit_1 {
	color: #1c84a0 !important;
}

.kstbit_2 {
	color: #294b94 !important;
}

.kstbit_3 {
	color: #15803d !important;
}

.kstbit_5 {
	color: #dc2626 !important;
}

.kstbit_6 {
	color: #9333ea !important;
}

.kstbit_7 {
	color: #000 !important;
}

.kstbit_8 {
	color: #aaa !important;
}
