@charset "UTF-8";
/**
 * @Class Name  : map-main.css
 * @Description : 인천 인천 100선 지도 스타일
 * @author      : Jinju, Lee
 * @since       : 2025. 12. 05
 * @version 1.1
 *
 * @Modification Information
 * 개정일자              개정자                  개정내용
 * ------------------ ----------- --------------------------
 * 2025. 12. 05       Jinju, Lee         최초생성
 *
 * Copyright 2025. 올포랜드 INC. All rights reserved.
 */

/* ========== 에어커맨드 (Air Command) ========== */

.viewer-title {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 0.8em;
	z-index: 10;
}

#container {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2열 */
	width: 100%;
	height: 100%;
}

#cesiumContainer40 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.white{color:white;}

@media screen and (min-width: 1200px) {
	#infoPanelTab1 {
		width: 470px;
		height: 800px;
	}
}