* {
    margin: 0;
    padding: 0;
}

.n-project-page img {
    width: 100%;
}
.red-btn{
    padding: 12px 40px;
    border-radius: 4px;
    line-height: 150%;
    font-size: 16px;
    border: 1px solid #E60039;
    background-color: #E60039;
    color: #fff;
    margin: 48px auto 120px auto;
    width: 170px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}
.red-btn:hover{
    cursor: pointer;
    border-radius: 4px 4px 24px 4px;
    backdrop-filter: blur(2.5px);
}
.n-project-title {
    position: relative;
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.n-project-page section {
    margin-top: 160px;
}

.n-project-page section.greyBg {
    background-color: #f7f9fa;
    padding: 120px 0;
}

.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.n-banner-text p {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.n-project-btn {
    display: inline-block;
    margin-top: 48px;
    height: 46px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 40px;
    box-sizing: border-box;
}

.n-project-btn.redBtn {
    color: #FFF;
    background: #E60039;
}

.n-project-btn.whiteBtn {
    color: #E60039;
    background: #FFF;
    margin-left: 12px;
}

.n-project-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7D7D7D;
    cursor: pointer;
}

.n-breadcrumb a:hover {
    color: #292929;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-breadcrumb a:last-child {
    pointer-events: none;
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 600;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.overview-content {
    display: flex;
    align-items: center;
}

.overview-img {
    flex-shrink: 0;
    width: 700px;
    margin-right: 48px;
}

.overview-info p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.overview-info p a {
    color: #336df4;
}

.overview-info p a:hover {
    text-decoration: underline;
}

.n-project-title.borderText {
    text-align: left;
    padding-bottom: 24px;
}

.borderText::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #E60039;
    position: absolute;
    left: 0;
    bottom: 0;
}

.challengsCont {
    display: flex;
    gap: 24px;
}

.challengeInfo {
    position: relative;
}

.challengeDesc {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fafbfc;
    padding: 24px;
    box-sizing: border-box;
}

.challengeDesc h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.challengeDesc p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: none;
    margin-top: 16px;
}

.benefitInfo {
    margin-top: 120px;
    display: flex;
    align-items: center;
}

.benefitInfo:first-child {
    margin-top: 0;
}

.benefitInfo img {
    width: 688px;
}

.benefitInfo:nth-child(odd) img {
    margin-right: 80px;
}

.benefitInfo:nth-child(even) {
    flex-direction: row-reverse;
}

.benefitInfo:nth-child(even) img {
    margin-left: 80px;
}

.benefitInfo h2 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
}

.benefitInfo p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

h2.n-project-desc {
    text-align: center;
    margin-top: 16px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.sloutionCont {
    position: relative;
}

.sceneInfo {
    display: flex;
    position: absolute;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 100px;
    background: #FFF;
    cursor: pointer;
}

.sceneInfo::after,
.solution-link::after,
.story-card span::after,
.productInfo span::after {
    display: block;
    content: '';
    background-image: url(../RJ-img/arrow.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 4px;
}

#secne1 {
    top: 102px;
    left: 500px;
}

#secne2 {
    top: 158px;
    left: 48px;
}

#secne3 {
    top: 194px;
    left: 628px;
}

#secne4 {
    top: 384px;
    left: 318px;
}

#secne5 {
    top: 424px;
    left: 624px;
}

.sceneConts {
    position: absolute;
    width: 408px;
    right: 0;
    top: 80px;
}

.sceneCont {
    display: none;
    position: relative;
    border-left: 2px solid #E60039;
    background: #FFF;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    box-sizing: border-box;
}

.sceneCont h6 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.sceneCont p {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0;
}

.closeSceneBtn {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.closeSceneBtn::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../RJ-img/close.svg);
}

.solution-link {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.solutionInfo {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #FFF;
}

.solutionInfo h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.solutionInfo p {
    margin-top: 4px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.solutionInfo-text {
    border-left: 2px solid #E60039;
    padding-left: 24px;
}

.story-card span {
    margin-top: 40px;
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.story-card {
    left: calc((100% - 1400px)/2);
    position: absolute;
    padding: 36px;
    box-sizing: border-box;
    width: 422px;
    height: 424px;
    background-color: #FFF;
}

.story-card h6 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.story-card p {
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.story-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#storySwiper {
    margin-top: 60px;
}

#storySwiper .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

#storySwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    opacity: 1;
    background: #FFF;
    border-radius: unset;
}

#storySwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

#storySwiper .swiper-button-next:after,
#storySwiper .swiper-button-prev:after {
    content: '';
}

#storySwiper .swiper-button-next,
#storySwiper .swiper-button-prev {
    width: 70px;
    height: 70px;
}

