@charset "UTF-8";

#pager{
	text-align:center;
	vertical-align:bottom;
	white-space:nowrap; *zoom:1;margin-top:10px;text-align:center;
}
#pager p{
	margin:10px 0 0 0;
	padding:0;
	vertical-align:bottom;
}
#pager p span{
/*	width:14px;
	height:13px;*/
	padding:3px 10px;
	margin:5px 3px;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #e1e1e1;
	border-radius:2px;
	color:#999999;
}
#pager p span.page-number{
	margin:2px 3px;
	line-height: 200%;
	font-size:13px;
}
#pager p span.pgCurrent{
	margin:2px 3px;
	line-height: 200%;
	font-weight:bold; 
	font-size:13px;
	color:#3a96fc;border:1px solid #dbe5ee;
}
#pager p span.first{
	background:url("../images/common/paging_first.png")  no-repeat center; height:22px; width:22px;
}
#pager p span.prev{
	background:url("../images/common/paging_prev.png")  no-repeat center; height:22px; width:22px;
}
#pager p span.next{
	background:url("../images/common/paging_next.png")  no-repeat center; height:22px; width:22px;
}
#pager p span.last{
	background:url("../images/common/paging_end.png")  no-repeat center; height:22px; width:22px;
}

/* 페이징 네비게이션 */
.paging_navigation {white-space:nowrap; *zoom:1;margin:20px auto; text-align:center; }
.paging_navigation:after {display:block; content:""; clear:both;}
.paging_navigation a {display:inline-block; padding:0px; min-width:25px; height:23px;line-height:23px; font-weight:bold; vertical-align:middle; font-family:'돋움',Dotum,AppleGothic,sans-serif;font-size:11px;color:#605f60; text-align:center;}
.paging_navigation a:hover {/*background-color:#eee;*/ color:#f30;}
.paging_navigation a.on {background-color:#f6f6f6; color:#3a96fc !important; border:1px solid #dbe5ee; border-radius:2px;}
.paging_navigation a.red {}

.paging_navigation .prev{background:url('../images/common/icon_paging_prev.gif') repeat-x; height:22px; width:24px; margin-right:10px;}
.paging_navigation .prev span {display:none}
.paging_navigation .next{background:url('../images/common/icon_paging_next.gif') repeat-x; height:22px; width:24px; margin-left:10px;}
.paging_navigation .next span {display:none}

.paging_navigation .first{background:url('../images/common/icon_paging_first.gif') repeat-x; height:22px;width:24px; margin:0 1px;}
.paging_navigation .first span {display:none}
.paging_navigation .end{background:url('../images/common/icon_paging_end.gif') repeat-x; height:22px;width:24px; margin:0 1px;}
.paging_navigation .end span {display:none}
.paging_navigation .last{background:url('../images/common/icon_paging_end.gif') repeat-x; height:22px;width:24px; margin:0 1px;}
.paging_navigation .last span {display:none}
 