html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  background: #505150;
  overflow: hidden;
}
.visual_wrap .page_down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
.visual_wrap .page_down:hover {
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.visual_wrap .swiper-slide {
  position: relative;
  background: #111;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
  overflow: hidden;
}
.visual_wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 120px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.visual_wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background: transparent;
  border: 4px solid var(--color-point);
  /* border: 4px solid var(--bs-yellow); */
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.visual_wrap .swiper-button-prev,
.visual_wrap .swiper-button-next {
  display: none;
}
.visual_wrap .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform-origin: center;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition-duration: 6s;
  transition-delay: 0.5s;
  z-index: 1;
}
.visual_wrap .swiper-slide .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 40%;
  right: 0;
  width: 60%;
  height: 50vh;
  text-align: right;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  z-index: 20;
}
.visual_wrap .swiper .text_wrap h1 {
  font-family: "GmarketSansLight", "Jost", "OneMobileTitle", "SCoreDream",
    system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 0.1rem;
  margin-top: 3rem;
  padding-right: 15%;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap h1 strong {
  font-family: "GmarketSansMedium", "Jost", "OneMobileTitle", "SCoreDream",
    system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 4.2rem;
}
.visual_wrap .swiper .text_wrap .con {
  position: relative;
  width: 100%;
  font-family: "GmarketSansMedium", "SCoreDream", system-ui, -apple-system,
    "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1rem;
  text-align: right;
  padding: 3rem 15% 0 0;
  margin-top: 2rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.visual_wrap .swiper .text_wrap .con strong {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  margin-bottom: 0.5rem;
}
.visual_wrap .swiper .text_wrap .bt {
  padding: 2rem 15% 0 0;
  margin-top: 3rem;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 0.3rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: var(--color-point);
  border: 1px solid var(--color-point);
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding-left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.visual_wrap .swiper-slide-active .bg {
  opacity: 1;
  transition-duration: 6s;
  transition-delay: 0.2s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 2s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap .con {
  opacity: 1;
  margin-top: 0;
  transition-delay: 2.5s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap .bt {
  opacity: 1;
  margin-top: 0;
  transition-delay: 3s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .img_wrap {
  opacity: 1;
  padding-left: 55%;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
@media (max-width: 991.98px) {
  .visual_wrap {
    min-height: 100vh;
  }
  .visual_wrap .swiper-slide .text_wrap {
    left: 0;
    top: 30%;
    width: 70%;
    margin: 0 auto;
  }
  .visual_wrap .swiper .text_wrap h1 {
    font-size: 3rem;
  }
  .visual_wrap .swiper .text_wrap h1 strong {
    font-size: 3.4rem;
  }
  .visual_wrap .swiper .text_wrap h1,
  .visual_wrap .swiper .text_wrap .con,
  .visual_wrap .swiper .text_wrap .bt {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.8);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    padding-left: 40%;
  }
}

@media (max-width: 640px) {
  .visual_wrap .swiper-pagination {
    bottom: 140px;
  }
  .visual_wrap .swiper-slide .text_wrap {
    text-align: center;
    top: 33%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    gap: 0.5rem;
  }
  .visual_wrap .swiper .text_wrap h1 {
    font-size: 1.6rem;
  }
  .visual_wrap .swiper .text_wrap h1 strong {
    font-size: 2.4rem;
  }
  .visual_wrap .swiper .text_wrap > div {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .visual_wrap .swiper .text_wrap .con {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
  }
  .visual_wrap .swiper .text_wrap .con br {
    display: none;
  }
  .visual_wrap .swiper-slide .img_wrap {
    margin-bottom: -3rem;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.6);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .visual_wrap .page_down {
    display: none;
  }
}

@media only screen and (max-device-width: 640px) {
  .visual_wrap,
  .visual_wrap .swiper {
    height: calc(var(--vh, 1vh) * 100);
  }
  /* .visual_wrap .swiper-pagination {
    bottom: 80px;
  }
  .visual_wrap .swiper-slide .text_wrap {
    top: 38%;
  } */
  .visual_wrap .swiper .text_wrap .con {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
}

.partners {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 10;
}
.logo_list {
  width: 98%;
  max-width: 700px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.logo_list > div {
  /* width: 20%; */
  height: 30px;
}
.logo_list > div img {
  height: 100%;
  /* border: 1px solid #f0f2f4; */
}
@media (max-width: 767.98px) {
  .logo_list > div {
    height: 25px;
  }
}
@media (max-width: 640px) {
  .logo_list {
    flex-wrap: wrap;
    gap: 10px 25px;
  }
  .logo_list > div {
    height: 23px;
  }
}
