.footerBox {
	background-color: #0A415C;
}

.footerBox,
.footerBox a {
	font-size: .875rem;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.footer_nav {
	position: relative;
	padding: 4rem 0;
}

.footer_logo {
	margin-bottom: 1.5rem;
}

.footer_logo_a {
	display: inline-block;
}

.footer_logo_img {
	width: auto;
	height: 3rem;
}

.footer_nav_p {
	margin-bottom: 1.5rem;
	line-height: 1.625rem;
}

.footer_nav_btn {
	gap: 1rem;
}

.footer_nav_btn_a {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
}

.footer_nav_btn_a:hover {
	background-color: #1E8549;
}

.footer_nav_li_h4 {
	margin-bottom: 1.5rem;
	line-height: 1.75rem;
	font-weight: 700;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, .9);
}

.footer_nav_entrance_li {
	margin-top: .75rem;
}

.footer_nav_entrance_li:first-child {
	margin-top: 0;
}

.footer_nav_entrance_li_a {
	display: block;
	line-height: 1.25rem;
}

.footer_nav_contact_li {
	display: flex;
	align-items: flex-start;
	margin-top: .75rem;
}

.footer_nav_contact_li:first-child {
	margin-top: 0;
}

.footer_nav_contact_li_a {
	flex-shrink: 0;
	margin-right: .75rem;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 1.25rem;
	color: #1E8549;
	text-align: center;
}

.footer_nav_contact_li_b {
	line-height: 1.25rem;
}

.footer_bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	display: none;
}

.footer_copyright {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer_copyright .content {
	justify-content: space-between;
	padding: 1.5rem 0;
}

.footer_copyright a {
	font-size: .875rem;
	text-align: center;
}

.footer_copyright_b {
	gap: 1.5rem;
}

.footer_footerBox_text:hover {
	color: #1E8549;
}

@media (max-width: 1200px) {

	.footer_nav,
	.footer_copyright {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 1199px) {
	.footer_nav_col {
		margin-top: 2rem;
	}

	.footer_nav_col:nth-child(1),
	.footer_nav_col:nth-child(2) {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.footer_nav_col:nth-child(2) {
		margin-top: 2rem;
	}

	.footer_copyright .content {
		flex-wrap: wrap;
	}

	.footer_copyright_b {
		margin-top: 1rem;
	}

	.footer_copyright_a,
	.footer_copyright_b {
		width: 100%;
	}
}