/* 페이징  */
.paging_js { width:100%; text-align:center; margin-top:20px; height:26px; }
.paging_js > span { min-width:18px; line-height:26px; margin:0 2px; color:#666; font-weight:500; font-size:14px; text-align:center; display:inline-block; cursor:pointer; }
.paging_js > span:hover { color:#0089eb; border-bottom:1px solid #0089eb; }
.paging_js > span.js_selected { color:#0089eb; }
.paging_js > span.js_selected:hover { color:#0089eb; }

.paging_js > span.arrow_js { width:26px; line-height:20px; color:#777; font-weight:500; font-size:10px; text-align:center; display:inline-block; cursor:pointer; height:24px; vertical-align:middle; }
.paging_js > span.arrow_js:hover { color:#0089eb; border-bottom:none; }

