:root {
    --home-bg: #ffffff;
    --home-text: #222222;
    --home-muted: #6e6e6e;
    --home-brand: #004f8f;
    --home-brand-2: #ca0464;
    --line: rgba(204, 204, 204, 0.35);
    --header-h: 100px;
    --gnb-tab-width-compact: 132px;
    --gnb-tab-width-expanded: 150px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", "Open Sans", sans-serif;
    color: var(--home-text);
    background: var(--home-bg);
}

a {
    color: inherit;
    text-decoration: none;
}

.home-wrap {
    min-height: 100vh;
}

.home-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: var(--header-h);
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-header.is-sticky,
.home-header.is-hover,
.home-header.is-mega-open,
.home-header.is-mobile-nav-open,
.ee-home-solid-header .home-header,
.ee-layout-sub .home-header,
.ee-layout-board .home-header {
    background: #fff;
    border-bottom-color: rgba(204, 204, 204, 0.7);
}

.home-header.is-sticky {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.ee-layout-sub .home-header,
.ee-layout-board .home-header {
    position: sticky;
}

.home-header-inner,
.section-inner,
.hero-inner,
.footer-top,
.footer-bottom {
    width: min(1280px, 94vw);
    margin: 0 auto;
}

.home-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    width: min(1720px, calc(100vw - 80px));
    min-height: var(--header-h);
}

.home-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 0;
}

.logo-pack {
    position: relative;
    display: inline-block;
}

.logo-pack.logo1 {
    width: 200px;
}

.logo-pack.logo2 {
    width: 110px;
}

.logo-pack img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity .24s ease;
}

.logo-pack .logo-fixed {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.home-header.is-sticky .logo-pack .logo-fixed,
.home-header.is-hover .logo-pack .logo-fixed,
.home-header.is-mega-open .logo-pack .logo-fixed,
.home-header.is-mobile-nav-open .logo-pack .logo-fixed,
.ee-home-solid-header .logo-pack .logo-fixed,
.ee-layout-sub .logo-pack .logo-fixed,
.ee-layout-board .logo-pack .logo-fixed {
    opacity: 1;
}

.home-header.is-sticky .logo-pack .logo-default,
.home-header.is-hover .logo-pack .logo-default,
.home-header.is-mega-open .logo-pack .logo-default,
.home-header.is-mobile-nav-open .logo-pack .logo-default,
.ee-home-solid-header .logo-pack .logo-default,
.ee-layout-sub .logo-pack .logo-default,
.ee-layout-board .logo-pack .logo-default {
    opacity: 0;
}

body:not(.ee-layout-sub):not(.ee-layout-board):not(.ee-home-solid-header) .home-header .gnb-item>a {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.ee-layout-sub):not(.ee-layout-board):not(.ee-home-solid-header) .home-header .header-icon-btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.home-header.is-sticky .gnb-item>a,
.home-header.is-hover .gnb-item>a,
.home-header.is-mega-open .gnb-item>a,
.home-header.is-mobile-nav-open .gnb-item>a,
.ee-home-solid-header .gnb-item>a,
.ee-layout-sub .gnb-item>a,
.ee-layout-board .gnb-item>a {
    color: #333;
}

.home-header.is-sticky .header-icon-btn,
.home-header.is-hover .header-icon-btn,
.home-header.is-mega-open .header-icon-btn,
.home-header.is-mobile-nav-open .header-icon-btn,
.ee-home-solid-header .header-icon-btn,
.ee-layout-sub .header-icon-btn,
.ee-layout-board .header-icon-btn {
    border-color: #d9d9d9;
    background: #fff;
    color: #1f3145;
}

.home-gnb>ul {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: var(--gnb-menu-width);
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 0;
}

.gnb-item {
    position: relative;
    flex: 0 0 var(--gnb-current-tab-width);
    width: var(--gnb-current-tab-width);
    min-width: 0;
    text-align: center;
    transition: background-color .24s ease, color .24s ease, flex-basis .24s ease, width .24s ease;
}

.gnb-item>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: var(--header-h);
    line-height: 1;
    padding: 0;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .01em;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
}

.gnb-label {
    display: inline-block;
    line-height: 1;
}

.gnb-caret {
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-top: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid currentColor;
    opacity: .78;
    transform-origin: 50% 40%;
    transition: transform .2s ease, opacity .2s ease;
}

.gnb-item>a:hover,
.gnb-item:hover>a,
.gnb-item:focus-within>a,
.gnb-item.is-hover>a,
.gnb-item.active>a {
    background: transparent;
    color: #333;
}

.gnb-item:hover .gnb-caret,
.gnb-item:focus-within .gnb-caret,
.gnb-item.is-hover .gnb-caret {
    transform: rotate(180deg);
    opacity: 1;
}

