/*
 * 스킨 기본설정
 */
.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; }

/*list_table*/
.list_table_wrap {margin: 100px 0 50px 0;}

.list_table {width: 100%;  border-top: 2px solid #666;}
.list_table th, .list_table td  { padding: 15px; text-align: center; border: 1px solid #ccc; }
.list_table th {background: #eaedf3;}
.list_table td:nth-child(3) {text-align: left; padding-left: 50px;}
