/*
 * 스킨 기본설정
 */
.default_board { color:#666; }
.default_board table a { color:#666; }
.default_board table a:hover{ color:#000; }

.default_board {
	font-size:10pt;
	padding:5px;
}
.table {
	font-size:10pt;
	padding:0px;
	border-top:2px solid #666;
}
.table-responsive {
	border:0px;
}

.default_board .view th {
	background-color:#F2F2F2;
	text-align:left;
}


/*
 * 카테고리
 */
.board_category a { color:#666; }
.board_category a.active { font-weight:bold; }

/*
 * 리스트
 */
.default_gallery_list a { color:#666; font-size:14px; }

.btn {border-radius: 0!important;}


.default_board img{width: 100%;}
.btn-success {background: #2359f5!important;border: 1px solid #2359f5!important;}
