@charset "utf-8";

/* 
 * 노박스 (Mobile)
 * 
 */

#no_main_mb {
	width:100%;
	height:100px;
	overflow:hidden;
	position:relative;
}
#no_main_mb .no_bg_mb {
	width:100%;
	height:100%;
	position:relative;
	display:block;
	background-color:#000000;
}

