* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-banner {
    position: relative;
}

.n-banner img {
    width: 100%;
}

.n-banner-content {
    position: absolute;
    height: calc(100% - 60px);
    width: 1400px;
    left: calc((100% - 1400px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

.n-banner-content h1 {
    font-weight: 700;
    font-size: 48px;
}

.n-banner-content h2 {
    font-weight: 400;
    font-size: 36px;
}

.n-banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 24px;
    width: 50%;
}

.n-btns {
    margin-top: 36px;
    font-size: 0;
}

.n-btns a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 36px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    cursor: pointer;
}

.n-btns .redBtn {
    background: #DA0030;
    color: #FFFFFF;
}

.n-btns .whiteBtn {
    color: #DA0030;
    background: #FFFFFF;
}

.n-btns a:first-child {
    margin-right: 24px;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFF;
    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: #6A6B6D;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.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-page-info {
    text-align: center;
}

.n-page-info h5 {
    font-weight: 700;
    font-size: 36px;
    color: #292929;
}

.n-page-info h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #7D7D7D;
    margin-top: 24px;
}

#n-page-1 {
    padding: 100px 0 120px 0;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-affects {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.n-affect {
    position: relative;
    width: 332px;
}

.n-affect-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: left;
    background: #FAFBFC;
    transition: .25s linear;
    padding: 24px;
    box-sizing: border-box;
}

.n-affect-desc h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.n-affect-desc p {
    display: none;
    margin-top: 16px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#n-page-2 {
    background: #F4F8FA;
    padding: 80px 0;
}

#n-page-2 h6 {
    font-weight: 400;
    font-size: 20px;
    color: #6A6B6D;
    margin-top: 12px;
}

.n-tab {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.n-tab-line {
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
    margin-top: -1px;
}

.n-tab div {
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
    border-bottom: 2px solid transparent;
    padding-bottom: 24px;
    margin-right: 110px;
    cursor: pointer;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab .n-tab-active {
    border-bottom: 2px solid #0082FF;
    color: #0082FF;
    font-weight: 700;
    cursor: default;
}

.n-page-content img {
    width: 100%;
}

#n-page-3 {
    padding: 110px 0;
}

.n-values {
    display: flex;
    justify-content: space-between;
}

.n-value {
    margin-top: 70px;
    width: 332px;
}

.n-value img {
    width: 230px;
}

.n-value-title {
    margin-top: 35px;
    font-weight: 600;
    font-size: 24px;
    color: #292929;
}

.n-value-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #7D7D7D;
}

#n-page-4 {
    background: #F7F9FA;
    padding: 100px 0 80px 0;
}

.n-products {
    margin-top: 60px;
    display: flex;
}

.n-product {
    width: 450px;
    height: 400px;
    background-color: #FFFFFF;
    margin-right: 24px;
}

.n-product:last-child {
    margin-right: 0;
}

.n-product img {
    width: 250px;
}

.n-product span {
    display: block;
}

.n-product-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.n-product-link {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

#n-page-5 {
    padding: 100px 0;
}

.n-news {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.n-news-img {
    width: 688px;
    margin-right: 60px;
    position: relative;
}

.n-news-img p {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding-right: 28px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
}

.n-news ul {
    text-align: left;
}

.n-news ul li {
    list-style: disc;
    margin-top: 18px;
}

.n-news ul li:first-child {
    margin-top: 0;
}

.n-news ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

#affectPag {
    display: none;
}

.nav-show {
    display: none;
}

