* {
    margin: 0;
    padding: 0;
}

.n-project-page img {
    width: 100%;
}

.n-page-info {
    position: relative;
    margin-top: 120px;
}

.n-banner {
    position: relative;
}

.n-banner-content {
    position: absolute;
    top: 0;
    width: 1400px;
    left: calc((100% - 1400px)/2);
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.n-banner-content h1 {
    position: relative;
    color: #292929;
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
}

.n-banner-content h1::before {
    left: -50px;
    top: -10px;
    background-image: url(../RJ-img/marks-prev.svg);
}

.n-banner-content h1::after {
    left: 650px;
    bottom: 6px;
    background-image: url(../RJ-img/marks-next.svg);
}

.n-banner-content h1::before,
.n-banner-content h1::after {
    position: absolute;
    display: block;
    content: '';
    width: 43px;
    height: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.n-banner-content p {
    margin-top: 24px;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
}

.projectBtn {
    display: inline-block;
    padding: 12px 36px;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    transition: border-radius .36s ease;
    box-sizing: border-box;
}

@media screen and (min-width:768px) {
    .projectBtn:hover {
        border-radius: 4px 25px 4px 4px;
    }
    .redBtn:hover {
        color: #FFFFFF;
    }
    .transparentBtn:hover {
        color: #E60039;
    }
}

.n-btns {
    margin-top: 48px;
}

.n-btns .projectBtn:last-child {
    margin-right: 0;
}

.redBtn {
    background: #E60039!important;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #FFFFFF;
}

.transparentBtn {
    color: #E60039!important;
    border: 1px solid #E60039;
}

.whiteBtn {
    background-color: #FFFFFF!important;
    color: #E60039;
}

.n-page-content {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.n-contact {
    margin-top: 0;
    background: #E60039;
    padding: 70px 0;
}

.n-contact h3 {
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 24px;
}

.n-trust .n-page-content {
    position: absolute;
    left: calc((100% - 1400px)/2);
    text-align: left;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.n-trust h3 {
    color: #292929;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.n-trust p {
    margin-top: 12px;
    margin-bottom: 36px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 500px;
}

.n-overview .n-page-content {
    display: flex;
    text-align: left;
    align-items: center;
}

.n-overview img {
    width: 700px;
    margin-right: 48px;
}

.text-line {
    position: relative;
    padding-bottom: 24px;
}

.text-line::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #E60039;
    position: absolute;
    bottom: 0;
    left: 0;
}

.n-overview p {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-page-title {
    color: #292929;
    font-size: 48px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.chanllengeContent {
    background: #F7F9FA;
    padding: 100px 0;
}

.n-chanllenges {
    margin-top: 162px;
    display: flex;
    justify-content: space-between;
}

.n-overview .n-page-title,
.chanllengeContent .n-page-title {
    text-align: left;
}

.n-chanllenge {
    width: 450px;
    height: 314px;
    border-radius: 0px 500px 0px 0px;
    background: #FFF;
    position: relative;
}

.n-chanllenge img {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}

.n-chanllenge h5 {
    color: #292929;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
    width: 124px;
    text-align: left;
    position: absolute;
    bottom: 42px;
    left: 36px;
}

.n-chanllenge:last-child h5 {
    width: unset;
}

.chanllenge-desc {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
}

.n-benetif img {
    width: 700px;
}

.n-benetif {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.benetifContent .n-page-content {
    margin-top: 80px;
}

.n-benetif:first-child {
    margin-top: 0;
}

.n-benetif div {
    width: 100%;
    margin-left: 60px;
    text-align: left;
}

.n-benetif:nth-child(2) div {
    margin-left: 0;
    margin-right: 24px;
}

.n-benetif h5 {
    color: #292929;
    font-size: 36px;
    font-weight: 400;
}

.n-benetif p {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

.n-page-desc {
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.productContent {
    background: #F7F9FA;
    padding: 100px 0;
}

.n-products {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 450px);
    /*grid-template-rows: repeat(2, 400px);*/
    grid-gap: 24px;
}

.n-product {
    width: 450px;
    height: 400px;
    background-color: #FFFFFF!important;
    text-align: center;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    height: auto!important;
    padding-bottom: 30px;
}

.n-product img {
    width: 250px;
}

.n-product h6 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
}

.n-product p {
    margin-top: 12px;
    line-height: 125%;
    padding: 0 24px;
}

.n-product span {
    display: block;
    margin-top: 24px;
    color: #E60039;
}

.solutionContent {
    background-color: #F7F9FA;
    padding: 100px 0;
}

.n-solution-contents {
    margin-top: 96px;
    display: flex;
    justify-content: space-between;
}

.n-solution-content {
    width: 688px;
    text-align: left;
}

.n-solution-content-bottom {
    display: block;
    width: 100%;
    height: 146px;
    background-color: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;
    height: auto!important;
}

.n-solution-content-bottom h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
}

.n-solution-content-bottom p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
}

.n-more {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.n-solution-content-bottom .n-more {
    margin-top: 16px;
}

.n-more::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-solution-link {
    position: absolute;
    text-align: left;
}

.n-solution-link h6 {
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
}

.n-solution-link p {
    margin-top: 12px;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#link1,
#link3,
#link1 p,
#link3 p {
    text-align: right;
}

#link1 {
    top: 3.5%;
    left: -2%;
}

#link2 {
    top: 4.4%;
    left: 84.6%;
}

#link3 {
    top: 39.7%;
    left: -6.5%;
}

#link4 {
    top: 33%;
    left: 84.6%;
}

.n-page-info .n-page-content .case-icons {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    width: 868px;
    margin: 0 auto;
}

.case-icons img,
.n-case-card img {
    height: 60px;
    width: unset;
}

.case-icon {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
    transition: all 0.36s ease-in-out;
}

.case-icon-active {
    pointer-events: none;
    filter: unset;
    -webkit-filter: unset;
}

.caseSwiper {
    margin-top: 60px;
}

.n-case {
    position: relative;
}

.n-case-card {
    position: absolute;
    background-color: #FFFFFF;
    width: 420px;
    padding: 60px 36px 48px 36px;
    box-sizing: border-box;
    height: 428px;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.n-case-card h6 {
    margin-top: 12px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.n-case-card p {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 12px 0 36px 0;
    min-height: 148px;
}

.full-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.full-video div {
    width: 1200px;
    text-align: right;
}

.full-video div img {
    width: 48px;
}

.full-video div video {
    width: 100%;
}

.clickVideo {
    cursor: pointer;
}

.closeBtn {
    cursor: pointer;
}

.n-resources {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
}

.n-resource {
    margin-right: 24px;
    width: 450px;
    display: block;
    text-align: left;
    border: 1px solid #E6E6E6;
    padding: 24px;
    box-sizing: border-box;
}

.n-resource:last-child {
    margin-right: 0;
}

.n-resource-line {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    margin: 36px auto;
}

.n-resource h6 {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
}

.n-resource p {
    margin-top: 24px;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    min-height: 60px;
}

.n-resource .n-more {
    margin-top: 40px;
}

.iframe-container {
    width: 100%;
    height: 600px;
    background-color: #000;
}

.n-trust {
    margin-top: 0;
}

.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: 0;
    transform: translateY(-50%);
    z-index: 9;
}

.swiper-button-prev {
    left: 2%;
}

.swiper-button-next {
    right: 2%;
}

.caseSwiper .swiper-button-next:after {
    background-image: url(../RJ-img/arrow-next.svg);
}

.caseSwiper .swiper-button-prev:after {
    background-image: url(../RJ-img/arrow-prev.svg);
}

.caseSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: unset;
    background: #FFFFFF;
    opacity: 1;
}

.caseSwiper .swiper-pagination-bullet-active {
    background: #DA0030;
}

@media screen and (max-width:1620px) {
    .n-case-card {
        width: 580px;
        height: 320px;
        padding: 36px 20px 24px 20px;
    }
    .caseSwiper .swiper-button-next,
    .caseSwiper .swiper-button-prev {
        display: none;
    }
    .n-case-card p {
        min-height: 105px;
    }
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-page-content {
        width: 1200px;
    }
    .n-page-title {
        font-size: 42px;
    }
    .text-line {
        padding-bottom: 20px;
    }
    .n-page-info {
        margin-top: 104px;
    }
    .n-banner-content h1 {
        font-size: 44px;
    }
    .n-banner-content h1::before {
        left: -42px;
        top: -4px;
    }
    .n-banner-content h1::after {
        left: 545px;
        bottom: 4px;
    }
    .n-banner-content h1::before,
    .n-banner-content h1::after {
        width: 37px;
        height: 32px;
    }
    .n-banner-content p {
        font-size: 20px;
        margin-top: 20px;
    }
    .n-btns {
        margin-top: 42px;
    }
    .projectBtn {
        padding: 10px 30px;
        margin-right: 20px;
        font-size: 14px;
    }
    .n-overview img {
        width: 602px;
        margin-right: 42px;
    }
    .n-overview p {
        font-size: 14px;
        margin-top: 20px;
    }
    .chanllengeContent {
        padding: 86px 0;
    }
    .chanllenge-desc {
        font-size: 18px;
    }
    .n-chanllenges {
        margin-top: 140px;
    }
    .n-chanllenge {
        width: 386px;
        height: 270px;
    }
    .n-chanllenge img {
        width: 146px;
    }
    .n-benetif {
        margin-top: 104px;
    }
    .n-chanllenge h5 {
        font-size: 30px;
        width: 106px;
        bottom: 36px;
        left: 30px;
    }
    .n-benetif img {
        width: 600px;
    }
    .n-benetif h5 {
        font-size: 30px;
    }
    .n-benetif p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-solution-link h6 {
        font-size: 20px;
    }
    .n-solution-link p {
        margin-top: 10px;
        font-size: 12px;
    }
    #link3 {
        top: 39%;
    }
    #link4 {
        top: 32.5%;
    }
    .n-solution-contents {
        margin-top: 82px;
    }
    .n-solution-content {
        width: 590px;
    }
    .n-solution-content-bottom {
        padding: 20px;
        height: 130px;
    }
    .n-solution-content-bottom h6 {
        font-size: 16px;
    }
    .n-solution-content-bottom p {
        font-size: 14px;
    }
    .n-solution-content-bottom .n-more {
        margin-top: 14px;
    }
    .n-more {
        font-size: 14px;
    }
    .n-page-info .n-page-content .case-icons {
        padding-top: 78px;
        width: 746px;
    }
    .case-icons img,
    .n-case-card img {
        height: 52px;
    }
    .n-case-card {
        left: calc((100% - 1200px)/2);
        width: 420px;
        height: 300px;
        padding: 24px 30px;
        left: 72px;
    }
    .n-case-card h6 {
        font-size: 16px;
    }
    .n-case-card p {
        margin: 8px 0 0 0;
        font-size: 12px;
        min-height: 160px;
    }
    .n-products {
        margin-top: 52px;
        grid-template-columns: repeat(3, 386px);
        /*grid-template-rows: repeat(2, 344px);*/
    }
    .n-product {
        width: 386px;
        height: 344px;
    }
    .n-product img {
        width: 214px;
    }
    .n-product h6 {
        margin-top: 6px;
        font-size: 14px;
    }
    .n-product p {
        margin-top: 10px;
        padding: 0 20px;
    }
    .n-product span {
        margin-top: 20px;
    }
    .n-trust .n-page-content {
        left: calc((100% - 1200px)/2);
    }
    .n-trust h3 {
        font-size: 30px;
    }
    .n-trust p {
        margin-top: 10px;
        font-size: 14px;
        width: 430px;
    }
    .n-contact h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .n-project-page .n-contact,
    .n-trust {
        margin-top: 0;
    }
    .n-resources {
        margin-top: 52px;
    }
    .n-resource {
        width: 386px;
        padding: 20px;
        margin-right: 20px;
    }
    .n-resource p {
        font-size: 16px;
        margin-top: 20px;
        min-height: 52px;
    }
    .n-resource .n-more {
        margin-top: 32px;
    }
    .full-video div {
        width: 1000px;
    }
    .iframe-container {
        height: 500px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-content h1 {
        font-size: 36px;
        line-height: 120%;
    }
    .n-banner-content h1::before {
        left: -36px;
        top: -8px;
    }
    .n-banner-content h1::after {
        left: 440px;
        bottom: -5px;
    }
    .n-banner-content h1::before,
    .n-banner-content h1::after {
        width: 32px;
        height: 27px;
    }
    .n-banner-content p {
        font-size: 16px;
        margin-top: 16px;
    }
    .n-btns {
        margin-top: 36px;
    }
    .projectBtn {
        padding: 8px 24px;
        font-size: 12px;
        margin-right: 16px;
    }
    .n-page-content {
        width: 1040px;
    }
    .n-page-info {
        margin-top: 88px;
    }
    .text-line {
        padding-bottom: 16px;
    }
    .n-page-title {
        font-size: 34px;
    }
    .n-overview p {
        margin-top: 16px;
    }
    .n-overview img {
        width: 510px;
        margin-right: 34px;
    }
    .chanllengeContent {
        padding: 74px 0;
    }
    .chanllenge-desc {
        font-size: 16px;
    }
    .n-chanllenges {
        margin-top: 120px;
    }
    .n-chanllenge img {
        width: 124px;
    }
    .n-chanllenge {
        width: 328px;
        height: 230px;
    }
    .n-chanllenge h5 {
        font-size: 24px;
        width: 90px;
        bottom: 30px;
        left: 24px;
    }
    .n-benetif {
        margin-top: 88px;
    }
    .n-benetif img {
        width: 510px;
    }
    .n-benetif h5 {
        font-size: 24px;
    }
    .n-benetif div {
        margin-left: 42px;
    }
    .n-benetif p {
        margin-top: 16px;
    }
    .n-solution-contents {
        margin-top: 70px;
    }
    .n-solution-content {
        width: 500px;
    }
    .n-solution-content-bottom {
        padding: 16px 0 0 16px;
        height: 110px;
    }
    .n-solution-content-bottom p {
        font-size: 12px;
    }
    .n-solution-content-bottom h6 {
        font-size: 14px;
    }
    .n-solution-content-bottom .n-more {
        margin-top: 10px;
        font-size: 12px;
    }
    .n-solution-link h6 {
        font-size: 16px;
    }
    #link1 {
        top: 3.5%;
        left: -3%;
    }
    #link3 {
        top: 40%;
        left: -4%;
    }
    .caseSwiper {
        margin-top: 48px;
    }
    .n-case-card p {
        margin: 6px 0 12px 0;
        min-height: 100px;
    }
    .n-case-card {
        left: calc((100% - 1040px)/2);
        width: 440px;
        height: 250px;
        padding: 20px 24px;
    }
    .n-case-card h6 {
        margin-top: 0;
    }
    .n-products {
        margin-top: 44px;
        grid-gap: 20px;
        grid-template-columns: repeat(3, 328px);
        /*grid-template-rows: repeat(2, 292px);*/
    }
    .productContent {
        padding: 72px 0;
    }
    .n-product {
        width: 328px;
        height: 292px;
    }
    .n-product p {
        margin-top: 6px;
        padding: 0 16px;
        font-size: 12px;
    }
    .n-product img {
        width: 180px;
    }
    .n-product span {
        margin-top: 12px;
        font-size: 12px;
    }
    .n-trust .n-page-content {
        left: calc((100% - 1040px)/2);
    }
    .n-trust {
        font-size: 26px;
        line-height: 120%;
    }
    .n-trust p {
        margin-top: 6px;
        margin-bottom: 20px;
    }
    .n-trust .redBtn {
        padding: 0 24px;
    }
    .n-contact h3 {
        font-size: 36px;
    }
    .n-banner-content {
        left: calc((100% - 1040px)/2);
    }
    .n-project-page .n-contact,
    .n-trust {
        margin-top: 0;
    }
    .n-resources {
        margin-top: 44px;
    }
    .n-resource {
        width: 328px;
        margin-right: 16px;
        padding: 16px;
    }
    .n-resource p {
        font-size: 14px;
        margin-top: 16px;
        min-height: 44px;
    }
    .n-resource .n-more {
        margin-top: 26px;
    }
    .full-video div {
        width: 750px;
    }
    .iframe-container {
        height: 400px;
    }
    .full-video div img {
        width: 36px;
    }
}

