@import url("sub.css");


.board {
	min-height: 500px;
}
.board table th {
	background: #132761;
	color: #fff;
	font-weight: 500;
	padding: 20px;
	border-right: 1px solid #fff;
}
.board table th:last-child {
	border-right: 0;
}
.board table td {
	text-align: center;
	font-weight: 500;
	padding: 20px 0;
	border-right: 1px solid #132761;
	background: #fff;
}
.board table td:nth-child(2) {
	text-align: left;
	padding: 20px;
}
.board table td:last-child {
	border-right: 0;
}
.board table tbody tr {
	border-bottom: 1px solid #132761;
}



.board_read .top {
	background: #132761;
	color: #fff;
	padding: 18px 20px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}
.board_read .top .fl {
	line-height: 1.3;
}
.board_read .top .fr > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-weight: 300;
}
.board_read .top .fr > div:first-child {
	margin-left: 0;
}
.board_read .top .fr > div strong {
	margin-right: 5px;
	font-weight: 500;
}
.board_read .conts {
	max-width: 1000px;
	margin: 50px auto;
	line-height: 1.5;
}
.board_read .conts h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 50px;
}
.board_read .conts .img {
	text-align: center;
	margin-bottom: 40px;
}
.board_read .conts img {
	width: 100%;
}
.board_read .conts > div {
	line-height: 1.5;
}
.board_read .btn_area a {
    float: right;
    background: #0038A3;
    color: #fff;
    display: block;
    width: 150px;
    height: 60px;
    line-height: 63px;
    font-size: 16px;
    text-align: center;
}




@media screen and (max-width: 1140px){
	.board table th {
		padding: 15px;
		font-size: 15px;
	}
	.board table td {
	    font-size: 15px;
	    padding: 15px 0;
	}
	.board table td:nth-child(2) {
		padding: 15px;
	}


	.board_read .top {
		font-size: 15px;
	}
	.board_read .conts h3 {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px){
	.board {
	    min-height: auto;
	    margin-bottom: 30px;
	}
	.board table colgroup {
		display: none;
	}
	.board table th {
		padding: 10px;
		font-size: 12px;
	}
	.board table td {
	    font-size: 12px;
	    padding: 10px 0;
	}
	.board table td:nth-child(1) {
		width: 17%;
	}
	.board table td:nth-child(2) {
		width: auto;
		padding: 10px;
	}
	.board table td:nth-child(3) {
		width: 22%;
	}


	.board_read .top {
		font-size: 14px;
	}
	.board_read .conts {
	    margin: 25px auto;
	}
	.board_read .conts h3 {
		font-size: 17px;
		margin-bottom: 25px;
	}
	.board_read .conts .img {
		margin-bottom: 25px;
	}
	.board_read .conts > div {
		font-size: 13px;
	}
	.board_read .btn_area a {
		width: 110px;
	    height: 45px;
	    line-height: 48px;
		font-size: 13px;
	}
}