#storySwiper .swiper-button-prev {
    left: 5%;
}

#storySwiper .swiper-button-next {
    right: 5%;
}

.n-tab-show {
    display: none;
}

.n-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E3E5E6;
}

.n-tab h3 {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    box-sizing: border-box;
    padding: 12px 24px;
    position: relative;
    cursor: pointer;
}

.n-tab h3.n-tab-active {
    font-weight: 600;
    color: #292929;
    pointer-events: none;
}

.n-tab h3.n-tab-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #E60039;
}

.productCont {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.productInfo {
    text-align: center;
    width: calc(33.3% - 16px);
    background: #FFF;
    padding: 24px;
    box-sizing: border-box;
}

.productInfo h6 {
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.productInfo p {
    margin-top: 12px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    min-height: 46px;
    overflow: hidden;
}

.productInfo img {
    max-width: 250px;
}

.productInfo span {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

section.contactCont {
    background-image: url(/images/solutions/solu-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    box-sizing: border-box;
    background-position: top right;
}

.contact-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.contactCont a {
    display: inline-block;
    margin-top: 36px;
    padding: 12px 40px;
    box-sizing: border-box;
    color: #FFF;
    height: 46px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: all .15s linear;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.contactCont .n-project-content {
    margin-top: 0;
}

.solutionInfo img {
    display: none;
}

section.productSection {
    margin-top: 0;
}

.clickVideo {
    cursor: pointer;
}

.videoCont {
    text-align: right;
}

.videoPlayer {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .8);
}

.iframe-container {
    width: 1200px;
    height: 600px;
    background-color: #000;
}

.closeBtn {
    cursor: pointer;
    display: inline-block;
}

.closeBtn::after {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../RJ-img/closeBtn.svg);
}

.resource_section {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
}

.n-resource-tab {
    width: 188px;
    position: relative;
    text-align: left;
    padding: 12px 0;
    box-sizing: border-box;
    flex-grow: 0;
    margin-right: 148px;
}

.n-resource-tab::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #D5D5D5;
    position: absolute;
    left: 0;
    top: 0;
}

.n-resource-tab div {
    color: #7D7D7D;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 48px;
    padding-left: 24px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.n-resource-tab .n-resource-tab-active::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #DA0030;
    position: absolute;
    top: 0;
    left: 0;
}

.n-resource-tab div:last-child {
    margin-bottom: 0;
}

.n-resource-tab .n-resource-tab-active {
    color: #DA0030;
    pointer-events: none;
}

.n-resource-contents {
    width: 1064px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-resource-content {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: block;
    width: 520px;
    text-align: left;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 24px;
}

.n-resource-content:first-child,
.n-resource-content:nth-child(2) {
    margin-top: 0;
}

.n-resource-content h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    min-height: 64px;
}

.n-resource-content span::after {
    content: '';
    display: block;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../RJ-img/arrow.svg);
}

.n-resource-content span {
    margin-top: 12px;
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
}

.newsCont {
    gap: 24px;
    flex-wrap: nowrap;
}

.newsCont a {
    flex: 1;
}

.newsCont p {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.newsCont span {
    display: block;
    margin-top: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (min-width:1068px) {
    .challengeInfo:hover .challengeDesc p {
        display: block;
    }
    .sceneInfo:hover,
    .sceneInfo.active {
        color: #FFF;
        background-color: #E60039;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .sceneInfo:hover::after,
    .sceneInfo.active::after {
        background-position: 0 -24px;
    }
    .contactCont a:hover {
        background: #F23E5E;
        color: #FFF;
    }
}

@media screen and (max-width:1440px) {
    .red-btn {
        margin: 48px auto 100px auto;
    }
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h1 {
        font-size: 44px;
    }
    .n-banner-text p {
        font-size: 16px;
    }
    .n-project-page section {
        margin-top: 138px;
    }
    .n-project-btn {
        margin-top: 42px;
    }
    .n-project-title {
        font-size: 32px;
    }
    h2.n-project-desc {
        font-size: 18px;
    }
    .n-project-content {
        width: 1200px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .overview-img {
        width: 602px;
        margin-right: 42px;
    }
    .overview-info p {
        margin-top: 20px;
        font-size: 14px;
    }
    .challengeDesc h6 {
        font-size: 16px;
    }
    .challengeDesc p {
        font-size: 14px;
        margin-top: 12px;
    }
    .challengsCont {
        gap: 20px;
    }
    .benefitInfo img {
        width: 592px;
    }
    .benefitInfo:nth-child(odd) img {
        margin-right: 68px;
    }
    .benefitInfo {
        margin-top: 104px;
    }
    .benefitInfo h2 {
        font-size: 28px;
    }
    .benefitInfo p {
        font-size: 14px;
    }
    .benefitInfo:nth-child(even) img {
        margin-left: 68px;
    }
    .sceneInfo {
        font-size: 14px;
    }
    .sceneInfo::after,
    .solution-link::after,
    .story-card span::after,
    .productInfo span::after {
        width: 20px;
        height: 20px;
    }
    .sceneInfo:hover::after,
    .sceneInfo.active::after {
        background-position: 0 -20px;
    }
    .sceneInfo {
        padding: 8px 20px;
    }
    #secne1 {
        top: 90px;
        left: 430px;
    }
    #secne2 {
        top: 140px;
        left: 40px;
    }
    #secne3 {
        top: 168px;
        left: 534px;
    }
    #secne4 {
        top: 330px;
        left: 278px;
    }
    #secne5 {
        top: 366px;
        left: 538px;
    }
    .sceneCont h6 {
        font-size: 20px;
    }
    .sceneCont p {
        margin: 20px 0;
    }
    .closeSceneBtn::after {
        width: 20px;
        height: 20px;
    }
    .sceneConts {
        width: 350px;
    }
    .sceneCont {
        padding: 20px;
    }
    .solutionInfo {
        padding: 28px;
    }
    .n-project-page section.greyBg {
        padding: 100px 0;
    }
    .story-card {
        width: 510px;
        left: calc((100% - 1200px)/2);
        height: 286px;
        padding: 28px;
    }
    #storySwiper .swiper-button-next,
    #storySwiper .swiper-button-prev {
        display: none;
    }
    .story-card p {
        margin-top: 20px;
        font-size: 14px;
        -webkit-line-clamp: 5;
    }
    .n-tab h3 {
        padding: 8px 20px;
        font-size: 16px;
    }
    .productInfo img {
        max-width: 212px;
    }
    .productInfo {
        padding: 20px;
    }
    .contact-title {
        font-size: 32px;
    }
    .story-card span,
    .productInfo span {
        font-size: 14px;
    }
    .n-project-page section.greyBg {
        padding: 85px 0;
    }
    .iframe-container {
        width: 1000px;
        height: 500px;
        background-color: #000;
    }
    .n-resource-tab {
        width: 160px;
    }
    .n-resource-tab div {
        padding-left: 20px;
        font-size: 16px;
        margin-right: 128px;
    }
    .n-resource-contents {
        width: 916px;
    }
    .n-resource-content {
        width: 440px;
        padding: 20px;
        margin-top: 14px;
    }
    .n-resource-content h3 {
        font-size: 16px;
        min-height: 54px;
    }
    .n-resource-content span {
        font-size: 14px;
    }
    .newsCont p {
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text h1 {
        font-size: 38px;
    }
    .n-banner-text p {
        font-size: 14px;
    }
    .n-project-page section {
        margin-top: 118px;
    }
    .n-project-btn {
        margin-top: 36px;
        font-size: 14px;
        height: 40px;
        padding: 9px 32px;
    }
    .n-project-content {
        width: 1024px;
    }
    .n-nav {
        height: 48px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    .overview-img {
        width: 512px;
        margin-right: 36px;
    }
    .overview-info p {
        margin-top: 16px;
    }
    .challengeDesc p {
        margin-top: 8px;
    }
    .challengeDesc {
        padding: 12px;
    }
    .benefitInfo img {
        width: 504px;
    }
    .benefitInfo:nth-child(odd) img {
        margin-right: 58px;
    }
    .benefitInfo:nth-child(even) img {
        margin-left: 58px;
    }
    .benefitInfo {
        margin-top: 88px;
    }
    .benefitInfo h2 {
        font-size: 24px;
    }
    .story-card {
        left: calc((100% - 1024px)/2);
        width: 680px;
        height: 200px;
        padding: 20px;
    }
    .story-card span {
        margin-top: 14px;
    }
    .story-card p {
        margin-top: 12px;
    }
    .productInfo p {
        font-size: 14px;
    }
    .productCont {
        margin-top: 42px;
        gap: 20px;
    }
    .contact-title {
        font-size: 28px;
    }
    .n-tab h3 {
        padding: 8px 16px;
    }
    #secne1 {
        top: 74px;
        left: 348px;
    }
    #secne2 {
        top: 116px;
        left: 8px;
    }
    #secne3 {
        top: 140px;
        left: 432px;
    }
    #secne4 {
        top: 280px;
        left: 220px;
    }
    #secne5 {
        top: 310px;
        left: 440px;
    }
    .sceneConts {
        top: 40px;
    }
    .n-project-page section.greyBg {
        padding: 72px 0;
    }
    .iframe-container {
        width: 800px;
        height: 400px;
        background-color: #000;
    }
    .n-resource-tab {
        margin-right: 142px;
    }
    .n-resource-content {
        width: 374px;
    }
    .n-resource-tab {
        width: 136px;
    }
}

