@charset "utf-8";

/* MAIN_03 */
.MAIN_03 {
  overflow: hidden;
  position: relative;
  --icon-fs-mj6ceemi: 1.6rem;
  padding:5rem 0PX;
  --icon-fs-mj6cvd7s: 1.6rem; width: 100%; float: left; 
}

.MAIN_03 .contents-container:not(.fullscreen) {
  display: flex;
  flex-direction: column;
  height: 70rem; padding: 0px 6%
}

.MAIN_03 .contents-inner,
.MAIN_03 .slide-area,
.MAIN_03 .swiper {
  width: 100%;
  height: 100%;
}

.MAIN_03 .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 3.2rem;
}

.MAIN_03 .swiper-slide .imageset {
  display: block;
  height: 100%;
}

.MAIN_03 .swiper-slide .imageset::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  z-index: 1;
  background: var(--black);
  pointer-events: none;
}

.MAIN_03 .swiper-slide .textset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 8rem;
  width: 100%;
  height: 100%;
}

.MAIN_03 .swiper-slide .textset-wrap {
  max-width: calc(100% - 30rem);
}

.MAIN_03 .swiper-slide .textset-subtit,
.MAIN_03 .swiper-slide .textset-tit,
.MAIN_03 .swiper-slide .textset-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  color: var(--white);
}

.MAIN_03 .swiper-slide .textset-tit,
.MAIN_03 .swiper-slide .textset-subtit {
  display: -webkit-box;
}

.MAIN_03 .swiper-slide .textset-tit {
  transform: translateY(-50px);
  -webkit-line-clamp: 2;
  font-size: 7.6rem;
  line-height: 9.6rem;
  font-weight: var(--fw-bold);
}

.MAIN_03 .swiper-slide .textset-subtit {
  -webkit-line-clamp: 4;
  margin: 0;
  transform: translateY(30px);
}

.MAIN_03 .swiper-slide .textset-desc {
  -webkit-line-clamp: 5;
  transform: translateY(20px);
  margin-top: 1.2rem;
}

.MAIN_03 .swiper-slide .imageset-img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.MAIN_03 .swiper-slide-active .imageset-img {
  transform: scale(1.05);
}

.MAIN_03 .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  z-index: 2;
}

.MAIN_03 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.MAIN_03 .paging .curr {
  font-weight: var(--fw-bold);
  color: var(--white);
}

.MAIN_03 .paging .total {
  color: #d4cac1;
}

.MAIN_03 .swiper-pagination-progressbar {
  position: static;
  height: 0.2rem;
  width: 10rem;
  background: #878787;
}

.MAIN_03 .btn-wrap {
  display: flex;
  align-items: center;
}

.MAIN_03 .swiper-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--white);
}

.MAIN_03 .swiper-progress button {
  display: none;
}

.MAIN_03 .swiper-progress button.active {
  display: flex;
}

.MAIN_03 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--white);
}

@media (max-width: 992px) {
  .MAIN_03 .contents-container:not(.fullscreen) {
    height: 40rem;
  }
.MAIN_03 .contents-container:not(.fullscreen) {
  display: flex;
  flex-direction: column;
  height: 40rem; padding: 0px 20px
}

  .MAIN_03 .swiper-slide {
    border-radius: 2.4rem;
  }

  .MAIN_03 .swiper-slide .textset {
    padding: 3rem 2.4rem 8.2rem;
  }

  .MAIN_03 .swiper-slide .textset-tit {
    -webkit-line-clamp: 3;
    font-size: 3.2rem;
   line-height: 110%!important
  }

  .MAIN_03 .swiper-slide .textset-subtit {
    -webkit-line-clamp: 3; line-height: 110%!important
  }

  .MAIN_03 .swiper-slide .textset-wrap {
    max-width: 100%;
  }

  .MAIN_03 .swiper-control {
    justify-content: flex-start;
    inset: auto 0 3rem;
    padding: 0 2.4rem;
  }

  .MAIN_03 .paging {
    gap: 0.4rem;
  }

  .MAIN_03 .paging span {
    flex: 0 0 2.1rem;
  }

  .MAIN_03 .swiper-pagination-progressbar {
    width: 8rem;
  }

  .MAIN_03 .swiper-control button {
    width: 2.4rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }

  .MAIN_03 {
    --icon-fs-mj6ceemi: 1.4rem;
    --icon-fs-mj6cvd7s: 1.4rem;
  }
}