@font-face {
    font-family: "SUIT Variable";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/customs/main/SUIT-Variable.woff2") format("woff2-variations");
}

:root {
    --muted: #64748b;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#content #visual {
    display: none !important;
}

body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif;
    line-height: 1.6;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
}

body.mooc {
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
}

body #content .custom-dsu-main {
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
}

body #content {
    flex: 1 0 auto !important;
}

#footer.custom-dsu-footer {
    flex-shrink: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#header.custom-dsu-site {
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
    position: sticky;
    top: 0;
    z-index: 900;
    height: auto !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

#header.custom-dsu-site .custom-dsu-skip-link {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 10001;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    background: #f8fafc;
    border: 2px solid #2563eb;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
}

#header.custom-dsu-site .custom-dsu-skip-link:focus {
    position: fixed;
    left: max(12px, env(safe-area-inset-left, 0px));
    top: max(12px, env(safe-area-inset-top, 0px));
    width: auto;
    height: auto;
    overflow: visible;
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

#header.custom-dsu-site a:focus-visible,
#header.custom-dsu-site button:focus-visible,
#footer.custom-dsu-footer a:focus-visible,
#footer.custom-dsu-footer select:focus-visible,
.custom-dsu-main a:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

#header.custom-dsu-site .custom-dsu-topbar {
    position: relative;
    z-index: 10;
    overflow: visible;
    background: #060d18;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#header.custom-dsu-site .custom-dsu-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 8px 12px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

#header.custom-dsu-site .custom-dsu-topbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

#header.custom-dsu-site .custom-dsu-topbar-left a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s;
}

#header.custom-dsu-site .custom-dsu-topbar-left a:hover {
    color: #fff;
}

#header.custom-dsu-site .custom-dsu-topbar-sitemap {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

#header.custom-dsu-site .custom-dsu-topbar-sitemap:hover {
    color: #fff;
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-container {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 20;
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-select_dropdown {
    z-index: 30;
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-title {
    display: none !important;
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-select_box {
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-select_box > i {
    display: none !important;
}

#header.custom-dsu-site .custom-dsu-topbar-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    gap: 14px;
}

#header.custom-dsu-site .custom-dsu-navbar {
    position: relative;
    z-index: 1;
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
}

#header.custom-dsu-site .custom-dsu-nav-shell {
    max-width: 1200px;
}

#header.custom-dsu-site .navbar.custom-dsu-navbar > .container.custom-dsu-nav-shell {
    height: auto !important;
    min-height: 64px;
    display: block;
    width: 100%;
}

#header.custom-dsu-site .custom-dsu-navbar-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    width: 100%;
    float: none !important;
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 12px 20px;
    box-sizing: border-box;
}

#header.custom-dsu-site .custom-dsu-navbar-header > .float-left {
    float: none !important;
    flex-shrink: 0;
}

#header.custom-dsu-site .xn-main-catalog-header-logo-wrap {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    flex-shrink: 0;
}

#header.custom-dsu-site .xn-main-catalog-header-logo {
    display: flex !important;
    align-items: center !important;
    line-height: 0 !important;
    max-width: unset !important;
}

#header.custom-dsu-site .xn-main-catalog-header-logo-picture {
    display: flex !important;
    align-items: center !important;
    margin: 0;
    padding: 0;
    line-height: 0 !important;
    max-width: unset !important;
}

#header.custom-dsu-site .xn-main-catalog-header-logo-image {
    display: block !important;
    height: 24px !important;
    max-height: 24px !important;
    width: auto !important;
    max-width: min(100%, 320px);
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

#header.custom-dsu-site .xn-main-catalog-header-logo-wrap a:hover .xn-main-catalog-header-logo-image {
    opacity: 1;
}

#header.custom-dsu-site .xn-main-menu-wrap {
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    gap: 6px 8px;
}

#header.custom-dsu-site .xn-main-menu-wrap > .desktop {
    flex: 1 1 auto;
    min-width: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#header.custom-dsu-site .xn-main-menu-wrap .xn-right-menu-wrapper.pull-right,
#header.custom-dsu-site .navbar-static-top .container .xn-main-menu-wrap .pull-right.xn-right-menu-wrapper {
    float: none !important;
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    align-self: center;
    height: auto !important;
    min-width: 0 !important;
    text-align: right;
    gap: 10px !important;
    column-gap: 10px !important;
}

#header.custom-dsu-site .xn-header-menu-wrapper {
    float: none !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

#header.custom-dsu-site .xn-header-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto !important;
}

#header.custom-dsu-site .xn-header-menu > li.menu-item {
    float: none !important;
    width: auto !important;
    position: relative;
    background: transparent !important;
}

#header.custom-dsu-site .xn-header-menu > li.menu-item:hover,
#header.custom-dsu-site .xn-header-menu > li.menu-item:focus-within {
    background-color: transparent !important;
}

#header.custom-dsu-site .xn-header-menu .custom-dsu-megamenu li.menu-item:hover {
    background-color: transparent !important;
}

#header.custom-dsu-site .xn-header-menu > li.menu-item > a[data-role="menu"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: auto !important;
    line-height: 1.3 !important;
    padding: 10px 16px !important;
    border-radius: 999px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}

#header.custom-dsu-site .xn-header-menu > li.menu-item:hover > a[data-role="menu"],
#header.custom-dsu-site .xn-header-menu > li.menu-item > a[data-role="menu"].hover {
    color: #fff !important;
    background: rgba(59, 130, 246, 0.22) !important;
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.35) !important;
}

#header.custom-dsu-site .custom-dsu-megamenu {
    display: none;
    position: absolute;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: max(100%, 120px) !important;
    min-width: 0 !important;
    max-width: min(300px, 94vw) !important;
    box-sizing: border-box !important;
    top: calc(100% - 4px);
    margin-top: 0;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.06) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    z-index: 500;
    overflow: hidden !important;
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
}

#header.custom-dsu-site .custom-dsu-megamenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 14px;
}

#header.custom-dsu-site .xn-header-menu > li.menu-item:hover > .custom-dsu-megamenu,
#header.custom-dsu-site .xn-header-menu > li.menu-item:focus-within > .custom-dsu-megamenu {
    display: block;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li.menu-item {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li.menu-item + li.menu-item {
    border-top: 1px solid rgba(15, 23, 42, 0.06) !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-height: unset !important;
    height: unset !important;
    padding: 7px 12px !important;
    border-radius: 0 !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li > a:hover,
#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li > a:focus {
    background: #f1f5f9 !important;
    color: #1d4ed8 !important;
    text-decoration: none !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-sub-menu-item-wrapper > li > a:focus-visible {
    outline: 2px solid #3b82f6 !important;
    outline-offset: -2px !important;
    z-index: 1 !important;
    position: relative !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container {
    margin: 0 0 0 0 !important;
    padding: 0 12px 6px !important;
    border-left: none !important;
    border-top: 1px solid rgba(15, 23, 42, 0.05) !important;
    background: #fafbfc !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container .menu-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(15, 23, 42, 0.05) !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container .menu-item:first-child {
    border-top: none !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container a.xn-3depth-menu {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container a.xn-3depth-menu:hover,
#header.custom-dsu-site .custom-dsu-megamenu .xn-3depth-menu-container a.xn-3depth-menu:focus {
    background: #eef2f7 !important;
    color: #1d4ed8 !important;
    text-decoration: none !important;
}

#header.custom-dsu-site .xn-sub-menu-outer-wrapper {
    display: none !important;
}

#header.custom-dsu-site .custom-dsu-header-actions {
    display: flex !important;
    align-items: center;
    align-self: center;
    gap: 10px;
    flex-wrap: nowrap;
}

#header.custom-dsu-site .xn-main-menu-wrap .xn-header-member-btn-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1280px) {
    #header.custom-dsu-site .custom-dsu-navbar-header {
        flex-wrap: nowrap;
        justify-content: space-between !important;
        min-height: 56px;
    }

    #header.custom-dsu-site .xn-main-menu-wrap {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    #header.custom-dsu-site .xn-main-menu-wrap > .desktop {
        display: none !important;
    }

    #header.custom-dsu-site .navbar.custom-dsu-navbar .container.custom-dsu-nav-shell {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        width: 100%;
        position: relative;
    }

    #header.custom-dsu-site #bs-example-navbar-collapse-1.navbar-collapse:not(.navbar-hidden) {
        display: flex !important;
        flex-direction: column !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
        max-width: 100% !important;
        order: 10;
        padding: 12px 16px 20px !important;
        margin-top: 0 !important;
        overflow: visible !important;
        z-index: 1050;
        background: transparent !important;
        border-top: none;
        box-shadow: none !important;
        box-sizing: border-box;
    }

    #header.custom-dsu-site #bs-example-navbar-collapse-1.navbar-collapse:not(.navbar-hidden) .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #header.custom-dsu-site .custom-dsu-navbar-header .navbar-toggler {
        align-self: center;
        flex-shrink: 0;
    }

    .custom-dsu-main .quick-menu-bg {
        border-radius: 0;
    }

    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 16px !important;
        max-width: 100% !important;
    }

}

