@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* 
   Premium Design System 
   Full Restoration & Layout Optimization
*/
:root {
    --font-pretendard: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    --container-width: 1600px;
    --header-height: 100px;
    --mega-menu-height: 400px;
    --point-color: #113290;
    --bg-black: #000000;
    --bg-dark-gray: #151515;
    --transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    --mw-subp-point-color: #113290;
    --mw-subp-point-light: #2563eb;
    --mw-subp-point-sub: #0f172a;
    --mw-subp-text-black: #000000;
    --mw-subp-text-grey: #77787B;
    --mw-subp-bg-light: #f8fafc;
    --mw-subp-border-color: #e2e8f0;
    --mw-subp-text-main: #1e293b;
    --mw-subp-text-sub: #334155;
    --mw-subp-text-muted: #64748b;
    --mw-subp-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 1. Global Reset */
body,
html,
textarea,
input {
    font-family: var(--font-pretendard) !important;
}

/* 아이콘 폰트 복구 */
i[class^="la-"],
i[class*=" la-"],
.las,
.lab,
.la {
    font-family: 'Line Awesome Free' !important;
}

.lab {
    font-family: 'Line Awesome Brands' !important;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    letter-spacing: -0.05em;
    overflow-x: hidden;
}

body * {
    word-break: keep-all;
}

/* 2. Layout Structure */
#mw-hd-wrapper,
#container,
#mw-ft-wr,
#mw-container {
    width: 100% !important;
    max-width: var(--container-width) !important;
    margin: 0 auto !important;
}

#mw-container {
    padding: 100px 60px 0 60px;
}

/* Hero breakout for Index Page */
body.is_index #wrapper,
body.is_index #container_wr,
body.is_index #container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Header & Mega Menu Interaction */
#mw-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    z-index: 10000;
    transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

/* Scrolled dropdown header state (Main & Sub-pages): WHITE background & Dark text */
#mw-hd.mw-bg-dark,
body.is_index #mw-hd.mw-bg-dark {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

#mw-hd.mw-bg-dark #mw-logo a,
#mw-hd.mw-bg-dark .mw-gnb-1da,
#mw-hd.mw-bg-dark .mw-hd-utility a,
body.is_index #mw-hd.mw-bg-dark #mw-logo a,
body.is_index #mw-hd.mw-bg-dark .mw-gnb-1da,
body.is_index #mw-hd.mw-bg-dark .mw-hd-utility a {
    color: #111111 !important;
}

#mw-hd.mw-bg-dark .mw-hd-utility svg,
body.is_index #mw-hd.mw-bg-dark .mw-hd-utility svg {
    fill: #111111 !important;
    color: #111111 !important;
}

#mw-hd.mw-bg-dark .logo-text-ko path,
body.is_index #mw-hd.mw-bg-dark .logo-text-ko path {
    fill: #18318F !important;
}

#mw-hd.mw-bg-dark .logo-text-en path,
#mw-hd.mw-bg-dark .logo-text-en polygon,
#mw-hd.mw-bg-dark .logo-text-en rect,
body.is_index #mw-hd.mw-bg-dark .logo-text-en path,
body.is_index #mw-hd.mw-bg-dark .logo-text-en polygon,
body.is_index #mw-hd.mw-bg-dark .logo-text-en rect {
    fill: #717071 !important;
}

/* PC Main page header: ALWAYS TRANSPARENT (not hovered), even when scrolling through sections 2, 3, etc. */
@media (min-width: 1401px) {

    body.is_index #mw-hd:not(:hover),
    #mw-hd.mw-hd-main:not(:hover),
    #mw-hd.mw-hd-transparent:not(:hover) {
        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    body.is_index #mw-hd:not(:hover) #mw-logo a,
    body.is_index #mw-hd:not(:hover) .mw-gnb-1da,
    body.is_index #mw-hd:not(:hover) .mw-hd-utility a {
        color: #ffffff !important;
    }

    body.is_index #mw-hd:not(:hover) .mw-hd-utility svg {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    body.is_index #mw-hd:not(:hover) .logo-text-ko path {
        fill: #ffffff !important;
    }

    body.is_index #mw-hd:not(:hover) .logo-text-en path,
    body.is_index #mw-hd:not(:hover) .logo-text-en polygon,
    body.is_index #mw-hd:not(:hover) .logo-text-en rect {
        fill: #cccccc !important;
    }
}


/* Req 2: GLOBAL HEADER HOVER STATE (Main + Sub-pages): White background & Dark text */
@media (min-width: 1401px) {
    #mw-hd:hover {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
        height: calc(var(--header-height) + var(--mega-menu-height));
    }
}

#mw-hd-wrapper {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px !important;
}

/* Exact Logo Style */
#mw-logo {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
}

