#new_hd {
	width: 100%;
	height: 94px;
	position: fixed;
	border-top: 3px solid #0080cb;
	border-bottom: 1px solid #e2e2e2;
	font-size: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

#new_hd.active {
	height: 330px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#new_hd.active::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	top: 90px;
	left: 0;
	position: absolute;
}

#new_hd .hd_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_hd .hd_con {
	width: 100%;
	max-width: 1720px;
	height: 86px;
	margin: 0 auto;
}

#new_hd .menu_con {
	width: auto;
	height: 86px;
	float: left;
}

#new_hd .menu_con .hd_logo {
	width: 190px;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 120px;
}

#new_hd .menu_con .hd_logo > a {
	display: block;
	width: 182px;
	height: 65px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	margin-top: 9px;
}

#new_hd .menu_con .hd_nav {
	width: auto;
	height: 100%;
	float: left;
	display: inline-block;
}

#new_hd .menu_con .hd_nav .nav_box {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob {
	float: left;
	margin-right: 156px;
	display: inline-block;
	position: relative;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob:last-of-type {
	margin-right: 0;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob > a {
	display: block;
	font-family: 'S-CoreDream-5Medium';
	line-height: 88px;
	font-size: 1.188rem;
	letter-spacing: -1px;
	color: #000;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob:hover {
	border-bottom: 2px solid #0080cb;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob:hover > a {
	color: #0080cb;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav {
	display: none;
	position: absolute;
	top: 89px;
	z-index: 99;
	padding-top: 39px;
	left: 0;
	right: -50px;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav > li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav > li:last-of-type {
	margin-bottom: 0;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav > li > a {
	font-family: 'S-CoreDream-4Regular';
	font-size: 0.813rem;
	letter-spacing: -.5px;
	line-height: normal;
	color: #000;
}

#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav > li > a:hover {
	color: #0080cb;
	text-decoration: underline;
}

#new_hd .lang_con {
	width: auto;
	height: 86px;
	float: right;
	position: relative;
}

#new_hd .lang_con .lang_box {
	width: 65px;
	height: auto;
	position: relative;
	top: 28px;
}

#new_hd .lang_con .lang_box .lang_ob {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0;
}

#new_hd .lang_con .lang_box .lang_ob > a {
	font-family: 'S-CoreDream-3Light';
	font-size: 1rem;
	color: #000;
	letter-spacing: -.5px;
	display: block;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	padding-left: 3px;
}

#new_hd .lang_con .lang_box .lang_ob > a::after {
	content: '';
	width: 10px;
	height: 5px;
	background-image: url(../img/lang_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 3px;
	;
}

#new_hd .lang_con .lang_box .lang_ob > .sub_lang {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}

#new_hd .lang_con .lang_box .lang_ob > .sub_lang > li {
	width: 100%;
	height: auto;
	position: relative;
}

#new_hd .lang_con .lang_box .lang_ob > .sub_lang > li:last-of-type {
	border-bottom: 0;
}

#new_hd .lang_con .lang_box .lang_ob > .sub_lang > li > a {
	display: block;
	padding: 5px 0;
	font-family: 'S-CoreDream-3Light';
	font-size: 0.813rem;
	color: #fff;
	background-color: #009ee7;
	letter-spacing: -.5px;
	word-break: keep-all;
}

#new_hd .lang_con .lang_box .lang_ob > .sub_lang > li > a:hover {
	background-color: #0080cb;
}

#new_hd .bars_con {
	width: 100%;
	height: auto;
	position: relative;
	width: 40px;
	height: auto;
	float: right;
	display: none;
}

#new_hd .bars_con > a {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	top: 35px
}

#new_hd .bars_con > a > span {
	display: block;
	width: 75%;
	height: 3px;
	margin-bottom: 6px;
	background-color: #000;
	border-radius: 5rem;
	margin-left: auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#new_hd .bars_con > a > span.bars_03 {
	width: 60%;
}

#new_hd .bars_con > a:hover > span {
	width: 100%;
}

