
/*서브-메뉴로케이션*/
#location{ color:#999; font-size:1em; font-weight:400; position:absolute; bottom:0; width: 100%; margin: 0 auto; padding: 10px 0; background: #fff;}
.loca{ max-width: 1300px; margin: 0 auto; text-align: right;}
#location strong{color:#444; font-weight:normal;}
@media (max-width:991px) {
#location{  font-size:1em; padding:10px 10px; margin-bottom:0px;}
.loca{ width:100%;}
}