
/*서브-메뉴로케이션*/
#location{ position:absolute; top:-30px; right:10px; background:url(img/home.jpg) 0 50% no-repeat; color:#a1a1a1; font-size:1.1em; padding-left:12px;}
#location strong{color:#000000;}
@media (max-width:575px) {
#location{ display:none;}
}