@charset "UTF-8";
/* CSS Document */

.bg_emblem {
	position: relative;
	z-index: 0; 
}

.bg_emblem::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../../images/common/logo_icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80%;
	opacity: 0.15;
	z-index: -1;
	pointer-events: none;
}