@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
}
#_wrapHeader {
	background: url("../images/bg_wrapHeader_iblue.gif") repeat-x center bottom;
}
#_header {
	height: 135px;
}
#_wrapArticle {
	background: url("../images/bg_wrapArticle7.jpg") no-repeat center top;
}
#_content {
	padding: 0 0 60px 0;
}
#_footer{
	height: 185px;
}
.address{
	padding-top: 15px;
	line-height: 2;
}
#_header,
#_visual,
#_container,

#_footer {
	width: 1200px;
}
/**[바로가기]********************************************************/
._jumpTop{
	right: 0;
	top: 0;
}
/**[점프메뉴]********************************************************/
._jumpMenuWrap {
	top: 90px;
	right: 0;
}
/**[로고]********************************************************/
#_logo{
	top: 15px;
	left: 0px;
}

/**[주메뉴]********************************************************/
#wrapGnb{
  	display:block;
 	top:80px;
	position:absolute;
}

.menuUItop .ul_1{
  	float:left;
}

.menuUItop .a_1{
  position:relative;
  display:block;
	height: 55px;
	line-height: 55px;
	font-size: 17px;
	padding: 0 2.6em;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
}
.menuUItop .a_1:after{
position:absolute;
	 top:52px;
  	 left:0;
	 display:block;
	 content:"";
	 width:100%;
	 height:3px;
	 background-color:#6dc8bf;
	 transform:scale3d(0,1,1);
	 transform-origin:left;
	 transition:transform .5s;  
}
.menuUItop .a_1:hover:after{transform:scale3d(1,1,1);}

.menuUItop .a_1._active,
.menuUItop .a_1:hover{
	color: #6dc8bf;
}
.menuUItop .div_2{
	position: absolute;
	font-size: 1.1em;
   padding:10px 0;
}
.menuUItop .div_2 a{
	height: 30px;
	line-height: 30px;
}
