@charset "utf-8";

/* 새글 */
#new_sch {margin:0 0 5px;padding:5px 0}
#new_tbl {}
#new_tbl tr:hover{background:#FBFBFB}
#new_tbl tr a{text-decoration:none}
#new_tbl tr:hover a{color:#48a766}
#new_tbl th:nth-of-type(3) {width:100px}

#new_tbl td:nth-of-type(3) {text-align:center}

#new_sch select {border:1px solid #e9e9e9;padding:5px 0;}
#new_sch .required {border:1px solid #e9e9e9;padding:3px 0;}
#new_sch .btn_submit {background:#333;width: 50px;border:none;border-radius:0 2px 2px 0;color:#fff;height:inherit;padding:9px 6px;margin:1px 0 0 -5px;}