@charset "utf-8";
/* -- reset -- */
/* --- default reset --- */
*, *:after, *:before, *::after, *::before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header, article, section, nav, footer{ display: block;}
html,body{width:100%; height:100%; -webkit-overflow-scrolling:touch; font-family:'Nanum Gothic';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button{margin:0;padding:0}
body{*word-break:break-all; word-break: break-all;}
img,fieldset,iframe,button{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle;}
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{background-color:transparent}
a, button, input{border:0 none; outline:none}
a:active, button:active{outline:none}
a{display:block; text-decoration:none; color:#000;}
a:hover,
a:link{text-decoration:none;}
legend{*width:0; width:0; height:0; font-size:0; position:absolute; z-index: -1;}
table{width:100%;border-collapse:collapse;border-spacing:0; table-layout: fixed; text-align:center;}
caption{
  width:0;
  height:0;
  padding:0;
  font-size:0;
  opacity: 0;
}
th{text-align:center;}
input::-ms-clear{display:none}
input,
button{
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
pre{
  white-space:pre-line;
  background-color:#fff;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  overflow-y:auto;
}
textarea{
  resize:none;
}
figure{
  text-align:center
}

/* common */
.bx-wrapper,
.bx-wrapper div{
  box-sizing:content-box;
}
.blind{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	z-index:55;
	background-color:#000;
	-ms-filter:alpha(opacity=0);
	filter:alpha(opacity=0);
	opacity: 0;
}
.clear-fix:after{
  content:"";
  display:block;
  clear:both;
}
.container{
  width:1200px;
  margin:0 auto;
  position:relative;
}
.ir,
.inner-ir a{
  display:block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

/**[Layout]********************************************************/
#_wrapHeader {
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:60;
}
#_header {
	position: relative;
}
.gnb-wrap{
  background-color:#e4e4e4;
}
.gnb-wrap .container{
  /**/
}
.gnb {
  float:right;
}
.gnb-list,
#wrapGnavi{
  float:left;
}
.gnb-list{
  margin-right:20px;
}
.gnb-list li{
	float: left;
	width: 80px;
	height: 32px;
	text-align: center;
	line-height: 29px;
}
.head-wrap{
  background:url(../images/bg-headWrap2.png) 0 0;
}
#wrapGnavi{
	margin-top:3px
}
#_container {
	position: relative;
	height: 760px;
	min-height: 760px;
}
#submenuNavigation ul{
	cursor: pointer;
}

#_visual{
  max-width:600px;
  padding-top:80px;
  position: relative;
  text-align:center;
  color:#fff;
}
.visual-title{
  font-size:38px;
}
._slogan {
  font-size:18px;
  font-weight:bold;
  line-height:2;
}
#_container:before ,
#_container:after {
	content: "";
	display: block;
	clear: both;
}
#_wrapFooter {
	background-color: #404c5c;
}
#_footer {
	position: relative;
	border-top: 1px #333 solid;
}
.foot-logo {
	float: left;
	background:url(../images/logo-foot.png) left center no-repeat;
	width: 290px;
	height: 40px;
	line-height: 40px;
	color: #8c949d;
	font-size: 18px;
    text-indent: 200px;
	margin: 30px 0 0 0;
}
.address {
	float: left;
}
.navi-wrap{
  width:100%;
  background-color:#585e69;
  border-bottom:1px solid #68727e
}
.address-wrap{
  height: 100px;
}
.address{
	color: #fff;
	font-size: 1.1em;
}
.address .adWrap{
	position: relative;
	overflow: hidden;
}
.address .adWrap:before,
.address .adWrap:after{
	content: "";
	clear: both;
	display: block;
}
.address .adWrap span{
	float: left;
	margin-right: 15px;
}
.footLogo{
	position:absolute;
	right:0;
	top: 20px;
}
#_header,
#_visual,
#_container,
#_footer {
	margin: 0 auto;
}

/**[바로가기]********************************************************/
._directWrap{
	height: 45px;
	position:relative;
}
._directWrap dl {
  width:100%;
  max-height:45px;
  color:#fff;
  overflow:hidden;
   transition: all 0.3s;
}
._directWrap.on dl{
  max-height:500px;
  background-color:#4c4c4c;
  border-top:1px solid #5d5d5d;
}
._jumpMenu dt{
  padding:0 20px;
  text-align: center;
  line-height:45px;
  font-size:16px;
  font-weight:bold;
}
._directWrap.on dt{
  border-bottom:1px solid #635e5b
}
._jumpMenu dd{
  padding:0 20px 0 30px;
  position:relative;
  line-height:33px;
}
._jumpMenu dd:first-of-type{
  margin-top:8px;
}
._jumpMenu dd:last-of-type{
  margin-bottom:8px;
}
._jumpMenu dd:before{
  content:"-";
  position:absolute;
  left:20px;
}
._jumpMenu a{
  color:#fff
}
._jumpMenu a:hover{
  color:#95e2ff
	
}
._jumpTop{
 	 width: 70px;
	height: 52px;
	position: absolute;
  	right:0;
	text-indent: -5000px;
	background: #1e242b url("../images/jumpTop.png")  no-repeat center;
}

