body{
	margin-top: 20px !important;
	background: #eee;
}

.card {
	box-shadow: 0 20px 27px 0 rgb(0 0 0/ 5%);
}

.avatar.sm {
	width: 2.25rem;
	height: 2.25rem;
	font-size: .818125rem;
}

.table-nowrap .table td, .table-nowrap .table th {
	white-space: nowrap !important;
}

.table.center>:not(caption)>*>* {
	padding: 0.15rem 1.25rem !important;
	border-bottom-width: 1px !important;
	text-align: center;
}

.table.left>:not(caption)>*>* {
	padding: 0.15rem 1.25rem !important;
	border-bottom-width: 1px !important;
	text-align: left;
}

table th {
	background-color: #eeecfd !important;
}

.h8, h8 {
	font-size: 1.25rem;
}

.h8, h8 {
	margin-top: 0;
	line-height: 1.2;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit !important;
	border-style: solid !important;
	border-width: 0 !important;
}

.text-tdend {
	text-align: center !important;
}

/* No. 열에 해당하는 td를 오른쪽 정렬 */
.table td.no-column {
	text-align: right;
}

/* nav 요소의 세로 간격을 10mm로 설정 */
ul.pagination {
	margin-top: .75rem;
}