.absolute-footer {
    display: none !important;
}

footer {
	background-color: #0e0d13;
}

footer .list-social {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 0px;
	margin-top: 23px;
}
footer .list-social li {
	margin-left: 0px !important;
}

footer .list-social li img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

footer .footer-top h2 {
	margin-bottom: 8px;
}

footer .col-center .icon-box {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

footer .col-center .icon-box:last-child {
	margin-bottom: 0px;
}

footer .col-center .icon-box .icon-box-img {
	width: 30px !important;
	height: 30px;
}
footer .col-center .icon-box .icon-box-img img {
	height: 100%;
	padding-top: 0px;
}

footer .col-center .icon-box .icon-box-text {
	font-size: var(--fz-15);
	font-weight: 400;
	line-height: 23px;
	color: var(--text-white);
}
footer .col-center .icon-box h3 {
	font-size: var(--fz-15);
	font-weight: 800;
	margin-bottom: 0px;
	text-decoration-line: underline;
	color: var(--text-white);
}

footer .col-right ul {
	margin-bottom: 0px;
}

footer .col-right ul li {
	margin-left: 0px !important;
	margin-bottom: 0px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
}

footer .col-right ul li span {
	font-size: var(--fz-15);
	line-height: 23px;
	font-weight: 400;
	color: var(--text-white);
}

footer .col-right ul li span.last {
	font-weight: 700;
}
footer .wrap-map {
	margin-top: 8px;
}
footer .wrap-map iframe {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

footer .footer-bottom .box {
	border-top: 1px solid rgb(120 120 120);
	padding-top: 15px;
	padding-bottom: 15px !important;
}

footer .footer-bottom .box * {
	color: #787878;
	font-size: var(--fz-15);
	line-height: 23px;
	font-weight: 400;
}
footer .footer-bottom .box strong {
	font-weight: 700;
}

@media (max-width: 1023.99px) {
	footer .footer-top .wrap-top {
		display: grid;
		justify-content: center;
	}
	footer .footer-top .col-left,
	footer .footer-top .col-right,
	footer .footer-top .col-center {
		max-width: 100% !important;
	}
}