/**
 * Site footer layout.
 */

.khf-footer {
	background: #f3f8fc;
	color: #292929;
	font-size: 14px;
}

.khf-footer-container {
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 0px 25px;
}

.khf-footer-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.khf-footer-row > .khf-footer-column {
	max-width: calc(100% - 32px);
	padding: 0 16px;
	flex: 1 1;
}

.khf-footer-row > .khf-footer-column-links {
	max-width: 16.666%;
}
.khf-footer-row > .khf-footer-column-locations {
	max-width: 25%;
}

.khf-footer-row > .khf-footer-column-inquiry {
	max-width: 25%;
}

.khf-footer-heading {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding-bottom: 10px;
}

.khf-footer-heading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16px;
	height: 2px;
	background: #29b7b9;
	border-radius: 2px;
}

.khf-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.khf-footer-links li {
	margin: 10px 0 0px;
}

.khf-footer-links a {
	color: #292929;
	text-decoration: none;
	font-size: 14px;
}

.khf-footer-links a:hover {
	color: #29b7b9;
}

.khf-footer-office {
	margin: 10px 0 0px;
	font-size: 14px;
}

.khf-footer-office strong {
	display: block;
	font-weight: 700;
	color: #000;
	margin-bottom: 2px;
}

.khf-footer-office span {
	display: block;
	color: #000;
}

.khf-footer-inquiry-group {
	margin-bottom: 16px;
}

.khf-footer-inquiry-group:last-child {
	margin-bottom: 0;
}

.khf-footer-inquiry-label {
	margin: 10px 0 0px;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.khf-footer-inquiry-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.khf-footer-inquiry-list li {
	margin: 10px 0 0px;
}

.khf-footer-inquiry-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.khf-footer-inquiry-list a:hover {
	color: #29b7b9;
}

.khf-footer-inquiry-list img {
	flex: 0 0 auto;
	object-fit: contain;
}

.khf-footer-inquiry-icon--phone,
.khf-footer-inquiry-icon--flag {
	width: 20px;
	height: 20px;
}

.khf-footer-inquiry-icon--email {
	width: 22px;
	height: 22px;
	border-radius: 4px;
}

.khf-footer-inquiry-icon--whatsapp {
	width: 20px;
	height: 20px;
}

.khf-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 1px solid #eeeeee;
}

.khf-footer-copyright {
	flex: 1;
	font-size: 13px;
	color: #000;
}

.khf-footer-bottom-links {
	flex: 1;
	text-align: center;
	font-size: 14px;
}

.khf-footer-bottom-links a {
	color: #000;
	text-decoration: none;
}

.khf-footer-bottom-links a:hover {
	color: #154880;
}

.khf-footer-dot {
	margin: 0 8px;
	color: #888888;
}

.khf-footer__social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 1;
}

.khf-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-decoration: none;
}

.khf-footer-social-link-facebook {
	background: #1877f2;
}

.khf-footer-social-link-twitter {
	background: #000;
}

.khf-footer-social-link-linkedin {
	background: #0a66c2;
}

.khf-footer__social-icon {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.khf-footer-social-link-facebook .khf-footer__social-icon {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12a10 10 0 1 0-11.6 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.4h-1.2c-1.2 0-1.6.8-1.6 1.5V12h2.8l-.4 2.9h-2.3v7A10 10 0 0 0 22 12'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 12a10 10 0 1 0-11.6 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.4h-1.2c-1.2 0-1.6.8-1.6 1.5V12h2.8l-.4 2.9h-2.3v7A10 10 0 0 0 22 12'/%3E%3C/svg%3E");
}

.khf-footer-social-link-twitter .khf-footer__social-icon {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.9 2H22l-6.8 7.8L23.2 22h-6.6l-5.1-6.7L5.8 22H2.7l7.3-8.4L.8 2h6.8l4.6 6.1L18.9 2Zm-1.2 18h1.8L7.1 3.9H5.2L17.7 20Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.9 2H22l-6.8 7.8L23.2 22h-6.6l-5.1-6.7L5.8 22H2.7l7.3-8.4L.8 2h6.8l4.6 6.1L18.9 2Zm-1.2 18h1.8L7.1 3.9H5.2L17.7 20Z'/%3E%3C/svg%3E");
}

.khf-footer-social-link-linkedin .khf-footer__social-icon {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4.98 3.5C4.98 4.88 3.87 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.5 8.5h4V23h-4V8.5zM8.5 8.5h3.8v2h.1c.5-1 1.8-2.1 3.7-2.1 4 0 4.7 2.6 4.7 6v8.6h-4v-7.6c0-1.8 0-4.1-2.5-4.1s-2.9 2-2.9 4v7.7h-4V8.5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4.98 3.5C4.98 4.88 3.87 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.5 8.5h4V23h-4V8.5zM8.5 8.5h3.8v2h.1c.5-1 1.8-2.1 3.7-2.1 4 0 4.7 2.6 4.7 6v8.6h-4v-7.6c0-1.8 0-4.1-2.5-4.1s-2.9 2-2.9 4v7.7h-4V8.5z'/%3E%3C/svg%3E");
}


@media screen and (max-width: 767px) {
	.khf-footer-container{
		max-width: 100%;
	}
	.khf-footer-row {
		flex-direction: column;
		row-gap: 20px;
	}
	.khf-footer-row > .khf-footer-column {
		max-width: 100%;
	}

	.khf-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.khf-footer-bottom-links {
		text-align: left;
	}
}
