@charset "utf-8";

/* 새글 */
#new_sch{position:relative;;border-radius:5px;background:#f4f4f4;margin:20px 0}
#new_sch select{float:left;width:25%;border:0;height:50px;padding:0 10px}
#new_sch .frm_input2 {position:relative;width:50%;float:left;border:0;border-radius:0;;margin:0;padding:0 10px;height:50px;background:none}
#new_sch .btn_submit{position:absolute;bottom:0px;right:0px;width:40px;height:50px;background:none;border:0;color:#000;font-size: 15px;}
#new_list .new_tit{display:block;font-weight:bold;margin:0 0 5px;font-size:1.2em}
#new_list .new_date{float:right;color:#666;font-style:italic}
#new_list .new_board{color:#3ca1ff}

#new_list li{border:1px solid #eee;padding:20px;margin-top:-1px}
#new_list li:hover{background:#f3f3f3}