:root {
    --slotmaru-header-navy: #07111f;
    --slotmaru-header-navy-2: #0b1a31;
    --slotmaru-header-gold: #ffcf63;
    --slotmaru-header-orange: #f07a24;
    --slotmaru-header-text: #fff6df;
    --slotmaru-header-line: rgba(255, 207, 99, 0.22);
}

#nt_sticky {
    background:
        linear-gradient(180deg, var(--slotmaru-header-navy-2) 0%, var(--slotmaru-header-navy) 100%) !important;
    border-bottom: 1px solid rgba(240, 122, 36, 0.28) !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#nt_sticky_wrap,
#nt_lnb.slotmaru-header-unit {
    background: transparent !important;
    border-bottom: 0 !important;
}

#nt_lnb.slotmaru-header-unit {
    min-height: 92px;
    padding: 0;
}

#nt_lnb.slotmaru-header-unit > .slotmaru-header-unit__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    min-height: 92px;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-brand {
    flex: 0 0 auto;
    line-height: 0;
}

#nt_lnb.slotmaru-header-unit #top_header_left_cnt > .site-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 210px;
    width: 210px;
    height: 92px;
    margin: 0;
    line-height: 0;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 2px;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-copy strong,
#nt_lnb.slotmaru-header-unit .slotmaru-header-copy span {
    display: block;
    max-width: 620px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-copy strong {
    color: var(--slotmaru-header-gold);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-copy span {
    margin-top: 5px;
    max-width: 660px;
    color: rgba(255, 246, 223, 0.76);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-banner-slot {
    display: none;
}

.slotmaru-e1r-logo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 25 / 11;
    overflow: hidden;
}

.slotmaru-e1r-logo .site-logo-picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.slotmaru-e1r-logo .site-logo-picture > img,
.slotmaru-e1r-logo .site-logo-poster {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
}

.slotmaru-e1r-logo--desktop .site-logo-picture > img,
.slotmaru-e1r-logo--desktop .site-logo-poster {
    object-position: left center;
}

.slotmaru-e1r-logo--mobile .site-logo-picture > img,
.slotmaru-e1r-logo--mobile .site-logo-poster {
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    #nt_lnb.slotmaru-header-unit .btn_nt_lnb_01,
    #nt_lnb.slotmaru-header-unit .custom-event-button {
        transition: none;
    }
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-actions {
    display: flex;
    flex: 0 0 66px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    width: 66px;
    min-width: 0;
    margin: 0;
    padding: 0;
}

#nt_lnb.slotmaru-header-unit .slotmaru-header-actions > li {
    margin: 0 !important;
    padding: 0 !important;
}

#nt_lnb.slotmaru-header-unit .btn_nt_lnb_01,
#nt_lnb.slotmaru-header-unit .custom-event-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 58px;
    height: 29px !important;
    padding: 0 7px !important;
    border: 1px solid rgba(255, 207, 99, 0.46) !important;
    border-radius: 8px !important;
    background: rgba(255, 207, 99, 0.08) !important;
    color: var(--slotmaru-header-text) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
}

#nt_lnb.slotmaru-header-unit .btn_nt_lnb_01:hover,
#nt_lnb.slotmaru-header-unit .btn_nt_lnb_01:focus,
#nt_lnb.slotmaru-header-unit .custom-event-button:hover,
#nt_lnb.slotmaru-header-unit .custom-event-button:focus {
    border-color: var(--slotmaru-header-gold) !important;
    background: linear-gradient(180deg, var(--slotmaru-header-gold), var(--slotmaru-header-orange)) !important;
    color: #171006 !important;
    outline: 0;
}

