@charset "utf-8";

/* JSL_MAIN_02 */



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.JSL_MAIN_02 {
position: relative;
padding-top: 5rem;
overflow: hidden;    z-index: 9;  padding-bottom: 0rem

}
.JSL_MAIN_02 .contents-inner {
width: 100%; 
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JSL_MAIN_02 {
position: relative;
padding-top: 5rem;
overflow: hidden;    z-index: 9;  padding-bottom:2rem

}

.JSL_MAIN_02 .contents-inner {
width: 100%; 
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .JSL_MAIN_02 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .JSL_MAIN_02 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.JSL_MAIN_02 .content-title-box {
display: flex;
justify-content: space-between;
align-items: center; z-index: 8; position: relative;  margin-bottom: 10px
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JSL_MAIN_02 .content-title-box {
widows: 100%; float: left
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .JSL_MAIN_02 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .JSL_MAIN_02 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}



.JSL_MAIN_02 .content-title-box .title-wrap {
display: flex; flex-direction: row; grid-gap: 20px  
; align-items:flex-end;
}


.JSL_MAIN_02 .content-title-box .title-wrap .title {
letter-spacing: -1px
}

.JSL_MAIN_02 .content-title-box .title-wrap p {
color: var(--text-color3);
margin-left: 0.8rem
}
.main_info_size{
color: #666; padding-top: 20px; padding-bottom: 0px; font-weight:500
}


.JSL_MAIN_02 .content-title-box .title-link {
display: flex;
justify-content: flex-end;
align-items: center
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.JSL_MAIN_02 .tabset { width: auto;
margin: 0rem 0; position: absolute;right:0px;  bottom:15px; z-index: 9
}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {

.JSL_MAIN_02 .tabset { width: 100%;
margin: 0px 0; z-index: 9; margin-bottom: 30px
}


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .JSL_MAIN_02 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .JSL_MAIN_02 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}

.JSL_MAIN_02 .tabset-list {
justify-content: flex-start;
overflow-x: auto; grid-gap: clamp(15px, 2.632vw, 5px)
}

.JSL_MAIN_02 .tabset-item { position: relative; width: auto; float: left;
flex-shrink: 0;
}



.JSL_MAIN_02 .tabset-link {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--primary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--primary)!important;  background-color:#fff;
}
.JSL_MAIN_02 .tabset-link:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--primary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--primary)!important;  background-color:#fff!important;
}




.JSL_MAIN_02 .tabset-link.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.JSL_MAIN_02 .tabset-link.first.active {
color: var(--primary-700)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--primary-700); ;  background-color:  #fff!important; 
}
.JSL_MAIN_02 .tabset-link.first.active:hover{
color: var(--primary-700)!important;   
}


.JSL_MAIN_02 .tabset-link.first.active a{
color: var(--primary-700);
}


.JSL_MAIN_02 .tabset-link.first .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.JSL_MAIN_02 .tabset-link.first .morebtn i{  font-size:35px; color:var(--primary); 
}



.JSL_MAIN_02 .tabset-link.first.active .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.JSL_MAIN_02 .tabset-link.first.active .morebtn i{  font-size:35px; color:var(--primary-700);  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
-webkit-transform: scale(0.95);
	transform: scale(0.95); 
}
.JSL_MAIN_02 .tabset-link.first.active .morebtn:hover i{  font-size:35px; color:#333; 	-webkit-transform: scale(1);
	transform: scale(1); 
}








.JSL_MAIN_02 .tabset-link.second {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--point2); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--point2)!important;  background-color:#fff;
}
.JSL_MAIN_02 .tabset-link.second:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 80px 13px 20px; border:2px solid  var(--point2); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--point2)!important;  background-color:#fff!important;
}




.JSL_MAIN_02 .tabset-link.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.JSL_MAIN_02 .tabset-link.second.active {
color: var(--point2-hover)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--point2-hover); ;  background-color:  #fff!important; 
}
.JSL_MAIN_02 .tabset-link.second.active:hover{
color: var(--point2-hover)!important;   
}


.JSL_MAIN_02 .tabset-link.second.active a{
color: var(--point2-hover);
}


.JSL_MAIN_02 .tabset-link.second .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.JSL_MAIN_02 .tabset-link.second .morebtn i{  font-size:35px; color:var(--point2); 
}



.JSL_MAIN_02 .tabset-link.second.active .morebtn {   display: flex;  justify-content: center;  align-items: center; position: absolute; right:10px;

top:45%;transform: translateY(-50%);
}
.JSL_MAIN_02 .tabset-link.second.active .morebtn i{  font-size:35px; color:var(--point2-hover);  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
-webkit-transform: scale(0.95);
	transform: scale(0.95); 
}
.JSL_MAIN_02 .tabset-link.second.active .morebtn:hover i{  font-size:35px; color:#333; 	-webkit-transform: scale(1);
	transform: scale(1); 
}