@media screen and (max-width:1068px) {
    .n-project-page section {
        margin-top: 86px;
    }
    .n-project-content {
        width: 750px;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav-content {
        width: 750px;
    }
    .n-nav-content a {
        font-size: 12px;
    }
    .n-banner-text {
        left: calc((100% - 750px)/2);
    }
    .n-banner-text h1 {
        font-size: 28px;
    }
    .n-banner-text p {
        font-size: 12px;
    }
    .overview-content {
        flex-wrap: wrap;
    }
    .overview-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .overview-info p {
        margin-top: 16px;
        font-size: 16px;
    }
    .challengsCont {
        flex-wrap: wrap;
    }
    .challengeDesc {
        position: unset;
    }
    .challengeDesc p {
        display: block;
    }
    .n-project-content {
        margin: 36px auto 0 auto;
    }
    .benefitInfo {
        flex-wrap: wrap;
    }
    .benefitInfo img {
        width: 100%;
    }
    .benefitInfo:nth-child(even) img {
        margin-left: 0;
    }
    .benefitInfo:nth-child(odd) img {
        margin-right: 0;
    }
    .challengeDesc {
        padding: 24px;
    }
    .challengeDesc h6 {
        font-size: 20px;
    }
    .benefitDesc {
        padding: 24px;
    }
    .benefitInfo h2 {
        font-size: 20px;
    }
    .benefitInfo p {
        margin-top: 8px;
    }
    .benefitInfo {
        margin-top: 24px;
    }
    .sceneInfo {
        display: none;
    }
    .sceneConts {
        position: unset;
        width: 100%;
    }
    .sceneCont {
        display: block;
    }
    .sceneCont img {
        display: none;
    }
    .closeSceneBtn {
        display: none;
    }
    .sloutionCont {
        margin-top: 0;
    }
    .sceneCont {
        margin-top: 20px;
        box-shadow: none;
    }
    .solutionInfo {
        flex-wrap: wrap;
        padding: 0;
    }
    .solutionInfo span {
        width: 100%;
    }
    .solutionInfo-text {
        padding-left: 0;
        border: none;
    }
    .solutionInfo {
        margin-top: 20px;
    }
    .solutionInfo img {
        display: block;
    }
    .solutionInfo-text {
        padding: 12px 12px 6px 12px;
    }
    .solution-link {
        padding: 12px;
    }
    .n-project-page section.greyBg {
        padding: 52px 0;
    }
    .story-card {
        position: unset;
        width: 100%;
        height: unset;
    }
    #storySwiper .swiper-slide {
        float: unset;
        display: unset;
    }
    #storySwiper .swiper-pagination {
        display: none;
    }
    .story-card p {
        min-height: unset;
    }
    #storySwiper {
        padding-bottom: 120px;
    }
    section.contactCont {
        background-image: url(../RJ-img/contact-bg_750.webp );
    }
    .n-tab-show {
        display: flex;
        align-items: center;
        color: #6A6B6D;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        border-bottom: 1px solid #D5D5D5;
        padding-bottom: 12px;
    }
    .n-tab-show::after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(../RJ-img/toggle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        transition: transform .15s ease-in-out;
    }
    .n-tab-show.active::after {
        transform: rotate(180deg);
    }
    .n-tab {
        display: none;
        flex-wrap: wrap;
        border: none;
    }
    .n-tab h3 {
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
    }
    .n-tab h3.n-tab-active::after {
        display: none;
    }
    #storySwiper .swiper-button-next,
    #storySwiper .swiper-button-prev {
        display: block;
        top: 90%;
        width: 40px;
        height: 40px;
    }
    #storySwiper .swiper-button-prev {
        left: 42%;
    }
    #storySwiper .swiper-button-next {
        right: 42%;
    }
    #storySwiper {
        padding-bottom: 50px;
    }
    .iframe-container {
        width: 80vw;
        height: 40vw;
        background-color: #000;
    }
    .n-resource-tab {
        width: 100%;
    }
    .resource_section {
        flex-direction: column;
    }
    .n-resource-contents {
        margin-top: 24px;
        width: 100%;
    }
    .n-resource-content {
        width: 49%;
    }
    .n-resource-tab {
        display: flex;
        padding: 0;
        justify-content: center;
    }
    .n-resource-tab::before {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 0;
    }
    .n-resource-tab div {
        margin-bottom: 0;
        margin-right: 0;
        width: unset;
        padding: 0 12px 12px 12px;
    }
    .n-resource-tab .n-resource-tab-active::after {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
    .red-btn {
        margin: 48px auto 80px auto;
    }
}

