* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-project-page {
    position: relative;
}

.n-project-page img {
    width: 100%;
}

.n-project-info {
    position: relative;
    z-index: 25;
    margin-top: 96px;
}

.n-banner {
    position: relative;
}

.n-banner video {
    mix-blend-mode: darken;
}

.n-banner-text {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: calc((100% - 1400px)/2);
}

.n-banner-text h2 {
    position: relative;
    color: #FFF;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    width: fit-content;
}

.n-banner-text h2 span {
    color: #E60039;
}

.n-banner-text h1 {
    margin-top: 24px;
    color: #E3E5E6;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}

.n-project-nav {
    background: linear-gradient(90deg, #2BAAB8 0%, #047FA4 100%);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}

.n-project-nav-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n-project-breadcrumb {
    display: flex;
    align-items: center;
}

.n-project-breadcrumb li::after {
    content: '>';
    display: block;
    margin: 0 8px;
}

.n-project-breadcrumb li:last-child:after {
    display: none;
}

.n-project-breadcrumb li,
.n-project-breadcrumb li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.dateInfo,
.placeInfo {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.dateInfo::before,
.placeInfo::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.dateInfo::before {
    background-image: url(../RJ-img/time.svg);
}

.placeInfo::before {
    background-image: url(../RJ-img/place.svg);
}

.placeInfo {
    margin-top: 16px;
}

.n-banner-line {
    width: 65px;
    height: 4px;
    background: #008eb4;
    margin: 24px 0;
}

h2.n-project-title {
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    margin-left: calc((100% - 1400px)/2);
}

h3.n-project-desc {
    margin-top: 12px;
    color: #F4F4F4;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    margin-left: calc((100% - 1400px)/2);
}

.summitCont {
    display: flex;
}

.n-project-content {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.summitContTab {
    max-width: 622px;
    flex-shrink: 0;
    margin-right: 48px;
}

.summitContTab div {
    position: relative;
    padding: 36px 24px;
    color: #9B9FA8;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.summitContTab div.active {
    background: #F7F9FA;
    font-weight: 700;
    color: #2A2B2E;
    pointer-events: none;
}

.summitContTab div.active::before {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 6px;
    left: -3px;
    top: 0;
    background: #5fd2f6;
}

.summitContTab div::after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E3E5E6;
}

.summitContTab div:first-child::after,
.summitContTab div.active::after,
.summitContTab div.active+div::after {
    display: none;
}

.spebg {
    padding: 120px 0;
    background-size: cover;
    background-image: url(../RJ-img/spebg.webp);
    background-position: bottom center;
}

.spebg .n-project-title {
    color: #FFF;
}

.agendaInfo {
    color: #FFF;
}

.agendaDate {
    font-size: 32px;
    font-weight: 700;
}

.agendaPlace {
    margin-top: 12px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.agendaLogo {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(107, 228, 233, 1) 25%, rgba(92, 233, 120, 1) 50%);
    margin-bottom: 20px;
    position: relative;
}

.agendaLogo::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, rgba(107, 228, 233, 1) 25%, rgba(92, 233, 120, 1) 50%);
}

.agendaCard {
    max-width: 520px;
    margin-top: 24px;
    border-radius: 4px;
    border: 0.5px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 22px;
}

.agendaCard ol li {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
}

.agendaCard ul {
    margin: 10px 0 10px 24px;
}

.agendaCard ul li {
    display: flex;
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}

.agendaCard ul li::before {
    content: '•';
    display: block;
    margin-right: 4px;
}

#agendaSwiper {
    padding: 20px 0;
}

#agendaSwiper .swiper-slide {
    display: unset;
}

.n-banner-img {
    display: none;
}

.wraph.btnfr {
    margin-top: 0;
}

.n-project-nav-tick {
    display: flex;
}

.n-project-nav-tick div {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    display: flex;
}

.n-project-nav-tick div::after {
    display: block;
    content: '';
    height: 100%;
    width: 2px;
    background-color: #FFF;
    margin: 0 8px;
}

.n-project-nav-tick div:last-child::after {
    display: none;
}

.newsInfo {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f7f9fa;
}

.newsInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsInfo img {
    max-width: 570px;
}

.newsText {
    padding: 0 60px;
    height: 100%;
}

.newsText h3 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}

.newsText p {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.newsText span {
    margin-top: 24px;
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.newsText span::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/link.svg);
    margin-left: 4px;
}

.pictureCont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.pictureInfo:first-child {
    grid-row: span 2;
}

.fixCont {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 999;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
}

.videoCont {
    text-align: right;
    width: 1200px;
}

.videoCont video {
    width: 100%;
}

.videoClose {
    cursor: pointer;
}

.videoClose img {
    width: 48px;
    height: 48px;
}

.videoBtn {
    cursor: pointer;
}

