@charset "utf-8";

/* 최근게시물 스킨 (new) */
#new_sch {margin-bottom:15px;text-align:center;padding: 20px;border: 1px solid #e8e8e8;background: #fbfbfb;}
#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#new_sch p {padding:5px 0 0;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
#new_sch .frm_input{border-color:#ddd;border-radius:0;vertical-align:top}
#new_sch select{border:1px solid #ddd;height:40px;padding:0 5px}
#new_sch .btn_submit{padding:0 10px;height:40px;color:#000;font-size:1.083em;font-weight:bold;color:#777;background:#f8f8f8;border:1px solid #ddd;transform:translateX(-5px)}
#fnewlist .new_tit{font-weight:bold}
#fnewlist .profile_img img{border-radius:50%}
#fnewlist .td_date{font-style:italic}

#fnewlist .tbl_wrap table {border:0 none;border-bottom:1px solid #D5D5D5}
#fnewlist .tbl_wrap table thead th {border-top:2px solid #333;border-bottom:1px solid #333;font-weight:700}
#fnewlist .tbl_head01 td {height:auto;;border-top:1px solid #eee}

#fnewlist .tbl_head01 .td-mobile > td {border-top:1px solid #fff;padding:0 0 5px !important;font-size:11px;color:#959595}
#fnewlist .tbl_head01 .td-mobile td {position:relative}
#fnewlist .tbl_head01 .td-mobile td > span {margin-right:5px}
#fnewlist .tbl_head01 .td-mobile td > span i {color:#959595}

@media (max-width:767px){
    #new_sch select {width:100%;margin-bottom:10px}
    #new_sch .frm_input, #new_sch .btn_submit {width:100%}
    #new_sch .btn_submit {margin-left:5px}
}