@charset "utf-8";
/* ----------------------- visual 영역(내용)  ------------------------- */
#visual {
	padding: 5px;
	background: #eee;
}
#visualInner {
	position: relative;
}
/* ----------------------- 컨텐츠 영역(내용)  ------------------------- */
#contents {
	padding: 5px;
	background: #eee;	
}
#contentsInner {
	position:relative;
}
/*#contentsInner .notice {
	position: relative;
}
#contentsInner .notice h2.noticeTitle, #contentsInner .project h2.projectTitle, #contentsInner .portfolio h2.portfolioTitle {
	line-height: 26px;
	height: 26px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #fff;
	font-weight: bold;
	background: url(../images/user_img/c_notice_title_bg.jpg) repeat-x 0 0;
}
#contentsInner .notice h2.noticeTitle span.title, #contentsInner .project h2.projectTitle span.title, #contentsInner .portfolio h2.portfolioTitle span.title {
	display: block;
	width: 133px;
	height: 26px;
	padding: 0 10px;
	background: url(../images/user_img/c_notice_title.jpg) no-repeat 0 0;
}
#contentsInner .notice ul {
	margin: 10px;
}
#contentsInner .notice li, #contentsInner .project li {
	line-height: 2;
	border-bottom: 1px dotted #ccc;
}
#contentsInner .notice li:nth-child(3), #contentsInner .project li:nth-child(3){
	border: none;
}
#contentsInner p.moreBut {
	position: absolute;
	top: 10px;
	right: 10px;
}*/
#contentsInner .quickMenuWrap{
	margin-bottom: 10px;
}
#contentsInner .quickMenuWrap ul.quickMenuList{
}
#contentsInner .quickMenuWrap ul.quickMenuList li {
	float: left;
}
#contentsInner .quickMenuWrap ul.quickMenuList li a{
	display: block;
	width: 100%;
	height: 100%;
}
#contentsInner .quickMenuWrap ul.quickMenuList li a span{
	display: block;
	color: #fff;
	line-height: 7;
	background: #669900;
	text-align: center;
	border-radius: 5px;
}
#contentsInner .quickMenuWrap ul.quickMenuList li:nth-child(even) a span{
	background: #8DAC2F;
}