/*서브-메뉴로케이션*/
#location{
    font-size:1em;
    font-weight:400;
    width: max-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 2em;
}
#location i{margin: 0 4px;}
#location strong{font-weight:600;display: inline-block;}
