@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:#fff; 
	height:43px; 
	line-height:43px; 
	background: url('./img/basic-red.gif?v=1') repeat-x !important; 
}
.list-head a { 
	text-decoration:none; color:#fff; 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; 
}
.bg-pink-rose-2 {background-color: #464646 !important;color: #fff !important;}
.txt-black {color:#fff !important;}
.txt-blue {color:#fff !important;}
a:hover, a:focus, a:active {color:#ffca00 }