@charset "UTF-8";

/* ==================================================
	NAV
================================================== */
.nav {
	border-bottom: 0
}

.nav .nav-item {
	margin-bottom: 0
}

.nav-tabs {
	position: relative;
	margin-bottom: 6.66%
}

.nav-tabs:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	border-top: 1px solid #E5E5E5
}

.nav-tabs .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.nav-tabs .nav-link {
	padding: 1em .5em;
	border: 0;
	font-size: 1.1111pt;
	transform: skew(-0.03deg);
	border-bottom: 3px solid transparent;
	text-align: center;
	line-height: 1.45;
	font-weight: 500
}

.nav-tabs .nav-link.active {
	border-bottom-color: #002C6A;
	color: #002C6A
}

#hd {
	flex-shrink: 0
}

.container {
	position: relative;
	width: 100%;
	max-width: 1290px;
	/*padding-left: 30px;
	padding-right: 30px*/
}

.container-fluid {
	max-width: none
}


/* ==================================================
	header 전체틀
================================================== */
#hd {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 170;
	background: #fff;
	transition: background-color .2s ease-out, border .2s ease-out;
	box-shadow: inset 0px -1px 0 0 rgba(204, 204, 204, .5);
}

#hd>.container {
	height: 88px
}

#hd .nav-item {
	position: relative;
}

#hd .nav-item>a {
	display: block;
	height: 100%;
	font-size: 2.2rem;
	font-weight: 500;
}

.depth {
	display: none;
	padding: .722rem 0;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
}

.depth a:hover,
.depth a:focus {
	color: #002C6A
}

.depth3 {
	display: none;
	padding-bottom: .2222rem;
}

.depth3 li a {
	color: #999;
}

.depth a.active {
	font-weight: 500
}

.hd-logo>a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/gnb/logo.png') no-repeat 0 50%/100% auto;
	font-size: 0;
}

.util {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	font-weight: 500;
}

.util a:first-child {
	color: #5f5c5c;
}

.util a {
	color: #b4b4b4;
}

.split {
	font-style: normal;
	margin: 0 .5em
}

.split:empty {
	display: inline-block;
	margin: 0 1em 0;
	height: 1.8rem;
	border-left: 1px solid #b4b4b4;
	vertical-align: middle
}

/*** 모바일CSS ***/
@media all and (min-width: 1200px) {

	/* header */
	#hd {
		text-align: center
	}

	#hd .navbar-nav {
		height: 88px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
	}

	#hd .nav-item {
		width: 13rem
	}

	#hd .nav-item>a {
		line-height: 88px;
		font-size: 1.8rem;
	}

	#hd .nav-item>a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 4px solid #002C6A;
		transform: scaleX(0);
		transition: transform .3s
	}

	#hd .on>a:before,
	#hd .active>a:before {
		transform: scaleX(1)
	}

	.open #gnb:before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		height: 290px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
	}

	.hd-logo {
		position: absolute;
		left: 30px;
		top: 50%;
		width: 241px;
		height: 32px;
		transform: translateY(-50%);
		z-index: 40;
	}

	.btn-depth {
		display: none
	}

	/*.pc_menu {
		display: block !important;
		position: relative;
		max-width: 1290px;
		height: 80px;
		margin: 0 auto;
	}*/

	#gnb {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: inline-block !important;
		/*vertical-align: top;margin-right: 2.5rem*/

	}

	.depth {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 290px;
		text-align: center;
		display: none !important
	}

	.depth li {
		margin-top: 1.1rem;
	}

	.on .depth {
		background: #F8F8F8
	}

	.util {
		right: 30px;
		font-size: 1.5rem;
	}

	#hd.open .depth {
		display: block !important
	}

	.gnb-util {
		display: none
	}
}

@media all and (min-width: 1600px) {
	#hd .nav-item {
		width: 20rem;
	}

	/*#hd .nav-item:first-child {
		margin-left:25px;
	}*/

	#hd .nav-item>a {
		font-size: 2.2rem;
	}


	#gnb {
		margin-right: 0
	}

	.util {
		font-size: 1.7rem;
	}

}

@media all and (max-width: 1299.98px) {
	.hd-logo {
		left: 15px;
		width: 200px;
		height: 44px;
	}

	.util {
		right: 15px;
	}

	.depth {
		font-size: 1.6rem;
	}
}

