@charset "utf-8";

#wrap {
	position: relative;
	width: 100%;
	height: 960px;
	background: url(../../images/main/m_bg.jpg) top repeat-x;
}


#contents {
	position: relative;
	width: 985px;
}

#visual {
	position: relative;
	width: 985px;
	height: 490px;
	margin-bottom: 37px;
}

#box {
	position: relative;
	width: 979px;
	height: 179px;
	background: url(../../images/main/box.png) center no-repeat;
	margin-left: 5px;
	margin-bottom: 50px;
}

#box dl {
	position: relative;
	float: left;
	padding: 28px 10px 28px 0px;
	margin-left: 12px;
}

#box dl dt {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

dl#links_list {
	width: 269px;
	padding-left: 12px;
}

dl#links_list dd {
	background: url(../../images/common/point05.jpg) left 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 10px;
}

dl#links_list dd span {
	display: inline-block;
	width: 100px;
	color: #555555;
	font-size: 14px;
	font-weight: 600;
}

dl#links_list dd a {
	color: #777;
}

dl#links_list dd a:hover {
	color: #777;
	text-decoration: underline;
}

dl#news_list {
	width: 284px;
}

#box dl#news_list p.more_btn {
	position: absolute;
	top: 30px;
	right: 50px;
}

dl#news_list dd {
	background: url(../../images/main/point03.jpg) left no-repeat;
	padding-left: 12px;
}

dl#news_list dd span {
	padding-left: 20px;
}

dl#photo_list {
	width: 327px;
}

dl#photo_list dd {
	float: left;
	
}

dl#photo_list p.more_btn {
	position: absolute;
	top: 30px;
	right: 18px;
}

dl#photo_list dd img {
	border: 2px solid #cccccc;
}



/***********************      클리어         ************************************/

#contents {
	*zoom: 1;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
}