@media (min-width: 992px) {
    #nt_lnb.slotmaru-header-unit .slotmaru-header-banner-slot {
        display: flex;
        flex: 0 1 540px;
        align-items: center;
        min-width: 430px;
        max-width: 540px;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__grid::after {
        display: none;
        content: none;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__item {
        float: none;
        width: auto;
        height: auto !important;
        min-width: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 207, 99, 0.35);
        border-radius: 6px;
        background: rgba(5, 11, 21, 0.55);
        box-sizing: border-box;
        line-height: normal;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__item:nth-child(n+4) {
        display: none;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__item a,
    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__item img {
        aspect-ratio: 29 / 12;
        object-fit: cover;
    }

    #nt_body .board-banner-surface--top-placement {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #nt_lnb.slotmaru-header-unit .slotmaru-header-copy span {
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-banner-slot {
        flex-basis: 330px;
        min-width: 330px;
        max-width: 330px;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__grid {
        gap: 4px;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    #nt_lnb.slotmaru-header-unit .slotmaru-header-banner-slot {
        flex-basis: 416px;
        min-width: 400px;
        max-width: 416px;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-top-banner__grid {
        gap: 4px;
    }
}

@media (min-width: 768px) {
    #nt_body > .nt-container.my-sm-4,
    #nt_body > .nt-container-wide.my-sm-4 {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    #nt_body .custom-left-sec.na-col,
    #nt_body .main-contentbox-wrap.na-col {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    body.responsive #nt_body.customparentdiv {
        margin-top: 6px !important;
    }

    body.responsive #nt_body > .nt-container.my-3,
    body.responsive #nt_body > .nt-container-wide.my-3 {
        margin-top: 6px !important;
        margin-bottom: 0 !important;
    }

    body.responsive #nt_body .slotmaru-polish-layout > .custom-right-sec.na-col.slotmaru-mobile-sidebar-host {
        display: block !important;
        flex: 0 0 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    #nt_body .custom-right-sidebar-maindiv {
        position: fixed;
        top: 0;
        right: -100%;
        left: auto;
        z-index: 1000;
        width: 340px;
        max-width: calc(100vw - 42px);
        height: 100vh;
        max-height: 100vh;
        padding: 10px;
        overflow: auto;
        background-color: #f8f9fa;
        visibility: hidden;
        pointer-events: none;
    }

    #nt_body .custom-right-sidebar-maindiv[data-slotmaru-sidebar-open="true"] {
        visibility: visible;
        pointer-events: auto;
    }
}

#nt_sticky_wrap > #nt_menu {
    background:
        linear-gradient(180deg, rgba(16, 36, 61, 0.98) 0%, rgba(7, 17, 31, 0.98) 100%) !important;
    border-top: 1px solid var(--slotmaru-header-line);
    box-shadow: none;
}

#nt_sticky_wrap > #nt_menu .nt-container {
    min-height: 44px;
}

#nt_sticky_wrap > #nt_menu .d-flex {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
}

#nt_sticky_wrap > #nt_menu #me-list-pc {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0 !important;
    overflow: visible;
}

#nt_sticky_wrap > #nt_menu #me-list-pc ul.me-ul.nav-slide {
    display: flex !important;
    float: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 2px;
    width: 100%;
    max-width: 100%;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    scrollbar-width: none;
}

#nt_sticky_wrap > #nt_menu #me-list-pc ul.me-ul.nav-slide::-webkit-scrollbar {
    display: none;
}

#nt_sticky_wrap > #nt_menu #me-list-pc ul.me-ul.nav-slide > li {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

#nt_sticky_wrap > #nt_menu .me-a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    color: var(--slotmaru-header-text) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    letter-spacing: 0;
}

#nt_sticky_wrap > #nt_menu .me-li.on .me-a,
#nt_sticky_wrap > #nt_menu .me-li:hover .me-a,
#nt_sticky_wrap > #nt_menu .me-li:focus-within .me-a {
    color: #161006 !important;
    background: linear-gradient(180deg, var(--slotmaru-header-gold), var(--slotmaru-header-orange)) !important;
}

#nt_sticky_wrap > #nt_menu .clearfix.sub-slide.sub-1div {
    top: 44px;
    min-width: 190px;
    z-index: 1200;
    border: 1px solid rgba(255, 207, 99, 0.24) !important;
    border-radius: 8px;
    background: #0b1629;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
    color: var(--slotmaru-header-text);
}

