footer{
	background: #FFFFFF;
}

.footer-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4.5625rem 0;
	box-sizing: border-box;
}


.fc-menu-box{
	width: 100%;
	margin-left: 7.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fc-menu-box h5{
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 1.875rem;
}

.fc-menu-box p{
	font-size: 1rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1.0625rem;
}

.keep-record-bg{
	width: 100%;
	min-height: 3rem;
	line-height: 3rem;
	background: #00931c;
	color: #FFFFFF;
}
.keep-record{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	flex-wrap: wrap-reverse;
}
.fc-box img{
	margin-bottom: 1.25rem;
}

.fc-box .fc-logo img{
	width: 15.1875rem;
	height: 4.875rem;
}
.fc-box .fc-phone img{
	width: 15rem;
	height: 2.5rem;
}
.fc-box .fc-code img{
	width: 14rem;
	height: 13.875rem;
}
.fc-box .fc-code p{
	text-align: center;
}






















