/* style css */
body, html {
	overflow-x:hidden;
	font-size:62.5%;
	min-width:320px;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #014099;
   color: #fff
}

::-moz-selection {
   background: #014099;
   color: #fff
}


::-webkit-selection {
    background: #014099;
   color: #fff
}


body {
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	color:#333;
	letter-spacing:-.5px;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

input, textarea {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	width: 100%;
	z-index: 999990;
	border-bottom:1px solid #bad1e5;
	height: 100px;
	transition-duration:300ms;
	background: #fff;
}

.header.w {
	background-color:#fff;
	border-bottom: 1px solid #e5e5e5;
}

.header .row {
	position:relative;
	display:flex;
	height: 100%;
	justify-content: flex-end;
	align-items:center;
	padding: 0;
	padding-right: 130px;
}

.header .logo {
	display:block;
	width: 222px;
	height: 46px;
	background:url('../img/logo_new_2024.png?new') center /contain no-repeat;
}

.header.w .logo {
	background-image:url('../img/logo_new_2024.png?new');
}

.header .right__box {
	display:flex;
	align-items:center;
}

.header .nav__wrap {
	height: 100%;
} 

.header .nav {
	display:flex;
	height: 100%;
}

.header .nav li {
	margin-left: 35px;
}

.header .nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color:#292929;
	transition-duration: 300ms;
	font-size:1.6rem;
	font-family: 'Noto Sans CJK KR';
	font-weight: 500;
	border-bottom: 3px solid transparent;
	height: 100%;
	letter-spacing: -0.1rem;
}

.header .nav li a:hover {
	color:#004390;
	border-bottom: 3px solid #004390;
}

.header .search_btn {
	margin-left: 100px;
	width: 56px;
	height: 56px;
	/*background:url('../img/search_icon_2024.png?new') center /contain no-repeat;*/
	background:url('../img/search_icon_over_2024.png?new') center /contain no-repeat;
}

.header.w .search_btn.active {
	background:url('../img/search_icon_close.png?new') center /contain no-repeat;
}

.header.w .search_btn {
	background:url('../img/search_icon_over_2024.png?new') center /contain no-repeat;
}

.header .menu__btn {
	width: 100px;
	height: 100px;
	position: relative;
	padding-left: 50px;
}
.header .menu__btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: rgba(0, 10, 40, 0.4);
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.header .menu__btn .flex_zone {
	display:	flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-end;
	width: 25px;
	margin: auto;
}

.header .menu__btn .line {
	text-align: right;
	display: block;
	margin: 3px 0;
	width: 22px;
	height: 2px;
	background-color:#001740;
	box-shadow: rgba(0, 23, 64, 0.3) 0px 1px 1px, rgba(0, 23, 64, 0.3) 0px 1px 1px;
}


.search_area {
	display:none;
	position:fixed;
	background-color:#fff;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 80px 20px;
	z-index: 9999997;
}

.search_area .inner,
.search_area .inner form {
	position: relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 750px;
	margin: auto;
}

.search_area .inner input,
.search_area .inner select {
	height: 55px;
	padding: 10px 15px;
	font-size: 1.7rem;
	font-family: 'Noto Sans CJK KR';
}

.search_area .inner input {
	border: none;
	border-bottom: 3px solid #00548a;
}

.search_area .inner select {
	width: 180px;
	background-color: #00548a !important;
	border: 1px solid #00548a;
	color: #fff;
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	background: url('../img/select_arrow.png?new');
	background-repeat: no-repeat;
	background-position: 155px center;
}

.search_area .inner select::-ms-expand{
   display:none;/*for IE10,11*/
}

.search_area .inner option {
	background-color: #fff;
	color: #000;
}

.search_area .inner input {
	width: 520px;
}

.search_area .inner input::placeholder {
	font-size:1.7rem;
	letter-spacing:-1px;
}

.search_area .inner button {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 34px;
}

.all__menu {
	opacity: 0;
	visibility:hidden;
	top: -100%;
	clip:rect(0,100vw,0,0);
	left: 0;
	right: 0;
	position:fixed;
	width: 100%;
	height: calc(var(--vh));
	display:flex;
	align-items:center;
	z-index: 9999999;
	background-color:#fff;
	padding: 60px 0;
	transition-duration:400ms;
	!min-width:1280px;
}

