

#header {
	width:100%;
	position:fixed;
	top:0;
	z-index:99999;
	}


/* topUtil_wrap */

#topUtil_wrap {
	width:100%;
	background-color:#393b52;
	}

#topUtil_wrap .top_banner {
	width:100%;
	margin:0 auto;
	}

#topUtil_wrap .top_banner p {
	position:absolute;
	top:0;
	right:0;
	}

#topUtil_wrap .top_banner li.banLeft {
	width:50%;
	background:#6386fb;
	float:left;
	text-align:right;
	}

#topUtil_wrap .top_banner li.banRight {
	width:50%;
	background:#5b7def;
	float:left;
	text-align:left;
	}

#topUtil_wrap .topUtil {
	overflow:hidden; 
	width:1200px;
	height:37px;
	margin:0 auto;
	}

.topUtil_left {
	overflow:hidden;
	float:left;
	}

.topUtil_left li {
	float:left;
	}

.topUtil_left li a {
	display:block;
	width:93px;
	padding:11px 0 12px;
	background-color:#393b52;
	border-right:1px solid #616275;
	font-family:  'Noto Sans KR', sans-serif, dotum, '돋움';
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	}

.topUtil_left li.on a {
	background-color:#fff;
	border-left:1px solid #616275;
	color:#393b52;
	}

.topUtil_right {
	overflow:hidden;
	float:right;
	margin-top:9px;
	}

.topUtil_right li {
	float:left;
	margin-left:16px;
	padding-left:16px;
	background:url("/images/common/bg_tbar.gif") no-repeat left 4px;
	}

.topUtil_right li:first-child {
	margin:0;
	padding:0;
	background:none;
	}

.topUtil_right li a {
	font-family:'Noto Sans KR', dotum, '돋움', sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	}


/* gnb */

#gnb_wrap {
	background-color:#ffffff;
	border-bottom:1px solid #e0e0e0;
	}

.gnb {
	width:1200px;
	height:94px;
	margin:0 auto;
	position:relative;
	}

.gnb .logo {
	position:absolute;
	top:30px;
	left:0;
	}

.gnb .menu {
	position:absolute;
	top:29px;
	right:-30px;
	}
.gnb .mr a:nth-child(2) {
	margin-right:40px;
	}
.gnb .menu li .rollover {
	display:none;
	}

.gnb .menu li:hover img {
	display:none;
	}

.gnb .menu li:hover img.rollover {
	display:block;
	}

.gnb .menu li {
	box-sizing:border-box;
	display:inline-block;
	width:155px;
	margin-right:10px;
	padding:7px 0 9px;
	text-align: center;
	cursor:pointer;
	}

.gnb .menu li:last-child {
	margin-right:0;
	}

.gnb .menu a li {
	font-family:'Noto Sans KR', dotum, '돋움', sans-serif;
	font-size:18px;
	color:#363636;
	text-align:center;
	line-height:1;
	}

.gnb .menu a li:hover {
	font-size:18px;
	color:#4d6ede;
	text-align:center;
	}

.gnb .menu li:hover {
	box-sizing:border-box;
	display:inline-block;
	width:160px;
	border:2px solid #5980ff;
	padding:5px 0 7px;
	}


/*
.gnb .experience {
	width:120px;
	padding:7px 0 8px;
	background:url('/images/common/ico_experience.gif') no-repeat 12px 0;
	border:2px solid #2b3453;
	position:absolute;
	top:30px;
	right:60px;
	cursor:pointer;
	}

.gnb .experience a {
	font-size:15px;
	font-weight:500;
	color:#2b3453;
	margin-left:50px;
	}

.gnb .experience:hover {
	background:url('/images/common/ico_experience_over.gif') no-repeat 12px 0;
	background:url('/images/common/ico_experience_over.gif') no-repeat 12px 0, -webkit-gradient(155deg, #ff7062, #ff7062, #ffa06e, #ffa06e);
	border:2px solid #5980ff;
	}

.gnb .experience:hover a {
	color:#4d6ede;
	}
*/

.gnb .sitemap {
	position:absolute;
	top:15px;
	right:0;
	}


/* newSub */

