#new_hd {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#new_hd.active {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#new_hd .hd_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_hd .hd_con {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}

/*언어선택*/
.lang_con {
	width: 100%;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

#new_hd.active .lang_con {
	display: none;
}

.lang_con .lang_size {
	width: 100%;
	max-width: 1280px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.lang_con .lang_size .lang_box {
	width: 135px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: right;
}

.lang_con .lang_size .lang_box > select {
	width: 100%;
	height: 39px;
	border: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: url('../img/global_icon.png') no-repeat 50% 52%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 15px;
	color: #767676;
}

.lang_con .lang_size .lang_box > select::-ms-expand {
	display: none;
}

@media all and (max-width: 1281px) {
	.lang_con {
		padding: 0 30px;
	}
}

@media all and (max-width: 1025px) {
	.lang_con {
		display: none;
	}
}

/*언어선택 end*/

/*메뉴*/
.menu_con {
	width: 100%;
	height: 100px;
	position: relative;
	-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;
}

.menu_con.menu_active {
	height: 277px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.menu_con.menu_active::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
}

.menu_con .menu_size {
	width: 100%;
	max-width: 1280px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	display: table;
}

.menu_con .menu_size > .hd_logo {
	width: 301px;
	height: 100px;
	position: relative;
	float: left;
	padding: 15px 0;
}

.menu_con .menu_size > .hd_logo > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.menu_con .menu_size .hd_nav {
	width: auto;
	height: auto;
	float: right;
	position: relative;
}

.menu_con .menu_size .hd_nav .nav_box {
	width: 100%;
	height: auto;
	position: relative;
	display: table;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob {
	width: auto;
	float: left;
	position: relative;
	margin-left: 30px;
	text-align: left;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob:nth-of-type(1) {
	margin-left: 0;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob > a {
	display: block;
	font-family: 'S-CoreDream-5Medium';
	font-size: 0.938rem;
	letter-spacing: -.5px;
	line-height: 70px;
	padding: 15px 0;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob:hover > a {
	color: #0076c0;
	border-bottom: 3px solid #0076c0;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob .sub_nav_box {
	display: none;
	position: absolute;
	left: 0;
	right: -28px;
	top: 100px;
	padding: 25px 0;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob .sub_nav_box > li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob .sub_nav_box > li:last-of-type {
	margin-bottom: 0;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob .sub_nav_box > li > a {
	display: block;
	font-size: 0.813rem;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 0.9rem;
}

.menu_con .menu_size .hd_nav .nav_box > .nav_ob .sub_nav_box > li > a:hover {
	color: #0076c0;
	text-decoration: underline;
}

@media all and (max-width: 1281px) {
	.menu_con .menu_size {
		padding: 0 30px;
	}
	
	.menu_con .menu_size .hd_nav .nav_box > .nav_ob {
		margin-left: 30px;
	}
	
	.menu_con .menu_size .hd_nav .nav_box > .nav_ob:nth-of-type(1) {
		margin-left: 0;
	}
}

@media all and (max-width: 1025px) {
	.menu_con .menu_size .hd_nav {
		display: none;
	}
}

@media all and (max-width: 481px) {
	.menu_con {
		height: 70px;
	}
	
	.menu_con .menu_size {
		padding: 0 15px;
	}
	
	.menu_con .menu_size > .hd_logo {
		width: 240px;
		height: 70px;
		padding: 10px 0;
	}
}

@media all and (max-width: 376px) {	
	.menu_con .menu_size > .hd_logo {
		width: 160px;
	}
}

/*메뉴 end*/

/*모바일바*/
.m_bars {
	float: right;
	width: 40px;
	height: auto;
	position: relative;
	top: 35px;
	display: none;
}

.m_bars > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.m_bars > a > .bars {
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 6px;
	background-color: #000;
	margin-left: auto;
}

.m_bars > a > .bars.bars_03 {
	width: 50%;
}

@media all and (max-width: 1025px) {
	.m_bars {
		display: block;
	}
}

@media all and (max-width: 481px) {
	.m_bars {
		top: 20px
	}
}

/*모바일바 end*/

/*모바일메뉴*/
.m_nav_wrap {
	width: 80%;
	position: fixed;
	z-index: 99;
	top: 0;
	right: -100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	-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;
}

.m_nav_wrap.m_nav_active {
	right: 0;
}

.m_nav_wrap .close_btn {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.m_nav_wrap .close_btn > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #55a4f2;
}

.m_nav_wrap .close_btn > a > span {
	width: 3px;
	height: 30px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 10px;
}

.m_nav_wrap .close_btn > 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_nav_wrap .close_btn > 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_nav_wrap .m_nav_con {
	width: 100%;
	height: auto;
	position: relative;
}

.m_nav_wrap .m_nav_con .m_nav_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-top: 2px solid #55a4f2;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob > a {
	display: block;
	padding: 20px 15px;
	font-size: 1rem;
	letter-spacing: -.5px;
	line-height: 1rem;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob > a.m_nav_on {
	background-color: #55a4f2;
	color: #fff;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob .m_sub_nav {
	width: 100%;
	height: auto;
	position: relative;
	border-top: 1px solid #e4e4e4;
	display: none;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob .m_sub_nav > li {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #cacaca;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob .m_sub_nav > li:last-of-type {
	border-bottom: 0;
}

.m_nav_wrap .m_nav_con .m_nav_box > .m_nav_ob .m_sub_nav > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	background-color: #bae2ff;
	font-size: 0.938rem;
	line-height: 1rem;
	letter-spacing: -.5px;
}

.m_bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
}
/*모바일메뉴 end*/

/*레이어팝업*/
.popup_con {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.popup_box {
	/* width: 450px; */
	height: auto;
	display: table;
	position: absolute;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.popup_box .popup_img {
	width: 100%;
	height: auto;
	padding: 10px 10px 5px 10px;
	position: relative;
}

.popup_box .popup_img > a {
	display: block;
	width: 100%;
	height: 100%;
}

.popup_box .popup_img > a > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.popup_box .popup_cont {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

.popup_box .popup_cont > .popup_check {
	display: block;
	float: left;
	width: auto;
}

.popup_box .popup_cont > .popup_check > input {
	width: 17px;
	height: 17px;
	border: 1px solid #ddd;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-right: 4px;
}

.popup_box .popup_cont > .popup_check > label {
	line-height: 30px;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}

.popup_box .popup_cont > .popup_btn {
	width: 80px;
	height: 30px;
	text-align: center;
	float: right;
}

.popup_box .popup_cont > .popup_btn > a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #55a4f2;
	color: #fff;
	font-size: 1rem;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -1px;
}

.popup_box .popup_cont > .popup_btn > a:hover {
	background-color: #2f6ca9;
}

@media all and (max-width: 801px) {
	.popup_box {
		top: 150px !important;
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		-moz-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		-o-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}
}

@media all and (max-width: 481px) {
	.popup_box {
		width: 370px;
	}
	.popup_box .popup_cont > .popup_check > input {
		top: -1px;
	}

	.popup_box .popup_cont > .popup_check > label {
		font-size: 0.938rem;
	}

	.popup_box .popup_cont > .popup_btn > a {
		font-size: 0.938rem;
	}
}

@media all and (max-width: 376px) {
	.popup_box {
		width: 310px;
	}

	.popup_box .popup_cont > .popup_check > label {
		font-size: 0.813rem;
	}

	.popup_box .popup_cont > .popup_btn > a {
		font-size: 0.813rem;
	}
}

@media all and (max-width: 321px) {
	.popup_box {
		width: 300px;
	}
}

/*레이어팝업 end*/
