/* MAIN_sw_HS */
.MAIN_sw_HS {width: 100%; float: left;
    position: relative;
    padding-top: 100px;
    padding-bottom: clamp(60px, calc(6.579vw + 33.684px), 160px);
    background: var(--bg-color)
}






.MAIN_sw_HS .group-scroll {
    width: 100%;
    height: 300vh
}

.MAIN_sw_HS .wrap-sticky {
    display: flex;width: 100%; float: left;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: calc(50% - 30rem)
}

.MAIN_sw_HS .title-area {
    margin-bottom: 6rem;width: 100%; float: left;
    text-align: center; display: flex;  justify-content: center;  align-items: center; flex-direction: column;
}

.MAIN_sw_HS .title-area .wg_tit2{
 width: auto; float: left;
 text-align: center; 
 font-size: 48px; line-height: 160%;
  font-weight: bold;
  background: linear-gradient(90deg, #ff7e5f, #3d466f); /* 원하는 색상 */
  -webkit-background-clip: text; /* 크롬/사파리 */
  -webkit-text-fill-color: transparent; 
  background-clip: text;          /* 파이어폭스 */
  color: transparent;        font-weight: 900;font-family:var(--ff-ko6)!important; font-size:calc(var(--tit-lg-size) * 0.9);
	

}



.MAIN_sw_HS .title-area .wg_tit3{
 width: 100%; float: left;
 text-align: center; 
  font-family: var(--ff-ko1);
  font-size: var(--fs-p1);
  color: var(--text-color1);
  font-weight: var(--fw-regular);
  line-height: 130%;
  letter-spacing: var(--letter-spacing-p1);
}






.MAIN_sw_HS .list-area {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px
}

.MAIN_sw_HS .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left; width: 100%;
    height: 52rem;border-radius: 3rem; padding: 0px


}

.MAIN_sw_HS .item:nth-child(n + 2) {
    position: absolute;
    top: 0
}

.MAIN_sw_HS .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-rgb), 0.1); 
}

.MAIN_sw_HS .item picture {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100% ;  object-fit: cover;
}
.MAIN_sw_HS .item .wg_img1{
    width: 100%;
    height: 100%; 
  
}

.MAIN_sw_HS .item .wg_img1 img {
    width: 100%;
    height: 100%; 
    object-fit: cover;  border-radius: 3rem;     
}

.MAIN_sw_HS .desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10rem;
    width: 100%
}

.MAIN_sw_HS .desc strong {
    overflow: hidden;
    display: -webkit-box;
    margin: 3.2rem 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis; 
  
}
.MAIN_sw_HS .desc .tx1{
 font-size: calc(var(--tit-mds-size) * 0.7); color: #fff; width: 100%; float: left; font-weight: 700; margin-bottom: 30px; text-align: center
  
}


.MAIN_sw_HS .desc .tx2{
   font-size:calc(var(--tit-mds-size) * 1.4); color: #fff;  width: 100%; float: left; font-weight: 700; margin-bottom: 50px; text-align: center
}
.MAIN_sw_HS .desc .tx3{
font-size:calc(var(--tx-sm-size) * 1); color: #fff; line-height: 130%
}

.MAIN_sw_HS .desc .modalset-open-btn {width: 75px; height: 75px;
  cursor: pointer; position: relative
}
.MAIN_sw_HS .desc .modalset-open-btn:before {width: 75px; height: 75px;position: absolute; left: 0px; top:0px; content: ""; font-family: unicons-line; background: url("../images/ico_video_play.png") no-repeat center center; background-size: 75px;

}
.MAIN_sw_HS .desc.white  {
 display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; padding-top: 20rem
}

.MAIN_sw_HS .desc.white span,
.MAIN_sw_HS .desc.white strong,
.MAIN_sw_HS .desc.white p {
    color: var(--white)
}





@media (max-width: 992px) {
    .MAIN_sw_HS {
        padding-top: 50px;
        padding-bottom: 4rem
    }

    .MAIN_sw_HS .title-area {
        margin-bottom: 3rem
    }

    .MAIN_sw_HS .wrap-sticky {
        top: calc(50% - 25rem)
    }

    .MAIN_sw_HS .item {
        height: 40rem
    }

    .MAIN_sw_HS .desc {
        padding: clamp(25px, 3.906vw, 50px); 
    }

    .MAIN_sw_HS .desc strong {
        margin: 2.8rem 0 1.2rem
    }
}