@CHARSET "EUC-KR";

#CommonBoard{
	width:98%;
	margin-left:6px;
}

#CommonBoard .list{
	float:left;
	width:100%;
}

#CommonBoard .list .isNotice{
	background-color:#F0F0F0;
	font-weight:bolder;
}


#CommonBoard .list .left{
	text-align: left;
}

#CommonBoard .highlight{
	background-color:yellow;
	color:red;
	font-weight:bolder;
}


#CommonBoard .subject-icon{
	margin-right:4px;
}

#CommonBoard .comment-icon{
	margin:0px 4px 0px 4px;
}

#CommonBoard .comment{
	color:#FF8501;
	font-weight:bolder;
}


#CommonBoard .view{
	clear:both;
	float:left;
	width:100%;
}

#CommonBoard .article-board-view{ margin:0px auto; width:100%; margin-bottom:10px; }
#CommonBoard .view .subject{ height:60px; padding:0px 0px 0px 4px;	font-size:14px; }
#CommonBoard .article-board-viewTop1 {background-color:#8B6E64;color:#8B6E64;clear:both;float:none;width:100%;height:5px;margin:0px 0px 0px 0px;border:0px solid #1a1a1a;}
#CommonBoard .article-board-viewTop2 {background-color:#9A847B;color:#9A847B;clear:both;float:none;width:100%;height:2px;margin:0px 0px 0px 0px;border:0px solid #695A31;}
#CommonBoard .article-board-view th{ border:1px solid #BDA59C; border-top:none;  background-color:#EBD8D3; height:50px;	text-align: center; }
#CommonBoard .article-board-view td{ border:1px solid #D0C3BE; border-top:none;  background-color:#F8F8F8; padding:30px 10px 30px 10px;}


#CommonBoard .view .writer{
	padding-left:10px;
}

#CommonBoard .view .inputTime{
	text-align:right;
	font-weight:normal;
	padding-right:10px;
}

#CommonBoard .view .arrow-icon{
	margin:8px;
}

#CommonBoard .view .writer, #CommonBoard .view .inputTime{
	height:30px;
	color:#666666;
}

#CommonBoard .view .content{
	line-height:150%;
}

#CommonBoard .view .link{
	padding-left:14px;
	color:#066bb1;
}

#CommonBoard .view .thumbnail{
	border:5px solid #eee;
	background-color:#ffffff;
	margin:8px;
}

#CommonBoard .hit{
	font-weight: normal;
}

#CommonBoard .tool{
	width:100%;	
	clear:both;	
	margin:10px 0px 10px 0px;
}


#CommonBoard .write{
	border:1px solid #e1e1e1;
	padding:8px;
}

#CommonBoard .write div{
	margin:6px 0px 6px 0px;
}

#CommonBoard .write div label{
	margin-right:4px;
	text-align:right;
}

#CommonBoard .write .writer,
#CommonBoard .write .pass{
	display:inline;
}

#CommonBoard .write .redirect{
	margin-left:24px;
}

#CommonBoard .writer-name{
	color:#066bb1;
}

#CommonBoard .write .content{
	height:200px;
}

#CommonBoard .write .content textarea{
	width:100%;
	height:190px;
}

#CommonBoard .comment-list{
	clear:both;
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	margin:4px 0px 4px 0px;
	padding:0px 0px 8px 0px;
}

#CommonBoard .comment-article{
	float:left;
	margin:8px 8px 0px 8px;
}

#CommonBoard .comment-article .comment-info{
	float:left;
}

#CommonBoard .comment-article .comment-info .label{
	margin:0px 8px 0px 0px;
	cursor:pointer;
}

#CommonBoard .comment-article .comment-writer{
	color:#066bb1;
	float:left;
	height:22px;
	line-height:20px;
}

#CommonBoard .comment-article .comment-time{
	float:right;
	height:22px;
	color:#666666;
	line-height:20px;
}

#CommonBoard .comment-article .comment-content{
	padding:8px 8px 8px 23px;
}

