@charset "utf-8";

/* 서브 카테고리 */
#total_search { width:100%; text-align:center; z-index:90; background:#f7f7f7; line-height:8px; }
	#total_search .main_area_submit_wrap {  }
		#total_search .main_area_submit { vertical-align:middle; border:none; width:100%; background:#005caa; color:#FFF; font-size:15px; font-weight:bold; text-align:center; padding:12px 0px; margin-top:10px; margin-bottom:10px; border-radius:5px; }
		#total_search .main_area_submit img { height:16px; }

/* 3차 카테고리 */
#total_search .sub_3depth_category_wrap { width:100%; text-align:center; margin:0 0; padding:0 0; }
	
/* 메가메뉴_셀렉트 */	
#total_search .sub_category_select_area { width:90%; text-align:center; margin:0 auto; padding:10px 0px; }
#total_search .sub_category_select_area_gt { width:1px; display:inline-block; padding:0px 0px 0px 0px; vertical-align:bottom; text-align:center;  }
	#total_search .sub_category_wrap_area_title { color:#989898; font-size:13px; font-weight:bold; text-align:center; padding:8px 0; }
	#total_search .sub_category_wrap_area_title img { height:20px; }

	
/* select 박스.시작 */
	#total_search .mega_selectbox_title_wrap {
		position: relative;
		display:inline-block;
		height: 32px;
		width:100%;
		background: url('//img.for-next.net/img/icon/select_icon_arrowdown.jpg');
		background-position:100% 50%;
		background-repeat:no-repeat;
		color:#333;
	}
	#total_search .mega_selectbox_title_wrap label {
		position: absolute;
		font-size: 13px;
		font-weight:bold;
		top: 12px;
		left: 12px;
	}
	#total_search .mega_selectbox_title_wrap .mega_selectbox_title
	 {
		width: 100%;
		color:#000;
		height: 32px;
		min-height: 32px;
		line-height: 32px;
		padding: 0 5px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#total_search .main_area_submit_wrap_input {
		position: relative;
		display:inline-block;
		height: 32px;
		width:100%;
		background:#FFF;
		color:#333;		
		}
/* select 박스.끝 */		 