@charset "UTF-8";

.g2f.map:focus-within>.ol-viewport>.ol-overlaycontainer {
	outline: 1px solid #4A74A8;
	outline-offset: -1px;
}

/* 비활성화된 상태에서만 문구 표시 */
.g2f.map[tabindex]:not(:focus-within)>.ol-viewport::before {
	content: "클릭하면 지도가 활성화 됩니다.";
	position: absolute;
	/*top: 0;*/
	left: 0;
	right: 0;
	bottom: 50%;
	width: 100%;
	height: 20px;
	background: #ddd6;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}

.g2f .ol-overviewmap.ol-uncollapsible {
	bottom: 2px;
	right: 2px;
	left: unset;
	border-radius: 4px 0 0 0;
}
