/* Ì½Ë÷Æ«Ïò */
#challenge{
    padding: 60px 0 0 0;
}
.n-item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}
.n-item{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
}
.n-item-img{
    width: 650px;
    margin-top: 24px;
}
.n-item img{
    width: 96px;
}
.n-item-title{
    text-align: left;
    margin: 0 0 16px;
}

.n-scene-card{
    width: 450px;
}
.n-card-desc{
    height: 48px;
}

.news-swiper-pagination{
    text-align: center;
    margin-top: 12px;
}
#scene .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    border-radius: unset;
    margin: 0;
}

#scene .swiper-pagination-bullet-active {
    background: #E60039;
    border-radius: 2px;
}
.news-pag{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1700px;
    left: -150px;
    top: calc(50% - 62px);
}
.news-prev,.news-next{
    cursor: pointer;
}
@media screen and (max-width:1788px) {
    .news-pag {
        width: 1600px;
        left: -100px;
    }
}
@media screen and (max-width:1600px) {
    .n-item,.n-item-img{
        width: 550px;
    }
    .news-pag {
        width: 1400px;
    }
    .n-scene-card{
        width: 380px;
    }
}

@media screen and (max-width:1280px) {
    .n-item,.n-item-img{
        width: 500px;
    }
    .news-prev,.news-next{
        width: 60px;
    }
    .news-pag {
        width: 1240px;
        left: -80px;
    }
    .n-scene-card{
        width: 344px;
    }
    .n-card-desc{
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .n-banner-text {
        width: 100%;
    }
    .n-breadcrumb {
        display: none;
    }
    #challenge {
        padding: 40px 0 0 0;
    }
    .n-item-list {
        gap: 36px;
    }
    .n-item,.n-item-img {
        width: 100%;
    }
    .n-item img {
        width: 72px;
    }
    .n-item-title {
        text-align: left;
        margin: 0 0 12px;
        font-size: 20px;
    }
    .n-item-desc{
        text-align: left;
        font-size: 14px;
    }
    .n-scene-card{
        width: 100%;
    }
    .n-item-img {
        margin-top: 16px;
    }
    .news-pag,.news-swiper-pagination{
        display: none;
    }
    .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-slide{
        height: auto;
        margin-bottom: 24px;
    }
    .swiper-slide:last-child{
        margin-bottom: 0px;
    }
    .n-card-desc {
        height: auto;
    }
}