/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* 기본적으로 숨김 */
}

.root_daum_roughmap{width:100% !important;height:360px !important;border-radius: 20px;}