/* 페이징 S */ 
.paging {
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
	margin: 50px 0 20px 0;
}

.paging a {
	position: relative;
	z-index: 10;
}

.paging .num {
	font-size: 0;
}

.paging .num a {
	padding: 0 0px 0 0px;
	margin: 0 1px 0 1px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #1e61a8;
	color: #666666;
	background: #fff;
	font-size: 11px !important;
	font-family: "Verdana", "Arial", "Lucida Grande", "Tahoma", "sans-serif";
	*display:inline;
	zoom:1;
}

.paging .num a.on {
	border: 1px solid #00783c;
	color: #00783c;
	font-weight: bold;
}

.paging .num a:hover {
	border: 1px solid #00783c;
	color: #00783c;
	text-decoration: none;
}

.paging a {

}

.paging a span {
	text-indent: -10000px;
	overflow: hidden;
	height: 0;
	font-size: 0;
}

.paging a.first, .paging a.prev, .paging a.next, .paging a.last {
	vertical-align: top;
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 30px;
	height: 30px;
	border: 1px solid #d5d5d5;
}

.paging .num a {
	vertical-align: top;
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 30px;
	height: 30px;
	border: 1px solid #eaeaea;
}

.paging a.first {
	background: #fff url('/images/elsys/board/page_first.png') no-repeat 50% 50%;
}

.paging a.prev {
	background: #fff url('/images/elsys/board/page_prev.png') no-repeat 50% 50%;
	margin: 0 10px 0 2px;
}

.paging a.next {
	background: #fff url('/images/elsys/board/page_next.png') no-repeat 50% 50%;
	margin: 0 2px 0 10px;
}

.paging a.last {
	background: #fff url('/images/elsys/board/page_last.png') no-repeat 50% 50%;
}

.paging .btn {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*페이징 E */