#pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:10px 0 50px;
padding:0;
}

#pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

#pager ul.pages li:hover {
border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

#pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}

#pager{
	text-align:center;
	vertical-align:bottom;
	margin: 20px 0 40px;
}
#pager p{
	margin:10px 0 0 0;
	padding:1px;
	vertical-align:bottom;
}
#pager p span{
	cursor:pointer;
	font-size: 13px;
	border: 1px solid #ddd;
	display: inline-block;
	width: 44px;
	height: 42px;
	box-sizing: border-box;
	border-right: none;
	line-height: 40px;
	font-family: 'Nanum Gothic', sans-serif;
}
#pager p span:hover{
	color:#2073b9;
}

#pager p span:last-child {
    border-right: 1px solid #ddd;
}
#pager p span.page-number{
	font-size: 13px;
}


#pager p span.pgCurrent{
	font-weight:bold;
	background-color: #22614e;
	font-size:13px;
	color: #fff;
	border-color: #22614e;
}
#pager p span.first:after{
	
	content:"<<";	
	color:#999999;
	font-weight:bold;
}

#pager p span.prev:after{
	content:"<";
	color:#999999;
	font-weight:bold;
}
#pager p span.next:after{
	content:">";
	color:#999999;
	font-weight:bold;
}
#pager p span.last:after{
	content:">>";
	color:#999999;
	font-weight:bold;
}
#pager p span:hover:after {
    color: #2073b9;
}

@media screen and (max-width: 648px){
	#pager p span{width:34px; height:38px; line-height:37px;}
}

@media screen and (max-width: 480px){
	#pager p span{width: 26px;height: 35px;line-height: 34px;}
}

@media screen and (max-width: 360px){
	#pager p span{width: 23px;height: 31px;line-height: 29px;font-size: 12px;}
	#pager p span.page-number{font-size: 12px;}
}