@media screen and (max-width: 768px) {
    #header.custom-dsu-site .custom-dsu-navbar-header {
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box;
    }

    #header.custom-dsu-site .xn-main-catalog-header-logo-image {
        height: 18px !important;
        max-height: 24px !important;
    }

    #header.custom-dsu-site .custom-dsu-header-signup {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 50% !important;
        font-size: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    #header.custom-dsu-site .custom-dsu-header-search-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    #header.custom-dsu-site .custom-dsu-header-search-btn svg {
        width: 18px !important;
        height: 18px !important;
    }

    #header.custom-dsu-site .custom-dsu-header-signup-label,
    #header.custom-dsu-site .custom-dsu-header-login-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        clip: rect(0, 0, 0, 0) !important;
        border: 0 !important;
    }

    #header.custom-dsu-site .custom-dsu-header-signup::before {
        content: "";
        display: block;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        background: no-repeat center / contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cline x1='19' y1='8' x2='19' y2='14'/%3E%3Cline x1='22' y1='11' x2='16' y2='11'/%3E%3C/svg%3E");
    }
}

@media screen and (max-width: 480px) {
    #header.custom-dsu-site .xn-main-catalog-header-logo-image {
        height: 32px !important;
        max-height: 36px !important;
    }

    .custom-dsu-main .custom-dsu-hero {
        min-height: min(52vh, 420px);
    }

    .custom-dsu-main .custom-dsu-hero .xn-widget-slider-container {
        height: min(52vh, 420px) !important;
        max-height: 420px !important;
    }

    .custom-dsu-main .custom-dsu-hero .xnws-img {
        min-height: min(52vh, 420px) !important;
    }
}

@media screen and (max-width: 400px) {
    body #content {
        overflow-x: hidden;
        max-width: 100%;
    }

    body #content .custom-dsu-main {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .custom-dsu-main .custom-dsu-board-zone {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .custom-dsu-main .custom-dsu-board-zone .board-lattice {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .custom-dsu-main .custom-dsu-board-slot {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xn-widget-container.board_v2 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-top-container {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-board-post-list {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .custom-dsu-main .contact-card.board-panel--support {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 360px) {
    #header.custom-dsu-site .xn-main-catalog-header-logo-image {
        height: 28px !important;
        max-height: 32px !important;
    }

    #session-ttl-timer {
        display: none !important;
    }

    .custom-dsu-main .quick-menu-grid > li {
        flex: 0 0 100% !important;
    }
}

#header.custom-dsu-site .custom-dsu-header-search-btn {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    transition: background 0.2s, border-color 0.2s;
}

#header.custom-dsu-site .custom-dsu-header-search-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

#header.custom-dsu-site .custom-dsu-header-signup {
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
}

#header.custom-dsu-site .custom-dsu-header-signup:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

#header.custom-dsu-site .navbar {
    background: #0a1628 !important;
    border-bottom: none !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}

#header.custom-dsu-site .navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

#header.custom-dsu-site .xn-1depth-menu,
#header.custom-dsu-site .xn-2depth-menu,
#header.custom-dsu-site .xn-3depth-menu {
    color: rgba(255, 255, 255, 0.88) !important;
}

#header.custom-dsu-site .xn-sub-menu-wrapper {
    background: rgba(255, 255, 255, 0.98);
}

#header.custom-dsu-site .xn-sub-menu-wrapper a {
    color: #1e293b !important;
}

#header.custom-dsu-site .xn-common-white-gray-btn:not(.btn-dropdown-user-menu) {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
}

#header.custom-dsu-site .xn-common-white-gray-btn:not(.btn-dropdown-user-menu) .xn-header-member-btn-text {
    color: #fff !important;
}

#header .xn-header-member-btn-group i {
    filter: brightness(0) invert(1);
}

#header.custom-dsu-site .xn-session-ttl-timer {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

#header .btn-login {
    height: auto !important;
    min-height: 0 !important;
}

#header.custom-dsu-site .btn-login.xn-common-blue-btn {
    margin: 0 !important;
    padding: 10px 22px !important;
    background: #2563eb !important;
    border-color: #2563eb !important;
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 700;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        color 0.2s ease !important;
}

#header.custom-dsu-site .btn-login.xn-common-blue-btn:hover,
#header.custom-dsu-site .btn-login.xn-common-blue-btn:focus {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.5) !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

#header.custom-dsu-site .btn-login.xn-common-blue-btn:active {
    background: #1e40af !important;
    border-color: #1e40af !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(30, 64, 175, 0.45) !important;
    transform: translateY(0);
}

#header.custom-dsu-site .btn-login.xn-common-blue-btn:focus-visible {
    outline: 2px solid #93c5fd !important;
    outline-offset: 3px !important;
}

@media screen and (max-width: 768px) {
    #header.custom-dsu-site .custom-dsu-header-actions {
        gap: 6px !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .xn-header-member-btn-group {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-login.xn-common-blue-btn {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 50% !important;
        font-size: 0 !important;
        line-height: 0 !important;
        overflow: visible !important;
        flex: 0 0 38px !important;
        box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35) !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-login.xn-common-blue-btn::before {
        content: "";
        display: block;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        width: 20px;
        height: 20px;
        background: no-repeat center / contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3Cpolyline points='10 17 15 12 10 7'/%3E%3Cline x1='15' y1='12' x2='3' y2='12'/%3E%3C/svg%3E");
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-login.xn-common-blue-btn:hover,
    #header.custom-dsu-site .custom-dsu-header-actions .btn-login.xn-common-blue-btn:focus {
        transform: none !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-dropdown-user-menu {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
        border-radius: 50% !important;
        flex: 0 0 38px !important;
        overflow: hidden !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-dropdown-user-menu .xn-header-member-btn-text {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
        max-width: none !important;
    }

    #header.custom-dsu-site .custom-dsu-header-actions .btn-dropdown-user-menu i {
        position: static !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        display: block !important;
        width: 20px !important;
        height: 20px !important;
        flex-shrink: 0 !important;
        filter: none !important;
        font-size: 0 !important;
        color: transparent !important;
        background: no-repeat center / contain !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
    }
}

#header.custom-dsu-site .custom-dsu-topbar-right .xn-change_language-select_box span {
    color: rgba(255, 255, 255, 0.52) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    font-size: 11px !important;
}

.modal.custom-dsu-sitemap-modal {
    z-index: 1060 !important;
}

body.modal-open .modal-backdrop.show {
    z-index: 1050 !important;
}

.modal.custom-dsu-sitemap-modal .modal-content.custom-dsu-sitemap-modal-content {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow:
        0 28px 80px rgba(15, 23, 42, 0.38),
        0 0 0 1px rgba(15, 23, 42, 0.06) !important;
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
    background: #fff !important;
    outline: none !important;
}

.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px 18px 18px 22px !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 55%, #132a4a 100%) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.22) !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header .modal-title {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.3 !important;
    color: #fff !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header .close {
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    opacity: 0.92 !important;
    text-shadow: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
    transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease !important;
}

.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header .close:hover,
.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header .close:focus {
    opacity: 1 !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    background: rgba(59, 130, 246, 0.35) !important;
}

.modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header .close span {
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
}

