* {
    margin: 0;
    padding: 0;
}

.n-porject-page {
    background-color: #f4fbff;
    padding-bottom: 260px;
    position: relative;
}

.n-porject-page img {
    width: 100%;
}

.bannerCont {
    position: relative;
}

.bannerInfo {
    top: 190px;
    left: calc((100% - 1400px)/2);
    position: absolute;
}

.bannerInfo h1 {
    margin-top: 24px;
    color: #292929;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.bannerInfo h2 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(103deg, #39EAFE -21.04%, #097CE8 36.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeInfo {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.timeInfo::before {
    content: '';
    display: block;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-image: url(../RJ-img/time.svg);
    background-repeat: no-repeat;
}

.bannerInfo .n-project-btn {
    margin-top: 48px;
}

.n-project-btn {
    height: 46px;
    padding: 0 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: .16s linear;
}

.n-project-btn.red {
    color: #FFF;
    background: #e60039;
}

#liveCont {
    margin: -238px auto 0 auto;
}

.liveInfo {
    position: relative;
    cursor: pointer;
}

.liveVideo video,
.liveVideo {
    border-radius: 8px;
}

.liveMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.liveMask p {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.liveBtn {
    width: 80px;
}

.letterCont {
    background-image: url(../RJ-img/letterBg.webp);
    background-size: cover;
    background-position: bottom center;
}

.letterInfo {
    position: relative;
    z-index: 2;
    width: 1400px;
    margin: 0 auto;
    padding: 120px 100px 80px 100px;
}

.letterInfo p {
    text-indent: 2em;
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.letterInfo p strong {
    font-weight: 700;
    color: #292929;
}

.n-project-title {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(90deg, #39EAFE 3.66%, #097CE8 69.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.n-project-info {
    position: relative;
    z-index: 2;
    margin-top: 120px;
}

.n-project-content {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.n-project-desc {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.speBg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 180px;
}

.title-left .n-project-title {
    margin-left: unset;
    margin-right: unset;
}

.title-left {
    border-bottom: 2px solid#D8EBFA;
    padding-bottom: 20px;
}

.productLists {
    width: 1152px;
    margin: 72px auto 0 auto;
    display: grid;
    column-gap: 36px;
    row-gap: 72px;
}

.productList:first-child {
    grid-column: 1 / 4;
    grid-row: 1;
}

.productList:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
}

.productList:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2;
}

.n-tab {
    position: relative;
    display: flex;
    justify-content: center;
}

.n-tab h3 {
    position: relative;
    color: #D8EBFA;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    padding-bottom: 24px;
}

.n-tab h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 10px;
    height: 10px;
    background-color: #D8EBFA;
    border-radius: 50%;
}

.n-tab h3.n-tab-active {
    color: #2A2B2E;
    font-weight: 700;
    pointer-events: none;
}

.n-tab::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #D8EBFA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.transparent-commonlink {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60039;
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}

.productCont {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.productInfo {
    position: relative;
    width: 360px;
    text-align: center;
    background-color: #FFF;
    padding: 0 30px 40px 30px;
    margin-right: 36px;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 113, 246, 0.25), 14px 11px 29.4px 0px rgba(9, 87, 155, 0.05);
    border-radius: 8px;
    border: 2px solid #FFF;
}

.productInfo:last-child {
    margin-right: 0;
}

.productInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productInfo img {
    width: 250px;
}

.productInfo i {
    font-style: normal;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.productInfo p {
    min-height: 48px;
    margin-top: 24px;
    overflow: hidden;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.bottomImg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.n-project-btn.redBorder {
    border: 1px solid #E60039;
    color: #E60039;
    font-size: 14px;
    font-weight: 400;
}

.productInfo:hover .transparent-commonlink::after {
    transform: translateX(8px);
}

.videoModal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .8);
}

.videoCont {
    width: 70%;
}

.videoCont video {
    width: 100%;
}

.closeBtn {
    width: 36px;
    margin: 0 0 0 auto;
    cursor: pointer;
}

.closeBtn img {
    width: 100%;
}

.lightSection {
    margin-top: 36px;
    text-align: center;
}

.lightSection .n-project-btn {
    margin-top: 96px;
}

.lightCont {
    display: flex;
    justify-content: center;
}

.lightInfo {
    width: 242px;
    margin-right: 96px;
    text-align: center;
}