.home-gnb {
    position: relative;
    --gnb-count: 6;
    --gnb-current-tab-width: var(--gnb-tab-width-compact);
    --gnb-menu-width: calc(var(--gnb-count, 6) * var(--gnb-current-tab-width));
}

.home-header.is-hover .home-gnb,
.home-header.is-mega-open .home-gnb {
    --gnb-current-tab-width: var(--gnb-tab-width-expanded);
}

.mega-menu-bg {
    position: fixed;
    top: var(--header-h);
    left: 0;
    width: 100vw;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: height .22s ease, opacity .22s ease, visibility .22s ease;
    pointer-events: none;
    z-index: 1;
}

.home-header.is-hover .mega-menu-bg,
.home-header.is-mega-open .mega-menu-bg {
    height: 258px;
    opacity: 1;
    visibility: visible;
}

.mega-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(15, 33, 51, 0.14);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: all .2s ease;
}

@media (min-width: 1201px) {
    .mega-panel {
        display: none !important;
    }
}

.mega-panel ul {
    list-style: none;
    margin: 0;
    padding: 8px;
}

.mega-panel a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #30455d;
    font-size: 14px;
}

.mega-panel a:hover {
    background: #eff5fb;
    color: var(--home-brand);
}

.gnb-mega-all {
    position: absolute;
    top: var(--header-h);
    left: 50%;
    width: var(--gnb-menu-width);
    transform: translate(-50%, 8px);
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: all .22s ease;
    z-index: 2;
}

.home-header.is-hover .gnb-mega-all,
.home-header.is-mega-open .gnb-mega-all {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.gnb-mega-grid {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    min-height: 258px;
    padding: 0;
}

.mega-col {
    flex: 0 0 var(--gnb-current-tab-width);
    position: relative;
    width: var(--gnb-current-tab-width);
    border: 0;
    border-radius: 0;
    padding: 18px 16px 10px;
    min-height: 258px;
    display: flex;
    align-items: flex-start;
    transition: background-color .2s ease, color .2s ease, flex-basis .24s ease, width .24s ease;
}

.mega-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
}

.mega-col:last-child::after {
    display: none;
}

.mega-col.is-focus {
    background: #f7f9fc;
}

.mega-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.mega-links a {
    display: block;
    border-radius: 0;
    padding: 4px 0;
    font-size: 15px;
    color: #666;
    line-height: 1.45;
}

.mega-links a:hover {
    background: transparent;
    color: #333;
    text-decoration: underline;
}

.mega-col.is-focus h3 a,
.mega-col.is-focus .mega-links a {
    color: #333;
}

.mega-empty {
    margin: 0;
    font-size: 13px;
    color: #6b7d8f;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.header-btn-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ca0464;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s ease, transform .2s ease;
}

.header-btn-reserve:hover {
    background: #ab0052;
    color: #fff;
}

.header-btn-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Titillium Web", "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    transition: color .2s ease;
}

.header-btn-lang:hover {
    color: #fff;
}

.home-header.is-sticky .header-btn-lang,
.home-header.is-hover .header-btn-lang,
.home-header.is-mega-open .header-btn-lang,
.ee-home-solid-header .header-btn-lang,
.ee-layout-sub .header-btn-lang,
.ee-layout-board .header-btn-lang {
    color: #555;
}

.home-header.is-sticky .header-btn-lang:hover,
.home-header.is-hover .header-btn-lang:hover,
.home-header.is-mega-open .header-btn-lang:hover,
.ee-home-solid-header .header-btn-lang:hover,
.ee-layout-sub .header-btn-lang:hover,
.ee-layout-board .header-btn-lang:hover {
    color: #111;
}

.header-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    border: 1px solid transparent;
    color: #1f3145;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease, color .2s ease;
}

.header-icon-btn:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.header-icon-btn img {
    width: 18px;
    height: 18px;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter .2s ease;
}

.header-icon-search {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.header-icon-search::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.header-icon-search::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 2px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.home-header.is-sticky .header-icon-btn img,
.home-header.is-hover .header-icon-btn img,
.home-header.is-mega-open .header-icon-btn img,
.ee-home-solid-header .header-icon-btn img,
.ee-layout-sub .header-icon-btn img,
.ee-layout-board .header-icon-btn img {
    filter: none;
}

.mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    color: #1f3145;
    cursor: pointer;
    padding: 0;
}

.home-header.is-sticky .mobile-toggle,
.home-header.is-hover .mobile-toggle,
.home-header.is-mega-open .mobile-toggle,
.home-header.is-mobile-nav-open .mobile-toggle,
.ee-home-solid-header .mobile-toggle,
.ee-layout-sub .mobile-toggle,
.ee-layout-board .mobile-toggle {
    border-color: #d9d9d9;
    background: #fff;
    color: #1f3145;
}

.mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    margin: 0;
    border-radius: 999px;
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

