.MAIN_0301_KNB {width: 100%; height: 100%;  }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
}.MAIN_0301_KNB  ul{width: 100%; float: left; float: left; display: grid; grid-template-columns: repeat(3, 1fr); gap:40px;  }
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_0301_KNB  ul{width: 100%; float: left; float: left; display: grid; grid-template-columns: repeat(1, 1fr); gap:40px;  }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_0301_KNB ul li{width: 100%; float: left;  }
.MAIN_0301_KNB ul li .wg_img1{width: 100%; float: left;  aspect-ratio:1/ 1;  overflow: hidden; border-radius: 20px;  margin-bottom: 20px}

 .MAIN_0301_KNB ul li .wg_img1 img{width:100%;     object-fit: cover;      height: 100%;  }

.MAIN_0301_KNB ul li .wg_tx1{width: 100%; float: left; font-size:calc(var(--tx-sm-size) * 1); text-align: center }





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_0301_KNB {
  overflow: hidden;
  position: relative; 
 position: absolute; left: 0px; top: 0px;  width: 150%;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_0301_KNB {
  overflow: hidden;
  position: relative; width: 100%;
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.MAIN_0301_KNB .contents-inner {
  width: 100%;
}

.MAIN_0301_KNB .swiper-slide a {
  display: block;
}

.MAIN_0301_KNB .cardset-figure {
  position: relative;
  height: auto;
  aspect-ratio: 1/0.7;
}

.MAIN_0301_KNB .cardset-figure img {
  border-radius: 2rem;
}

.MAIN_0301_KNB .cardset .badge {
  overflow: visible;
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  margin-right: 1rem;
  max-width: none;
  text-wrap: wrap;
}

.MAIN_0301_KNB .cardset .cardset-body {
  margin-top: 1.6rem;
  padding: 0;
  text-align: center;
}

.MAIN_0301_KNB .cardset .cardset-tit {
  overflow: hidden;
  display: block;
 text-align:left; 
  color: #666; font-size:calc(var(--tx-sm-size) * 0.9);  font-weight: 400
}

.MAIN_0301_KNB .cardset .cardset-desc {
  display: block;
  text-overflow: ellipsis;
  margin: 0;
  white-space: nowrap;
  color: var(--text-color2);
}
.contents-inner{position: relative ; padding-bottom:clamp(40px, 6.250vw, 60px)}
.MAIN_0301_KNB .contents-inner .control-area {
  display: flex;
  align-items: center;
  gap: 6rem;
 position: absolute; left: 0px; bottom: 0px; z-index: 9999;
}

.MAIN_0301_KNB .control-area .progress-bar {
  flex: 1;
  position: relative;
width: 28.5rem;
  height:10px!important;
 background-color: #000; float: left;  position: absolute; left: 0px;bottom: 20px;  background-color: #000
}

.MAIN_0301_KNB .control-area .progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background:#333;
  transition: width 0.1s linear;
}

.MAIN_0301_KNB .bar.active {
  animation: progress 7s linear;
}

.MAIN_0301_KNB .bar.first-load {
  animation: progress 5s linear;
}

.MAIN_0301_KNB .bar.autoplay {
  animation: progress 6s linear;
}

.MAIN_0301_KNB .btn-wrap {

  gap: 2rem; display: flex;  justify-content: center;  align-items: center;
}

.MAIN_0301_KNB [class*="btn-"] {
  display: flex;
  background: transparent;
  border: none;
  color: #333;
}

.MAIN_0301_KNB .paging {
  flex-basis: 9.7rem;
}

.MAIN_0301_KNB .paging>span {
  display: flex;
  align-items: center;
  gap: 0.8rem; font-size:calc(var(--tx-sm-size) * 0.9);
}

.MAIN_0301_KNB .paging span {
  color: #333;
}

.MAIN_0301_KNB .btn-play,
.MAIN_0301_KNB .btn-pause {
  display: none;
}

.MAIN_0301_KNB .btn-play.active,
.MAIN_0301_KNB .btn-pause.active {
  display: flex;
}


.MAIN_0301_KNB .btn-prev i,
.MAIN_0301_KNB .btn-next i {
font-size: 25px;
}

@keyframes progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media (max-width: 992px) {

  .MAIN_0301_KNB .cardset-figure {
  aspect-ratio: 1/0.7;
  }

  .MAIN_0301_KNB .cardset-figure img {
    border-radius: 1.4rem;
  }

  .MAIN_0301_KNB .cardset-figure .badge {
    top: 1.2rem;
    left: 0rem;
    margin-right: 0rem;
  }

  .MAIN_0301_KNB .progress-bar {
    display: none;
  }

  .MAIN_0301_KNB .btn-play,
  .MAIN_0301_KNB .btn-pause {
    margin-left: -1rem;
  }
	
	.MAIN_0301_KNB .cardset .cardset-body {
  margin-top: 10px;
  padding: 0;

}

}


