header {
  position: sticky;
  top: -128.19px;
  z-index: 999;
}
.header__inner {
  background: transparent;
  padding: 10px 4% 0;
  backdrop-filter: blur(50px);
}
.header__navInner {
  margin-top: 10px;
}
.header__flex {
  align-items: center;
  gap: 30px;
}
.header__logoLink img {
  width: 50px;
  height: auto;
}
.header__subListLink {
  text-align: left;
}
.header__navListTabs {
  width: 100%;
}
.header__logoLinkInnerTextEn {
  display: block;
  padding: 0;
}
.swiper-container {
  text-align: center;
}
.mainv__inner {
  z-index: 10;
}
.mainv__image {
  width: max(950px, 80vw);
  min-width: auto;
  transform: scale(1) !important;
  height: calc(100vh - 212.19px);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__image {
    width: 100%;
    height: auto;
  }
}
.mainv__inner::before {
  background: var(--main-gradient-color);
}