.mission-img {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.page-btn {
    flex-direction: row-reverse;
}

#prev-btn {
    margin-right: 15px;
}

.new-container {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.new-container::-webkit-scrollbar {
    display: none;
}

.new-card:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.new-card img {
    transition: transform 0.3s ease;
}

.content {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.new-box:hover .content {
    text-decoration: underline;
}


@media screen and (min-width : 1500px) {
    .swiper {
        width: 100%;
        height: 600px;
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 25px;
    }

    .swiper-slide {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        transform: translateY(-20%);
    }
}

@media screen and (max-width : 1500px) and (min-width : 1200px) {
    .swiper {
        width: 100%;
        height: 600px;
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 25px;
    }

    .swiper-slide {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width : 1200px) and (min-width : 767px) {
    .swiper {
        width: 100%;
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 25px;
    }

    .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width : 767px) {
    .swiper {
        width: 100%;
        --swiper-theme-color: #fff;
        --swiper-navigation-color: #fff;
        --swiper-navigation-size: 15px;
    }

    .swiper-slide {
        width: 100%;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }
}