﻿@charset "utf-8";

/* ==================================================
	header 전체틀
================================================== */
#header {
	width: 100%;
	position: fixed;
	z-index: 90;
	top: 0;
	min-width: 320px;
	padding: 0;
	transition: all 0.3s ease;
	background: #fff;
	border-bottom: 1px solid #d3d3d3;
	/*box-shadow: 0 0 14px rgba(0, 0, 0, .4);*/
}

#header .header_con {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 90px;
	margin: 0 auto;
}

/*** 모바일CSS ***/
@media screen and (max-width:1250px) {
	#header {
		box-shadow: 0 0 14px rgba(0, 0, 0, .4);
	}

	#header .header_con {
		position: relative;
		width: 95%;
		height: 60px;
		margin: 0 2.5%;
		background: 0;
	}
}

/* ==================================================
	로고위치
================================================== */
#header h1 {
	float: left;
	margin-top: 18px;
	width: 11%;
}

#header h1 a {
	display: block;
}

#header h1 img {
	width: 100%;
	max-width: 150px;
}

/*** 모바일CSS ***/
@media screen and (max-width:1200px) {
	#header h1 {
		margin-top: 20px;
	}

	#header h1 img {
		width: 100%;
		max-width: 100px;
	}
}

@media screen and (max-width:1250px) {
	#header h1 {
		position: relative;
		text-align: center;
		width: 100%;
		top: 16px;
		left: 0;
		margin-top: 0;
	}

	#header h1 img {
		max-width: 80px;
	}
}

/* ==================================================
	언어 및 퀵메뉴
================================================== */
.top_qlink {
	position: absolute;
	right: 0;
	top: 35px;
}

.qlink {
	float: left;
}

.qlink>ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.qlink>ul>li {
	float: left;
	padding: 0 12px;
}

.qlink>ul>li a {
	position: relative;
	display: block;
	font-size: 10pt;
}

.qlink>ul>li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -12px;
	width: 1px;
	height: 16px;
	background: #c1c1c1;
}

.qlink>ul>li:first-child a:before {
	display: none;
}

.qlink>ul>li:last-child a:before {
	display: none;
}

.qlink ul li a {
	color: #000000;
}

.qlink ul li:first-child a {
	color: #055da5;
}

.qlink>ul>li a:hover {
	color: #055da5;
}

/*** 모바일 CSS ***/
@media screen and (max-width: 1024px) {
	.qlink {
		float: right;
		margin-top: -14px;
	}

	.qlink>ul>li {
		float: left;
		padding-left: 20px;
	}
}

@media screen and (max-width:450px) {
	.qlink>ul>li {
		padding-left: 10px;
	}

	.qlink>ul>li a::before {
		left: -10px;
	}
}

/* ==================================================
	gnb
================================================== */
.gnb_area {
	float: left;
	width: 75%;
	margin: 0 auto;
	z-index: 80;
}

.gnb {
	position: relative;
}

.gnb>li {
	float: left;
	position: relative;
	padding: 0 0 0 9.2%;
}

.gnb>li>a {
	display: block;
	font-size: 15pt;
	font-weight: 400;
	color: #000;
}

.gnb>li:hover>a,
.gnb>li:active>a,
.gnb>li.active>a,
.gnb>li:focus>a {
	color: #055da5;
	text-decoration: none;
}

.gnb>li>a span {
	position: relative;
	display: block;
	line-height: 90px;
}

.gnb>li>a span:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 17px;
	background: #004ea2;
	transition: all .2s;
	transform: scaleX(0);
}

.gnb>li.active>a span:after {
	transform: scaleX(1);
}

.gnb_sub {
	display: none;
	position: absolute;
	left: 70px;
}

.gnb_sub1 {
	left: 62px;
}

.gnb_sub2 {
	left: 29px;
}

.gnb_sub3 {
	left: 16px;
}

.gnb_sub4 {
	left: 78px;
}

.gnb>li:last-child>.gnb_sub {
	right: 0;
}

.gnb_sub>li>a {
	display: block;
	width: 212px;
	padding: 7px 10px 7px 15px;
	font-size: 12pt;
	color: #535353;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background-color: #fff;
}

.gnb_sub1>li>a {
	width: 160px;
}

.gnb_sub5>li>a {
	width: 140px;
}


.gnb_sub>li>a.on {
	/*background: url('../images/gnb/icon_navi.png') #2f586e;
	background-repeat:no-repeat;
	background-position:140px -18px;
	color: #fff;*/
}

