@charset "UTF-8";

body.company5-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.company5-sizl #wrap {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

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

body.company5-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.company5-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.company5-sizl .quick_menu {
    right: 2rem;
}

body.company5-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.company5-sizl .header.scroll,
body.company5-sizl .header:hover,
body.company5-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.company5-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.company5-sizl .header .menu > li > a,
body.company5-sizl .header .menu > li > a span {
    color: #1c1730;
}

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

body.company5-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.company5-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

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

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

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

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

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

body.company5-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.company5-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.company5-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.company5-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.company5-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.company5-sizl .sub_page {
    margin-top: 6.8rem;
    margin-bottom: 6.8rem;
    position: relative;
    z-index: 1;
}

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

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

body.company5-sizl .company_fifth_con.location {
    background: none;
}

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

body.company5-sizl .location_intro {
    margin-bottom: 4rem;
}

body.company5-sizl .location_intro .eyebrow {
    width: auto;
    height: auto;
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7d2dbf;
    line-height: 1.2;
}

body.company5-sizl .location_intro h3 {
    margin: 0;
    font-size: clamp(4.2rem, 4vw, 5.8rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #141b2d;
}

body.company5-sizl .location_intro .desc {
    width: auto;
    height: auto;
    margin: 2rem 0 0;
    padding: 0;
    border: 0;
    line-height: 1.7;
    font-size: 1.9rem;
    font-weight: 600;
    color: #6a748b;
}

body.company5-sizl .location_panel {
    padding: 3rem;
    border-radius: 3.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(234, 220, 255, 0.96) 0%, rgba(151, 27, 253, 0.24) 100%) border-box;
    border: 1px solid transparent;
    box-shadow: 0 2.2rem 5rem rgba(125, 45, 191, 0.08);
    position: relative;
    overflow: hidden;
}

body.company5-sizl .map_shell {
    position: relative;
    height: clamp(36rem, 42vw, 58rem);
    border-radius: 2.6rem;
    overflow: hidden;
    background: #e7def5;
    box-shadow: 0 2rem 4rem rgba(73, 19, 124, 0.18);
}

body.company5-sizl .map_shell::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
    z-index: 2;
}

body.company5-sizl .company_fifth_con.location .map_shell > .kakao_map {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    min-height: 0;
    display: block;
    flex: none;
    background: #e7def5;
    border-radius: 2.6rem;
    overflow: hidden;
}

body.company5-sizl .company_fifth_con.location .map_shell > .kakao_map > div,
body.company5-sizl .company_fifth_con.location .map_shell > .kakao_map > div > div {
    width: 100% !important;
    height: 100% !important;
}

body.company5-sizl .location_cards {
    margin-top: 2.4rem;
}

body.company5-sizl .location_card {
    padding: 0.2rem;
    border-radius: 2.6rem;
    background: linear-gradient(135deg, rgba(234, 220, 255, 0.98) 0%, rgba(151, 27, 253, 0.3) 100%);
    box-shadow: 0 1.6rem 3rem rgba(125, 45, 191, 0.12);
}

body.company5-sizl .location_card.current {
    background: linear-gradient(135deg, rgba(234, 220, 255, 1) 0%, rgba(151, 27, 253, 0.42) 100%);
}

body.company5-sizl .location_card .card_head,
body.company5-sizl .location_card .location_meta {
    position: relative;
    z-index: 1;
}

body.company5-sizl .location_card > .card_head,
body.company5-sizl .location_card > .location_meta {
    background: #ffffff;
}

body.company5-sizl .location_card > .card_head {
    padding: 3rem 3rem 2.2rem;
    border-radius: 2.4rem 2.4rem 0 0;
}

body.company5-sizl .location_card > .location_meta {
    padding: 0 3rem 3rem;
    border-radius: 0 0 2.4rem 2.4rem;
}

body.company5-sizl .location_card .card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

body.company5-sizl .location_card .office_type {
    width: auto;
    height: auto;
    margin: 0 0 0.8rem;
    padding: 0;
    border: 0;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7d2dbf;
}

body.company5-sizl .location_card h4 {
    margin: 0;
    font-size: 3.4rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: #141b2d;
}

body.company5-sizl .road_link {
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 15.8rem;
    height: 5.4rem;
    padding: 0 2rem;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(135deg, #7d2dbf 0%, #971bfd 100%);
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    box-shadow: 0 1.4rem 2.8rem rgba(125, 45, 191, 0.22);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

body.company5-sizl .road_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -34%;
    width: 34%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    transform: skewX(-22deg) translateX(-220%);
    transition: transform 0.5s ease;
}

body.company5-sizl .road_link:hover,
body.company5-sizl .road_link:focus-visible {
    transform: translateY(-0.2rem);
    box-shadow: 0 1.8rem 3.2rem rgba(125, 45, 191, 0.28);
}

body.company5-sizl .road_link:hover::before,
body.company5-sizl .road_link:focus-visible::before {
    transform: skewX(-22deg) translateX(520%);
}

body.company5-sizl .road_link span,
body.company5-sizl .road_link img {
    position: relative;
    z-index: 1;
}

body.company5-sizl .road_link img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
}

