﻿@charset "utf-8";

/* 투명레이어 과련 CSS */
.transBg {
	overflow: hidden;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1000%;
	z-index: 980;
	background-color: rgba(0, 0, 0, 0.25);
}
.trans {
	top: 108px;
}
.gnb_bg {
	overflow: hidden;
	width: 100%;
	min-width: 1260px;
	min-height: 400px;
	/*background-color: #f6f7f8;*/
	background-color: #001969;
	background-image: url("../main/images/menu_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#gnb {
	position: relative;
	width: 100%;
	z-index: 990;
}
#main_menu {
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -640px;
	height: 95px;
}
.count6 {
	width: 900px;
}
.count6 .depth_01 {
	float: left;
	width: 16.66%;
}
.count6 .depth_01 .main_sub_menu {
	left: -290px;
}
.count7 {
	width: 980px;
}
.count7 .depth_01 {
	float: left;
	width: 132px;
}
.count7 .depth_01 .main_sub_menu {
	left: -280px;
}
#main_menu .depth_01 {
	text-align: center;
	vertical-align: top;
}
#main_menu .depth_01 a, #main_menu .depth_01 a:visited {
	display: block;
	padding-bottom: 16px;
	font-size: 21px;
	line-height: 74px;
	color: #000;
	font-weight: 400;
}
#main_menu .depth_01 a:hover, #main_menu .depth_01 a:active {
	color: #2b2b2b;
	background: url("../main/images/menu_arr_big.png") no-repeat center bottom;
}
#main_menu .current a {
	color: #2b2b2b;
	font-weight: 400;
}
#main_menu .depth_01 a:hover {
	text-decoration: none;
}
#main_menu .depth_01 .main_sub_menu {
	position: absolute;
	top: 88px;
	width: 1260px;
	background-image: url("../main/images/gnb_bg.gif");
	background-repeat: repeat-y;
	background-position: 240px top;
}
#main_menu .depth_01 .main_sub_menu .depth_title {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 240px;
	min-height: 400px;
	text-align: left;
	background-image: url("../main/images/slogan_png.png");
	background-repeat: no-repeat;
	background-position: 0px 100px;
	background-size: 145px
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > strong {
	position: absolute;
	width: 160px;
	top: 50px;
	left: 10px;
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	margin-left: 0px;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > p {
	position: absolute;
	top: 160px;
	left: 10px;
	color: #BED8FB;
	font-size: 17px;
	line-height: 26px;
	margin-left: 0px;
}

/* == 2차 메뉴 == */				
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul {
	position: relative;
	float: left;
	width: 1000px;
	min-height: 400px;
	text-align: left;
	margin-left: 0px;
	/*background-image: url("../main/images/menu_bar.gif");
	background-repeat: repeat-y;
	background-position: right top;
	clear: both;
	overflow: hidden;*/
	padding: 15px 20px 30px 20px;
	background-color: #fff;
	background-image: url(../main/images/logo_big_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d7d7;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li {
	float: left;
	width: 30.33%;
	margin: 24px 1.5% 0 1.5%;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li > a {
	display: block;
	padding: 10px 18px 10px 20px;
	color: #202020;
	font-size: 17px;
	line-height: 22px;
	min-height: 22px;
	background: #fff;
	font-weight: 400;
	border: 1px solid #ccc;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li > a > span {
	display: block;
	background: url("../main/images/menu_arr.gif") no-repeat right 5px;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li:hover > a, #main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li > a:hover {
	padding: 10px 18px 10px 20px;
	background: #082559;
	color: #fff;
	text-decoration: none;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li:hover > a > span {
	background: url("../main/images/arr_on.gif") no-repeat right 5px;
}
#main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li:hover > a > img, #main_menu > .depth_01 > .main_sub_menu > .depth_title > ul > li > a:hover > img {
	display: none;
}
#main_menu .depth_01 .main_sub_menu .depth_title ul li ul {
	margin: 10px 14px 0 20px;
}
#main_menu .depth_01 .main_sub_menu .depth_title ul li ul li {
	float: left;
	width: 100%;
}
#main_menu .depth_01 .main_sub_menu .depth_title ul li ul li a {
	display: block;
	padding: 4px 0 4px 8px;
	background: url("../main/images/dot_bullet.gif") no-repeat left 14px;
	color: #484848;
	line-height: 22px;
	font-size: 15px;
}
#main_menu .depth_01 .main_sub_menu .depth_title ul li ul li a:hover {
	background: url("../main/images/dot_bullet_on.gif") no-repeat left 14px;
	color: #2b2b2b;
	font-weight: 400;
}



