@charset "UTF-8";

body.company4-sizl {
    background:
        radial-gradient(circle at 8% 8%, rgba(221, 194, 254, 0.18), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(192, 132, 252, 0.16), transparent 24%),
        linear-gradient(180deg, #f9f7ff 0%, #ffffff 28%, #fbf9ff 100%);
    color: #141b2d;
    overflow-x: clip;
}

body.company4-sizl #wrap {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

body.company4-sizl #wrap::before,
body.company4-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.company4-sizl #wrap::before {
    left: -18rem;
    top: 16rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(221, 194, 254, 0.28), rgba(221, 194, 254, 0) 72%);
}

body.company4-sizl #wrap::after {
    right: -18rem;
    top: 62rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(192, 132, 252, 0.2), rgba(192, 132, 252, 0) 72%);
}

body.company4-sizl .quick_menu {
    right: 2rem;
}

body.company4-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.company4-sizl .header.scroll,
body.company4-sizl .header:hover,
body.company4-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.company4-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.company4-sizl .header .menu > li > a,
body.company4-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.company4-sizl .header .menu > li:hover > a,
body.company4-sizl .header .menu > li.is-open > a,
body.company4-sizl .header .menu > li.current > a {
    color: #971bfd;
}

body.company4-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.company4-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.company4-sizl .header .submenu li > a {
    color: #2a2440;
}

body.company4-sizl .header .submenu li > a:hover,
body.company4-sizl .header .submenu li > a:focus-visible,
body.company4-sizl .header .submenu li > a.current {
    color: #971bfd;
    background: rgba(151, 27, 253, 0.06);
}

body.company4-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.company4-sizl .header .m_menu span {
    background: #2a2440;
}

body.company4-sizl #subVisual {
    margin-top: 9.6rem;
    min-height: 25.5rem;
    height: auto;
    padding-bottom: 5.4rem;
    background: transparent;
    position: relative;
    overflow: visible;
}

body.company4-sizl #subVisual::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    background:
        radial-gradient(circle at 18% 18%, rgba(216, 180, 254, 0.26), transparent 16%),
        radial-gradient(circle at 84% 22%, rgba(216, 180, 254, 0.22), transparent 18%),
        linear-gradient(135deg, #11081f 0%, #26103f 55%, #6b32c1 100%);
    box-shadow: 0 2.4rem 5rem rgba(78, 24, 136, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company4-sizl #subVisual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.4rem;
    bottom: 2.4rem;
    width: min(1440px, calc(100% - 4.8rem));
    border-radius: 3.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

body.company4-sizl #subVisual .inner {
    width: min(1440px, calc(100% - 4.8rem));
    height: 100%;
    padding-top: 6.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

body.company4-sizl #subVisual h2 {
    margin: 0;
    line-height: 1.06;
    text-align: center;
    color: #ffffff;
    font-size: clamp(4.8rem, 5vw, 7rem);
    letter-spacing: -0.05em;
}

body.company4-sizl #subVisual h2::before {
    content: "Company";
    display: block;
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(216, 180, 254, 0.94);
}

body.company4-sizl .sub_page {
    margin-top: 6.8rem;
    margin-bottom: 6.8rem;
    position: relative;
    z-index: 1;
}

body.company4-sizl .sub_page .inner {
    max-width: 1440px;
    padding: 0;
}

body.company4-sizl #container.sub_page.company > #content {
    margin-top: -2.2rem;
}

body.company4-sizl .company_fourth_con.status {
    background: none;
}

body.company4-sizl .company_fourth_con.status .inner {
    width: min(1440px, calc(100% - 4.8rem));
    margin: 0 auto;
}

body.company4-sizl .status_intro {
    max-width: 96rem;
    margin: 0 0 3.6rem;
}

body.company4-sizl .status_intro h3 {
    margin: 0;
    font-size: 5.6rem;
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #141b2d;
}

body.company4-sizl .status_intro h3::before {
    content: "Certifications";
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7d2dbf;
}

body.company4-sizl .status_section + .status_section {
    margin-top: 6rem;
}

body.company4-sizl .status_section {
    position: relative;
    padding: 3.8rem 3.8rem 4rem;
    border: 1px solid transparent;
    border-radius: 3.2rem;
    background:
        radial-gradient(circle at 92% 12%, rgba(216, 180, 254, 0.18), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 244, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(229, 212, 252, 0.88) 0%, rgba(192, 132, 252, 0.55) 100%) border-box;
    box-shadow: 0 2.2rem 4.8rem rgba(125, 45, 191, 0.08);
    overflow: hidden;
}

body.company4-sizl .status_section::after {
    content: none;
}

body.company4-sizl .section_head {
    margin-bottom: 3rem;
}

body.company4-sizl .section_title {
    width: auto;
    height: auto;
    margin: 0 0 1rem;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-align: left;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.15;
    color: #1d1732;
}

body.company4-sizl .section_desc {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
    line-height: 1.65;
    font-size: 1.8rem;
    font-weight: 600;
    color: #6a748b;
}

body.company4-sizl .patent-list,
body.company4-sizl .certificate-list {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static;
}

body.company4-sizl .patent-list li,
body.company4-sizl .certificate-list li {
    width: auto;
    display: block;
}

