@font-face {
  font-family: "gurlim-FONT";
  src: local("../NanumGothic"), url("../font/NanumGothic.eot"),
    url("../font/NanumGothic.ttf"), url("../font/NanumGothic.woff");
}

* {
  font-family: "gurlim-FONT";
}

.ol-full-screen {
  margin: auto;
  padding: auto;
  right: auto;
  left: 0.5rem;
  top: 0rem;
}

/* 화면 너비 0픽셀 ~ 767픽셀 */
@media screen and (max-width: 767px) {
  .ol-zoom-extent {
    margin-top: -3.2rem;
    left: 0.5rem;
    top: 0rem;
  }

  .ol-zoom {
    top: 4.6rem;
  }

  #route-plan-msg {
    border-radius: 10px 10px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 48px;
    height: 36px;
    line-height: 36px;
    width: 240px;
    margin: 0px;
    background: rgba(0, 60, 136, 0.7);
    color: white;
    border: 0;
    vertical-align: middle;
    transition: opacity 100ms ease-in;
  }
}
/* 화면 너비 960픽셀 ~ 무한픽셀, 960픽셀은 일반적인 현대 웹 페이지의 너비 */
@media screen and (min-width: 768px) {
  .ol-zoom-extent {
    top: 2rem;
  }

  .ol-zoom {
    top: 4rem;
  }

  #route-plan-msg {
    border-radius: 10px 10px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 42px;
    height: 36px;
    line-height: 36px;
    width: 240px;
    margin: 0px;
    background: rgba(0, 60, 136, 0.7);
    color: white;
    border: 0;
    vertical-align: middle;
    transition: opacity 100ms ease-in;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main_aside {
  padding: 5px;
  width: 20%;
  float: left;
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.float-tag {
  z-index: 1;
  position: absolute;
}

#left-side-bar {
  padding: 0px;
  margin: 0px;
  height: 100vh;
  width: 400px;
  display: flex;
  flex-direction: column;
}

#left-side-bar > .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#left-side-bar .tab-content {
  flex: 1;
  overflow: hidden;
}

#left-side-bar .tab-pane {
  height: 100%;
  overflow-y: auto;
}

.map-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#map,
#googleMap {
  background: rgba(134, 166, 202, 255);
  margin: 0;
  padding: 0;
}

.context-menu {
  font-size: 16em;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
}

.pl-22 {
  margin-top: 0.5rem !important;
  padding-left: 2.2rem !important;
}

.float_right {
  margin: 2px;
  padding: 0px;

  float: right;
}

.image_btn {
  margin-right: 2px;
  float: right;
}

.ol-overviewmap,
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: auto;
  left: auto;
  right: 0px;
  top: 0px;
  border-radius: 4 4px 0 0;
}

/* .ol-zoomslider {
 top: 8.2em;
}
 */

/* #lonlat-msg {
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    right:10px;
    bottom: 42px;
    height:36px;
    width:110px;
    margin: 0px;
    background: rgba(0,60,136,0.7);
    color: white;
    border: 0;
    transition: opacity 100ms ease-in;
} */

.mini-map {
  margin: 0px;
  padding: 0px;
  background-color: lightgray;
  width: 380px;
  height: 380px;
  display: none;
  position: absolute;
}
