@charset "utf-8";

.gnbWrap{
	position: relative;
	overflow: visible;
	height: 100%;
}
#menuBtn{
position: absolute;
	width: 50px;
	height: 40px;
	top: 0px;
	left:230px;
	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{
    margin-top: 0px;
	background:url(../../img/menu/btn_on.png) 0 0 no-repeat;
background-size: contain;
}
#menus{
	padding-top: 40px;
   /*border : 3px solid rgba(221,235,157,1) ;*/
	
	border-radius: 10px;
	position: absolute;
	width: 90%;
	height: 400px;
	right: 3px;
	top:43px;
	background: repeating-linear-gradient(to bottom right, rgb(20, 61, 96,0.7),rgb(14, 43, 68) );

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

}

#menus>ul>li>ul>li>button:hover{
    transition: 0.5s;
    transform: translateX(10px);
	color: rgba(221,235,157,1) ;
	
}
    
#menus>ul>li>ul>li>button{
   
	display:block;
	height: 30px;
	color: white;
	padding-left: 30px;
	margin-bottom:10px;
	letter-spacing: 0px;
	font-size: 16px;
	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: 30px;
	margin-bottom: 0px;
    font-size: 18px;
	color:white;
	letter-spacing: 2px;

}
#menus>ul>li.on>button:hover{
transition: 0.3s;
    transform: translateX(10px);
	color:rgba(221,235,157,1) ;
    text-shadow: 0px 0px 3px white;
}

#menus>ul>li>ul>li.on>button{
	color:rgba(221,235,157,1) ;
   
	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;
}

.icn{
    border: none;
    position: absolute;
    border-radius: 50%;
    width:px;
    box-shadow: 1px 1px 2px 2px white;
    height: px;
    margin-top: 8px;
    margin-left: -16px;
}