.modal.custom-dsu-sitemap-modal .modal-content .modal-body.custom-dsu-sitemap-modal-body {
    padding: 16px 16px 20px !important;
    max-height: min(72vh, 540px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #f1f5f9 !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 23, 42, 0.25) transparent;
}

.modal.custom-dsu-sitemap-modal .modal-body.custom-dsu-sitemap-modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal.custom-dsu-sitemap-modal .modal-body.custom-dsu-sitemap-modal-body::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.18);
    border-radius: 999px;
}

.modal.custom-dsu-sitemap-modal .modal-body.custom-dsu-sitemap-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-item {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    list-style: none !important;
}

.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-item:last-child {
    margin-bottom: 0;
}

.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-item > a {
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
    padding: 14px 16px;
}

.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-item > a:hover,
.modal.custom-dsu-sitemap-modal .custom-dsu-sitemap-item > a:focus {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.02));
    color: #1d4ed8;
    text-decoration: none;
}

.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub {
    list-style: none !important;
    margin: 0 !important;
    padding: 4px 12px 12px 16px !important;
    border-left: none !important;
    border-top: 1px solid rgba(15, 23, 42, 0.06) !important;
    background: rgba(248, 250, 252, 0.85) !important;
}

.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub li {
    margin: 0 !important;
    list-style: none !important;
}

.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub li + li {
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #475569;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    padding: 10px 8px 10px 12px;
    border-radius: 8px;
    margin: 4px 0;
}

.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub a:hover,
.modal.custom-dsu-sitemap-modal ul.custom-dsu-sitemap-sub a:focus {
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    text-decoration: none;
}

@media (max-width: 576px) {
    .modal.custom-dsu-sitemap-modal .modal-dialog {
        margin: 12px !important;
    }

    .modal.custom-dsu-sitemap-modal .modal-content .modal-body.custom-dsu-sitemap-modal-body {
        padding: 12px 12px 16px !important;
    }

    .modal.custom-dsu-sitemap-modal .modal-header.custom-dsu-sitemap-modal-header {
        padding: 14px 14px 14px 18px !important;
    }
}

#footer.custom-dsu-footer {
    font-family: "SUIT Variable", "SUIT", "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
    background: linear-gradient(180deg, #060d18 0%, #000 100%);
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    border-top: none;
    margin-top: auto;
}

#footer.custom-dsu-footer .custom-dsu-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.custom-dsu-main .custom-dsu-partners {
    padding: 28px 24px;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.custom-dsu-main .custom-dsu-partners-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-dsu-main .custom-dsu-partners-inner a {
    display: block;
    line-height: 0;
}

.custom-dsu-main .custom-dsu-partners img {
    display: block;
    height: 40px;
    width: auto;
    max-width: min(200px, 38vw);
    object-fit: contain;
    opacity: 0.9;
    filter: grayscale(1);
    transition: opacity 0.2s ease, filter 0.25s ease;
}

.custom-dsu-main .custom-dsu-partners a:hover img,
.custom-dsu-main .custom-dsu-partners a:focus-visible img {
    opacity: 1;
    filter: grayscale(0);
}

#footer.custom-dsu-footer .custom-dsu-footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#footer.custom-dsu-footer .custom-dsu-footer-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
}

#footer.custom-dsu-footer .custom-dsu-footer-meta {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    text-align: left;
}

#footer.custom-dsu-footer .custom-dsu-footer-meta .xn-main-footer-copyright {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

#footer.custom-dsu-footer .custom-dsu-footer-campus-info {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
}

#footer.custom-dsu-footer .custom-dsu-footer-univ {
    flex: 1 1 320px;
    min-width: 0;
}

#footer.custom-dsu-footer .custom-dsu-footer-univ-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

#footer.custom-dsu-footer .custom-dsu-footer-campus-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

#footer.custom-dsu-footer .custom-dsu-footer-campus-list .campus-zip {
    color: rgba(255, 255, 255, 0.45);
}

#footer.custom-dsu-footer .custom-dsu-footer-tel {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

#footer.custom-dsu-footer .custom-dsu-footer-tel a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

#footer.custom-dsu-footer .custom-dsu-footer-tel a:hover {
    color: #fff;
}

#footer.custom-dsu-footer .custom-dsu-footer-privacy {
    margin: 14px 0 0;
    font-size: 13px;
    font-weight: 600;
}

#footer.custom-dsu-footer .custom-dsu-footer-privacy a {
    color: #93c5fd;
    text-decoration: none;
    transition: color 0.2s;
}

#footer.custom-dsu-footer .custom-dsu-footer-privacy a:hover {
    color: #bfdbfe;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer.custom-dsu-footer .custom-dsu-footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 20px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

#footer.custom-dsu-footer .custom-dsu-footer-copy {
    margin: 0;
}

#footer.custom-dsu-footer .custom-dsu-footer-to-top {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #3b82f6;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
    transition: transform 0.2s;
    text-decoration: none;
}

#footer.custom-dsu-footer .custom-dsu-footer-to-top:hover {
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #footer.custom-dsu-footer .custom-dsu-footer-top {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    #footer.custom-dsu-footer .custom-dsu-footer-middle {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    #footer.custom-dsu-footer .custom-dsu-footer-meta {
        text-align: center !important;
        width: 100%;
        align-self: stretch;
    }

    #footer.custom-dsu-footer .custom-dsu-footer-campus-info {
        flex-direction: column;
        gap: 24px;
    }

    #footer.custom-dsu-footer .custom-dsu-footer-bottom {
        flex-direction: column;
        align-items: center;
    }
}

#footer.custom-dsu-footer .custom-dsu-footer-brand .xn-main-footer-logo-image {
    display: block !important;
    height: 26px !important;
    max-height: none !important;
    width: auto !important;
    max-width: min(100%, 360px);
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

#footer.custom-dsu-footer .custom-dsu-footer-brand:hover .xn-main-footer-logo-image,
#footer.custom-dsu-footer .custom-dsu-footer-brand:focus-visible .xn-main-footer-logo-image {
    opacity: 1;
}


#footer.custom-dsu-footer .xn-main-catalog-footer-upper,
#footer.custom-dsu-footer .xn-main-catalog-footer-border,
#footer.custom-dsu-footer .xn-main-catalog-footer-info {
    display: none !important;
}

.custom-dsu-main {
    background-color: #f1f5f9;
}

html {
    scroll-behavior: smooth;
}

.custom-dsu-main #quick-menu {
    scroll-margin-top: 80px;
}

.custom-dsu-main .custom-dsu-hero {
    position: relative;
    min-height: min(78vh, 900px);
}

.custom-dsu-main .custom-dsu-hero .xn-widget-slider-container {
    position: relative !important;
    width: 100% !important;
    height: min(78vh, 900px) !important;
    max-height: 900px !important;
    margin: 0 auto !important;
    overflow: hidden;
}

.custom-dsu-main .custom-dsu-hero .xnws-img {
    position: relative;
    z-index: 0;
    min-height: min(78vh, 900px) !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

.custom-dsu-main .custom-dsu-hero .carousel-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 90% 70% at 78% 45%, rgba(59, 130, 246, 0.14) 0%, transparent 52%),
        radial-gradient(ellipse 55% 45% at 12% 88%, rgba(13, 148, 136, 0.1) 0%, transparent 50%),
        linear-gradient(
            100deg,
            rgba(7, 12, 22, 0.88) 0%,
            rgba(7, 12, 22, 0.52) 42%,
            rgba(12, 24, 44, 0.28) 78%,
            rgba(15, 30, 52, 0.18) 100%
        );
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto, auto, 100% 100%;
}

.custom-dsu-main .custom-dsu-hero .carousel-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,120 Q300,40 600,100 T1200,80' fill='none' stroke='rgba(147,197,253,0.22)' stroke-width='1.5'/%3E%3Cpath d='M0,160 Q400,200 800,130 T1200,150' fill='none' stroke='rgba(148,163,184,0.18)' stroke-width='1.25'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-dsu-main .custom-dsu-hero .carousel-inner,
.custom-dsu-main .custom-dsu-hero .carousel-item {
    height: 100%;
}

