@charset "utf-8";

.boardPage { text-align:center; margin-bottom:30px; }
.boardPage ul { display:inline-block; border:1px solid #cfcfcf; font-size:0; line-height:1; } /* 수정 0222 */
.boardPage ul li { display:inline-block; border-left:1px solid #cfcfcf; font-size:13px; font-family:"나눔고딕", Nanum Gothic; }
.boardPage ul li:first-child { border-left:none; }
.boardPage ul li a { color:#6f6f70; }
.boardPage ul li strong { background:#545454 url(../images/board/pages_underline.jpg) center 26px no-repeat; color:#ddd; }
.boardPage ul li a,
.boardPage ul li strong { display:block; min-width:36px; height:36px; line-height:36px; font-weight:bold; text-align:center; vertical-align:top; }
.boardPage ul li a img { margin-top:-2px; vertical-align:middle;}

.boardPage ul li.first a {text-indent:-99999px;background:url('../img/btn_comment_first.jpg') 50% no-repeat;}
.boardPage ul li.prev a {text-indent:-99999px;background:url('../img/btn_comment_prev.jpg') 50% no-repeat;}
.boardPage ul li.next a {text-indent:-99999px;background:url('../img/btn_comment_next.jpg') 50% no-repeat;}
.boardPage ul li.last a {text-indent:-99999px;background:url('../img/btn_comment_last.jpg') 50% no-repeat;}