@media (min-width: 1750px) {
  [data-title-girl] {
    right: 15%;
  }

  [data-section6-girl] {
  }
}

/* section6 여자 브레이크포인트 */
@media (max-width: 1560px) {
  [data-section6-girl] {
    max-width: 434px;
    bottom: -12px;
  }
}

/* 타이틀 여자 브레이크포인트 */
@media (max-width: 896px) {
  [data-title-girl] {
    max-width: 314px;
    bottom: -39px;
  }
  [data-section6-girl] {
    display: none;
  }
}

/* 타이틀 여자 반응형 하단위치 고정 */
@media (max-width: 399px) {
  [data-mobile-title-girl] {
    position: absolute;
    bottom: -6.5%;
  }
  [data-mobile-girl-space-box] {
    display: block;
  }
}

/* section8 */
/* QNA 열기 닫기 */
.question_list_box .answer {
  height: 0px;
  padding: 0px;
}

.question_list_box.on .answer {
  height: fit-content;
  padding: 23px 0px;
}

.question_list_box .arrow {
  transform: rotate(0deg);
  transition: 0.3s;
}

.question_list_box.on .arrow {
  transform: rotate(180deg);
}

/* section2 */
.alltab-wrap img {
  width: 100%;
}

.alltab-wrap .swiperWrap {
  position: relative;
}

/* 스와이퍼 */
.alltab-wrap .swiper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.alltab-wrap .section .swiper-slide {
  height: auto !important;
}

.alltab-wrap .section .swiper-slide img {
  width: 100%;
}

.alltab-wrap .swiper-button {
  width: 38px;
  /* height: 72px; */
  background-size: 100%;
}

.alltab-wrap .swiper-button-prev {
  left: -100px;
  background-image: url(../img/alltab/prevBtn.png);
}

.alltab-wrap .swiper-button-next {
  right: -100px;
  background-image: url(../img/alltab/nextBtn.png);
}

.alltab-wrap .swiperWh .swiper-button-prev {
  background-image: url(../img/alltab/prevBtn-w.png);
}
.alltab-wrap .swiperWh .swiper-button-next {
  background-image: url(../img/alltab/nextBtn-w.png);
}

.alltab-wrap .swiper-pagination {
  width: 100%;
  bottom: -30px;
}
.alltab-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 4px;
}
.alltab-wrap .swiper-pagination-bullet-active {
  width: 20px;
  background: #fff;
  border-radius: 50px;
}

/* 스와이퍼 active 색 변환 색 다름 */
/* .alltab-wrap .sec1-swiper .swiper-pagination-bullet-active {
    background: #808080;
  } */

#container {
  width: 100%;
}

#container .contents {
  width: 100%;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes arrowAni {
  0% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, 5%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

@keyframes showSub1 {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes showSub2 {
  0% {
    opacity: 0;
    left: 100%;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes showSub3 {
  0% {
    opacity: 0;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
    transform: translateX(-100%);
  }
}

/* 대학교 로고 애니메이션 마크 */
.animateLogoList {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animateLogoList li {
  width: 17vw;
}

.animateSectionIncluded.active .animateLogoList li {
  opacity: 0;
}
.animateSectionIncluded.active .animateLogoList li:nth-child(1) {
  animation: show 0.5s forwards;
}
.animateSectionIncluded.active .animateLogoList li:nth-child(2) {
  animation: show 0.5s 0.5s forwards;
}
.animateSectionIncluded.active .animateLogoList li:nth-child(3) {
  animation: show 0.5s 1s forwards;
}
.animateSectionIncluded.active .animateLogoList li:nth-child(4) {
  animation: show 0.5s 1.5s forwards;
}
.animateSectionIncluded.active .animateLogoList li:nth-child(5) {
  animation: show 0.5s 2s forwards;
}

/* ////////////////////////모바일 //////////////////////////// */
@media screen and (max-width: 897px) {
  .alltab-wrap .swiper {
    width: 100%;
    overflow: visible;
  }
  .alltab-wrap .swiper-button {
    display: block;
    width: 4vw;
    height: 5vw;
  }
  .alltab-wrap .swiper-button-prev {
    left: 2%;
  }
  .alltab-wrap .swiper-button-next {
    right: 2%;
  }
  .alltab-wrap .swiper-pagination {
    display: block;
  }
  .alltab-wrap .swiper-slide > img {
    width: 100%;
  }
}