body.company5-sizl .location_meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

body.company5-sizl .location_meta > div {
    min-width: 0;
    padding: 2.4rem 2rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(249, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: inset 0 0 0 1px rgba(237, 230, 249, 0.95);
}

body.company5-sizl .location_meta dt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7d2dbf;
}

body.company5-sizl .location_meta dd {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 600;
    color: #4e5a74;
    word-break: keep-all;
}

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

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

    body.company5-sizl #subVisual .inner,
    body.company5-sizl .company_fifth_con.location .inner {
        width: calc(100% - 8rem);
    }

    body.company5-sizl .sub_page {
        margin-top: 6rem;
    }

    body.company5-sizl .location_intro {
        margin-bottom: 3.2rem;
    }

    body.company5-sizl .location_intro h3 {
        font-size: 4.8rem;
    }

    body.company5-sizl .location_intro .desc {
        font-size: 1.75rem;
    }

    body.company5-sizl .location_panel {
        padding: 2.4rem;
    }

    body.company5-sizl .map_shell {
        height: clamp(32rem, 42vw, 48rem);
    }

    body.company5-sizl .location_card h4 {
        font-size: 3rem;
    }

    body.company5-sizl .location_meta {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
}

@media all and (max-width:820px) {
    body.company5-sizl #subVisual {
        min-height: 21.8rem;
        padding-bottom: 4rem;
    }

    body.company5-sizl #subVisual .inner {
        padding-top: 5rem;
    }

    body.company5-sizl #subVisual h2 {
        font-size: 5rem;
    }

    body.company5-sizl .sub_page {
        margin-top: 5.6rem;
        margin-bottom: 5.6rem;
    }

    body.company5-sizl .location_panel {
        padding: 2rem;
        border-radius: 2.8rem;
    }

    body.company5-sizl .location_card > .card_head {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.4rem 2.2rem 1.8rem;
    }

    body.company5-sizl .location_card > .location_meta {
        padding: 0 2.2rem 2.2rem;
    }

    body.company5-sizl .road_link {
        min-width: 0;
    }

    body.company5-sizl .location_meta dd {
        font-size: 1.7rem;
    }
}

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

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

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

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

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

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

    body.company5-sizl .company_fifth_con.location .inner {
        width: calc(100% - 4rem);
    }

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

    body.company5-sizl .location_intro {
        margin-bottom: 2.2rem;
    }

    body.company5-sizl .location_intro .eyebrow {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    body.company5-sizl .location_intro h3 {
        font-size: 3.6rem;
    }

    body.company5-sizl .location_intro .desc {
        margin-top: 1.4rem;
        font-size: 1.45rem;
        line-height: 1.65;
    }

    body.company5-sizl .location_panel {
        padding: 1.6rem;
        border-radius: 2.4rem;
    }

    body.company5-sizl .map_shell {
        height: 28rem;
        border-radius: 2rem;
    }

    body.company5-sizl .map_shell::before {
        inset: 0.8rem;
        border-radius: 1.5rem;
    }

    body.company5-sizl .location_cards {
        margin-top: 1.6rem;
    }

    body.company5-sizl .location_card {
        border-radius: 2rem;
    }

    body.company5-sizl .location_card > .card_head {
        padding: 2rem 1.8rem 1.6rem;
        gap: 1.4rem;
    }

    body.company5-sizl .location_card > .location_meta {
        padding: 0 1.8rem 1.8rem;
    }

    body.company5-sizl .location_card .office_type {
        font-size: 1.2rem;
    }

    body.company5-sizl .location_card h4 {
        font-size: 2.6rem;
    }

    body.company5-sizl .road_link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 4.8rem;
        padding: 0 1.6rem;
        box-sizing: border-box;
        align-self: stretch;
        font-size: 1.5rem;
        justify-content: space-between;
    }

    body.company5-sizl .location_meta {
        gap: 1rem;
    }

    body.company5-sizl .location_meta > div {
        padding: 1.8rem 1.4rem;
        border-radius: 1.6rem;
    }

    body.company5-sizl .location_meta dt {
        margin-bottom: 0.7rem;
        font-size: 1.2rem;
    }

    body.company5-sizl .location_meta dd {
        font-size: 1.45rem;
        line-height: 1.65;
    }

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

    body.company5-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.company5-sizl .quick_menu a span img {
        width: 70%;
        height: auto;
    }
}
