/*서브-메뉴로케이션*/
#location {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

#location strong {
    color: #fff;
    font-weight: 500;
}

@media (max-width: 1200px) {
    #location {}
}
