/* 글목록 */
#boardList table {width: 720px;}

#boardList th {padding: 5px 0; border-top: 2px solid #666; border-bottom: 1px solid #666;}
#boardList tr: hover {background: #eee;}
#boardList td {padding: 8px 0; border-bottom: 1px solid #666;}

#boardList .no {width: 60px; text-align: center;}
#boardList .author {width: 100px; text-align: center;}
#boardList .date {width: 100px; text-align: center;}
#boardList .hit {width: 40px; text-align: center;}

.paging {text-align: center;}
.paging li {display: inline-block; height: 20px; margin: 0 5px; padding: 0 5px; border: 1px solid #666; background: #eee; line-height: 21px;}

.paging li.current,
.paging li:hover {background: #666;}
.paging li.current,
.paging li:hover a { color: #ddd;}


.boardArticle table {width: 100%;}

.boardArticle th {padding:5px 0;border-top:2px solid #666;border-bottom:1px solid #666;}

.boardArticle td {padding:8px 0;border-bottom:1px solid #666;}
.boardArticle .no {width:60px;text-align:center;}
.boardArticle .title {}
.boardArticle .author {width:100px;text-align:center;}
.boardArticle .date {width:100px;text-align:center;}
.boardArticle .hit {width:40px;text-align:center;}


#boardList .searchBox{text-align: center;}

/* 글쓰기 */

#boardWrite table {width: 720px;}
#boardWrite th {width: 100px; padding: 5px; text-align: right; vertical-align: top;}
#boardWrite td {width: 620px; padding: 5px;}

#boardWrite #bID {width: 180px;}
#boardWrite #bPassword {width: 180px;}
#boardWrite #bTitle {width: 400px;}
#boardWrite #bContent {width: 550px; height: 300px;}

#boardWrite .btnSet {text-align: center;}

/* 글읽기 */

#boardView #boardTitle {height: 55px; border-bottom: 2px solid #333; text-align: center;}
#boardView #boardInfo > span {margin-right: 30px;}

/* 글삭제 */


#boardDelete table {width: 720px;}
#boardDelete tbody th {width: 100px; padding: 5px; text-align: right; vertical-align: top;}
#boardDelete tbody td {width: 620px; padding: 5px;}
#boardDelete .btnSet {text-align: center;}


.textCenter {text-align: center;}