.custom-dsu-main .custom-dsu-hero .carousel-inner {
    position: relative;
}

/* -------------------------------------------------------------------------
 * 슬라이드 애니메이션이 안 먹는 원인 해결
 * Bootstrap 4.2.1에 `@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}`
 * 규칙이 있어, OS의 "애니메이션 효과 끄기"(Windows 접근성 > 시각 효과 > 애니메이션 효과)가
 * 켜진 사용자는 캐러셀 전환이 즉시 툭 바뀌어(깜빡임) 애니메이션이 안 보인다.
 * 메인 hero 배너는 항상 전환 효과를 보여야 하므로 이 영역에 한해 전환을 되살린다.
 * ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .custom-dsu-main .custom-dsu-hero .carousel-item {
        transition: transform 0.6s ease-in-out !important;
    }

    .custom-dsu-main .custom-dsu-hero .carousel-fade .carousel-item {
        transition: opacity 0.6s ease-in-out !important;
    }
}

.custom-dsu-main .custom-dsu-hero .carousel-caption {
    position: absolute;
    left: 50%;
    top: calc(50% - 60px);
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    width: min(920px, 92vw);
    padding: 24px 20px;
    text-align: center;
    z-index: 3;
}

.custom-dsu-main .custom-dsu-hero .carousel-caption .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    color: #fff;
}

.custom-dsu-main .custom-dsu-hero .hero__kicker {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff6a9d !important;
    margin: 0 auto;
}

.custom-dsu-main .custom-dsu-hero .hero__kicker::before,
.custom-dsu-main .custom-dsu-hero .hero__kicker::after {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 2px;
    flex-shrink: 0;
}

.custom-dsu-main .custom-dsu-hero .hero__kicker::before {
    background: linear-gradient(90deg, transparent, #ff6a9d);
}

.custom-dsu-main .custom-dsu-hero .hero__kicker::after {
    background: linear-gradient(90deg, #ff6a9d, transparent);
}

.custom-dsu-main .custom-dsu-hero .hero__kicker.hero__kicker--yellow,
.custom-dsu-main .custom-dsu-hero .hero__kicker--yellow {
    color: #faad14 !important;
}

.custom-dsu-main .custom-dsu-hero .hero__kicker.hero__kicker--yellow::before,
.custom-dsu-main .custom-dsu-hero .hero__kicker--yellow::before {
    background: linear-gradient(90deg, transparent, #faad14);
}

.custom-dsu-main .custom-dsu-hero .hero__kicker.hero__kicker--yellow::after,
.custom-dsu-main .custom-dsu-hero .hero__kicker--yellow::after {
    background: linear-gradient(90deg, #faad14, transparent);
}

.custom-dsu-main .custom-dsu-hero .hero__title {
    font-size: clamp(2rem, 5vw, 3.35rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.18;
    margin: 0 auto;
    color: #fff !important;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
    max-width: 12em;
}

.custom-dsu-main .custom-dsu-hero .hero__title-line {
    display: block;
}

.custom-dsu-main .custom-dsu-hero .hero__title-line + .hero__title-line {
    margin-top: 0.06em;
}

.custom-dsu-main .custom-dsu-hero .hero__title em {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-shadow: none;
    background: linear-gradient(
        118deg,
        #7dd3fc 0%,
        #38bdf8 40%,
        #2dd4bf 72%,
        #5eead4 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.custom-dsu-main .custom-dsu-hero .hero__lead {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    max-width: 40ch;
    margin: 0 auto;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.custom-dsu-main .custom-dsu-hero .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    justify-content: center;
}

.custom-dsu-main .custom-dsu-hero .btn-hero-primary,
.custom-dsu-main .custom-dsu-hero .btn-hero-ghost {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 48px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s, transform 0.25s, box-shadow 0.25s;
    white-space: nowrap;
}

.custom-dsu-main .custom-dsu-hero .btn-hero-primary {
    gap: 10px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 800;
    color: #fff !important;
    border: none;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    box-shadow: 0 12px 36px rgba(37, 99, 235, 0.45);
}

.custom-dsu-main .custom-dsu-hero .btn-hero-primary svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
}

.custom-dsu-main .custom-dsu-hero .btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(37, 99, 235, 0.55);
    color: #fff !important;
}

.custom-dsu-main .custom-dsu-hero .btn-hero-ghost {
    gap: 8px;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
}

.custom-dsu-main .custom-dsu-hero .btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff !important;
}

.custom-dsu-main .custom-dsu-hero .carousel-indicators {
    bottom: 120px !important;
    z-index: 6;
    margin-bottom: 0;
}

.custom-dsu-main .custom-dsu-hero .carousel-indicators li {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
}

.custom-dsu-main .custom-dsu-hero .carousel-indicators .active {
    background: #fff;
}

.custom-dsu-main .custom-dsu-hero .carousel-control-prev,
.custom-dsu-main .custom-dsu-hero .carousel-control-next {
    z-index: 6;
    width: 48px;
    opacity: 0.85;
}

.custom-dsu-main .custom-dsu-hero .carousel-control-prev-icon,
.custom-dsu-main .custom-dsu-hero .carousel-control-next-icon {
    width: 28px !important;
    height: 28px !important;
    background-image: none !important;
    background-color: #fff !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: 28px 28px !important;
    mask-size: 28px 28px !important;
}

.custom-dsu-main .custom-dsu-hero .carousel-control-prev-icon {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18 9 12l6-6'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18 9 12l6-6'/%3E%3C/svg%3E") !important;
}

.custom-dsu-main .custom-dsu-hero .carousel-control-next-icon {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") !important;
}

.custom-dsu-main .custom-dsu-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    z-index: 4;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 72' preserveAspectRatio='none'%3E%3Cpath d='M0 72L0 28L720 0L1440 28L1440 72Z' fill='%23f1f5f9'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.custom-dsu-main .hero-scroll-sonar {
    position: absolute;
    right: max(20px, env(safe-area-inset-right, 0px));
    bottom: max(88px, calc(108px + env(safe-area-inset-bottom, 0px)));
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.25s, transform 0.25s;
}

.custom-dsu-main .hero-scroll-sonar:hover {
    color: #fff;
    transform: translateY(2px);
}

.custom-dsu-main .hero-scroll-sonar:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 4px;
    border-radius: 14px;
}

.custom-dsu-main .hero-scroll-sonar__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.custom-dsu-main .hero-scroll-sonar__mouse {
    width: 32px;
    height: 50px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    padding-top: 11px;
    transition: border-color 0.25s, background 0.25s;
}

.custom-dsu-main .hero-scroll-sonar:hover .hero-scroll-sonar__mouse {
    border-color: rgba(147, 197, 253, 0.65);
    background: rgba(255, 255, 255, 0.11);
}

.custom-dsu-main .hero-scroll-sonar__wheel {
    width: 4px;
    height: 10px;
    border-radius: 3px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.45) 100%);
    animation: custom-dsu-hero-scroll-wheel 1.85s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes custom-dsu-hero-scroll-wheel {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.95;
    }
    40% {
        transform: translateY(14px);
        opacity: 0.2;
    }
    55% {
        transform: translateY(14px);
        opacity: 0.2;
    }
}

.custom-dsu-main .hero-scroll-sonar__chevron {
    display: flex;
    color: rgba(255, 255, 255, 0.75);
    animation: custom-dsu-hero-scroll-chevron 1.85s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.custom-dsu-main .hero-scroll-sonar__chevron svg {
    width: 22px;
    height: 22px;
}

@keyframes custom-dsu-hero-scroll-chevron {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.65;
    }
    45% {
        transform: translateY(5px);
        opacity: 1;
    }
}

.custom-dsu-main .hero-scroll-sonar__txt {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.88;
}

@media (max-width: 960px) {
    .custom-dsu-main .hero-scroll-sonar {
        right: 14px;
        bottom: max(72px, calc(96px + env(safe-area-inset-bottom, 0px)));
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-dsu-main .hero-scroll-sonar__wheel,
    .custom-dsu-main .hero-scroll-sonar__chevron {
        animation: none !important;
    }

    html {
        scroll-behavior: auto;
    }
}

.custom-dsu-main .quick-menu {
    position: relative;
    overflow: hidden;
    margin-top: -96px;
    z-index: 10;
}

.custom-dsu-main .quick-menu-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    pointer-events: none;
    background-color: #1e2a5c;
    background-image:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.07) 0%,
            transparent 42%,
            rgba(15, 23, 42, 0.22) 100%
        ),
        linear-gradient(
            168deg,
            rgba(43, 57, 144, 0.15) 0%,
            transparent 55%
        ),
        url("/customs/main/quick-menu-bg.png");
    background-size: cover, cover, cover;
    background-position: center, center, center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0 12px 12px 0;
    box-shadow:
        0 18px 48px rgba(24, 36, 130, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.custom-dsu-main .quick-menu-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    width: 120px;
    background: inherit;
    transform: skewX(-8deg);
    pointer-events: none;
}

.custom-dsu-main .quick-menu-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 24px;
    pointer-events: auto;
}

.custom-dsu-main .quick-menu-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    max-width: 85%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-dsu-main .quick-menu-grid > li {
    flex: 1;
    min-width: 0;
    display: flex;
    list-style: none;
}

.custom-dsu-main .quick-menu-item {
    display: flex;
    /* align-items: center; */
    gap: 14px;
    padding: 12px 24px;
    color: #f8fafc;
    transition: background 0.2s;
    flex: 1;
    min-width: 0;
    border-radius: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    word-break: keep-all;
}

