.floor_map_area {
  position: relative;
}
.floor_map_area .floor_map_head_tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
  width: 80px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.floor_map_area .floor_map_tab_wrap {
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.floor_map_area .floor_map_tab_wrap .floor_map_tab {
  max-width: 60px;
  display: block;
  overflow: visible;
}
.floor_map_area .floor_map_tab_wrap:hover {
  opacity: 0.7;
}
.floor_map_area .floor_map_tab_wrap.active .floor_map_tab {
  position: relative;
}
.floor_map_area .floor_map_tab_wrap.active .floor_map_tab::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #82bf32;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}
.floor_map_area .floor_map_tab_wrap.active:nth-child(2) .floor_map_tab::after {
  background-color: #6bbf4e;
}
.floor_map_area .floor_map_tab_wrap.active:nth-child(3) .floor_map_tab::after {
  background-color: #53bf6a;
}
.floor_map_area .floor_map_tab_wrap.active:nth-child(4) .floor_map_tab::after {
  background-color: #3cbf87;
}
.floor_map_area .floor_map_tab_wrap.active:nth-child(5) .floor_map_tab::after {
  background-color: #24bfa3;
}
.floor_map_area .floor_map_tab_wrap.active:nth-child(6) .floor_map_tab::after {
  background-color: #0dbfbf;
}
@media screen and (max-width: 767px) {
  .floor_map_area .floor_map_tab_wrap .floor_map_tab {
    max-width: 45px;
  }
  .floor_map_area .floor_map_tab_wrap.active .floor_map_tab::after {
    width: 10px;
  }
}
@media screen and (max-width: 575px) {
  .floor_map_area .floor_map_head_tabList {
    gap: 5px;
  }
  .floor_map_area .floor_map_tab_wrap .floor_map_tab {
    max-width: 35px;
  }
  .floor_map_area .floor_map_tab_wrap.active .floor_map_tab::after {
    width: 8px;
    left: calc(100% - 1px);
  }
}
@media screen and (max-width: 420px) {
  .floor_map_area .floor_map_head_tabList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
    width: 100%;
    gap: auto;
    padding-top: 0;
    position: initial;
  }
  .floor_map_area .floor_map_tab_wrap .floor_map_tab {
    min-width: 42px;
    max-width: 50px;
  }
  .floor_map_area .floor_map_tab_wrap.active .floor_map_tab::after {
    width: 100%;
    height: 8px;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    margin: auto;
  }
}
.floor_map_area .floor_map_body {
  padding-left: 60px;
}
.floor_map_area .floor_map_body .floor_map-container .floor_map-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .floor_map_area .floor_map_body {
    padding-left: 45px;
  }
}
@media screen and (max-width: 575px) {
  .floor_map_area .floor_map_body {
    padding-left: 35px;
  }
}
@media screen and (max-width: 420px) {
  .floor_map_area .floor_map_body {
    padding-left: 0;
  }
}

.box {
  position: relative;
}
.box::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #82bf32;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}/*# sourceMappingURL=facility.css.map */