.lightInfo:last-child {
    margin-right: 0;
}

.lightInfo h3 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: #2A2B2E;
}

.lightInfo p {
    margin-top: 6px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.lightInfo img {
    width: 80px;
}

@media screen and (max-width:2000px) {
    #liveCont {
        margin: -168px auto 0 auto;
    }
}

@media screen and (max-width:1800px) {
    #liveCont {
        margin: -128px auto 0 auto;
    }
}

@media screen and (max-width:1680px) {
    #liveCont {
        margin: -68px auto 0 auto;
    }
}

@media screen and (max-width:1440px) {
    .n-project-info {
        margin-top: 88px;
    }
    .n-project-title {
        font-size: 32px;
    }
    .n-project-content {
        width: 1200px;
    }
    .speBg {
        padding-bottom: 154px;
    }
    .n-project-desc {
        margin-top: 42px;
    }
    .productInfo i {
        font-size: 18px;
    }
    .productInfo p {
        margin-top: 20px;
        font-size: 14px;
        min-height: 42px;
    }
    .productInfo img {
        width: 215px;
    }
    .letterInfo {
        padding: 80px 60px 40px 60px;
    }
    .letterInfo {
        width: 1094px;
    }
    .bannerInfo {
        top: 120px;
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h2 {
        font-size: 42px;
    }
    .bannerInfo h1 {
        margin-top: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {
    .n-project-content {
        width: 1024px;
    }
    .n-project-info {
        margin-top: 118px;
    }
    .productCont {
        gap: 24px;
    }
    .bannerInfo {
        top: 80px;
        left: calc((100% - 1024px)/2);
    }
    .bannerInfo h2 {
        font-size: 36px;
    }
    .bannerInfo h1 {
        font-size: 18px;
        margin-top: 16px;
    }
    .timeInfo {
        margin-top: 20px;
        font-size: 16px;
    }
    .timeInfo::before {
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-right: 8px;
    }
    .bannerInfo .n-project-btn {
        margin-top: 36px;
    }
    .n-project-btn {
        height: 40px;
        padding: 0 32px;
        font-size: 14px;
    }
    .letterInfo {
        width: 930px;
    }
    .letterInfo p {
        font-size: 14px;
    }
    .productLists {
        width: 990px;
    }
    .productInfo {
        width: 310px;
        margin-right: 0;
    }
    .productLists {
        margin: 48px auto 0 auto;
        display: grid;
        column-gap: 20px;
    }
}

@media screen and (max-width:1068px) {
    .n-project-title {
        font-size: 28px;
    }
    .n-project-content {
        width: 750px;
    }
    .n-project-info {
        margin-top: 86px;
    }
    .n-project-desc {
        margin-top: 24px;
    }
    .productCont {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .n-tab h3 {
        font-size: 16px;
    }
    .letterInfo {
        width: 678px;
        margin: 0 auto;
        padding: 48px 52px 32px 52px;
    }
    .bannerInfo {
        left: calc((100% - 750px)/2);
    }
    .productLists {
        width: 842px;
    }
    .productCont {
        flex-wrap: wrap;
        gap: 24px;
    }
    .productInfo {
        width: calc(50% - 12px);
    }
    .productList:first-child,
    .productList:nth-child(2),
    .productList:nth-child(3) {
        grid-column: unset;
        grid-row: unset;
    }
    #liveCont {
        margin: 0 auto;
    }
}

@media screen and (max-width:990px) {
    .productLists {
        width: 100%;
        padding: 0 20px;
    }
    .productInfo p {
        padding: 0 20px;
    }
}

@media screen and (max-width:768px) {
    .bannerInfo {
        left: 0;
        width: 100%;
        top: 54px;
        padding: 0 36px;
    }
    .bannerInfo h2 {
        font-size: 24px;
    }
    .bannerInfo h1 {
        font-size: 14px;
    }
    .timeInfo {
        font-size: 14px;
        margin-top: 16px;
    }
    .n-project-btn {
        margin-top: 26px;
        padding: 0 24px;
    }
    #liveCont {
        margin: -64px auto 0 auto;
    }
    .liveMask p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .liveBtn {
        width: 48px;
    }
    .letterInfo {
        width: calc(100% - 40px);
        padding: 24px;
    }
    .letterInfo .n-project-title {
        font-size: 24px;
    }
    .letterInfo p {
        margin-top: 24px;
        font-size: 14px;
    }
    .n-project-content {
        padding: 0 20px;
        width: 100%;
    }
    .speBg {
        padding-top: 0;
    }
    .n-project-title {
        font-size: 24px;
    }
    .n-project-desc {
        margin-top: 30px;
        font-size: 12px;
        padding: 0 20px;
    }
    .productCont {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .productInfo {
        width: 100%;
        padding: 12px;
    }
    .productInfo i {
        font-size: 16px;
    }
    .productInfo p {
        font-size: 14px;
    }
    .productInfo img {
        width: 100%;
    }
    .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .transparent-commonlink {
        font-size: 14px;
    }
    .n-porject-page {
        padding-bottom: 100px;
    }
    .speBg {
        padding-bottom: 60px;
    }
    .timeLine {
        height: 300px;
    }
    .closeBtn {
        width: 24px;
    }
    .videoCont {
        width: 80%;
    }
}

@media screen and (max-width:628px) {
    .title-left .n-project-title {
        margin-left: auto;
        margin-right: auto;
    }
    .title-left {
        border-bottom: none;
        padding-bottom: 0;
    }
    .productInfo p {
        padding: 0 6px;
    }
}

.agendaCont {
    width: 1200px;
    margin: 0 auto;
}

.ageendaRow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E3E5E6;
    padding: 32px 0;
}

.ageendaRow:last-child {
    border-bottom: 1px solid #E3E5E6;
}

.agendaInfo {
    background: #f4fbff;
}

.agendaTime {
    width: 160px;
    margin-right: 120px;
    display: flex;
    align-items: center;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.agendaTime::before {
    content: '';
    background-image: url(../RJ-img/time.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    margin-right: 12px;
}

.agendaPlace {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    width: 186px;
}

.agenda-pag {
    text-align: center;
    opacity: .2;
    cursor: pointer;
}

.agenda-pag strong {
    display: block;
    color: #2A2B2E;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.agenda-pag span {
    display: block;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.agendaPagCont {
    position: relative;
    margin-top: 48px;
    margin-bottom: 32px;
}

#agendaPagSwiper .swiper-slide-thumb-active .agenda-pag {
    opacity: 1;
    pointer-events: none;
}

.agendaPrev,
.agendaNext {
    display: none;
    width: 32px;
    height: 32px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.agendaPrev {
    background-image: url(../RJ-img/prev.svg);
    left: -48px;
}

.agendaNext {
    background-image: url(../RJ-img/next.svg);
    right: -48px;
}

.agendaPrev.swiper-button-disabled,
.agendaNext.swiper-button-disabled {
    pointer-events: none;
}

@media screen and (max-width: 1440px) {
    .agendaCont {
        width: 1024px;
    }
    .agenda-pag strong {
        font-size: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .agendaCont {
        width: 870px;
    }
    .agendaPrev,
    .agendaNext {
        display: block;
    }
}

@media screen and (max-width: 1080px) {
    .agendaCont {
        width: 640px;
    }
    .agenda-pag strong {
        font-size: 24px;
    }
    .lightInfo {
        width: 200px;
        margin-right: 72px;
    }
    .lightSection .n-project-btn {
        margin-top: 64px;
    }
}

@media screen and (max-width: 768px) {
    .lightCont {
        flex-wrap: wrap;
    }
    .lightInfo {
        width: 100%;
        padding: 0 64px;
        margin-right: 0;
        margin-top: 48px;
    }
    .agendaCont {
        width: 100%;
        padding: 0 20px;
    }
    .agendaPagCont {
        padding: 0 24px;
    }
    .agendaPrev {
        left: 0;
    }
    .agendaNext {
        right: 0;
    }
    .agendaPlace {
        width: 120px;
    }
    .agendaTime {
        margin-right: 24px;
    }
    .lightInfo:first-child {
        margin-top: 0;
    }
    .n-project-info {
        margin-top: 60px;
    }
}

@media screen and (max-width: 360px) {
    .agenda-pag strong {
        font-size: 20px;
    }
    .agenda-pag span {
        font-size: 14px;
    }
    .agendaPrev,
    .agendaNext {
        width: 24px;
        height: 24px;
    }
    .agendaTime {
        font-size: 12px;
    }
    .lightInfo {
        padding: 0 32px;
    }
}

#agendaSwiper .swiper-slide {
    height: auto;
    background: #f4fbff;
}