@CHARSET "UTF-8";

/*
디자인 전 임시 css파일
*/
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: rgb(238, 68, 68);
  color: white;
  border: 1px solid white;
  font-weight: bold;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: rgb(238, 68, 68);
}
.layer_02 {
	z-index:3;
	margin:0;
	padding:0;
	position:absolute;
	left:410px ; top:130px;
}
.layer_02 li {
	list-style:none;
	float:left;
	height:49px;
	margin:0;
	padding:0;
	box-shadow:1px 1px 1px 1px #b1b2b2;	
}
.layer_03 {
	z-index:3;
	margin:0;
	padding:0;
	position:absolute;
	left:410px; 
	top:130px;
}
.layer_03 li {
	list-style:none;
	height:49px;
	margin:0;
	padding:0;
	/* box-shadow:1px 1px 1px 1px #b1b2b2; */	
}



.layer_04 {
	z-index:3;
	margin:0;
	padding:0;
	position:absolute;
	left:1750px; 
	top:130px;
}
.layer_04 li {
	list-style:none;
	height:49px;
	margin:0;
	padding:0;
	/* box-shadow:1px 1px 1px 1px #b1b2b2; */	
}

.map_capture{
	position: absolute; 
	z-index: 2; 
	top:0; 
	left:0;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.map_content{
	width: 100%; 
	height: 100%;		
}

.map_info{
	width: 100%; 
	height: 5%; 
	float: left; 
	border: 1px solid #000000;			
}
.map_wrap{
	width: 100%; 
	height: 94.5%; 
	float: left; 
	position: absolute; 
	z-index: 1;			
}
.map_pa{
	width: 100%; 
	height: 100%; 
	position: relative; 
	z-index: 2;
}

.map_ctl{
	/*width: 45px;*/ 
	position: absolute; 
	z-index: 3; 
	top:6px; 
	left:6px;
	list-style:none;
	cursor: pointer;
}

.map_ctl2{
	/*width: 45px;*/ 
	position: absolute; 
	z-index: 3; 
	top:6px;
	right : 6px;
	list-style:none;
	cursor: pointer;
}

.map_ctl2_help_all{
	position: absolute; 
	z-index: 3; 
	top:6px;
	right : 6px;
	list-style:none;
	cursor: pointer;
	text-align: right; 
	right: 48px; 
	height:100%;
	display: none;
}

.scale-line{
	position: absolute; 
	z-index: 3; 
	right : 165px;
	list-style:none;
	cursor: pointer;
	text-align: right; 
	bottom: -6px;
}

.map_ctl3{
	display:none;
	height: 150px; 
	position: fixed; 
	z-index: 3; 
	bottom:1px; 
	left:1px;
	overflow-y:scroll;
	background-color: white;
}

.map_pa_btns{
	height: auto; 
	width: 100%; 
	z-index: 4; 
	position: relative;
}
.map_pa_btns ul{
	z-index:5;	
	margin:0;	
	padding:0;	
	position:relative;
	list-style:none;
}

.dialog{
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    background: aliceblue;
    transform: translate(-50%, -50%);
    border: 1px solid black;				
}
