@charset "utf-8";
/* CSS Document */


#logo {
	border:0px!important;
	clip:rect(1px, 1px, 1px, 1px) !important;
	height:1px!important;
	overflow: hidden!important;
	padding:0px!important;
	position:absolute !important;
	width:1px!important;
}

#overlay {
	display: none;
}

/* 1~1200 */
@media only screen and (min-width: 1px) and (max-width: 1100px) {	
	
#header_wrap {
	float: left;
	width: 100%;
	z-index: 10;
	position: fixed;
	top: 0px;
}

#header {
	float: left;
	width: 100%;
}

#header #logoBox {
	display: none;
}

/*toggleBox*/
#toggleBox {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#toggleBox {
	float: left;
	width: 100%;
	display: block;
	height: 50px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fff;
}

#toggleBox #toggleLogo {
	float: left;
	width: 150px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
}

#toggleBox #toggleLogo a {
	float: left;
	width: 150px;
	height: 50px;
}

#toggleBox #toggleIcon {
	display: block;
	float: left;
	width: 30px;
	padding-top: 12px;
	padding-left: 5px;
}

/*nav*/
#headerNavBox {
	background-color: #fff;
	transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
}

#headerNavBox {
	position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-moz-transition: translateX(-250px);
	-o-transition: translateX(-250px);
	z-index: 11;
}

#headerNavBox .headerNav {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#headerNavBox .headerNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headerNavBox .headerNav li a {
	display: block;
	color: #000;
	font-size: 0.98em;
	font-weight: 600;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
}

/*#headerNavBox .headerNav li a.active {
	color: #4093a5;
}*/
	
#headerNavBox .headerNav li:hover a {
	color: #4093a5;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}	

/* level 2 */	
#headerNavBox ul li ul {
	display: none;
	position: static;
	width: 100%;
	text-indent: 20px;
}

#headerNavBox ul li:hover > ul {
	display: none;
}

#headerNavBox ul li.open > a {
	background-color: rgba(0, 0, 0, 0.2);
	border-color: #fff;
}

#headerNavBox ul li.open > ul {
	display: block;
}

#overlay {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
	cursor: pointer;
}

html.open-menu {
	overflow: hidden;
}

html.open-menu div#overlay {
	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
    visibility: visible;
    opacity: 1;
    left: 250px;
}

html.open-menu nav#headerNavBox {
	z-index: 11;
    transform: translateX(0);
	-moz-transition: translateX(0);
	-webkit-transform: translateX(0px);
	-o-transition: translateX(0);
}
	
}





/* 1201~ */
@media only screen and (min-width: 1101px) {

#header_wrap {
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(168,168,168,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(168,168,168,1);
	box-shadow: 0px 5px 15px 0px rgba(168,168,168,1);
	background-color: #fff;
}
	
#header_wrap {
	height: 75px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 75px;
	width: 100%;
	max-width: 1240px!important;
}

#header #logoBox {
}

#header #logoBox a {
	float: left;
	height: 200px;
	width: 200px;
	min-height: 200px;
	min-width: 200px;
}

/*toggleBox*/
#toggleBox {
	display: none;
}

/*key board*/	
#headerNavBox .sub-menu {
	opacity: 0;
    pointer-events: none;
}	
	
#headerNavBox .parent:hover .sub-menu,
#headerNavBox .parent:focus .sub-menu,
#headerNavBox .parent.focus .sub-menu,
#headerNavBox .parent > a:hover .sub-menu,
#headerNavBox .parent > a:focus .sub-menu
#headerNavBox .parent.focus .sub-menu {
    opacity: 1;
	pointer-events: all;
}
	
/*nav*/
#headerNavBox {
}
	
#headerNavBox .headerNav {
	list-style-image: none;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}	
	
#headerNavBox .headerNav > li.parent {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}	
	
#headerNavBox .headerNav > li.parent > a {
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: 75px;
	line-height: 75px;
}	
	
#headerNavBox .headerNav li:hover a {
	color: #4093a5;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}	

#headerNavBox .headerNav li a.active {
	color: #4093a5;
}
	
}




