/* °øÅë ·¹ÀÌ¾Æ¿ô */
#header_wrap{width:100%; box-sizing:border-box;}

/* Header */
.header {width:980px; margin:0 auto;position:absolute;top:95px;}
.header li {position:relative;display:inline; float:left;}
.header .gnb_menu {width:980px; float:left;margin-left:1px}
.header .gnb_menu li {width:190px;text-align:center;vertical-align:middle;display:inline; float:left;}
.header .gnb_menu li:hover {}

.header .gnb_menu li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:center;	
	vertical-align: middle;
	font-weight:bold;
	font-size:13.5pt;
	line-height: 35px;
	width:190px;
	box-sizing: border-box;

}
.header .gnb_menu li a:hover {
	color:#ba6944;
	border-radius: 3px;
	border: 3px solid #ba6944;
	box-sizing: border-box;
}

.menuLast a, .menuLast a:hover {width:214px !important; text-align: center}

/* Header -Submenu */
.sub_menu_group {position:absolute;top:50px;left:0px;width:100%; z-index:999;}
.sub_menu_group .sub_menu {width:980px; overflow:hidden;margin:0 auto;background:#626262; opacity:0.9;}
.sub_menu_group .sub_menu ul {list-style:none; padding:0; margin:0;}
.sub_menu_group .sub_menu li {padding:15px 0 5px 10px; }

.sub_menu_group .sub_menu li a {
	text-decoration:none;
	color:#fff;
	padding:4px 0;
	display:block;
	font-size:13pt;
	letter-spacing:-0.3pt;
	font-weight:none;
	width:190px;
}

.sub_menu_group .sub_menu li a:hover {
	color:#f09166;
}

.sub_menu_group .smenu01 {width:190px; height:305px; float:left; border-left:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding-top:0px;}
.sub_menu_group .smenu02 {width:190px; height:305px; float:left; border-left:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding-top:0px;}
.sub_menu_group .smenu03 {width:190px; height:305px; float:left; border-left:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding-top:0px;}
.sub_menu_group .smenu04 {width:190px; height:305px; float:left; border-left:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding-top:0px;}
.sub_menu_group .smenu05 {width:214px; height:305px; float:left; border-left:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding-top:0px;}

/*
.sub_menu_group .smenu01:hover {background:#1b4693;}
.sub_menu_group .smenu02:hover {background:#1b4693;}
.sub_menu_group .smenu03:hover {background:#1b4693;}
.sub_menu_group .smenu04:hover {background:#1b4693;}
.sub_menu_group .smenu05:hover {background:#1b4693;}
*/
.hide{display:none}
