﻿/************* 게시판 - 리스트 레이아웃 *****************/

#board {position:relative; margin:0 auto; padding:0px; width:100%; overflow:hidden;}
#board .brdlist_head {padding:5px 0;}
#board .brdlist_content {background:url("/img/board/board_bar1.gif") no-repeat left top;}
#board .brdlist_bt {text-align:right; padding:10px 0;}
#board .brdlist_paging {text-align:center; padding-bottom:10px;}
#board .brdlist_search {text-align:center; height:43px; width:100%; padding:0; background:url("/img/board/search_bg.gif") left top no-repeat;}
#board .brdlist_search form {height:43px; background:url("/img/board/search_bg.gif") left top no-repeat;}
#board .brdlist_search form {background-position:right top; padding:11px 15px 0 15px;}

.brdlist_head {overflow:hidden;clear:both;width:100%; padding:5px 0}
.brdlist_head .fl{float:left}  
.brdlist_head .fr{float:right}  

.brdlist_content {}
.brdlist_footer {overflow:hidden;clear:both;width:100%; padding:5px 0}
.brdlist_footer .bt {text-align:right; padding:5px 0;}
.brdlist_footer .search {background-color:#f6f6f6; border:1px solid #CCC; text-align:center; padding:10px 0 }


/************* 관리자 테이블 *****************/
table.brdlist {border-collapse: collapse; width:100%; background:url("/img/board/board_bar1.gif") left top no-repeat;}
table.brdlist {background-position:right top; padding:0 15px;}
table.brdlist th{height:33px; text-align:center}
table.brdlist tbody td{background:none; border:none; border-bottom:1px dotted #CCC; padding:5px 0; text-align:center;}

table.brdcont {border:0px; border-collapse:collapse; width:100%; background:url("/img/board/board_bar2.gif") left top no-repeat;}
table.brdcont th{text-align:center; font-size:11px; font-family:"돋움","돋움체"; color:#807f7f; font-weight:bold; line-height:28px; background:#f7f7f7}

table.brdcont th.tdbg {text-align:center; width:100%; background:url("/img/board/board_bar2.gif") left top no-repeat; height:32px; font-weight:bold; line-height:32px; font-size:12px;}
table.brdcont th.tdbg {background-position:right top; padding:0 15px;}


table.brdcont td{text-align:left; padding:0 0 0 5px; border:none}
table.brdcont td div.content{overflow:hidden; width:650px; padding:10px 0; min-height:400px; line-height:18px}

/*게시판 라인 속성*/
.tdline{background:#e0e0e0; height:1px;}
.tdline2{background:#e0e0e0; height:2px;}