* {
    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: 400;
    line-height: 120%;
}

.bannerInfo h2 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.timeInfo {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.timeInfo::before {
    content: '';
    display: block;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-image: url(/events/20240508/0331/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;
}

.letterCont {
    position: relative;
    z-index: 2;
    width: 1272px;
    margin: -238px auto 0 auto;
}

.letterCont a {
    display: block;
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.letterInfo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 96px 0 96px;
}

.letterInfo p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-project-title {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(90deg, #6DA1EA 61.67%, #B9E9F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.n-project-info {
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.n-project-content {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.agendaInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 90px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.agendaTitle {
    display: flex;
}

.agendaTitle img {
    width: 28px;
}

.agendaText {
    margin-left: 24px;
}

.agendaText span {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.agendaText p {
    margin-top: 12px;
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.agendaGuest {
    width: 282px;
    display: flex;
    font-size: 14px;
}

.agendaGuest span {
    color: #0175E8;
    font-weight: 400;
    line-height: 150%;
    margin-right: 12px;
}

.agendaGuest p {
    color: #7D7D7D;
    font-weight: 400;
    line-height: 150%;
}

.n-project-desc {
    margin-top: 48px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.lightCont {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.lightInfo {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 14px 11px 29.4px 0px rgba(9, 87, 155, 0.05);
}

.speBg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 180px;
}

.lightText {
    margin-top: 110px;
    padding-bottom: 102px;
    text-align: center;
}

.lightText span {
    color: #9B9FA8;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.lightText p {
    margin-top: 12px;
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.solutionCont {
    width: 1160px;
    margin: 160px auto 0 auto;
}

.solutionText h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.solutionText p {
    margin-top: 24px;
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.solutionText .transparent-commonlink {
    text-align: left;
    justify-content: start;
    color: #e60039!important;
}

.solutionInfo {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

.solutionInfo img {
    width: 770px;
}

.title-left .n-project-title {
    margin-left: unset;
    margin-right: unset;
}

.title-left {
    border-bottom: 2px solid#D8EBFA;
    padding-bottom: 20px;
}

.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:first-child {
    margin-right: 182px;
}

.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(/events/20240508/0331/RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
}

.productCont {
    margin-top: 76px;
    display: flex;
    justify-content: center;
    gap: 36px;
}

.productInfo {
    position: relative;
    width: 360px;
    text-align: center;
    background-color: #FFF;
    padding: 0 30px 40px 30px;
}

.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%;
}

.agendaTimeCont {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.agendaTimeCont::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D8EBFA;
}

.agendaTimeInfo {
    position: relative;
    z-index: 2;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    color: #FFF;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(90deg, #6DA1EA 61.67%, #B9E9F7 100%);
    box-shadow: 7px 5px 12px 0px rgba(35, 97, 151, 0.10);
    margin-right: 204px;
}

.agendaTimeInfo span {
    display: block;
    width: 2px;
    height: 36px;
    background-color: #FFF;
    margin: 0 24px;
}

.agendaTimeInfo p {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.agendaTimeInfo strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.agendaTimeComing {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-color: #D8EBFA;
    border-radius: 50%;
    margin-right: 328px;
}

.agendaTimeComing:last-child {
    margin-right: 0;
}

.agendaTimeComing::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    content: 'upcoming';
    color: #D8EBFA;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.bottomImg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media screen and (max-width:1440px) {
    .n-project-info {
        margin-top: 138px;
    }
    .n-project-title {
        font-size: 32px;
    }
    .n-project-content {
        width: 1200px;
    }
    .speBg {
        padding-top: 52px;
        padding-bottom: 154px;
    }
    .n-project-desc {
        margin-top: 42px;
    }
    .agendaInfo {
        padding: 36px 78px;
    }
    .agendaText p {
        font-size: 18px;
    }
    .agendaTitle img {
        width: 24px;
    }
    .agendaTimeInfo strong {
        font-size: 24px;
    }
    .agendaTimeInfo p {
        font-size: 16px;
    }
    .agendaTimeInfo span {
        height: 32px;
        margin: 0 20px;
    }
    .agendaTimeComing {
        margin-right: 250px;
    }
    .lightCont {
        gap: 36px;
    }
    .lightText span,
    .lightText p {
        font-size: 18px;
    }
    .lightText {
        margin-top: 94px;
        padding-bottom: 86px;
    }
    .solutionCont {
        width: 998px;
        margin: 138px auto 0 auto;
    }
    .solutionInfo img {
        width: 662px;
    }
    .productInfo i {
        font-size: 18px;
    }
    .productInfo p {
        margin-top: 20px;
        font-size: 14px;
        min-height: 42px;
    }
    .productInfo img {
        width: 215px;
    }
}

@media screen and (max-width:1280px) {
    .n-project-content {
        width: 1024px;
    }
    .solutionInfo img {
        width: 562px;
    }
    .n-project-info {
        margin-top: 118px;
    }
    .agendaTimeComing {
        margin-right: 220px;
    }
    .agendaTimeInfo {
        margin-right: 146px;
    }
    .agendaText p {
        font-size: 16px;
    }
    .solutionCont {
        width: 848px;
    }
    .productCont,
    .lightCont {
        gap: 24px;
    }
    .agendaInfo {
        padding: 32px 64px;
    }
}

@media screen and (max-width:1068px) {
    .n-project-title {
        font-size: 28px;
    }
    .n-project-content {
        width: 750px;
    }
    .agendaTimeComing {
        display: none;
    }
    .agendaInfo {
        padding: 24px;
    }
    .n-project-info {
        margin-top: 86px;
    }
    .n-project-desc {
        margin-top: 24px;
    }
    .productCont {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .solutionInfo img {
        width: 360px;
    }
    .solutionCont {
        width: 620px;
    }
    .solutionText h3 {
        font-size: 18px;
    }
    .solutionText p {
        font-size: 14px;
    }
    .solutionInfo {
        margin-top: 36px;
    }
    .n-tab h3 {
        font-size: 16px;
    }
    .n-tab h3:first-child {
        margin-right: 154px;
    }
}

@media screen and (max-width:1680px) {
    .letterCont {
        margin: -168px auto 0 auto;
    }
    .lightText span,
    .lightText p {
        font-size: 14px;
    }
    .lightText {
        margin-top: 48px;
        padding-bottom: 42px;
    }
}

@media screen and (max-width:1440px) {
    .letterCont {
        margin: -120px auto 0 auto;
    }
    .bannerInfo {
        top: 120px;
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h2 {
        font-size: 42px;
    }
    .bannerInfo h1 {
        margin-top: 20px;
        font-size: 20px;
    }
    .letterCont {
        width: 1094px;
    }
    .letterInfo {
        padding: 36px 72px 0 72px;
    }
    .letterCont a {
        width: 180px;
        bottom: 24px;
    }
}

@media screen and (max-width:1280px) {
    .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;
    }
    .letterCont {
        width: 930px;
        margin: -174px auto 0 auto;
    }
    .letterInfo p {
        font-size: 14px;
    }
    .letterCont a {
        width: 140px;
    }
    .letterInfo {
        padding: 36px 64px 0 64px;
    }
    .agendaTimeInfo strong {
        font-size: 20px;
    }
    .agendaTimeInfo span {
        height: 26px;
    }
    .lightText {
        margin-top: 80px;
        padding-bottom: 74px;
    }
}

@media screen and (max-width:1068px) {
    .letterCont {
        width: 678px;
    }
    .letterInfo {
        padding: 36px 48px 0 48px;
    }
    .letterCont a {
        width: 150px;
        bottom: 64px;
    }
    .bannerInfo {
        left: calc((100% - 750px)/2);
    }
    .letterCont {
        margin: -36px auto 0 auto;
    }
}

@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;
    }
    .letterCont {
        width: 100%;
        margin: -118px auto 0 auto;
        padding: 0 1.25rem;
    }
    .letterInfo .n-project-title {
        font-size: 1.1875rem;
    }
    .letterInfo {
        padding: 2.25rem 2.375rem 0 2.375rem;
    }
    .letterCont a {
        width: 8.625rem;
        bottom: 1rem;
    }
    .letterInfo p {
        margin-top: 1rem;
        font-size: .75rem;
    }
    .n-project-content {
        padding: 0 20px;
        width: 100%;
    }
    .agendaInfo {
        flex-wrap: wrap;
    }
    .agendaTitle {
        width: 100%;
    }
    .agendaText {
        margin-left: 12px;
    }
    .agendaTitle img {
        width: 20px;
    }
    .agendaGuest {
        margin-top: 10px;
        margin-left: 32px;
    }
    .agendaText span {
        font-size: 14px;
    }
    .agendaText p {
        font-size: 14px;
        margin-top: 10px;
    }
    .agendaTimeInfo strong {
        font-size: 14px;
    }
    .agendaTimeInfo p {
        font-size: 12px;
    }
    .agendaTimeInfo {
        margin-right: 0;
        padding: 10px 12px;
    }
    .agendaTimeInfo span {
        width: 1px;
        height: 20px;
        margin: 0 10px;
    }
    .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;
    }
    .solutionCont {
        width: 100%;
        padding: 0 20px;
    }
    #lightSwiper {
        padding-bottom: 60px;
    }
    .speBg {
        padding-bottom: 120px;
    }
    .agendaGuest {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:628px) {
    .solutionInfo {
        flex-direction: column-reverse;
    }
    .solutionInfo img {
        width: 100%;
    }
    .solutionText {
        padding: 36px;
        background-color: #FFF;
        text-align: center;
    }
    .solutionText h3 {
        font-size: 20px;
    }
    .solutionText p {
        margin-top: 24px;
        font-size: 12px;
    }
    .title-left .n-project-title {
        margin-left: auto;
        margin-right: auto;
    }
    .title-left {
        border-bottom: none;
        padding-bottom: 0;
    }
}