body:not(.ee-layout-sub):not(.ee-layout-board):not(.ee-home-solid-header) .home-header:not(.is-sticky):not(.is-hover):not(.is-mega-open) .mobile-toggle span {
    background: currentColor;
}

body:not(.ee-layout-sub):not(.ee-layout-board):not(.ee-home-solid-header) .home-header:not(.is-sticky):not(.is-hover):not(.is-mega-open) .mobile-toggle {
    color: #fff;
}

.home-header.is-mobile-nav-open .mobile-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.home-header.is-mobile-nav-open .mobile-toggle span:nth-child(2) {
    opacity: 0;
}

.home-header.is-mobile-nav-open .mobile-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

body:not(.ee-layout-sub):not(.ee-layout-board):not(.ee-home-solid-header) .home-header:not(.is-sticky):not(.is-hover):not(.is-mega-open) .header-icon-btn img {
    filter: brightness(0) invert(1);
}

body.is-scroll-locked {
    overflow: hidden;
}

.header-search-layer,
.quick-menu-layer {
    position: fixed;
    inset: 0;
    z-index: 1400;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.header-search-layer.is-open,
.quick-menu-layer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.layer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.header-search-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 24, 41, 0.78);
    padding: 24px;
}

.header-search-layer .layer-close-search {
    position: absolute;
    top: 24px;
    right: 24px;
}

.header-search-box {
    width: min(760px, 94vw);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.header-search-box input[type="text"] {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 16px;
}

.header-search-box button[type="submit"] {
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #0f5d9a;
    cursor: pointer;
}

.quick-menu-layer {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    background: rgba(8, 24, 41, 0.5);
}

.quick-menu-panel {
    position: relative;
    width: min(420px, 100vw);
    height: 100%;
    background: #fff;
    padding: 24px 20px 18px;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.22);
    transform: translateX(26px);
    transition: transform .22s ease;
}

.quick-menu-layer.is-open .quick-menu-panel {
    transform: translateX(0);
}

.quick-menu-panel .layer-close-quick {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #edf3f8;
    color: #203448;
}

.quick-menu-panel h2 {
    margin: 0 0 20px;
    padding-right: 48px;
    font-size: 26px;
    line-height: 1.1;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
    color: #24384b;
}

.quick-menu-grid {
    display: grid;
    gap: 10px;
}

.quick-menu-grid a {
    display: flex;
    align-items: center;
    min-height: 52px;
    border: 1px solid #dbe3ea;
    border-radius: 10px;
    padding: 10px 12px;
    color: #1d3448;
    font-size: 15px;
    font-weight: 700;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.quick-menu-grid a:hover {
    background: #eef5fb;
    border-color: #b5cde3;
    text-decoration: none;
    transform: translateY(-1px);
}

.mobile-nav-layer {
    position: fixed;
    inset: 0;
    z-index: 1380;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

.mobile-nav-layer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 18, 34, 0.52);
    backdrop-filter: blur(4px);
}

.mobile-nav-panel {
    position: relative;
    margin-left: auto;
    width: min(420px, 100vw);
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: -24px 0 48px rgba(7, 18, 34, 0.2);
    transform: translateX(100%);
    transition: transform .28s ease;
    display: flex;
    flex-direction: column;
}

.mobile-nav-layer.is-open .mobile-nav-panel {
    transform: translateX(0);
}

.mobile-nav-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 20px 18px;
    border-bottom: 1px solid rgba(32, 52, 72, 0.08);
}

.mobile-nav-brand-block {
    min-width: 0;
}

.mobile-nav-title {
    margin: 0 0 14px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-brand img:first-child {
    width: 148px;
    height: auto;
    display: block;
}

.mobile-nav-brand img:last-child {
    width: 88px;
    height: auto;
    display: block;
}

.mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #edf2f7;
    color: #1f3145;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 42px;
}

.mobile-nav-utility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 20px 0;
}

.mobile-utility-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(23, 59, 133, 0.14);
    background: #fff;
    color: #173b85;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.mobile-utility-link.is-primary {
    border-color: transparent;
    background: linear-gradient(135deg, #ca0464 0%, #173b85 100%);
    color: #fff;
}

.mobile-nav-tree {
    flex: 1;
    overflow: auto;
    padding: 18px 20px 16px;
}

.mobile-nav-item {
    border-top: 1px solid rgba(32, 52, 72, 0.08);
}

.mobile-nav-item:last-child {
    border-bottom: 1px solid rgba(32, 52, 72, 0.08);
}

.mobile-nav-link-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.mobile-nav-link {
    display: block;
    min-width: 0;
    padding: 18px 0;
    color: #1f3145;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
}

.mobile-nav-item.is-current > .mobile-nav-link-row .mobile-nav-link {
    color: var(--home-brand-2);
}

.mobile-nav-expand {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(23, 59, 133, 0.14);
    border-radius: 999px;
    background: #f4f7fb;
    cursor: pointer;
    flex: 0 0 40px;
}