#CommonBoard .comment-count{
	height:20px;
	padding:8px 0px 0px 8px;
	background-color:#f5f5f5;
	margin:4px 0px 4px 0px;
}

#CommonBoard .comment-count span{
	color:#066bb1;
}

#CommonBoard .comment-write{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	margin:4px 0px 4px 0px;
}
#CommonBoard .comment-write div{
	float:left;
	width:100%;
}

#CommonBoard .comment-write label{
	margin:8px;
	float:left;
}

#CommonBoard .comment-write textarea{
	display:block;
	width:98%;
	margin:8px;
}

#CommonBoard .comment-write .submit{
	float: left;
	width:100%;
	text-align:center;
}
#CommonBoard .pass-wrapper{
	text-align:center;
}

#CommonBoard .pass-check{
	width:300px;
	text-align:left;
}

#CommonBoard .pass-check .title{
	font-size:16px;
	font-weight:bolder;
	margin:10px;

}

#CommonBoard .pass-check div{
	margin:10px;
}

#CommonBoard .pass-check .pass{
	display:inline;
	float:left;
	margin:4px;
}

#CommonBoard .pass-check .confirm{
	display:inline;
	float:left;
	margin:0px 4px 0px 4px;
}

#CommonBoard .pass-check .cancel{
	display:inline;
	float:left;
	margin:0px 4px 0px 4px;
}

#CommonBoard .confirm-wrapper{
	text-align:center;
}

#CommonBoard .confirm-check{
	width:400px;
	text-align:left;
}

#CommonBoard .confirm-check .title{
	font-size:16px;
	font-weight:bolder;
	margin:10px;
	color:#BF0000;
}

#CommonBoard .confirm-check .tools{
	float:left;
	width:100%;
	text-align:center;
}

#CommonBoard .confirm-check .confirm{
	display:inline;
	float:left;
	margin:0px 4px 0px 124px;
}

#CommonBoard .confirm-check .cancel{
	display:inline;
	float:left;
	margin:0px 4px 0px 4px;
}

#CommonBoard .search1{
	text-align:center;
	height:55px;
	border:1px solid #B7B7B7;
	padding-top:15px;
	margin-bottom:10px;
}


#CommonBoard .search1 .board-text{
	height:20px;
	width:230px;	

}

#CommonBoard .search1 .btn{ }

#CommonBoard .search1 .submit{
	vertical-align:middle;
	margin:5px 4px 0px 4px;
}

#CommonBoard .search1 .cancel{
	vertical-align:middle;
	margin:5px 0px 0px 0px;
}

#CommonBoard .btnAddFile{
	margin:4px 0px 4px 0px;
}

#CommonBoard #addFileTemplate{
	display:none;
}

#CommonBoard .newFileDel{
	margin:0px 0px 0px 4px;
}

#CommonBoard .category{
	display:block;
}

/*  2012-05-30 추가작업 CSW */
#CommonBoard .article-boardTop1 {background-color:#1a1a1a;color:#1a1a1a;clear:both;float:none;width:100%;height:5px;margin:0px 0px 0px 0px;border:0px solid #1a1a1a;}
#CommonBoard .article-boardTop2 {background-color:#695A31;color:#695A31;clear:both;float:none;width:100%;height:2px;margin:0px 0px 0px 0px;border:0px solid #695A31;}
#CommonBoard .article-board{ margin:0px auto; width:100%; margin-bottom:10px; }
#CommonBoard .article-board th{ border:1px solid #1a1a1a; border-top:none;  background-color:#f0f0f0; height:50px;	text-align: center; }
#CommonBoard .article-board td{ text-align: center; 	padding:4px; 	border:1px solid #695A31; height:24px; }
#CommonBoard .article-board td a{ text-decoration:none; }
#CommonBoard .left{ text-align: left; }


#CommonBoard .view .article-board-view { margin:0px auto; width:100%; margin-bottom:20px; }