#mw-logo a {
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

#mw-logo svg {
    width: 200px;
    height: auto;
    display: block;
    transition: all 0.3s ease;
    pointer-events: auto;
}

#mw-logo img {
    width: 200px;
    transition: filter 0.3s ease;
}

/* Base style for (주)지앤아이 text and English subtext in SVG */
.logo-text-ko path {
    fill: #18318F;
    transition: fill 0.3s ease;
}

.logo-text-en path,
.logo-text-en polygon,
.logo-text-en rect {
    fill: #717071;
    transition: fill 0.3s ease;
}

/* 
   Main page only:
   - (주)지앤아이 text is WHITE (#ffffff) when header is NOT hovered.
   - English subtext ("Go to ~") is LIGHT GRAY (#cccccc) when header is NOT hovered.
   - When header/menu is hovered or on sub pages, both return to their original colors (#18318F & #717071).
*/
body.is_index #mw-hd:not(.mw-bg-dark):not(:hover) .logo-text-ko path,
#mw-hd.mw-hd-main:not(.mw-bg-dark):not(:hover) .logo-text-ko path {
    fill: #ffffff !important;
}

body.is_index #mw-hd:not(.mw-bg-dark):not(:hover) .logo-text-en path,
body.is_index #mw-hd:not(.mw-bg-dark):not(:hover) .logo-text-en polygon,
body.is_index #mw-hd:not(.mw-bg-dark):not(:hover) .logo-text-en rect,
#mw-hd.mw-hd-main:not(.mw-bg-dark):not(:hover) .logo-text-en path,
#mw-hd.mw-hd-main:not(.mw-bg-dark):not(:hover) .logo-text-en polygon,
#mw-hd.mw-hd-main:not(.mw-bg-dark):not(:hover) .logo-text-en rect {
    fill: #cccccc !important;
}

#mw-hd:hover .logo-text-ko path {
    fill: #18318F !important;
}

#mw-hd:hover .logo-text-en path,
#mw-hd:hover .logo-text-en polygon,
#mw-hd:hover .logo-text-en rect {
    fill: #717071 !important;
}

/* Turn Logo & Text dark on header hover */
#mw-hd:hover #mw-logo a {
    color: #111111 !important;
}


/* Navigation Style */
#mw-gnb {
    background: transparent !important;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin-left: -160px;
    position: relative;
    z-index: 1;
}

#mw-gnb-1dul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.mw-gnb-1dli {
    position: relative;
    padding: 0 35px;
    line-height: var(--header-height);
}

.mw-gnb-1da {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Header Hover: 1st Depth Text turns dark (#111111) */
#mw-hd:hover .mw-gnb-1da {
    color: #111111 !important;
}

/* Active 1st depth item on hover turns Point Color */
#mw-hd:hover .mw-gnb-1dli:hover .mw-gnb-1da,
.mw-gnb-1dli:hover .mw-gnb-1da {
    color: var(--point-color) !important;
}

/* Header Utility Button on Hover */
#mw-hd:hover .mw-hd-utility a {
    color: #111111 !important;
}

#mw-hd:hover .mw-hd-utility svg {
    fill: #111111 !important;
    color: #111111 !important;
}

/* Mega Menu Dropdown (Unified Single Background Box) */
.mw-mega-bg {
    display: none !important;
}

/* Mega Menu Submenus */
.mw-gnb-2dul {
    display: block !important;
    position: absolute;
    top: var(--header-height);
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease 0.05s, visibility 0.25s ease 0.05s;
}

#mw-hd:hover .mw-gnb-2dul {
    opacity: 1;
    visibility: visible;
}

.mw-gnb-2da {
    color: #444444 !important;
    font-size: 1.04rem;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: initial;
}

.mw-gnb-2da:hover {
    color: var(--point-color) !important;
    font-weight: 700;
}

/* Utility Links - Style */
.mw-hd-utility {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mw-hd-utility a {
    color: #fff !important;
    font-size: 13px;
    /* Much smaller, elegant utility links */
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.8;
    transition: 0.3s;
}

.mw-hd-utility a:hover {
    opacity: 1;
    color: var(--point-color) !important;
}

/* Full Menu Overlay - Premium Upgrade */
#mw-full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(30px);
    z-index: 20000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#mw-full-menu::before {
    content: "SITEMAP";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    z-index: -1;
    pointer-events: none;
    letter-spacing: -0.05em;
    animation: menuTextFloat 20s infinite alternate ease-in-out;
}

@keyframes menuTextFloat {
    0% {
        transform: translate(-52%, -48%) rotate(-2deg);
    }

    100% {
        transform: translate(-48%, -52%) rotate(2deg);
    }
}