.mobile-nav-expand::before,
.mobile-nav-expand::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #173b85;
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
}

.mobile-nav-expand::before {
    transform: translate(-50%, -50%);
}

.mobile-nav-expand::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-nav-item.is-open .mobile-nav-expand::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.mobile-nav-submenu {
    display: none;
    gap: 8px;
    padding: 0 0 18px;
}

.mobile-nav-item.is-open .mobile-nav-submenu {
    display: grid;
}

.mobile-nav-sublink {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(23, 59, 133, 0.08);
    color: #44576b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.mobile-nav-sublink.is-current {
    border-color: rgba(202, 4, 100, 0.2);
    background: rgba(202, 4, 100, 0.08);
    color: #9c0b56;
}

.mobile-nav-quick {
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(32, 52, 72, 0.08);
    background: rgba(255, 255, 255, 0.86);
}

.mobile-nav-section-title {
    margin: 0 0 12px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-nav-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mobile-nav-quick-grid a {
    position: relative;
    display: grid;
    align-content: space-between;
    gap: 14px;
    min-height: 116px;
    padding: 14px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 36%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(23, 59, 133, 0.1);
    color: #21384c;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mobile-nav-quick-grid a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.mobile-nav-quick-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(23, 59, 133, 0.16);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

.mobile-nav-quick-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.16);
}

.mobile-nav-quick-icon svg {
    width: 26px;
    height: 26px;
    display: block;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.mobile-nav-quick-label {
    display: block;
    color: #21384c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.mobile-nav-quick-grid a[data-icon="instagram"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
}

.mobile-nav-quick-grid a[data-icon="admission"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #173b85 0%, #2d73d2 100%);
}

.mobile-nav-quick-grid a[data-icon="research"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #0f766e 0%, #173b85 100%);
}

.mobile-nav-quick-grid a[data-icon="seminar"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #ca0464 0%, #8b2bb0 100%);
}

.mobile-nav-quick-grid a[data-icon="equipment"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #3a4b66 0%, #173b85 100%);
}

.mobile-nav-quick-grid a[data-icon="forms"] .mobile-nav-quick-icon {
    background: linear-gradient(135deg, #0f8b6d 0%, #17a398 100%);
}

.hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background: #000;
    overflow: hidden;
}

.hero.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 4;
}

.hero.is-loading::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(255, 255, 255, 0.34);
    border-top-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: home-hero-spin .9s linear infinite;
    z-index: 5;
}

.hero .slides {
    position: absolute;
    inset: 0;
    height: 100%;
}

.hero .slide {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .65s ease;
}

.hero .slide.active {
    pointer-events: auto;
    opacity: 1;
}

.hero .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 1;
}

.hero .slide .media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.hero-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    width: min(1200px, 92vw);
    margin: 0 auto;
    z-index: 2;
    padding: 0;
    color: #fff;
}

.hero .title {
    margin: 0 0 24px;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
    font-weight: 800;
}

.hero .slide .title,
.hero .slide .subtitle,
.hero .slide .hero_desc {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}

.hero .slide.active .title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .22s;
}

.hero .slide.active .subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .34s;
}

.hero .slide.active .hero_desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
}

.hero .subtitle {
    margin: 0 0 8px;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.5;
    opacity: .95;
}

.hero .hero_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: saturate(1.2) blur(4px);
    backdrop-filter: saturate(1.2) blur(4px);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    padding: 18px 22px;
}

.hero .hero_desc .desc {
    margin: 0;
    width: 60%;
    max-width: 60%;
    font-size: 15px;
    line-height: 1.6;
    color: #263849;
}

.hero .slide-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 15%;
    min-width: 160px;
    max-width: 15%;
}

.hero .slide-progress .num {
    min-width: 2ch;
    font-size: 14px;
    font-weight: 800;
    color: #333;
}

.hero .slide-progress .loader {
    flex: 1;
    min-width: 120px;
    height: 3px;
    background: rgba(229, 229, 229, 0.9);
    border-radius: 999px;
    overflow: hidden;
}

.hero .slide-progress .loader .bar {
    display: block;
    width: 0;
    height: 100%;
    background: #ca0464;
}

.hero .slide-progress .loader.active .bar {
    animation: home-hero-progress var(--hero-duration, 5s) linear forwards;
}