#nt_sticky_wrap > #nt_menu #me-list-pc li.sub-1dli {
    padding: 0 !important;
}

#nt_sticky_wrap > #nt_menu a.me-sh.sub-1da {
    display: flex !important;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding: 0 15px !important;
    border-bottom: 1px solid rgba(255, 207, 99, 0.12);
    background: transparent;
    color: var(--slotmaru-header-text) !important;
    font-size: 14px;
}

#nt_sticky_wrap > #nt_menu .sub-1dul .sub-1dli:hover {
    background: transparent !important;
}

#nt_sticky_wrap > #nt_menu a.me-sh.sub-1da:hover,
#nt_sticky_wrap > #nt_menu a.me-sh.sub-1da:focus {
    background: rgba(255, 207, 99, 0.14) !important;
    color: var(--slotmaru-header-gold) !important;
}

#nt_sticky_wrap > #nt_menu #top_header_right_cnt {
    flex: 0 0 auto;
    padding-left: 10px;
}

#nt_sticky_wrap > #nt_menu .header-search-wrap {
    padding: 0 !important;
}

#nt_sticky_wrap > #nt_menu .header-search form {
    border: 1px solid rgba(255, 207, 99, 0.34) !important;
    border-radius: 8px;
    background: rgba(5, 11, 21, 0.64);
    overflow: hidden;
}

#nt_sticky_wrap > #nt_menu #top_search {
    width: 184px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--slotmaru-header-text) !important;
    font-size: 13px !important;
}

#nt_sticky_wrap > #nt_menu #top_search::placeholder {
    color: rgba(255, 246, 223, 0.62);
}

#nt_sticky_wrap > #nt_menu .header-search button[type=submit] {
    width: 32px !important;
    height: 32px !important;
    color: var(--slotmaru-header-gold) !important;
}

#nt_sticky_wrap > #nt_menu .header-search button[type=submit] i,
#nt_sticky_wrap > #nt_menu .header-search button[type=submit] .text-primary {
    color: var(--slotmaru-header-gold) !important;
}

#nt_sticky_wrap > #nt_menu .me-icon-sidebar {
    width: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header_mo.slotmaru-mobile-header {
    background:
        linear-gradient(180deg, var(--slotmaru-header-navy-2) 0%, var(--slotmaru-header-navy) 100%) !important;
    box-shadow: none !important;
}

#header_mo.slotmaru-mobile-header .slotmaru-mobile-header__inner {
    position: relative;
}

#header_mo.slotmaru-mobile-header h3.slotmaru-mobile-header__bar {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    column-gap: 10px;
    min-height: 60px !important;
    margin: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    color: var(--slotmaru-header-gold) !important;
    text-decoration: none !important;
}

#header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-link--user {
    justify-self: end;
}

#header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 207, 99, 0.38);
    border-radius: 8px;
    background: rgba(255, 207, 99, 0.08);
    color: var(--slotmaru-header-gold);
    font-size: 18px;
    line-height: 1;
    box-shadow: none;
}

#header_mo.slotmaru-mobile-header .slotmaru-mobile-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: auto;
    line-height: 0;
}

#header_mo.slotmaru-mobile-header .slotmaru-e1r-logo--mobile {
    width: min(154px, 54vw);
    max-width: min(154px, 54vw);
    height: min(68px, 23.83vw);
}

#nt_menu_mobile .bg-primary.shadow-sm.pr-2 {
    background:
        linear-gradient(180deg, rgba(16, 36, 61, 0.98) 0%, rgba(7, 17, 31, 0.98) 100%) !important;
    border-top: 1px solid var(--slotmaru-header-line);
    box-shadow: none !important;
}

#nt_menu_mobile #mobile_nav ul {
    min-height: 40px;
    margin: 0;
}

#nt_menu_mobile #mobile_nav a {
    min-height: 40px;
    color: var(--slotmaru-header-text) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

#nt_menu_mobile #mobile_nav a.on,
#nt_menu_mobile #mobile_nav a:hover,
#nt_menu_mobile #mobile_nav a:focus {
    background: rgba(255, 207, 99, 0.16) !important;
    color: var(--slotmaru-header-gold) !important;
}

