
/*서브-메뉴로케이션*/
#location{ background:#fff; border-bottom:1px dotted #ccc; color:rgba(0,0,0,0.5); height:65px; font-size:1.2em; font-weight:400;}
.loca{ width:1300px; margin:0 auto; position:relative; line-height:65px;}
.loca .loca_t{}
#location strong{color:#222; font-weight:500;}
@media screen and (max-width: 1300px) {
.loca{ width:1200px;}
}

@media (max-width:1000px) {
#location{  padding:0px 10px; height:40px; font-size:1em;}
.loca{ width:100%; line-height:40px;}
}