/* Mobile adaptation styles
 * Load after main.css. Keep mobile overrides centralized here.
 */

.w-duan {
    display: none !important;
}

@media (max-width: 1024px) {
    :root {
        --m-green: #005747;
        --m-dark: #10231f;
        --m-text: #2b3633;
        --m-muted: #6b7672;
        --m-line: rgba(0, 87, 72, 0.12);
        --m-radius: 18px;
        --m-pad: 20px;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        min-width: 0;
        font-size: 15px;
        line-height: 1.75;
        -webkit-text-size-adjust: 100%;
    }

    body.m-nav-open {
        height: 100vh;
        overflow: hidden;
    }

    .litebox-overlay .litebox-nav,
    .litebox-overlay .litebox-prev,
    .litebox-overlay .litebox-next {
        display: none !important;
    }

    .litebox-overlay .litebox-container {
        top: 50% !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 56.25vw !important;
        max-height: 80vh !important;
        transform: translateY(-50%) !important;
    }

    .litebox-overlay .litebox-video,
    .litebox-overlay video,
    .litebox-overlay iframe,
    .litebox-overlay .litebox-content video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    #svgLayer {
        display: none !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    img,
    video,
    svg,
    iframe {
        max-width: 100%;
    }

    img,
    video {
        height: auto;
    }

    .area,
    .area-big,
    .area-box,
    .inner1400,
    .cont1560,
    .w1680 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: var(--m-pad) !important;
        padding-right: var(--m-pad) !important;
    }

    .wrap {
        padding-top: 64px;
    }

    .fl,
    .fr {
        float: none !important;
    }

    .sec-column__box .sec-column__right {
        position: static;
        max-width: 100%;
    }

    .fs45 { font-size: 34px; }
    .fs40 { font-size: 30px; }
    .fs24 { font-size: 20px; }
    .fs22 { font-size: 19px; }
    .fs20 { font-size: 18px; }
    .fs18 { font-size: 16px; }

    .main_title,
    .content-section-title,
    .topic h2,
    .main-sus-text .tit01 {
        font-size: clamp(28px, 8vw, 42px) !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    p,
    .text-size-large,
    .about-info-4 .tab-content .content-text p,
    .about-info-4 .tab-content-2 .content-text p {
        font-size: 15px;
        line-height: 1.85;
    }

    .text-size-large {
       font-size: 17px; 
    }
    .image-sticky-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    display: block;
    }
    .impact-bg {
        height: 300px;
    }

    .section-impact:not(.section-impact-production) .impact-bg video {
        display: none !important;
    }

    .section-impact:not(.section-impact-production) .impact-bg .impact-bg-mobile-img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .section-impact-production {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        background: #fff;
    }

    .section-impact-production .image-sticky-wrapper {
        order: 1;
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
    }

    .section-impact-production .impact-bg {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: clamp(240px, 68vw, 380px) !important;
        margin: 0 !important;
        background: url(/static/picture/production01.jpg) center center / cover no-repeat;
    }

    .section-impact-production .impact-bg video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-impact-production .impact-bg.is-video-fallback video {
        display: none !important;
    }

    .section-impact-production .impact-grid {
        order: 2;
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        z-index: 1;
        background: #fff;
    }

    .section-impact-production .impact-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 28px var(--m-pad) 48px !important;
        background: #fff !important;
        color: var(--m-text) !important;
        box-shadow: none !important;
        opacity: 1 !important;
        transform: none !important;
        gap: 18px !important;
    }

    .section-impact-production .heading-style-h2 {
        color: var(--m-dark) !important;
        font-size: clamp(26px, 7vw, 34px) !important;
        line-height: 1.22 !important;
    }

    .section-impact-production .impact_card-bottom {
        width: 100%;
        border-top: 1px solid rgba(0, 87, 72, 0.16) !important;
        padding-top: 16px;
    }

    .section-impact-production .text-size-large {
        color: var(--m-text) !important;
        font-size: 15px !important;
        line-height: 1.9 !important;
    }

    /* Header / mobile drawer */
    #header,
    #headerInnerWrap {
        height: 64px !important;
    }

    #header {
        position: fixed;
        top: 0;
        background: transparent;
        z-index: 9999;
    }

    #headerInnerWrap,
    #header.top-fixed #headerInnerWrap,
    body.m-nav-open #headerInnerWrap {
        position: fixed;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid rgba(0, 87, 72, 0.1);
        backdrop-filter: blur(12px);
    }

    #headerInner {
        height: 64px;
        margin: 0 !important;
        padding: 0 var(--m-pad) !important;
    }

    #header .logo {
        display: flex;
        align-items: center;
        height: 64px;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    #header .logo a,
    #header.top-fixed .logo a,
    #header.open .logo a,
    body.m-nav-open #header .logo a {
        width: 160px !important;
        height: 42px !important;
        background: url(/static/head/logo.png) no-repeat left center !important;
        background-size: contain !important;
    }

    .header-util-box {
        top: 0 !important;
        right: var(--m-pad) !important;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 64px !important;
        padding-left: 0 !important;
    }

    .header-lang {
        top: auto !important;
        float: none;
        display: block !important;
    }

    .header-lang .lang-open-btn,
    #header.top-fixed .header-lang .lang-open-btn,
    body.m-nav-open .header-lang .lang-open-btn {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        height: 36px;
        border: 1px solid rgba(16, 35, 31, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72) !important;
        color: var(--m-dark) !important;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        padding: 0 11px;
    }

    .header-lang .lang-open-btn strong {
        display: inline !important;
    }

    .header-lang > ul {
        top: 30px;
        min-width: 72px;
        right: 0;
        left: auto;
    }

    .sitemap-line-btn {
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative !important;
        top: auto !important;
        width: 42px;
        height: 42px;
        margin: 0 !important;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .sitemap-line-btn .line,
    #header.top-fixed .sitemap-line-btn .line,
    body.m-nav-open .sitemap-line-btn .line {
        width: 24px !important;
        height: 2px;
        margin: 4px 0;
        background: var(--m-dark) !important;
    }

    .sitemap-open-btn.active .line:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .sitemap-open-btn.active .line:nth-child(2) {
        opacity: 0;
    }

    .sitemap-open-btn.active .line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    #gnb {
        position: fixed !important;
        top: calc(64px + env(safe-area-inset-top, 0px)) !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100vh - 64px) !important;
        max-height: calc(100dvh - 64px) !important;
        padding: 12px var(--m-pad) 34px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        touch-action: pan-y;
        text-align: left;
        background: #fff;
        border: 0 !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
        opacity: 0;
        visibility: hidden;
        transform: translateX(105%);
        transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, visibility 0.38s ease;
        z-index: 98;
    }

    body.m-nav-open #gnb {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    #gnb > ul {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #gnb > ul > li {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid var(--m-line);
    }

    #gnb > ul > li > a {
        position: relative;
        display: block !important;
        height: auto !important;
        padding: 17px 36px 17px 2px !important;
        color: var(--m-dark) !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-align: left;
    }

    #gnb > ul > li.m-has-sub > a::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #f1f6f4;
        color: var(--m-green);
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
        transition: transform 0.25s ease, background-color 0.25s ease;
    }

    #gnb > ul > li.m-has-sub.m-sub-open > a::after {
        content: "−";
        background: rgba(0, 87, 72, 0.12);
    }

    #gnb.total-menu > ul > li .gnb-2dep,
    #gnb > ul > li .gnb-2dep {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 0 !important;
        overflow: hidden !important;
        visibility: visible !important;
        transform: none !important;
        transition: max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, padding 0.45s ease !important;
    }

    #gnb.total-menu > ul > li.m-sub-open .gnb-2dep,
    #gnb > ul > li.m-sub-open .gnb-2dep {
        display: block !important;
        max-height: 680px !important;
        padding: 0 0 16px !important;
        opacity: 1 !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .gnb-2dep-inner {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .gnb-2dep-inner > div {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }
     #gnb.total-menu > ul > li .gnb-2dep .gnb-2dep-inner > div.menu-lf-txt {
        display: none !important;
     }

    #gnb.total-menu > ul > li .gnb-2dep .menu-lf-txt,
    #gnb.total-menu > ul > li .gnb-2dep .menu-rt-list:not(.menu-rt-list-auto) {
        display: none !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-rt-list,
    #gnb.total-menu > ul > li .gnb-2dep .menu-rt-list-auto {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list li {
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .row1::before {
        display: none !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list li a {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 10px 12px !important;
        border-bottom: 1px solid rgba(0, 87, 72, 0.08) !important;
        color: #3b4c48 !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list li:last-child a {
        border-bottom: 0px solid rgba(0, 87, 72, 0.08) !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list li a span {
        display: block !important;
        color: inherit !important;
        padding-left: 0 !important;
    }

    #gnbBg,
    body.m-nav-open #gnbBg,
    body.m-nav-open #gnb.open #gnbBg,
    body.m-nav-open #gnb.total-menu > ul > li .gnb-2dep .gnb-3dep,
    body.m-nav-open #gnb.total-menu > ul > li .gnb-2dep .link-con {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    .gnb-overlay-bg {
        display: none !important;
    }

    .m-duan,
    .m-muen {
        display: none !important;
    }

    /* Homepage mobile full-screen banner */
    .c-hero-home {
        position: relative !important;
        height: 100vh !important;
        height: 100svh !important;
        min-height: 100svh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: #fff;
        background: #061410;
    }

    @supports (height: 100dvh) {
        .c-hero-home {
            height: 100dvh !important;
            min-height: 100dvh !important;
        }
    }

    .c-hero-home [data-focus-area] {
        display: none !important;
    }

    .c-hero-home_sticky,
    .c-hero-home_mask,
    .c-hero-home_inner {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip-path: none !important;
        transform: none !important;
    }

    .c-hero-home_inner {
        display: block !important;
    }

    .c-hero-home_background {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        overflow: hidden;
        background: url(/static/picture/banner01.jpg) center center / cover no-repeat #061410 !important;
    }

    .c-hero-home_background::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background:
            linear-gradient(180deg, rgba(6, 20, 16, 0.38) 0%, rgba(6, 20, 16, 0.12) 38%, rgba(6, 20, 16, 0.86) 100%),
            linear-gradient(90deg, rgba(0, 87, 71, 0.52) 0%, rgba(0, 87, 71, 0.08) 58%, rgba(0, 0, 0, 0.1) 100%);
    }

    .c-hero-home_background c-inline-video,
    .c-hero-home_background video {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .c-hero-home_background video {
        position: absolute !important;
        inset: 0 !important;
        object-fit: cover !important;
        opacity: 0.96;
    }

    .c-hero-home_grid-container {
        display: none !important;
    }

    .c-hero-home_title,
    .c-hero-home_title.on {
        position: absolute !important;
        top: auto !important;
        right: 0 !important;
        bottom: calc(150px + env(safe-area-inset-bottom)) !important;
        left: 0 !important;
        z-index: 3;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 var(--m-pad) !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: none;
    }

    .c-hero-home_svg {
        width: min(100%, 640px) !important;
        max-width: 100% !important;
        margin: 0 !important;
        clip-path: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: opacity 0.36s ease, transform 0.36s ease !important;
    }

    .c-hero-home_svg.hide {
        opacity: 0 !important;
        transform: translateY(18px) !important;
    }

    .c-hero-home_svg h2,
    .c-hero-home_svg path,
    .c-hero-home_svg text {
        transform: none !important;
    }

    .c-hero-home_svg h2 {
        margin: 0 !important;
        color: #fff;
        text-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
    }

    .c-hero-home_svg h2 p,
    .c-hero-home_svg h2 b,
    .c-hero-home_svg .button {
        opacity: 0;
        transform: translateY(28px);
        animation: mHeroFadeUp 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .c-hero-home_svg h2 p {
        margin: 0 0 14px !important;
        color: #fff;
        font-family: inherit;
        font-size: clamp(34px, 10.5vw, 58px) !important;
        font-weight: 700 !important;
        line-height: 0.98 !important;
        letter-spacing: -0.04em;
        animation-delay: 0.18s;
    }

    .c-hero-home_svg h2 b {
        display: block;
        max-width: 14em;
        color: rgba(255, 255, 255, 0.94);
        font-size: clamp(22px, 6.2vw, 34px) !important;
        font-weight: 500 !important;
        line-height: 1.38 !important;
        letter-spacing: 0.02em;
        animation-delay: 0.38s;
    }

    .c-hero-home_svg .button {
        display: inline-flex !important;
        margin-top: 28px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        pointer-events: auto;
        animation-delay: 0.62s;
    }

    .c-hero-home_svg .button a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-width: 148px;
        height: 46px;
        padding: 0 22px;
        border: 1px solid rgba(255, 255, 255, 0.78) !important;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08) !important;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.03em;
        line-height: 1;
        backdrop-filter: blur(10px);
    }

    .c-hero-home_svg .button .svgIcon {
        flex: 0 0 auto;
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

    @keyframes mHeroFadeUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .c-hero-home_svg h2 p,
        .c-hero-home_svg h2 b,
        .c-hero-home_svg .button {
            opacity: 1;
            transform: none;
            animation: none;
        }
    }

    .row1,
    .row2,
    .row3,
    .home-news,
    .about-info,
    .about-info-3,
    .about-info-4,
    .section-impact,
    .main_about_box_b,
    .main_about_box_c,
    .production-3,
    .quality-2,
    .quality-3,
    .vision-s1,
    .service-support-page section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .row1 .flex,
    .row3 .flex,
    .row3 .bottom-flex,
    .home-news .flex,
    .about-info-3 .flex,
    .about-info-4 .tab-content .flex,
    .footer_flex,
    .impact-bottom_content,
    .section-impact .impact-card,
    .featured-hero,
    .featured-block,
    .feature-abundance,
    .feature-ring-stage,
    .feature-lamination-stage,
    .article-layout,
    .service-page .flex,
    .service-support-page .flex,
    .contact-flex,
    .history_layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    .section-impact:not(.section-impact-production) .impact-card {
        padding-bottom: 0px;
    }



    .row1 .quote,
    .row1 .right-no,
    .home-news .home-news-left,
    .home-news .home-news-right,
    .about-info-3 .left,
    .about-info-3 .right,
    .about-info-4 .content-text,
    .about-info-4 .content-img,
    .footer .col,
    .footer-logo,
    .article-main,
    .article-share {
        width: 100% !important;
        max-width: 100% !important;
    }

    .right-no {
        margin-left: 0;
        margin-top: 20px;
    }

    .right-no li {
        margin-bottom: 20px;
        padding: 20px 25px;
    }

    .right-no li span {
        font-size: 42px;
    }

    .quote__text {
        font-size: clamp(32px, 10vw, 46px) !important;
        line-height: 1.4;
    }

    .quote .short-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-info .quote .short-info ul {
        margin: 10px 0 20px;
    }

    .row1 .right-no ul {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0;
    }

    .about-info .quote .short-info ul li {
        width: 100% !important;
        min-height: auto !important;
    }

    .about-info .quote .short-info button {
        display: block;
        margin-top: 0;
        margin: 0 auto;
    }

    .about-info .quote .short-info .button a {
        width: 180px;
    }

    .about-info .right-no li {
        width: 100% !important;
        min-height: auto !important;
        padding: 0 10px;
        background: rgba(255, 255, 255, 0.82);
        margin-bottom: 20px;
    }

    .about-info .right-no li p {
        margin-top: 10px;
    }

    .prologue .sec2 .outro-text > div:nth-child(1) {
        font-size: 30px !important;
    }

    .topic {
        display: block;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .topic p {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.8;
        font-size: 18px;
        color: #404040;
        text-align: justify;
        margin-top: 30px;
    }

    .row3 li:hover .ci-pic {
        opacity: 0;
    }

    .row3 .flex .left-ul .li-2,
    .row3 .flex .left-ul .li-3,
    .row3 .li-5,
    .row3 .li-6 {
        width: 100%;
        height: 350px;
        margin-right: 0;
    }

    .row3 .left-ul,
    .row3 .right-ul,
    .row3 .left-ul-bottom,
    .row3 .bottom-flex {
        width: 100% !important;
    }

    .row3 .left-ul-bottom,
    .row3 .bottom-flex {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px !important;
    }

    .row3 .bottom-flex {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        height: auto;
    }

    .row3 .button {
        margin: 0 auto;
        margin-top: 50px;
        display: block;
    }

    .row3 .flex .left-ul .li-1 {
        width: 100%;
        height: 350px;
        margin-bottom: 30px;
    }

    .row3 .left-ul a,
    .row3 .right-ul a,
    .row3 .li-5 a,
    .row3 .li-6 a {
        min-height: 190px;
        border-radius: var(--m-radius);
        overflow: hidden;
    }

    .row3 .text {
        font-size: 18px !important;
    }

    .row3 .text span {
        font-size: 13px !important;
    }

    .row3 .flex .right-ul {
        height: 350px;
    }

    .cp-swiper .swiper-slide a {
        min-height: 340px;
        border-radius: var(--m-radius);
        overflow: hidden;
    }


    

    

    .m-duan {
        display: none !important;
    }

    .row4 {
        --row4-img-h: clamp(230px, 52vw, 360px);
        height: auto !important;
        min-height: 0 !important;
        position: relative;
        padding: 56px var(--m-pad) !important;
        margin-top: 0 !important;
        overflow: visible !important;
        background: #f5f8f7;
    }

    .row4 .bg {
        display: none !important;
    }

    .row4 .leftfix {
        position: static !important;
        width: 100% !important;
        padding: 0 0 24px !important;
    }

    .row4 .leftfix h2 {
        color: var(--m-dark) !important;
        font-size: clamp(26px, 8vw, 38px) !important;
        line-height: 1.32 !important;
    }

    .row4 .tab-container,
    .about-info-4 .tab-container {
        width: 100% !important;
    }

    .row4 .tab-container,
    .row4 .tab-contents {
        height: auto !important;
        min-height: 0 !important;
        position: static !important;
    }

    .row4 .tab-titles {
        display: none !important;
    }

    .row4 .tab-contents {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
    }

    .about-info-4 .tab-titles,
    .title-jump ul,
    .breadcrumb ul,
    .breadcrumb-core ul,
    .featured-anchor-nav,
    .ndfeb-anchor-list {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .about-info-4 .tab-titles::-webkit-scrollbar,
    .title-jump ul::-webkit-scrollbar,
    .breadcrumb ul::-webkit-scrollbar,
    .breadcrumb-core ul::-webkit-scrollbar {
        display: none;
    }

    .about-info-4 .tab-title,
    .title-jump li,
    .breadcrumb ul li,
    .breadcrumb-core ul li {
        flex: 0 0 auto;
    }

    .row4 .tab-content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: var(--row4-img-h) 0 0 !important;
        overflow: hidden;
        border-radius: var(--m-radius) !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-size: 100% var(--row4-img-h) !important;
        background-position: center top !important;
        box-shadow: 0 16px 38px rgba(8, 39, 33, 0.1);
        color: var(--m-text) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
    }

    .row4 .content-wrap,
    .row4 .paa {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        background: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .row4 .paa {
        padding: 24px !important;
    }

    .row4 .content-wrap {
        transform: none !important;
        transition: none !important;
    }

    .row4 .square-lg {
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 5px !important;
    }

    .row4 .content-title {
        margin-bottom: 14px !important;
        color: var(--m-dark) !important;
    }

    .row4 .content-title h2,
    .row4 .content-title h3,
    .row4 .content-desc p,
    .row4 .content-desc p b {
        color: inherit;
    }

    .row4 .content-title h3 {
        margin-bottom: 12px !important;
        font-size: clamp(24px, 7vw, 32px) !important;
        line-height: 1.25 !important;
    }

    .row4 .card-heading {
        font-size: 16px !important;
        letter-spacing: 0;
        color: var(--m-green) !important;
    }

    .row4 .card-heading-ESG {
        font-size: clamp(24px, 7vw, 32px) !important;
    }

    .row4 .content-desc p {
        margin: 0 !important;
        color: var(--m-text) !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .row4 .content-desc p b {
        color: var(--m-green) !important;
        font-size: 16px !important;
        font-weight: 700;
    }

    .home-news .home-apply-bot-swip,
    .news-main .news-grid,
    .product-list,
    .pro-list,
    .app-links ul,
    .smco-metrics,
    .quality-list,
    .honor-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .app-links .content-img .flex {
        --app-link-gap: 10px;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: var(--app-link-gap) !important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--m-green) rgba(0, 87, 72, 0.12);
        padding-bottom: 10px;
    }

    .app-links .content-img .flex::-webkit-scrollbar {
        display: block;
        height: 5px;
    }

    .app-links .content-img .flex::-webkit-scrollbar-track {
        border-radius: 999px;
        background: rgba(0, 87, 72, 0.12);
    }

    .app-links .content-img .flex::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: var(--m-green);
    }

    .app-links .content-img .content-img-line {
        flex: 0 0 calc((100% - (var(--app-link-gap) * 2)) / 3) !important;
        width: calc((100% - (var(--app-link-gap) * 2)) / 3) !important;
        height: clamp(150px, 38vw, 220px) !important;
        margin: 0 !important;
        scroll-snap-align: start;
        border-radius: 14px;
        overflow: hidden;
    }

    .app-links .content-img .content-img-line a,
    .app-links .content-img .content-img-line img {
        height: 100% !important;
        min-height: 0 !important;
    }

    .app-links .content-img .content-img-line .zi {
        left: 10px !important;
        right: 10px;
        bottom: 12px !important;
    }

    .app-links .content-img .content-img-line .zi p {
        margin-top: 0 !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .home-news .hnul-link,
    .news-main .news-card,
    .news-main .news-featured-card,
    .featured-block,
    .featured-hero-copy,
    .featured-hero-visual,
    .smco-section,
    .service-card,
    .contact-card {
        border-radius: var(--m-radius) !important;
    }

    .about-info .flex {
        display: block !important;
    }
    .about-info .quote {
        display: block;
    }
    .about-info .quote .short-info .line--2 {
        display: block;
        font-size: 24px;
        margin-bottom: 10px;
        color: #175748;
        font-weight: 500;
        line-height: 1.5;
        padding-top: 30px;
    }

    /* About / application map */
    .about-info-4 .stick-menu {
        position: sticky;
        top: 64px;
        z-index: 9;
        padding: 10px 0;
        background: #fff;
    }

    .about-info-4 .tab-contents {
        gap: 48px !important;
    }

    .about-info-4 .content-img {
        height: auto !important;
        min-height: 0 !important;
    }

    .about-info-4 .content-img .content-img-1 {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 12px !important;
        border-radius: var(--m-radius);
        overflow: hidden;
    }

    .about-info-4 .content-img .content-img-1 a,
    .about-info-4 .content-img img {
        height: auto !important;
        min-height: 210px;
        aspect-ratio: 1.45 / 1;
    }

    .about-info-4 .tab-content-2 .content-img {
        height: 360px !important;
        border-radius: var(--m-radius);
    }

    .tab-content-2 .network-arcs path {
        stroke-width: 2;
    }

    .tab-content-2 .in-map .pin-label {
        font-size: 11px !important;
        padding: 4px 9px !important;
    }

    /* Subpage common */
    .sub_article {
        padding: 0px 0 56px !important;
    }

    .breadcrumb,
    .title-jump,
    .ndfeb-anchor-bar {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        position: sticky !important;
        top: 64px !important;
        z-index: 120 !important;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid rgba(0, 87, 72, 0.08);
        border-bottom: 1px solid rgba(0, 87, 72, 0.12);
        backdrop-filter: blur(10px);
        opacity: 1 !important;
        visibility: visible !important;
        overflow: hidden;
    }

    .breadcrumb {
        display: none !important;
    }

    .service-page .title-jump,
    .service-page .breadcrumb.title-jump {
        display: block !important;
        position: sticky !important;
        top: 64px !important;
        z-index: 120 !important;
        width: 100% !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .breadcrumb .cont1560 {
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 54px;
        margin: 0 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .breadcrumb .cont1560::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb .home {
        display: block !important;
        flex: 0 0 auto;
        width: 34px !important;
        height: 38px !important;
        min-width: 34px !important;
    }

    .breadcrumb .home::before {
        top: 50% !important;
        left: 50% !important;
        width: 22px !important;
        height: 22px !important;
        transform: translate(-50%, -50%) !important;
    }

    .breadcrumb .home::after {
        display: none !important;
    }

    .breadcrumb ul {
        flex: 0 0 auto;
        width: auto !important;
        min-width: max-content;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: visible;
    }

    .breadcrumb ul li,
    .breadcrumb-core ul li,
    .title-jump li {
        width: auto !important;
    }

    .breadcrumb ul li a,
    .breadcrumb-core ul li a,
    .title-jump a,
    .ndfeb-anchor-link {
        min-width: max-content;
        padding: 10px 14px !important;
        border-radius: 999px;
        background: #f5f8f7;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .breadcrumb ul li:after {
        display: none !important;
    }

    .news-main,
    .news-article-main,
    .tesecp,
    .cqj-box,
    .ndfeb-page,
    .smco-page,
    .service-page,
    .page-contact {
        padding-top: 88px !important;
    }

    .tesecp .featured-section-list {
        display: block !important;
    }

    .tesecp .featured-block,
    .tesecp .featured-block:nth-child(even) {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        width: 100% !important;
        gap: 18px !important;
        padding: 28px 0 !important;
        border-radius: 0 !important;
    }

    .tesecp .featured-block-copy,
    .tesecp .featured-block-visual,
    .tesecp .featured-ring,
    .tesecp .featured-block:nth-child(even) .featured-block-copy,
    .tesecp .featured-block:nth-child(even) .featured-block-visual {
        order: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tesecp .featured-ring {
        height: auto !important;
        min-height: clamp(260px, 72vw, 430px);
        padding-bottom: 0px !important;
        overflow: visible !important;
    }

    .tesecp .featured-ring .ring-swiper {
        width: 100% !important;
        height: clamp(240px, 66vw, 380px) !important;
        overflow: hidden;
        border-radius: 20px;
    }

    .tesecp .featured-ring .swiper-slide,
    .tesecp .featured-ring .ring-swiper .dxyy {
        height: 100% !important;
    }

    .tesecp .featured-ring .ring-swiper img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 20px !important;
    }

    .tesecp .featured-ring .ring-swiper .dxyy::after {
        border-radius: 20px !important;
    }

    .cqj-box .top-ul {
        display: block !important;
        height: auto !important;
        margin-bottom: 16px !important;
    }

    .cqj-box .top-ul li,
    .cqj-box .top-ul .li-1,
    .cqj-box .top-ul .li-2 {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 16px !important;
    }

    .cqj-box .cont1560 > .top-ul:nth-of-type(2) .li-1 {
        margin: 0 0 16px !important;
    }

    .cqj-box .top-ul li:last-child {
        margin-bottom: 0 !important;
    }

    .cqj-box .top-ul li a {
        height: clamp(220px, 62vw, 360px) !important;
    }

    .news-main .news-featured-card,
    .news-main .news-grid,
    .article-more-item,
    .history_layout,
    .history_section .history_content .list_wrap .list .inner {
        grid-template-columns: 1fr !important;
    }

    .history_nav {
        position: sticky !important;
        top: calc(64px + env(safe-area-inset-top, 0px)) !important;
        z-index: 60;
        width: 100% !important;
        flex-basis: auto !important;
        margin: 0 0 22px !important;
        padding: 8px 0 10px !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
        box-shadow: 0 8px 18px rgba(16, 35, 31, 0.08);
        overflow: visible !important;
    }

    body.history-nav-fixed .history_layout {
        padding-top: var(--history-mobile-nav-height, 72px);
    }

    body.history-nav-fixed .history_nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 8px var(--m-pad) 10px !important;
        z-index: 999998;
    }

    .history_section .history_content .list_wrap .list .inner {
        padding: 20px 0 0px;
    }

    .area-boxx {
        padding: 0;
    }

    .history_anchor_target,
    .history_stage_target {
        scroll-margin-top: 132px !important;
    }

    .history_nav::before,
    .history_nav::after {
        display: none !important;
    }

    .history_nav_list {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        width: 100%;
        margin: 0 !important;
        padding: 6px 0 8px !important;
        overflow-x: auto;
        overflow-y: hidden;
        list-style: none;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .history_nav_list::-webkit-scrollbar {
        display: none;
    }

    .history_nav_list li {
        flex: 0 0 auto;
    }

    .history_nav_list li + li {
        margin-top: 0 !important;
    }

    .history_nav_link {
        white-space: nowrap;
    }

    .article-share {
        position: static !important;
        order: 2;
    }

    .article-content {
        order: 1;
    }

    .article-body,
    .article-summary,
    .detail-body {
        font-size: 15px !important;
        line-height: 1.9 !important;
    }

    .article-body table,
    .detail-body table,
    .smco-table,
    .ndfeb-table,
    table {
        display: block;
        width: 100% !important;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .product-drawer {
        width: 100vw !important;
        padding: 84px 18px 28px !important;
    }

    .product-drawer-media img {
        aspect-ratio: 1 / 1;
    }

    .process-stage-map,
    .process-stage-preview {
        display: none !important;
    }

    .process-stage-mobile {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    /* Footer */
    .footer {
        padding-top: 44px;
    }

    .footer::after {
        display: none;
    }

    .footer_flex {
        align-items: flex-start !important;
    }

    .footer-logo {
        margin-bottom: 18px;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer .sitemap {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        width: 100%;
        padding: 0;
    }

    .footer .sitemap > li > a {
        display: block;
        margin-bottom: 8px;
        font-size: 15px;
        color: #fff;
    }

    .footer .sitemap > li > ul > li > a {
        font-size: 13px;
        line-height: 1.8;
    }

    .footer-2 .inner1400 {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .footer-2 p,
    .footer-2 .right {
        width: 100%;
        font-size: 12px;
        line-height: 1.7;
    }

    .footer-go-top {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
    }

    .home-news .flex.h100 .topic {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        padding-top: 20px;
    }

    .home-news .swiper {
        padding: 0;
    }

    .home-news .swiper-button-next, .home-news .swiper-button-prev {
        display: none !important;
    }
    .home-news .swiper-button-prev {
        left: 0;
        right: auto;
    }
    .Swiper-news .swiper-slide a .content .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    }
    .Swiper-news .swiper-slide a {
        padding: 20px;
    }
    .Swiper-news .swiper-slide a .content .image img {
        height: auto;
    }
    .Swiper-news .swiper-slide a .content .contentBox .title {
        font-size: 17px;
    }
    .Swiper-news .swiper-slide a .intro {
    font-size: 15px;
    color: #4F4F4F;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 48px;
    }

    .home-news .home-news-right {
        display: none;
    }

    .footer {
        display: none !important;
    }
    .footer-2 {
        padding: 10px 0px;
    }
    .home-news .flex.h100 {
        height: auto;
    }
    #header.open .header-lang .lang-open-btn {
        background: none;
    }
    .nyban-txt {
        width: 90vw;
    }
    .nyban-txt h1 {
        font-size: 24px !important;
    }
    .nyban-txt p {
        font-size: 32px !important;
    }

    .expo-page.company-news-page .expo-banner-copy {
        width: 90vw;
    }

    .expo-page.company-news-page .expo-banner-copy h1 {
        font-size: 24px;
    }

    .expo-page.company-news-page .expo-banner-copy p {
        font-size: 32px;
    }

    .impact-grid {
        padding: 0 !important;
    }
    .about-info-3 .flex {
        gap: 0px !important;
        display: block !important;
    }

    .about-info-3 .right {
        width: 45%;
        margin-left: 0;
        margin-top: 25px;
    }
    .about-info-3 .main_title {
        margin-bottom: 20px;
    }
    
    .about-info-4 .tab-content-2 {
        margin-top: 20px;
        background: none;
        padding-bottom: 0;
    }
    .about-info-4 .tab-content .content-text p br {
        display: none;
    }

    .about-info-4 .tab-content-2 .content-img .in-map {
        display: none;
    }
    .w-duan {
        display: block !important;
    }
    .about-info-4 .cont1560 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main_about_box_b p.desc {
        font-size: 18px;
    }
    .main_about_box_b .timeline-container {
        width: 100%;
    }
    .main_about_box_b .process-stage-card img {
        height: auto;
    }
    .main_about_box_c .flex {
        display: block;
    }
    .main_about_box_c .left {
        width: 100%;
        margin-right: 0;
    }
    .main_about_box_c .right {
        width: 100%;
    }
    .main_about_box_c ul {
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .quality-2 ul {
        margin-top: 30px;
        display: flex;
        height: auto;
        flex-wrap: wrap;
        margin-right: -2%;
    }
    .quality-2 ul li {
        width: 48%;
        margin-right: 2%;
        height: 250px;
        position: relative;
        margin-bottom: 20px;
    }
    .quality-2 ul li .text {
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    right: 10px;
    }

    .quality-3 .flex {
        display: block;
    }
    .quality-3 .left {
        width: 100%;
    }
    .quality-3 .left .img, .quality-3 .left img {
        height: 250px;
    }
    .quality-3 .right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .honor--box {
        padding-top: 50px;
    }
    .honor--box .honor-title {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .honor--box .honor-title p {
        width: 100%;
    }
    .honor--box .flex {
        display: block;
    }
    .honor--box .GB {
        width: 100%;
    }
    .honor--box .GB .gb-card {
        margin-bottom: 20px;
    }
    .three-col {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .esg .topRow .bg .msg h2 {
        margin-top: 90px;
        font-size: 30px;
    }
    .esg .topRow .bg .msg p {
        font-size: 18px;
        line-height: 1.8;
        text-align: justify;
    }
    .esg .topRow .bg .msg p br {
        display: none;
    }
    .esg .r1 .top h2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 30px;
        padding: 0 5%;
        line-height: 1.5;
    }
    .esg .r1 .top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .esg .r1 .stickyContent .inner .part .group .col>h3 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .inner .part .group .col {
        padding: 30px;
    }
    .esg .r1 .stickyContent .inner .part .group .col>h3 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .inner .part-2 .group .col .msg p {
        color: #333;
        margin-bottom: 20px;
    }
    .esg .footer-2 {
        padding: 10px 0px;
        z-index: 999;
        position: relative;
        margin-top: -10px;
    }
    .card-container {
        margin-top: 42px;
        padding: 0 var(--m-pad);
    }

    .card-container .cont1560 {
        width: 100%;
        padding: 0;
    }

    .card-container .progress-bar {
        display: none;
    }

    .sticky-card {
        position: relative !important;
        top: auto !important;
        display: block;
        height: auto !important;
        min-height: 0;
        margin: 0 0 24px;
        padding: 0;
        overflow: visible;
    }

    .sticky-card:last-child {
        margin-bottom: 0;
    }

    .card-content {
        display: flex;
        flex-direction: column;
        height: auto !important;
        min-height: 0;
        border-radius: 18px;
        overflow: hidden;
    }

    .image-section {
        width: 100%;
        height: 220px;
        min-height: 0;
    }

    .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text-section {
        padding: 24px 20px 28px;
        display: block;
        height: auto;
    }

    .card-container .main-title {
        font-size: 28px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .sub-title {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 22px;
    }

    .feature-list {
        margin-bottom: 20px;
    }

    .feature-list li {
        padding-left: 18px;
        padding-bottom: 12px;
        margin-bottom: 14px;
        font-size: 15px;
    }

    .feature-list li b {
        font-size: 16px;
    }

    .feature-list li p {
        font-size: 14px;
        line-height: 1.7;
    }

    .feature-list li::before {
        top: 11px;
    }

    .highlight-box {
        padding: 16px 18px;
        border-radius: 0 10px 10px 0;
    }

    .highlight-text {
        font-size: 16px;
    }

    .card-number {
        top: 14px;
        right: 18px;
        font-size: 64px;
    }

    #advantage2 .image-section {
        height: auto;
        padding: 12px;
    }

    #advantage2 .material-rd-visual {
        aspect-ratio: auto;
        height: auto;
        max-height: none;
        border-radius: 14px;
    }

    #advantage2 .material-rd-head {
        padding: 14px 12px 12px;
    }

    #advantage2 .material-rd-head strong {
        font-size: 18px;
        line-height: 1.3;
    }

    #advantage2 .material-rd-list {
        gap: 8px;
        padding: 10px;
    }

    #advantage2 .material-rd-item {
        grid-template-columns: 26px minmax(0, 1fr) minmax(74px, 25%);
        gap: 6px;
        padding: 8px;
    }

    #advantage2 .material-rd-num {
        width: 22px;
        height: 22px;
        font-size: 15px;
    }

    #advantage2 .material-rd-copy b {
        font-size: 14px;
        white-space: normal;
    }

    #advantage2 .material-rd-graphic {
        min-height: 46px;
    }

    .right-panel {
        height: 100%;
        width: 100%;
        top: 30px;
    }
    .core-tese2 {
        background: #F0F3F8;
        padding: 50px 0px 30px;
    }
    .core-consistency-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .core-tese3 {
        padding: 30px 0px 0px;
    }
    .core-dingzhi .text {
        backdrop-filter: blur(10px);
        background-color: hsla(0, 0%, 100%, .1);
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 20px;
        color: #fff;
        padding: 30px 30px 30px;
        pointer-events: all;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        font-size: 17px;
    }
    .core-dingzhi#advantage6 .text {
        left: 50%;
    }
    .nybanner .nyban-img-m {
        background-position: 48%;
    }
    .nybanner-cp .nyban-txt p {
        font-size: 21px !important;
        text-align: justify;
        line-height: 1.6;
    }
    .nybanner-cp .nyban-txt p br {
        display: none;
    }
    .nybanner-cp .nyban-txt h1 {
        font-size: 34px !important;
    }
    .ndfeb-page {
        padding-top: 0px !important;
    }
    .ndfeb-grade-tabs {width: 100%;}
    .ndfeb-grade-tabs button {font-size: 15px;} 

    .NdFeB-box .ndfeb-table-wrap::before {
        content: "向右滑动查看 →";
        position: sticky;
        left: 0;
        z-index: 2;
        display: block;
        padding: 10px 14px 8px;
        border-bottom: 1px solid rgba(0, 87, 72, 0.12);
        background: #fff;
        color: #005748;
        font-size: 13px;
        line-height: 1.4;
        text-align: right;
        letter-spacing: 0.04em;
    }

    .shangu-box .smco-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .shangu-box .smco-table-toggle-wrap.is-collapsed {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .shangu-box .smco-table {
        display: table !important;
        width: 100% !important;
        min-width: 980px;
        max-width: none;
        overflow: visible;
        white-space: normal;
    }

    .shangu-box .smco-screen-primary-table-wrap {
        width: 100%;
        max-width: 100%;
    }

    .shangu-box .smco-screen-primary-table-wrap::before {
        content: none;
        display: none;
    }

    .shangu-box .smco-screen-primary-table-wrap .smco-table {
        min-width: 0 !important;
        table-layout: fixed;
    }

    .shangu-box .smco-screen-primary-table-wrap .smco-table th,
    .shangu-box .smco-screen-primary-table-wrap .smco-table td {
        padding: 8px 4px;
        font-size: 11px;
        line-height: 1.25;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .shangu-box .smco-screen-primary-table-wrap .smco-table thead tr:first-child th {
        font-size: 11px;
    }

    .shangu-box .smco-screen-primary-table-wrap .smco-table .material-cell {
        min-width: 0;
        font-size: 12px;
    }

    .shangu-box .smco-screen-primary-table-wrap .smco-table .grade-cell {
        font-size: 11px;
    }

    .button-two.button-two-smCo {
        gap: 10px;
    }

    .button-two.button-two-smCo .download {
        margin-left: 0;
    }

    @media (max-width: 480px) {
        .shangu-box .smco-screen-primary-table-wrap .smco-table th,
        .shangu-box .smco-screen-primary-table-wrap .smco-table td {
            padding: 6px 2px;
            font-size: 10px;
            line-height: 1.18;
        }

        .shangu-box .smco-screen-primary-table-wrap .smco-table thead tr:first-child th,
        .shangu-box .smco-screen-primary-table-wrap .smco-table .grade-cell {
            font-size: 10px;
        }

        .shangu-box .smco-screen-primary-table-wrap .smco-table .material-cell {
            font-size: 10px;
        }

        .button-two.button-two-smCo {
            flex-direction: column;
            align-items: stretch;
        }

        .button-two.button-two-smCo .smco-toggle-actions,
        .button-two.button-two-smCo .smco-toggle-btn,
        .button-two.button-two-smCo .download {
            width: 100%;
            min-width: 0;
        }
    }

    .shangu-box .smco-screen-properties-table {
        min-width: 760px !important;
    }

    .shangu-box .smco-table-wrap::before {
        content: "Swipe right to view →";
        position: sticky;
        left: 0;
        z-index: 2;
        display: block;
        padding: 10px 14px 8px;
        border-bottom: 1px solid rgba(0, 87, 72, 0.12);
        background: #fff;
        color: #005748;
        font-size: 13px;
        line-height: 1.4;
        text-align: right;
        letter-spacing: 0.04em;
    }

    .shangu-box {
        padding: 0;
    }
    .smco-page {
        padding-top: 30px !important;
    }
    .app-box ul li .text::before {
        bottom: 7px;
    }

    .tesecp {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .company-box .liarea .item-content {
        display: flex;
        flex-direction: column;
    }
    .company-box .liarea {
        padding-top: 0;
    }

    .company-box .liarea + .liarea {
        padding-top: 50px;
    }

    .company-box .liarea .item-content .L {
        order: 2;
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    .company-box .liarea .company-pic {
        order: 1;
        width: 100%;
        margin-left: 0;
        margin-bottom: 22px;
        height: 350px;
    }
    .company-box .liarea .main-title {
        display: block;
    }
    .company-box .liarea .ico {
        height: 50px;
        width: 50px;
    }

    .company-box .liarea .item-content .shoufengqin {
        min-height: 0 !important;
        gap: 0 !important;
    }

    .company-box .liarea .item-content .shoufengqin li,
    .company-box .liarea .item-content .shoufengqin li:first-child,
    .company-box .liarea .item-content .shoufengqin li:hover,
    .company-box .liarea .item-content .shoufengqin li.is-active,
    .company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active),
    .company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) {
        cursor: default !important;
        border-color: #c2dcd5 !important;
        transition: none !important;
    }

    .company-box .liarea .item-content .shoufengqin li h3,
    .company-box .liarea .item-content .shoufengqin li:first-child h3,
    .company-box .liarea .item-content .shoufengqin li.is-active h3,
    .company-box .liarea .item-content .shoufengqin li:hover h3,
    .company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) h3,
    .company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) h3 {
        color: #333 !important;
        transition: none !important;
    }

    .company-box .liarea .item-content .shoufengqin li h3::before,
    .company-box .liarea .item-content .shoufengqin li:first-child h3::before,
    .company-box .liarea .item-content .shoufengqin li.is-active h3::before,
    .company-box .liarea .item-content .shoufengqin li:hover h3::before,
    .company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) h3::before,
    .company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) h3::before {
        background: rgba(0, 87, 72, 0.28) !important;
        transform: translateY(-50%) scale(0.9) !important;
        transition: none !important;
    }

    .company-box .liarea .item-content .shoufengqin p,
    .company-box .liarea .item-content .shoufengqin li:first-child p,
    .company-box .liarea .item-content .shoufengqin li.is-active p,
    .company-box .liarea .item-content .shoufengqin li:hover p,
    .company-box .liarea .item-content .shoufengqin.has-active li:first-child:not(.is-active) p,
    .company-box .liarea .item-content .shoufengqin:has(li:hover) li:first-child:not(:hover) p {
        max-height: none !important;
        margin-top: 10px !important;
        opacity: 1 !important;
        overflow: visible !important;
        transition: none !important;
    }

    .service-page {
        padding-top: 0 !important;
    }
    .service-page .title-jump ul {
        max-width: 100%;
    }
    .service-page .breadcrumb .cont1560 {
        display: block !important;
    }
    .service-page .breadcrumb-core.title-jump ul li {
        width: 50% !important;
    }
    .service-page .breadcrumb.title-jump ul li a {
        height: 64px;
        line-height: 64px !important;
        font-size: 18px !important;
        padding: 0px !important;
    }
    .biaoci-main .simulation-showcase {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .biaoci-main .simulation-showcase__inner {
        width: 90%;
        padding: 26px 0 30px;
        margin: 0 auto;
    }
    .biaoci-main .simulation-showcase__title {
        font-size: 32px;
    }
    .biaoci-main .main-title {
        font-size: 32px;
    }
    .service-page .flex {
        flex-direction: row !important;
    }
    .service-page .cibiao-jisuan > div:first-child .glass-panel:first-child .biaci-h2 svg,
    .service-page .cibiao-jisuan > div:first-child .glass-panel:nth-child(2) .biaci-h2 svg {
        display: none !important;
    }
    .service-page .flex.gap-2 {
        gap: 5px !important;
    }
    .contact-1 .text-section {
        padding: 0px 20px 0px;
    }
    .contact-1 .address-box {
        padding: 0;
    }
    .contact-form {
        padding: 0 0 50px;
    }
    body.page-contact {
        padding-top: 0 !important;
    }
    .page-contact .nybanner {
        margin-top: 0 !important;
    }
    .contact-card {
        border-radius: 0 !important;
        padding: 0 5% 15px;
    }
    .page-contact .contact-card-wechat .contact-social-head {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) 150px;
        align-items: center !important;
        column-gap: 12px !important;
        row-gap: 12px !important;
        margin-bottom: 0 !important;
    }
    .page-contact .contact-card-wechat .contact-social-head h3:nth-of-type(1) {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
    }
    .page-contact .contact-card-wechat .wechat-trigger-wrap {
        display: contents !important;
    }
    .page-contact .contact-card-wechat .contact-social-icon--wechat {
        display: inline-flex !important;
        grid-column: 1;
        grid-row: 1;
    }
    .page-contact .contact-card-wechat .code {
        position: static !important;
        grid-column: 3;
        grid-row: 1;
        width: 150px !important;
        padding: 10px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }
    .page-contact .contact-card-wechat .code::after {
        display: none !important;
    }
    .page-contact .contact-card-wechat .contact-social-icon--linkedin {
        grid-column: 1;
        grid-row: 2;
        width: 44px !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .page-contact .contact-card-wechat .contact-social-head h3:nth-of-type(2) {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }
    .contact-form .form-title {
        margin-top: 0;
    }
    .contact-1 .fill-text#line1 {
        line-height: 1.5;
    }
    .news-article-main {
        padding-top: 40px !important;
    }
    .article-breadcrumb {
        margin-bottom: 24px;
        font-size: 14px;
    }
    .vision-page .vision-mission-stage {
        min-height: 100vh;
    }
    .vision-page .vision-mission-intro {
        font-size: 17px;
    }
    .vision-page .vision-mission-lead {
        margin: 0 0 15px;
        font-size: 26px;
        line-height: 1.6;
        color: #fff;
    }
    .vision-page .vision-mission-title, .vision-page .vision-mission-stage-2 .vision-mission-title {
        font-size: 32px;
    }

}