body.company4-sizl .status_card {
    position: relative;
    aspect-ratio: 399 / 500;
    padding: 1.6rem;
    border: 1px solid transparent;
    border-radius: 2.8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 244, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(229, 212, 252, 0.88) 0%, rgba(192, 132, 252, 0.55) 100%) border-box;
    box-shadow: 0 2rem 4rem rgba(125, 45, 191, 0.08);
    overflow: hidden;
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

body.company4-sizl .status_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.5s ease;
    transform: translateX(0);
}

body.company4-sizl .status_card:hover,
body.company4-sizl .status_card:focus-within {
    transform: translateY(-0.6rem);
    box-shadow: 0 2.6rem 4.8rem rgba(125, 45, 191, 0.12);
}

body.company4-sizl .status_card:hover::before,
body.company4-sizl .status_card:focus-within::before {
    opacity: 1;
    transform: translateX(320%);
}

body.company4-sizl .status_card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 2rem;
}

@media all and (max-width:1400px) {
    body.company4-sizl #subVisual {
        margin-top: 8rem;
        min-height: 23.4rem;
        padding-bottom: 4.7rem;
    }

    body.company4-sizl #subVisual::before,
    body.company4-sizl #subVisual::after {
        width: calc(100% - 8rem);
    }

    body.company4-sizl #subVisual .inner {
        width: calc(100% - 8rem);
        padding-top: 5.4rem;
    }

    body.company4-sizl .sub_page {
        margin-top: 6.4rem;
        margin-bottom: 6.4rem;
    }

    body.company4-sizl .sub_page .inner,
    body.company4-sizl .company_fourth_con.status .inner {
        width: calc(100% - 8rem);
    }

    body.company4-sizl #container.sub_page.company > #content {
        margin-top: -2rem;
    }

    body.company4-sizl .status_intro {
        max-width: none;
        margin-bottom: 3rem;
    }

    body.company4-sizl .status_intro h3 {
        font-size: 4.8rem;
    }

    body.company4-sizl .section_title {
        font-size: 3rem;
    }

    body.company4-sizl .section_desc {
        font-size: 1.65rem;
    }

    body.company4-sizl .status_section {
        padding: 3rem;
        border-radius: 2.8rem;
    }

    body.company4-sizl .patent-list,
    body.company4-sizl .certificate-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.2rem;
    }
}

@media all and (max-width:480px) {
    body.company4-sizl #subVisual {
        min-height: 20.4rem;
        padding-bottom: 3.4rem;
    }

    body.company4-sizl #subVisual::before {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company4-sizl #subVisual::after {
        top: 1.6rem;
        bottom: 1.6rem;
        width: calc(100% - 4rem);
        border-radius: 2.6rem;
    }

    body.company4-sizl #subVisual .inner {
        width: calc(100% - 4rem);
        padding-top: 4.4rem;
    }

    body.company4-sizl #subVisual h2 {
        font-size: 4.4rem;
    }

    body.company4-sizl #subVisual h2::before {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    body.company4-sizl .sub_page {
        margin-top: 4.8rem;
        margin-bottom: 5.4rem;
    }

    body.company4-sizl .sub_page .inner,
    body.company4-sizl .company_fourth_con.status .inner {
        width: calc(100% - 4rem);
    }

    body.company4-sizl #container.sub_page.company > #content {
        margin-top: -1.4rem;
    }

    body.company4-sizl .status_intro {
        margin-bottom: 2.2rem;
    }

    body.company4-sizl .status_intro h3 {
        font-size: 3.6rem;
        margin-bottom: 0;
    }

    body.company4-sizl .status_intro h3::before {
        margin-bottom: 0.8rem;
        font-size: 1.3rem;
    }

    body.company4-sizl .status_section + .status_section {
        margin-top: 4.2rem;
    }

    body.company4-sizl .status_section {
        padding: 2rem 1.6rem 2.2rem;
        border-radius: 2.4rem;
    }

    body.company4-sizl .status_section::after {
        inset: 1rem;
        border-radius: 1.8rem;
    }

    body.company4-sizl .section_head {
        margin-bottom: 2rem;
    }

    body.company4-sizl .section_title {
        width: auto;
        font-size: 2.4rem;
        margin-bottom: 0.8rem;
    }

    body.company4-sizl .section_desc {
        font-size: 1.45rem;
        line-height: 1.65;
    }

    body.company4-sizl .patent-list,
    body.company4-sizl .certificate-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.4rem;
    }

    body.company4-sizl .status_card {
        padding: 1rem;
        border-radius: 2rem;
    }

    body.company4-sizl .status_card img {
        border-radius: 1.4rem;
    }

    body.company4-sizl .quick_menu {
        position: fixed;
        top: auto;
        right: 2rem;
        bottom: 9%;
        z-index: 10000;
        transform: none;
        transform-origin: center;
        align-items: stretch;
    }

    body.company4-sizl .quick_menu a {
        width: 16rem;
        height: 4.5rem;
        padding: 0 1.5rem;
        font-size: 1.6rem;
        border-radius: 5rem;
        margin-bottom: 1rem;
        box-shadow: 0 1.2rem 2.6rem rgba(85, 17, 149, 0.24);
    }

    body.company4-sizl .quick_menu a span img {
        width: 70%;
        height: auto;
    }
}
