.noticeBox { padding-bottom:5px; overflow:hidden; }

.noticeBox h2 {
	margin:0;
	font-size:1em;
	display:block;
	height:21px;
	padding:9px 0 0 9px;
	margin-bottom:5px;
	color:#FFF;
	font-family: "맑은 고딕";
}

.noticeBox .listTable { width:100%; table-layout:fixed; border:none;}

.noticeBox .titleBox {
	margin-top:8px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-style: none;
}
.noticeBox .titleBox .title { }
.noticeBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#fff; }
.noticeBox .titleBox .title a {
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	
}
.noticeBox .titleBox .title a:hover { font-weight:bold; font-size:1.1em; text-decoration:underline; }
.noticeBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.noticeBox .contentbox {
	line-height:150%;
	color: #CCC;
}
.noticeBox .contentbox img.thumbnail { padding:4px; border:1px solid #DEDEDE; margin:0 10px 10px 0;}
.noticeBox .contentbox img.thumbnail:hover { border:1px solid #54564b; }
