/*  홈페이지 레이아웃 CSS  */





/*  최상단 table (로고 . 배너) ##########################################  */
	#g_table_top{margin-bottom:1px; border:0px solid #ff0000;}





/*  main 메뉴바 table (메인메뉴 . 검색폼) ##################################  */

	#g_table_menubar{background-color:#606569; border:1px solid #474848; border-width:1px 1px 0 1px; border-radius:5px 5px 0 0; }

		#g_div_menubar{margin:0; padding:0;}
		#g_div_menubar a{display:block; font:normal 14px 맑은 고딕; float:left; font-weight:bold; color:#ffffff; padding:10px 15px;} /* 주메뉴 */
		#g_div_menubar span{display:block; float:left; color:#434243; padding:10px 0; font-size:10px; font-weight:inherit;} /* 분할막대 */

		#g_div_menubar .sethover:hover{color:#000000; background-color:#f6f7f8;} /* 마우스On */
		#g_div_menubar .fixhover{color:#000000; background-color:#f6f7f8;}
		#g_div_menuba .highlight{} /* 현재출력 메뉴 색상 : 1_main_html.php 의 하단부에서 지정 */

		#g_td_search{width:300px; text-align:right; word-spacing:-4px;}
		#g_search_form{}
		#g_search_write{width:180px; height:19px; border-width:0; background-color:#a9aaab; border-radius:4px 0 0 4px;}
		#g_search_submit{width:40px; height:19px; border-width:0; background-color:#111213; color:#aaaaaa; padding:0; border-radius:0 3px 3px 0; cursor:pointer;}
		#g_search_more{width:20px; height:19px; border-width:0; background-color:#111213; color:#767778; font:normal 9px tahoma; margin:0 10px 0 2px; padding:0; border-radius:3px; cursor:pointer;}






/*  sub메뉴 팝업 레이어 div  ############################################  */

	#g_div_popup_menu{width:140px; font:normal 14px 맑은 고딕; color:#252627; border:1px solid #707579; border-top:0; background-color:#f6f7f8; padding:7px 0 4px 0; position:absolute; display:none; box-shadow: 3px 3px 4px #aaaaaa; z-index:100;}
	#g_div_popup_menu a{ font:normal 14px 맑은 고딕; color:#252627; padding:4px 0 4px 7px; display:block;}
	#g_div_popup_menu a:hover{background-color:#e9eaeb;}
	#g_div_popup_menu .g_hd{display:none; font-weight:bold;} /* header 숨김 */






/*  '더보기' sub메뉴 table ##############################################  */

	#g_table_more{background-color:#ebeced; border-bottom:1px solid #cbcccd; margin-bottom:1px; border-radius:0 0 5px 5px; z-index:100;}
	#g_table_more td{width:120px; font:normal 12px 맑은 고딕; color:#353637; line-height:1.9; padding-top:10px; vertical-align:top;}
	#g_table_more a{font:normal 14px 맑은 고딕; color:#353637; padding:4px 0 3px 3px; display:block;}
	#g_table_more a:hover{background-color:#dcddde; border-radius:8px;}
	#g_table_more .g_hd{font-weight:bold; color:#aa0000; margin-bottom:4px; font-family:맑은 고딕;}
	#g_table_more .g_cnt{font:normal 11px tahoma; color:#ee5511;}
	#g_table_more .highlight{} /* 현재출력 메뉴 색상 : 1_main_html.php 의 하단부에서 지정 */
	#g_table_more #g_more_btn{width:auto; text-align:right; padding-top:20px;}
	#g_table_more #g_more_btn img{cursor:pointer; margin:3px 2px}






/*  NOTICE table(NOTICE . 로그인 . 회원등록 . 비번분실) ##########################  */

	#g_table_ticker{border-bottom:1px solid #d2d3d4; background-color:#e4e5e6; border-radius:0 0 5px 5px;}

		#g_notice_hd{width:60px; font:normal 13px Tahoma; color:#656667; text-align:left;}
		#g_notice_rolling{}
		#g_notice_rolling a{font:normal 13px 돋움; color:#656667;}
		#g_notice_rolling span{font:normal 10px tahoma; color:#0000FF;} /* 댓글수 */

		#g_login_td{font:normal 13px 맑은 고딕; color:#656667; letter-spacing:-1px; text-align:right; word-spacing:15px; padding-right:0px;}
		#g_login_td a{color:#656667;}







/*  좌우분할 table (좌측-메뉴 | 우측-컨텐츠) ###########################  */

	#g_table_partition{margin-top:7px;}







/*  좌측메뉴 div #################################################  */

	#g_div_left{list-style:none; border:1px solid #bbbbbb; padding:5px 3px 5px 5px; border-radius:3px;}
		#g_div_left li{padding:5px 0px 5px 0px;}
		#g_div_left a{font-size:14px; font-family:맑은 고딕; color:#292929;}
		#g_div_left a:hover{color:#ff0000;}
		#g_div_left .g_left_hd{border-bottom:1px dotted #cdcdcd; margin:0 3 0 0px;}
		#g_div_left .g_left_hd a{font:bold 16px; font-family:맑은 고딕,돋움; letter-spacing:1px;}

		#g_div_left .highlight{} /* 현재출력 메뉴 색상 : 1_main_html.php 의 하단부에서 지정 */

		#cnt_rem_cart{font:bold 10px tahoma; color:#ee5555;}
		#cnt_rem_wish{font:bold 10px tahoma; color:#ee5555;}
		#cnt_rem_view{font:bold 10px tahoma; color:#ee5555;}

		.g_shop_cnt{font:normal 12px 돋움; letter-spacing:-1px; cursor:pointer;}






/*  최하단 table (회사소개 . 오시는길 . 이용안내...) ###############################  */

	#g_table_footer{ border-top:0px solid #bbbbbb; border-bottom:0px solid #bbbbbb; margin:10px auto 10px auto;}
		#g_foot_menu{word-spacing:15px;}
		#g_foot_menu a{font:bold 14px 돋움; color:#68696a; letter-spacing:-1px;}
		#g_foot_text{font:normal 14px 돋움; color:#878889; line-height:1.8; margin-top:5px;}







