.MAIN_4050_SCF {

  position: relative;
 width: 100%; float: left
}

.MAIN_4050_SCF .contents-container {
  position: relative;
}

.MAIN_4050_SCF .contents-inner {
  width: 100%;
}

.MAIN_4050_SCF .textset {
  margin-bottom: 0rem;
  text-align: center;
}

.MAIN_4050_SCF .textset-tit+.textset-desc {
  margin-top: 1.2rem;
  color: #777777;
  font-weight: var(--fw-regular);
}

.MAIN_4050_SCF .contents-swiper {
  overflow: hidden; width: 100%; float: left;
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_4050_SCF .swiper-slide {
  position: relative; width: min(100%, 338px) !important; /* = 100%와 375px 중 더 작은 값 */
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {  .latest-swiper .swiper-slide{ width: 100% !important;  }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.MAIN_4050_SCF .cardset {
  width: 100%;  aspect-ratio:1 / 1.2;  position: relative; 
}

.MAIN_4050_SCF .cardset-figure {
  width: 100%;height: 100%;   aspect-ratio:1 / 1.2;   background-color: #000;border-radius: 20px;overflow: hidden;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.MAIN_4050_SCF .cardset {
  width: 100%;  aspect-ratio:1 / 1;  position: relative; 
}

.MAIN_4050_SCF .cardset-figure {
  width: 100%;height: 100%;   aspect-ratio:1 / 1;   background-color: #000;border-radius: 20px;overflow: hidden;
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_4050_SCF .cardset-figure img{
  width: 100%;  height: 100%;     object-fit: cover;   opacity: 0.8 ; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 

}

.MAIN_4050_SCF .cardset-figure:hover img{
  width: 100%;  height: 100%;     object-fit: cover;   opacity: 0.5 ; -webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.MAIN_4050_SCF .cardset .cardset-body {
    width: 100%; float: left;
}
.MAIN_4050_SCF .cardset .cardset-tit{ width: 100%; float: left; color: #333; font-size:calc(var(--tit-mds-size) * 0.8); font-weight: 600
}
.MAIN_4050_SCF .cardset .cardset-desc{ width: 100%; float: left; color: #333; font-size:calc(var(--tx-sm-size) * 0.9);
}




.MAIN_4050_SCF .contents-control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; position: absolute; right: 0px; top: 0px; width: auto; height:50px; background-color: #fff!important; z-index: 9999; border-radius: 0px 0px 0px 30px; padding: 0px 20px 0px 25px
 
}
.MAIN_4050_SCF .contents-control .Corner1 {position: absolute;right: 0px;top:100%;
  width:clamp(15px, 15.625vw, 29px);
  height:clamp(15px, 15.625vw,   29px); z-index: 99999!important
}
.MAIN_4050_SCF .contents-control .Corner1 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent clamp(15px, 15.625vw,  29px), black clamp(15px, 15.625vw,  29px));
  mask-image: radial-gradient(circle at bottom left, transparent clamp(15px, 15.625vw,  29px), black 200pxclamp(15px, 15.625vw,  29px)); 
}


.MAIN_4050_SCF .contents-control .Corner2 {position: absolute;left:-28px;top:0px;
  width:clamp(15px, 15.625vw, 29px);
  height:clamp(15px, 15.625vw,  29px); z-index: 99999!important
}
.MAIN_4050_SCF .contents-control .Corner2 .white-cutout {
  width: 100%;
  height: 100%;
  background: #fff;

  /* 왼쪽 아래에 꽉 찬 1/4 원을 투명하게 */
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent clamp(15px, 15.625vw,  29px), black clamp(15px, 15.625vw, 29px));
  mask-image: radial-gradient(circle at bottom left, transparent clamp(15px, 15.625vw,  29px), black 200pxclamp(15px, 15.625vw, 29px)); 
}





.MAIN_4050_SCF .swiper-button-next,
.MAIN_4050_SCF .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 5.4rem;
  height: 5.4rem;

  opacity: 0.5;

  border-radius: 50%;
  transition: 0.3s; background: none
}


.MAIN_4050_SCF .swiper-button-prev {
  left: -50px;
}
.MAIN_4050_SCF .swiper-button-prev:before {
content: "\ec49";    font-family: unicons-line; color: #333; font-size: 50px; 
}
.MAIN_4050_SCF .swiper-button-next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}

.MAIN_4050_SCF .swiper-button-next:before {
content: "\ec49";    font-family: unicons-line; color: #333; font-size: 50px
}






.MAIN_4050_SCF .swiper-button-prev:after,
.MAIN_4050_SCF .swiper-button-next:after {
  content: none;
}

.MAIN_4050_SCF .swiper-button-next:hover,
.MAIN_4050_SCF .swiper-button-prev:hover {
  opacity: 1;
}

.MAIN_4050_SCF .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  width: auto;
}

.MAIN_4050_SCF .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1.2rem 0 0 !important;
  background-color: rgba(36, 36, 36, 0.3);
  opacity: 1;
}

.MAIN_4050_SCF .swiper-pagination-bullet-active {
  background-color: #242424;
  border: none;
}

.MAIN_4050_SCF .contents-control .btnset {
  position: absolute;
  right: 0;
  font-weight: var(--fw-bold);
  gap: 1.2rem;
}

@media (max-width: 992px) {

  .MAIN_4050_SCF .textset {

  }

  .MAIN_4050_SCF .textset-tit+.textset-desc {
    margin-top: 0.6rem;
  }

  .MAIN_4050_SCF .cardset .cardset-body {
    padding: 2rem 0 0;
  }

  .MAIN_4050_SCF .contents-control {
    flex-direction: column;
    margin-top: 2.8rem;
  }

  .MAIN_4050_SCF .contents-control .btnset {
    position: relative;
    align-self: flex-end;
    margin-top: 3rem;
  }

  .MAIN_4050_SCF .cardset .cardset-desc {
    margin-top: 0.7rem;
  }

  .MAIN_4050_SCF .swiper-button-next,
  .MAIN_4050_SCF .swiper-button-prev {
    display: none;
  }

  .MAIN_4050_SCF .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem 0 0 !important;
  }
}