.map {
  width: 100%;
  height: 400px;
  background-color: aliceblue;
  margin-bottom: 30px;
}

.map_con {
  border-bottom: 1px solid #ecebee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.load_info {
  display: flex;
  align-items: center;
  width: 50%;
}

.load_title {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: 700;
}

.load_title::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ecebee;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-family: "bootstrap-icons" !important;
}

.load_map::before {
  content: "\F3E7";
}

.load_tel::before {
  content: "\F5B4";
}

.load_fax::before {
  content: "";
  background-image: url(../img/icon/fax.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn_map a {
  color: #fff;
}

@media screen and (max-width: 650px) {
  .map {
      height: 250px;
  }

  .load_title {
      margin-right: 20px;
  }

  .load_info {
      padding: 10px 0;
      width: 100% !important;
      border-bottom: 1px solid #ecebee;
  }

  .map_con {
      flex-wrap: wrap;
      padding: 0;
      border: none;
  }

  .map_con_re {
      flex-direction: column-reverse;
      align-items: stretch;
      width: 100%;
      padding-top: 0;
  }

  .load_title::before {
      width: 36px;
      height: 36px;
      font-size: 16px;
  }

  .map_con .btn_orange {
      margin-bottom: 10px;
  }
}
/* .directions-wrap .map-wrap .root_daum_roughmap{ */
  #daumRoughmapContainer1693998651387{
    width: 100% !important;
    height: 100% !important;
    background-color: #eee !important;
}
.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

.root_daum_roughmap .wrap_btn_zoom{
  z-index: 1 !important;
}