@charset "UTF-8";

/* --------------------------------------------
FOOTER
--------------------------------------------- */
@media print , screen and ( width > 768px ){
	#footer-inner{
		margin-inline : auto;
	}
}
@media screen and ( 768px < width < 1240px ){
	#footer-inner{
		width : calc( 1060 var( --percentBase ) );
	}
}
@media print , screen and ( width >= 1240px ){
	#footer-inner{
		width : 1060px;
	}
}
@media print , screen and ( width > 768px ){
	#footerlogo{
		padding-top : calc( 10 var( --remBase ) );
		padding-bottom : calc( 12 var( --remBase ) );
	}
	#footerlogo img{
		width : auto;
		height : calc( 56 var( --remBase ) );
	}
}
@media print , screen and ( width > 768px ){
}
@media print , screen and ( width > 768px ){
}
@media print , screen and ( width > 768px ){
	
}