@media (max-width: 768px) {
    :root {
        --m-pad: 16px;
    }

    .main_title,
    .content-section-title,
    .topic h2 {
        font-size: 30px !important;
    }

    #header .logo a,
    #header.top-fixed .logo a,
    #header.open .logo a,
    body.m-nav-open #header .logo a {
        width: 142px !important;
    }

    .header-lang .lang-open-btn strong {
        display: inline !important;
    }

    #gnb.total-menu > ul > li .gnb-2dep .menu-list {
        grid-template-columns: 1fr;
    }

    .c-hero-home_grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .c-hero-home_col:nth-child(2),
    .c-hero-home_image-container.-small {
        display: none !important;
    }

    .row3 .left-ul-bottom,
    .row3 .bottom-flex,
    .footer .sitemap {
        grid-template-columns: 1fr !important;
    }

    .main_about_box_b .process-stage-mobile,
    .process-stage-mobile {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .row3 .left-ul a,
    .row3 .right-ul a,
    .row3 .li-5 a,
    .row3 .li-6 a {
        min-height: 170px;
    }

    .cp-swiper .swiper-slide a {
        min-height: 280px;
    }

    .row4 {
        --row4-img-h: 230px;
    }

    .row4 .content-title,
    .featured-block-copy h3,
    .featured-hero-copy h2,
    .article-more-title,
    .product-drawer-title {
        font-size: clamp(24px, 8vw, 34px) !important;
    }

    .about-info-4 .tab-content-2 .content-img {
        height: 300px !important;
    }

    .tab-content-2 .in-map .pin .dotlist_01 {
        width: 8px !important;
        height: 8px !important;
    }

    .tab-content-2 .in-map .pin-label {
        transform: translateY(-100%) scale(0.9) !important;
        transform-origin: left bottom;
    }

    .article-footer-nav,
    .article-footer-link,
    .article-footer-back {
        display: block !important;
        width: 100%;
    }

    #advantage2 .rd-graphic-boundary {
        width: 100%;
        max-width: 74px;
        height: 52px;
        margin: 0;
        justify-self: end;
        overflow: hidden;
    }

    #advantage2 .rd-graphic-boundary img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    :root {
        --m-pad: 14px;
    }

    body {
        font-size: 14px;
    }

    .row1,
    .row2,
    .row3,
    .home-news,
    .about-info,
    .about-info-3,
    .about-info-4,
    .section-impact,
    .main_about_box_b,
    .main_about_box_c,
    .production-3,
    .quality-2,
    .quality-3,
    .vision-s1 {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .quality-3 {
        padding-bottom: 0px !important;
    }

    .about-info-4 {
        padding-bottom: 0 !important;
    }

    .about-info-3 {
        padding-bottom: 0px !important;
    }

    .section-impact {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
        height: auto;
        display: block;
    }

    .about-info-4 .tab-content .content-text p {
    font-size: 20px;
    line-height: 1.8;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
    padding-left: var(--m-pad) !important;
    padding-right: var(--m-pad) !important;
    color: #333;
}

.about-info-4 .tab-content-2::before,
.about-info-4 .tab-content-2::after {
    display: none;
}

.about-info-4 .tab-content-2 .content-section-title {
    color: #175748;
}



    .row2 {
        padding-bottom: 0 !important;
    }

    .row2 .cp-swiper {
        padding: 0;
    }

    .quote__text {
        font-size: 30px !important;
    }

    .vision-page .vision-new {
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
    }

    .vision-page .vision-mission-stage,
    .vision-page .vision-mission-stage-last {
        position: relative !important;
        top: auto !important;
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 42px var(--m-pad) !important;
    }

    .vision-page .vision-mission-stage + .vision-mission-stage {
        margin-top: 0 !important;
    }

    .vision-page .vision-new .pa-mid {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        display: block !important;
    }

    .vision-page .vision-new .pa-mid .patop,
    .vision-page .vision-new .vision-mission-stage-2 .pa-mid .patop,
    .vision-page .vision-new .vision-mission-stage-last .pa-mid .patop {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
    }

    .vision-page .vision-mission-title,
    .vision-page .vision-mission-stage-2 .vision-mission-title {
        margin-bottom: 20px !important;
    }

    .vision-page .vision-mission-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-top: 24px !important;
    }

    .vision-page .footer {
        margin-top: 0 !important;
    }

    .about-info-4 .tab-content-2 .content-img {
        display: none;
    }

    .tab-content-2 .network-runners {
        display: none;
    }

    .tab-content-2 .in-map .pin-label {
        font-size: 10px !important;
        padding: 3px 7px !important;
    }

    .news-main .news-featured-card,
    .news-main .news-card-content,
    .featured-hero-copy,
    .featured-hero-visual,
    .featured-block,
    .smco-section,
    .article-summary {
        padding: 16px !important;
    }

    .footer .sitemap > li > ul {
        display: none;
    }

}