@keyframes home-hero-progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes home-hero-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.section {
    padding: 48px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.section-head h2 {
    margin: 0;
    font-size: 30px;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
}

.more-link {
    color: var(--home-brand);
    font-weight: 700;
    font-size: 14px;
}

.news-grid,
.notice-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.notice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feed-item {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 10px 18px rgba(18, 39, 60, 0.05);
}

.feed-item.has-thumb {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 12px;
    align-items: start;
}

.feed-item .feed-thumb {
    display: block;
    width: 108px;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #eef4f9;
}

.feed-item .feed-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.feed-item .feed-body {
    min-width: 0;
}

.feed-item h3 {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.45;
}

.feed-item .meta,
.feed-empty {
    margin: 0;
    font-size: 13px;
    color: var(--home-muted);
}

.quick-links {
    padding-top: 20px;
}

.quick-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quick-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    background: #fff;
    min-height: 130px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.quick-card strong {
    display: block;
    margin-bottom: 10px;
    color: #11304f;
    font-size: 18px;
}

.quick-card span {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.45;
}

.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 20px rgba(16, 40, 62, 0.12);
}

.home-footer {
    margin-top: 40px;
    border-top: 1px solid var(--line);
    background: #f8f8f8;
}

.footer-top,
.footer-bottom {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0;
}

.footer-top a {
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    padding: 8px 16px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
}

.footer-bottom {
    border-top: 1px solid #e3e3e3;
    color: #666;
    font-size: 13px;
    padding: 20px 0 26px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
}

.footer-brand img {
    display: block;
    width: 156px;
    height: auto;
}

.footer-copy p {
    margin: 0;
    line-height: 1.55;
}

.footer-copy p+p {
    margin-top: 4px;
}

.ee-quick-menu {
    position: fixed;
    right: 24px;
    bottom: 210px;
    z-index: 9999;
}

.ee-quick-menu__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ee-quick-menu__item {
    position: relative;
    margin: 0;
    padding: 0;
}

.ee-quick-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.82);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ee-quick-menu__link:hover,
.ee-quick-menu__link:focus,
.ee-quick-menu__link:focus-visible {
    transform: translateY(-2px);
    background: #ca0464;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.ee-quick-menu__icon {
    display: block;
    width: 22px;
    height: 22px;
}

.ee-quick-menu__label {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%) translateX(8px);
    width: max-content;
    max-width: 180px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.92);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.ee-quick-menu__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    width: 8px;
    height: 8px;
    background: rgba(20, 20, 20, 0.92);
    transform: translateY(-50%) rotate(45deg);
}

.ee-quick-menu__link:hover .ee-quick-menu__label,
.ee-quick-menu__link:focus .ee-quick-menu__label,
.ee-quick-menu__link:focus-visible .ee-quick-menu__label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Home Sections 2-4 (original design parity) */
.ee-container {
    width: min(1280px, calc(100vw - 80px));
    margin: 0 auto;
    position: relative;
}

.section.parallax-vision {
    position: relative;
    min-height: 70vh;
    padding: 0;
    margin-top: 0;
    background: #000;
    overflow: hidden;
}

