.footer-site {
	background: var(--footer);
	margin-top:213px;
	position:relative;
}

.footer-site-wrap {
	max-width:1280px;
	width:100%;
	min-height:127px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;	
}

.footer-decor1 {
	display:block;
	position:absolute;
	width:535px;
	height:340px;
	left:50%;
	top:0;
}

.footer-menu {
	text-decoration:none;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: var(--color-white-solid);
}

@media (max-width: 768px) {
	.footer-site-wrap {
		flex-direction:column;
		justify-content:center;
	}
	
	.footer-site {
		margin:0;
	}
}