.bl_footerSitemap_sns {
  display: flex;
  gap: 3.61vw;
  justify-content: center;
  margin-top: 2.71vw;
}

@media (max-width: 767.98px) {
  .bl_footerSitemap_sns {
    gap: 4.84vw;
    margin-top: 8.99vw;
  }
}

.bl_footerSitemap_sns img {
  aspect-ratio: 1 / 1;
  width: 3.38vw;
}

@media (max-width: 767.98px) {
  .bl_footerSitemap_sns img {
    width: 12.45vw;
  }
}
