.footer {
	background-color: rgba(240,240,240,1);
	min-height: 150px;
	min-height: 10vh;
	width: 100%;
	padding-top: 30px;
}
.footer .one_third {
	width: 33.33%;
	float: left;
}
.footer .one_third img {
	max-width: 150px;
	margin: 0 auto;
}

.footer .system_version {
	font-size: 75%;
	padding-bottom: 10px;
}

.footer .footer_nav ul, .footer .footer_nav ul li {
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
}
.footer .footer_nav ul li a {
	text-decoration: none;
	color: rgba(192,57,43,1);
	color: var(--main_color);
}
.footer .footer_nav ul li a:hover {
	color: rgba(0,0,0,1);
}

.footer .footer_nav ul li {
	padding-bottom: 5px;
}