@media screen and (max-width:1068px) {
    .n-banner-content {
        left: calc((100% - 750px)/2);
        width: 750px;
    }
    .n-banner-content p {
        margin-top: 12px;
        font-size: 14px;
    }
    .n-banner-content h1 {
        font-size: 24px;
    }
    .n-banner-content h1::before {
        left: -26px;
        top: -8px;
    }
    .n-banner-content h1::after {
        left: 234px;
        bottom: -4px;
    }
    .n-banner-content h1::before,
    .n-banner-content h1::after {
        width: 23px;
        height: 19px;
    }
    .n-btns {
        margin-top: 24px;
    }
    .n-page-content {
        width: 750px;
    }
    .n-overview img {
        width: 100%;
        margin-right: 0;
    }
    .n-page-info {
        margin-top: 64px;
    }
    .n-overview .n-page-content {
        flex-direction: column;
    }
    .n-page-title {
        font-size: 24px;
    }
    .text-line {
        padding-bottom: 14px;
    }
    .n-overview p {
        margin-top: 14px;
    }
    .n-overview h3 {
        margin-top: 24px;
    }
    .chanllenge-desc {
        font-size: 14px;
    }
    .n-chanllenges {
        margin-top: 86px;
    }
    .n-chanllenge {
        width: 240px;
        height: 168px;
    }
    .n-chanllenge img {
        width: 90px;
    }
    .n-chanllenge h5 {
        font-size: 18px;
        width: 66px;
        bottom: 22px;
        left: 18px;
    }
    .n-benetif img {
        width: 100%;
    }
    .n-benetif {
        flex-direction: column;
    }
    .n-benetif div {
        margin-left: 0;
    }
    .n-benetif:nth-child(2) div {
        margin-right: 0;
    }
    .n-benetif:nth-child(2) {
        flex-direction: column-reverse;
    }
    .benetifContent .n-page-content {
        margin-top: 36px;
    }
    .n-benetif h5 {
        margin-top: 20px;
        font-size: 18px;
    }
    .n-benetif {
        margin-top: 42px;
    }
    .n-solution-content {
        width: 364px;
    }
    .n-solution-content-bottom {
        height: 124px;
    }
    .n-solution-link {
        position: relative;
        top: unset!important;
        left: unset!important;
        background-color: #FFFFFF;
        margin-top: 24px;
        padding: 24px;
        box-sizing: border-box;
        border-right: 2px solid #DA0030;
    }
    .n-page-desc {
        font-size: 16px;
    }
    #link1,
    #link3,
    #link1 p,
    #link3 p {
        text-align: left;
    }
    .n-solution-link p {
        font-size: 14px;
    }
    .solutionContent {
        padding: 72px 0;
    }
    .case-icons img {
        height: 40px;
    }
    .n-page-info .n-page-content .case-icons {
        padding-top: 56px;
        width: 544px;
    }
    .n-case-card {
        left: calc((100% - 768px)/2);
        width: 600px;
        height: unset;
    }
    .n-case-card p {
        min-height: unset;
    }
    .n-products {
        margin-top: 36px;
        grid-gap: 24px;
        grid-template-columns: repeat(2, 363px);
        /*grid-template-rows: repeat(3, 292px);*/
    }
    .n-product {
        width: 363px;
        height: 292px;
    }
    .n-trust .n-page-content {
        justify-content: start;
        left: calc((100% - 750px)/2);
    }
    .n-project-page .n-contact,
    .n-trust {
        margin-top: 0;
    }
    .n-trust h3 {
        margin-top: 36px;
    }
    .n-resources {
        margin-top: 36px;
        flex-wrap: wrap;
    }
    .n-resource {
        width: 100%;
        padding: 24px;
        margin-right: 0;
    }
    .n-resource:last-child {
        margin-top: 12px;
    }
}