@media screen and (max-width:768px) {
    .n-banner-text {
        left: 0;
        top: 30px;
        transform: unset;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text p {
        margin-top: 16px;
        font-size: 16px;
    }
    .n-project-btn {
        margin-top: 24px;
        font-size: 16px;
        padding: 8px 24px;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #dfe5eb;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #dfe5eb;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
        color: #292929;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .nav-show .whiteBtn {
        font-size: 14px;
        color: #DA0030;
        background: #FFFFFF;
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        border-radius: 4px;
        display: inline-block;
        padding: 6px 18px;
    }
    .n-project-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 36px auto 0 auto;
    }
    .n-project-title {
        font-size: 22px;
    }
    .challengeDesc h6 {
        font-size: 18px;
    }
    .challengeDesc {
        padding: 12px;
    }
    .challengeDesc p {
        margin-top: 10px;
        font-size: 16px;
    }
    .challengsCont {
        gap: 24px;
    }
    .n-project-page section {
        margin-top: 80px;
    }
    .benefitDesc {
        padding: 12px;
    }
    .benefitInfo h2 {
        font-size: 18px;
    }
    .benefitInfo p {
        font-size: 16px;
        margin-top: 12px;
    }
    .sceneCont p {
        margin: 12px 0 0 0;
    }
    .solutionInfo h6 {
        font-size: 16px;
    }
    .solutionInfo p {
        font-size: 14px;
    }
    #storySwiper {
        padding-bottom: 80px;
    }
    .productCont {
        flex-wrap: wrap;
        gap: 10px;
    }
    .productInfo {
        width: calc(50% - 5px);
    }
    .contactCont .n-project-content {
        padding: 0;
        text-align: center;
    }
    .contact-title br {
        display: none;
    }
    #storySwiper .swiper-button-prev {
        left: 38%;
    }
    #storySwiper .swiper-button-next {
        right: 38%;
    }
    .closeBtn::after {
        width: 24px;
        height: 24px;
    }
    .n-resource-content h3 {
        font-size: 16px;
        min-height: unset;
    }
    .n-resource-content {
        width: 100%;
        margin-top: 24px;
        padding: 24px;
    }
    .n-resource-content:nth-child(2) {
        margin-top: 24px;
    }
    .n-resource-content span {
        font-size: 14px;
    }
    .n-resource-tab div {
        font-size: 18px;
        padding: 0 24px 8px 24px;
    }
    .newsCont {
        flex-wrap: wrap;
    }
    .newsCont a {
        width: 100%;
        flex: unset;
    }
    .n-resource-content span::after {
        width: 20px;
        height: 20px;
    }
    .red-btn {
        margin: 48px auto 80px auto;
    }
}