.sch_btn_st2 {background:#afafaf}

/*리스트*/
.bo_basic_list {width:100%; font-size:15px}
.bo_basic_list th, .bo_basic_list td {padding:13px 10px}
.bo_basic_list thead th {background:url('../img/th_bg2.jpg') repeat-x; border-bottom:1px solid #fff; color:#fff}
.bo_basic_list thead th a {color:#fff}
.bo_basic_list tbody td {border-bottom:1px solid #e0e0e0}
.bo_basic_list tbody tr:nth-child(even) {background:#f7f7f7}
.notice_list {background:#e7f0f8; font-weight:bold; color:#142547}

.td_chk {text-align:center; width:10px;}
.td_num2 {text-align:center; width:60px;}
.td_subject {text-align:left; cursor:pointer}
.td_file {text-align:center; width:70px; }
.td_name {text-align:center; width:80px;}
.td_num {text-align:center; width:70px;}
.td_datetime {text-align:center; width:110px;}


/*600px*/
@media screen and (max-width: 600px) {

	/* 리스트 */
	.bo_basic_list tbody tr:first-child {border-top:2px solid #005aab}
	.bo_basic_list tbody tr {position:relative; display:block; padding:10px 0; height:75px; border-bottom:1px solid #e0e0e0}
	.bo_basic_list tbody td {border-bottom:0px solid #e0e0e0; }
	.notice_list {color:#fff; background:url('../img/th_bg2_600.jpg') repeat-x; font-weight:bold; color:##142547}
	.bo_basic_list tr.notice_list td.td_name {color:#fff;}
	.bo_basic_list tr.notice_list td.td_datetime {color:#fff; }

	.bo_basic_list td.td_subject {padding:5px 10px 3px 10px; display:block; width:100%; text-align:left; font-size:18px;}
	.bo_basic_list td.td_name {padding:0px 10px; display:inline; text-align:center; color:#999; }
	.bo_basic_list td.td_datetime {display:inline; text-align:center;  color:#999}
	.bo_basic_list td.td_file {display:block; position:absolute; right:10px; bottom:10px; width:20px; text-align:center; color:#999}
	.td_chk {display:none;}
	.td_num2 {display:none;}
	.td_num {display:none;}
	.th_chk, .th_num2, .th_num, .th_name, .th_datetime, .th_subject, .th_file {display:none;}
}