@media screen and (max-width:888px) {
    .n-project-page .caseSwiper .swiper-slide {
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    .n-banner-content {
        width: 19.6875rem;
        left: calc((100% - 19.6875rem)/2);
        justify-content: start;
    }
    .n-banner-content h1 {
        margin-top: 2.5rem;
        font-size: 1.625rem;
    }
    .n-banner-content h1::before {
        left: -1.3rem;
        top: -0.2rem;
    }
    .n-banner-content h1::after {
        left: 20rem;
        bottom: 0;
    }
    .n-banner-content h1::before,
    .n-banner-content h1::after {
        width: 1.125rem;
        height: 1rem;
    }
    .n-banner-content p {
        font-size: 1rem;
        margin-top: .375rem;
    }
    .n-btns {
        margin-top: 1.4375rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .projectBtn {
        padding: .75rem 1.125rem;
        font-size: .875rem;
        margin-right: 0;
        margin-top: .75rem;
        border-radius: .25rem 1.875rem .25rem .25rem;
    }
    .n-btns .projectBtn:nth-child(1) {
        margin-top: 0;
    }
    .n-page-info {
        margin-top: 3.75rem;
    }
    .n-page-content {
        width: 20.4375rem;
    }
    .n-overview .n-page-content {
        flex-direction: column-reverse;
    }
    .n-overview .n-page-title,
    .chanllengeContent .n-page-title {
        text-align: center;
    }
    .text-line::after {
        content: '';
        width: 1.5625rem;
        height: 2px;
        background: #E60039;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .n-overview h3 {
        margin-top: 0;
    }
    .text-line {
        padding-bottom: .75rem;
    }
    .n-page-title {
        font-size: 1.5rem;
    }
    .n-overview p {
        margin-top: .75rem;
        font-size: .875rem;
    }
    .n-overview img {
        margin-top: 1.5rem;
    }
    .chanllengeContent {
        padding: 2.1875rem 0;
    }
    .chanllenge-desc {
        margin-top: 1.5625rem;
        font-size: .875rem;
        position: relative;
        top: unset;
        right: unset;
    }
    .n-chanllenges {
        margin-top: 1.875rem;
        flex-direction: column;
        justify-content: start;
    }
    .n-chanllenge {
        width: 100%;
        height: auto;
        margin-top: .75rem;
        border-radius: 0;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .n-chanllenge:first-child {
        margin-top: 0;
    }
    .n-chanllenge h5 {
        bottom: .75rem;
        left: .75rem;
        font-size: 1.625rem;
        width: unset;
        position: static;
        padding-right: 4rem;
    }
    .n-chanllenge img {
        width: 3.9375rem;
    }
    .benetifContent .n-page-content {
        margin-top: 1.5625rem;
    }
    .n-benetif .text-line::after {
        left: 0;
        transform: unset;
    }
    .n-benetif h5 {
        margin-top: 1.25rem;
        font-size: 1.125rem;
    }
    .n-benetif p {
        margin-top: .75rem;
        font-size: .8125rem;
    }
    .n-benetif {
        margin-top: 3.125rem;
    }
    .n-solution-link {
        margin-top: .75rem;
        padding: .75rem;
    }
    .n-solution-link h6 {
        font-size: .875rem;
    }
    .n-solution-link p {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-solution-contents {
        margin-top: 1.875rem;
        flex-direction: column;
    }
    .n-solution-content {
        width: 100%;
    }
    .n-solution-content:nth-child(2) {
        margin-top: .75rem;
    }
    .n-solution-content:nth-child(2) .n-solution-content-bottom {
        height: 7.4375rem;
    }
    .n-solution-content-bottom {
        height: 6.125rem;
        padding: 10px;
    }
    .n-solution-content-bottom h6 {
        font-size: .875rem;
    }
    .n-solution-content-bottom p {
        font-size: .75rem;
        margin-top: .125rem;
    }
    .n-solution-content-bottom .n-more {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .n-more::after {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: .125rem;
    }
    .solutionContent {
        padding: 3.75rem 0;
    }
    .n-page-info .n-page-content .case-icons {
        padding-top: 1.875rem;
        width: 20.3125rem;
    }
    .case-icons img {
        height: 1.5625rem;
    }
    .caseSwiper {
        margin-top: .75rem;
    }
    .n-case-card {
        width: 20.4375rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .n-case-card img {
        height: 1.875rem;
    }
    .n-case-card {
        padding: 1.125rem;
    }
    .n-case-card h6 {
        margin-top: .75rem;
        font-size: 1rem;
    }
    .n-case-card p {
        margin: .375rem 0 .75rem 0;
        font-size: .75rem;
    }
    .n-more {
        font-size: .875rem;
    }
    .n-resources {
        margin-top: 1.5625rem;
        grid-gap: .75rem;
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(5, auto);
    }
    .n-resource {
        padding: .75rem;
    }
    .n-resource h6 {
        font-size: .75rem;
    }
    .n-resource p {
        font-size: .875rem;
        margin-top: .75rem;
        min-height: unset;
    }
    .n-resource .n-more {
        margin-top: 1.25rem;
    }
    .productContent {
        padding: 3.75rem 0;
    }
    .n-products {
        margin-top: 1.875rem;
        grid-gap: .75rem;
        grid-template-columns: repeat(2, 10.0625rem);
        /*grid-template-rows: repeat(3, 17.9375rem);*/
    }
    .n-product {
        width: 10.0625rem;
        height: 17.9375rem;
    }
    .n-product img {
        margin-top: 1.25rem;
        width: 7.5625rem;
    }
    .n-product h6 {
        margin-top: 1.125rem;
        font-size: .8125rem;
    }
    .n-product p {
        margin-top: .375rem;
        font-size: .75rem;
        padding: 0 .625rem;
        min-height: 3.375rem;
    }
    .n-product:last-child p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .n-trust .n-page-content {
        left: calc((100% - 20.4375rem)/2);
    }
    .n-project-page .n-contact,
    .n-trust {
        margin-top: 0;
    }
    .n-trust h3 {
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
    .n-trust p {
        width: 100%;
        margin-top: .375rem;
        font-size: .75rem;
        margin-bottom: 5.5rem;
    }
    .n-trust .redBtn {
        margin-top: 0;
        padding: .375rem 1.125rem;
    }
    .n-contact h3 {
        font-size: 1.5rem;
        margin-bottom: .75rem;
    }
    .full-video div {
        width: 20.4375rem;
    }
    .iframe-container {
        height: 15rem;
    }
    .full-video div img {
        width: 1.5rem;
    }
    .caseSwiper .swiper-pagination-bullet {
        width: 1.5rem;
        height: .125rem;
    }
}