/* 페이징 */


.board_page { text-align:center; }
.board_page > a { display:inline-block; vertical-align:middle; width:30px; height:30px; line-height:30px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;  border-left:1px solid #ddd; }
.board_page > a:last-child { border-right:1px solid #ddd; }
.board_page > a.ml5 { margin-left:-2px; }

.board_page > a.prev2 { background:url('../img/prev2.png') no-repeat; background-position:center left 45%; background-color:#fff;  }
.board_page > a.prev { background:url('../img/prev.png') no-repeat; background-position:center left 45%; background-color:#fff; border-right:1px solid #ddd;  }
.board_page > a.number { color:#333; border:none; }
.board_page > a.number.on { color:#e62626; }
.board_page > a.next { background:url('../img/next.png') no-repeat; background-position:center right 45%; background-color:#fff;  }
.board_page > a.next2 { background:url('../img/next2.png') no-repeat; background-position:center right 45%; background-color:#fff;  border-right:1px solid #ddd; }

.board_page > a.prev2:hover, 
.board_page > a.prev:hover,
.board_page > a.next:hover,
.board_page > a.next2:hover,
.board_page > a:hover { background-color:#efefef; }

.prev { background:url('') no-repeat; background-color:#fff; }

/*
.kk_page span,
.kk_page a {display:inline-block;}
.kk_page a {color:#555;}
.kk_page a,.kk_page .curent {height:15px; line-height:15px; padding:0 10px 0 10px; border-left:1px solid #e9e9e9;}
.kk_page .curent {letter-spacing:-1px; font-weight:bold; color:#fd650d;}
.kk_page .first,.kk_page .first a {border:none;}
.kk_page .pre2,.kk_page .pre,.kk_page .next,.kk_page .next2 {padding:0; width:15px; height:15px; overflow:hidden; text-indent:-9000px; border:none; background:url('../img/sprites_btn.gif') no-repeat; vertical-align:top;}
.kk_page .pre2,.kk_page .pre {margin-right:3px;}
.kk_page .next,.kk_page .next2 {margin-left:3px;}
.kk_page span.pre2 {background-position:-307px 0;}
.kk_page span.pre {background-position:-327px 0;}
.kk_page span.next {background-position:-347px 0;}
.kk_page span.next2 {background-position:-367px 0;}
.kk_page a.pre2 {background-position:-387px 0;}
.kk_page a.pre {background-position:-407px 0;}
.kk_page a.next {background-position:-427px 0;}
.kk_page a.next2 {background-position:-447px 0;}
*/