@charset "UTF-8";

/* footer-bottom-nav — 인라인 SVG 아이콘 (mask/외부 이미지 경로 미사용) */

nav .bottom.footer-bottom-nav a .img {
	-webkit-mask: none !important;
	mask: none !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	background: none !important;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .bottom.footer-bottom-nav a .img svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

nav .bottom.footer-bottom-nav a.booking .img svg {
	width: 22px;
	height: 22px;
}

@media (min-width: 640px) {
	nav .bottom.footer-bottom-nav a .img svg {
		width: 24px;
		height: 22px;
	}

	nav .bottom.footer-bottom-nav a.booking .img svg path {
		fill: currentColor;
	}

	nav .bottom.footer-bottom-nav a.booking .img,
	nav .bottom.footer-bottom-nav a:hover .img {
		background-color: transparent !important;
	}
}