.custom-dsu-main .quick-menu-grid > li:last-child .quick-menu-item {
    border-right: none;
}

.custom-dsu-main a.quick-menu-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.custom-dsu-main span.quick-menu-item[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-dsu-main .quick-menu-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    background: rgba(255, 255, 255, 0.08);
}

.custom-dsu-main a.quick-menu-item:hover .quick-menu-icon {
    background: rgba(147, 197, 253, 0.12);
    border-color: rgba(147, 197, 253, 0.45);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.custom-dsu-main .quick-menu-icon svg {
    width: 22px;
    height: 22px;
    stroke: #93c5fd;
    fill: none;
}

.custom-dsu-main .quick-menu-label {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.custom-dsu-main .quick-menu-sub {
    font-size: 11px;
    color: #93c5fd;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.custom-dsu-main .custom-dsu-board-zone {
    margin: 0 auto;
    padding: 56px 24px 64px;
    background: #f1f5f9;
}

.custom-dsu-main .custom-dsu-board-zone .board-lattice {
    display: grid;
    grid-template-columns: 1fr 1fr minmax(260px, 300px);
    gap: 22px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-dsu-main .custom-dsu-board-zone .board-lattice > .custom-dsu-board-slot {
    display: flex;
    flex-direction: column;
    min-height: 0;
    align-self: stretch;
    height: 100%;
}

.custom-dsu-main .custom-dsu-board-zone .board-lattice > .contact-card.board-panel--support {
    align-self: stretch;
    min-height: 0;
}

.custom-dsu-main .custom-dsu-board-slot .xn-widget,
.custom-dsu-main .custom-dsu-board-slot > .widget {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
}

.custom-dsu-main .custom-dsu-board-slot .xn-widget-container.board_v2 {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: #fff !important;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    height: 100%;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-category-tab-wrap {
    display: none !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-top-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 18px 20px 14px !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left !important;
    width: auto !important;
    margin: 0 !important;
    position: relative;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-title-wrap {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-title {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-sub-title {
    display: none !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-category-wrap {
    margin: 0 !important;
    overflow: visible !important;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    white-space: nowrap;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab:hover {
    background: none !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab:hover::before,
.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab:hover::after {
    text-decoration: none;
    opacity: 0.88;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab .xnbw-more-tab-plus-icon {
    display: none !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab span {
    display: none !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab::before {
    content: "더보기";
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #2563eb !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-more-tab::after {
    content: " +";
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #2563eb !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-items-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container:last-child {
    border-bottom: none;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-board-post-list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 0;
    width: 100% !important;
    height: auto !important;
    padding: 14px 20px !important;
    box-sizing: border-box;
    transition: background 0.15s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-board-post-list:hover {
    background: #f8fafc !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-category {
    flex-shrink: 0;
    align-self: center;
    max-width: 112px;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border: none !important;
    border-radius: 8px;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container:nth-child(4n + 1) .xnbw-post-list-category {
    color: #1e40af !important;
    background: #dbeafe !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container:nth-child(4n + 2) .xnbw-post-list-category {
    color: #1e293b !important;
    background: #cbd5e1 !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container:nth-child(4n + 3) .xnbw-post-list-category {
    color: #0f766e !important;
    background: #ccfbf1 !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-item-container:nth-child(4n + 4) .xnbw-post-list-category {
    color: #c21d5c !important;
    background: rgba(255, 120, 170, 0.16) !important;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-created {
    flex-shrink: 0;
    margin-left: auto;
    width: auto !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 360px) {
    .custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-title {
        font-size: 13px !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-created {
        font-size: 11px !important;
    }
}

.custom-dsu-main .contact-card.board-panel--support {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    background-color: #0f172a;
    background-image:
        linear-gradient(
            165deg,
            rgba(15, 23, 42, 0.5) 0%,
            rgba(15, 23, 42, 0.75) 45%,
            rgba(15, 23, 42, 0.88) 100%
        ),
        linear-gradient(145deg, rgba(37, 99, 235, 0.1) 0%, transparent 55%),
        url("/customs/main/center_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.custom-dsu-main .contact-card.board-panel--support .support-card__head {
    flex-shrink: 0;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(248, 250, 252, 0.1);
    background: rgba(15, 23, 42, 0.35);
}

.custom-dsu-main .contact-card.board-panel--support .support-card__head h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    color: #f8fafc;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.custom-dsu-main .contact-card.board-panel--support .support-contact-lines {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 0;
}

.custom-dsu-main .contact-card.board-panel--support .support-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    row-gap: 6px;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    word-break: keep-all;
    overflow-wrap: break-word;
}

.custom-dsu-main .contact-card.board-panel--support .support-row:last-child {
    border-bottom: none;
    padding-bottom: 12px;
}

.custom-dsu-main .contact-card.board-panel--support .support-row__scope {
    grid-column: 1 / -1;
    margin: 0;
    align-self: start;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: rgba(226, 232, 240, 0.88);
}

.custom-dsu-main .contact-card.board-panel--support .support-row__org {
    grid-column: 1;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    color: #f1f5f9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    justify-self: start;
}

.custom-dsu-main .contact-card.board-panel--support .support-row__org::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    vertical-align: 0.12em;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.22);
}

.custom-dsu-main .contact-card.board-panel--support .support-row__tel {
    grid-column: 2;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #7dd3fc !important;
    text-decoration: none !important;
    white-space: nowrap;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.custom-dsu-main .contact-card.board-panel--support .support-row__tel:hover {
    color: #bae6fd !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.custom-dsu-main .contact-card.board-panel--support .tel {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    color: #93c5fd;
    line-height: 1.2;
}

.custom-dsu-main .contact-card.board-panel--support .tel a {
    color: inherit;
    text-decoration: none;
}

.custom-dsu-main .contact-card.board-panel--support .contact-hours {
    font-size: 15px;
    font-weight: 600;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 12px;
}

.custom-dsu-main .contact-card.board-panel--support .contact-mail a {
    color: #93c5fd;
    font-weight: 700;
    word-break: break-all;
    text-decoration: none;
}

body #content .custom-dsu-main .custom-dsu-course-section {
    background: #f1f5f9;
    padding: 64px 0 72px;
    overflow-x: clip;
}

body #content .custom-dsu-main .custom-dsu-course-section .xn-widget-container.course {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 32px !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-top-container {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px 20px;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto 28px !important;
    padding: 0 24px !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-title-wrap {
    position: relative;
    text-align: left !important;
    margin: 0 !important;
    flex: 1 1 240px;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-title-wrap::before {
    content: "Pick";
    position: absolute;
    left: -20px;
    top: -32px;
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    color: rgba(15, 23, 42, 0.06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-title {
    position: relative;
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em;
    color: #0f172a !important;
    word-break: keep-all;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-sub-title {
    margin-top: 8px !important;
    /* max-width: 42ch; */
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    word-break: keep-all;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-top-container::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    body #content .custom-dsu-main .custom-dsu-course-section .xncw-title-wrap::before {
        display: none;
    }
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 8px 24px 24px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
}

/* 좌우 네비게이션 버튼 - 슬라이더 양옆 절대 위치 */
body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:first-of-type {
    left: 4px;
    right: auto;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:last-of-type {
    right: 4px;
    left: auto;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1e3a8a !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12) !important;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button:hover,
body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button:focus {
    background: #1e3a8a !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.28) !important;
    transform: scale(1.06);
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button:active {
    transform: scale(0.98);
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button i {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    background-image: none !important;
    background-color: currentColor !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: 16px 16px !important;
    mask-size: 16px 16px !important;
    transition: background-color 0.2s ease;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:first-of-type button i {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18 9 12l6-6'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18 9 12l6-6'/%3E%3C/svg%3E") !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:last-of-type button i {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") !important;
}

@media (max-width: 768px) {
    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:first-of-type {
        left: 4px;
    }
    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-container > .xnbw-items-btn-wrap:last-of-type {
        right: 4px;
    }
    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-items-btn-wrap button {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }
}

/* 더보기 버튼 - 알약 형태로 디자인 통일 */
body #content .custom-dsu-main .custom-dsu-course-section .xncw-more {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    align-self: flex-end;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    color: #1e3a8a !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-more::after {
    content: "→";
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.2s ease;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-more i {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-more:hover,
body #content .custom-dsu-main .custom-dsu-course-section .xncw-more:focus {
    background: #1e3a8a !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(30, 58, 138, 0.25) !important;
    text-decoration: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncw-more:hover::after,
body #content .custom-dsu-main .custom-dsu-course-section .xncw-more:focus::after {
    transform: translateX(3px);
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 8px 0 24px !important;
    float: none !important;
    vertical-align: top !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap .xnbw-item-container {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-link:hover,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-link:focus {
    text-decoration: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-container {
    position: relative;
    container-type: inline-size;
    container-name: custom-dsu-course-card;
    float: none !important;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    cursor: pointer;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    contain: paint;
    isolation: isolate;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08) !important;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12) !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-container > .xncwi-status-label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-label-wrapper {
    grid-column: 1;
    grid-row: 1;
    position: relative !important;
    z-index: 2;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-label-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 40%, rgba(6, 13, 24, 0.55));
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-label-wrapper .xncwi-status-label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}

/* 썸네일을 래퍼 안에 두어 ::after 오버레이·overflow와 동일 박스로 맞춤 (호버 scale 시 하단 누수 방지) */
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-label-wrapper .xncwi-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    float: none !important;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.55s ease;
    min-height: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-container > .xncwi-background {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 0;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    max-width: none !important;
    float: none !important;
    object-fit: cover;
    object-position: center center;
    transition: filter 0.35s ease;
    align-self: stretch;
    min-height: 0;
    backface-visibility: hidden;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-container:hover .xncwi-background {
    filter: brightness(1.06) saturate(1.1);
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-status-label {
    padding: 6px 11px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1e40af !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-status-label.upcoming,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-status-label.ongoing {
    color: #1e40af !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-status-label.closed,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-status-label.anytime {
    color: #475569 !important;
    border-color: #e2e8f0 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container {
    grid-row: 2;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 14px !important;
    border-top: 1px solid #eef2f7 !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 600;
    position: static !important;
    width: 100% !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container.mooc,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container.manual_completion,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container.series,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container.program,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container.creditbank {
    background: #fff !important;
    padding-bottom: 0 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-catalog-title {
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-catalog-wrap {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    flex: 1;
    min-width: 0;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-certificate-wrap:empty {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-certificate-wrap:not(:empty) {
    position: absolute !important;
    left: auto !important;
    right: 10px !important;
    top: calc(56.25cqw - 32px) !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: auto !important;
    flex-shrink: 0 !important;
    pointer-events: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-certificate-title {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-catalog-info-container .xncwi-certificate-icon {
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 50% !important;
    float: none !important;
    background-color: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='6' stroke='%233b82f6' stroke-width='2'/%3E%3Cpath d='m15.48 12.87 1.52 8.13-5-3.33-5 3.33 1.52-8.13' stroke='%233b82f6' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container {
    grid-row: 3;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 14px 16px 16px !important;
    border-top: 0 !important;
    background: #fff !important;
    float: none !important;
    width: 100% !important;
    overflow: hidden !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-footer {
    grid-row: 4;
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em;
    color: #1e3a8a !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    height: 1.35em !important;
    min-height: 1.35em !important;
    max-height: 1.35em !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    box-sizing: content-box !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-catagory-title {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-author {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    color: var(--muted) !important;
    margin: 0 !important;
    height: 19px !important;
    max-height: 19px !important;
    min-height: 19px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    box-sizing: content-box !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-studydate-wrap,
body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-recruitment-wrap {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px;
    width: 100% !important;
    margin: 0 !important;
    margin-top: auto !important;
    float: none !important;
    flex-shrink: 0 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-studydate-wrap .xncwi-status {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-recruitment-wrap {
    display: none !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-date {
    font-size: 12px !important;
    color: #64748b !important;
    float: none !important;
    margin: 0 !important;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-course-duration {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-size: 12px;
    color: #64748b;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-course-duration span:first-child {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

body #content .custom-dsu-main .custom-dsu-course-section .xncwi-recruit-status {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    text-align: right;
}

@media screen and (max-width: 1080px) {
    .custom-dsu-main .custom-dsu-board-zone .board-lattice {
        grid-template-columns: 1fr 1fr;
    }

    .custom-dsu-main .contact-card.board-panel--support {
        grid-column: 1 / -1;
    }

    .custom-dsu-main .quick-menu-bg {
        width: 100%;
    }

    .custom-dsu-main .quick-menu-bg::after {
        display: none;
    }

    .custom-dsu-main .quick-menu-grid {
        max-width: 100% !important;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .custom-dsu-main .custom-dsu-board-zone .board-lattice {
        grid-template-columns: 1fr;
    }

    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-board-post-list {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-category {
        align-self: flex-start !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-title {
        flex: 0 1 auto !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .custom-dsu-main .custom-dsu-board-slot .xnbw-post-list-created {
        margin-left: 0 !important;
        align-self: flex-start !important;
    }
}

@media screen and (max-width: 360px) {
    body #content .custom-dsu-main .custom-dsu-course-section .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-author {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body #content .custom-dsu-main .custom-dsu-course-section .xncwi-info-container .xncwi-catagory-title {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}

.custom-dsu-commons-link {
    cursor: pointer;
}

.custom-dsu-commons-form {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .custom-dsu-main .quick-menu {
        margin-top: -72px;
    }

    .custom-dsu-main .quick-menu-bg {
        width: 100%;
    }

    .custom-dsu-main .quick-menu-bg::after {
        display: none;
    }

    .custom-dsu-main .quick-menu-grid {
        max-width: 100%;
    }

    .custom-dsu-main .quick-menu-grid > li {
        flex: 0 0 50%;
    }

    .custom-dsu-main .quick-menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

body.mooc #xn-catalog .xn-catalog {
    color: #0f172a;
}

body.mooc #xn-catalog .xn-common-catalog-header .xncch-bg-container {
    position: relative;
    height: 220px;
    overflow: hidden;
}

body.mooc #xn-catalog .xn-common-catalog-header .xncch-bg-container::after {
    content: none !important;
    display: none !important;
}

body.mooc #xn-catalog .xn-common-catalog-header .xn-widget-slider-container {
    z-index: 0;
}

body.mooc #xn-catalog .xn-common-catalog-header .xncch-catalog-title-wrap {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

body.mooc #xn-catalog .xn-common-catalog-header .xncch-catalog-title {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    font-size: clamp(40px, 5vw, 52px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a !important;
    text-shadow: none !important;
}

body.mooc #xn-catalog .xn-common-catalog-header .xncch-catalog-sub-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #475569 !important;
    text-shadow: none !important;
}

body.mooc #xn-catalog .xncch-course-search-wrap {
    align-items: center;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e5e7eb;
    padding: 28px 20px;
    box-sizing: border-box;
}

body.mooc #xn-catalog .xncch-course-search-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #212529;
}

body.mooc #xn-catalog .xncch-course-search-input-container {
    width: min(760px, 100%);
    display: flex;
    min-width: 0;
    gap: 0;
}

body.mooc #xn-catalog .xncch-course-search {
    flex: 1;
    min-width: 0;
    min-height: unset !important;
    width: auto !important;
    height: 52px;
    border: 1px solid #d6dbe2;
    border-right: none;
    border-radius: 0;
    background: #ffffff;
    color: #212529;
    font-size: 14px;
    padding: 0 14px;
}

body.mooc #xn-catalog .xncch-course-search::placeholder {
    color: #9aa3af;
}

body.mooc #xn-catalog .xncch-course-search-btn {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    border-radius: 0;
    border: 1px solid #0b4a98;
    background-color: #0b4a98;
    transition: background-color 0.2s ease;
}

body.mooc #xn-catalog .xncch-course-search-btn:hover {
    background-color: #0a3f81;
    border-color: #0a3f81;
}

body.mooc #xn-catalog .xncch-course-search-btn > i {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    background-size: 20px 20px !important;
    filter: brightness(0) invert(1);
}

body.mooc #xn-catalog .xnmc-body-container {
    background-color: #f8fafc;
}

body.mooc #xn-catalog .xn-widget-container.course {
    position: relative;
    overflow: visible;
    background-color: #f8fafc;
    padding: 56px 0 64px;
    text-align: left;
}

body.mooc #xn-catalog .xncw-top-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 28px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

body.mooc #xn-catalog .xncw-title-wrap {
    text-align: left;
    margin-bottom: 0;
}

body.mooc #xn-catalog .xncw-title {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
}

body.mooc #xn-catalog .xncw-sub-title {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #64748b;
}

body.mooc #xn-catalog .xncw-more {
    position: static;
    bottom: auto;
    right: auto;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #5b6170;
}

body.mooc #xn-catalog .xncw-more:hover {
    color: #0f172a;
}

.xncw-top-container .xncw-more i {
    display: none !important;
}

body.mooc #xn-catalog .xnbw-items-container {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
    padding-bottom: 24px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
}

body.mooc #xn-catalog .xnbw-items-container > .xnbw-items-btn-wrap {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    min-width: 34px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.mooc #xn-catalog .xnbw-items-container > .xnbw-items-btn-wrap:first-of-type {
    left: -18px;
    right: auto;
}

body.mooc #xn-catalog .xnbw-items-container > .xnbw-items-btn-wrap:last-of-type {
    right: -18px;
    left: auto;
}

body.mooc #xn-catalog .xnbw-items-btn-wrap button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin: 0 !important;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    background: #fff !important;
    border: 1px solid #dbe0e7 !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

body.mooc #xn-catalog .xnbw-items-btn-wrap button i {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    margin: 0 !important;
    background-position: center !important;
    background-size: 12px 12px !important;
}

body.mooc #xn-catalog .xnbw-item-container-wrap.course-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 8px 0 20px !important;
    float: none !important;
    vertical-align: top !important;
}

body.mooc #xn-catalog .xnbw-item-container-wrap.course-wrap .xnbw-item-container {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
}

body.mooc #xn-catalog .xncwi-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit;
}

body.mooc #xn-catalog .xncwi-link:hover,
body.mooc #xn-catalog .xncwi-link:focus {
    text-decoration: none !important;
}

body.mooc #xn-catalog .xncwi-container {
    float: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    align-self: stretch;
    margin: 0 auto;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

body.mooc #xn-catalog .xncwi-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

body.mooc #xn-catalog .xncwi-label-wrapper {
    grid-column: 1;
    grid-row: 1;
    position: relative !important;
    z-index: 2;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
}

body.mooc #xn-catalog .xncwi-label-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

body.mooc #xn-catalog .xncwi-label-wrapper .xncwi-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    float: none !important;
    object-fit: cover;
    transition: transform 0.6s ease;
    min-height: 0;
}

body.mooc #xn-catalog .xncwi-container > .xncwi-background {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    float: none !important;
    object-fit: cover;
    transition: transform 0.6s ease;
    align-self: stretch;
    min-height: 0;
}

body.mooc #xn-catalog .xncwi-container:hover .xncwi-background {
    transform: scale(1.06);
}

body.mooc #xn-catalog .xncwi-status-label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2 !important;
    padding: 6px 11px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: none !important;
    background: #1d4ed8 !important;
    color: #fff !important;
}

body.mooc #xn-catalog .xncwi-status-label.upcoming {
    background: #7c3aed !important;
    color: #fff !important;
}

body.mooc #xn-catalog .xncwi-status-label.closed {
    background: #4b5563 !important;
    color: #fff !important;
}

body.mooc #xn-catalog .xncwi-status-label.ongoing {
    background: #1d4ed8 !important;
    color: #fff !important;
}

body.mooc #xn-catalog .xncwi-status-label.anytime {
    background: #059669 !important;
    color: #fff !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container {
    padding-bottom: 0 !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc {
    grid-row: 2;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 14px 0 !important;
    border-top: 1px solid #e2e8f0;
    background-color: #fff !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 500;
    position: relative !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-catalog-title {
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-catalog-wrap {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    flex: 1;
    min-width: 0;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-certificate-wrap:empty {
    display: none !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-certificate-wrap {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto !important;
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    width: auto !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-certificate-title {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #5b6170 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

body.mooc #xn-catalog .xncwi-catalog-info-container.mooc .xncwi-certificate-icon {
    flex-shrink: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='6' stroke='%233b82f6' stroke-width='2'/%3E%3Cpath d='m15.48 12.87 1.52 8.13-5-3.33-5 3.33 1.52-8.13' stroke='%233b82f6' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #3b82f6 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc {
    grid-row: 3;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 12px 14px 14px !important;
    border-top: 0 !important;
    background: #fff !important;
    float: none !important;
    width: 100% !important;
    overflow: hidden !important;
}

body.mooc #xn-catalog .xncwi-info-footer {
    grid-row: 4;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    flex-wrap: wrap !important;
    margin-top: 10px !important;
    padding: 10px 14px 14px !important;
    border-top: 1px solid #eef2f7 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body.mooc #xn-catalog .xncwi-container .xncwi-info-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin-top: 0 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 8px !important;
    row-gap: 4px !important;
    column-gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap > * {
    min-width: 0 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap .xncwi-status {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    flex: 0 0 auto !important;
    display: inline !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap .xncwi-date {
    float: none !important;
    display: inline !important;
    width: auto !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    text-align: left !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap > div {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 8px !important;
    row-gap: 4px !important;
    column-gap: 8px !important;
    width: 100% !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap .xncwi-recruitment {
    width: auto !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: inline !important;
    margin: 0 !important;
    text-align: left !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap .xncwi-date {
    float: none !important;
    display: inline !important;
    width: auto !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    text-align: left !important;
}

body.mooc #xn-catalog .xncwi-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #1e3a8a;
    word-break: keep-all;
    height: 1.35em;
    min-height: 1.35em;
    max-height: 1.35em;
    margin-bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.mooc #xn-catalog .xncwi-author {
    font-size: 14px;
    font-weight: 600;
    color: #0f766e;
    margin-bottom: 0 !important;
}

body.mooc #xn-catalog .xncwi-recruitment-wrap .xncwi-recruitment {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: #6b7280 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-date {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    font-variant-numeric: tabular-nums !important;
    white-space: normal !important;
    word-break: keep-all !important;
    min-width: 0 !important;
    line-height: 1.45 !important;
}

body.mooc #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}


body.mooc #xn-catalog .xncwi-course-duration {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-size: 12px;
    color: #4b5563;
}

body.mooc #xn-catalog .xncwi-course-duration span:first-child {
    font-size: 15px;
    font-weight: 800;
    color: #1f2937;
}

body.mooc #xn-catalog .xncwi-recruit-status {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
}

body.mooc #xn-catalog .xncwi-recruit-status-title {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.45;
}

body.mooc #xn-catalog .xncwi-recruit-status-num {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    font-variant-numeric: tabular-nums;
    line-height: 1.45;
}

body.mooc #xn-catalog .xncwi-recruit-status-cnt {
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1280px) {
    body.mooc #xn-catalog .xnbw-items-container > .xnbw-items-btn-wrap {
        display: flex !important;
    }

    body.mooc #xn-catalog .xncwi-container .xncwi-info-container.mooc {
        height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    body.mooc #xn-catalog .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    body.mooc #xn-catalog .xnbw-items-container > .xnbw-items-btn-wrap {
        display: none !important;
    }

    body.mooc #xn-catalog .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.mooc #xn-catalog .xncch-course-search-title {
        font-size: 28px;
    }

    body.mooc #xn-catalog .xn-common-catalog-header .xncch-catalog-title {
        font-size: 30px;
    }

    body.mooc #xn-catalog .xncw-top-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.mooc #xn-catalog .xncch-course-search-wrap {
        padding: 20px 16px;
    }

    body.mooc #xn-catalog .xn-common-catalog-header .xncch-catalog-title-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.mooc #xn-catalog .xnbw-items-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media screen and (max-width: 360px) {
    body.mooc #xn-catalog .xnbw-item-container-wrap.course-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.mooc #xn-catalog .xncwi-author {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.mooc #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
    body.mooc #root[data-path="oer"] #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
    body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
    body.oer #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        white-space: normal !important;
    }
}

body.mooc #root[data-path="oer"] #xn-catalog .xn-common-catalog-header .xncch-catalog-title,
body.mooc #root[data-path="gewh"] #xn-catalog .xn-common-catalog-header .xncch-catalog-title,
body.oer #xn-catalog .xn-common-catalog-header .xncch-catalog-title {
    color: #0f172a !important;
    text-shadow: none !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xn-common-catalog-header .xncch-catalog-sub-title,
body.mooc #root[data-path="gewh"] #xn-catalog .xn-common-catalog-header .xncch-catalog-sub-title,
body.oer #xn-catalog .xn-common-catalog-header .xncch-catalog-sub-title {
    color: #475569 !important;
    text-shadow: none !important;
}

body.mooc #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
body.mooc #root[data-path="oer"] #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title,
body.oer #xn-catalog .xncwi-container .xncwi-info-container .xncwi-catagory-title {
    display: block !important;
    height: 1.35em !important;
    min-height: 1.35em !important;
    max-height: 1.35em !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    box-sizing: content-box !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-info-container.mooc,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-info-container.mooc,
body.oer #xn-catalog .xncwi-info-container.mooc {
    overflow: visible !important;
    border-top: 1px solid #e2e8f0 !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap,
body.oer #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 8px !important;
    row-gap: 4px !important;
    column-gap: 8px !important;
    width: 100% !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap .xncwi-status,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap .xncwi-status,
body.oer #xn-catalog .xncwi-info-container.mooc .xncwi-studydate-wrap .xncwi-status {
    display: inline !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap,
body.oer #xn-catalog .xncwi-info-container.mooc .xncwi-recruitment-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    width: 100% !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-recruit-status-title,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-recruit-status-title,
body.oer #xn-catalog .xncwi-recruit-status-title {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-recruit-status-num,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-recruit-status-num,
body.oer #xn-catalog .xncwi-recruit-status-num {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    font-variant-numeric: tabular-nums !important;
}

body.mooc #root[data-path="oer"] #xn-catalog .xncwi-recruit-status-cnt,
body.mooc #root[data-path="gewh"] #xn-catalog .xncwi-recruit-status-cnt,
body.oer #xn-catalog .xncwi-recruit-status-cnt {
    color: #6b7280 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.oer #xn-catalog .xncwi-label-wrapper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)) !important;
}

#header .btn-dropdown-user-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #333;
    border-radius: 40px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
}

