@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 */
#new_sch {width:100%;margin:30px 0px; padding:5px;}
#new_sch div.sch_top{margin-bottom:10px;}
#new_sch div.sch_top select {
	display:inline-block; width:49%; float:left;
	background: #fdfdfd url(../../board/default/img/select_box_ico.png) right center no-repeat !important;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;
	color: #555555;border-radius: 3px;border: 1px solid #dddddd;
	height:30px;line-height:30px;
	
}
#new_sch div.sch_top select[name=view]{ float:right;}
#new_sch div.sch_top:after{display:block;visibility:hidden;clear:both;content:"";}
select::-ms-expand{display:none;}

#new_sch div.sch_bottom{position:relative;text-align:center; padding:0 55px 0 0;}
#new_sch input.frm_input{
	width:100%;height:30px;line-height:30px; padding: 0px 5px;
	border: 1px solid #dddddd;background:#fdfdfd !important;border-radius: 3px;
}
#new_sch input[type=submit]{
	position:absolute;top:0;right:0;padding:0px 8px;
	height:30px;line-height:30px;border-radius:3px !important;
	background:#fbe5e5; border: 1px solid #fbe5e5; color:#888888; border-radius:3px;
}

/* list정의 */
.td_board{width:90px;}
.td_board a{font-size:0.9em;display:block;}

.tbl_head01 thead th{
	border-top:1px solid #dddddd; border-bottom:1px solid #dddddd;
	background:#fdfdfd; color:#555555;
}
.tbl_head01 td{}
.tbl_head01 td.td_ttl a{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:30px;line-height:30px;}



#new_tbl {}
#new_tbl th:nth-of-type(3) {width:50px}

#new_tbl td:nth-of-type(3) {text-align:center}


/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {display:inline-block;}
.pg_page, .pg_current, .qa_page {
	display:inline-block;padding:4px 8px;width:32px;height:32px;color:#000;letter-spacing:0;
	vertical-align:middle;
}
.pg_next{background-position: -55px 3px;}
.pg_end{background-position: -80px 3px;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page, .qa_page {text-decoration:none;border:1px solid #dddddd;border-radius:3px;}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {
	display:inline-block;font-weight:normal;border:1px solid #ddd;
	color:#fff !important;background:#5a5151;border-radius:3px;margin:0px;
}