
/*서브-메뉴로케이션*/
#location{ position:absolute; bottom:18px; 
    text-align: right;
    color: rgba(255,255,255,.7);
    font-size: 1.3em;
    font-weight: 400;
	width: 100%;
    padding-right: 130px;}
#location strong{color:#fff; font-weight:500;}
@media (max-width:1200px) {
#location{ display:none;}
}