.JSL_MAIN_02 .tabset-link.all {
font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 700; font-family:var(--ff-ko2)!important;  transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 20px 13px 20px; border:2px solid  var(--tertiary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--tertiary)!important;  background-color:#fff;
}
.JSL_MAIN_02 .tabset-link.all:hover{
 transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
transition: 0.3s; position: relative;  padding: 13px 20px 13px 20px; border:2px solid  var(--tertiary); border-radius: 50px;position: relative; cursor: pointer;  color:  var(--tertiary)!important;  background-color:#fff!important;
}




.JSL_MAIN_02 .tabset-linkall.active {

transition: 0.3s; position: relative;
color: #fff!important; font-weight: 700; 
}

.JSL_MAIN_02 .tabset-link.all.active {
color: var(--tertiary-700)!important; 
transition: 0.3s; position: relative;
 font-weight: 700;   border:2px solid  var(--tertiary-700); ;  background-color:  #fff!important; 
}
.JSL_MAIN_02 .tabset-link.all.active:hover{
color: var(--tertiary-700)!important;   
}


.JSL_MAIN_02 .tabset-link.all.active a{
color: var(--tertiary-700);
}












.JSL_MAIN_02 .content-swiper-box {
position: relative;
display: none
}

.JSL_MAIN_02 .content-swiper-box.active {
display: block
}

.JSL_MAIN_02 .content-swiper {
overflow: hidden;
position: relative;

}

.JSL_MAIN_02 .content-swiper .swiper-wrapper {
position: relative
}

.JSL_MAIN_02 .rank-box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0; width: auto;
left: 3.4rem;
width:auto;
height: 4.4rem; border-radius: 50px;
background-color: var(--primary);  padding: 0px 15px
}

.JSL_MAIN_02 .rank-box strong {
color: var(--white);
margin-top: -0.8rem;font-size: 14px
}

.JSL_MAIN_02 .rank-box.rank-no1 {
background: url(../icons/ico_rank_color.svg) no-repeat center
}

.JSL_MAIN_02 .cardset {
display: block;
width: 100%; 
}

.JSL_MAIN_02 .cardset .co-gary {
color: var(--text-color4)
}

.JSL_MAIN_02 .cardset .co-red {
color: #ee1c25
}

.JSL_MAIN_02 .cardset .cardset-figure {
position: relative;
height: 41rem;
border-radius: 4rem;
overflow: hidden
}

.JSL_MAIN_02 .cardset .cardset-body {
padding: 0;

}

.JSL_MAIN_02 .cardset .cardset-desc {
margin-bottom: 0
}

.JSL_MAIN_02 .cardset .cardset-desc+.cardset-desc {
margin-top: 0.4rem
}

.JSL_MAIN_02 .cardset .cardset-del {
margin-top: 2.4rem
}

.JSL_MAIN_02 .cardset .cardset-price {
display: inline-flex;
align-items: center;
gap: 0.4rem;
margin-top: 0.4rem
}

.JSL_MAIN_02 .swiper-button-prev,
.JSL_MAIN_02 .swiper-button-next {
width: 6.4rem;
height: 6.4rem;
margin-top: 0;
top: calc(50% - 8rem); left: 0px;
transform: translateY(-50%); 
}


.JSL_MAIN_02 .swiper-button-prev::after,
.JSL_MAIN_02 .swiper-button-next::after {
content: none
}

.JSL_MAIN_02 .swiper-button-next.swiper-button-disabled,
.JSL_MAIN_02 .swiper-button-prev.swiper-button-disabled {
opacity: 0.5
}

.JSL_MAIN_02 .swiper-horizontal>.swiper-pagination-progressbar {
top: auto;
bottom: 0;
height: 3px
}

.JSL_MAIN_02 .content-swiper .swiper-pagination-progressbar {
background: var(--line-color1)
}

.JSL_MAIN_02 .content-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--primary)
}