.gnb_sub>li:last-child>a {
	border-bottom: 1px solid #d3d3d3;
}

.gnb_sub>li>a:hover,
.gnb_sub>li>a:active,
.gnb_sub>li>a:focus {
	background-color: #0059d0;
	color: #fff;
	text-decoration: none;
}

.ssub_menu {
	display: none !important;
}

/* 모바일CSS */
@media all and (max-width:1200px) {
	.gnb>li>a {
		font-size: 13pt;
	}

	.gnb_area {
		max-width: 800px;
	}
}

@media all and (max-width:1023px) {
	.gnb_area {
		height: 66px;
		padding: 0 20px;
	}
}

/* 서브메뉴 가로위치
ul.gnb li ul.gnb_sub1 {
	left:10px;
	}
ul.gnb li ul.gnb_sub2 {
	
	}
ul.gnb li ul.gnb_sub5 {
	left:-10px;
	} *

/* ==================================================
	스크롤 내렸을때 변화
================================================== */
#header.active {
	box-shadow: 0 0 14px rgba(0, 0, 0, .4);
}

/* ==================================================
	서브화면 - 서브메뉴
================================================== */
#sub_gnb_box {
	width: 100%;
	height: 44px;
	margin: 50px 0;
}

#sub_gnb {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	background: #e5dfd5;
	line-height: 44px;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
}

#sub_gnb li {
	float: left;
	text-align: center;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #909090;
	margin: 0 -1px 0 0;
}

#sub_gnb li a {
	display: block;
}

#sub_gnb li.on {
	background-color: #00359a;
	border-color: #00359a;
}

#sub_gnb li.on a {
	color: #fff;
}

#sub_gnb .second,
#sub_gnb .fourth,
#sub_gnb .sixth {
	width: 100%;
}

#sub_gnb .second li {
	width: 49.5%;
}

#sub_gnb .third li {
	width: 33.2%;
}

#sub_gnb .fourth li {
	width: 24.9%;
}

#sub_gnb .fifth li {
	width: 19.9%;
}

#sub_gnb .sixth li {
	width: 16.5%;
}

#sub_gnb .eighth li {
	width: 12.4%;
}

#sub_gnb .ninth li {
	width: 11%;
}


#m_top_area {
	display: none;
}


/* ==================================================
	서브메뉴 
================================================== */
.ssub_menu {
	position: absolute;
	left: 140px;
	top: auto;
	width: 128px;
	border-bottom: 1px solid #ccc;
}

.ssub_menu ul {
	height: 100%;
	margin-top: -37px;
	/*background-color:#e5f1f7;*/
	border-top: 1px solid #dadada;
}

.ssub_menu a {
	display: block;
	color: #555;
	font-size: 11pt;
	padding: 6px 3px 7px 15px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #fff;
}

.gnb_sub3>li:first-child>.ssub_menu {
	width: 210px;
	left: 160px;
}

.gnb_sub3>li:last-child>.ssub_menu {
	width: 190px;
	left: 160px;
}

.ssub_menu a:hover,
.ssub_menu a:active,
.ssub_menu a:focus {
	color: #2475d0;
	text-decoration: underline;
}

/* ==================================================
	gnb 메뉴
================================================== */
.menu_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 910;
	display: none;
}

.menu_wrap>div {
	height: 100%;
	min-width: 320px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}

.gnb_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 901;
	display: none;
}

.menu_wrap .menu_area {
	width: 80%;
	position: absolute;
	top: 0;
	right: -80%;
	z-index: 510;
}

.menu_wrap .menu_area>.height_finder {
	width: 100%;
	height: 0px;
}

.menu_area .top_area {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
	background: #36383b;
}

.menu_area .top_area .gnb_tit {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.menu_area .top_area .close_bn {
	float: right;
	padding: 15px;
}

.menu_area .top_area .close_bn img {
	width: 30px;
}

.menu_area .top_area .gnb_tit img {
	width: 24px;
}

.menu_wrap .menu_area .row_01 {
	width: 100%;
}

.menu_wrap .menu_area .row_01>li {
	width: 100%;
	overflow: hidden;
	height: 50px;
	background: #ffffff url('../images/gnb/gnb_arrow.png') no-repeat 95% 20px;
	background-size: 20px;
	border-bottom: 1px solid #171b28;
}

.menu_wrap .menu_area .row_01>li.selected {
	background: #055da5 url('../images/gnb/gnb_arrow_on.png') no-repeat 95% 20px;
	color: #fff;
	background-size: 20px;
	border-bottom: #171b28 1px solid;
}

.menu_wrap .menu_area .row_01>li.selected>a {
	color: #fff;
}

.menu_wrap .menu_area .row_01>li>a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	text-indent: 20px;
	font-weight: 600;
	font-size: 17px;
}

