.board {
	width:98%;
	margin:0 auto;
}

.img_board {
	width:98%;
	margin:0 auto;
}

.board .notice {
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #eaeaea ;
}


.board .list {
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #eaeaea ;
}

.img_board .list {
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #eaeaea ;
	vertical-align:middle;
	overflow:hidden;
}

.img_board .thumb {
	display:block;
	float:left;
	overflow:hidden;
	width:23%;
	text-align:center;
	padding-right:2px;
	border-right:1px solid #eaeaea;
}

.img_board .subject {
	padding-left:4px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	width:56%;
}

.img_board .date {
	display:block;
	float:right;
	color:#aaa;
	width:19%;
}

.board .subject {
	display:block;
	float:left;
	overflow:hidden;
	width:79%;
	height:30px;
	font-size:1em;
	color:#666;
}

.board .date {
	display:block;
	float:right;
	color:#aaa;
	width:19%;
}


.pagination {
	padding:15px 0;
	text-align:center;
	line-height:normal;
}

.pagination a,
.pagination strong {
	position:relative;
	color:#323232;
	font-family:'NanumBarunGothicWeb', 'NanumGothic','나눔 고딕','Nanum Gothic','dotum','돋움','Tahoma','sans-serif' ;
	font-weight:bold;
	font-size:1.2em;
	vertical-align:top;
	display:inline-block;
	text-decoration:none;
	padding:1px 10px;
	margin:0 -3px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	background-color:#fff;
	z-index:2;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color:#f8f8f8;
}

.pagination strong {
	color:#ff8600;
}

.pagination .direction {
	font-weight:normal;
	color:#767676;
	text-decoration:none !important;
	border:0;
	z-index:1;
}

.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color:#323232;
	background-color:#fff;
}

.pagination .prev {
	border-left:0;
}

.pagination .next {
	border-right:0;
}

.pagination .direction span {
	position:relative;
	display:inline-block;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	vertical-align:top;
	top:4px;
}

.pagination .prev span {
	border:3px solid;
	border-top:solid #fff;
	border-bottom:solid #fff;
	border-left:0;
	margin-right:1px;
	*left:-4px;
}

.pagination .next span {
	border:3px solid;
	border-top:solid #fff;
	border-bottom:solid #fff;
	border-right:0;
	margin-left:1px;
}


#button-wrap {
	float: right;
	min-width: 468px;
	margin-bottom: 35px;
	position: relative;
}

#button-wrap-inner {
	padding: 100px 30px;
	border: 1px solid #ccc;
	text-align: center;
}

a.btn {
	display:inline-block;
}

a.btn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family:'NanumBarunGothicWeb', 'NanumGothic','나눔 고딕','Nanum Gothic','dotum','돋움','Tahoma','sans-serif' ;
	color: #333;
	font-size: 0.9em;
	background: #fff;
	padding: 10px 15px;
	border: solid #ccc 1px;
	text-decoration: none;
}

a.btn:hover {
	background: #eee;
	text-decoration: none;
}