
/*서브-메뉴로케이션*/
#location{ position:absolute; bottom:5px; right:0; color:rgba(255,255,255,0.5); font-size:1em; font-weight:400; padding-left:12px;}
#location strong{color:rgba(255,255,255,1); font-weight:600;}
@media (max-width:1200px) {
#location{ display:none;}
}