
/*서브-메뉴로케이션*/
#location{ color:#999; font-size:1em; font-weight:400; 
    text-align: right;
width: 1100px; margin: 50px auto 0;}
#location strong{color:#555; font-weight:500;}

@media (max-width:1200px) {
#location{ display:none;}
}