@media all and (max-width: 1476px) {
	#new_hd .hd_con {
		padding: 0 30px;
	}

	#new_hd .menu_con .hd_logo {
		margin-right: 30px;
	}

	#new_hd .menu_con .hd_nav .nav_box > .nav_ob {
		margin-right: 90px;
	}

	#new_hd .menu_con .hd_nav .nav_box > .nav_ob .sub_nav {
		right: -10px;
	}
}

@media all and (max-width: 1290px) {
	#new_hd .menu_con .hd_nav .nav_box > .nav_ob > a {
		font-size: 1.063rem;
	}
}

@media all and (max-width: 1231px) {
	#new_hd .menu_con .hd_nav .nav_box > .nav_ob {
		display: none;
	}

	#new_hd .lang_con {
		display: none;
	}

	#new_hd .bars_con {
		display: block;
	}
}

@media all and (max-width: 481px) {
	#new_hd .hd_con {
		padding: 0 15px;
	}
}

/*모바일메뉴*/
.m_con {
	width: 80%;
	height: auto;
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	border-top: 3px solid #0080cb;
	-webkit-box-shadow: -5px 0px 30px rgba(0, 0, 0, 0.2);
	box-shadow: -5px 0px 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.m_con.active {
	right: 0;
}

.m_con .m_box {
	width: 100%;
	height: 100%;
	padding: 26px 0;
	position: relative;
	overflow-y: auto;
}

.m_con .close_box {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30px;
	left: -45px;
	background-color: #0080cb;
}

.m_con .close_box > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.m_con .close_box > a > span {
	width: 3px;
	height: 30px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 8px;
}

.m_con .close_box > a > span.close_line_01 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 22px;
}

.m_con .close_box > a > span.close_line_02 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 22px;
}

.m_con .m_box .m_nav {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.m_con .m_box .m_nav .m_nav_box {
	width: 100%;
	height: auto;
	position: relative;
}

.m_con .m_box .m_nav .m_nav_box > li {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.m_con .m_box .m_nav .m_nav_box > li > a {
	display: block;
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.125rem;
	padding: 15px 20px;
	letter-spacing: -1px;
	line-height: 25px;
	word-break: keep-all;
}

.m_con .m_box .m_nav .m_nav_box > li.active > a {
	color: #0080cb;
}

.m_con .m_box .m_nav .m_nav_box > li .m_sub_box {
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 10px;
}

.m_con .m_box .m_nav .m_nav_box > li .m_sub_box > li {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5px 30px;
}

.m_con .m_box .m_nav .m_nav_box > li .m_sub_box > li > a {
	font-family: 'S-CoreDream-4Regular';
	font-size: 0.938rem;
	line-height: 1rem;
	letter-spacing: -.5px;
	color: #565656;
	word-break: keep-all;
}

.m_con .m_box .m_nav .m_nav_box > li .m_sub_box > li > a:hover {
	color: #0080cb;
	text-decoration: underline;
}

.m_lang_box {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.m_lang_box > li {
	width: auto;
	display: inline-block;
	margin-right: 15px;
}

.m_lang_box > li:last-of-type {
	margin-right: 0;
}

.m_lang_box > li > a {
	display: block;
	font-size: 1.125rem;
	padding: 5px 20px;
	background-color: #7a7a7a;
	color: #fff;
	font-weight: 300;
	letter-spacing: -.5px;
}

.m_lang_box > li > a:hover {
	background-color: #0080cb;
}

.m_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

@media all and (max-width: 481px) {
	.m_con .m_box .m_nav .m_nav_box > li > a {
		font-size: 1rem;
	}

	.m_con .m_box .m_nav .m_nav_box > li .m_sub_box > li > a {
		font-size: 0.875rem;
	}
	
	.m_lang_box > li > a {
		font-size: 0.938rem;
	}
}

@media all and (max-width: 376px) {
	.m_con .m_box .m_nav .m_nav_box > li .m_sub_box > li > a {
		font-size: 0.813rem;
	}
	
	.m_lang_box > li > a {
		font-size: 0.813rem;
	}
}

/*모바일메뉴 end*/
