@charset "utf-8";

/* 게시판리스트 : Pagination Yii::CListPager */
.listpaging2 {text-align:center; margin:20px 0 0 0}
.listpaging2 .pager{text-align: center !important}
.listpaging2 ul li { display: inline; }
.listpaging2 a {display:inline-block !important; zoom:1; padding:3px 8px; line-height:20px; font-size:12px; color:#aaa !important; text-align:center; }
.listpaging2 a:hover{color:#3ab54a !important}
.listpaging2 .selected a{background-color:#3AB54A; color:#fff !important}
.listpaging2 .first a {font-family:dotum; letter-spacing:-1px; font-size:11px; border:1px solid #ddd;}
.listpaging2 .first a:hover {color:#3ab54a; background:none; border:1px solid #3ab54a;}
.listpaging2 .last a {font-family:dotum; letter-spacing:-1px; font-size:11px; border:1px solid #ddd;}
.listpaging2 .last a:hover {color:#3ab54a; background:none; border:1px solid #3ab54a;}
.listpaging2 .prev a,
.listpaging2 .previous a {font-family:dotum; letter-spacing:-1px; font-size:11px; border:1px solid #ddd;}
.listpaging2 .prev a:hover,
.listpaging2 .previous a:hover {color:#3ab54a; background:none; border:1px solid #3ab54a;}
.listpaging2 .next a {font-family:dotum; letter-spacing:-1px; font-size:11px; border:1px solid #ddd;}
.listpaging2 .next a:hover {color:#3ab54a; background:none; border:1px solid #3ab54a;}
