@charset "UTF-8";
.gnb_1dli_on .gnb_1da:after {
  width: 100%;
  left: 0;
}

/* Animations */
@keyframes swiperCatchAnimation {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide .swiper-catch {
  transform: scale(1.1);
}

.swiper-slide-active .swiper-catch {
  animation-name: swiperCatchAnimation;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #fff;
}

.tab_item.active a {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 0;
  font-weight: bold;
  opacity: 1;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

/*모달 팝업 영역 스타일링*/
.modal.on {
  display: block;
}

@media screen and (min-width: 768px) {
  .tab_item.active a {
    border-bottom: 1px solid #e5e7eb;
  }
} /*# sourceMappingURL=style.css.map */
