/* KLDAS-css는 KLDAS system whapgis 페이지에 필요. */
/* klis-custom은 Comparing Map 페이지에 필요. */



#map_canvas_1, #map_canvas_3{
	/*height: 862px;*/
}

.meta-tab{
	background-color: #e2e2e2c7;
    width: 76.2%;
    height: 315px;
    position: absolute;
    margin-top: 547px;
    z-index: 999;
    font-size: 12px;
}

.met-row{
	margin: 3px 145px 0px 145px;
}

.met-title{
	font-weight: bold;
    float: left;
    margin-left: 35%;
    margin-top: 6px;
}

.met-content{
	position: absolute;
    margin-top: 5px;
    margin-left: 45%;
}

.openBtn{
	width: 130px;
    height: 25px;
    position: absolute;
    z-index: 999;
    text-align: center;
    margin-top: 837px;
    margin-left: 35%;
}

.closeBtn{
	width: 130px;
    height: 25px;
    position: absolute;
    margin-left: 35%;
    margin-top: 522px;
    z-index: 999;
    text-align: center;
}
.btn-whap {
    width: 105px;
    border-radius: 0px;
    border: 1px solid lightgray;
    color: #848484;
    background-color: #f0f0f0;
    line-height: 30px;
    font-size: 14px;
    font-family: NanumBarunGothic;
}

/* th, td { */
	/* text-align: left; */
	/* padding: 2px; */
/* } */
/* tr { */
	/* height: 22px; */
/* } */

/* tr:nth-child(even){background-color: #f2f2f2} */

.status-bar{
	position : absolute;
	width: 80%;
	height: 7%;
	background-color: #cdcdcd;
	border-color : gray;
	border-radius: 4px;
	border: 1px solid transparent;
	box-sizing : border-box;
	z-index : 999;
	margin-top: 863px;
}

/*2020 3 4 added*/
/* Style The Dropdown Button */
.dropbtn {
	background-color: #f0f0f0;
    color: #818181;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
    height: 33px;
    border: 1px solid lightgray;
	/* 아래는 기존 KLDAS css */
	/* background-color: #4CAF50; */
    /* color: white; */
    /* padding: 5px 16px 5px 16px; */
    /* font-size: 16px; */
    /* cursor: pointer; */
    /* height: 41px; */
    /* border: 1px solid; */
    /* border-radius: 9px; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0475f4;
  color: white;
}
