.wrapper{
	position:relative;
	width:680px;	
	padding:0px 0px 0px 10px;
}

.wctitle{
	position:relative;
	width:100%;
	margin:10px 0px 10px 0px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:17px;
	line-height:26px;
	color:#87a60b;
}

.wctitleDesc{
	position:relative;
	width:60%;
	height:auto;
	margin:8px 0px 20px 0px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:11px;
	line-height:16px;
	color:#999999;
}

.subwctitle{
	position:relative;
	width:100%;
	margin:20px 0px 0px 0px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:15px;
	line-height:1.5em;
	color:#87a60b;
}

.content{
	position:relative;
	width:100%;
	margin:10px 0px 10px 0px;
	padding:20px 0px 20px 0px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:12px;
	line-height:1.8em;
	color:#2b2b2b;
	border-bottom:#999999 1px dotted;
}

.topContent{
	position:relative;
	width:100%;
	margin:10px 0px 30px 0px;
	padding:0px 0px 15px 0px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	border-bottom:#999999 1px dotted;
}

.listTxt{
	font-size:12px;
	line-height:1.8em;
	color:#2b2b2b;	
}

.list0{
	list-style:none outside;
	padding-left:40px;
}

.list1{
	list-style:decimal outside;
	padding-left:40px;
	color:#87a60b;
}

.list2{
	list-style:disc outside;
	padding-left:40px;
	color:#87a60b;
}

.buttonWrapper{
	position:absolute;
	width:150px;
	padding:4px 0px 0px 0px;
	background:#cacbc2;
	z-index:2;
}

.buttonWrapperMask{
	background:url('img/button_mask.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	width:100%;
	height:15px;
	margin:7px 0px 0px 0px;
}

.button{
	background:#87a60b;
	padding:7px;
	margin:3px 5px 3px 5px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:11px;
	color:#eeeeee;
	cursor:pointer;
	z-index:3;
}

.buttonGray{
	background:#ffffff;
	padding:4px 2px 2px 7px;
	margin:3px 5px 3px 5px;
	font-family:"Dotum", "돋음", "AppleGothic";
	border-bottom:1px #b2b2b2 dotted;
	font-size:11px;
	color:#666666;
	cursor:pointer;
	z-index:3;
}


.writeNewWrapper{
	position:absolute;
	padding:0px 10px 0px 10%;
	bottom:0px;
	right:0px;
	border-bottom:1px #999999 dotted;
}

.writeNew{
	position:relative;
	float:left;
	background:#87a60b;
	margin:0px 0px 0px 10px;
	padding:0px 15px 0px 15px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:11px;
	color:#eeeeee;
	cursor:pointer;
}

.banner{
	position:relative;
	float:left;
	background:#d3d3d3;
	margin:0px 8px 0px 0px;
	padding:10px 50px 10px 10px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:14px;
	color:#666666;
	border:1px solid #b9b9b9;
	cursor:pointer;
}

.teamTitle{
	position:relative;
	padding:15px 10px 5px 10px;
	font-family:"Dotum", "돋음", "AppleGothic";
	font-size:19px;
	line-height:1.2em;
	color:#FFFFFF;
}
	
.year{
	width:13%;
	vertical-align:top;
	text-align:right;
	font-size:16px;
	line-height:1.2em;
	padding:0px 20px 0px 0px;
	color:#87a60b;
	font-style:italic;
}

.year2{
	vertical-align:top;
	text-align:left;
	font-size:13px;
	line-height:1.6em;
	padding:0px 0px 12px 0px;
	color:#333333;
}

.titleBg{
	position:relative;
	width:100%;
	height:160px;
	border-bottom:4px #cacbc2 solid;
	border-top:4px #cacbc2 solid
}