@media all and (max-width: 1199.98px) {

	/* header */
	#hd>.container {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.hd-logo {
		width: 160px;
		height: 47px;
	}

	.nav-open {
		overflow: hidden
	}

	.nav-open #wrap {
		position: fixed;
		left: 0;
		right: 0
	}

	.nav-open #mwrap {
		position: fixed;
		left: 0;
		right: 0
	}

	.js-mn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 200;
		width: 80px;
		height: 80px;
		background: none;
		border: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -999em;
		color: inherit;
		outline: 0 !important
	}

	.js-mn>span,
	.js-mn:after,
	.js-mn:before {
		content: "";
		position: absolute;
		left: calc((100% - 20px) / 2);
		top: 50%;
		width: 20px;
		border-top: 2px solid;
		margin-top: -1.5px;
		transition: transform .3s, opacity .3s;
		z-index: 100
	}

	.js-mn:before {
		margin-top: -8.5px;
		transform-origin: top right
	}

	.js-mn:after {
		margin-top: 5.5px;
		transform-origin: bottom right
	}

	.gnb-open .js-mn {
		color: #000
	}

	.gnb-open .js-mn:before {
		transform: rotate(-45deg);
		margin: -8px 0 0 -2px
	}

	.gnb-open .js-mn>span {
		opacity: 0
	}

	.gnb-open .js-mn:after {
		transform: rotate(45deg);
		margin: 5px 0 0 -2px
	}

	#gnb {
		overflow: hidden;
		overflow-y: auto;
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 190;
		width: 100%;
		max-width: 320px;
		background: #fff;
		transition: transform .2s ease-out;
		color: #222;
		transform: translateX(100%)
	}

	.gnb-open #gnb {
		transform: translateX(0)
	}

	.dim {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: rgba(0, 0, 0, .5);
		opacity: 0
	}

	.gnb-open .dim {
		opacity: 1
	}

	.gnb-util {
		display: flex;
		align-items: center;
		line-height: 80px;
		padding-left: 1.429rem;
		font-size: 1.6rem;
	}

	.gnb-util a {
		color: #b4b4b4;
	}

	.gnb-util a:first-child {
		color: #5f5c5c;
	}

	#hd .navbar-nav {
		overflow-y: auto;
		height: calc(100% - 80px);
		border-top: 1px solid #e7e7e7
	}

	#hd .nav-item {
		border-bottom: 1px solid #e7e7e7
	}

	#hd .nav-item>a {
		height: auto;
		padding: 0 1.5rem;
		line-height: 6rem;
		font-size: 1.8rem;
	}

	.btn-depth {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 6rem;
		background: url('../images/gnb/dropdown_grey.svg') no-repeat center right 2.429rem/1.786rem auto;
		border: 0;
		font-size: 0;
		color: transparent;
		transition: none
	}

	.depth {
		background: #f7f7f7;
		border-top: 1px solid #e7e7e7;
		padding: 11pt 1.429rem
	}

	.depth a {
		display: block;
		font-size: 1.7rem;
		line-height: 4rem
	}

	.open>a {
		color: #002C6A;
		font-weight: 500
	}

	.open>.btn-depth {
		transform: scaleY(-1)
	}

	.depth3 {
		font-size: 1.6rem;
	}

	.util {
		display: none;
	}

	.lang::before {
		top: 40%;
	}

}

@media all and (max-width: 991.98px) {

	/* Nav */
	.nav-tabs {
		border-bottom: 1px solid #e5e5e5;
		margin: 0 -1.429rem 6.66%;
		flex-wrap: nowrap;
		padding-left: 1.429rem;
		overflow: hidden;
		overflow-x: auto
	}

	.nav-tabs .nav-item {
		margin-bottom: -1px
	}

	.nav-tabs .nav-item:last-child {
		padding-right: 1.429rem
	}

	.nav-tabs .nav-link {
		padding: .5em .75em
	}

	.nav-tabs:before {
		display: none
	}
	

	/* header */
	/*#hd>.container,
	.gnb-util {
		height: 60px
	}*/

	.js-mn {
		width: 60px;
		height: 60px;
		top: 15%;
		right: 0;
	}

	[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
		cursor: pointer;
	}

	#hd .navbar-nav {
		height: calc(100% - 60px)
	}
}

@media all and (max-width: 767.98px) {
	.nav-tabs {
		margin-bottom: 2.5rem
	}
}

/* ==================================================
	lnb
================================================== */
#lne_con {
	width: 100%;
	background: #000;
}

.li2 li {
	width: 50%;
}

.li3 li {
	width: 33.333%;
}

.li4 li {
	width: 25%;
}

.li5 li {
	width: 20%;
}

.li6 li {
	width: 16.666%;
}

.li7 li {
	width: 14.285%;
}

.li8 li {
	width: 12.5%;
}

.li9 li {
	width: 11.111%;
}

.li10 li {
	width: 10%;
}

.lnb {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: #0266e3;
}

.lnb>ul {}

.lnb>ul>li {
	float: left;
	position: relative;
}

.lnb>ul>li a {
	display: block;
	text-align: center;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.5);
}

.lnb>ul>li a:hover {
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.lnb>ul>li.on a {
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.lnb>ul>li a::after {
	content: "";
	background-color: #fff;
	width: 0;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lnb>ul>li.on a::after,
.lnb>ul>li a:hover::after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

/*** 모바일CSS ***/
@media all and (max-width:1400px) {
	.lnb>ul>li a {
		font-size: 1.7rem;
	}
}

@media all and (max-width: 1199.98px) {
	#lne_con {
		margin-top: 80px;
	}

	.lne_mt {
		margin-top: 80px !important;
	}
}

/* ==================================================
	컨텐츠 서브메뉴
================================================== */
.cnb2 {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
}

.cnb2 ul {
	display: table;
	width: 100%;
}

.cnb2 ul.col2 li {
	width: 50%;
}

.cnb2 ul.col3 li {
	width: 33.33%;
}

.cnb2 ul.col4 li {
	width: 25%;
}

.cnb2 ul.col5 li {
	width: 20%;
}

.cnb2 ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	margin-left: -1px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
}

.cnb2 ul li:first-child {}

.cnb2 ul li.on {
	background:#002C6A;
}

.cnb2 ul li a {
	display: inline-block;
	width: 100%;
	color: #666;
}

.cnb2 ul li.on a {
	color: #fff;
}

/*** 모바일CSS ***/
@media screen and (max-width:1023px) {
	.cnb2 {
		margin-top: 30px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.cnb2 ul li {
		font-size: 1.8rem;
	}

	.cnb2_four {
		font-size: 0;
	}

	.cnb2_four .cnb2 ul li {
		display: inline-block;
		width: 50%;
		padding: 10px 0;
	}

	.cnb2_four .cnb2 ul.col4 li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width:640px) {
	.cnb2 ul li {
		font-size: 1.7rem;
	}
}

@media screen and (max-width:450px) {
	.cnb2 ul li {
		font-size: 1.6rem;
	}

	.cnb2_four .cnb2 ul li {
		display: block;
		width: 100%;
	}
}