/* MAIN_sw_BA */
.MAIN_sw_BA {width: 100%; float: left;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 16rem;
    background: var(--bg-color)
}






.MAIN_sw_BA .group-scroll {
    width: 100%;
    height: 500vh
}

.MAIN_sw_BA .wrap-sticky {
    display: flex;width: 100%; float: left;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: calc(50% - 30rem)
}

.MAIN_sw_BA .title-area {
    margin-bottom: 6rem;width: 100%; float: left;
    text-align: center
}

.MAIN_sw_BA .title-area .wg_tit2{
 width: 100%; float: left;
 text-align: center; 
    font-family: var(--ff-ko1);
    font-size: var(--fs-h1);
    color: var(--text-color1);
    font-weight: var(--fw-bold);
    line-height: var(--lh-h1);
    letter-spacing: var(--letter-spacing-h1);	
}

.MAIN_sw_BA .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: var(--lh-p1);
  letter-spacing: var(--letter-spacing-p1);
}






.MAIN_sw_BA .list-area {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px
}

.MAIN_sw_BA .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
   width: 100%; float: left;
    height: 60rem;
    border-radius: 0.8rem
}

.MAIN_sw_BA .item:nth-child(n + 2) {
    position: absolute;
    top: 0
}

.MAIN_sw_BA .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-rgb), 0.05)
}

.MAIN_sw_BA .item picture {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%
}
.MAIN_sw_BA .item .wg_img1{
    width: 100%;
    height: 100%;
  
}

.MAIN_sw_BA .item .wg_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.MAIN_sw_BA .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10rem;
    width: 100%
}

.MAIN_sw_BA .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_BA .desc .tx1{
 font-size: var(--tit-lg-size); color: #fff; width: 100%; float: left; font-weight: 700; margin-bottom: 30px
  
}


.MAIN_sw_BA .desc .tx2{
   font-size:calc(var(--tit-mds-size) * 1.4); color: #fff;  width: 100%; float: left; font-weight: 700; margin-bottom: 30px
}
.MAIN_sw_BA .desc .tx3{
font-size:calc(var(--tx-sm-size) * 1); color: #fff; line-height: 130%
}

.MAIN_sw_BA .desc.white span,
.MAIN_sw_BA .desc.white strong,
.MAIN_sw_BA .desc.white p {
    color: var(--white)
}

@media (max-width: 992px) {
    .MAIN_sw_BA {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .MAIN_sw_BA .title-area {
        margin-bottom: 3rem
    }

    .MAIN_sw_BA .wrap-sticky {
        top: calc(50% - 21rem)
    }

    .MAIN_sw_BA .item {
        height: 42rem
    }

    .MAIN_sw_BA .desc {
        padding: clamp(25px, 3.906vw, 50px); 
    }

    .MAIN_sw_BA .desc strong {
        margin: 2.8rem 0 1.2rem
    }
}