#top_fixed {position:fixed;width:225px;top:0;z-index:9999;}
#top_fixed_m {position:relative;width:225px;top:0;z-index:9999;}


/* Top Menu 기본 설정 크기 및 넓이 */
#toplogo_wrapper {position:relative;margin:0 auto;width:100%;text-align:center;padding:30px 0;background:#fff;}
#topmenu_wrapper {position:relative;margin:0 auto;width:100%;overflow:hidden;z-index:10000;}

/* Logo */
#top_logo {}

/* 소메뉴 home|login... absolute 설정으로 혹시 모르는 top_menu 와 간섭 해결 */
#sh_tip_menu {width:54%;margin:16px auto 0;font-size:0.85em;overflow:hidden}
#sh_tip_menu li {float:left; background:url('/sh_img/hd/top_menu/sh_tip_menu_bg.png') right 3px no-repeat; padding:0 10px; }
#sh_tip_menu li.last {background:none;}
#sh_tip_menu li a {color:#666666;font-size:1em;}

/* nav_depth  */
.top_nav {}

/* 대메뉴 */
.top_nav > li {position:relative;background:#333333;}
.top_nav > li a {display:block;color:#a8a8a8;font-weight:bold;font-size:16.5px;padding:20px 25px;border-bottom:1px solid #272727;} 
.top_nav > li:hover a {color:#fff;}
.top_nav > li.on {}
.top_nav > li.on a {color:#fff;background:url(/sh_img/hd/top_menu/top_nav_on_bg.png) left center repeat;}

/* 소메뉴 */
.top_nav_depth {display:none;position:relative;margin:0px;padding:15px 0 20px 25px;font-size:13px;background:url(/sh_img/hd/top_menu/top_nav_depth_bg.png) left top;border-bottom:1px solid #272727;}
.top_nav_depth.on {display:block}
.top_nav_depth li {}
.top_nav_depth li a {margin:0px;padding:0px;font-size:1.1em;line-height:1.7;font-weight:normal;letter-spacing:-0.03em;color:#848484 !important;background:none !important;border-bottom:none !important;}
.top_nav_depth li a:hover {color:#fff !important;background:none;}
.top_nav_depth li.on a {color:#fff !important;background:none !important;}