#header .btn-dropdown-user-menu .xn-header-member-btn-text {
    max-width: 100px;
    vertical-align: top;
}

#header .btn-dropdown-user-menu i {
    filter: none !important;
}

#header.custom-dsu-site .btn-dropdown-user-menu {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border-radius: 999px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

#header.custom-dsu-site .btn-dropdown-user-menu:hover,
#header.custom-dsu-site .btn-dropdown-user-menu:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
}

#header.custom-dsu-site .btn-dropdown-user-menu .xn-header-member-btn-text {
    color: #fff !important;
}

#header.custom-dsu-site .btn-dropdown-user-menu i {
    filter: brightness(0) invert(1) !important;
}

#header .xn-header-member-btn-group {
    position: relative;
}

#header .xn-v2-user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 240px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    padding: 0;
    overflow: hidden;
    display: block;
}

#header .xn-header-member-btn-group.show .xn-v2-user-dropdown,
#header .xn-header-member-btn-group.active .xn-v2-user-dropdown,
#header .xn-v2-user-dropdown.show {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

#header .xn-v2-user-info {
    padding: 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

#header .xn-v2-user-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

#header .xn-v2-user-id {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

#header .xn-v2-user-login-info {
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.75rem;
}

#header .xn-v2-user-login-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

#header .xn-v2-user-login-item:last-child {
    margin-bottom: 0;
}