.all__menu.open {
	opacity: 1;
	visibility:visible;
	top: 0;
	clip:rect(0,100vw,calc(var(--vh)),0);
}

.all__menu .mCS-dark.mCSB_scrollTools {
	right: 100px !important;
}

.all__menu .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.all__menu .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.all__menu .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color:#014099;
}

.all__menu .close__btn {
	position:absolute;
	right: 30px;
	top: 55px;
	z-index: 9999996;
}

.all__menu .bg {
	 background-color: #00548a;
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(25vw);
	height: 100%;
	z-index: 9999993;
}

.all__menu .inner {
	position:relative;
	width: 100%;
	z-index: 9999994;
	height: 100%;
}

.all__menu .menu__group > li {
	display:flex;
}

.all__menu .menu__group > li:first-child label {
	align-items:flex-start;
	padding-top: 15px;
}

.all__menu .menu__group > li:last-child label::after {
	display: none;
}

.all__menu .menu__group > li label {
	position: relative;
	display:flex;
	align-items:center;
	justify-content: flex-end;
	width: calc(25vw);
	font-size: 2.5rem;
	color:#fff;
	padding-right: 30px;
	font-family:'Noto Sans CJK KR';
	font-weight: 600;
	overflow: visible;
}

.all__menu .menu__group > li label::after {
	content:'';
	display:block;
	position:absolute;
	width: 100%;
	height: 1px;
	background-color:#97a2a9;
	right: 0;
	bottom: 0;
}

.all__menu .menu__group >  li .sub__menu {
	width: calc(75vw - 25px);
	padding: 0 130px 15px 40px;
}

.all__menu .menu__group > li .sub__menu.have {
	position:relative;
	padding-bottom: 0;
}

.all__menu .menu__group > li .sub__menu.have::after {
	content:'';
	display:block;
	position:absolute;
	width: calc(100% - 130px);
	height: 1px;
	background-color:#b9b9b9;
	left: 0;
	bottom: 0;
}

.all__menu .menu__group >  li:last-child .sub__menu {
	border-bottom: none;
}

.all__menu .menu__group >  li .sub__menu > li {
	position:relative;
} 

 .all__menu .menu__group >  li .sub__menu > li:last-child:after {
	content:none;
}

.all__menu .menu__group >  li .sub__menu > li > a {
	font-size: 1.6rem;
	font-family:'NotoSansKR-Light';
	transition-duration:400ms;
}

.all__menu .menu__group > li .sub__menu.have_d2 {
	position: relative;
	justify-content: space-between;
}

.all__menu .menu__group > li .sub__menu.have_d2::after {
	content:'';
	display:block;
	position:absolute;
	width: calc(100% - 130px);
	height: 1px;
	background-color:#b9b9b9;
	left: 0;
	bottom: 0;
}

.all__menu .menu__group > li:last-child .sub__menu.have_d2::after {
	display: none;
}

.all__menu .menu__group > li .sub__menu.have_d2,
.all__menu .menu__group > li .sub__menu.have > li {
	display: flex;
	padding: 20px 0;
	margin: 0;
}


.all__menu .menu__group > li .sub__menu.have > li {
	border-bottom: 1px solid #77a4c1;
}

.all__menu .menu__group > li .sub__menu.have_d2 {
	width: calc(75vw - 25px);
    padding: 20px 130px 15px 40px;
}

.all__menu .menu__group > li .sub__menu.have > li::after { content: none}
.all__menu .menu__group > li .sub__menu.have > li > a {
	display: block;
	position: relative;
	font-weight: bold;
	font-family:'NotoSansKR-Bold';
	cursor: default;
	width: 90px;
	color: #00548a;
	font-size: 1.7rem;
}


.all__menu .menu__group > li .sub__menu.have > li > a::after {
	content: none;
	position: absolute;
	top: 0px;
	right: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}

.all__menu .menu__group > li .sub__menu.have_d2 > ul,
.all__menu .menu__group > li .sub__menu.have > li > ul {
	width: calc((100% - 100px) / 3);
	padding-right: 10px;
}

.all__menu .menu__group > li .sub__menu.have > li > ul:first-of-type {
	margin-left: 30px;
}