#nt_menu_mobile .gra.gra-left-primary,
#nt_menu_mobile .gra.gra-right-primary {
    background: linear-gradient(to right, rgba(7, 17, 31, 0), var(--slotmaru-header-navy) 72%) !important;
}

#search_mo .bg-light {
    border-top: 1px solid var(--slotmaru-header-line) !important;
    background: #081426 !important;
}

#search_mo #mo_top_search {
    border-color: rgba(255, 207, 99, 0.34) !important;
    background: #fffdf8;
}

#search_mo button.btn.btn-primary {
    border-color: var(--slotmaru-header-orange) !important;
    background: var(--slotmaru-header-orange) !important;
}

@media (max-width: 389px) {
    #header_mo.slotmaru-mobile-header h3.slotmaru-mobile-header__bar {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        column-gap: 8px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-link {
        width: 40px;
        height: 40px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-button {
        width: 38px;
        height: 38px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-e1r-logo--mobile {
        width: min(146px, 50vw);
        max-width: min(146px, 50vw);
        height: min(64px, 22.22vw);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #header_mo.slotmaru-mobile-header h3.slotmaru-mobile-header__bar {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        min-height: 82px !important;
        column-gap: 16px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-link {
        width: 48px;
        height: 48px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-mobile-header__icon-button {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    #header_mo.slotmaru-mobile-header .slotmaru-e1r-logo--mobile {
        width: 184px;
        max-width: 32vw;
        height: 81px;
    }

    #nt_menu_mobile {
        display: none !important;
    }

    #nt_body .row.na-row > .main-contentbox-wrap,
    body.responsive #nt_body .slotmaru-polish-layout > .custom-left-sec.na-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #nt_body .row.na-row > .main-contentbox-wrap + .na-col,
    body.responsive #nt_body .slotmaru-polish-layout > .custom-right-sec.na-col {
        flex: 0 0 0 !important;
        width: 0 !important;
        max-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    #nt_body .custom-right-sidebar-maindiv {
        position: fixed;
        top: 0;
        right: -100%;
        left: auto;
        z-index: 1000;
        width: 340px;
        max-width: calc(100vw - 42px);
        height: 100vh;
        max-height: 100vh;
        padding: 10px;
        overflow: auto;
        background-color: #f8f9fa;
        visibility: hidden;
        pointer-events: none;
    }

    #nt_body .custom-right-sidebar-maindiv[data-slotmaru-sidebar-open="true"] {
        visibility: visible;
        pointer-events: auto;
    }

    #nt_sidebar_m {
        right: auto !important;
        left: -100%;
        width: 340px;
        max-width: calc(100vw - 42px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #nt_lnb.slotmaru-header-unit #top_header_left_cnt > .site-logo-link {
        flex-basis: clamp(180px, 17.5vw, 210px);
        width: clamp(180px, 17.5vw, 210px);
        height: clamp(79px, 7.67vw, 92px);
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-copy strong {
        font-size: 16px;
    }

    #nt_lnb.slotmaru-header-unit .slotmaru-header-copy span {
        max-width: 480px;
        font-size: 12px;
    }

    #nt_lnb.slotmaru-header-unit,
    #nt_lnb.slotmaru-header-unit > .slotmaru-header-unit__inner {
        min-height: clamp(79px, 7.67vw, 92px);
        padding: 0;
    }

    #nt_sticky_wrap > #nt_menu .me-a {
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    #nt_sticky_wrap > #nt_menu #top_search {
        width: 150px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #nt_body .row.na-row > .main-contentbox-wrap {
        flex: 0 0 calc(100% - 292px) !important;
        max-width: calc(100% - 292px) !important;
    }

    #nt_body .row.na-row > .main-contentbox-wrap + .na-col {
        flex: 0 0 292px !important;
        max-width: 292px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nt_sticky_wrap > #nt_menu #top_header_right_cnt {
        display: none !important;
    }
}
