


.swiper2  {width: 100%; float: left;  overflow: hidden; max-width: 100%; box-sizing: border-box;}
.swiper2  .sub_stit2 {width: 100%;  float: left; color: #2a2a2a; font-size:calc(var(--tit-md-size) * 1.0); font-weight: 800 ; letter-spacing: -1px; margin: 0; padding: 0}
.swiper2  .sub_stit3 {width: 100%;  float: left; color: #606060; font-size:calc(var(--tx-sm-size) * 1.1); font-weight: 500 ; letter-spacing: -1px; margin: 0; padding: 0; line-height: 130%!important}
.swiper2  .sub_stit4 {width: 100%;  float: left; color: #606060; font-size:calc(var(--tx-sm-size) * 1.0); font-weight: 500 ;letter-spacing: -1px; margin: 0; padding: 0; border: none}
.swiper2  .sub_stit4 em { color: #000; font-size:calc(var(--tx-sm-size) * 1.0); font-weight: 800 ; letter-spacing: -1px; padding: 10px 50px; border-radius:10px; background-color:#eaeaea; margin-right: 10px  }

/* 타이틀 영역 하단 여백 제거 */
.swiper2 .sub_stit_box { margin: 0; padding: 0 }



.swiper2 .slide-area {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.swiper2 .swiper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  overflow: hidden !important;
  visibility: hidden;
}

.swiper2 .swiper.swiper-initialized {
  visibility: visible;
}

.swiper2 .swiper-wrapper {
  width: 100% !important;
}

.swiper2 .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  width: calc((100% - 60px) / 4); /* PC 기본: 4개 */
}

@media (max-width: 1023px) {
  .swiper2 .swiper-slide {
    width: calc((100% - 40px) / 3); /* 태블릿: 3개 */
  }
}

@media (max-width: 767px) {
  .swiper2 .swiper-slide {
    width: calc((100% - 15px) / 2); /* 태블릿 소형: 2개 */
  }
}

@media (max-width: 575px) {
  .swiper2 .swiper-slide {
    width: 100%; /* 모바일: 1개 */
  }
}

.swiper2 .swiper-slide .cardset {

}

.swiper2 .swiper-slide .cardset .cardset-figure {
  overflow: hidden;
  height: 25rem;
  position: relative
}

.swiper2 .swiper-slide .cardset .cardset-figure .wg_img1{
  width: 100%; height: 100%;  float: left;
}

.swiper2 .swiper-slide .cardset .cardset-figure .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%;   border-radius: 1.4rem;
}



.swiper2 .swiper-slide .cardset .star-wrap {
  display: flex;
  gap: 0.4rem;
}

.swiper2 .swiper-slide .cardset .star-wrap .ico-star {
  display: flex;
  color: var(--primary);
  font-size: 1.6rem;
  line-height: 1;
  font-style: normal;
}

.swiper2 .swiper-slide .cardset .star-wrap .ico-star::before {
  content: "\a109";
}

.swiper2 .swiper-slide .cardset .star-wrap .ico-star.active::before {
  content: "\a110";
}

.swiper2 .swiper-slide .cardset .cardset-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 1.2rem 0 0.4rem;
}

.swiper2 .swiper-slide .cardset .cardset-desc {
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--text-color3);
}

.swiper2 .paging-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.swiper2 .paging-wrap .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.swiper2 .paging-wrap .btn-wrap [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--text-color1);
  border: none;
  border-radius: 50%;
  font-size: 3.5rem;
  background-color:rgba(255,255,255,0.0);
  transition: background 0.3s, color 0.3s;
}

.swiper2 .paging-wrap .btn-wrap [class*="btn-"]:hover {
  color: var(--white);
  background: var(--primary);
}

.swiper2 .swiper-pagination-progressbar {
  position: static;
  background: #dddddd!important;
}

.swiper2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #666!important;
}

@media (max-width: 992px) {
  .swiper2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper2 .slide-area {
    display: block;
    margin-top: 2rem;
  }

  .swiper2 .col-left {
    width: 100%;
  }

  .swiper2 .col-left .cardset {
    gap: 1.6rem;
    padding: 0px;
    height: auto;
    border-radius: 1.6rem;

    aspect-ratio: 328/200;
  }

  .swiper2 .col-left .cardset .cardset-desc {
    -webkit-line-clamp: 3;
  }

  .swiper2 .col-right {
    margin-top: 2rem;
  }

  .swiper2 .col-right,
  .swiper2 .swiper {
    width: 100%;
  }

  .swiper2 .swiper {
    overflow: hidden;
  }

  .swiper2 .swiper-slide .cardset {
    padding: 0rem;
    min-height: 0;
    border-radius: 1.6rem;
  }

  .swiper2 .swiper-slide .cardset .cardset-figure {
    height: 13.4rem;
    border-radius: 1rem;
  }

  .swiper2 .swiper-slide .cardset .cardset-body {

    padding: 0 0.4rem;
  }

  .swiper2 .swiper-slide .cardset .star-wrap .ico-star {
    font-size: 1.4rem;
  }



.swiper2 .col-left .cardset .cardset-tit {
width: 100%;  float: left; position: relative;z-index: 3; color: #fff ; position: absolute; left: 0px; top: 30px; padding: 0px 20px; font-size:calc(var(--tit-md-size) * 0.9);
}

.swiper2 .col-left .cardset .cardset-desc {
width: 100%;  float: left; position: relative;z-index: 3; color: #fff; position: absolute; left: 0px; top:60px; padding: 0px 20px; font-size:calc(var(--tit-mds-size) * 0.9);
}

  .swiper2 .paging-wrap {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .swiper2 .paging-wrap .btn-wrap {
    gap: 0.4rem;
  }

  .swiper2 .paging-wrap .btn-wrap [class*="btn-"] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}


.swiper2 .btn-next{}
.swiper2 .btn-next:before{content: "\eb9f";    font-family: unicons-line; margin-top: -5px; }

.swiper2 .btn-prev{}
.swiper2 .btn-prev:before{content: "\ec49";    font-family: unicons-line; margin-top: -5px}



/* 이미지: 정사각형 비율 */
  .swiper2  .wg_img_box{width: 100%;  float: left;  border-radius: 15px; overflow: hidden; aspect-ratio: 1/1;}
  .swiper2  .wg_img_box img{width: 100%; height: 100%; object-fit: cover;}

  .swiper2  .wg_txt_box{width: 100%;  float: left;  margin-top: clamp(10px, calc(0.78vw + 7.5px), 20px);}