#mw-full-menu.active {
    opacity: 1;
    visibility: visible;
}

.mw-full-menu-close {
    position: absolute;
    top: 40px;
    right: 60px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 20001;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.mw-full-menu-close:hover {
    color: #000;
    background: #fff;
    transform: rotate(180deg);
}

.mw-full-menu-content {
    width: 100%;
    max-width: 1400px;
    padding: 0 60px;
}

.mw-full-menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mw-full-menu-item {
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#mw-full-menu.active .mw-full-menu-item {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Animation */
.mw-full-menu-item:nth-child(1) {
    transition-delay: 0.1s;
}

.mw-full-menu-item:nth-child(2) {
    transition-delay: 0.15s;
}

.mw-full-menu-item:nth-child(3) {
    transition-delay: 0.2s;
}

.mw-full-menu-item:nth-child(4) {
    transition-delay: 0.25s;
}

.mw-full-menu-item:nth-child(5) {
    transition-delay: 0.3s;
}

.mw-full-menu-item:nth-child(6) {
    transition-delay: 0.35s;
}

.mw-full-menu-item>a {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    letter-spacing: -0.5px;
    position: relative;
}

.mw-full-menu-item>a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.mw-full-menu-item:hover>a {
    color: #fff;
}

.mw-full-menu-item:hover>a::after {
    width: 100%;
}

.mw-full-menu-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mw-full-menu-sub li {
    margin-bottom: 18px;
}

.mw-full-menu-sub a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 0;
}

.mw-full-menu-sub a:hover {
    color: #fff;
    gap: 10px;
}

.mw-full-menu-sub a::before {
    content: '→';
    font-size: 12px;
    opacity: 0;
    transition: 0.3s;
    color: var(--point-color);
}

.mw-full-menu-sub a:hover::before {
    opacity: 1;
}

/* Subpage Header Colors - Default state (not hovered, not scrolled) */
body:not(.is_index) #mw-hd:not(.mw-bg-dark):not(:hover) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body:not(.is_index) #mw-hd:not(.mw-bg-dark):not(:hover) #mw-logo a,
body:not(.is_index) #mw-hd:not(.mw-bg-dark):not(:hover) .mw-gnb-1da,
body:not(.is_index) #mw-hd:not(.mw-bg-dark):not(:hover) .mw-hd-utility a {
    color: #111 !important;
}

/* 4. Hero Section Restoration */
#mw-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.mw-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mw-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.mw-bg-main {
    opacity: 1;
    z-index: 2;
}

#mw-hero[data-active="1"] .mw-bg-1,
#mw-hero[data-active="2"] .mw-bg-2,
#mw-hero[data-active="3"] .mw-bg-3,
#mw-hero[data-active="4"] .mw-bg-4,
#mw-hero[data-active="5"] .mw-bg-5,
#mw-hero[data-active="6"] .mw-bg-6 {
    opacity: 1;
    z-index: 3;
}

.mw-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 5;
}

.mw-hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 11.5%;
    text-align: left;
}

.mw-hero-titles h2 {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 0.95;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.mw-hero-titles h2 span {
    color: var(--point-color);
}

.mw-hero-subtitle {
    margin-top: 40px;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    max-width: 850px;
    line-height: 1.8;
}

/* Right Grid Sections */
.mw-hero-sections-container {
    position: absolute;
    top: var(--header-height);
    right: 0;
    width: 60%;
    height: calc(100vh - var(--header-height));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    z-index: 20;
}

.mw-hero-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.mw-hero-section:hover {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

.mw-sec-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mw-sec-eng {
    display: none;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mw-icon-box {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: var(--transition);
}

.mw-hero-section:hover .mw-icon-box {
    background: var(--point-color);
    border-color: var(--point-color);
    transform: rotate(15deg) scale(1.1);
}

.mw-sec-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mw-sec-title {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    transition: var(--transition);
}

.mw-sec-arrow {
    font-size: 24px;
    color: rgba(255, 255, 255, 0);
    transform: translateX(-20px);
    transition: var(--transition);
}

.mw-hero-section:hover .mw-sec-arrow {
    color: var(--point-color);
    transform: translateX(0);
}

.mw-hero-section:hover .mw-sec-title {
    transform: translateY(-5px);
}

/* 5. Footer Restoration (Class Swappable: .mw-ft-dark / .mw-ft-light) */
#mw-ft {
    padding: 50px 0 !important;
    transition: all 0.3s ease;
}

#mw-ft-wr {
    display: grid;
    grid-template-columns: 1fr 200px 200px;
    gap: 40px;
    padding: 0 60px !important;
}

.mw-ft-bottom {
    grid-column: 1 / -1;
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
}

.ft-bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 6px;
    vertical-align: middle;
}

