.hosp_copy {
  width: 90%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.greeting {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7%;
}
.greeting .hosp_greeting {
  width: 39.4%;
  max-width: 370px;
  flex-shrink: 0;
}
.greeting .greeting_title {
  font-size: 20px;
  font-weight: 500;
  color: #5497C7;
}
.greeting .greeting_name {
  width: 100%;
  display: flex;
  justify-content: right;
  font-size: 18px;
}

.abst_outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
}
.abst_outer .abst_list {
  width: 100%;
}
.abst_outer .abst_block {
  width: 463px;
  padding: 14px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: dotted 1px hsl(180, 2%, 22%);
  flex-shrink: 0;
}
.abst_outer .abst_block .abst_title {
  width: 216px;
  font-weight: 500;
  margin-left: 11px;
  position: relative;
}
.abst_outer .abst_block .abst_title::before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: -11px;
  width: 5px;
  height: 17px;
  background-color: hsl(205, 51%, 55%);
}
.abst_outer .abst_images {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.floor_map {
  margin-bottom: 50px;
}

.map_guide {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 80px;
}
.map_guide .map_guide_block {
  width: 217px;
}
.map_guide .map_guide_block.fst {
  width: 310px;
  flex-shrink: 0;
}
.map_guide .map_guide_sub {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.map_guide .map_title {
  width: 217px;
  height: 50px;
  border-radius: 25px;
  color: hsl(0, 0%, 100%);
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  margin-bottom: 30px;
}
.map_guide .map_title.pink {
  background-color: #ED8EC2;
}
.map_guide .map_title.orange {
  background-color: #FFB028;
}
.map_guide .map_title.green {
  background-color: #9EC10E;
}
.map_guide .map_title.blue {
  background-color: #24CBD3;
}
.map_guide .map_floor {
  margin-left: 22px;
  font-weight: 500;
  position: relative;
}
.map_guide .map_floor::before {
  position: absolute;
  margin-left: -22px;
  content: "";
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.map_guide .map_floor.pink::before {
  background-color: #ED8EC2;
}
.map_guide .map_floor.orange::before {
  background-color: #FFB028;
}
.map_guide .map_floor.green::before {
  background-color: #9EC10E;
}
.map_guide .map_floor.blue::before {
  background-color: #24CBD3;
}
.map_guide .map_floor_text {
  margin-left: 22px;
  margin-bottom: 30px;
}

.doctor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px 20px;
  flex-wrap: wrap;
}
.doctor .doctor_block {
  width: calc((100% - 20px) / 2);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
}
.doctor .doctor_block .hosp_doctor {
  width: 124px;
}
.doctor .doctor_block .circle_list {
  margin-bottom: 3px;
}
.doctor .doctor_block .circle_list.circle_list {
  font-weight: 500;
}
.doctor .ml24 {
  font-size: 14px;
  letter-spacing: -0.4px;
}
@media (max-width: 1380px) {
  .abst_outer {
    gap: 4%;
  }
  .abst_outer .abst_block {
    width: 407px;
  }
  .abst_outer .abst_block .abst_title {
    width: 160px;
  }
  .doctor .doctor_block {
    width: 100%;
    justify-content: left;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .greeting {
    flex-direction: column;
    gap: 40px;
  }
  .greeting .hosp_greeting {
    width: 80%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1110px) {
  .abst_outer .abst_block .abst_title {
    width: 220px;
  }
}
@media (max-width: 1100px) {
  .abst_outer {
    flex-direction: column;
    gap: 40px;
  }
  .abst_outer .abst_block {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .map_guide {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .map_guide {
    flex-direction: column;
    gap: 10px;
  }
  .map_guide .map_guide_sub {
    flex-direction: column;
    gap: 10px;
  }
  .doctor .doctor_block {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .greeting .greeting_title {
    font-size: 16px;
  }
  .greeting .greeting_name {
    font-size: 16px;
  }
  .abst_outer .abst_block .abst_title {
    width: 140px;
  }
  .map_guide .map_floor {
    margin-left: 16px;
  }
  .map_guide .map_floor::before {
    margin-left: -16px;
  }
  .map_guide .map_floor_text {
    margin-left: 16px;
  }
  .doctor {
    gap: 60px 20px;
  }
  .doctor .doctor_block {
    flex-direction: column;
  }
  .doctor .doctor_block .hosp_doctor {
    width: 80%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}