/***************
파일명: board.css
파일설명: 게시판
***************/

/*************** 공통사항 ***************/
table.bbs_list td.l, table.bbs_list_brown td.l, table.bbs_view td.l, table.bbs_write td.l, table.bbs_view th.l{text-align:left; padding:5px 10px 2px 10px;}
table.bbs_list td.r, table.bbs_view td.r, table.bbs_write td.r{text-align:right; padding:5px 10px 2px 10px;}
table.bbs_list td.c, table.bbs_view td.c, table.bbs_write td.c{text-align:center; padding:5px 10px 2px 10px;}
table.bbs_list th, table.bbs_list td, table.bbs_list_brown td, table.bbs_view th, table.bbs_view td, table.bbs_write th, table.bbs_write td{border-bottom:1px solid #E2E2E2;}
table.bbs_list td table td, table.bbs_list td table td, table.bbs_write td table td{background-image:none; border-width:0px; padding:0; height:auto;}
.img{margin:6px 0;}
img.btxt{margin-bottom:3px;}
img.icon{margin-top:5px;}
.sumbtn {vertical-align:text-bottom;margin:0 0 0 5px;}


/*bbs_list(게시판 리스트)*/
table.bbs_list{width:100%; border-top:2px solid #3366cc; border-bottom:1px solid #3366cc;}
table.bbs_list th{color:#444444; text-align:center; padding:7px 0; border-bottom:1px solid #3366cc; color:#0c52b1; font-weight:bold;}
table.bbs_list td{text-align:center; padding:5px 0 2px 0;}

/*bbs_list_brown(게시판 리스트_한길TIS소개 홍보자료)*/
table.bbs_list_brown{width:100%; border-top:2px solid #c69c6d; border-bottom:1px solid #c69c6d;}
table.bbs_list_brown th{text-align:center; padding:7px 0; border-bottom:1px solid #c69c6d; color:#ad6c1c; font-weight:bold;}
table.bbs_list_brown td{text-align:center; padding:5px 0 2px 0;}

/*bbs_view(게시판 보기)*/
table.bbs_view{width:100%; border-top:2px solid #3366cc; border-bottom:1px solid #3366cc; text-align:center;}
table.bbs_view th{text-align:center; padding:7px 0; border-bottom:1px solid #e2e2e2; color:#0c52b1; font-weight:bold;}
table.bbs_view th.txt{text-align:left; font-weight:normal; color:#207bcb; padding:0 10px 0 10px;}
table.bbs_view td{text-align:left; padding:5px 0px 2px 0px;border-bottom:1px solid #e2e2e2;padding:3px 10px 3px 11px;
background-image:url(/taxasp/static/images/common/board/btxt_line.gif); background-repeat:no-repeat; background-position:left; vertical-align:middle;}
table.bbs_view td.bold{color:#3366cc; font-weight:bold;}
table.bbs_view td.view{padding:30px 20px; background-image:none; border-bottom:none;text-align:left;}
table.bbs_view td.view02{padding:30px 20px; background-image:none; text-align:left;}

/*bbs_view_brown(게시판 보기_한길TIS소개 홍보자료)*/
table.bbs_view_brown{width:100%; border-top:2px solid #c69c6d; border-bottom:1px solid #c69c6d; text-align:center;}
table.bbs_view_brown th{text-align:center; padding:7px 0; border-bottom:1px solid #e2e2e2; color:#ad6c1c; font-weight:bold;}
table.bbs_view_brown td{text-align:left; padding:5px 0px 2px 0px;border-bottom:1px solid #e2e2e2;padding:3px 10px 3px 11px;
background-image:url(/taxasp/static/images/common/board/btxt_line1.gif); background-repeat:no-repeat; background-position:left; }
table.bbs_view_brown td.bold{color:#ad6c1c; font-weight:bold;}
table.bbs_view_brown td.view{padding:30px 20px; background-image:none; border-bottom:none;text-align:left;}


/*bbs_write(게시판 등록)*/
table.bbs_write{width:100%; border-top:2px solid #3366cc;border-bottom:1px solid #3366cc;}
table.bbs_write th{color:#444; text-align:center;color:#0c52b1; font-weight:bold;height:28px;}
table.bbs_write td{padding:3px 10px 3px 11px;  border-bottom:1px solid #e2e2e2; vertical-align:text-bottom;
background-image:url(/taxasp/static/images/common/board/btxt_line.gif); background-repeat:no-repeat; background-position:left;  border-bottom:1px solid #e2e2e2;}
table.bbs_write td.tit{color:#434343;}
table.bbs_write td.bold{color:#3366cc; font-weight:bold;}
table.bbs_write td.view{padding:30px 20px;background-image:none;}
/*테이블 하단 라인(게시판 보기)*/
table.bbs_bot{width:100%; border-top:1px solid #9C9C9C;}


/*입력 테이블 tbl_submit*/
table.tbl_submit{width:100%; border-top:2px solid #3366cc; border-bottom:1px solid #3366cc; text-align:left;}
table.tbl_submit th{padding:0px 10px 0px 10px; border-bottom:1px solid #e2e2e2;text-align:left;color:#0c52b1; font-weight:bold;}
table.tbl_submit th.pt{padding:0px 10px 0px 21px; background-image:url(/taxasp/static/images/common/icon/icon_star.gif); background-repeat:no-repeat; background-position:10px;  border-bottom:1px solid #e2e2e2;text-align:left;}
table.tbl_submit td{padding:3px 10px 3px 11px;  border-bottom:1px solid #e2e2e2; vertical-align:text-bottom;
background-image:url(/taxasp/static/images/common/board/btxt_line.gif); background-repeat:no-repeat; background-position:left;  border-bottom:1px solid #e2e2e2;}
table.tbl_submit td.view{padding:30px 20px;background-image:none;}


/*bbs_next(게시판 NEXT)*/
.bbs_next{width:100%; border-top:1px solid #3366cc; border-bottom:1px solid #3366cc;}
.bbs_next th{border-bottom:1px solid #E2E2E2; padding:5px 0 2px 0;color:#0c52b1; font-weight:bold;}
.bbs_next td{border-bottom:1px solid #E2E2E2; padding:5px 10px 2px 10px;background-image:url(/taxasp/static/images/common/board/btxt_line.gif); background-repeat:no-repeat; background-position:left;}
.bbs_next td.date{border-bottom:1px solid #E2E2E2; padding:5px 10px 2px 10px;background-image:url(none); text-align:center;}


/*bbs_next_brown(게시판 NEXT_한길TIS소개 홍보자료)*/
.bbs_next_brown{width:100%; border-top:1px solid #c69c6d; border-bottom:1px solid #c69c6d;}
.bbs_next_brown th{border-bottom:1px solid #E2E2E2; padding:5px 0 2px 0;color:#ad6c1c; font-weight:bold;}
.bbs_next_brown td{border-bottom:1px solid #E2E2E2; padding:5px 10px 2px 10px;background-image:url(/taxasp/static/images/common/board/btxt_line1.gif); background-repeat:no-repeat; background-position:left;}
.bbs_next_brown td.date{border-bottom:1px solid #E2E2E2; padding:5px 10px 2px 10px;background-image:url(none); text-align:center;}


/*search(서치박스)*/
.topsearch_box{background-color:#f3f3f3; text-align:center; padding:10px 0; width:100%; height:25px;}
.topsearch_boxM{background-color:#f3f3f3; text-align:center; padding:10px 0; width:100%;}
.topserchCenter{position:absolute; left:50%; width:510px; margin:0 0 0 -255px;}
.topsearch_box table td{padding-left:5px;}
.topsearch_box .nc{margin:0 auto;}
.topsearch_boxM .nc{margin:0 auto;}
.topsearch_box .search{margin-top:3px;}
.topsearch_box .day{width:100%;}
.topsearch_box .line{border:1px solid #EAE3CF; height:1px;}


/*search(서치박스)*/
#search_bbs {position:relative;text-align:center; padding:5px 0; width:100%;}
#search_bbs .nc{margin:0 auto;}
#search_bbs .search{margin-top:2px;margin-left:5px;}


/*게시판 넘버링*/
#no_bbs{position:relative; margin:5px 0 0 0; text-align:center; font-weight:normal; font-size:12px; text-align:center;}
#no_bbs .btn{margin:0px;}
#no_bbs .no{margin:-1px 5px 0 5px; font-weight:normal; font-size:12px;}
#no_bbs .no li{float:left; width:18px; text-align:center;}
#no_bbs #r_btn{position:absolute; right:0px;}
#no_bbs .no a:link, #no .no a:visited {color:#434343; text-decoration:none; font-size:12px; line-height:18px; font-weight:normal;}  
#no_bbs .no a:link.on, #no .no a:visited.on {color:#396DC4; text-decoration:none; font-size:12px; line-height:18px; font-weight:bold;} 
#no_bbs .no a:active, #no .no a:hover {color:#396DC4; text-decoration:none; font-size:12px; line-height:18px; font-weight:bold;}
#no_bbs .paging {margin:0 auto;}
#no_bbs .btnWrite {position:absolute; top:0px; right:0px;}


#topbox_bbs {position:relative;left:0px;top:0px;width:100%;height:105px;}
#topbox_bbs .topbox_l {position: relative;left:0px;top:0px;width:35px;height:105px;background-image:url(/taxasp/static/images/common/board/topbox_l.gif); background-repeat:no-repeat;float:left;}
#topbox_bbs .topbox_img {position: relative;left:0px;top:0px;width:172px;height:105px;z-index:1;float:left;}
#topbox_bbs .topbox_nc {position: relative;left:0px;top:0px;width:419px;height:105px;padding-top:20px;background-image:url(/taxasp/static/images/common/board/topbox_c.gif); background-repeat:repeat-x;float:left; font-size:11px; font-weight:normal; color:#434343; text-align:left;}
#topbox_bbs .topbox_mc {position: relative;left:0px;top:0px;width:497px;height:105px;padding-top:20px;background-image:url(/taxasp/static/images/common/board/topbox_c.gif); background-repeat:repeat-x;float:left; font-size:11px; font-weight:normal; color:#434343; text-align:left;}
#topbox_bbs .topbox_r {position: relative;left:0px;top:0px;width:25px;height:105px;background-image:url(/taxasp/static/images/common/board/topbox_r.gif); background-repeat:no-repeat;float:left;}



#topbox_bbs_brown {position:relative;left:0px;top:0px;width:100%;height:105px;}
#topbox_bbs_brown .topbox_l {position: relative;left:0px;top:0px;width:35px;height:105px;background-image:url(/taxasp/static/images/common/board/topbox_l_brown.gif); background-repeat:no-repeat;float:left;}
#topbox_bbs_brown .topbox_img {position: relative;left:0px;top:0px;width:172px;height:105px;z-index:1;float:left;}
#topbox_bbs_brown .topbox_nc {position: relative;left:0px;top:0px;width:419px;height:105px;padding-top:20px;background-image:url(/taxasp/static/images/common/board/topbox_c_brown.gif); background-repeat:repeat-x;float:left; font-size:11px; font-weight:normal; color:#434343; text-align:left;}
#topbox_bbs_brown .topbox_r {position: relative;left:0px;top:0px;width:25px;height:105px;background-image:url(/taxasp/static/images/common/board/topbox_r_brown.gif); background-repeat:no-repeat;float:left;}


/* table topbox*/
table.tbl_topbox{border:none;text-align:left;height:22px;}
table.tbl_topbox th{text-align:left; padding:0px 7px 0px 0px;height:22px;}
table.tbl_topbox td{text-align:left; padding:0px;font-size:11px;height:22px;}
table.tbl_topbox a:link, table.tbl_topbox a:visited {color:#434343; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;}  
table.tbl_topbox a:link.on, table.tbl_topbox a:visited.on {color:#396DC4; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;} 
table.tbl_topbox a:active, table.tbl_topbox a:hover {color:#396DC4; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;}



/* table topbox_brown*/
table.tbl_topbox_brown {border:none;text-align:left;height:22px;}
table.tbl_topbox_brown th{text-align:left; padding:0px 7px 0px 0px;height:22px;}
table.tbl_topbox_brown td{text-align:left; padding:0px;font-size:11px;height:22px;}
table.tbl_topbox_brown a:link, table.tbl_topbox_brown a:visited {color:#434343; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;}  
table.tbl_topbox_brown a:link.on, table.tbl_topbox_brown a:visited.on {color:#cd8738; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;} 
table.tbl_topbox_brown a:active, table.tbl_topbox_brown a:hover {color:#cd8738; text-decoration:none; font-size:11px; line-height:18px; font-weight:normal;}