@media screen and (max-width:1440px) {
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h2 {
        font-size: 44px;
    }
    .n-banner-text h1 {
        margin-top: 20px;
        font-size: 20px;
    }
    .dateInfo,
    .placeInfo {
        font-size: 16px;
    }
    .n-banner-line {
        margin: 20px 0;
    }
    h2.n-project-title {
        margin-left: calc((100% - 1200px)/2);
        font-size: 32px;
    }
    .n-project-content {
        margin: 42px auto 0 auto;
        width: 1200px;
    }
    .summitContTab div {
        padding: 30px 20px;
    }
    .summitContTab div {
        font-size: 20px;
    }
    .summitContTab {
        max-width: 544px;
    }
    .agendaDate {
        font-size: 28px;
    }
    .agendaPlace {
        font-size: 20px;
    }
    h3.n-project-desc {
        margin-top: 10px;
        font-size: 16px;
        margin-left: calc((100% - 1200px)/2);
    }
    .n-project-nav-content {
        width: 1200px;
    }
    .videoCont {
        width: 800px;
    }
    .newsInfo img {
        width: 490px;
    }
    .newsText h3 {
        font-size: 24px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text h2 {
        font-size: 38px;
    }
    h2.n-project-title {
        font-size: 28px;
        margin-left: calc((100% - 1024px)/2);
    }
    .summitContTab {
        margin-right: 36px;
    }
    .n-project-content {
        margin: 36px auto 0 auto;
        width: 1024px;
    }
    .summitContTab {
        max-width: 462px;
    }
    .summitContTab div {
        font-size: 16px;
    }
    .summitContTab div {
        padding: 27px 14px;
    }
    .summitContTab div::after {
        height: 1px;
    }
    .summitContTab div.active::before {
        width: 4px;
        left: -2px;
    }
    .spebg {
        margin-top: 144px;
    }
    .agendaDate {
        font-size: 24px;
    }
    .agendaPlace {
        font-size: 16px;
    }
    .agendaCard {
        max-width: 462px;
    }
    .agendaDate {
        font-size: 20px;
    }
    h3.n-project-desc {
        margin-top: 8px;
        font-size: 14px;
        margin-left: calc((100% - 1024px)/2);
    }
    .n-project-nav-content {
        width: 1024px;
    }
    .videoCont {
        width: 600px;
    }
    .newsInfo img {
        max-width: 416px;
    }
    .newsText h3 {
        font-size: 20px;
    }
    .newsText p {
        font-size: 14px;
    }
    .newsText span {
        margin-top: 16px;
        font-size: 14px;
    }
    .newsText span::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1068px) {
    .n-banner-text {
        left: calc((100% - 750px)/2);
    }
    .n-banner-text h2 {
        font-size: 28px;
    }
    .n-banner-text h1 {
        margin-top: 16px;
        font-size: 16px;
    }
    .n-banner-line {
        margin: 12px 0;
        height: 2px;
    }
    .dateInfo,
    .placeInfo {
        font-size: 14px;
    }
    .placeInfo {
        margin-top: 12px;
    }
    .n-project-content {
        width: 750px;
        margin: 30px auto 0 auto;
    }
    h2.n-project-title,
    h3.n-project-desc {
        margin-left: calc((100% - 750px)/2);
    }
    .summitContTab {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .summitCont {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .summitContTab div {
        padding: 20px 14px;
    }
    .agendaCard {
        width: 100%;
        max-width: unset;
    }
    .agendaInfo {
        position: relative;
        padding: 0 0 24px 24px;
        box-sizing: border-box;
    }
    .agendaLogo {
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
    }
    .agendaLogo::before {
        left: -50%;
        top: 0;
        transform: translateX(-50%);
    }
    #agendaSwiper {
        padding: 0;
        overflow: visible;
    }
    .spebg {
        margin-top: 80px;
    }
    .n-project-nav-content {
        width: 750px;
    }
    .videoClose img {
        width: 36px;
    }
    .videoCont {
        width: 80%;
    }
    .newsInfo {
        flex-wrap: wrap;
    }
    .newsInfo img {
        width: 100%;
        max-width: 100%;
    }
    .newsText {
        padding: 24px;
    }
    .pictureCont {
        grid-template-columns: 1fr 1fr;
    }
    .pictureInfo:first-child {
        grid-row: unset;
    }
}

@media screen and (max-width:768px) {
    .n-banner-img {
        display: block;
    }
    .n-banner video {
        display: none;
    }
    .n-banner-text {
        top: 48px;
        padding: 0 24px;
        left: 0;
        transform: unset;
        width: 100%;
    }
    .n-project-nav {
        display: none;
    }
    .n-project-content {
        width: 100%;
        padding: 0 24px;
    }
    h2.n-project-title,
    h3.n-project-desc {
        margin-left: 0;
        text-align: center;
        width: 100%;
        padding: 0 24px;
    }
    .spebg {
        margin-top: 60px;
        padding: 60px 0;
    }
}

@media screen and (max-width:480px) {
    .n-banner-text h2 {
        font-size: 24px;
    }
    .n-banner-text {
        top: 20px;
    }
    .n-banner-text h1 {
        font-size: 14px;
        margin-top: 14px;
    }
    .dateInfo::before,
    .placeInfo::before {
        width: 20px;
        height: 24px;
    }
    h2.n-project-title {
        font-size: 24px;
    }
    .n-project-content {
        padding: 0 20px;
    }
    .agendaDate {
        font-size: 16px;
    }
    .agendaCard ol li {
        font-size: 10px;
        font-weight: 400;
    }
    .agendaCard ul {
        margin: 4px 0 4px 12px;
    }
    .agendaInfo {
        padding: 0 0 20px 20px;
    }
    .agendaCard {
        margin-top: 12px;
        padding: 12px;
    }
    .pictureCont {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:990px) {
    .n-project-breadcrumb li a:hover {
        text-decoration: underline;
    }
    .n-project-nav-tick div:hover {
        text-decoration: underline;
        cursor: pointer;
    }
}