.sitemap-list-module {
  transition-duration: 200ms;
  background: var(--ui-color-bg-primary);
  padding: 10rem 0;
}
.sitemap-list-module .module-width {
  display: flex;
  justify-content: space-between;
  font-size: var(--f-s-24);
  line-height: 2;
  position: relative;
}
.sitemap-list-module .module-width .sitemap-list .sitemap-item .title {
  font-weight: bold;
}
.sitemap-list-module .module-width .sitemap-list .sitemap-item:has(.text) {
  margin-bottom: 4rem;
}
.sitemap-list-module .module-width .sitemap-img {
  width: 50%;
}
.sitemap-list-module .module-width .sitemap-img .img-inner {
  width: 100%;
  aspect-ratio: 1/1;
}
.sitemap-list-module .module-width .sitemap-img .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sitemap-list-module {
    transition-duration: 200ms;
    padding: 2rem 0;
  }
  .sitemap-list-module .module-width .sitemap-list {
    position: relative;
    z-index: 2;
  }
  .sitemap-list-module .module-width .sitemap-img {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 80%;
    height: 100%;
  }
  .sitemap-list-module .module-width .sitemap-img .img-inner {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    position: relative;
  }
  .sitemap-list-module .module-width .sitemap-img .img-inner::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, var(--ui-color-bg-primary), rgba(255, 255, 255, 0));
  }
  .sitemap-list-module .module-width .sitemap-img .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.website-bottom-module {
  margin-top: 0;
}
.website-bottom-module .img-cont {
  display: none;
}

/*# sourceMappingURL=sitemap.css.map */