.menu_wrap .menu_area .row_01>li>ul {
	width: 100%;
	height: 0;
	background: #171b28;
}

.menu_wrap .menu_area .row_01>li>ul>li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: #171b28 url('../images/gnb/gnb_2depth.png') no-repeat 30px center;
	padding-left: 10px;
	background-size: 4px;
}

.menu_wrap .menu_area .row_01>li>ul>li>a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-indent: 30px;
	font-size: 15px;
}

.menu_area .bottom_area {
	clear: both;
	width: 100%;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	background: #2b2f3e;
}

.menu_area .bottom_area>ul {
	text-align: center;
	margin: 0 5%;
}

.menu_area .bottom_area li {
	display: inline-block;
	width: 28%;
	margin: 0 1%;
}

.menu_area .bottom_area li a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	border-radius: 15px;
}


/* ==================================================
	lnb 메뉴
================================================== */
.sub_lnb_wrap {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 200;
}

.sub_lnb {
	/*max-width:640px;*/
	min-width: 320px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}

.sub_lnb>div {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

.sub_lnb>div.depths_01 {
	background: #ededed;
	border-right: 1px solid #bcbcbc;
	color: #fff;
	border-bottom: 1px solid #bcbcbc;
}

.sub_lnb>div.depths_02 {
	background: #ededed;
	border-bottom: 1px solid #bcbcbc;
}

.sub_lnb>div.selected {
	background: #d4d4d4;
}

.sub_lnb>div p.title {
	width: 100%;
	height: 100%;
}

.sub_lnb>div p.title:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.sub_lnb>div p.title>.txt {
	display: block;
	line-height: 50px;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 800;
	color: #171b28;
	text-indent: 20px;
	float: left;
}

.sub_lnb>div p.title>.arrow {
	display: block;
	float: right;
	margin-right: 20px;
	margin-left: 30px;
}

.sub_lnb>div p.title>.arrow img {
	width: 15px;
	padding-top: 20px;
}

.sub_lnb>ul {
	width: 50%;
	height: 0;
	position: absolute;
	top: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}

.sub_lnb>ul.lnb_ul li {
	width: 100%;
	background: #171b28;
	border-bottom: 1px solid #2f323e;
}

.sub_lnb>ul.lnb_ul li>a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	letter-spacing: -1px;
	display: block;
	text-indent: 20px;
	color: #fff;
}

.sub_lnb>ul.lnb_ul li.on {
	background: #204495;
	color: #fff;
}

.sub_lnb>ul.lnb_ul li.on>a {}

.sub_lnb>ul.lnb_ul li>a:active {
	color: #fff;
	background: #204495;
}

.sub_lnb>ul.ul_01 {
	left: 0;
}

.sub_lnb>ul.ul_02 {
	right: 0;
}

.sub_lnb>ul.ul_02>li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

.sub_lnb>ul.ul_02>li.li_01 {
	left: 0;
}


/* 모바일CSS */
@media screen and (max-width:1250px) {
	.moMenu {
		position: absolute;
		left: 0;
		top: 10px;
	}

	.moMenu img {
		width: 40px;
	}
}

@media screen and (max-width:480px) {
	.sub_lnb>div p.title>.txt {
		display: block;
		line-height: 50px;
		font-size: 14px;
		letter-spacing: -1px;
		font-weight: 800;
		color: #171b28;
		text-indent: 10px;
		float: left;
	}

	.sub_lnb>div p.title>.arrow {
		display: block;
		float: right;
		margin-right: 10px;
	}
}

/* ==================================================
	내려오는 위치 메뉴
================================================== */
#subTopBar {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #414141;
}

#subNav {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#subNav:after {
	display: block;
	content: '';
	clear: both;
}

#subNav>li {
	display: block;
	float: left;
	position: relative;
	min-width: 320px;
}

#subNav>li:first-child::after {
	border: 0;
}

#subNav>li:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#subNav>li.home {
	min-width: auto;
	width: 62px;
	background: url('../images/gnb/home.png') #676767 no-repeat center;
	text-indent: -9999em;
}

#subNav>li.home a {
	background: none;
}

#subNav>li>a {
	display: block;
	padding: 0 60px 0 25px;
	background: url('../images/gnb/sub_arrow.png') no-repeat 90% center;
	font-size: 12pt;
	color: #fff;
}

