/* **************************************** *
 * HEADER
 * **************************************** */

#header {
	width: 100%;
	background: #fff;
	height: 60px;
	box-sizing: border-box;
	z-index: 500;
	position: fixed;
	top: 0px;
	left: 0;
	-webkit-transition: height 300ms, top 290ms, box-shadow 400ms;
	transition: height 300ms, top 290ms, box-shadow 400ms;
}
.header_wrap {
	margin: 0 auto;
	position: relative;
}
.header_wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 90px;
	right: 90px;
	bottom: 0;
	top: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.header_inner {
	width: 100%;/* height: 100%; */
	position: relative;
}
.logo_top {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	z-index: 590;
}
.logo_top img {
	-webkit-transition: all 100ms;
	transition: all 100ms;
}
/* MENU */

.menu_container {
	display: block;
	width: 100%;
	position: relative;
	line-height: 1;
	text-align: center;
	z-index: 550;
	text-align: right;
	padding-right: 200px;
	box-sizing: border-box;
}
.menu_container_bg {
	position: absolute;
	top: 47px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(00, 33, 66, .9);
	opacity: 0;
}
#menu {
	display: inline-block;
	vertical-align: top;
}
#menu:after {
	content: '';
	display: table;
	clear: both;
}
#menu a {
	display: block;
	line-height: 1.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* 1depth */

#menu > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#menu > li > a {
	font-size: 16px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu > li:hover > a, #menu > li.current-page-ancestor > a {
	color: #006699;
}
/* 2depth */

#menu > li > ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#menu > li:last-child ul {
	border-right: 0;
}
#menu > li > ul > li {
	display: block;
	width: 100%;
}
#menu > li > ul > li > a {
	padding: 6px 5px;
	text-align: center;
	font-family: 'Roboto';
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	opacity: 0.5;
}
#menu > li > ul > li:first-child > a {
	padding-top: 20px;
}
#menu > li > ul > li:last-child > a {
	padding-bottom: 20px;
}
#menu > li > ul > li:hover > a, #menu > li > ul > li.current-menu-item > a, #menu > li > ul > li.current-page-ancestor > a {
	opacity: 1;
}
/*
.minimize .menu_container {border-bottom:1px solid #ddd; box-shadow:1px 1px 10px rgba(0,0,0,0.1);}
*/


/* mobile */

#small_menu_btn, #small_menu_close, #small_menu_overlay, #small_menu_container {
	display: none;
}
/* minimize */
/*
.minimize#header {height: 75px;top: -50px; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); background:#fff; }
.minimize .header_wrap:before {left: 0;right: 0;}
.minimize #logo img {height:70px; padding-top:60px;}
.minimize .menu_container_bg {top:135px;}

.minimize #menu > li > ul  {top:85px;}
*/

/* .minimize #logo
{top: 24px;}

.minimize #menu > li > a {padding: 22.5px 32.5px;}

.minimize .menu_container_bg {top: 75px;}
 */








/* single active */

.single-notice #menu > li.menu-item-promote > a, .single-career #menu > li.menu-item-career > a, .single-inquiry #menu > li.menu-item-career > a {
	color: #1c9ad6;
}
.single-notice #menu > li > ul > li.menu-item-news > a, .single-career #menu > li > ul > li.menu-item-employment > a, .single-inquiry #menu > li > ul > li.menu-item-career-inquiry > a {
	color: #fff;
}
/**/

html:not([lang="ko"]) .search_container {
	display: none;
}
html:not([lang="ko"]) .lang_container {
	right: 50px;
}
/* scroll hide menu error debugging */

body.search_open #header, body.open_menu #header {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}




/* **************************************** *
 * 1550px
 * **************************************** */

@media (min-width: 1024px) and (max-width: 1300px) {
#menu > li > a {
	padding: 5px 24px !important;
}
.logo_top {
	padding-left: 20px !important;
}
.menu_container {
	padding-right: 160px;
}
.hnb {
	right: 20px !important;
}
}
 @media (min-width: 1024px) and (max-width: 1500px) {
.menu_container {
	padding-left: 130px !important;
}
}
 @media (min-width: 1024px) {
#header {
	padding: 10px 0px;
	border-bottom: 1px #ccc solid;
 letter-spacing:0px 
}
.open_menu .header_wrap {
	height: 172px;
}
.menu_container {
	z-index: 2;
}
.menu_container >#menu {
	box-sizing: border-box;
}
.menu_container >#menu li {
	float: left;
	box-sizing: border-box;
}
#menu > li > a {
	padding: 5px 46px;
}
.small_menu_btn {
	display: none;
}
.hnb {
	float: right;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 40px;
	z-index: 99;
}
.hnb li {
	float: left;
	padding: 0px 5px;
	overflow: hidden;
}
.logo_top {
	padding-left: 40px;
}
}







/* **************************************** *
 * 1023px
 * **************************************** */

