
/*서브-메뉴로케이션*/
#location{ position:absolute; bottom:20px; right:10px; background:url(img/home.jpg) 0 50% no-repeat; color:#999; font-size:1.2em; font-weight:400; padding-left:12px;}
#location strong{color:#444; font-weight:normal;}
@media (max-width:575px) {
#location{ display:none;}
}