
.bbs .file-icon {
	color:#666;
}
.bbs .ti-volume {
	font-size:1.3em;
	color:#87B87F
}
.bbs .notice {
	background:#f7f9fb;
}
.bbs .board-icon {
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	padding:2px 4px;
	font-size:11px;
	text-align:center;
}
.board-icon.comment {
	margin:0px;
	color:#F26520;
}
.bbs img.reply {
	margin-right:5px;
}
.management input {
	vertical-align:middle;
	margin:0px 0 2px 0;
	width:13px;
	height:13px;
}

/* 240312 스타일 적용 게시물 */
.tbl_board td {
	padding: 1.4rem 2rem;
}
.tbl_board .isstyle td {
	background-color: #eefaff !important;
}
.tbl_board .isstyle td a {
	position: relative;
	font-weight: 700;
	color: #000;
}
.tbl_board .isstyle td a::before {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #049cdf;
	top: 0.75rem;
	left: 0;
	content: '';
}
/* //240312 스타일 적용 게시물 */
