@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

html,
body {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  user-select: none;
  font-family: "Spoqa Han Sans", "Sans-serif";
  word-break: keep-all;
  white-space: nowrap;
}

#headerbar {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 997;
  background-color: rgb(31, 35, 45);
}
.title {
  color: #fff;
  margin-left: 100px;
  font-size: 1rem;
}
.sbslogo {
  width: 45px;
  height: 45px;
  margin-left: 25px;
  margin-right: 12px;
}

.mabulogo {
  height: 20px;
  left: 10px;
}

.social {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
}
.socialImg {
  width: 45px;
  height: 45px;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px;
  background-color: rgb(31, 35, 45);
  color: #fff;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .byline {
  opacity: 0.5;
  font-size: 0.8rem;
  line-height: 1rem;
}

#container #map {
  width: 100vw;
  height: calc(100vh - 120px);
}

.leaflet-marker-icon {
  background-color: transparent;
  border: none;
  width: 25px;
  height: 25px;
  /* fill: #dff; */
}

.pulse {
  stroke-width: 5px;
  fill-opacity: 0;
  transform-origin: 50% 50%;
  animation-duration: 1s;
  opacity: 1;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    stroke-width: 5px;
    stroke-opacity: 1;
    transform: scale(0.3);
  }
  to {
    stroke-width: 3px;
    stroke-opacity: 0;
    transform: scale(2);
  }
}

.pin {
  stroke-width: 0;
}
.selectpin {
  opacity: 0.9;
  r: 20;
}
.leaflet-bottom.leaflet-right {
  display: none;
}
.dash-credit {
  margin-bottom: 60px;
}
