@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;
	}
}
.krds-modal :focus {
	outline: none;
	box-shadow: none;
}
#infoPanelTab1 {
	height: 100vh;
}


.modal-header {
	flex: 0 0 auto;
}

#floatingScroll {
	flex: 1;
	overflow-y: auto;
}
.floating-top-btn{
	position: sticky;
	padding:10px;
	text-align:center;
	background-color: #000;
}
/*모바일 */
@media screen and (max-width: 1200px) {
	.list-maping {
		width: 100vw;
		height: 70vh;
	}
	.mobile-fix .modal-dialog.medium-w380 {
		width: 95vw !important;
		max-width: 95vw;
		margin: 5vh auto !important;
	}
	.mobile-fix .modal-dialog.medium-w380 .modal-content {
		height: auto;
		max-height: 90vh; 
		padding: 1rem;
		overflow-y: auto;
	}}