
/*서브-메뉴로케이션*/
#location ul{display: flex; align-items: center;}
#location li{opacity: 0.5;}
#location li:after{content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 400; display: inline-block; margin: 0 6px; color: #bcc3d3;}
#location li:last-child{font-weight:600; opacity: 1;}
#location li:last-child:after{display: none;}
@media (max-width:992px) {
#location{ display:none;}
}