@charset "utf-8";

#header {background:url(https://illumi.co.kr:443/data/main/menu_4017705962341.jpg) top center no-repeat;border-bottom:4px #424242 solid;}
#header #top-depth ul li a {
    background:#424242;
    background-image:-webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,0.5) ), to( #424242 ));
    background-image:-webkidt-linear-gradient( rgba(255,255,255,0.5) , #424242 );
    background-image:-moz-linear-gradient( rgba(255,255,255,0.5) , #424242 );
    background-image:-ms-linear-gradient( rgba(255,255,255,0.5) , #424242 );
    background-image:-o-linear-gradient( rgba(255,255,255,0.5) , #424242 );
    background-image:linear-gradient( rgba(255,255,255,0.5) , #424242 );
    background-color:transparent;
    border-right:1px #424242 solid;
}
#nav-left h3 {border-left:7px #424242 solid;}
#nav-left ul li a:hover {color:#424242;}
#nav-left .holder {color:#424242;}
#nav-left .holder a {color:#424242;}

@media all and (max-width:767px) {
	#header {background:#424242;}
}