#subNav>li:first-child>a {
	padding: 0;
}

#subNav>li>a:hover {
	color: #fff;
}

#subNav ul {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	right: 0;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 9;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

#subNav ul li a:hover {
	background: #f6f6f6;
	color: #0059d0;
}

#subNav ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 12pt;
	line-height: 120%;
}

#subNav ul li:first-child a {
	padding-right: 40px;
	background: url('../images/gnb/sub_arrow_on.png') no-repeat 90% center;
}

#subNav ul li:first-child a:hover {
	background: #f6f6f6 url('../images/gnb/sub_arrow_on.png') no-repeat 90% center;
}

#subTopBar>a {
	display: block;
	position: absolute;
	top: 20px;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}

a.act_on {
	color: #0059d0;
}

/* 메뉴활성화시 색깔 */
li.l_menu1_blank,
li.l_menu2_blank,
li.l_menu3_blank {
	height: 20px;
}

/* 중간사이 여백 */

/*.depth03 {
	min-width:280px !important;
	}*/

/* 모바일CSS */
@media all and (max-width:1023px) {
	#subTopBar {
		margin-top: 60px;
		height: 40px;
		line-height: 40px;
		background: #414141;
	}

	#subNav>li {
		display: none;
	}

	#subNav>li>a {
		font-size: 11pt;
		color: #fff;
		background: url('../images/gnb/sub_arrow_white.png') no-repeat 95% center;
	}

	#subNav>li>a:hover {
		color: #fff;
	}

	#subNav>li:nth-child(3) {
		display: block;
		width: 100%;
	}

	#subNav>li:after {
		display: none;
	}

	#subNav ul li a {
		padding: 10px 5%;
		font-size: 11pt;
	}

	#subNav>li>a {
		padding: 0 5%;
	}

	#subNav ul {
		left: 0;
		padding: 0;
		border-top: 1px solid #e5e5e5;
	}

	#subNav ul li:first-child a {
		background: url('../images/gnb/sub_arrow_on.png') no-repeat 95% center;
	}

	#subNav ul li:first-child a:hover {
		background: #f6f6f6 url('../images/gnb/sub_arrow_on.png') no-repeat 95% center;
	}

	li.l_menu1_blank,
	li.l_menu2_blank,
	li.l_menu3_blank {
		height: 5px;
	}
}


/* ==================================================
	컨텐츠 서브메뉴
================================================== */
.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: 13pt;
	font-style: normal;
	font-weight: 500;
}

.cnb2_four .cnb2 ul li {
	font-size: 12pt;
}

.cnb2 ul li:first-child {}

.cnb2 ul li.on {
	background: url('../images/common/tab_on.png') #055da5;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.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: 12pt;
	}

	.cnb2_four {
		font-size: 0;
	}

	.cnb2_four .cnb2 ul li {
		display: inline-block;
		width: 50%;
		padding: 10px 0;
		font-size: 11pt;
	}

	.cnb2_four .cnb2 ul.col4 li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width:640px) {
	.cnb2 ul li {
		font-size: 11pt;
	}
}

@media screen and (max-width:450px) {
	.cnb2 ul li {
		font-size: 10pt;
	}

	.cnb2_four .cnb2 ul li {
		display: block;
		width: 100%;
	}
}

/* ==================================================
	lnb
================================================== */
.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 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 65px;
	line-height: 65px;
}

.lnb>ul {
	width: 100%;
	max-width: 1400px;
}

.lnb>ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.lnb>ul>li {
	float: left;
	position: relative;
}

.lnb>ul>li:after {
	content: "";
	position: absolute;
	top: 27px;
	right: 0;
	z-index: 2;
	background-color: #fff;
	width: 1px;
	height: 15px;
}

.lnb>ul>li:last-child:after {
	display: none;
}

.lnb>ul>li a {
	display: block;
	text-align: center;
	font-size: 13pt;
	color: rgba(255, 255, 255, 0.6);
}

.lnb>ul>li a:hover {
	color: rgba(255, 255, 255, 1);
}

.lnb>ul>li a:hover:after {
	content: "";
	background-color: #66cbfb;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.lnb>ul>li.on a {
	color: rgba(255, 255, 255, 1);
}

.lnb>ul>li.on a:after {
	content: "";
	background-color: #66cbfb;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.lnb>ul>li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	background-color: #66cbfb;
	width: 0;
	height: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width:1400px) {
	.lnb>ul>li a {
		font-size: 13pt;
	}
}