.n-cont-desc {
    margin: 24px auto 0 auto;
    width: 1082px;
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.n-cont-info {
    position: relative;
    margin-top: 24px;
}

.cont-custom {
    position: absolute;
    left: 776px;
    top: 24px;
    text-align: left;
}

.cont-custom h4 {
    color: #1883FF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}

.cont-custom p {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.cont-custom-table {
    margin: 24px 120px 0 0;
}

.cont-custom-table span {
    margin-top: 12px;
    display: block;
    width: 100%;
    background: #F4F8FA;
    padding: 10px 24px;
    box-sizing: border-box;
    color: #1883FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.cont-custom-table ul {
    margin: 12px 0 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.cont-custom-table ul li {
    width: 50%;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 175%;
    list-style: disc;
    margin-left: 24px;
}

.cont-custom-table ul li:nth-child(odd) {
    width: 40%;
}

.cont-title {
    position: absolute;
    white-space: nowrap;
}

.cont-title h3 {
    color: #1883FF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}

.cont-title p {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#title1 {
    top: 36px;
    left: 764px;
}

#title2 {
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
}

#title3 {
    top: 58px;
    left: 218px;
}

#title4 {
    top: 58px;
    left: 904px;
}

@media screen and (min-width:750px) {
    .n-nav-content {
        display: flex!important;
    }
    .n-news ul li a:hover,
    .n-news ul li:hover {
        color: #0094FF;
    }
    .n-nav-content a:hover,
    .n-breadcrumb a:hover::after {
        color: #292929;
    }
    .n-breadcrumb a:hover {
        color: #DA0030;
    }
    .n-affect:hover .n-affect-desc p {
        display: block;
    }
}

.n-nav .n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 700;
    cursor: default;
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content h1 {
        font-size: 40px;
    }
    .n-banner-content h2 {
        font-size: 30px;
    }
    .n-banner-content p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-btns {
        margin-top: 30px;
    }
    .n-btns a {
        font-size: 16px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-info h5 {
        font-size: 30px;
    }
    .n-page-info h6 {
        margin-top: 20px;
        font-size: 16px;
    }
    #n-page-1 {
        padding: 84px 0 102px 0;
    }
    .n-page-content {
        width: 1200px;
    }
    #n-page-2 h6 {
        margin-top: 10px;
        font-size: 22px;
    }
    .n-tab {
        margin-top: 38px;
    }
    .n-tab div {
        font-size: 16px;
        padding-bottom: 20px;
        margin-right: 94px;
    }
    #n-page-2 {
        padding: 68px 0;
    }
    #n-page-3 {
        padding: 94px 0;
    }
    .n-value {
        width: 282px;
        margin-top: 60px;
    }
    .n-value img {
        width: 196px;
    }
    .n-value-title {
        margin-top: 30px;
        font-size: 20px;
    }
    .n-value-desc {
        font-size: 14px;
        margin-top: 14px;
    }
    #n-page-4 {
        padding: 84px 0 68px 0;
    }
    .n-products {
        margin-top: 50px;
    }
    .n-product {
        width: 382px;
        height: 340px;
    }
    .n-product img {
        width: 212px;
    }
    .n-product-name {
        font-size: 14px;
    }
    .n-product-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .n-product-link {
        margin-top: 20px;
        font-size: 12px;
    }
    #n-page-5 {
        padding: 84px 0;
    }
    .n-news-img {
        width: 584px;
        margin-right: 50px;
    }
    .n-news ul li {
        font-size: 14px;
    }
    .n-news {
        margin-top: 50px;
    }
    .cont-custom {
        top: 20px;
        left: 644px;
    }
    .cont-custom h4 {
        font-size: 24px;
    }
    .cont-custom p {
        font-size: 14px;
    }
    .cont-custom-table {
        margin: 16px 102px 0 0;
    }
    .cont-custom-table span {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
    }
    .cont-custom-table ul li {
        font-size: 12px;
        margin-left: 20px;
    }
    .cont-custom-table ul {
        margin: 10px 0 20px 0;
    }
    .n-cont-desc {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .cont-title h3 {
        font-size: 24px;
    }
    #title1 {
        top: 30px;
        left: 650px;
    }
    #title2 {
        top: 30px;
    }
    #title3 {
        top: 50px;
        left: 186px;
    }
    #title4 {
        top: 50px;
        left: 768px;
    }
    .cont-title p {
        font-size: 14px;
        margin-top: 8px;
    }
    .n-affect {
        width: 282px;
    }
    .n-affect-desc h3 {
        font-size: 16px;
    }
    .n-affect-desc p {
        font-size: 14px;
        margin-top: 12px;
    }
    .n-affects {
        margin-top: 48px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-content {
        width: 1000px;
        left: calc((100% - 1000px)/2);
    }
    .n-banner-content h1 {
        font-size: 32px;
    }
    .n-banner-content h2 {
        font-size: 24px;
    }
    .n-banner-content p {
        margin-top: 16px;
        font-size: 12px;
    }
    .n-btns a {
        font-size: 14px;
        padding: 6px 24px;
    }
    .n-btns a:first-child {
        margin-right: 16px;
    }
    .n-nav-content {
        width: 1000px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-content {
        width: 1000px;
    }
    .n-page-info h5 {
        font-size: 24px;
    }
    .n-page-info h6 {
        margin-top: 14px;
        font-size: 14px;
    }
    #n-page-1 {
        padding: 70px 0 84px 0;
    }
    #n-page-2 h6 {
        margin-top: 6px;
        font-size: 18px;
    }
    .n-tab {
        margin-top: 32px;
    }
    .n-tab div {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .n-tab div {
        margin-right: 78px;
    }
    #n-page-3 {
        padding: 78px 0;
    }
    .n-value img {
        width: 162px;
    }
    .n-value {
        width: 234px;
        margin-top: 50px;
    }
    .n-value-title {
        margin-top: 24px;
        font-size: 16px;
    }
    .n-value-desc {
        font-size: 12px;
        margin-top: 12px;
    }
    #n-page-4 {
        padding: 70px 0 56px 0;
    }
    .n-products {
        margin-top: 42px;
    }
    .n-product {
        width: 318px;
        height: 282px;
    }
    .n-product img {
        width: 174px;
    }
    .n-product-desc {
        margin-top: 8px;
        font-size: 12px;
    }
    .n-product-link {
        margin-top: 14px;
    }
    .n-news {
        margin-top: 42px;
    }
    .n-news-img {
        width: 484px;
        margin-right: 42px;
    }
    #n-page-5 {
        padding: 70px 0;
    }
    .cont-custom {
        top: 0;
        left: 548px;
    }
    .cont-custom h4 {
        font-size: 18px;
    }
    .cont-custom p {
        margin-top: 0;
        font-size: 12px;
        margin-right: 64px;
    }
    .cont-custom-table ul li {
        margin-left: 18px;
    }
    .cont-custom-table {
        margin-top: 10px;
        margin-right: 64px;
    }
    .cont-custom-table span {
        margin-top: 0;
    }
    .cont-title h3 {
        font-size: 20px;
    }
    #title2 {
        top: 24px;
    }
    #title1 {
        top: 24px;
        left: 552px;
    }
    #title3 {
        top: 24px;
        left: 136px;
    }
    #title4 {
        top: 24px;
        left: 622px;
    }
    .n-affect {
        width: 240px;
    }
    .n-affect-desc {
        padding: 20px;
    }
    .n-affect-desc p {
        margin-top: 8px;
    }
    .n-affects {
        margin-top: 36px;
    }
}

