/* BBS_MAIN_swpro_AA */
.BBS_MAIN_swpro_AA { width: 100%; float: left;
    position: relative;
    padding-top:clamp(0px, 6.250vw, 80px);
    padding-bottom: 14rem;
    overflow: hidden
}

.BBS_MAIN_swpro_AA .contents-inner {
    width: 100%;
    position: relative
}

.BBS_MAIN_swpro_AA .title-area {
    margin-bottom: 6rem; width: 100%; float: left;
    text-align: center
}

.BBS_MAIN_swpro_AA .title-area h2 {
    color: var(--text-color3);
    font-weight: var(--fw-medium)
}

.BBS_MAIN_swpro_AA .title-area p {
    margin-top: 1.2rem
}

.BBS_MAIN_swpro_AA .swiper {
    overflow: visible; width: 100%; float: left;
}

.BBS_MAIN_swpro_AA .swiper-slide {
    max-width: 65rem
}

.BBS_MAIN_swpro_AA .slide-thumb {
    height: 350px;
  border-radius:20px; overflow: hidden; display: flex;  justify-content: center;  align-items: center; border: 1px solid #eee
}

.BBS_MAIN_swpro_AA .slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   opacity: 0.95; 
}

.BBS_MAIN_swpro_AA .slide-desc {
    margin-top: 2.4rem;
    display: flex;flex-direction: column;
    gap:15px; padding-right: 100px
}

.BBS_MAIN_swpro_AA .slide-desc strong {
    font-weight: var(--fw-bold)
}
.BBS_MAIN_swpro_AA .slide-desc .pro_tit {
    font-weight: var(--fw-bold);  font-size:calc(var(--tit-mds-size) * 1.2);
}
.BBS_MAIN_swpro_AA .slide-desc .tx1 {
  font-size:calc(var(--tx-sm-size) * 0.9);  color: #666
}
.BBS_MAIN_swpro_AA .slide-desc p {
    max-width: 55.7rem
}

.BBS_MAIN_swpro_AA .pagination {
    max-width: 65rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
   top:380px;
    margin: 0 auto;
    z-index: 1
}

.BBS_MAIN_swpro_AA .paging-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    background: #fff
}

.BBS_MAIN_swpro_AA .pagination [class*="btn"] {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%
}

.BBS_MAIN_swpro_AA .pagination .btn-prev svg {
    transform: rotate(180deg)
}

.BBS_MAIN_swpro_AA .pagination [class*="btn"] circle,
.BBS_MAIN_swpro_AA .pagination [class*="btn"] path {
    transition: fill 0.3s;
    will-change: fill
}

.BBS_MAIN_swpro_AA .pagination [class*="btn"]:hover circle {
    fill: #e53944
}

.BBS_MAIN_swpro_AA .pagination [class*="btn"]:hover path {
    fill: #fff
}

.BBS_MAIN_swpro_AA .slide-page {
    width: auto;
    display: flex;
    align-items: baseline;
    font-size: var(--fs-h5);
    font-weight: var(--fw-bold); 
}

.BBS_MAIN_swpro_AA .swiper-pagination-total {
    font-size: var(--fs-p1)
}

@media (max-width: 992px) {
    .BBS_MAIN_swpro_AA {width: 100%; float: left;
        padding-top: 5rem;
        padding-bottom: 5rem; position: relative
    }

    .BBS_MAIN_swpro_AA .title-area {width: 100%; float: left;
        margin-bottom: 3rem
    }

    .BBS_MAIN_swpro_AA .title-area p {
        margin-top: .8rem
    }

    .BBS_MAIN_swpro_AA .swiper-slide {
        max-width: 80%
    }
.BBS_MAIN_swpro_AA .pagination {
    max-width: 100%!important;
    width: 95%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
   top:-20px;
    margin: 0 auto;
    z-index: 1
}

    .BBS_MAIN_swpro_AA .slide-thumb {
        height: auto; max-height: 250px
    }

    .BBS_MAIN_swpro_AA .slide-desc {
        flex-direction: column;
        gap: 0.9rem;
        justify-content: flex-start;
        margin-top:1rem; padding-right: 0px
    }

    .BBS_MAIN_swpro_AA .slide-desc p {
        max-width: 100%
    }

    .BBS_MAIN_swpro_AA .pagination {
        max-width: 30rem;
        right: 2rem;
        bottom: 13.2rem;
        gap: 0.8rem
    }

    .BBS_MAIN_swpro_AA .paging-wrap {
        background-color: transparent
    }

    .BBS_MAIN_swpro_AA .pagination [class*="btn-"] {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 2rem
    }
}


 .BBS_MAIN_swpro_AA  .btn_more{
       padding: 15px 30px; background-color: #666; color: #fff; font-size:calc(var(--tx-sm-size) * 0.9); margin-top: 30px; border-radius: 50px; transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;-o-transition: all 0.5s; 

    }

 .BBS_MAIN_swpro_AA  .btn_more:hover{
       padding: 15px 30px; background-color: var(--primary);; color: #fff; font-size:calc(var(--tx-sm-size) * 0.9); margin-top: 30px; border-radius: 50px
    }