/* --- [1] Light Theme Footer (.mw-ft-light) --- */
#mw-ft.mw-ft-light {
    background: #f8fafc !important;
}

.mw-ft-light .mw-ft-logo svg,
.mw-ft-light .mw-ft-logo img {
    filter: none;
    opacity: 1;
}

.mw-ft-light .mw-ft-info h3 {
    color: #0f172a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.mw-ft-light .mw-ft-info p,
.mw-ft-light .mw-ft-info a {
    color: #475569;
    font-size: 14px;
    line-height: 2.2;
    text-decoration: none;
    transition: 0.3s;
}

.mw-ft-light .mw-ft-info a:hover {
    color: var(--point-color, #113290);
}

.mw-ft-light .mw-ft-bottom {
    border-top: 1px solid #e2e8f0;
    color: #64748b;
}

.mw-ft-light .mw-ft-bottom a,
.mw-ft-light .ft-link {
    color: #475569 !important;
}

.mw-ft-light .ft-bar {
    background: #cbd5e1;
}

/* --- [2] Dark Theme Footer (.mw-ft-dark & Default Fallback) --- */
#mw-ft.mw-ft-dark,
#mw-ft:not(.mw-ft-light) {
    background: #26272c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#mw-ft.mw-ft-dark .mw-ft-logo svg,
#mw-ft.mw-ft-dark .mw-ft-logo img,
#mw-ft:not(.mw-ft-light) .mw-ft-logo svg,
#mw-ft:not(.mw-ft-light) .mw-ft-logo img {
    filter: grayscale(100) invert(1);
    opacity: 0.6;
}

#mw-ft.mw-ft-dark .mw-ft-info h3,
#mw-ft:not(.mw-ft-light) .mw-ft-info h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

#mw-ft.mw-ft-dark .mw-ft-info p,
#mw-ft.mw-ft-dark .mw-ft-info a,
#mw-ft:not(.mw-ft-light) .mw-ft-info p,
#mw-ft:not(.mw-ft-light) .mw-ft-info a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 2.4;
    text-decoration: none;
    transition: 0.3s;
}

#mw-ft.mw-ft-dark .mw-ft-info a:hover,
#mw-ft:not(.mw-ft-light) .mw-ft-info a:hover {
    color: #ffffff;
}

#mw-ft.mw-ft-dark .mw-ft-bottom,
#mw-ft:not(.mw-ft-light) .mw-ft-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
}

#mw-ft.mw-ft-dark .mw-ft-bottom a,
#mw-ft.mw-ft-dark .ft-link,
#mw-ft:not(.mw-ft-light) .mw-ft-bottom a,
#mw-ft:not(.mw-ft-light) .ft-link {
    color: rgba(255, 255, 255, 0.6) !important;
}

#mw-ft.mw-ft-dark .ft-bar,
#mw-ft:not(.mw-ft-light) .ft-bar {
    background: rgba(255, 255, 255, 0.2);
}

#mw-top-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 900;
    transition: 0.3s;
}

#mw-top-btn:hover {
    background: var(--point-color);
    transform: translateY(-5px);
}

/* 6. Fixes & Clean up */
#wrapper {
    padding-top: var(--header-height);
}

#container {
    padding: 100px 50px !important;
}

.mw-scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 2px;
}

#tnb,
#hd_pop,
#hd_login_msg,
.sound_only,
#ft_copy {
    display: none !important;
}

