@charset "utf-8";

/* Top Menu 기본 설정 크기 및 넓이 */
#topmenu_wrapper {position:relative;margin:0 auto;width:1070px;height:100px;z-index:1}


#sh_tip_left {position:absolute;left:0px;top:0;font-size:12px;color:#888;z-index:2;font-family:'dotum','돋움;'}
#sh_tip_left .news {overflow:hidden}
#sh_tip_left .news .tit {float:left;margin-right:10px;font-weight:bold;color:#333;line-height:37px}
#sh_tip_left .news .txt {overflow:hidden; float:left;width:260px} 


/* 소메뉴 home|login... absolute 설정으로 혹시 모르는 top_menu 와 간섭 해결 */
#sh_tip_menu {position:absolute;right:0px;top:0;font-size:12px;overflow:hidden;z-index:2;font-family:'dotum','돋움;'}
#sh_tip_menu li {float:left;padding-right:8px;line-height:36px;padding-left:10px;background:url(/sh_img/hd/top_menu/line.png) left center no-repeat}
#sh_tip_menu li.last {padding-right:0;background:none}
#sh_tip_menu li.first {background:none}
#sh_tip_menu li a {color:#333}
#sh_tip_menu li .buy {display:block;padding:0 16px;font-weight:bold;background-color:#3a425e;color:#fff}

/* Logo */
#top_logo {padding-top:68px}

/* nav_depth  */
.top_nav {position:absolute;top:63px;right:-53px;width:645px}
.top_nav > ul > li{float:left}
.top_nav > ul > li > a{display:block;color:#222;font-size:17px;font-weight:bold;letter-spacing:-0.5px;padding:20px 30px 27px}

.top_nav_s{display:none;margin:0; padding-top:20px}
.top_nav_s.on{display:block}
.top_nav_s li{}
.top_nav_s li a{display:block;margin:0px;color:#333;font-size:14px;padding:4px 0;text-align:center}

/* 전체메뉴배경 */
.top_nav_bg {position:absolute;top:130px;width:100%;display:none;height:185px;background-color:#f9f9f9;z-index:1}
.topbg_img {position:relative;width:1300px;margin:0 auto;padding:170px 0 15px 0;overflow:hidden;background:url(/sh_img/hd/top_menu/topbg_img.png) left bottom no-repeat}

/****** 메뉴 오버컬러 ******/
.top_nav > ul > li > a:hover{color:#3a425e;padding:20px 30px 27px;background:url(/sh_img/hd/top_menu/mn_on_bg.png)bottom center no-repeat}
.top_nav_s li a:hover{color:#999}


/****** 메뉴간격 조정 ******/
.top_nav > ul > li > a, .top_nav_s{}
