/**
* layout styleseet file
*
* @Program     DWEBS
* @Type  	   css
* @author      DWEBS
* @link        https://www.dwebs.kr
*/

/* -------------------------------------------------------------------
| hidden menu
| ------------------------------------------------------------------*/
#wrap{
	margin:0px;
	padding:0px;
	width:100%;
	position:absolute;
	left:0px;
	transition:left 0.2s linear;
}
#wrap.visible{
	left:-250px;
	transition:left 0.2s linear;
}
#hidden_menu{
	position:fixed;
	right:0px;
	z-index: -100;
	background-color: #333;
	width:250px;
	height:100%;
}
