@charset "utf-8";

/* MAIN_SWCF_3 */
.MAIN_SWCF_3 {
  overflow: hidden;
  position: relative;
  --icon-fs-mj6ceemi: 1.6rem;
  padding-top: 10rem;
  --icon-fs-mj6cvd7s: 1.6rem;
}

.MAIN_SWCF_3 .contents-container:not(.fullscreen) {
  display: flex;
  flex-direction: column;
  height: 70rem; padding: 0px 6%
}

.MAIN_SWCF_3 .contents-inner,
.MAIN_SWCF_3 .slide-area,
.MAIN_SWCF_3 .swiper {
  width: 100%;
  height: 100%;
}

.MAIN_SWCF_3 .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 3.2rem;
}

.MAIN_SWCF_3 .swiper-slide .imageset {
  display: block;
  height: 100%;
}

.MAIN_SWCF_3 .swiper-slide .imageset::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  z-index: 1;
  background: var(--black);
  pointer-events: none;
}

.MAIN_SWCF_3 .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_SWCF_3 .swiper-slide .textset-wrap {
  max-width: calc(100% - 30rem);
}

.MAIN_SWCF_3 .swiper-slide .textset-subtit,
.MAIN_SWCF_3 .swiper-slide .textset-tit,
.MAIN_SWCF_3 .swiper-slide .textset-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  color: var(--white);
}

.MAIN_SWCF_3 .swiper-slide .textset-tit,
.MAIN_SWCF_3 .swiper-slide .textset-subtit {
  display: -webkit-box;
}

.MAIN_SWCF_3 .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_SWCF_3 .swiper-slide .textset-subtit {
  -webkit-line-clamp: 4;
  margin: 0;
  transform: translateY(30px);
}

.MAIN_SWCF_3 .swiper-slide .textset-desc {
  -webkit-line-clamp: 5;
  transform: translateY(20px);
  margin-top: 1.2rem;
}

.MAIN_SWCF_3 .swiper-slide .imageset-img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.MAIN_SWCF_3 .swiper-slide-active .imageset-img {
  transform: scale(1.05);
}

.MAIN_SWCF_3 .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  z-index: 2;
}

.MAIN_SWCF_3 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.MAIN_SWCF_3 .paging .curr {
  font-weight: var(--fw-bold);
  color: var(--white);
}

.MAIN_SWCF_3 .paging .total {
  color: #d4cac1;
}

.MAIN_SWCF_3 .swiper-pagination-progressbar {
  position: static;
  height: 0.2rem;
  width: 10rem;
  background: #878787;
}

.MAIN_SWCF_3 .btn-wrap {
  display: flex;
  align-items: center;
}

.MAIN_SWCF_3 .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_SWCF_3 .swiper-progress button {
  display: none;
}

.MAIN_SWCF_3 .swiper-progress button.active {
  display: flex;
}

.MAIN_SWCF_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--white);
}

@media (max-width: 992px) {
	
	.MAIN_SWCF_3 {
  overflow: hidden;
  position: relative;
  --icon-fs-mj6ceemi: 1.6rem;
  padding-top: 2rem;
  --icon-fs-mj6cvd7s: 1.6rem;
}

	
	
  .MAIN_SWCF_3 .contents-container:not(.fullscreen) {
    height:40rem;
  }

  .MAIN_SWCF_3 .swiper-slide {
    border-radius: 2.4rem;
  }

  .MAIN_SWCF_3 .swiper-slide .textset {
    padding: 3rem 2.4rem 8.2rem;
  }

  .MAIN_SWCF_3 .swiper-slide .textset-tit {
    -webkit-line-clamp: 3;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }

  .MAIN_SWCF_3 .swiper-slide .textset-subtit {
    -webkit-line-clamp: 3;
  }

  .MAIN_SWCF_3 .swiper-slide .textset-wrap {
    max-width: 100%;
  }

  .MAIN_SWCF_3 .swiper-control {
    justify-content: flex-start;
    inset: auto 0 3rem;
    padding: 0 2.4rem;
  }

  .MAIN_SWCF_3 .paging {
    gap: 0.4rem;
  }

  .MAIN_SWCF_3 .paging span {
    flex: 0 0 2.1rem;
  }

  .MAIN_SWCF_3 .swiper-pagination-progressbar {
    width: 8rem;
  }

  .MAIN_SWCF_3 .swiper-control button {
    width: 2.4rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }

  .MAIN_SWCF_3 {
    --icon-fs-mj6ceemi: 1.4rem;
    --icon-fs-mj6cvd7s: 1.4rem;
  }
}

/* 관리자 뱃지 (메인 스와이퍼 전용) - 상세 가이드: README_메인스와이퍼_설정가이드.txt 참고 */
.MAIN_SWCF_3 > .grid_layout_badge {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
  pointer-events: auto !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  opacity: 0;
}

.MAIN_SWCF_3:hover > .grid_layout_badge {
  opacity: 1;
}

.MAIN_SWCF_3 > .grid_layout_badge:hover {
  transform: translate(-50%, -50%) scale(1.05) !important;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* 인라인 편집 hover 효과 완전 무시 - 상세 가이드: README_메인스와이퍼_설정가이드.txt 참고 */

/* 기본 상태 - transition 제거 */
.MAIN_SWCF_3 .imageset.wg_edit_img,
.MAIN_SWCF_3 .wg_edit_img,
.MAIN_SWCF_3 .wg_edit_txt,
.MAIN_SWCF_3 .imageset.wg_edit_img *,
.MAIN_SWCF_3 .wg_edit_img *,
.MAIN_SWCF_3 .wg_edit_txt * {
  transition: none !important;
}

/* 이미지 hover 효과 무시 */
.MAIN_SWCF_3 .imageset.wg_edit_img,
.MAIN_SWCF_3 .imageset.wg_edit_img:hover,
.MAIN_SWCF_3 .wg_edit_img,
.MAIN_SWCF_3 .wg_edit_img:hover {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  z-index: auto !important;
}

.MAIN_SWCF_3 .wg_edit_img::before,
.MAIN_SWCF_3 .wg_edit_img::after,
.MAIN_SWCF_3 .wg_edit_img:hover::before,
.MAIN_SWCF_3 .wg_edit_img:hover::after {
  background-color: transparent !important;
  background: transparent !important;
  opacity: 0 !important;
  display: none !important;
}

.MAIN_SWCF_3 .wg_edit_img img,
.MAIN_SWCF_3 .wg_edit_img:hover img,
.MAIN_SWCF_3 .wg_edit_img picture,
.MAIN_SWCF_3 .wg_edit_img:hover picture,
.MAIN_SWCF_3 .wg_edit_img source,
.MAIN_SWCF_3 .wg_edit_img:hover source {
  opacity: 1 !important;
  filter: none !important;
}

/* 텍스트 hover 효과 무시 */
.MAIN_SWCF_3 .wg_edit_txt,
.MAIN_SWCF_3 .wg_edit_txt:hover {
  background-color: transparent !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  z-index: auto !important;
  color: inherit !important;
  visibility: visible !important;
}

.MAIN_SWCF_3 .wg_edit_txt *,
.MAIN_SWCF_3 .wg_edit_txt:hover * {
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
}