@charset 'utf-8';

div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 auto !important;
    cursor: default;
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}

div.index-map .olMap {
    z-index: 1002;
    padding: 0 !important;
    margin: 0 auto !important;
    cursor: default;
    position:relative;
    overflow:hidden;
    /* width:100%;
    height:100%; */
    width:158px;
    height:161px;
}

div.olMapViewport {
    text-align: left;
    -ms-touch-action: none;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

div.olControlMousePosition {
    bottom: 40px;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Nanum Gothic;
    font-style: normal;
    font-size: smaller;
}

.olControlScaleLine {
    bottom: 10px;
    left: 70px;
    font-family: NanumGothicExtraBold;
    color: #00008B;
}

.olControlScaleLine .olControlScaleLineTop {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align : center;
}

.olControlScaleBar {
    bottom: 0px;
    left: 120px;
    font-family: NanumGothicExtraBold;
    color: #00008B;
}

.olControlScaleBarBar {
    height: 11px;
    top: 12px;
    background-color: #00008B;
    background-image: url('../images/gis/ol/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarBarAlt {
    height: 11px;
    top: 12px;
    background-color: #00008B;
    background-image: url('../images/gis/ol/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarMarkerMajor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('../images/gis/ol/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarMarkerMinor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('../images/gis/ol/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarNumbersBox {
    height: 13px;
    width: 40px;
    top: 24px;
    font-size: 11px;
}

.olControlScaleBarLabelBox {
    height: 15px;
    top: -2px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 0px;
    left: 10px;
    font-size: 13px;
}

.olPopupCloseBox {
  background: url("../images/gis/ol/close.png") no-repeat;
  cursor: pointer;
}

.olControlZoomBar {
	top: 50px;
	right: 50px;
}