.lnb {
	width:100%;
	height:45px;
	border-top:1px solid #dde3f3;
	background:#f3f4fe;
	z-index:99999;
	overflow:visible; /* 옛날 common.css 의 overflow: hidden; 때문에 사용 */
	}

.lnb .sub_menu {
	width:1200px;
	margin:0 auto;
	overflow:visible; /* 옛날 common.css 의 overflow: hidden; 때문에 사용 */
	}

.lnb .sub_menu .subBtn {
	position:relative;
	margin-left:412px;
	overflow:visible; /* 옛날 common.css 의 overflow: hidden; 때문에 사용 */
	}

.lnb .subBtn li {
	float:left;
	padding:15px 22px 0 0;
	}

.lnb .subBtn li:last-child {
	padding-right:0;
	}

.lnb .subBtn li.bl {
	position:absolute;
	top:-28px;
    left:180px;
	}

.lnb .subBtn li a {
	font-family:'Noto Sans Korean', dotum, '돋움', sans-serif;
	font-size:15px;
	color:#363636;
	line-height:1;
	}

.lnb .subBtn li:hover a {
	color:#4d6ede;
	}

.lnb .subBtn li a span {
	font-family:'Noto Sans Korean', dotum, '돋움', sans-serif;
	font-size:14px;
	font-weight:900;
	color:#5980ff;
	line-height:1;
	}


/* siteMap layer popup */

/* .sitemap_pop {
	display:none;
	width:1060px;
	padding:10px;
	background-color:#5980ff;
	position:fixed;
	left:50%;
	top:130px;
	margin-left:-540px;
	z-index:999999;
	}

.sitemap_pop .sitemap {
	min-height:660px;
	padding:35px;
	background-color:#fff;
	} */
.sitemap_pop {
	display:none;
	width:1060px;
	padding:10px;
	background-color:#5980ff;
	position:fixed;
	left:50%;
	top:130px;
	margin-left:-540px;
	z-index:999999;
	}

.sitemap_pop .sitemap {
	min-height:450px;
	padding:35px;
	background-color:#fff;
	}
.sitemap_tit {
	overflow:hidden;
	}

.sitemap_tit p {
	float:left;
	font-size:32px;
	font-weight:500;
	color:#363636;
	}

.sitemap_tit .btn_close {
	float:right;
	}

.sitemap_pop .site {
	float:left;
	}

.sitemap_pop .site .tit {
	width:990px;
	margin:40px 0 30px;
	background:url('/images/common/bl_sitemapTit.gif') no-repeat;
	text-align:center;
	}

.sitemap_pop .site .tit a {
	font-size:18px;
	font-weight:500;
	color:#4d6ede;
	}

.sitemap_pop .site dl {
	overflow:hidden;
	margin-bottom:30px; 
	}

.sitemap_pop .site dl:last-child {
	margin-bottom:0;
	}

.sitemap_pop .site dt {
	float:left;
	width:230px;
	padding:12px 0 15px;
	border:1px solid #cccccc;
	text-align:center;
	}

.sitemap_pop .site dt a {
	font-size:16px;
	color:#363636;
	}

.sitemap_pop .site dt a:hover {
	color:#4d6ede;
	}

.sitemap_pop .site dd {
	float:left;
	margin:15px 35px;
	text-align:left;
	}

.sitemap_pop .site dd a {
	font-size:15px;
	color:#363636;
	}

.sitemap_pop .site dd a:hover {
	color:#4d6ede;
	}

.sitemap_pop .site dd a span {
	font-weight:900;
    color:#5980ff;
	}

.sitemap_pop .site dd > span {
	display:inline-block;
	margin:12px 0 0 12px;
	}

.sitemap_pop .site dd span a {
	font-size:13px;
	color:#555;
	}

.sitemap_pop .site dl.second dt {
	padding:50px 0;
	}

.sitemap_pop .subsidiary ul {
	overflow:hidden;	
	}

.sitemap_pop .subsidiary li {
	float:left;
	width:230px;
	margin-right:20px;
	padding:10px 0 15px;
    border:1px solid #ccc;
	text-align:center;
	}

.sitemap_pop .subsidiary li:last-child {
	margin-right:0;
	}

.sitemap_pop .subsidiary li a {
	font-size:16px;
    color:#363636;
	}

.sitemap_pop .subsidiary li a:hover {
    color:#4d6ede;
	}