/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 01:40:59 */
.pure-swiper {
  position:relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 100%;
  height: 850px !important; 
  margin-top:0 !important;
  background: #000;
}

.pure-swiper .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pure-swiper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transform: scale(1); 
}

.pure-swiper .slide-text-wrap {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: calc(100% - 80px);
  color: #fff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.pure-swiper .slide-text, .pure-swiper .slide-subtext {
  opacity: 0;
  transform: translateY(30px);
}
.pure-swiper .slide-text {
  font-size: 42px; font-weight: 600; line-height: 1.2;
  transition: all 1s ease 0.6s;
}
.pure-swiper .slide-subtext {
  font-size: 28px; margin-top: 0.6rem;
  transition: all 1s ease 0.8s;
}

.pure-swiper .swiper-slide-active .slide-text,
.pure-swiper .swiper-slide-active .slide-subtext {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pure-swiper { height: 550px !important; }
  .pure-swiper .slide-text { font-size: 38px; }
  .pure-swiper .slide-subtext { font-size: 24px; }
}
@media (max-width: 767px) {
  .pure-swiper { height: 420px !important; }
  .pure-swiper .slide-text-wrap {top: 41%;}
  .pure-swiper .slide-text { font-size: 19px; }
  .pure-swiper .slide-subtext { font-size: 16px; }
}

/* 기본 도트 */
.pure-swiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    margin: 0 6px !important;
    opacity: 1 !important;
}

.pure-swiper .swiper-pagination-bullet-active {
    width: 32px !important;
    height: 10px !important;
    background: #fff !important;
    border-radius: 10px !important;
}

/* 리사이즈 중에는 애니메이션 끊자 */
html.noa .pure-swiper img {
    transition: none !important;
    animation: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
}


@media (max-width: 768px) {
  .pure-swiper img {
    object-position: 28% 50%; 
  }
}