.location_list {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_list .tax {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_list .tax .name {
  /* font-family: 'Jeju Myeongjo', 'OneMobileTitle', 'GmarketSansMedium', 'Jost', system-ui, -apple-system, "Noto Sans",  sans-serif; */
  font-family: "OneMobileTitle", "GmarketSansMedium", "Jost", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  color: #031d7c;
  text-align: left;
  background-image: url("/img/line_dot2.png");
  background-position: right center;
  background-repeat: repeat-x;
}
.location_list .tax .name span {
  display: inline-block;
  position: relative;
  background: #d8dade;
  padding: 0 20px 0 10px;
  border-left: 5px solid #031d7c;
}
.sub_container_wrap.bg_w .location_list .tax .name span {
  background: #fff;
}
.location_list .tax .name span::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  width: 5px;
  height: 10px;
  background: #199dcd;
}
@media (max-width: 767.98px) {
  .location_list .tax .name {
    font-size: 1.4rem;
  }
}

.location_map_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_map {
  width: 100%;
}
.location_map .wrap_map {
  height: 450px;
}
@media (max-width: 767.98px) {
  .location_wrap {
    margin: 0 0 1.5rem 0;
  }
  .location_map_wrap {
    position: relative;
    width: 100%;
  }
  .location_map_wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 85%;
    height: 89%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
  }
  .location_map .wrap_map {
    height: 250px;
  }
}

.map_info {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border-top: 1px solid #111;
}
.map_info ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ced1d8;
}
.map_info ul:last-child {
  border-bottom: 1px solid #a5a5a5;
}
.map_info ul li {
  padding: 1rem 0 1rem 2rem;
  margin: 0;
  list-style: none;
  font-family: "SCoreDream", "GmarketSansMedium", system-ui, -apple-system,
    "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.map_info ul li.tt {
  width: 150px;
  font-weight: 700;
  font-size: 0.75rem;
  background: #d3d6da;
}
.sub_container_wrap.bg_w .map_info ul li.tt {
  background: #f1f1f1;
}
.map_info ul li.email {
  font-family: "Roboto";
  font-size: 1.05rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .map_info ul li {
    padding: 1rem 0 1rem 1rem;
  }
  .map_info ul li.tt {
    width: 100px;
    min-width: 100px;
  }
}
