@charset "utf-8";
/* SIR 지운아빠 */

/* 목록 테이블 */
#bo_new_list .tbl_head01 {padding-bottom:10px} /* 가장 하단 여백 */
#bo_new_list .tbl_head01 caption {}
#bo_new_list .tbl_head01 thead th {}
#bo_new_list .tbl_head01 thead a {}
#bo_new_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_new_list .tbl_head01 tfoot th {}
#bo_new_list .tbl_head01 tfoot td {}
#bo_new_list .tbl_head01 tbody th {}
#bo_new_list .tbl_head01 td {height:25px;padding:2px;border-top:0;line-height:1.3em;word-break:break-all;border-bottom:1px solid #f1f1f1}
#bo_new_list .tbl_head01 a {}
#bo_new_list td.empty_table {height:10px}

/* 게시판 목록 */
#bo_new_list .td_board {width:66%;text-align:left}
#bo_new_list .td_board a {font-weight:bold;color:#4a4a4a}
#bo_new_list .td_subject img {margin-left:4px}
#bo_new_list .td_subject a {text-decoration:none}
#bo_new_list .td_subject a:hover {color:#777}
#bo_new_list .td_name {width:22%;text-align:right}
#bo_new_list .td_date {width:12%;text-align:center;color:#aaa;font-size:0.625em}
#bo_new_list .new_icon {font-size:0.625em;color:#ffdddd;background:transparent;text-align:center;vertical-align:middle}

/* 글씨 속성 지정 */
.color_gray {color:#333;font-size:1em;text-align:right;font-style:italic;padding:2px} /* 배경 이미지 넣을거면 background-color:#f5fbea;background:url('../../../bg.gif') */