.n-project-info {
    padding-bottom: 120px;
}
#msg-1{
    padding-bottom: 40px;
}
.n-banner-text h1 {
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(90deg, #07F 0%, #0101E8 51.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.date-box{
    padding: 4px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #2A2B2E;
    font-size: 16px;
    line-height: 150%; /* 24px */
    width: fit-content;
    margin-top: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
}
.date-msg{
    display: flex;
    gap: 6px;
}
.date-msg img{
    width: 24px;
}
.n-nav {
    background: #2A2B2E;
}
.n-nav-content a {
    color: rgba(255, 255, 255, 0.75);
}
.n-nav-content .n-nav-active {
    color: #FFFFFF;
}
.n-page1{
    background-image: url(../RJ-img/page1-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.n-page-title{
    background: linear-gradient(90deg, #6F00FF 0%, #0095FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.n-page-title::before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../RJ-img/title-bf.svg");
    top: 50%;
    transform: translateY(-50%);
    left: -52px;
}
.n-page-title::after{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../RJ-img/title-af.svg");
    top: 50%;
    transform: translateY(-50%);
    right: -52px;
}
.n-card-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.n-card{
    padding: 40px 32px;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(7.5px);
}
.n-card-title{
    color: #2A2B2E;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    position: relative;
}
.n-card-title::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    left: -41px;
    background-image: url(../RJ-img/yh-l.svg);
}
.n-card-title::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: -41px;
    background-image: url(../RJ-img/yh-r.svg);
}
.n-card-content{
    margin-top: 40px;
}
.n-card-content p{
    color: #2A2B2E;
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.n-card-dataList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.n-card-data{
    text-align: center;
}
.n-data-num{
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #6F00FF 0%, #0095FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.n-data-num span{
    font-size: 24px;
}
.n-data-desc{
    color:#6A6B6D;
    font-size: 18px;
}
.n-card2{
    padding: 40px 32px;
    border-radius: 12px;
    background: linear-gradient(90deg, #6F00FF 0%, #0095FF 100%), rgba(255, 255, 255, 0.50);
    color: #FFF;
    font-size: 18px;
    line-height: 150%; /* 27px */
    margin-top: 24px;
}
.n-card-list2{
    gap: 20px;
}
#jx{
    position: relative;
    padding-top: 0;
}
.n-page-title-box{
    position: absolute;
    top: 5VW;
    left: 50%;
    transform: translateX(-50%);
}
.n-tab{
    display: flex;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 32px;
}
.n-tab div{
    padding: 8px 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #6A6B6D;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.n-tab-selected{
    color: #FFFFFF!important;
    background: linear-gradient(90deg, #6F00FF 0%, #0095FF 100%);
}
.n-img2{
    position: absolute;
    margin: 0;
    top: 41vw;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1600px) {
    .n-page-title-box{
        top: 4VW;
    }
    .n-banner-text h1 {
        font-size: 46px;
    }
}
@media screen and (max-width: 1440px) {
    .n-page-title-box{
        top: 3VW;
    }

}
@media screen and (max-width: 1280px) {
    .n-banner-text h1 {
        font-size: 42px;
    }
}
@media screen and (max-width: 768px) {
    .n-banner-text h1 {
        font-size: 25px;
    }
    .date-box {
        font-size: 14px;
        line-height: 180%;
    }
    .nav-show span {
        color: #FFFFFF;
    }
    .n-nav-content {
        background: #292929;
    }
    .n-card-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .n-card {
        padding: 24px 16px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-card-title::before{
        width: 19px;
        height: 16px;
        left: -32px;
        background-size: cover;
    }
    .n-card-title::after{
        width: 19px;
        height: 16px;
        right: -32px;
        background-size: cover;
    }
    .n-card-dataList {
        gap: 2px;
    }
    .n-data-num {
        font-size: 24px;
    }
    .n-data-num span {
        font-size: 14px;
    }
    .n-data-desc {
        font-size: 14px;
    }
    .n-page1 {
        background-image: url(../RJ-img/page1-bg_750.webp);
    }
    .n-card-content {
        margin-top: 24px;
    }
    .n-card2 {
        padding: 24px;
    }
    .n-project-info {
        padding-bottom: 80px;
    }
    .n-tab {
        width: calc(100vw - 40px);
    }
    .n-tab div {
        padding: 8px 12px;
        font-size: 13px;
    }
    #jx{
        padding: 0;
    }
    .n-page-title-box {
        top: 4rem;
    }
    .n-img2 img{
        width: calc(100vw - 40px);
        margin: 0 20px;
    }
    .n-img2{
        top: unset;
        bottom: 5rem;
    }
}