/*###### mbl_header #########*/
#mbl_header {width:100%; position:absolute; top:0; background-color:#ffffff; z-index:10; display:none;}
#mbl_header > .inner {height:100%; z-index:1;}
	/*로고*/
	#mbl_logo {width:100%; position:relative; float:left; text-align:center; padding:10px 0; z-index:1; border-bottom:1px solid #dedede; background-color:#fff;}
	/*###메인메뉴###*/
	#menu_btn {position:absolute; top:20px; right:5%; cursor:pointer; z-index:2;}

		/*메인카테고리*/
	#mbl_gnb {position:relative;float:left; width:100%; z-index:1; display:none;}
		#mbl_gnb > ul {position:relative; width:100%;}
		#mbl_gnb > ul > li {float:left; position:relative; width:100%;}
		#mbl_gnb > ul > li > a {
			border-bottom:1px solid #dedede; background-color:#ffffff; width:100%; text-indent:10%; font-size:16px; height:35px; line-height:35px;
			float:left; font-weight:bold;}
		#mbl_gnb > ul > li > a:hover {font-weight:bold;color:#333333;}
		/*서브카테고리*/
		ul.mbl_sub_gnb {position:relative; display:block; padding:10px 0 10px 32px; clear:both; display:none; border-bottom:1px solid #dedede; background-color:white; padding-left:12%;}
		ul.mbl_sub_gnb > li > a {font-size:14px; height:30px; line-height:30px; white-space:nowrap; width:100%; z-index:1; letter-spacing: -1px; }