@CHARSET "UTF-8";
/********************************* 게시판 리스트 *********************************/
h1 {
	display: none;
}
form > table.table-search th input[type="submit"] {
	background: url(../images/main/btn_search.gif) no-repeat left top;
	color: transparent;
	height: 22px !important;
	width: 45px !important;
}
table.listTable {
	border-spacing: 0px;
}
.listTable thead tr th {
	background: url(../images/main/bg_board.gif) no-repeat center top !important;
}
.listTable thead tr th:first-of-type {
	background: url(../images/main/bg_board.gif) no-repeat left top !important;
}
.listTable thead tr th:last-of-type {
	background: url(../images/main/bg_board.gif) no-repeat right top !important;
}
.listTable thead tr th:before {
	content: url(../images/main/icon_thead_line.gif);
	float: left;
	margin-left: -8px;
}
.listTable thead tr th:first-child:before {
	content: none;
}
.listCenter {
	text-align: center;
	color: #8a8a8a;
}
.listLeft {
	text-align: left;
}
.listTable tbody tr td {
	border-bottom: 1px solid #e3e3e3;
}

/********************************* 게시판 읽기 *********************************/
#border > table.table-search {
	display: none;
}
table.generalTable {
	border-spacing: 0px;
	background: url(../images/main/bg_board_view.gif) no-repeat left top;
	background-size: 100% 61px;
	padding: 3px 15px 15px 15px;
	border-bottom: 1px solid #d1d4ee;
}
table.generalTable td {
	padding: 2px;
}
table.generalTable th {
	padding: 2px;
}
table.generalTable tr:nth-of-type(1) td:before {
	content: url(../images/main/icon_thead_line.gif);
	float: left;
	margin-left: -11px;
}
table.generalTable tr:nth-of-type(2) td:before {
	content: url(../images/main/icon_thead_line.gif);
	float: left;
	margin-left: -3px;
}
table.generalTable tr:nth-of-type(1) th {
	background: url(../images/main/bg_board_view_line.gif) repeat-x left bottom;
}
table.generalTable tr:nth-of-type(1) td {
	background: url(../images/main/bg_board_view_line.gif) repeat-x left bottom;
	padding-left: 10px;
}
table.generalTable tr:nth-of-type(3) th {
	display: none;
}
table.generalTable tr:nth-of-type(3) td {
	padding-top: 20px;
}

/********************************* 게시판 쓰기 *********************************/
#board #border table.generalTable {
	border-spacing: 0px;
	background: none;
}
#board #border table.generalTable tr:nth-of-type(2) td:before {
	display: none;
}
.htmlarea .toolbar tr td:nth-child(12) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(13) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(14) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(15) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(16) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(17) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(18) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(19) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(20) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(21) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(22) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(23) {	display: none;	}
.htmlarea .toolbar tr td:nth-child(24) {	display: none;	}
