* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.aboutUs img {
    width: 100%;
}

.bannerCont {
    position: relative;
}

.bannerInfo {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 560px;
}

.bannerInfo h1 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 600;
    line-height: 120%;
}

.bannerInfo p {
    margin: 20px 0;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.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;
    box-sizing: border-box;
}

.n-project-btn.red {
    color: #FFF;
    background: #E60039;
}

.linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E60039!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.linkBtn::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(/images/about/link.svg);
    transition: transform .16s linear;
    margin-left: 8px;
}

.aboutUs h2 {
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding: 0 40px;
}

.pageInfo {
    padding: 120px 0;
}

.pageCont {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.glanceCont {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.glanceInfo {
    position: relative;
}

.glanceText {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 44px 38px 0 38px;
}

.glanceNum strong {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
}

.glanceNum span {
    color: #2A2B2E;
    font-size: 28px;
    font-weight: 700;
}

.glanceText p {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.pageInfo.speBg {
    background-image: url(/images/about/spebg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brandCont {
    margin-top: 96px;
    display: flex;
    justify-content: center;
}

.brandInfo {
    text-align: center;
}

.brandImg {
    width: 252px;
}

.brandInfo:first-child {
    margin-right: 336px;
}

.brandInfo p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 48px;
}

.brandInfo .linkBtn {
    margin-top: 24px;
}

.flexCont {
    margin-top: 72px;
    display: flex;
    justify-content: center;
}

.flexInfo:first-child {
    margin-right: 250px;
}

.valueText p {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.valueText i {
    display: block;
    font-style: normal;
    margin-top: 12px;
    color: #6A6B6D;
    font-weight: 400;
    line-height: 150%;
}

.valueInfo {
    margin-top: 48px;
    display: flex;
    max-width: 468px;
}

.valueInfo img {
    width: 72px;
    margin-right: 24px;
}

.flexInfo h3 {
    color: #C1C6CF;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 44px;
}

.flexInfo h3::after {
    width: 90px;
    height: 1px;
    display: block;
    content: '';
    background: #C1C6CF;
    margin-top: 30px;
}

.customerImg {
    width: 808px;
    flex-shrink: 0;
}

.customerText {
    width: 100%;
    padding: 65px 90px;
    border-radius: 4px;
    background: #F7F9FA;
}

.customerText p {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.customerText .linkBtn {
    justify-content: start;
}

.customerCont {
    display: flex;
    align-items: flex-end;
}

.enterCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.enterInfo .linkBtn {
    justify-content: start;
}

.enterInfo {
    padding: 36px;
    position: relative;
    border-radius: 8px;
    background: #F7F9FA;
}

.enterInfo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.enterInfo h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 36px;
}

.contactCont {
    text-align: center;
    background-image: url(/images/about/spebg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 90px 0;
}

.contactCont h3 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
}

.partnerCont {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.partnerInfo {
    position: relative;
    padding: 5px;
    background: #FFF;
}

.partnerInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partnerInfo h3 {
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.partnerInfo p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 72px;
}
/*
.partnerInfo:first-child {
    margin-right: 48px;
}*/

.partnerInfo .linkBtn {
    margin-top: 24px;
    justify-content: start;
}

.partnerInfo {
    width: 500px;
}

.solutionCont {
    display: flex;
    align-items: center;
}

.solutionCard .linkBtn {
    justify-content: start;
}

.solutionCards {
    width: 700px;
    padding: 30px 24px;
    background: #FFF;
}

.solutionCard h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.solutionCard h3::after {
    content: '';
    background-image: url(../RJ-img/arrow.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    transition: transform .16s linear;
}

.solutionCard.active h3::after {
    transform: rotate(180deg);
}

.solutionCard p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0;
}

.solutionCard {
    /*border-bottom: 1px solid #D5D5D5;*/
    padding-bottom: 24px;
}

.solutionCard:last-child {
    margin-top: 48px;
}

.solutionImg {
    width: 600px;
    margin-left: 48px;
}

.solutionCard img {
    display: none;
}

.videoInfo {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.videoMask {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .9);
}

.closeBtn {
    width: 36px;
    cursor: pointer;
}

.closeBtn img {
    width: 100%;
}

.videoCont video {
    width: 100%
}

@media screen and (min-width:990px) {
    .n-project-btn.red:hover {
        background: #F23E5E;
    }
    .linkBtn:hover::after,
    .enterInfo:hover .linkBtn::after,
    .partnerInfo:hover .linkBtn::after {
        transform: translateX(10px);
    }
}

@media screen and (max-width:1440px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .pageCont {
        width: 1200px;
    }
    .glanceText {
        padding: 30px 24px 0 24px;
    }
    .glanceNum strong {
        font-size: 40px;
    }
    .aboutUs h2 {
        font-size: 36px;
    }
    .bannerInfo h1 {
        font-size: 44px;
    }
    .pageInfo {
        padding: 90px 0;
    }
    .brandImg {
        width: 216px;
    }
    .brandInfo:first-child {
        margin-right: 288px;
    }
    .brandInfo p {
        margin-top: 36px;
    }
    .brandCont {
        margin-top: 72px;
    }
    .flexInfo:first-child {
        margin-right: 215px;
    }
    .flexInfo h3 {
        font-size: 20px;
        margin-bottom: 32px;
    }
    .flexInfo h3::after {
        margin-top: 24px;
    }
    .valueInfo img {
        width: 64px;
    }
    .customerText {
        padding: 47px 50px;
    }
    .customerImg {
        width: 694px;
    }
    .contactCont h3 {
        font-size: 28px;
    }
    .customerText p {
        font-size: 18px;
    }
    .partnerInfo {
        width: 430px;
        margin: 10px;
    }
    .partnerInfo h3 {
        margin-top: 0px;
        font-size: 16px;
    }
    .solutionCards {
        width: 602px;
        padding: 20px 18px;
    }
    .solutionImg {
        width: 510px;
    }
    .solutionCard h3 {
        font-size: 20px;
    }
    .solutionCard p {
        font-size: 14px;
        margin: 20px 0;
    }
    .solutionCard {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:1280px) {
    .aboutUs h2 {
        font-size: 32px;
    }
    .bannerInfo {
        left: calc((100% - 1024px)/2);
    }
    .bannerInfo h1 {
        font-size: 36px;
    }
    .n-project-btn {
        font-size: 14px;
        padding: 0 32px;
        height: 40px;
        line-height: 40px;
    }
    .bannerInfo p {
        font-size: 14px;
    }
    .pageCont {
        width: 1024px;
    }
    .glanceCont {
        gap: 12px;
    }
    .glanceText {
        padding: 16px 16px 0 16px;
    }
    .glanceNum strong {
        font-size: 32px;
    }
    .glanceNum span {
        font-size: 24px;
    }
    .brandInfo:first-child {
        margin-right: 192px;
    }
    .brandImg {
        width: 180px;
    }
    .flexInfo:first-child {
        margin-right: 140px;
    }
    .valueInfo {
        max-width: 342px;
    }
    .valueText p {
        font-size: 14px;
    }
    .valueText i {
        margin-top: 6px;
    }
    .flexInfo h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .flexInfo h3::after {
        margin-top: 16px;
    }
    .flexCont {
        margin-top: 36px;
    }
    .valueInfo {
        margin-top: 42px;
    }
    .customerImg {
        width: 588px;
    }
    .customerText {
        padding: 84px 64px;
    }
    .linkBtn {
        font-size: 14px;
    }
    .linkBtn::after {
        width: 20px;
        height: 20px;
        background-size: cover;
    }
    .enterInfo h3 {
        font-size: 18px;
    }
    .pageInfo {
        padding: 72px 0;
    }
    .partnerCont {
        margin-top: 48px;
    }
    .partnerInfo {
        width: 366px;
        padding: 16px 24px 40px 24px;
    }
    .partnerInfo p {
        font-size: 14px;
    }
    .partnerInfo:first-child {
        margin-right: 24px;
    }
    .solutionCards {
        padding: 32px 16px;
        width: 512px;
    }
    .solutionImg {
        width: 432px;
        margin-left: 24px;
    }
    .solutionCard p {
        margin: 16px 0;
    }
}

@media screen and (max-width:1068px) {
    .bannerInfo {
        left: 40px;
        width: 50%;
    }
    .bannerInfo h1 {
        font-size: 32px;
    }
    .pageCont {
        width: 100%;
        padding: 0 40px;
    }
    .glanceCont {
        gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .aboutUs h2 {
        font-size: 28px;
    }
    .flexCont {
        flex-wrap: wrap;
        justify-content: start;
        padding: 0 40px;
    }
    .flexInfo:first-child {
        margin-right: 0;
        margin-bottom: 48px;
    }
    .valueInfo {
        max-width: unset;
    }
    .flexInfo h3 {
        margin-bottom: 0;
    }
    .valueInfo {
        margin-top: 24px;
    }
    .valueText p {
        font-size: 16px;
    }
    .enterCont {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .enterInfo {
        padding: 24px;
    }
    .contactCont h3 {
        font-size: 24px;
        padding: 0 40px;
    }
    .customerText {
        padding: 6%;
    }
    .customerImg {
        width: 60%;
    }
    .customerText p {
        font-size: 16px;
    }
    .partnerInfo {
        width: 320px;
        padding: 16px 24px 40px 24px;
    }
    .solutionImg {
        display: none!important;
    }
    .solutionCont {
        justify-content: center;
    }
    .solutionCards {
        width: 700px;
        padding: 36px 24px;
    }
}

@media screen and (max-width:768px) {
    .bannerInfo {
        width: 100%;
        left: 0;
        padding: 48px 20px 0 20px;
        top: unset;
        transform: unset;
    }
    .bannerInfo p {
        font-size: 16px;
        margin: 20px 0;
    }
    .pageInfo {
        padding: 48px 0;
    }
    .pageCont {
        padding: 0 20px;
    }
    .aboutUs h2 {
        font-size: 24px;
    }
    .brandInfo:first-child {
        margin-right: 0;
        margin-bottom: 48px;
    }
    .brandInfo {
        width: 100%;
        text-align: center;
    }
    .brandCont {
        flex-wrap: wrap;
        margin-top: 48px;
    }
    .brandImg {
        margin: 0 auto;
        width: 250px;
    }
    .brandImg img {
        width: 180px;
    }
    .brandInfo p {
        margin-top: 24px;
        font-size: 16px;
    }
    .flexCont {
        padding: 0 20px;
    }
    .flexInfo h3::after {
        margin-top: 24px;
        width: 100%;
    }
    .flexInfo h3 {
        text-align: center;
        font-size: 18px;
    }
    .customerCont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .customerImg {
        width: 100%;
    }
    .customerText {
        padding: 24px 20px;
    }
    .customerText p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .enterCont {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .enterInfo h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .contactCont h3 {
        padding: 0 24px;
        font-size: 20px;
    }
    .contactCont {
        padding: 80px 0;
    }
    .partnerCont {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .partnerInfo {
        width: 100%;
        padding: 20px 20px 48px 20px;
    }
    .partnerInfo:first-child {
        margin-right: 0;
    }
    .solutionCard img {
        display: block;
    }
    .solutionCard h3::after {
        display: none;
    }
    .solutionCards {
        width: 100%;
        padding: 0;
        background: unset;
    }
    .solutionText {
        padding: 24px 20px;
    }
    .solutionInfo {
        display: block!important;
    }
    .solutionCard {
        position: relative;
        border-bottom: none;
        padding-bottom: 0;
        background: #FFF;
    }
    .solutionLink {
        position: absolute;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .videoInfo {
        width: 70%;
    }
}

@media screen and (max-width:420px) {
    .glanceText {
        padding: 30px 20px 0 20px;
    }
    .glanceNum strong {
        font-size: 48px;
    }
    .glanceNum span {
        font-size: 28px;
    }
    .glanceText p {
        font-size: 16px;
    }
}