@charset "utf-8";

.c_menu ul li:nth-child(2){
	color: #194569;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.c_menu{
	text-align: center;
}
.c_menu h3{
	margin-top: 65px;
	color: #194569;
	font-size: 25px;
}
.c_menu ul{
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.c_menu ul li a{
	display: block;
	color: #788896;
	font-size: 18px;
	margin: 0 14px;
}
.c_menu ul li a:hover{
	color: #194569;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#board_box{
	min-height: 500px;
	margin-top: 50px;
}

.board_list td.no {
    line-height: 2.4;
}
.board_list td.title {
    line-height: 2.4;
}

.list_footer .board_search select {
    height: 30px;
    min-width: 82px;
	border: 1px solid #D7D7D7;
}
.list_footer .board_search .iText {
    height: 30px;
    line-height: 30px;
    padding: 0 57px 0 27px;
    width: 170px;
}
.board .btn {
    line-height: 30px !important;
    height: 30px !important;
}