#anli-2 {
    background-image: url(../RJ-img/caseBg.webp);
    background-size: cover;
}

#caseSwiper {
    margin-top: 120px;
    padding-bottom: 80px;
}

#caseSwiper .swiper-pagination {
    bottom: 0;
}

#caseSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: unset;
    background: #FFF;
    opacity: 1;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

#anli-2 {
    text-align: center;
}

.caseInfo {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: left;
}

.caseDesc {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
}

.caseImg {
    width: 696px;
    flex-shrink: 0;
    margin-left: 90px;
}
.caseImg img{
    width: 100%;
}
.caseText h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
}

.caseText p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.arrowBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.arrowBtn.prev {
    left: 5%;
}

.arrowBtn.next {
    right: 5%;
}

.caseCont {
    position: relative;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    margin-top: 40px;
}

.transparent-commonlink:hover {
    color: #E60039;
    cursor: pointer;
    text-decoration: underline;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition: transform .16s linearr;
    -moz-transition: transform .16s linear;
    -o-transition: transform .16s linear;
}
.transparent-commonlink:hover::after { 
    transform: translateX(8px);
}

@media screen and (max-width:1600px) {
    .caseImg {
        width: 598px;
    }
    .caseInfo {
        width: 1200px;
    }
}

@media screen and (max-width:1440px) {
    .caseInfo {
        width: 1100px;
    }
    .caseDesc {
        font-size: 16px;
    }
    .caseText h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:1280px) {
    .arrowBtns {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .caseInfo {
        width: 100%;
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .caseImg {
        width: 100%;
        margin-left: 0;
    }
    .caseText h3 {
        font-size: 20px;
        margin-top: 24px;
    }
    #caseSwiper {
        margin-top: 48px;
    }
}