/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.JSL_MAIN_02  .content-swiper-wrap{  padding: 0px 0px}
.JSL_MAIN_02 .contents-container .contents-inner .content-swiper-wrap .content-swiper-box .swiper-button-prev{position: absolute; top:45%; left:auto;  left:-60px; right: auto;  border-radius: 100%;  background-image: url(../icons/ico_prev.svg); background-size: 40px; background-repeat: no-repeat}
.JSL_MAIN_02 .content-swiper-box .swiper-button-next{position: absolute; top:45%; left:auto;   right: -60px;  border-radius: 100%;   background-image: url(../icons/ico_next.svg); background-size: 40px; background-repeat: no-repeat}




}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JSL_MAIN_02 .swiper-button-prev,
.JSL_MAIN_02 .swiper-button-next {
left: auto;
top: auto;
bottom: 0;
transform: none;
width: 40px;
height: 40px
}
.JSL_MAIN_02  .content-swiper-wrap{  padding: 0px 0px}
.JSL_MAIN_02 .contents-container .contents-inner .content-swiper-wrap .content-swiper-box .swiper-button-prev{position: absolute; top:-100px; right:45px; background-color: #fff; border-radius: 100%;  background-image: url(../icons/ico_prev.svg);background-repeat: no-repeat}
.JSL_MAIN_02 .content-swiper-box .swiper-button-next{position: absolute; top:-100px; right:00px;  background-color: #fff; border-radius: 100%;   background-image: url(../icons/ico_next.svg);background-repeat: no-repeat}





}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

/* 모바일 탭 버튼 크기 조정 - 3분의 2 크기로 축소 */
@media only all and (max-width:767px) {
  .JSL_MAIN_02 .tabset-link {
    font-size: calc(var(--tx-sm-size) * 0.73) !important; /* 1.1 * 2/3 = 0.73 */
    padding: 8px 53px 8px 13px !important; /* 13px * 2/3 = 8.67px, 80px * 2/3 = 53px, 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second:hover {
    padding: 8px 53px 8px 13px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.all {
    font-size: calc(var(--tx-sm-size) * 0.73) !important;
    padding: 8px 13px 8px 13px !important; /* 20px * 2/3 = 13px */
  }
  
  .JSL_MAIN_02 .tabset-link.all:hover {
    padding: 8px 13px 8px 13px !important;
  }
  
  /* 아이콘 크기도 조정 */
  .JSL_MAIN_02 .tabset-link.first .morebtn i {
    font-size: 23px !important; /* 35px * 2/3 = 23px */
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.first.active .morebtn:hover i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn i {
    font-size: 23px !important;
  }
  
  .JSL_MAIN_02 .tabset-link.second.active .morebtn:hover i {
    font-size: 23px !important;
  }
}






.JSL_MAIN_02 .cardset-body { width: 100%; float: left; position: relative; padding: 0px;}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.bg_w{ width: 40px; height: 40px;background-color: #fff!important; position: absolute; right:70px;top:40px;z-index:55555555555555; float: left}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.bg_w{ width: 40px; height: 20px;background-color: #fff!important; position: absolute; right:70px;top:40px;z-index:55555555555555; float: left}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.JSL_MAIN_02 .cardset-body .wg_box{ width: 100%; float: left; aspect-ratio:1 / 0.9; float: left;  border-radius:clamp(15px, 2.344vw, 30px); padding: 40px clamp(20px, 3.125vw, 40px)!important; position: relative; z-index: 1}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.JSL_MAIN_02 .cardset-body .wg_box{ width: 100%; float: left; aspect-ratio:1 / 0.65; float: left;  border-radius:clamp(15px, 2.344vw, 30px); padding:20px clamp(20px, 3.125vw, 40px)!important; position: relative; z-index: 1}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	
.JSL_MAIN_02 .cardset-body .wg_box:before{ content: "";     width: calc(100% - 95px); background-color: #fff; float: left; border: 1px solid #ccc;border-radius: 30px 15px 0px 0px;  border-bottom:none;  position: absolute; left: 0px; top: 0px; height:67px; z-index: -1; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
}


.JSL_MAIN_02 .cardset-body .wg_box:after{ content: "";    font-family: unicons-line; width: 100%; background-color: #fff; float: left; border: 1px solid #ccc;border-radius: 0px 15px 30px 30px;   position: absolute; left: 0px; bottom: 0px; height:calc(100% - 64px); margin-top: -1px; z-index: -2; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	
.JSL_MAIN_02 .cardset-body .wg_box:before{ content: "";     width: calc(100% - 95px); background-color: #fff; float: left; border: 1px solid #ccc;border-radius: 15px 15px 0px 0px;  border-bottom:none;  position: absolute; left: 0px; top: 0px; height:55px; z-index: -1; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
}


.JSL_MAIN_02 .cardset-body .wg_box:after{ content: "";    font-family: unicons-line; width: 100%; background-color: #fff; float: left; border: 1px solid #ccc;border-radius: 0px 15px 15px 15px;   position: absolute; left: 0px; bottom: 0px; height:calc(100% - 54px); margin-top: -1px; z-index: -2; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.JSL_MAIN_02 {width: 100%; float: left }

.JSL_MAIN_02 .cardset-body .day{ color: #666; font-size:calc(var(--tx-sm-size) * 0.9); margin-bottom:10px;font-weight: 700; letter-spacing: -1px; margin-top: 20px}
.JSL_MAIN_02 .cardset-body .title{ color: #000; font-size:calc(var(--tx-sm-size) * 1.2); margin-bottom:clamp(10px, 1.563vw, 20px); font-weight: 700; letter-spacing: -1px; line-height: 150%}

.JSL_MAIN_02 .cardset-body .tx{ color: #666; font-size:calc(var(--tx-sm-size) * 0.9);line-height: 140%; padding-top: 20px; border-top: 1px solid #ccc; letter-spacing: -1px; line-height: 150%}


.JSL_MAIN_02 .cardset-tit {
  color: var(--white);  width: auto!important; clear: both; background: rgba(0,0,0,0.00)!important;    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	.JSL_MAIN_02 .notice_label{
  color: var(--white);  width:auto;float: left;      white-space: nowrap;
  text-overflow: ellipsis; position: absolute; right: 14px ; top:12px; padding: 0px 0px 15px 15px!important ; border-radius: 0px 0px 0px 30px; background-color: #fff!important;  border-left: 1px solid #ccc
	  ; border-bottom: 1px solid #ccc;width: 82px!important;height:53px;z-index: 99999999999999999999999!important;transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
	  
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	.JSL_MAIN_02 .notice_label{
  color: var(--white);  width:auto;float: left;      white-space: nowrap;
  text-overflow: ellipsis; position: absolute; right: 14px ; top:11px; padding: 0px 0px 15px 15px!important ; margin-bottom:clamp(10px, 1.563vw, 20px);border-radius: 0px 0px 0px 15px; background-color: #fff!important;  border-left: 1px solid #ccc
	  ; border-bottom: 1px solid #ccc;width: 82px!important;height:44px;z-index: 99999999999999999999999!important;transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 
	  
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.JSL_MAIN_02 .label{ padding:13px 0px!important;  font-weight: 700; font-size:calc(var(--tx-sm-size) * 1);  letter-spacing: -1px; float: left;border-radius: clamp(1px, 3.906vw, 25px);  text-align: center; width: 80px!important; position: absolute; right: -10px; top: -10px;;z-index:2 }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JSL_MAIN_02 .label{ padding:10px 0px!important;  font-weight: 700; font-size:calc(var(--tx-sm-size) * 1);  letter-spacing: -1px; float: left;border-radius: clamp(1px, 3.906vw, 25px);  text-align: center; width: 80px!important; position: absolute; right: -10px; top: -10px;;z-index:2 }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.JSL_MAIN_02  .label.labelcolor1{background-color: var(--primary-500);; }
.JSL_MAIN_02 .label.labelcolor2{background-color: var(--point2)}
.JSL_MAIN_02  .label.labelcolor3{background-color: #13b4b7}



.JSL_MAIN_02 .cardset-body.color1:hover .wg_box:before{  border: 1px solid var(--primary-500); border-bottom:none;}
.JSL_MAIN_02 .cardset-body.color1:hover .wg_box:after{ border: 1px solid  var(--primary-500);}
.JSL_MAIN_02 .cardset-body.color1:hover .notice_label{border-left: 1px solid  var(--primary-500) ; border-bottom: 1px solid  var(--primary-500);}




.JSL_MAIN_02 .cardset-body.color2:hover .wg_box:before{  border: 1px solid var(--point2); border-bottom:none;}
.JSL_MAIN_02 .cardset-body.color2:hover .wg_box:after{ border: 1px solid var(--point2);}
.JSL_MAIN_02 .cardset-body.color2:hover .notice_label{border-left: 1px solid var(--point2) ; border-bottom: 1px solid var(--point2);}


.JSL_MAIN_02 .cardset-body.color3:hover .wg_box:before{  border: 1px solid  #13b4b7; border-bottom:none;}
.JSL_MAIN_02 .cardset-body.color3:hover .wg_box:after{ border: 1px solid  #13b4b7;}
.JSL_MAIN_02 .cardset-body.color3:hover .notice_label{border-left: 1px solid  #13b4b7 ; border-bottom: 1px solid  #13b4b7;}

.JSL_MAIN_02 .swiper-slide{  width: min(100%, 375px) !important;  /* = 100%와 375px 중 더 작은 값 */}
/* 좁은 화면에서도 항상 375px 초과 금지 */
@media (max-width: 420px){
  .latest-swiper .swiper-slide{ width: 100% !important; max-width: 375px; }
}
</style>

