@media screen and (max-width:768px) {
  .fullpage-swiper {
    height: auto;
  }

  .fullpage-swiper .swiper-wrapper {
    transform: none !important;
    display: block;
  }

  .fullpage-swiper .swiper-slide {
    height: auto;
  }

  .fullpage-scroll-hint {
    display: none;
  }

  .fullpage {
    height: auto;
    overflow: visible;
  }

  .header-inner .menu {
    position: fixed;
    left: auto;
    right: 5%;
    top: -120vh;
    width: 50%;
    height: auto;
    background: #181916;
    box-shadow: 0 0 5px #131313;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: opacity ease .3s;
    z-index: 50;
    border-radius: 10px;
    color: #333;
    padding: 20px 0;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .header-inner .link {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: none;
    text-align: left;
    justify-content: flex-start;
    font-size: 14px;
  }

  :root {
    --head: 58px;
  }

  .header-inner {
    width: 100%;
    padding: 0 5%;
  }

  .header-inner .left {
    gap: 24px;
  }

  .header-inner .logo {
    width: 107px;
    height: 12px;
  }

  .header-inner .logo img {
    width: 100%;
    height: 100%;
  }

  .header-inner .right {
    gap: 12px;
  }

  .show-mobile-only {
    display: inline-flex !important;
  }

  .show-pc-only {
    display: none !important;
  }

  .header-inner .lang {
    gap: 5px;
  }

  .header-inner .lang img {
    width: 16px;
    height: 16px;
  }

  .btn-primary {
    display: inline-flex;
    height: 34px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
    font-size: 12px;
  }

  .home-hero {
    width: 100%;
    min-height: 540px;
  }

  .home-hero .left {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .home-hero .left .text-1 {
    margin-bottom: 6px;
  }

  .home-hero .right {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 100px;
    width: 90%;
  }

  .home-hero .right .text-1 {
    margin-bottom: 17px;
  }

  .home-video {
    width: 100%;
    min-height: 540px;
  }

  .home-about {
    width: 100%;
    min-height: 540px;
  }

  .home-about .home-about-bg {
    width: 100%;
    height: 100%;
  }

  .home-about-inner {
    left: 50%;
    top: 136px;
    width: 90%;
    transform: translateX(-50%);
    gap: 18px;
  }

  .home-strength {
    width: 100%;
    min-height: 540px;
  }

  .home-strength-inner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .home-strength .text-1 .text-line {
    font-size: 35px;
    line-height: 1.5;
  }

  .home-strength .text-2 {
    width: 230px;
    margin-top: 25px;
  }

  .footer-wrap {
    width: 100%;
    height: 540px;
  }

  .footer-wrap .foot-bg {
    width: 100%;
    height: 100%;
  }

  .footer-wrap .foot-inner {
    left: 5%;
    right: 5%;
    bottom: 33px;
    width: 90%;
  }

  .footer-wrap .foot-top {
    height: 48px;
  }

  .footer-wrap .foot-logo {
    width: 214px;
    height: 24px;
  }

  .footer-wrap .foot-logo img {
    width: 100%;
    height: 100%;
  }

  .footer-wrap .foot-line {
    width: 100%;
    height: 1px;
  }

  .footer-wrap .foot-mid {
    padding: 43px 0;
  }

  .footer-wrap .foot-info {
    width: 100%;
  }

  .footer-wrap .info-item {
    gap: 6px;
    margin-bottom: 12px;
    line-height: 11px;
  }

  .footer-wrap .info-item .icon {
    width: 22px;
    height: 22px;
    flex: none;
  }

  .footer-wrap .info-item .icon img {
    width: 100%;
    height: 100%;
  }

  .footer-wrap .info-shares {
    gap: 4px;
    margin-top: 8px;
  }

  .footer-wrap .share-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .footer-wrap .share-item .share-qr {
    left: 0;
    bottom: calc(100% + 6px);
    transform: translateX(0) translateY(4px);
    width: 100px;
    height: 100px;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }

  .footer-wrap .share-item .share-qr::after {
    display: none;
  }

  .footer-wrap .share-item .share-qr img {
    width: 100%;
    height: 100%;
  }

  .footer-wrap .share-item:hover .share-qr {
    transform: translateX(0) translateY(0);
  }

  .footer-wrap .share-item img {
    width: 20px;
    height: 20px;
  }

  .footer-wrap .foot-nav {
    gap: 30px;
    margin: 40px 0 0;
  }

  .footer-wrap .nav-item {
    width: auto;
  }

  .footer-wrap .foot-bot {
    padding-top: 20px;
  }

  .footer-wrap .foot-links {
    gap: 21px;
    margin-top: 20px;
  }
}