#header .xn-v2-dropdown-group {
    padding: 0.25rem 0;
}

#header .xn-v2-dropdown-group:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.125rem;
}

#header .xn-v2-dropdown-group-title {
    padding: 0.125rem 0.75rem;
    padding-left: 1rem;
    font-size: 12px;
    font-weight: bold;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#header .xn-v2-dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    margin: 0 0.375rem;
    text-decoration: none;
    color: #212529;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: calc(100% - 0.75rem);
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
}

#header .xn-v2-dropdown-item-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#header .xn-v2-icon-admin-page {
    background-image: url('/customs/main/xn-v2-icon-admin-page.svg');
}

#header .xn-v2-icon-course-dashboard {
    background-image: url('/customs/main/xn-v2-icon-course-dashboard.svg');
}

#header .xn-v2-icon-mypage {
    background-image: url('/customs/main/xn-v2-icon-mypage.svg');
}

#header .xn-v2-icon-go-to-lms {
    background-image: url('/customs/main/xn-v2-icon-go-to-lms.svg');
}

#header .xn-v2-icon-mypage-dashboard {
    background-image: url('/customs/main/xn-v2-icon-mypage-dashboard.svg');
}

#header .xn-v2-icon-myinformation {
    background-image: url('/customs/main/xn-v2-icon-myinformation.svg');
}

