/* Scoped to the standalone Kakao embed document. */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
body {
  background: #e5e9ec;
  font: 15px/1.6 sans-serif;
}
#daumRoughmapContainer1789051488054 {
  width: 100% !important;
  border: 0;
}
#daumRoughmapContainer1789051488054 .wrap_map {
  height: 100vh !important;
}
#map-status {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 24px;
  color: #333;
  background: #e5e9ec;
  text-align: center;
  word-break: keep-all;
}
#map-status[hidden] {
  display: none;
}
#map-status p {
  margin: 0 0 12px;
}
#map-status a {
  color: #036e64;
  text-underline-offset: 4px;
}
