/* 정관 */

/* 번호 */
.thNo	{
	 text-align: center;
	}

/* 제목 */
.thTitle {
	text-align: center;
	width:300px;
	}

/* 작성자 */
.thWriter {
	display:none;
	}

/* 작성일 */
.thDate {
	text-align: center;
	
	}

/* 조회수 */
.thCount {
	display:none;
	}
	
/* 첨부파일 */
.thAttach {
	 text-align: center;
	}
/*RSS*/	
.btnRss {
	display:none;
	}
	/*등록버튼*/
.btnWrite{
	display:none;
}
	/*totalCount*/
.txt-total{
	display:none;
}


