.hnn-sub_renew-content-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-info{
  display: flex;
  flex-flow: column;
  gap: 30px;
  width: 63%;
}
.map-info h4{
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
}
.map-info p{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  .hnn-sub_renew-content-inner {
    width: 100%;
  }
  #daumRoughmapContainer1740122287080{
    width: 100% !important;
  }
  .wrap_map{
    height: 300px !important;
  }
  .map-info{
    gap: 15px;
    width: 90%;
  }
  .map-info h4{
    font-size: 16px;
  }
  .map-info p{
    font-size: 16px;
  }
}