/* *****************************************
 * 1. 공지사항 
 * ****************************************/
.board_wrap{position:relative;max-width:1080px;margin:0 auto;}
.board_wrap .board {
    border-top: 2px solid #333;
    text-align: center;
	margin-bottom:30px;
}
.board_wrap .board > ul > li {
    border-bottom: 1px solid #dfdfdf;
	width: 100%;
    table-layout: fixed;
    display: table;
}
.board_wrap .board > ul > li > * {
    box-sizing: border-box;
    display: table-cell;
	padding: 15px;
}
.board_wrap .board > ul.board_top > li > * {
    height: 60px;
    color: #333;
    font-size: 17px;
    vertical-align: middle;
}
.board_wrap .board > ul.board_body > li > * {
    max-height: 60px;
    font-size: 17px;
	color:#666;
    vertical-align: middle;
}
/* .board_wrap .board .subject > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
} */
.board_wrap .board .subject > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.btnBox {
    width: 100%;
    text-align: center;
	margin-bottom:100px;
}
.btnBox .btn_list > a {
    display: inline-block;
	width:150px;
	height:50px;
	line-height:48px;
	background: #004f9f;
	color:#fff;
	font-size:17px;
	text-align: center;
}
.btnBox .btn_list > a.btn_border {
	height:48px;
	line-height:46px;
	border: 1px solid #004f9f;
	color:#004f9f;
	background: #fff;
}



