/* 본문 */
.board-content {
	padding: 20px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	max-height: 700px;
}

/* 푸터 */
.board-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 18px;
	border-top: 1px solid #e0e0e0;
	background: #fafafa;
}

/* 체크박스 */
.board-check {
	font-size: 13px;
	color: #666;
}

/* 버튼 */
.board-buttons .btn-cancel {
	background: #6c757d;
    color: white;
}