@charset "utf-8";
/* --- 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;
}
.ir,
.inner-ir a{
  display:block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.is-row{
  display:block;
}

/**[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;
}
#_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;
  position: relative;
}
.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,
#_container,
#_footer {
	margin: 0 auto;
}
#_contentBuilder {
	height: auto !important;
}
/**[다단]********************************************************/
.multipleDiv .multipleContentsDiv{
  	max-width:1200px;
    min-height: 50px;
	margin: auto;
 	position:relative;
}
.multipleDiv .multipleContentsDiv:after{
  content:"";
  display:block;
  clear:both
}
/**[바로가기]********************************************************/
._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 15px;
	color: #fff;
}
.menuUItop .div_2 a:hover,
.menuUItop .div_2 a._active{
	color: #97d0f1;
}
.menuUItop .div_2 ._active{
	font-weight: 600;
}
/*
#sub_navi_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: 2;
}
*/

@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;
  }
}
