/**
 * NODE CASINO — theme12 로고 (그림자·글로우 없음)
 */
.site_logo a img,
.cont_bottom img[src*="logo"],
footer img[src*="logo.png"] {
	width: auto;
	max-width: min(340px, 42vw);
	height: auto;
	max-height: 100px;
	object-fit: contain;
	filter: none !important;
}

@media screen and (max-width: 767px) {
	.site_logo {
		width: auto;
		max-width: 200px;
		height: auto;
	}

	.site_logo a img {
		max-height: 72px;
		max-width: min(220px, 55vw);
	}
}