/* ----------------------------------------------------
   Mission & Vision Section
---------------------------------------------------- */
.mw-mission-vision {
    position: relative;
    padding: 180px 0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.mw-mv-bg-text {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 300px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    line-height: 1;
    z-index: 1;
}

.mw-mission-vision .mw-inner {
    position: relative;
    z-index: 2;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 60px;
}

.mw-mv-header h3 {
    text-align: center;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.mw-mv-header h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.mw-mv-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.mw-mv-left {
    flex: 1;
    position: relative;
    min-height: 700px;
}

.mw-mv-img-1 {
    width: 80%;
    height: 600px;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.mw-mv-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw-mv-img-2 {
    width: 70%;
    height: 400px;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 10px solid #f7f7f7;
}

.mw-mv-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw-mv-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mw-mv-text-area {
    margin-bottom: 80px;
}

.mw-mv-label {
    display: block;
    color: var(--point-color);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.mw-mv-title {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    margin-bottom: 40px;
    word-break: keep-all;
}

.mw-mv-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.mw-mv-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.mw-stat-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.mw-stat-label {
    display: block;
    font-size: 14px;
    color: #004488;
    font-weight: 700;
    margin-bottom: 10px;
}

.mw-stat-num {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #004488;
}

/* ----------------------------------------------------
   Recruit Section
---------------------------------------------------- */
.mw-recruit-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 80px;
}

.mw-recruit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mw-recruit-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.mw-recruit-inner {
    position: relative;
    z-index: 2;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
    color: #fff;
}

.mw-recruit-top {
    margin-bottom: 100px;
}

.mw-recruit-label {
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    color: #bbb;
}

.mw-recruit-sub {
    font-size: 16px;
    font-weight: 700;
}

.mw-recruit-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mw-recruit-text h2 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
}

.mw-recruit-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.mw-recruit-btn a {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.mw-recruit-btn a:hover {
    background: #fff;
    color: #111;
}

/*subp*/
.mw-content-wrapper {
    padding: 0 0 0 40px;
}

.mw-subp-page {
    font-family: var(--font-pretendard);
    color: var(--mw-subp-text-main);
    line-height: 1.6;
    word-break: keep-all;
    background-color: #ffffff;
    padding-bottom: 140px;
}

.mw-subp-section {
    margin: 0 auto;
    margin-bottom: 180px;
}

.mw-subp-section:last-child {
    margin-bottom: 0;
}

.mw-subp-section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -1.5px;
    margin: 0 0 36px 0;
    color: var(--mw-subp-text-black);
}

.mw-subp-section-title .black {
    color: #000000;
    font-weight: 800;
}

.mw-subp-section-title .grey {
    color: #77787B;
    font-weight: 700;
}

.mw-subp-section-title .point {
    color: var(--point-color, #113290);
    font-weight: 800;
}

.mw-subp-section-desc {
    font-size: 20px;
    line-height: 1.95;
    color: var(--mw-subp-text-sub);
    margin-bottom: 60px;
}

.mw-subp-section-desc p {
    margin-bottom: 20px;
}

@media (max-width:1400px) {
    .mw-subp-page {
        padding-bottom: 0;
    }
}

/* ----------------------------------------------------
   Footer Cards Section
/* /* ----------------------------------------------------
   Footer Cards Section - Minimal High-End 2:1 Layout
---------------------------------------------------- */
/* --- Footer Cards Section Base --- */
.mw-footer-cards {
    margin-top: 0;
    padding: 70px 0 20px 0;
    position: relative;
}

.mw-footer-cards:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
}

.mw-fc-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    gap: 24px;
}

.mw-fc-card {
    border-radius: 20px;
    padding: 44px 48px;
    min-height: 320px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mw-fc-card:hover {
    transform: translateY(-6px);
}

.mw-fc-main {
    background: var(--point-color, #113290);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mw-fc-sub-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 230px;
}

.mw-fc-top-info h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    word-break: keep-all;
    margin: 0;
}

.mw-fc-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    transition: opacity 0.3s ease;
}

.mw-fc-link-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.mw-fc-link-btn:hover {
    opacity: 0.85;
}

.mw-fc-link-btn:hover i {
    transform: translateX(6px);
}

.mw-fc-divider {
    width: 1px;
    height: 180px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

/* --- [1] Footer Cards Light Theme (.mw-fc-light) --- */
.mw-footer-cards.mw-fc-light:before {
    background: #f8fafc;
}

.mw-fc-light .mw-fc-category {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}

.mw-fc-light .mw-fc-main .mw-fc-category {
    color: rgba(255, 255, 255, 0.7);
}

.mw-fc-light .mw-fc-nav .mw-fc-category {
    color: #64748b;
}

.mw-fc-light .mw-fc-nav {
    background: #ffffff;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.mw-fc-light .mw-fc-nav-head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.mw-fc-light .mw-fc-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
}

.mw-fc-light .mw-fc-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #334155;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.mw-fc-light .mw-fc-nav-item:last-child {
    border-bottom: none;
}

.mw-fc-light .mw-fc-nav-item i {
    font-size: 14px;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.mw-fc-light .mw-fc-nav-item:hover {
    color: var(--point-color, #113290);
    padding-left: 6px;
}

.mw-fc-light .mw-fc-nav-item:hover i {
    color: var(--point-color, #113290);
    transform: translateX(4px);
}

/* --- [2] Footer Cards Dark Theme (.mw-fc-dark & Default Fallback) --- */
.mw-footer-cards.mw-fc-dark:before,
.mw-footer-cards:not(.mw-fc-light):before {
    background: #26272c;
}

.mw-fc-dark .mw-fc-category,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-category {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.mw-fc-dark .mw-fc-nav .mw-fc-category,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav .mw-fc-category {
    color: #888888;
}

.mw-fc-dark .mw-fc-nav,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav {
    background: #14161d;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-fc-dark .mw-fc-nav-head h3,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.mw-fc-dark .mw-fc-nav-list,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
}

.mw-fc-dark .mw-fc-nav-item,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.mw-fc-dark .mw-fc-nav-item:last-child,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-item:last-child {
    border-bottom: none;
}

.mw-fc-dark .mw-fc-nav-item i,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-item i {
    font-size: 14px;
    color: #666666;
    transition: all 0.3s ease;
}

.mw-fc-dark .mw-fc-nav-item:hover,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-item:hover {
    color: #ffffff;
    padding-left: 6px;
}

.mw-fc-dark .mw-fc-nav-item:hover i,
.mw-footer-cards:not(.mw-fc-light) .mw-fc-nav-item:hover i {
    color: #ffffff;
    transform: translateX(4px);
}


/*
--------------------
subpage
--------------------
*/

.sub-page-wrapper {
    font-size: 16px;
    line-height: 1.5;
}

.sub-intro-section {
    position: relative;
    padding: 100px 0 100px;
}

.sub-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 220px);
    height: 100%;
    z-index: -3;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.sub-bgimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, rgba(43, 51, 47, 0.50) 20%, rgba(0, 0, 0, 0.35) 50%, transparent);
    /*background: linear-gradient(to right, rgba(4, 47, 37, 0.5) 25%, rgba(2, 31, 63, 0.4) 55%, transparent);*/
    /*background: linear-gradient(to right, rgba(2, 13, 68, 0.4) 20%, rgba(0, 0, 0, 0.3) 55%, transparent);*/
}

.sub-bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -2;
    filter: blur(0);
    animation: bgzoom 20s;
}

@keyframes bgzoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.sub-intro-text {
    padding-left: 40px;
    margin-left: 80px;
}

.sub-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.sub-title {
    font-size: 70px;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -2px;
    margin-bottom: 30px;
    line-height: 1;
}

.sub-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0px;
}

