/**
 * NODE CASINO — theme08 로고 (그림자 없음)
 */
.theme_logo_img a {
	max-width: min(400px, 92vw) !important;
	height: 130px !important;
}

.theme_logo_img img,
.theme_logo_img img.mainlogo {
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 130px !important;
	object-fit: contain !important;
	filter: none !important;
}

.pop_logo img.popuplogo,
.footer .logo img.footerlogo {
	max-width: min(300px, 85vw);
	max-height: 80px;
	object-fit: contain;
	filter: none !important;
}

@media screen and (min-width: 768px) {
	.login .header_wrap {
		display: flex;
		justify-content: flex-end;
		position: relative;
	}

	.login .theme_logo_img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 998;
		pointer-events: none;
	}

	.login .theme_logo_img a {
		pointer-events: auto;
	}

	.login .theme_login {
		z-index: 1000;
		width: auto !important;
		margin-left: auto !important;
		justify-content: flex-end !important;
	}
}

@media screen and (max-width: 767px) {
	.theme_logo_img a {
		height: 80px !important;
	}
}
