.header {
	position: fixed; background: rgba(255, 255, 255,0.7); transition:0.25s; top: 0px; width:100%;height:100px; z-index: 777; 
}
.header.fixed {
	top: -32px;
}
.header .logo {
	left: 0; top: 30px; display: inline-block; position: absolute; z-index: 0;
}
.header .logo a {
	width: 100%; font-size: 0px; display: inline-block;
}
.header .top {
	background: rgba(255,255,255,0); width: 100%; height: 32px; position: absolute;top:0;z-index:900;
}
.header .contentarea {
	margin: 0px auto; max-width: 1200px; position: relative;
}

#topmenu {position:absolute;left:250px;top:40px;}
#topmenu ul{list-style: none;padding:0;}
#topmenu ul li {
	text-align: center; color: rgb(37, 37, 37); font-size: 14px; font-weight: 600; float: left; position: relative;
}
.menu {
	padding-top: 10px; padding-left: 80px;
}

.menu li a {color: rgb(51, 51, 51); text-decoration: none; display: block;font-family:'Noto Sans KR', sans-serif; font-size:1.2em;}

.menu_top{margin:0 20px 30px;padding: 0px 20px 30px; }

@media (max-width:1200px){
.header .logo {left: 10px;}

.menu_top{margin:0 10px 30px;padding: 0px 10px 30px; }
}

.menu_top a{
	display: block;
}
.submenu {
	display:none;overflow: hidden;top:45px;left:-25px;position: absolute; z-index: 99999; box-shadow: 0px 5px 15px rgba(0,0,0,0.2);border-radius:7px;
}
.submenu li {
	height: 35px; line-height: 35px; border-bottom:1px solid rgb(221, 221, 221); display: block;
}
.submenu li a {
	width: 170px; height: 35px; text-align: left; color: rgb(101, 101, 101); line-height: 35px; padding-left: 13px; font-size: 13px; font-weight: 600; display: block; background-color: rgb(255, 255, 255);
}
.menu a:hover {
	color:#3f61ff;
}
.submenu li a:hover {
	color:#3f61ff;background:#fafafa;
}
.menu {
	-ms-zoom: 1;
}
.menu::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
.ir_menu {
	margin-left: -40px;
}
.long_menu li a {
	width: 190px;
}
/*
.header .menu .gnb .sub_menu1 .depth2 {
	width: 146px;
}
.header .menu .gnb .sub_menu2 .depth2 {
	width: 146px;
}
.header .menu .gnb .sub_menu3 .depth2 {
	width: 146px;
}
.header .menu .gnb .sub_menu4 .depth2 {
	width: 146px;
}*/
/*@media(max-width:1110px){
.header .logo {
	left: 20px;
}
.header .logo a {
	width: 100%; height: 100%; font-size: 0px; display: inline-block;
}
}

@media(max-width:1100px){
.header .menu .gnb {left: 248px;}
.header .menu .gnb > li{width:120px}

.header .menu .gnb .depth2 {width: 120px;}
}
@media(max-width:860px){
.header .logo {background-size:80%;left: 20px; top: 30px; 0;}
}*/