@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* List Head */
.list-head, 
.list-head th { 
	font-weight:bold; 
	border:0px; 
	padding:0px !important; 
	margin:0px !important; 
	text-align:center; 
	clear:both;
	color:#333; 
	height:43px; 
	line-height:43px; 
	background: url('./img/basic-red.gif') repeat-x !important; 
}
.list-head a { 
	text-decoration:none; color:#333; border-bottom: 2px solid #dc3545 !important;background: #ff00001c;
    padding: 0 2px;
}
.list-head a:hover, 
.list-head a:focus, 
.list-head a:active { 
	color:red !important; 
}
