@charset "utf-8";

/* 목록 테이블 */
#bo_list { width:100%; margin:0 auto; }
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center; padding:0;}
#bo_list .td_board a {font-weight:normal; font-size:1.2em; }
#bo_list .td_subject {text-align:left; margin-left:6px; font-weight:bold; font-size:1.2em; }
#bo_list .td_subject img {text-align:left; margin-left:4px}
#bo_list .td_subject1 a {  font-weight:normal; color:#6569bd; }
#bo_list .td_name {width:80px;text-align:left}
#bo_list .td_date {width:140px;text-align:center}
.new_comment {color:#ff6600}

/* 페이징 */
.pg_wrap { clear:both; margin:0 0 20px;padding:20px 0 0;text-align:center; }
.pg {display:inline-block;}
.pg_page, .pg_current { display:inline-block; padding:0 9px 0 9px;color:#000;vertical-align:middle; margin:-1px;}
.pg a:focus, .pg a:hover { text-decoration:none; background:#eee; }
.pg_page { border:1px #e1e1e1 solid; background:#fff;text-decoration:none;vertical-align:middle; font-size:0.95em;}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {background:#989898;color:#fff;text-decoration:none;vertical-align:middle; font-size:0.95em; }