@charset "euc-kr";
@import url(default.css);
@import url(board.css);
@import url(layout.css);
/* Contents definition */
/*   --------------- °ψΕλ --------------- */
.main {
	background:url(/imgs/main/main_bg.jpg) left top repeat-x #fff;
}
.main #header {
	height:415px;
	background:url(/imgs/main/main_visual_bg.jpg) left top no-repeat #fff;
	margin-bottom:40px;
}
#m_contents {
	margin-left:20px;
	width:920px;
	position:relative;
	height:170px;
}
#m_contents h3 {
	height:20px;
}
#m_contents .more {
	position:absolute;
	top:0;
	right:0;
}
#m_contents .products {
	position:relative;
	width:410px;
	height:150px;
}
#m_contents .products ul {
	clear:both;
	width:410px;
}
#m_contents .products ul li {
	float:left;
	margin-right:2px;
	list-style:none;
}
#m_contents .online_as {
	position:absolute;
	top:0;
	left:435px;
	width:210px;
	height:150px;
}
#m_contents .notice {
	position:absolute;
	top:0;
	left:680px;
	width:241px;
	height:150px;
}
#m_contents .notice .tab {
	width:241px;
	height:28px;
	background:url(/imgs/main/notice_bg.gif) left 100% no-repeat #fff;
	margin-bottom:10px;
}
#m_contents .notice ul {
	width:228px;
	margin-left:15px;
}
#m_contents .notice li {
	list-style:none;
	padding:2px 0 3px 0;
}
#m_contents .notice li span {
	margin-right:10px;
	color:#8e8e8e;
	font-size:0.9em;
}