/******* 모바일 메뉴*****/
.menu-btn,
.pushy.pushy-right {
    display: none;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background: #2B51A2;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 42px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}


@media (max-width: 1024px) {
	.menu-btn,
	.pushy.pushy-right {
		display: block;
	}
	.menu-btn {
		text-align: center;
		cursor: pointer;
		position: absolute;
		top: 30px;
		right: 0px;
		z-index: 1001;
		background-image: url(../main/images/mobile_btn.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    width: 56px;
    line-height: 62px;
	}
	
	.pushy {
		position: fixed;
		width: 250px;
		height: 100%;
		top: 0;
		z-index: 9999;
		overflow: auto;
		visibility: hidden;
		-webkit-overflow-scrolling: touch;
		background-color: #2B51A2
		/* enables momentum scrolling in iOS overflow elements */
	}
	.pushy a {
		font-size: 16px;
		font-weight: 500;
		display: block;
		color: #C7DAD2;
		padding: 15px 30px;
		text-decoration: none;
		outline: 0;
	}
	.pushy .pushy-link a {
		font-size: 14px;
	}
	.pushy .pushy-submenu .pushy-submenu ul {
		margin-bottom: 10px;
	}
	.pushy .pushy-submenu .pushy-submenu a {
		padding: 15px 30px 8px 30px;
	}
	.pushy .pushy-submenu .pushy-submenu .pushy-link a {
		font-size: 13px;
		font-weight: 400;
		color: #C7DAD2;
		padding: 8px 20px 8px 40px;
		background-image: url(../main/images/dot.gif);
		background-repeat: no-repeat;
		background-position: 30px 14px;
	}
	.pushy a:hover {
		color: #FFF;
	}
	.pushy ul:first-child {
		margin-top: 10px;
	}
	.pushy.pushy-left {
		left: 0;
	}
	.pushy.pushy-right {
		right: 0;
	}
	
	/* Menu Movement */
	.pushy-left {
		-webkit-transform: translate3d(-250px, 0, 0);
		-ms-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	
	.pushy-open-left #container,
	.pushy-open-left .push {
		-webkit-transform: translate3d(250px, 0, 0);
		-ms-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	
	.pushy-right {
		-webkit-transform: translate3d(250px, 0, 0);
		-ms-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	
	.pushy-open-right #container,
	.pushy-open-right .push {
		-webkit-transform: translate3d(-250px, 0, 0);
		-ms-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	
	.pushy-open-left .pushy,
	.pushy-open-right .pushy {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	/* Menu Transitions */
	#container,
	.pushy,
	.push {
		transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	}
	
	/* Site Overlay */
	.site-overlay {
		display: none;
	}
	
	.pushy-open-left .site-overlay,
	.pushy-open-right .site-overlay {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9998;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-animation: fade 500ms;
		animation: fade 500ms;
	}
	
	/* Submenu Appearance */
	.pushy-submenu {
		/* Submenu Icon */
	}
	.pushy-submenu ul {
		padding-left: 15px;
		transition: max-height 0.2s ease-in-out;
	}
	.pushy-submenu ul .pushy-link {
		transition: opacity 0.2s ease-in-out;
	}
	.pushy-submenu > a {
		position: relative;
	}
	.pushy-submenu > a::after {
		content: '';
		display: block;
		height: 11px;
		width: 8px;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 0.2s;
		background-image: url(../main/images/arrow.svg);
		background-repeat: no-repeat;
	}
	
	/* Submenu Movement */
	.pushy-submenu-closed ul {
		max-height: 0;
		overflow: hidden;
	}
	.pushy-submenu-closed .pushy-link {
		opacity: 0;
	}
	
	.pushy-submenu-open {
		/* Submenu Icon */
	}
	.pushy-submenu-open ul {
		max-height: 1000px;
	}
	.pushy-submenu-open .pushy-link {
		opacity: 1;
	}
	.pushy-submenu-open a::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	
	.no-csstransforms3d .pushy-submenu-closed ul {
		max-height: none;
		display: none;
	}
	
	
	
	
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}