


.JLS_1010_swiper  {width: 100%; float: left;  overflow: hidden; max-width: 100%; box-sizing: border-box;}
.JLS_1010_swiper  .sub_stit2 {width: 100%;  float: left; color: #2a2a2a; font-size:calc(var(--tit-md-size) * 1.0); font-weight: 800 ; letter-spacing: -1px; margin-bottom: 20px}
.JLS_1010_swiper  .sub_stit3 {width: 100%;  float: left; color: #606060; font-size:calc(var(--tx-sm-size) * 1.1); font-weight: 500 ; letter-spacing: -1px;margin-bottom: 40px; line-height: 100%}
.JLS_1010_swiper  .sub_stit4 {width: 100%;  float: left; color: #606060; font-size:calc(var(--tx-sm-size) * 1.0); font-weight: 500 ;letter-spacing: -1px;  border-bottom: 1px solid #dddddd; padding-bottom: 40px}
.JLS_1010_swiper  .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  }





.JLS_1010_swiper .slide-area {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.JLS_1010_swiper .swiper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 50px 0px 20px;
  overflow: hidden !important;
  visibility: hidden;
}

.JLS_1010_swiper .swiper.swiper-initialized {
  visibility: visible;
}

.JLS_1010_swiper .swiper-wrapper {
  width: 100% !important;
}

.JLS_1010_swiper .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  width: calc((100% - 60px) / 4); /* PC 기본: 4개 */
}

@media (max-width: 1023px) {
  .JLS_1010_swiper .swiper-slide {
    width: calc((100% - 40px) / 3); /* 태블릿: 3개 */
  }
}

@media (max-width: 767px) {
  .JLS_1010_swiper .swiper-slide {
    width: calc((100% - 15px) / 2); /* 태블릿 소형: 2개 */
  }
}

@media (max-width: 575px) {
  .JLS_1010_swiper .swiper-slide {
    width: 100%; /* 모바일: 1개 */
  }
}

.JLS_1010_swiper .swiper-slide .cardset {

}

.JLS_1010_swiper .swiper-slide .cardset .cardset-figure {
  overflow: hidden;
  height: 25rem;
  position: relative
}

.JLS_1010_swiper .swiper-slide .cardset .cardset-figure .wg_img1{
  width: 100%; height: 100%;  float: left; 
}

.JLS_1010_swiper .swiper-slide .cardset .cardset-figure .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%;   border-radius: 1.4rem;
}



.JLS_1010_swiper .swiper-slide .cardset .star-wrap {
  display: flex;
  gap: 0.4rem;
}

.JLS_1010_swiper .swiper-slide .cardset .star-wrap .ico-star {
  display: flex;
  color: var(--primary);
  font-size: 1.6rem;
  line-height: 1;
  font-style: normal;
}

.JLS_1010_swiper .swiper-slide .cardset .star-wrap .ico-star::before {
  content: "\a109";
}

.JLS_1010_swiper .swiper-slide .cardset .star-wrap .ico-star.active::before {
  content: "\a110";
}

.JLS_1010_swiper .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;
}

.JLS_1010_swiper .swiper-slide .cardset .cardset-desc {
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--text-color3);
}

.JLS_1010_swiper .paging-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.JLS_1010_swiper .paging-wrap .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.JLS_1010_swiper .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;
}

.JLS_1010_swiper .paging-wrap .btn-wrap [class*="btn-"]:hover {
  color: var(--white);
  background: var(--primary);
}

.JLS_1010_swiper .swiper-pagination-progressbar {
  position: static;
  background: #dddddd!important;
}

.JLS_1010_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-500)!important;
}

@media (max-width: 992px) {
  .JLS_1010_swiper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .JLS_1010_swiper .slide-area {
    display: block;
    margin-top: 4rem;
  }

  .JLS_1010_swiper .col-left {
    width: 100%;
  }

  .JLS_1010_swiper .col-left .cardset {
    gap: 1.6rem;
    padding: 0px;
    height: auto;
    border-radius: 1.6rem;
   
    aspect-ratio: 328/200;
  }

  .JLS_1010_swiper .col-left .cardset .cardset-desc {
    -webkit-line-clamp: 3;
  }

  .JLS_1010_swiper .col-right {
    margin-top: 2rem;
  }

  .JLS_1010_swiper .col-right,
  .JLS_1010_swiper .swiper {
    width: 100%;
  }

  .JLS_1010_swiper .swiper {
    overflow: hidden;
  }

  .JLS_1010_swiper .swiper-slide .cardset {
    padding: 0rem;
    min-height: 0;
    border-radius: 1.6rem;
  }

  .JLS_1010_swiper .swiper-slide .cardset .cardset-figure {
    height: 13.4rem;
    border-radius: 1rem;
  }

  .JLS_1010_swiper .swiper-slide .cardset .cardset-body {

    padding: 0 0.4rem;
  }

  .JLS_1010_swiper .swiper-slide .cardset .star-wrap .ico-star {
    font-size: 1.4rem;
  }


	
.JLS_1010_swiper .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);
}

.JLS_1010_swiper .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);
}
	
  .JLS_1010_swiper .paging-wrap {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .JLS_1010_swiper .paging-wrap .btn-wrap {
    gap: 0.4rem;
  }

  .JLS_1010_swiper .paging-wrap .btn-wrap [class*="btn-"] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}


.JLS_1010_swiper .btn-next{}
.JLS_1010_swiper .btn-next:before{content: "\eb9f";    font-family: unicons-line; margin-top: -5px; }

.JLS_1010_swiper .btn-prev{}
.JLS_1010_swiper .btn-prev:before{content: "\ec49";    font-family: unicons-line; margin-top: -5px}




  .JLS_1010_swiper  .wg_img_box{width: 100%;  float: left;  border-radius: 15px; overflow: hidden; aspect-ratio: 16/10;}
  .JLS_1010_swiper  .wg_img_box img{width: 100%; height: 100%; object-fit: cover;}

