
/*서브-메뉴로케이션*/
#location{ width:100%; height:55px; background:#fff; border-bottom:1px dotted #ccc; border-top:1px solid #444; display:none;}
#loc{ width:1100px; margin:0 auto; color:rgba(0,0,0,0.5); line-height:55px; font-size:1.1em; letter-spacing:0;}
#location strong{color:#222; font-weight:normal;}
@media (max-width:575px) {
#location{ height:35px; padding:0 15px; border-top:0;}
#loc{ width:100%; line-height:35px; font-size:1em;}
}cc