body {
  overflow: hidden;
}
main .map-wrapper .contact-us {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: url(../images/mask.png) no-repeat left top / 110% 100%;
  color: #fff;
  height: 100vh;
  padding: 50vh 7vw 0;
}
main .map-wrapper .contact-us img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
main .map-wrapper .contact-us address {
  font-weight: 300;
  font-size: 1.5em;
  font-style: normal;
}
main .map-wrapper .contact-us p {
  font-weight: 300;
  font-size: 1.5em;
}
main .map-wrapper h1 {
  margin-top: 0.5em;
  font-family: JinBuTi;
  font-size: 4vw;
}
main .map-wrapper h4 {
  font-family: JinBuTi;
  font-size: 2vw;
  margin-bottom: 0;
}
main .map-tab {
  height: 100vh;
  padding: 15vh 7vw 0;
  background: #F5F7F2;
  display: flex;
  align-items: flex-start;
  gap: 2vw;
  color: #333;
  font-size: 1.1vw;
}
main .map-tab img {
  width: 60%;
  height: 70vh;
}
main .map-tab ul {
  display: flex;
  flex-basis: 40%;
  justify-content: space-between;
  align-items: self-end;
}
main .map-tab ul li {
  display: inline-block;
}
main .map-tab ul li > span {
  cursor: pointer;
}
main .map-tab ul li h5 {
  margin: 0;
  font-size: 1em;
  color: #333;
}
main .map-tab ul li.active > span {
  color: #5E33F6;
  font-size: 1.5em;
  font-weight: bold;
}
main .map-tab ul li.active section {
  display: block;
}
main .map-tab ul li section {
  position: absolute;
  left: 7vw;
  display: none;
  height: 60vh;
  width: 33%;
  overflow: auto;
  margin: 2.5vw 0;
  padding: 0 0.5em;
  color: #666666;
  font-size: 0.8em;
}
main .map-tab ul li section::-webkit-scrollbar {
  width: 0.5vw;
  background-color: unset;
  /* or add it to the track */
}
main .map-tab ul li section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D8D8D8;
}
main .map-tab ul li section::after {
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10vh;
  margin-top: -5vh;
  display: block;
  background: linear-gradient(180deg, rgba(245, 247, 242, 0.38) 0%, #F5F7F2 100%);
  pointer-events: none;
  z-index: 10;
}
main .map-tab ul li section p {
  margin-top: 1.82vw;
  margin-bottom: 0.88vw;
}
main .map-tab ul li section address {
  font-style: normal;
}
main .map-tab ul li section > div:not(:last-child) {
  padding-bottom: 1.98vw;
  margin-bottom: 1.77vw;
  border-bottom: 0.11vw solid #C5C5C7;
}