.parallax-vision .tab-index {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    width: min(760px, calc(100vw - 80px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.parallax-vision .tab-button {
    min-height: 7px;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    position: relative;
    overflow: visible;
    color: transparent;
    line-height: 0;
    font-size: 0;
}

.parallax-vision .tab-button.active {
    background: #c8005f;
}

.parallax-vision .tab-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.parallax-vision .tab-button::after {
    content: attr(data-label);
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px 12px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff;
    text-align: center;
    background: transparent;
}

.parallax-vision .tab-button[aria-selected="true"]::after {
    background: #c8005f;
}

.parallax-vision .tab-content {
    position: relative;
    min-height: clamp(560px, 72vh, 900px);
}

.parallax-vision .tab-pane {
    position: absolute;
    inset: 0;
    padding-top: 56px;
    opacity: 1;
    transform: none;
}

.parallax-vision .tab-pane[hidden] {
    display: none !important;
}

.parallax-vision .parallax-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.parallax-vision .parallax-overlay {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: clamp(520px, 70vh, 900px);
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .48) 100%);
}

.parallax-vision .parallax-content {
    margin: 0 0 clamp(40px, 10%, 120px) 0;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.parallax-vision .parallax-content .eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
}

.parallax-vision .parallax-content .title {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.parallax-vision .parallax-content .homesubtitle {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 800;
}

.parallax-vision .parallax-content .desc {
    max-width: 980px;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.ee-btn.ee-btn--arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.ee-btn.ee-btn--arrow:hover {
    background: #fff;
    color: #0b2545;
}

.section.latest-news.grid {
    position: relative;
    z-index: 100;
    background: #f9f9f9;
    padding: 64px 0;
}

.section.latest-news.grid .ee-container {
    position: relative;
}

.section.latest-news.grid .ln-anim {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url('/assets/theme/postech_ee/images/ee_being.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    opacity: .13;
}

.section.latest-news.grid .ln-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section.latest-news.grid .ln-titles .section-title {
    margin: 0 0 6px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
}

.section.latest-news.grid .ln-titles .section-sub {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
}

.section.latest-news.grid .ln-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.section.latest-news.grid .ln-slide {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.section.latest-news.grid .ln-slide .thumb {
    display: block;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: transform .35s ease;
    transform-origin: center;
}

.section.latest-news.grid .ln-slide .thumb:hover {
    transform: scale(1.06);
}

.section.latest-news.grid .ln-slide .body {
    padding: 14px 16px 18px;
}

.section.latest-news.grid .ln-slide .meta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
}

.section.latest-news.grid .ln-slide .date {
    font-size: 12px;
    color: #a1006b;
    font-weight: 700;
    opacity: .9;
}

.section.latest-news.grid .ln-slide .title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.section.latest-news.grid .ln-slide .title a {
    color: #111;
}

.section.latest-news.grid .ln-slide .title a:hover {
    text-decoration: underline;
}

.section.latest-news.grid .ln-slide .excerpt {
    margin: 0;
    width: 90%;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.section.latest-news.grid .ln-slide .ln-go {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 108px;
    height: 116px;
    display: inline-block;
    z-index: 2;
}

.section.latest-news.grid .ln-slide .ln-go img {
    width: 100%;
    height: auto;
    display: block;
}

.section.latest-news.grid .ln-more-wrap {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    text-align: center;
    margin: 22px auto 0;
}

.section.latest-news.grid .ln-more {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #fff;
    color: #a1006b;
    border: 1px solid #e5e7eb;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
}

.section.latest-news.grid .ln-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    background: #fff6fb;
    border-color: #f1d3e4;
}

.section.life {
    position: relative;
    color: #fff;
    background: #111 url('/assets/theme/postech_ee/images/ee_being.png') center / cover no-repeat;
    padding: 0;
}

.section.life::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 0;
}

.section.life .ee-container {
    position: relative;
    z-index: 1;
    padding: 84px 20px 60px;
}

.section.life .section-title {
    margin: 0 0 8px;
    line-height: 1;
}

.section.life .section-title img {
    display: block;
    width: min(620px, 86vw);
    height: auto;
}

.section.life .grid.icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    margin-top: 100px;
}

.section.life .grid.icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section.life .grid.icons .icon .ico {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .9;
    padding: .7rem;
}

.section.life .grid.icons .icon .ico a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section.life .grid.icons .icon .ico img {
    max-width: 46px;
    max-height: 46px;
    width: auto;
    height: auto;
}

.section.life .grid.icons .icon .label {
    color: #fff;
    font-size: 16px;
    opacity: .95;
}

.section.latest-news.notice-carousel {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    background: #0f172a;
    color: #fff;
}

.section.latest-news.notice-carousel .notice-carousel-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(7, 16, 33, 0.92), rgba(33, 38, 68, 0.88)),
        url('/assets/theme/postech_ee/images/imgs/main_bg_screen.png') center / cover no-repeat;
    transform: scale(1.04);
}

.section.latest-news.notice-carousel .notice-carousel-overlay {
    position: relative;
    z-index: 1;
}

.section.latest-news.notice-carousel .news-anim {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url('/assets/theme/postech_ee/images/ee_being.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    opacity: .08;
}

.section.latest-news.notice-carousel .ee-container {
    position: relative;
    z-index: 1;
}

.section.latest-news.notice-carousel .ln-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section.latest-news.notice-carousel .ln-titles .section-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Titillium Web", "Noto Sans KR", "Open Sans", sans-serif;
}

.section.latest-news.notice-carousel .ln-titles .section-sub {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.section.latest-news.notice-carousel .ln-controls {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.section.latest-news.notice-carousel .ln-prev,
.section.latest-news.notice-carousel .ln-next {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, opacity .2s ease;
}

.section.latest-news.notice-carousel .ln-prev:hover,
.section.latest-news.notice-carousel .ln-next:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
}

.section.latest-news.notice-carousel .ln-prev:disabled,
.section.latest-news.notice-carousel .ln-next:disabled {
    cursor: default;
    opacity: .45;
}

.section.latest-news.notice-carousel .ln-pagination {
    min-width: 54px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 700;
}

.section.latest-news.notice-carousel .ln-pagination .sep {
    opacity: .45;
}

.section.latest-news.notice-carousel .ln-viewport {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.section.latest-news.notice-carousel .ln-viewport::-webkit-scrollbar {
    display: none;
}

.section.latest-news.notice-carousel .ln-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
}

.section.latest-news.notice-carousel .ln-slide {
    position: relative;
    min-width: 0;
    background: #fff;
    color: #111;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
    scroll-snap-align: start;
}

.section.latest-news.notice-carousel .ln-slide .thumb {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f5f5f5;
}

.section.latest-news.notice-carousel .ln-slide .thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.section.latest-news.notice-carousel .ln-slide .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.section.latest-news.notice-carousel .ln-slide:hover .thumb img {
    transform: scale(1.05);
}

.section.latest-news.notice-carousel .ln-slide .body {
    padding: 18px 18px 22px;
}

.section.latest-news.notice-carousel .ln-slide .meta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.section.latest-news.notice-carousel .ln-slide .cat {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(161, 0, 107, 0.1);
    color: #a1006b;
    font-size: 12px;
    font-weight: 800;
}

.section.latest-news.notice-carousel .ln-slide .title {
    margin: 0 0 10px;
    padding-right: 88px;
    font-size: 20px;
    line-height: 1.38;
    font-weight: 800;
}

.section.latest-news.notice-carousel .ln-slide .title a {
    color: #111;
    text-decoration: none;
}

.section.latest-news.notice-carousel .ln-slide .title a:hover {
    text-decoration: underline;
}

.section.latest-news.notice-carousel .ln-slide .excerpt {
    margin: 0 0 14px;
    color: #555;
    font-size: 14px;
    line-height: 1.72;
}

.section.latest-news.notice-carousel .ln-slide .date {
    display: inline-block;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.section.latest-news.notice-carousel .ln-slide .ln-go {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 96px;
    height: 96px;
    display: inline-block;
}

.section.latest-news.notice-carousel .ln-slide .ln-go img {
    width: 100%;
    height: auto;
    display: block;
}

.section.latest-news.notice-carousel .ln-more-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 26px auto 0;
}

.section.latest-news.notice-carousel .ln-more {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.section.latest-news.notice-carousel .ln-more:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1140px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gnb-mega-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section.latest-news.grid .ln-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section.life .grid.icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 70px;
    }

    .section.latest-news.notice-carousel .ln-track {
        grid-auto-columns: calc((100% - 18px) / 2);
    }
}

