footer{
	width: 100%;
	background: #F1F1F1;
}
.footer-tops{
	width: 100%;
}
.footer-top{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 70px;
}
.footer-topf{
	    display: flex;
	    align-items: center;
	    margin-bottom: 30px;
	    justify-content: space-between;
	    padding-bottom: 25px;
	    border-bottom: 1px solid #333;
}
.footer-topf1_1{
	font-size: 29px;
	font-weight: bold;
	color: #333333;
}
.footer-topf1_2{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
}
.footer-topf2_1{
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.footer-topf2_1:last-child{
	margin-bottom: 0;
}
.footer-topf2_1 img{
	width: 28px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.footer-topf2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.footer-topt{
	width: 100%;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
}
.footer-topt1_1{
	    font-size: 18px;
	    font-weight: bold;
	    color: #333333;
	    padding-bottom: 8px;
	    border-bottom: 1px solid rgba(112, 112, 112, 0.149);
}
.footer-topt1_2{
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 30px;
	    color: #515151;
	    padding-top: 15px;
}
.footer-topt2{
	    width: 40%;
}
.footer-topt2_1{
	    font-size: 18px;
	    font-weight: bold;
	    color: #333333;
		margin: 0;
	    padding-bottom: 8px;
	    border-bottom: 1px solid rgba(112, 112, 112, 0.149);
}
.footer-topt2_2{
	    border-bottom: 1px solid rgba(112, 112, 112, 0.149);
	    width: 100%;
	    display: block;
	    padding: 10px 0;
	    font-size: 16px;
	    font-weight: 400;
	    color: #333333;
}
.footer-down{
	width: 100%;
	background: #202020;
}
.footer-dow{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #EEEEEE;
}