#header .xn-v2-icon-re-authentication {
    background-image: url('/customs/main/xn-v2-dropdown-item-icon.svg');
}

#header .xn-v2-icon-edit-password {
    background-image: url('/customs/main/xn-v2-icon-edit-password.svg');
}

#header .xn-v2-icon-mac-address {
    background-image: url('/customs/main/xn-v2-dropdown-item-icon.svg');
}

#header .xn-v2-icon-language {
    background-image: url('/customs/main/xn-v2-icon-canvas-language-settings.svg');
}

#header .xn-v2-icon-logout {
    background-image: url('/customs/main/xn-v2-icon-logout.svg');
}

#header .xn-v2-dropdown-item:hover:not(.xn-v2-logout-item) {
    background-color: #f8f9fa;
}

#header .xn-v2-dropdown-item:hover:not(.xn-v2-logout-item) .xn-v2-dropdown-item-text {
    color: #1c3fa6;
}

#header .xn-v2-logout-group {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#header .xn-v2-logout-item {
    padding: 0;
    margin: 0 0.375rem;
    margin-bottom: 0;
}

#header .xn-v2-logout-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 0.75rem;
    border: none;
    background: none;
    color: #212529;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    font-family: inherit;
    margin: 0;
    border-radius: 8px;
}

#header .xn-v2-logout-item:hover .xn-v2-logout-button,
#header .xn-v2-logout-button:hover {
    background-color: #fff5f5;
    color: #dc3545;
}

#header .xn-v2-language-help-icon {
    cursor: pointer;
    margin-left: 0.5rem;
    opacity: 0.6;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
