﻿@charset "UTF-8";
.header .gnb_wrap {
	width:100%;
	height:60px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	position:relative;
	z-index:12;
}
.header .gnb_wrap .mobile_tab {
	display: none;
}
.header .gnb_wrap .gnb {
	display: block;
	margin: 0;
	padding: 0;
}
.header .gnb_wrap .gnb > li {
	position: relative;
	float: left;
	width: 15%;
	height: 60px;
}
.header .gnb_wrap .gnb > li > a {
	position:relative;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align:left;
	letter-spacing:-0.02em;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.header .gnb_wrap .gnb > li > a:hover{
	color:#2275a1;
}
.header .gnb_wrap .gnb .depth2 {
	display: none;
	position: absolute;
	left: -24px;
	top: 60px;
	width:100%;
	height:auto;
	background:#fff;
	border-left:5px solid #2275a1;
	padding:15px;
	padding-left:20px;
	box-sizing:border-box;

}
.header .gnb_wrap .gnb .depth2 li{
	margin-bottom:10px;
}
.header .gnb_wrap .gnb .depth2 li:last-child{
	margin-bottom:0;
}
.header .gnb_wrap .gnb .depth2 li a {
	padding:0 5px;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
	font-size: 17px;
	color: #000;
	font-weight:500;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.header .gnb_wrap .gnb .depth2 > .dt2box > li > a:hover{
	color:#2275a1;
	background:url(../img/depthbg.jpg) left bottom repeat-x;
}
.header .gnb_wrap .gnb .depth2 .depth3{
	display:none;
}
.container .header a.allgnb{
	float:right;
	display:block;
	width:60px;
	height:60px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	background:#f8f9fa url(../img/allgnb.png) center top 21px no-repeat;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.container .header a.allgnb:hover{
	background:#fff url(../img/allgnbon.png) center top 21px no-repeat;
}
@media screen and (max-width: 1400px) {
	.header .gnb_wrap .mobile_tab {
		display: block;
		position: absolute;
		right: 0;
		top: -85px;
		width: 100px;
		height:85px;
		background:#2275a1 url(../img/gnbm.png) center no-repeat;
		cursor:pointer;
		transition:all 0.2s;
		-webkit-transition:all 0.2s;
	}
	.header .gnb_wrap .mobile_tab:hover{
		background:#3399cf url(../img/gnbm.png) center no-repeat;
	}
	.header .gnb_wrap{
		height:auto;
		border-bottom:0;
	}
	.header .gnb_wrap .gnb {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height:100%;
		z-index:100;
	}
	.header .gnb_wrap .gnb > li {
		float: none;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #3399cf;
		border-top:1px solid #024467;
	}
	.header .gnb_wrap .gnb > li > a {
		height: 50px;
		text-align: center;
		padding:20px;
		font-size: 30px;
		color: #fff;
		line-height: 50px;
		background: #2275a1;
		transition:all 0.2s;
		-webkit-transition:all 0.2s;
	}
	.header .gnb_wrap .gnb > li > a:hover{
		color: #fff;
	}
	.header .gnb_wrap .gnb .depth2 {
		position: relative;
		left: 0;
		top: 0;
		padding: 10px 0;
		width: 100%;
		border: 0;
		background:#024467;
	}
	.header .gnb_wrap .gnb .depth2 li {
		margin-bottom:0;
	}
	.header .gnb_wrap .gnb .depth2 li a {
		display:block;
		width:100%;
		box-sizing:border-box;
		padding: 10px;
		font-size: 20px;
		color: #fff;
		line-height: 25px;
		text-align: center;
		border: none;
	}
	.header .gnb_wrap .gnb .depth2 > .dt2box > li > a:hover{
		color:#fff;
		background:none;
	}
	.header .gnb_wrap .gnb > li:nth-child(4) > .depth2 > .dt2box > li:first-child > a {
		display:block;
		width:100px;
		text-align:center;
		margin:0 auto;
		background: url(../img/gnblink_w.png) right top 15px no-repeat;
	}
	.container .header a.allgnb{
		display:none;
	}
}