@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
}
#_wrapHeader {
	background: url("../images/bg_wrapHeader_iblue.gif") repeat-x center bottom;
}
#_header {
	height: 135px;
}
#_wrapVisual {
	height: 175px;
	background-position: center top;
}
._slogan{
	top: 40px;
	right: 0;
}
._slogan strong{
	font-size: 1.8em;
}
._slogan em{
	font-size: 1.0em;
}
#_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;
}
#top_div {
}
.menuUItop .ul_1{
  	float:left;
}
.menuUItop .li_1 {
  width:auto !important;
}
.menuUItop .a_1{
  position:relative;
  display:block;
	height: 55px;
	line-height: 55px;
	font-size: 17px;
	padding: 0 2.6em;
    text-transform:uppercase;
    color:#fff;
  
}
.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;
}



/**[서브메뉴]********************************************************/


/**[탭메뉴]********************************************************/
.menuUItab .tab_div .ul_3 .li_3{
	width: 25%;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle{
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	border: 1px #ddd solid;
	background-color: #fafafa;
}
#masterTitle h1{
	height: 60px;
	line-height: 60px;
	font-size: 30px;
}
#masterNavigation {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#masterNavigation .location{
	float: right;
	height: 30px;
	line-height: 30px;
	background: url("../images/navHome.gif") no-repeat left 50%;
	padding-left: 20px;
}

