@CHARSET "UTF-8";
html, body, .map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#Dialog_ToolBar {
  bottom: auto;
  left: 0.5em;
  right: auto;
  top: 2.7em;
  position:absolute;
  padding:2px;
  border-radius:4px 4px 4px 4px;
}
#Dialog_Legend {
  
  padding:2px;
  border-radius:4px 4px 4px 4px;
}
#ToolBtn {
	bottom: auto;
  left: 0.5em;
  right: auto;
  top: 0.5em;
  padding:0px;
}
#HomeBtn {
	bottom: auto;
  left: 360px;
  right: auto;
  top: 0.5em;
  padding:0px;
  height:40px;
  background-color: rgba(255, 255, 255, 0);
}
#Btn_Home {
  height:40px;
}
#Btn_Map1 {
  height:40px;
}
#Btn_Map2 {
  height:40px;
}
#Btn_Type1 {
  height:40px;
}
#Btn_Type2 {
  height:40px;
}

.ol-zoom {
  left: auto;
  right: 0.5em;
}
.ol-zoom .ol-zoom-out {
  margin-top: 204px;
  left: auto;
  right: 0.5em;
}
.ol-zoomslider {
  background-color: transparent;
  top: 2.3em;
  left: auto;
  right: 0.5em;
}
.ol-touch .ol-zoom .ol-zoom-out {
  margin-top: 212px;
  left: auto;
  right: 0.5em;
}
.ol-touch .ol-zoomslider {
  top: 2.75em;
  left: auto;
  right: 0.5em;
}
.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
  top: 3px;
  left: auto;
  right: 0.5em;
}
.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
  top: 232px;
  left: auto;
  right: 0.5em;
}     
.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.ol-custom-overviewmap .ol-overviewmap-map {
  border: none;
  width: 180px;
  height:180px;
}

.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;
  font-size: 12px;
}
.tooltip-static {
  background-color: white;
  color: red;
  font-weight: bold;
  border: 1px solid red;
  font-size: 12px;
}
.tooltip-static2 {
  background-color: white;
  color: rgba(50, 50, 254, 1);
  font-weight: bold;
  border: 1px solid rgba(50, 50, 254, 1);
  font-size: 12px;
}
.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: #ffcc33;
}  
.Btn_Close {
	visibility: hidden;
	
	cursor: pointer;
}
.tooltip-static .Btn_Close,
.tooltip-static2 .Btn_Close {
	visibility: visible;
}
.monitorTd {
	cursor:pointer;text-align:center;background-color:#fff;font-weight:bold;line-height:24px;border:none;      
}
#Popup_Traffic table, #Popup_Monitoring table {
	text-align:center;
	line-height:27px;
}   
.tdf {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.tdf2 {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.tde {
	border-bottom: 1px solid #333333;
} 
.tdh {
	background-color: #dddddd;
	font-weight: bolder;
}

@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 300; /*100~300*/
  font-style: normal;
  src: url('../fonts/KoPubDotumLight.eot');
  src: url('../fonts/KoPubDotumLight.woff2') format('woff2'),
       url('../fonts/KoPubDotumLight.woff') format('woff'),
       url('../fonts/KoPubDotumLight.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 500; /*400~500*/
  font-style: normal;
  src: url('../fonts/KoPubDotumMedium.eot');
  src: url('../fonts/KoPubDotumMedium.woff2') format('woff2'),
       url('../fonts/KoPubDotumMedium.woff') format('woff'),
       url('../fonts/KoPubDotumMedium.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 700; /*600~*/
  font-style: normal;
  src: url('../fonts/KoPubDotumBold.eot');
  src: url('../fonts/KoPubDotumBold.woff2') format('woff2'),
       url('../fonts/KoPubDotumBold.woff') format('woff'),
       url('../fonts/KoPubDotumBold.eot?#iefix') format('embedded-opentype');
}