/*서브-메뉴로케이션*/
#location {
	position: absolute;
	width: 1440px;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%,0);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	padding-left: 12px;
}

#location a {
	color: #fff;
}

@media (max-width:1440px) {
	#location {
		width: 100%;
		bottom: 50px;
		text-align: center;
	}
}
