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(-50%, 0%);
  left: 50%;
}
.swiper-button-next.main_ver_next::after, .swiper-button-prev.main_ver_prev::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%) rotate(90deg);
}

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

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

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

.reference {
  padding: 0;
  position: relative;
}
.reference .main_slide_wrap {
  position: relative;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.reference .main_slide_wrap .swiper {
  width: 70%;
  height: 70%;
  margin: 40px auto 0;
  overflow: hidden;
}
.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%;
  max-height: 520px;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 42/65;
}
.reference .main_slide_wrap .show_btn {
  top: 3%;
  right: 5%;
  left: unset;
}
.reference .main_slide_wrap .swiper-pagination {
  right: 16px;
  width: unset;
}
.reference .slide_title {
  position: absolute;
  z-index: 10;
  left: 0%;
  width: 100%;
  text-align: center;
  bottom: 50px;
}

.guide::after {
  display: none;
}

.logo {
  padding: 0 16px;
  justify-content: center;
}

.intro {
  padding: 20px 0 0;
  position: relative;
}
.intro h2 {
  text-align: center;
}
.intro .intro_swiper {
  height: 100%;
  display: flex;
  align-items: end;
}
.intro .intro_swiper .swiper {
  width: 100%;
  height: 550px;
}
.intro .intro_swiper .swiper .swiper-wrapper .swiper-slide img {
  max-height: 520px;
  transform: translate(-50%, 0%);  
}
.intro .intro_swiper .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 50px;
  width: unset;
}

.history {
  padding: 20px 0;
}
.history h2 {
  text-align: center;
}
.history .history_contents {
  padding: 0 16px;
}

.info_title {
  padding: 0 16px;
  margin: 0 auto 40px;
  text-align: center;
}

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

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

.gallery {
  padding: 20px 0;
}
.gallery .gal_silde_thumbs {
  margin: 20px auto 0;
  width: 80%;
}
.gallery .gal_thumbs {
  width: 80%;
}
.gallery .gal_swiper_wrap {
  padding: 0 !important;
  height: 100% !important;
}
.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: 0.4;
}
.gallery .gal_swiper_wrap .swiper .swiper-slide.swiper-slide-active {
  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;
  }
  .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;
  }
}
