html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
  font-family: Arial, "Noto Sans KR", sans-serif;
}
#map {
  background: #e8ecef;
}
.leaflet-container .leaflet-control-attribution {
  padding: 2px 5px;
  background: #fff;
  color: #334155;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.leaflet-control-attribution a {
  color: #334155;
  text-decoration: underline;
}
.leaflet-control-attribution a:focus-visible {
  outline: 2px solid #3158e8;
}
.leaflet-touch .leaflet-bar a,
.leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
