.top_navi { 
margin:0 auto;
padding-top:98px;
width:1100px;
height:56px;
}

.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu {
width:100%;
}

.sf-menu li {
position: relative;
}

.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.sf-menu > li {
float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
display: block;
}

.sf-menu li a {
display: block;
position: relative;
padding:15px 40px;
font:normal 16px/30px 'Century Gothic','Trebuchet MS','Malgun Gothic','맑은 고딕',Helvetica,Arial,sans-serif;
color:#FFF;
}

.sf-menu ul li {
width:auto;
}

.sf-menu ul li {
background: #404042;
}

.sf-menu ul li a {
display: block;
position: relative;
padding:15px;
font:normal 14px 'Century Gothic','Trebuchet MS','Malgun Gothic','맑은 고딕',Helvetica,Arial,sans-serif;
color:#FFF;
border-top:1px solid #5A5A5A;
zoom: 1; 
}

.sf-menu ul li a:hover {
color:#089CD7;
background-image:none;
background-color:#333;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
/*
background:#333;
*/
background:url('/new/img/common/bg_top_menu_on.jpg') no-repeat;
-webkit-transition: none;
transition: none;
}


.sf-menu ul ul {
top: 0;
left: 100%;
}

/* 한줄로 표시 */
/*
.sf-menu ul li {
white-space: nowrap; 
*white-space: normal; 
-webkit-transition: background .2s;
transition: background .2s;
}
*/

/* 넓이 지정 */
.sf-menu ul {
min-width: 13em; 
*width: 13em; 
}

.sf-menu li:hover,
.sf-menu li:hover > a,
.sf-menu li.sfHover {
/*
background:url('/new/img/common/bg_header2.jpg') bottom repeat-x;
color:#089CD7;
*/
color:#FFFFFF;
-webkit-transition: none;
transition: none;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {

background-color:#333;
background-image:none;
-webkit-transition: none;
transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
padding-right: 2.5em;
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
/* order of following 3 rules important for fallbacks to work */
border: 5px solid transparent;
border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
margin-top: -5px;
margin-right: -3px;
border-color: transparent;
border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: white;
}
