﻿
/* 메인메뉴 */
.mnmenu{
	width:720px;
	margin-top:40px;
	height:60px;
	float:left;
	border-bottom:5px solid green;

}
.mnmenu li{
	width:144px;
	height:60px;
	float:left;
	list-style-type:none;
	text-align:center;
}
.mnmenu a{
	font-size:16px;
	display:block;
	line-height:60px;
	color:black;
	text-decoration:none;
	font-family:"맑은 고딕";
}
/* 서브메뉴 */
#submenuwrap{
	width:100%;
	height:240px;
	position:absolute;
	display:none;
	z-index:20;
	top:125px;
	background-color:white;
	border-bottom:2px solid #ededed;
}
#submenu{
	width:1000px;
	height:240px;
	margin:0 auto;
}
#subie{
	width:280px;
	height:240px;
	float:left;
}
#subwrap{
	width:720px;
	height:240px;
	float:left;
}
#subwrap ul{
	width:144px;
	height:240px;
	float:left;
}
#subwrap li{
	width:144px;
	height:30px;
	list-style-type:none;
	text-align:center;
}
#subwrap a{
	color:gray;
	font-size:12px;
	display:block;
	line-height:30px;
	text-decoration:none;
	font-family:"맑은 고딕";
}
#subwrap a:hover{
	color:red;
}