@media (max-width: 1023px) {
/* MENU OPEN */
body.open_menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* HEADER */
#header {
	height: 55px;
	top: 0;
	border-bottom:#ccc 1px solid
}
.header_wrap {
	padding-left: 0;
	padding-right: 0;
}
.header_wrap:before {
	display: none;
}
.header_inner {
	background: transparent;
}
.logo_top {
	padding-top: 8px;
}
.logo_top img {
	height: 13px;
	padding-left: 20px;
}
.menu_container, .menu_container_bg {
	display: none;
}
.search_container {
	position: fixed;
	top: 18px;
	right: 161px;
	z-index: 652;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
}
.search_btn {
	width: 14px;
	height: 14px;
}
.search_btn:after {
	font-size: 14px;
}
.search_btn:hover:after {
	color: #000;
}
#small_menu_btn {
	display: block;
	top: 16px;
	right: 20px;
	position: absolute;
	z-index: 550;
	cursor: pointer;
	-webkit-transition: top 300ms;
	transition: top 300ms;
}
#small_menu_btn img {
	height: 20px;
}
.hnb {
	display: none;
}
.hnb_mobile {
	overflow: Hidden;
	background: #d3e0f7;
	text-align: right;
}
.hnb_mobile li {
	display: inline-block;
	padding: 8px 3px;
	overflow: hidden;
}
.small_menu_container {
	display: none;
	height: 100%;
	margin: 0;
	padding: 0px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: inherit;
	z-index: 650;
	background: #fff;
}
.small_menu_container_inner {
	width: 100%;
	height: 100%;
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.small_menu_nav {
	width: 100%;
	height: 100%;
	position: relative;
}
#small_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -1px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
#small_menu > li {
	display: block;
	width: 100%;
}
#small_menu > li > a {
	display: block;
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	letter-spacing: 1px;
	position: relative;
	font-size: 15px;
	line-height: 1.38;
	font-weight: 600;
	color: #222;
	border-bottom: 1px solid #eee;
}
#small_menu > li > a:after {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #444;
}
#small_menu > li.current-page-ancestor > a {
	color: #1c9ad6;
}
#small_menu > li > a > span {
	display: block;
	width: 125px;
	padding-right: 28px;
	position: relative;
}
#small_menu > li.open > a {
	color: #293fb0;
}
#small_menu > li.open > a > span:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	opacity: 0.7;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -3.5px;
	background: #293fb0;
	border-radius: 50%;
}
.single-notice #small_menu > li.menu-item-promote > a,  .single-career #small_menu > li.menu-item-career > a,  .single-inquiry #small_menu > li.menu-item-career > a {
	color: #1c9ad6;
}
.small_depth_menu_nav {
	width: 165px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -165px;
	background: #f6f6f6;
}
#small_depth_menu {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#small_depth_menu > li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	-ms-overflow-style: none;
}
#small_depth_menu .sub-menu {
	display: block;
	width: 100%;
	padding: 0 20px;
}
#small_depth_menu .sub-menu > li {
	display: block;
	width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
}
#small_depth_menu .sub-menu > li > a {
	display: block;
	padding: 16px 0px;
	font-size: 13px;
	width: 90%;
	line-height: 1.38;
	font-weight: 400;
	color: #333;
	letter-spacing: 1px;
}
#small_depth_menu .sub-menu > li.current-menu-item > a, #small_depth_menu .sub-menu > li.current-page-ancestor > a {
	color: #1c9ad6;
}
.single-notice #small_depth_menu .sub-menu > li.menu-item-news > a, .single-career #small_depth_menu .sub-menu > li.menu-item-employment > a, .single-inquiry #small_depth_menu .sub-menu > li.menu-item-career-inquiry > a {
	color: #1c9ad6;
}
#small_menu_close {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10.5px;
	right: -30px;
	z-index: 650;
	cursor: pointer;
}
#small_menu_close span {
	display: block;
	height: 100%;
	position: relative;
	font-size: 0;
}
#small_menu_close span:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
#small_menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	background: rgba(0, 0, 0, .8);
	z-index: 600;
}
/*
    .minimize#header {height: 130px;background: rgba(255, 255, 255, .9);}
*/
   /*
.minimize #small_menu_btn {top:90px;}
*/

}

/* **************************************** *
 * 500px
 * **************************************** */


@media (min-width: 361px) and (max-width: 1023px) {
.small_menu_container {
	width: 320px;
	right: -320px;
}
}


/* **************************************** *
 * 500px
 * **************************************** */
@media (max-width:360px) {
.small_menu_container {
	width: 250px;
	right: -250px;
	background: red !important;
}
#small_menu > li > a {
	padding: 15px 9px;
	font-size: 14px;
}
.small_depth_menu_nav {
	width: 115px;
	right: -115px;
}
#small_depth_menu .sub-menu > li > a {
	font-size: 12px;
}
#small_menu > li.open > a > span:after {
	right: 40px;
}
}
