html,
body {
  overflow-y: hidden;
}

h2 {
  padding: 0 16px;
}

section {
  height: 100vh;
}

.guide {
  top: unset;
  bottom: 0px;
}

.swiper-button-next.main_ver_next, .swiper-button-prev.main_ver_prev {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0%, 0%);
  left: 29%;
}
.swiper-button-next.main_ver_next::after, .swiper-button-prev.main_ver_prev::after {
  top: 50%;
  left: 0px;
  transform: translate(-300%, -50%) rotate(90deg);
}

.swiper-button-next.main_ver_next::after {
  bottom: unset;
}

.swiper-button-next.main_ver_next {
  bottom: 0px;
}

.swiper-button-prev.main_ver_prev {
  top: 50px;
}

.reference {
  padding: 0;
  position: relative;
}
.reference .main_slide_wrap {
  position: relative;
  padding-bottom: 20px;
  height: 100%;
}
.reference .main_slide_wrap .swiper {
  width: 79%;
  overflow: hidden;
  margin-top: 50px;
}
.reference .main_slide_wrap .swiper .swiper-wrapper {
  width: 100%;
  height: 100% !important;
}
.reference .main_slide_wrap .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reference .main_slide_wrap .swiper .swiper-wrapper .swiper-slide > p {
  width: 80%;
  margin-top: 10px;
  font-weight: 500;
}
.reference .main_slide_wrap .swiper .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  position: relative;
}
.reference .main_slide_wrap .swiper .swiper-wrapper .swiper-slide .img_box > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 	77/130;
}
.reference .main_slide_wrap .show_btn {
  top: unset;
  bottom: 5%;
  right: unset;
  left: 5%;
}
.reference .main_slide_wrap .swiper-pagination {
  right: 16px;
  width: unset;
}
.reference .slide_title {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: -40px;
}

.logo {
  padding: 20px 16px 0;
  justify-content: flex-start;
}

.intro {
  padding-top: 0 !important;
  padding: 0px 0 0;
  position: relative;
}
.intro .intro_swiper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 450px;
}
.intro .intro_swiper .swiper {
  width: 100%;
  height: 100%;
}
.intro .intro_swiper .swiper .swiper-wrapper .swiper-slide img {
  max-height: 520px;

}
.intro .intro_swiper .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 50px;
  width: unset;
}

.history {
  padding: 0px 0;
}
.history .history_contents {
  padding: 0 16px;
}

.info_title {
  padding: 20px 16px;
  margin: 0;
}

.wrap_next3 {
  right: 90px;
  left: unset;
  justify-content: space-between;
  top: 40px;
  width: 100px;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
.wrap_next3::after {
  display: none;
}

.info_box p {
  font-size: 12px !important;
}

.info {
  padding: 0 16px;
  margin-bottom: 5px;
}
.info li p {
  font-size: 12px !important;
}

.gallery {
  padding: 20px 0;
}
.gallery .logo {
  padding: 20px 16px;
}
.gallery .gal_silde_thumbs {
  margin-top: 10px;
}
.gallery .gal_swiper_wrap {
  padding: 0 !important;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.gallery .gal_swiper_wrap .swiper {
  width: 100% !important;
  height: 100%;
}
.gallery .gal_swiper_wrap .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1 !important;
  opacity: 1;
}
.gallery .gal_swiper_wrap .swiper .swiper-slide img {
  display: block;
}

@media screen and (max-width: 358px) {
  .swiper-button-prev.main_ver_prev {
    top: 15px;
  }
  .swiper-button-next.main_ver_next {
    bottom: 5px;
  }
  .slide_title {
    top: 26px !important;
    left: 40px !important;
  }
  .history_contents {
    height: 200px;
    overflow-y: scroll;
  }
  .info_title p:nth-child(1) {
    font-size: 12px;
  }
  .info_title p:nth-child(2) {
    font-size: 12px;
  }
  .info_title p:nth-child(3) {
    font-size: 12px;
  }
}
#container .main_slide_thumbs02 {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
  height: 100vh;
}
#container .main_slide_thumbs02 .swiper-wrapper {
  height: 100vh;
}
#container .main_slide_thumbs02 .swiper-wrapper .swiper-slide {
  height: 20% !important;
}
#container .main_slide_thumbs02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 41/69;
}

.container .history_contents .info_box {
  padding: 0;
}