input.error,
select.error,
textarea.error {
	border: 1px dashed red !important;
}
/* 검증  */
label.error {
	margin-top: 3px;
	color: #f05050;
	display: none;
}
.table > tbody > tr > td {
	height: 2.2rem;
}
.table > tbody > tr > th input[type=text],
.table > tbody > tr > th input[type=number],
.table > tbody > tr > td input[type=text],
.table > tbody > tr > td input[type=number] {
	padding: .22rem .6rem;
	font-size: .75rem;
}
.table > tbody > tr > td select {
	padding: .22rem 2.7rem .22rem .5rem;
	font-size: .75rem;
}
.table > tbody > tr > th .input-group-text,
.table > tbody > tr > td .input-group-text {
	padding: .22rem .5rem;
}
.table > tbody > tr > td .btn.dropdown-toggle {
	padding: .22rem .5rem;
	font-size: .75rem;
}

/*메인 페이지 버튼 */
.color-yellow-demo {
	--color-primary: #5b5ef0 !important;
}
.text-keep {
	word-break: keep-all;
}