.all__menu .menu__group > li .sub__menu.have_d2 > ul:last-child,
.all__menu .menu__group > li .sub__menu.have > li > ul:last-child {
	padding-right: 0;
}

.all__menu .menu__group > li .sub__menu.have_d2 > ul > li,
.all__menu .menu__group > li .sub__menu.have > li  > ul > li {
	margin-bottom: 10px;
}

.all__menu .menu__group > li .sub__menu.have_d2 > ul > li:last-child,
.all__menu .menu__group > li .sub__menu.have > li  > ul > li:last-child {
	padding-right: 0;
	
}

.all__menu .menu__group > li .sub__menu.have_d2 > ul > li > a,
.all__menu .menu__group > li .sub__menu.have > li  > ul > li > a {
	font-size: 1.6rem;
	font-family:'Noto Sans CJK KR'; 
	font-weight: 400;
	color: #14193d;
}

.all__menu .menu__group > li .sub__menu.have > li  > ul > li:hover a {
	font-weight: 500;
}

.footer {
	padding: 80px 0;
	background-color:#2b2b2b;
	color:#fff;
	font-family:'Noto Sans CJK KR';
	font-weight: 300;
}

.footer .row {
	display:flex;
	justify-content:center;
	font-size:15px;
}

.footer .logo__ {
	padding: 5px 60px 0 0;
}

.footer .info li + li {
	margin-top: 10px;
}

.search_icon_w {
	width: 20px;
		-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}

@media(max-width:1600px) {
	.header .row {
		width: 100%;
		padding-left: 40px;
		padding-right: 140px;
	}

	.header .logo {
		width: 170px;
		height: 34px;
	}

	.header .nav li a {
		font-size: 1.4rem;
	}

	.header .nav li {
		margin-left: 20px;
	}
}

@media(max-width:1360px) {
	.header .row {
		width: 100%;
		padding-right: 120px;
		padding-left: 20px;
	}

	.header .search_btn {
		margin-left: 30px;
	}
}