@media (min-width: 1201px) {
    .home-gnb .mega-panel {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .home-header {
        position: sticky;
        background: rgba(255, 255, 255, 0.96);
        border-bottom-color: var(--line);
    }

    .home-header-inner {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
        min-height: var(--header-h);
        width: min(100vw - 24px, 1280px);
        padding: 12px 0 10px;
    }

    .home-logo {
        grid-column: 1;
    }

    .header-actions {
        grid-column: 3;
        justify-self: end;
        display: inline-flex;
        gap: 10px;
    }

    .mobile-toggle {
        display: inline-flex;
    }

    .header-btn-reserve,
    .header-btn-lang {
        display: none;
    }

    .logo-pack.logo1 {
        width: 146px;
    }

    .logo-pack.logo2 {
        width: 92px;
    }

    .home-gnb {
        display: none !important;
    }

    .gnb-mega-all {
        display: none;
    }

    .mega-menu-bg {
        display: none;
    }

    .home-gnb>ul {
        width: 100%;
    }

    .gnb-item {
        width: auto;
    }

    .gnb-item>a {
        color: #333;
    }

    .header-icon-btn {
        width: 36px;
        height: 36px;
        border-color: #d9d9d9 !important;
        background: #fff !important;
    }

    .header-icon-btn img {
        filter: none !important;
    }

    .mobile-toggle {
        width: 36px;
        height: 36px;
        border-color: #d9d9d9;
        background: #fff;
    }

    .gnb-item.open .gnb-caret {
        transform: rotate(180deg);
    }

    .mega-panel {
        display: none;
    }

    .logo-pack .logo-default {
        opacity: 0;
    }

    .logo-pack .logo-fixed {
        opacity: 1;
        position: static;
    }

    .hero {
        min-height: 74vh;
    }

    .hero .hero-inner {
        bottom: 15%;
    }

    .hero .hero_desc {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
    }

    .hero .hero_desc .desc {
        width: 100%;
        max-width: 100%;
        color: #263849;
    }

    .hero .slide-progress {
        width: 100%;
        max-width: 100%;
    }

    .ee-container {
        width: min(100vw - 24px, 1280px);
    }

    .parallax-vision .tab-index {
        width: min(100vw - 24px, 760px);
        top: 12px;
        gap: 8px;
    }

    .parallax-vision .tab-content {
        min-height: 66vh;
    }

    .parallax-vision .tab-pane {
        padding-top: 50px;
    }

    .parallax-vision .parallax-content {
        margin-bottom: 48px;
    }

    .parallax-vision .parallax-content .homesubtitle {
        font-size: clamp(18px, 2.5vw, 26px);
    }

    .parallax-vision .parallax-content .desc {
        font-size: 14px;
        line-height: 1.55;
    }

    .section.latest-news.grid {
        padding: 44px 0;
    }

    .section.latest-news.grid .ln-titles .section-title {
        font-size: 34px;
    }

    .section.latest-news.grid .ln-slide .ln-go {
        right: 10px;
        bottom: 10px;
        width: 108px;
        height: 116px;
    }

    .section.latest-news.notice-carousel {
        padding: 52px 0 48px;
    }

    .section.latest-news.notice-carousel .ln-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .section.latest-news.notice-carousel .ln-titles .section-title {
        font-size: 34px;
    }

    .section.latest-news.notice-carousel .ln-slide .title {
        font-size: 18px;
        padding-right: 74px;
    }

    .section.latest-news.notice-carousel .ln-slide .ln-go {
        width: 84px;
        height: 84px;
    }

    .section {
        padding: 32px 0;
    }

    .section-head h2 {
        font-size: 24px;
    }

    .notice-list {
        grid-template-columns: 1fr;
    }

    .feed-item.has-thumb {
        grid-template-columns: 1fr;
    }

    .feed-item .feed-thumb {
        width: 100%;
        max-width: 260px;
    }

    .floating-quick,
    .ee-quick-menu {
        display: none;
    }

    .header-search-layer .layer-close-search {
        top: 16px;
        right: 16px;
    }

    .header-search-box {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
    }

    .header-search-box button[type="submit"] {
        min-height: 42px;
    }

    .quick-menu-panel {
        width: min(100vw, 380px);
        padding: 22px 16px 14px;
    }

    .quick-menu-panel h2 {
        font-size: 22px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .home-header {
        --header-h: 82px;
    }

    .home-header-inner {
        width: min(100vw - 20px, 1280px);
    }

    .mobile-nav-panel {
        width: 100vw;
    }

    .mobile-nav-head,
    .mobile-nav-utility,
    .mobile-nav-tree,
    .mobile-nav-quick {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mobile-nav-brand img:first-child {
        width: 130px;
    }

    .mobile-nav-brand img:last-child {
        width: 78px;
    }

    .mobile-nav-link {
        font-size: 18px;
    }

    .mobile-nav-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero {
        min-height: 64vh;
    }

    .hero .hero-inner {
        bottom: 12%;
        width: min(94vw, 1200px);
    }

    .hero .title {
        font-size: 27px;
    }

    .hero .subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .hero .hero_desc .desc {
        font-size: 13px;
    }

    .hero .slide-progress {
        width: 100%;
        min-width: 0;
    }

    .parallax-vision .tab-index {
        top: 10px;
        gap: 6px;
    }

    .parallax-vision .tab-button::after {
        margin-top: 6px;
        padding: 6px 8px 10px;
        font-size: 12px;
    }

    .parallax-vision .tab-pane {
        padding-top: 44px;
    }

    .parallax-vision .parallax-overlay {
        min-height: 64vh;
    }

    .parallax-vision .parallax-content {
        margin-bottom: 30px;
    }

    .parallax-vision .parallax-content .title {
        font-size: 30px;
    }

    .parallax-vision .parallax-content .homesubtitle {
        font-size: 20px;
    }

    .parallax-vision .parallax-content .desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .ee-btn.ee-btn--arrow {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 14px;
    }

    .section.latest-news.grid .ln-grid {
        grid-template-columns: 1fr;
    }

    .section.latest-news.grid .ln-titles .section-title {
        font-size: 30px;
    }

    .section.latest-news.grid .ln-slide .title {
        font-size: 17px;
    }

    .section.latest-news.grid .ln-slide .excerpt {
        width: 100%;
        font-size: 13px;
    }

    .section.latest-news.grid .ln-more {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .section.latest-news.notice-carousel .ln-track {
        grid-auto-columns: 100%;
    }

    .section.latest-news.notice-carousel .ln-controls {
        width: 100%;
        justify-content: space-between;
    }

    .section.latest-news.notice-carousel .ln-slide .body {
        padding: 16px 16px 20px;
    }

    .section.latest-news.notice-carousel .ln-slide .title {
        font-size: 17px;
        padding-right: 66px;
    }

    .section.latest-news.notice-carousel .ln-slide .excerpt {
        font-size: 13px;
        line-height: 1.65;
    }

    .section.life .ee-container {
        padding: 60px 12px 42px;
    }

    .section.life .grid.icons {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 40px;
    }

    .section.life .grid.icons .icon .ico {
        width: 84px;
        height: 84px;
    }

    .section.life .grid.icons .icon .label {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .gnb-item,
    .gnb-caret,
    .gnb-mega-all,
    .mega-menu-bg,
    .hero .slide,
    .hero .slide .title,
    .hero .slide .subtitle,
    .hero .slide .hero_desc,
    .hero .slide-progress .loader .bar,
    .parallax-vision .tab-button,
    .parallax-vision .tab-pane,
    .section.latest-news.grid .ln-slide .thumb,
    .section.latest-news.grid .ln-more,
    .section.latest-news.notice-carousel .ln-slide .thumb img,
    .section.latest-news.notice-carousel .ln-prev,
    .section.latest-news.notice-carousel .ln-next,
    .section.latest-news.notice-carousel .ln-more,
    .header-icon-btn,
    .quick-menu-panel {
        transition: none !important;
        animation: none !important;
    }

    .hero .slide .title,
    .hero .slide .subtitle,
    .hero .slide .hero_desc {
        opacity: 1;
        transform: none;
    }
}