@media screen and (max-width:750px) {
    .n-banner-content {
        top: 0;
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        height: unset;
    }
    .n-banner-content h1 {
        margin-top: 1.875rem;
        font-size: 1.5rem;
    }
    .n-banner-content h2 {
        margin-top: .375rem;
        font-size: 1.5rem;
    }
    .n-banner-content p {
        width: 100%;
        font-size: 1rem;
        margin-top: 1rem;
    }
    .n-btns a {
        font-size: .875rem;
        padding: .5rem 1.125rem;
        border-radius: .125rem;
    }
    .n-btns {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 20.4375rem;
    }
    .n-page-info h5 {
        padding: 0 1.5rem;
        font-size: 1.25rem;
    }
    .n-page-info h6 {
        padding: 0 1.5rem;
        font-size: .8125rem;
        margin-top: 1.125rem;
    }
    #n-page-1 {
        padding: 2.8125rem 0;
    }
    .n-news {
        margin-top: 1.5rem;
        flex-direction: column;
    }
    .n-news-img {
        margin-right: 0;
        width: 100%;
    }
    .n-news ul {
        width: 100%;
        margin-top: 1.125rem;
    }
    .n-news ul li {
        margin-left: 1rem;
        font-size: .8125rem;
        margin-top: .75rem;
    }
    #n-page-5 {
        padding: 2.1875rem 0;
    }
    .n-products {
        margin-top: 2.1875rem;
        flex-wrap: wrap;
        gap: .75rem;
    }
    .n-product {
        width: calc(50% - .375rem);
        margin-right: 0;
        padding: 0 .3125rem;
        height: unset;
        padding-bottom: .75rem;
    }
    .n-product img {
        width: 7.5rem;
    }
    .n-product-name {
        font-size: .8125rem;
        margin-top: .5625rem;
    }
    .n-product-desc {
        margin-top: .375rem;
        font-size: .75rem;
    }
    .n-product-link {
        margin-top: .375rem;
        font-size: .75rem;
    }
    #n-page-4 {
        padding: 2.5rem 0 2.1875rem 0;
    }
    .n-values {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .n-value {
        width: 100%;
    }
    .n-value img {
        width: 9.875rem;
    }
    .n-value-title {
        font-size: 1rem;
        margin-top: 1.125rem;
    }
    .n-value-desc {
        margin-top: .5rem;
        font-size: .75rem;
    }
    .n-value {
        margin-top: 1.875rem;
    }
    #n-page-3 {
        padding: 2.5rem 0 2.8125rem 0;
    }
    #n-page-3 .n-page-content {
        width: 20.9375rem;
    }
    #n-table1 {
        top: 8.125rem;
        right: .5rem;
    }
    #n-page-2 {
        padding: 2.8125rem 0 1.875rem 0;
    }
    .n-tab {
        margin-top: 2rem;
    }
    .n-tab div {
        font-size: .75rem;
        margin-right: 0;
        padding: 0 .75rem .25rem .75rem;
    }
    #n-page-2 h6 {
        font-size: .875rem;
        margin-top: .75rem;
    }
    .n-tab-line {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .n-btns a:last-child {
        display: none;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        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;
    }
    .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;
    }
    .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;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-affects {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .n-affect-desc p {
        display: block;
    }
    .n-affect {
        margin-top: 1.125rem;
        width: 100%;
    }
    .n-affect:first-child {
        margin-top: 0;
    }
    .n-affect-desc h3 {
        font-size: 1rem;
    }
    .n-affect-desc p {
        margin-top: .5rem;
        font-size: .875rem;
    }
    .n-affect-desc {
        padding: .625rem;
    }
    .n-cont-desc {
        font-size: .75rem;
    }
    .cont-custom {
        top: 15.625rem;
        left: 1rem;
    }
    .cont-custom h4 {
        font-size: 1.3125rem;
    }
    .cont-custom p {
        margin-top: .75rem;
        font-size: .875rem;
        margin-right: .75rem;
    }
    .cont-custom-table {
        margin-top: 1.3125rem;
        margin-right: .75rem;
    }
    .cont-custom-table span {
        font-size: 1rem;
        padding: .625rem 1rem;
    }
    .cont-custom-table ul li {
        width: 100%!important;
        font-size: .75rem;
    }
    .cont-custom-table ul {
        margin: 1rem 0 1.875rem 0;
    }
    #title1 {
        top: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    #title2 {
        top: 1.5rem;
    }
    #title3 {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .cont-title h3 {
        font-size: 1.125rem;
    }
    .cont-title p {
        margin-top: .375rem;
        font-size: .75rem;
    }
    #title4 {
        top: 18.125rem;
        left: 50%;
        transform: translateX(-50%);
    }
}