@media(min-width:992px) {
	.pc__ {
		display:block !important
	}

	.mobile__ {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc__ {
		display:none !important
	}

	.mobile__ {
		display:block !important
	}

	.all__menu .bg {
		width: calc(170px + 14px);
		background-image: none;
		background-color: #f0f0f0;
	}

	.all__menu .close__btn {
		right: 20px;
		top: 20px;
		width: 25px;
	}

	.all__menu .inner {
		width: 100%;
		max-width:100%;
		padding: 0 10px 0 0;
	}
	
	.all__menu .mCS-dark.mCSB_scrollTools {
		right: 0 !important;
	}

	.mCSB_inside > .mCSB_container,
	.all__menu .menu__group {
		height: 100%;
	}

	.all__menu .menu__group > li {
		!position:relative;
		width: 100%;
		align-items:flex-start;
		justify-content: flex-start;	
	}

	.all__menu .menu__group > li label {
		position:relative;
		flex-basis: 170px;
		font-size:1.6rem;
		padding: 15px 10px;
		color: #292929;
	}
	
	.all__menu .menu__group > li.active label {
		color: #fff;
	}

	.all__menu .menu__group > li.active label::before {
		position:absolute;
		left: 0;
		top: 0;
		content:'';
		display:block;
		width: 190px;
		height: 100%;
		background-color:#001751;
		z-index: 9999997;
	}

	.all__menu .menu__group > li label::after {
		display: none;
	}

	.all__menu .menu__group > li label span {
		z-index: 9999998;
	}

	.all__menu .menu__group > li .sub__menu {
		position:absolute;
		top: 0;
		margin-left: 175px;
		display:none;
		width: calc(100% - 170px);
		padding: 10px;
		border-bottom:0px;
		height: 100%;
		overflow-y:auto;
	}

	.all__menu .menu__group > li .sub__menu li {
		display:block;
		margin-right: 0;
		width: 100%;
		border-bottom:1px solid #e5e5e5;
		padding: 10px;
	}
	
	.all__menu .menu__group > li .sub__menu li::after {
		content:none;
	}

	.all__menu .menu__group > li .sub__menu li a {
		font-size:1.3rem;
		line-height: 1.3;
		color: #000
	}
	
	.all__menu .menu__group > li .sub__menu.have > li {	border-bottom: 0; padding: 10px 0}	
	.all__menu .menu__group > li .sub__menu.have > li > a::after { top: auto; bottom: 0px; left: 0; width: 100%; height: 1px; background: #001751;}
	.all__menu .menu__group > li .depth3 li a { font-family: 'NotoSansKR-Light'; color: #222}

	.header {
		height: 60px;
	}
	
	.header .nav {
		display:none;
	}
	
	.header .row {
		width: 100%;
		padding: 0 20px;
		justify-content: space-between;
	}
	
	.header .search_btn {
		margin-left: 0;
		margin-right: 40px;
		width: 36px;
		height: 36px;
	}

	.header.w .search_btn {
		width: 36px;
		height: 36px;
	}

	.header .menu__btn {
		position:absolute;
		right: 0;
		width: 70px;
		height: 60px;
		padding-left: 0;
		background-color: transparent;
	}
	.header .menu__btn::before {
		content: none;
	}

	.header .menu__btn .line {
		background-color: #004390;
	}

	.footer {
		padding: 45px 0;
	}

	.footer .row {
		flex-direction:column;
		align-items: center;
		padding: 0 15px;
	}

	.footer .logo__ {
		padding: 0;
		margin-bottom: 20px;
	}

	.footer .info__ li {
		text-align:center;
		font-size:1.3rem;
	}
	
	.search_area {
		padding: 30px;
		top: 60px;
	}
	
	.search_area .inner,
	.search_area .inner form {
		width: 100%;
	}

	.search_area .inner input, .search_area .inner select, .search_area .inner button {
		height: 40px;
	}

	.search_area .inner select {
		width: 32%;
		font-size:1.6rem;
		padding: 5px 10px;
		min-width:90px;
		background-position: 90% center;
	}

	.search_area .inner input {
		width: 65%;
		font-size:1.6rem;
		padding: 5px  10px;
	}

	.search_area .inner input::placeholder {
		font-size:1.5rem;
	}

	.search_area .inner button {
		width: 26px;
		right: 5px;
		top: -2px;
	}

	.all__menu .menu__group > li .sub__menu.have {
		position: absolute;
	}

	.all__menu .menu__group > li .sub__menu.have > li > a {
		margin-bottom: 10px;
		margin-left: 5px;
		width: 100%;
		padding-bottom: 10px;
	}

	.all__menu .menu__group > li .sub__menu.have > li > ul:first-of-type {
		margin-left: 0;
	}

	.all__menu .menu__group > li .sub__menu.have_d2, .all__menu .menu__group > li .sub__menu.have > li {
		display:block;
		margin-left: 20px;
	}

	.all__menu .menu__group > li .sub__menu.have_d2 {
		position: absolute;
		display: none;
		width: 100%;
		padding: 10px;
		border-bottom: 0px;
	}
	
	.all__menu .menu__group > li .sub__menu.have::after,
	.all__menu .menu__group > li .sub__menu.have_d2::after {
		display: none;
	}

	

	.all__menu .menu__group > li .sub__menu.have_d2 > ul, .all__menu .menu__group > li .sub__menu.have > li > ul {
		width: 100%;
		padding-right: 0;
	}

	.all__menu .menu__group > li .sub__menu.have_d2 > ul {
		width: calc(100% - 175px);
		margin-left: 175px;
	}

	.all__menu .menu__group > li .sub__menu.have_d2 > ul > li, .all__menu .menu__group > li .sub__menu.have > li > ul > li {
		margin-bottom: 0;
	}
	
	.all__menu .menu__group > li .sub__menu.have_d2 > ul > li > a, .all__menu .menu__group > li .sub__menu.have > li > ul > li > a {
		font-size: 1.3rem;
	}
}

@media(max-width:575px) {
	.footer .logo__ { text-align: center}
	.footer .logo__ img { width: 60%;}

	.all__menu .bg {
		width: calc(150px + 14px);
	}
	
	.all__menu .menu__group > li .sub__menu {
		margin-left: 165px;
	}

	.all__menu .menu__group > li label {
		padding: 15px;
	}

	.all__menu .menu__group > li.active label::before {
		width: 170px;
	}

	.all__menu .menu__group > li .sub__menu.have_d2, .all__menu .menu__group > li .sub__menu.have > li {
		margin-left: 0;
	}
}
