.map__title {
  color: #202020;
  font-size: 24px;
  line-height: 35px;
}
.map__rough-map {
  margin-top: 10px;
}
.map__rough-map .root_daum_roughmap .wrap_map {
  aspect-ratio: 540/360;
  height: initial;
}
.map__address {
  color: #202020;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
.map__address-title {
  font-size: inherit;
}
.map__address-value {
  margin-left: 20px;
}
