
/*서브-메뉴로케이션*/
#location{ position:absolute; left:50%; top:18px; margin-left:350px; color:rgba(250,250,250,0.6); font-size:12px; font-weight:normal;}
@media (max-width: 991px) {
#location{ display:none;}
}