.location_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 100px auto 0 auto;
}
.location_wrap .box {
  display: flex;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_wrap .com_info {
  width: 400px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.location_wrap .com_info img {
  width: auto;
  max-width: 200px;
  margin-bottom: 1rem;
}
.location_wrap .com_info .icon {
  width: 30px;
  color: #ccc;
}
.location_wrap .com_info .icon_bus {
  margin-top: 0.5rem;
}
.location_wrap .com_info .bus {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 600 !important;
  font-size: 0.7rem !important;
  color: #333;
  letter-spacing: -1px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.location_wrap .com_info .bus1 {
  border: 4px solid #8cc461;
}
.location_wrap .com_info .bus2 {
  border: 4px solid rgb(7, 139, 73);
}
.location_wrap .company {
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 1.4rem;
  color: #444444;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
}
.location_wrap .company span {
  font-family: "GmarketSansBold";
}
.location_wrap .info {
  display: flex;
  flex-direction: row;
  font-family: "Pretendard", "GmarketSansMedium", system-ui, -apple-system,
    sans-serif;
  padding-bottom: 1rem;
}
.location_wrap .info .tt {
  width: 70px;
  min-width: 70px;
  font-size: 0.75rem;
  font-weight: 700;
}
.location_wrap .info .con {
  font-weight: 600;
  font-size: 0.95rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.location_wrap .info .con span {
  font-size: 0.85rem;
  font-weight: 300;
}
.location_wrap .info .con span strong {
  font-weight: 600;
}
.location_map_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_map {
  width: 100%;
}
.location_map .wrap_map {
  width: 100%;
  height: 350px;
  transition: all 0.2s;
}
@media (max-width: 991.98px) {
  .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: 300px;
  }
}
@media (max-width: 767.98px) {
  .location_wrap {
    margin: 5rem auto 0 auto;
  }
  .location_wrap .box {
    flex-direction: column;
    gap: 2rem;
  }
  .location_wrap .com_info {
    width: 100%;
    min-width: 100%;
  }
  .location_wrap .company {
    font-size: 1.5rem;
  }
  .location_wrap .info .tt {
    font-size: 1rem;
  }
  .location_wrap .info .con {
    font-size: 1rem;
  }
  .location_map .wrap_map {
    height: 250px;
  }
}