.sub-breadcrumb span {
    margin: 0 5px;
    color: #ccc;
}

/* Dynamic Sub LNB (Pill shape design) */
.sub-lnb-dynamic {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100vw;
    padding: 20px 20px 20px 120px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.sub-lnb-dynamic a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border: 0px solid #ddd;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: -0.5px;
    margin-right: 44px;
}

.sub-lnb-dynamic a:hover {
    color: #111;
}

.sub-lnb-dynamic a.active {
    color: #111;
}

.sub-lnb-dynamic a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #111;
    bottom: -21px;
    left: 0;
}

/* ----------------------------------------------------
   Responsive Design (Max-Width: 1400px)
---------------------------------------------------- */
@media (max-width: 1400px) {

    /* Mobile Header: Initial Transparent State for Main Page Hero */
    body.is_index #mw-hd:not(.mw-bg-dark),
    #mw-hd.mw-hd-main:not(.mw-bg-dark),
    #mw-hd.mw-hd-transparent:not(.mw-bg-dark) {
        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    body.is_index #mw-hd:not(.mw-bg-dark) #mw-logo a,
    body.is_index #mw-hd:not(.mw-bg-dark) .mw-gnb-1da,
    body.is_index #mw-hd:not(.mw-bg-dark) .mw-hd-utility a,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) #mw-logo a,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .mw-gnb-1da,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .mw-hd-utility a {
        color: #ffffff !important;
    }

    body.is_index #mw-hd:not(.mw-bg-dark) .mw-hd-utility svg,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .mw-hd-utility svg {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    body.is_index #mw-hd:not(.mw-bg-dark) .logo-text-ko path,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .logo-text-ko path {
        fill: #ffffff !important;
    }

    body.is_index #mw-hd:not(.mw-bg-dark) .logo-text-en path,
    body.is_index #mw-hd:not(.mw-bg-dark) .logo-text-en polygon,
    body.is_index #mw-hd:not(.mw-bg-dark) .logo-text-en rect,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .logo-text-en path,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .logo-text-en polygon,
    #mw-hd.mw-hd-main:not(.mw-bg-dark) .logo-text-en rect {
        fill: #cccccc !important;
    }

    /* Mobile Header: Scrolled White State (.mw-bg-dark) & Sub-pages */
    #mw-hd.mw-bg-dark,
    body.is_index #mw-hd.mw-bg-dark,
    body:not(.is_index) #mw-hd {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    }

    #mw-hd.mw-bg-dark #mw-logo a,
    #mw-hd.mw-bg-dark .mw-gnb-1da,
    #mw-hd.mw-bg-dark .mw-hd-utility a,
    body.is_index #mw-hd.mw-bg-dark #mw-logo a,
    body.is_index #mw-hd.mw-bg-dark .mw-gnb-1da,
    body.is_index #mw-hd.mw-bg-dark .mw-hd-utility a,
    body:not(.is_index) #mw-hd #mw-logo a,
    body:not(.is_index) #mw-hd .mw-gnb-1da,
    body:not(.is_index) #mw-hd .mw-hd-utility a {
        color: #111111 !important;
    }

    #mw-hd.mw-bg-dark .mw-hd-utility svg,
    body.is_index #mw-hd.mw-bg-dark .mw-hd-utility svg,
    body:not(.is_index) #mw-hd .mw-hd-utility svg {
        fill: #111111 !important;
        color: #111111 !important;
    }

    #mw-hd.mw-bg-dark .logo-text-ko path,
    body.is_index #mw-hd.mw-bg-dark .logo-text-ko path,
    body:not(.is_index) #mw-hd .logo-text-ko path {
        fill: #18318F !important;
    }

    #mw-hd.mw-bg-dark .logo-text-en path,
    #mw-hd.mw-bg-dark .logo-text-en polygon,
    #mw-hd.mw-bg-dark .logo-text-en rect,
    body.is_index #mw-hd.mw-bg-dark .logo-text-en path,
    body.is_index #mw-hd.mw-bg-dark .logo-text-en polygon,
    body.is_index #mw-hd.mw-bg-dark .logo-text-en rect,
    body:not(.is_index) #mw-hd .logo-text-en path,
    body:not(.is_index) #mw-hd .logo-text-en polygon,
    body:not(.is_index) #mw-hd .logo-text-en rect {
        fill: #717071 !important;
    }

    .mw-mega-brand-panel {
        display: none !important;
    }

    :root {
        --container-width: 100%;
    }

    #mw-hd {
        border: 0 !important;
    }

    #mw-hd,
    #mw-hd-wrapper {
        height: 60px;
    }

    #mw-hd-wrapper,
    #mw-ft-wr,
    #mw-container,
    .mw-mission-vision .mw-inner,
    .mw-recruit-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #mw-container {
        padding: 60px 0;
    }

    /* Header & GNB */
    #mw-gnb {
        display: none;
    }

    #mw-logo img {
        width: 140px;
    }

    #mw-gnb-1dul {
        gap: 15px;
    }

    .mw-gnb-1dli {
        padding: 0 15px;
    }

    .mw-gnb-1da {
        font-size: 1.05rem;
    }

    /* Hero Section */
    .mw-hero-content {
        width: 50%;
        padding-left: 5%;
    }

    .mw-hero-titles h2 {
        font-size: 3rem;
    }

    .mw-hero-subtitle {
        font-size: 1rem;
        margin-top: 20px;
    }

    .mw-hero-sections-container {
        width: 50%;
    }

    .mw-hero-section {
        padding: 30px 20px;
    }

    .mw-sec-title {
        font-size: 20px;
    }

    /* Full Menu Overlay */
    .mw-full-menu-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .mw-full-menu-item>a {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .mw-full-menu-content {
        max-width: 1000px;
    }

    /* Mission & Vision */
    .mw-mv-content {
        flex-direction: column;
        gap: 50px;
    }

    .mw-mv-left {
        min-height: 500px;
        width: 100%;
    }

    .mw-mv-img-1 {
        height: 400px;
    }

    .mw-mv-img-2 {
        height: 300px;
    }

    .mw-mv-title {
        font-size: 32px;
    }

    /* Recruit Section */
    .mw-recruit-text h2 {
        font-size: 40px;
    }

    .mw-recruit-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .mw-content-wrapper {
        padding: 0;
    }

    /* Footer */
    #mw-ft-wr {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .mw-ft-info:first-child {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }

    /* Sub Page Titles */
    .sub-intro-section {
        padding: 80px 0 !important;
    }

    .sub-bgimg {
        width: calc(100% + 40px);
    }

    .sub-title {
        font-size: 32px !important;
        margin-bottom: 20px !important;
    }

    .sub-subtitle {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .sub-intro-text {
        border: 0;
        padding-left: 20px !important;
        margin-left: 20px !important;
    }

    .sub-lnb-dynamic {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: 0 !important;
        gap: 10px !important;
        transition: mask-image 0.3s;
        padding: 10px 20px 10px 40px;
    }

    /* Conditional Scroll Fades */
    .sub-lnb-dynamic.is-left {
        -webkit-mask-image: linear-gradient(to right, transparent, black 40px);
        mask-image: linear-gradient(to right, transparent, black 40px);
    }

    .sub-lnb-dynamic.is-right {
        -webkit-mask-image: linear-gradient(to left, transparent, black 40px);
        mask-image: linear-gradient(to left, transparent, black 40px);
    }

    .sub-lnb-dynamic.is-left.is-right {
        -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
        mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
    }

    .sub-lnb-dynamic::-webkit-scrollbar {
        display: none;
    }

    .sub-lnb-dynamic a {
        flex-shrink: 0 !important;
        font-size: 0.9rem;
        margin-right: 22px;
    }

    .sub-lnb-dynamic a.active:after {
        bottom: -10px;
    }
}

/* ----------------------------------------------------
   Mobile Specific Hero Fix (Max-Width: 768px)
---------------------------------------------------- */
@media (max-width: 768px) {
    #mw-logo svg {
        width: 160px;
    }

    #mw-hero {
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border: none !important;
    }

    .mw-hero-content {
        width: 100%;
        height: 40%;
        padding: 60px 20px 10px 20px;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .mw-hero-titles h2 {
        font-size: 1.6rem;
        line-height: 1.1;
    }

    .mw-hero-subtitle {
        font-size: 0.8rem;
        margin-top: 10px;
        word-break: keep-all;
        opacity: 0.7;
    }

    .mw-hero-sections-container {
        position: relative;
        width: 100%;
        height: 60%;
        top: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mw-hero-section {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .mw-hero-section:nth-child(even) {
        border-right: none;
    }

    .mw-sec-top {
        margin-bottom: 10px;
    }

    .mw-sec-eng {
        display: none !important;
    }

    .mw-sec-title {
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: keep-all;
    }

    .mw-icon-box {
        width: 32px;
        height: 32px;
        font-size: 1.0rem;
        margin: 0 auto;
    }

    .mw-sec-bottom {
        justify-content: center;
    }

    .mw-sec-arrow {
        display: none;
    }
}

/* Footer Cards Responsive Fix */
@media (max-width: 1024px) {
    .mw-fc-inner {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .mw-fc-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .mw-fc-divider {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.12);
    }

    .mw-fc-sub-item {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .mw-fc-inner {
        padding: 0 20px;
    }

    .mw-fc-card {
        padding: 36px 28px;
        min-height: auto;
    }

}

/* ----------------------------------------------------
   Full Menu Mobile - Premium Redesign (Unified)
---------------------------------------------------- */
@media (max-width: 768px) {
    #mw-full-menu {
        justify-content: flex-start;
        padding: 0;
        background: #0d0d0d;
    }

    #mw-full-menu::before {
        content: "SITEMAP";
        position: absolute;
        top: 35px;
        left: 30px;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        z-index: 20002;
        letter-spacing: 2px;
        transform: none;
        animation: none;
    }

    .mw-full-menu-close {
        top: 25px !important;
        right: 30px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        background: transparent !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

    .mw-full-menu-content {
        padding: 120px 0 60px 0 !important;
        max-width: 100% !important;
    }

    .mw-full-menu-list {
        display: block !important;
        padding: 0 30px !important;
        counter-reset: menu-count;
    }

    .mw-full-menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        opacity: 1 !important;
        transform: none !important;
        position: relative;
        counter-increment: menu-count;
    }

    .mw-full-menu-item::before {
        content: counter(menu-count, decimal-leading-zero);
        position: absolute;
        left: 0;
        top: 31px;
        font-size: 11px;
        color: #999999;
        font-weight: 800;
        opacity: 0.8;
    }

    .mw-full-menu-item::after {
        display: none !important;
    }

    #mw-full-menu * {
        -webkit-tap-highlight-color: transparent;
    }

    .mw-full-menu-item>a {
        display: block !important;
        width: 100% !important;
        padding: 25px 40px 25px 35px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #fff !important;
        margin-bottom: 0 !important;
        border-bottom: none !important;
        letter-spacing: -0.5px !important;
        position: relative;
        box-sizing: border-box !important;
    }

    .mw-full-menu-item>a::after {
        content: '\f107' !important;
        font-family: 'Line Awesome Free' !important;
        font-weight: 900 !important;
        font-size: 16px !important;
        color: rgba(255, 255, 255, 0.4) !important;
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        text-align: center !important;
        background: none !important;
        opacity: 1 !important;
        transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transform-origin: center center !important;
    }

    .mw-full-menu-item.open>a {
        color: #ffffff !important;
    }

    .mw-full-menu-item.open>a::after {
        transform: translateY(-50%) rotate(180deg) !important;
        color: #ffffff !important;
    }

    .mw-full-menu-sub {
        display: none;
        padding: 0 0 25px 35px;
        background: transparent !important;
        overflow: hidden;
        /* Ensure smooth animation */
    }

    .mw-full-menu-sub li {
        margin-bottom: 12px !important;
    }

    .mw-full-menu-sub a {
        font-size: 14px !important;
        color: rgba(255, 255, 255, 0.4) !important;
        font-weight: 500 !important;
        display: block;
        padding: 5px 0;
        transition: 0.3s;
    }

    .mw-full-menu-sub a:hover {
        color: #fff !important;
    }
}

.ft-bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 6px;
    vertical-align: middle;
}