@charset "UTF-8";
/*
=======================================================
FOOTER
=======================================================
*/
.footer{
	background:url(../img/footer_bg.png);
	height:189px;
	background-position:bottom center;
}
.footerBox{
	display:flex;
	justify-content: space-between;
	margin-top: 100px;
}
.footerLink{
	margin-right:30px;
	display:inline-block;
}
.footerLink a{
	font-size:14px;
	color:#fff;
}
.footerCopy{
	font-size:12px;
	color:#fff;
}
.spFooterBox{
	display:none;
}





@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
	.footer .topContainer{
		padding: 30px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.footerBox{
		flex-wrap:wrap;
		margin-top: 70px;
	}
	.footerLinkBox{
		width:100%;
	}
	.footerCopy{
		width: 100%;
	    text-align: center;
	    margin-top: 20px;
	}
	.footer .topContainer{
		padding:20px 0 0;
	}
	.spFooterBox{
		display:flex;
		position:fixed;
		width:100%;
		bottom:0;
		justify-content: space-between;
		background:#fff;
		padding:3px 3px 0;
		z-index: 10;
	}
	.spFooterLink{
		width:49.5%;
		display:flex;
		align-items:center;
		justify-content: center;
		background:#f7f1df;
		height: 50px;
	}
	.spFooterLink a{
		display:flex;
		height:100%;
		align-items:center;
		justify-content: center;
		font-size: 18px;
	    font-weight: bold;
	    color: #434343;
	}
	.footer{
		margin-bottom:50px;
	}
}




















