/*////////////////////////////테이블///////////////////////////////////*/

/*테이블list_기본*/
table.list {border-top:2px solid #bf1c22; margin-left:-1px;}
table.list thead td {font-weight:bold; background:#f9f9f9; color:#333; font-size:14px; text-align:center; padding:3px 10px; border-bottom:1px solid #888; letter-spacing:-1;}
table.list td {line-height:28px; color:#777; font-size:14px; padding:3px 10px; border-bottom:1px dotted #cccccc; letter-spacing:-1;}
table.list a {color:#555555;}
table.list a:hover {color:#333;}

/*테이블view_기본*/
table.view {border-top:2px solid #bf1c22; margin-left:-1px;  border-left:1px solid #ddd; }
table.view thead td {font-weight:bold; background:#f9f9f9;  color:#333; font-size:14px; text-align:center; padding:3px 10px; border-bottom:1px solid #888; letter-spacing:-1;}
table.view td {border-bottom:1px solid #dddddd; letter-spacing:-1; padding:3px 10px; font-size:14px; line-height:28px; color:#666; border-right:1px solid #ddd; }
table.view .left {color:#555; font-size:14px; background:#f9f9f9; text-align:center;}
  
/*테이블_비밀글or삭제확인*/
.cols2Table {border-top:2px solid #ca1f26; margin-left:-1px;}
.cols2Table thead td {height:40px; background:#f3f3f3; font-weight:bold; color:#555; font-size:14px; text-align:center; padding:0 10px; border-bottom:1px solid #dddddd; letter-spacing:-1; border-right:none;}
.cols2Table td {color:#666666; font-size:12px; border-bottom:1px solid #dddddd; letter-spacing:-1; height:50px;}

/*게시판상단_설명글*/
.board_explain td {padding:20px; border:5px solid #f3f3f3; text-align:left; font-size:12px; color:#555; background:url(/_img/board/explain_pat.gif);}

/*게시판_페이지번호*/
#list_page {text-align:center; padding:10px 0px;} /*상세속성은lib 및 각페이지에서수정가능*/
 
/*우편번호검색, 아이디중복확인 테이블*/
table.check {}
table.check thead td {border-top:1px solid #333; border-bottom:1px solid #333; background:#069; height:50px; color:#fff; font-size:16px; font-weight:bold; text-align:center;}
table.check td {font-size:14px; color:#555555; line-height:18px; padding:5px 20px;}
table.check table td {padding:0px;}
   