div#header{
    position:fixed;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #ccc;
	box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
	z-index: 1000;
    background-color: #fff;
}
div#header_top{
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #efefef;
}
div#header_top_navigator{
    width: 1250px;
    height: 29px;
    display: flex;
    margin: 0 auto;
    justify-content: right;
}
div#header_top_navigator div{
    padding: 0 20px 0 20px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    font-weight: 400;
    color: #6D6D6D;
}
div#header_top_navigator div:hover{
    color: #ccc;
    cursor: pointer;
}
div#header_frm{
    width: 1250px;
    height: 80px;
    display: flex;
    justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
}
div#navigator{
	width: 1250px;
	height: 80px;
    display: flex;
}
/* NAVIGATOR AREA STR */	
ul.main_navigator{
	width: 1250px;
	height: 80px;
    display: flex;
}
li.navigator_gnb{
    width: 260px;
    padding-top: 20px;
}
li.navigator_gnb img {
    width: auto;
    height: 40px;
}
li.navigator_gnb:hover{
	cursor: pointer;
	opacity: 0.6;
	}
li.navigator_menu{
	width: 1050px;
	height: 80px;
	}
ul.navigator{
    width: 100%;
    height: 80px;
    display: flex;
}    
/* hover menu SlideDown STR */	
ul.navigator li.menu{
	width: 200px;
	height:80px;
	line-height: 80px; 
	text-align: center;zoom: 1; 
	font-size: 17px; 
    font-weight: 700;
	z-index: 10000;
	color: #333;
	}
.text_shadow_1{
    text-shadow: 2px 1px 1px #eaeaea;
}
ul.navigator li.menu:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}
ul.main_menu {
	position: relative;
	width:200px;
	height:80px;
	z-index: 102;
	}
ul.main_menu:hover{
	cursor: pointer;
	color: #292962;
	}	
li.sub{
	position: absolute;
	width:200px;
	height: auto;
	z-index: 101;
	margin-top: -5px; 
	clear: both;
	}
ul.sub_menu {
	width:200px;
	height:40px;
	line-height:40px;
	background-color:#fff; 
	font-size:13px;
    font-weight: 400;
	margin-bottom: 2px; 
	color: #333; 
	border: 1px solid #333;
	}
ul.sub_menu:hover{
	cursor: pointer;
	color: #fff;
	background-color: #292962; 
	border: 1px solid #efefef;
	}		
/* hover menu SlideDown END */
div.header_bottom{
    width: 100%;
    height: 20px;
    background-color: #fff;
}
div.header_bottom div{
    width: 1250px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    padding-top: 3px;
}