@charset "utf-8";

/**[Layout]********************************************************/
#_wrap {
}
#_wrapHeader {
	
}
#_header {
	height:190px;
}
#_wrapArticle {
}
#_footer{
}
.address{
	line-height: 2;
}
/**[다단]********************************************************/

/**[바로가기]********************************************************/
._jumpTop{
	right: 0;
	top: 0;
}
/**[점프메뉴]********************************************************/

/**[로고]********************************************************/
#_logo{
	top: 45px;
	left: 0px;
}

/**[주메뉴]********************************************************/
#wrapGnb{
  	display:block;
	position:absolute;
    width:100%;
	top:84px;
    border-top:1px solid #eee;
    text-align:center;
}
#top_div {
}
.menuUItop .ul_1{
  	margin:0 auto;
  	width: 100%;
  	display: table;
}
.menuUItop .li_1 {
  display: table-cell;
}
.menuUItop .a_1{
  position:relative;
  display:block;
	height: 65px;
	line-height: 65px;
	font-size: 17px;
	padding: 0 3.0em;
    color:#000;
  text-transform:uppercase;
  
}
.menuUItop .a_1:after{
position:absolute;
	 top:0;
  	 left:0;
	 display:block;
	 content:"";
	 width:100%;
	 height:3px;
	 background-color:#dc1f26;
	 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: #dc1f26 ;
}
.menuUItop .div_2{
	position: absolute;
	font-size: 1.1em;
   padding:10px 0;
}
.menuUItop .div_2 a{
	height: 30px;
	line-height: 30px;
}

.btn-full{
  position:absolute;
  display:block;
  padding:5px;
  top:102px;
  right:0;
  z-index:53;
  background:#fff;
}
.btn-full:hover{background:#fece00}

.show_menu{
  	display:block;
	position:absolute;
    width:100%;
	top:84px;
    border-top:1px solid #eee;
    text-align:center;
}
.show_menu .div_2{
  display:block !important;
  background-color:#fff;
  box-shadow: none;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none;
}
.show_menu .a_2{color:#555 !important;}
.show_menu .a_2:hover{color:#000 !important;}
