footer {
	width: 100%;
	background: #424242;
}

.footer {
	width: 100%;
	margin: 25px auto;
}

.footer-downs {
	border-top: 1px solid #888888;
	width: 100%;
	padding: 20px 0;
}

.footer-down1 {
	width: 100%;
	font-size: 20px;
	color: white;
}

.footer-down2 {
	width: 100%;
	display: inline-block;
}

.footer-down2_1 {
	width: 15%;
	margin-right: 2%;
	margin-top: 15px;
	display: block;
	float: left;
	font-size: 16px;
	color: #C2C2C2;
}

.footer-down2_1:nth-child(6n) {
	margin-right: 0;
}

.footer-tops {
	width: 100%;
	padding: 20px 0;
	display: flex;
}

.footer-top1 {
	width: 245px;
}

.footer-top1_1 {
	width: 100%;
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
}

.footer-top1_2 {
	width: 100%;
	font-size: 30px;
	color: #FEC200;
	font-weight: bold;
}

.footer-top1_3 {
	width: 100%;
	font-size: 15px;
	color: #C2C2C2;
}

.footer-top1_4 {
	border: 1px solid #FFFFFF;
	width: 185px;
	height: 40px;
	display: block;
	margin-top: 45px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
}

.footer-top2 {
	width: calc(100% - 245px);
	display: flex;
}

.footer-top3 {
	width: 18%;
	margin-right: 2%;
}

.footer-top3_1 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: white;
}

.footer-top3_2 {
	width: 100%;
	margin-bottom: 15px;
	display: block;
	color: #C2C2C2;
	font-size: 16px;
}

.footer-top3_2:last-child {
	margin-bottom: 0;
}