@charset "utf-8";

.gnbWrap{
	position: relative;
	overflow: visible;
	height: 100%;
}
#menuBtn{
position: absolute;
	width: 50px;
	height: 40px;
	bottom: 0px;
	left:210px;
	background: none;
}
#menuBtn button{
	display: block;
	width: 40px;
	height: 40px;
	background:url(../../img/menu/btn_off.png) 0 0 no-repeat;
	background-size: contain;
}
#menuBtn .in{
	background:url(../../img/menu/btn_on.png) 0 0 no-repeat;
background-size: contain;
}
#menus{
	padding-top: 40px;
   border-right: 4px solid #ffd876;
	border-top: 4px solid #ffd876;
	border-top-right-radius: 20px;
	position: absolute;
	width: 100%;
	height: 410px;
	left: 0px;
	bottom:40px;
	background: rgba(61,45,29,0.95);

}
#menus>ul>li>button{
	
	display:block;
	height: 40px;
	color:#ED6B1A;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background: none;
	font-family: "Nanum Barun Gothic";

}

#menus>ul>li>ul>li>button:hover{
    transition: 0.5s;
    transform: translateX(20px);
	color: #EEB700;
	
}
    
#menus>ul>li>ul>li>button{
	display:block;
	height: 40px;
	color: wheat;
	padding-left: 30px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	font-size: 17px;
	text-align: left;
	background: none;
	font-family: "Nanum Barun Gothic";
}
/*#menus li.com button{background: url(../../img/menu/com.png) 220px center  no-repeat;}
#menus li.ing button{background: url(../../img/menu/ing.png) 220px center  no-repeat;}*/



#menus>ul>li.on>button{
    margin-left: 28px;
	margin-bottom: 30px;
    font-size: 30px;
	color:#EEB700;
	

}
#menus>ul>li.on>button:hover{
transition: 0.3s;
	color:#ED6B1A;
}

#menus>ul>li>ul>li.on>button{
	color:#ED6B1A;
	font-weight: 600;
	font-family: "Nanum Barun Gothic";
/*    background: url(../../img/menu/start.png) 0px center  no-repeat;*/
}
#menus ul li{
	display: block;
	text-align: left;

}

.state{
	width: 100%;
	text-align: center;
}
