@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    overflow: hidden;
  }
}
.gallery .mainvis {
  padding-top: 5rem;
  width: 100%;
}
.gallery .mainvis img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery .mainvis {
    position: relative;
    z-index: -2;
    padding-top: 8rem;
  }
}
.gallery-head {
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .gallery-head {
    margin-top: 1.2rem;
  }
}
.gallery-bubble {
  margin-top: 1rem;
  font-size: 5.7rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  height: 6.05rem;
  background-image: url(../images/gallery/bubble-left.png), url(../images/gallery/bubble-right.png);
  background-position: center left, center right;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  width: 31.95rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .gallery-bubble {
    height: 3.2rem;
    width: 13.2rem;
    font-size: 2rem;
    padding-left: 1.2rem;
    padding-top: 0.7rem;
  }
}
.gallery-title {
  text-align: center;
  font-size: 12.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 16.7rem;
}
@media screen and (max-width: 768px) {
  .gallery-title {
    font-size: 4.5rem !important;
    line-height: 5.9rem;
    height: 5.9rem;
    letter-spacing: 0.06em;
  }
}
.gallery-text {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .gallery-text {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 1.785;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: left;
  }
}
.gallery-faq {
  margin-top: 7.7rem;
}
.gallery-faqWrap {
  margin-top: 7.6rem;
  padding-bottom: 15.6rem;
}
@media screen and (max-width: 768px) {
  .gallery-faqWrap {
    margin-top: 2.9rem;
    padding-bottom: 50.5rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-faq {
    margin-top: 2.4rem;
  }
}
.gallery-faq:nth-child(2), .gallery-faq:nth-child(4) {
  margin-top: 6.1rem;
}
@media screen and (max-width: 768px) {
  .gallery-faq:nth-child(2), .gallery-faq:nth-child(4) {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-faq {
    width: 100% !important;
  }
}
.gallery-faq .question,
.gallery-faq .answer {
  min-height: 6.5rem;
  border-radius: 38px;
  padding-right: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gallery-faq .question,
  .gallery-faq .answer {
    min-height: 3.2rem;
    padding-right: 1em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.gallery-faq .question::before,
.gallery-faq .answer::before {
  margin-left: 0.9rem;
  margin-right: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gallery-faq .question::before,
  .gallery-faq .answer::before {
    width: 2.6rem;
    min-width: 2.6rem;
    height: 2.6rem;
    font-size: 1.6rem;
    margin-left: 0.5rem;
    margin-right: 1.1rem;
  }
}
.gallery-faq .question.height81,
.gallery-faq .answer.height81 {
  height: 8.1rem;
}
.gallery-faq .question {
  background-color: #f5ee40;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .gallery-faq .question {
    font-size: 1.4rem;
    line-height: 1.625;
  }
}
.gallery-faq .question::before {
  content: "Q";
}
.gallery-faq .answer {
  margin-top: 1.9rem;
  background-color: #40e0f5;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .gallery-faq .answer {
    align-items: flex-start;
    border-radius: 2.1rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.4166;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
.gallery-faq .answer::before {
  content: "A";
}
.gallery .contents {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gallery .contents {
    overflow: unset;
  }
}
.gallery-imgWrap img {
  position: absolute;
}
.gallery-man01 {
  top: 4.8rem;
  left: 4.4rem;
  width: 18.9rem;
  height: 40.9rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gallery-man01 {
    width: 7.8rem;
    height: 16.9rem;
    top: -3.5rem;
    left: -1.5rem;
  }
}
.gallery-man02 {
  top: 30.2rem;
  right: 0.9rem;
  width: 23.3rem;
  height: 50.9rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-man02 {
    width: 9.6rem;
    height: 20.8rem;
    top: 20.3rem !important;
    right: -2.2rem;
  }
}
.gallery-man03 {
  top: 89.7rem;
  left: -5rem;
  width: 35.9rem;
  height: 53.8rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-man03 {
    width: 14.7rem;
    height: 22.1rem;
    top: 46.3rem;
    left: -5.3rem;
  }
}
.gallery-man04 {
  top: 129.5rem;
  right: -10.3rem;
  width: 47.5rem;
  height: 71.2rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-man04 {
    width: 19.4rem;
    height: 29.2rem;
    top: 67rem !important;
    right: -7.1rem;
  }
}
.gallery-pic01 {
  width: 37.6rem;
  height: 47rem;
  top: 86.3rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gallery-pic01 {
    width: 28rem;
    height: 20.2rem;
    top: 103rem;
  }
}
.gallery-pic02 {
  width: 37.6rem;
  height: 47rem;
  top: 144.1rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gallery-pic02 {
    width: 30.9rem;
    height: 21.4rem;
    top: 127.5rem;
  }
}
.gallery-gallery {
  top: 47.9rem;
  left: -5.4rem;
  width: 19.6rem;
  height: 63.6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gallery-gallery {
    width: 11.2rem;
    height: 36.2rem;
    top: 91.6rem;
    left: -3rem;
  }
}
.gallery .flow-str {
  position: relative;
  z-index: -2;
  display: flex;
  width: 1434px;
  min-height: 27.2rem;
  aspect-ratio: 1434/272;
  animation: infinity-scroll-left 24s infinite linear 0.5s both;
}
.gallery .flow-strWrap {
  overflow: hidden;
}
.gallery .flow-str img {
  height: 100%;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .gallery .flow-str {
    width: auto;
    animation: infinity-scroll-left 15s infinite linear 0.5s both;
    min-height: 22.9rem;
  }
}
.gallery .swiper-gallery {
  margin-top: -5.7rem;
}
@media screen and (max-width: 768px) {
  .gallery .swiper-gallery {
    margin-top: -5rem;
  }
}
.gallery .swiper-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery .swiper-gallery .slide_card {
  height: 47.7rem !important;
  width: 53.6rem !important;
}
@media screen and (max-width: 768px) {
  .gallery .swiper-gallery .slide_card {
    height: 42.6rem !important;
    width: 37.5rem !important;
  }
}
.gallery .swiper-gallery .slide_card img {
  width: 100%;
  height: auto;
}
.gallery .swiper-gallery .slide_card.width53 {
  width: 55.8rem !important;
}
@media screen and (max-width: 768px) {
  .gallery .swiper-gallery .slide_card.width53 {
    width: 37.5rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .gallery-faq {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-faq .question.height81,
  .gallery-faq .answer.height81 {
    height: auto;
  }
  .gallery-faq .question,
  .gallery-faq .answer {
    padding-top: 1em;
    padding-right: 3em;
    padding-bottom: 1em;
  }
  .gallery-man02 {
    top: 36rem;
  }
  .gallery-man04 {
    top: 177.5rem;
  }
  .gallery-text {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 960px) {
  .gallery-title {
    font-size: 10rem;
  }
}/*# sourceMappingURL=gallery.css.map */