
/*서브-메뉴로케이션*/
#location{ /*background:url(img/home_icon.png) 0 0px no-repeat;*/ color:rgba(250,250,250,0.9); font-size:1.3em; font-weight:lighter; padding-left:27px; display:inline-block;
 position:absolute; top:154px; left:50%; margin-left:-165px; width:330px; text-align:center; text-shadow:0px 0px 3px #333;}
#location strong{color:#fff; font-weight:bold;}
@media (max-width:575px) {
#location{ width:300px; top:60px; margin-left:-150px;font-size:1em; padding-left:15px; }
}