
/* 게시판 글쓰기 버튼 */
#bo_w .btn_confirm{margin-top: 40px!important; text-align: center;}
#bo_w .btn_confirm a.btn_cancel{height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px; font-weight: 500; background: #bbb; border-radius: 0; transition: all .6s;}
#bo_w .btn_confirm a.btn_cancel:hover{background: #666;}
#bo_w .btn_confirm .btn_submit{height: 40px; line-height: 40px; padding: 0 30px; font-size: 16px; font-weight: 500; background: #1589ff; border-radius: 0; transition: all .6s;}
#bo_w .btn_confirm .btn_submit:hover{background: #3fa8cb;}



/* 페이징 */
.pg_wrap{float: none!important; width: 100%; margin: 0!important; padding: 50px 0 30px; text-align: center; font-size: 14px;}
.pg_wrap .pg .pg_page{width: 40px; height: 40px; line-height: 36px; background-color: #fff; border: 1px solid #eee; border-radius: 0; transition: all .6s;}
.pg_wrap .pg .pg_page:hover{border: 1px solid #3fa8cb;}
.pg_wrap .pg .pg_current{width: 40px; height: 40px; line-height: 36px; background: #3fa8cb; border: 1px solid #3fa8cb; border-radius: 0;}
.pg_wrap .pg .pg_end:hover{background: url(../img/btn_end.gif) no-repeat 50% 50% #fff;}

/* mediq query */
@media (max-width:480px) {
	.pg_wrap .pg .pg_current, .pg_wrap .pg .pg_page{width: 36px; height: 36px; line-height: 30px;}
}