/**[로고]********************************************************/
#_logo{
	float:left;
 	margin-top:8px;
	overflow: hidden;
}
#_logo a,
#_logo em{
	float: left;
}
#_logo em{
	color: #fff;
	border-left: 1px #999 solid;
	margin-top: 12px;
	margin-left: 15px;
	padding-left: 15px;
}
#_logo > a > img {
  width:300px;
  height:auto;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: none;
  	position:absolute;
  	right:0;
  	z-index:59;
}
.mMenuButton{
	width: 65px;
	height: 65px;
	text-indent: -5000px;
	background:#fff url("../images/rMenuButton.gif") no-repeat 0 0;
}

/**[주메뉴]********************************************************/
#wrapGnb{
  	display:none;
	position:absolute;
}
.menuUItop a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menuUItop .div_1 {
	margin: 0;
	padding: 0;
}
.menuUItop .ul_1{
	position: relative;
}
.menuUItop .div_1:after,
.menuUItop .ul_1:after{
  content:"";
  display:block;
  clear:both;
}
.menuUItop .li_1{
	float: left;
 	position:relative;
}
.menuUItop .a_1{
	font-weight: 600;
	color: #fff;
	margin: 0;
	display: block;
}
.menuUItop .a_1._active,
.menuUItop .a_1:hover{
	color: #fff ;
}
.menuUItop .a_1._active{
	font-weight: 600;
}
.menuUItop .div_2{
  	display:none;
 	min-width:100%;
  	z-index: 51;
	background-color:#323232
}
.menuUItop .div_2 ul {
	overflow: hidden;
}
.menuUItop .div_2 a{
	display: block;
	margin: auto;
	padding: 0 10px;
	color: #fff;
}
.menuUItop .div_2 a:hover,
.menuUItop .div_2 a._active{
color: #97d0f1;
}
.menuUItop .div_2 ._active{
	font-weight: 600;
}
/*
#sub_visual_bg{
	width: 100%;
	height: 38px;
	background: #fff;
	border-top: 1px solid #277ec5;
	border-bottom: 1px solid #277ec5;
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 60;
}
*/


/**[서브메뉴]********************************************************/
#submenuNavigation {
	height: 40px;
}
#submenuNavigation ul{
	position: relative;
	height: 40px;
	float: left;
}
#submenuNavigation li{
	float: left;
	position: relative;
}
#submenuNavigation ._last span{
}
#submenuNavigation .navHome,
#submenuNavigation .navTitle,
#submenuNavigation .navMenu{
	display: block;
	height: 40px;
	line-height: 40px;
}
#submenuNavigation .navHome{
	background: url("../images/navHome02.gif") no-repeat 50% 50%;
	width: 50px;
	text-indent: -5000px;
	padding: 0;
}
#submenuNavigation .navMenu{
	padding: 0 6em 0 10px;
	background: url("../images/useChildDivA.gif") no-repeat right 50%;
	/* width: 210px; */

}
#submenuNavigation .navMenu.navigStrong{
	color: #044990;
	font-weight: 600;
}

#submenuNavigation .navDiv {
	position: absolute;
	top: 41px;
	left: -17px;
	display: none;
	z-index: 50;
}
#submenuNavigation .navDiv ul{
	height: auto !important;
}
#submenuNavigation .navDiv li{
	float: none !important;
	border-width: 0 1px 1px;
	border-color: #ddd;
	border-style: solid;
	background-color: #fff;
}
#submenuNavigation .navDiv a{
	height: 40px;
	line-height: 40px;
	display: block;
	width: 150px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#submenuNavigation .navDiv a._active{
	background-color: #e2e8f5;
}
#submenuNavigation .navDiv a._active,
#submenuNavigation .navDiv a:hover{
	color: #366fcc;
	font-weight: bold;
}
#navUldep01{
}
#navUldep01 .li_1 .div_2{
	display: none;
}
#navUldep02{
}
#navUldep02 .li_2 .div_3{
	display: none;
}
#navUldep03{
}


/**[탭메뉴]********************************************************/
.menuUItab .tab_div{
	padding: 0;
	margin: 45px 0 0 0;
}
.tab_div .ul_3{
	overflow: hidden;
	position: relative;
}
.tab_div .li_3{
	float: left;
	margin: 0 10px 2px 0;
}
.tab_div .a_3{
	font-size: 16px;
	display: block;
	color: #444;
	text-align: left;
	padding: 0.8em 2.5em 0.8em 0;
	border-bottom: 3px solid #a4a4a4
}
.tab_div .a_3:hover,
.tab_div .a_3._active{
	border-color: #38659f;
	color: #38659f;
}
.tab_div .a_3._active{
	font-weight: 600;
}

@media all and (max-width:1200px){
  #multipleDiv_k2temp05_151,
  #multipleDiv_k2temp05_152,
  #multipleDiv_k2temp05_163{
	padding:0 15px;
  }
  #menu160_obj18{
	right:20px !important;
  }
}

@media all and (max-width:1000px){
  .container{
	width:auto;
	max-width: 1200px;
	margin:0 auto;
  }
}
