html {
    font-size: 14px;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    min-height: 100vh;
}

html, body {
    height: 100%;
}

/* --------------------------------------- _layout --------------------------------------- */
:root {
    --ship-primary: #0f172a;
    --ship-orange: #e27624;
    --ship-border: #e2e8f0;
    --ship-text-muted: #64748b;
    --ship-bg-soft: #f8fafc;
}

body {
    font-family: "Public Sans", sans-serif;
    background: #f5f5f5;
    color: #0f172a;
}

.hidden {
    display: none !important;
}

.tablet-only{
    display: none;
}

.rotate-180 {
    transform: rotate(180deg);
}

.ship-header {
    background: #fff;
    border-bottom: 1px solid var(--ship-border);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.ship-brand {
    color: var(--ship-primary);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-decoration: none;
    white-space: nowrap;
}

    .ship-brand:hover {
        color: black;
    }


.ship-muted {
    color: var(--ship-text-muted);
}

    .ship-muted:hover {
        color: var(--ship-primary);
        box-shadow: none;
    }

.ship-search {
    border: 1px solid var(--ship-border);
    border-radius: 0.5rem;
    background: var(--ship-bg-soft);
    min-height: 44px;
    padding-right: 2.8rem;
}

    .ship-search:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 31, 63, 0.15);
        border-color: var(--ship-primary);
        background: #fff;
    }

.ship-cart-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #dc2626;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    padding: 2px 6px;
    border: 2px solid #fff;
}

.ship-lang-wrap {
    border: 1px solid var(--ship-border);
    border-radius: 0.45rem;
    overflow: hidden;
    display: inline-flex;
}

.userLangWrapper {
    border: 1px solid var(--ship-border);
    border-radius: 0.45rem;
    overflow: hidden;
    display: inline-flex;
}

.ship-lang-btn {
    border: 0;
    padding: 0.35rem 0.55rem;
    font-size: 12px;
    font-weight: 600;
    background: #f8fafc;
    color: #64748b;
}

    .ship-lang-btn.active {
        background: var(--ship-primary);
        color: #fff;
        font-weight: 700;
    }

.ship-user-btn {
    border: 0;
    background: transparent;
    border-radius: 0.5rem;
    padding: 0.3rem 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

    .ship-user-btn:hover {
        background: none;
    }

.ship-user-lang-btn {
    border: 0;
    background: transparent;
    border-radius: 0.5rem;
    padding: 0.3rem 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

    .ship-user-lang-btn:hover {
        background: none;
    }

.ship-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ship-user-dropdown {
    width: 12rem;
    border: 1px solid var(--ship-border);
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    z-index: 120;
}

    .ship-user-dropdown .dropdown-item {
        font-size: 0.9rem;
    }


.ship-user-lang-dropdown {
    width: 12rem;
    border: 1px solid var(--ship-border);
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    z-index: 120;
}

    .ship-user-lang-dropdown .dropdown-item {
        font-size: 0.9rem;
    }

.dropdown-item:hover {
    background: var(--ship-primary);
    border-radius: 0.5rem;
    color: white;
}

.ship-mobile-panel {
    border-top: 1px solid var(--ship-border);
    background: #fff;
}

.ship-mobile-card {
    border: 1px solid var(--ship-border);
    border-radius: 0.6rem;
    padding: 0.7rem 0.9rem;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ship-mobile-card:hover {
        background: #f8fafc;
    }

.ship-mobile-danger {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.ship-category-panel {
    background: var(--ship-primary);
    position: relative;
    overflow: visible;
}

.ship-category-inline-toggle {
    border: none;
    background-color: white;
    width: 2rem;
    height: 2rem; 
    color: var(--ship-primary);
    font-size: xx-large;
/*    padding: 0.15rem 0.2rem;*/
    line-height: 1;
    border-radius: 0.4rem;
}

    .ship-category-inline-toggle:hover {
        color: #ffffff;
        background: rgba(15, 23, 42, 0.08);
    }

    .ship-category-inline-toggle[aria-expanded="true"] .mobile-category-toggle-icon {
        transform: rotate(180deg);
        color: var(--ship-primary);
    }

.ship-category-list a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 0.25rem;
}

    .ship-category-list a:hover {
        color: #fff;
    }

.ship-footer {
    background: #fff;
    border-top: 1px solid var(--ship-border);
}

.ship-footer-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.ship-footer a {
    color: #475569;
    text-decoration: none;
}

    .ship-footer a:hover {
        color: var(--ship-primary);
    }


.link {
    color: #486581;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

    .link:hover {
        color: var(--ship-primary);
    }
/* layout category panel */
.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    width: 100%;
    position: relative;
}

.category-item {
    position: static;
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

.category-link {
    background: transparent;
    color: #e2e8f0;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: 0;
    border-radius: 0.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.55rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .category-link:hover,
    .category-item.is-open .category-link {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

.category-link-icon {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.category-item.is-open .category-link-icon {
    transform: rotate(180deg);
}

.category-flyout {
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 0.55rem);
    max-width: calc(50vw - 2rem);
    background: #ffffff;
    border: 1px solid #dbe5f0;
    border-radius: 0.75rem;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    z-index: 60;
}

    .category-flyout.is-visible {
        display: block;
    }

.category-flyout-head {
    padding: 0.7rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.category-flyout-title {
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-flyout-content {
    padding: 0.55rem 0.65rem;
}

.sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(10, minmax(0, auto));
    grid-auto-columns: minmax(150px, 1fr);
    gap: 0.2rem 0.5rem;
    align-items: start;
}

    .sub-list .bigCode-list {
        list-style: none;
        color: #1e293b;
        font-size: 0.9rem;
        line-height: 1.35;
        padding: 0.4rem 0.55rem;
        border-radius: 0.45rem;
        cursor: pointer;
    }

        .sub-list .bigCode-list:hover {
            background: #eef2ff;
        }

    .sub-list .state-item {
        color: #64748b;
        cursor: default;
        grid-column: 1 / -1;
    }



/* ÈÞ´ëÆù */
@media (max-width: 1449.98px) {
    .ship-category-panel {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 110;
        box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
        display: none;
    }

        .ship-category-panel .container-xl {
            max-height: min(68vh, calc(100vh - 78px));
            overflow-y: auto;
        }

        .ship-category-panel.mobile-category-open {
            display: block;
        }

    .ship-category-inline-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .category-wrapper {
        display: block;
    }
     
    .category-flyout {
        display: none !important;
    }

    .category-link {
        width: 100%;
        justify-content: space-between;
        padding: 0.75rem 0.15rem;
    }

    .sub-category {
        display: none;
        padding: 0.1rem 0 0.55rem 0.75rem;
    }

    .category-item.is-open .sub-category {
        display: block;
    }

    .sub-list .bigCode-list {
        color: #cbd5e1;
        padding: 0.42rem 0.1rem;
    }

    .sub-list {
        display: block;
    }

    .category-item.is-open .sub-list {
        max-height: 17rem; /* roughly 7 items on mobile */
        overflow-y: auto;
        padding-right: 0.2rem;
    }

    .sub-list .bigCode-list:hover {
        background: transparent;
        color: #ffffff;
    }

    .sub-list .state-item {
        color: #94a3b8;
    }

    .ship-logo{
        display: none !important;
    }

    .pagination .page-link {
        padding: 0.35rem 0.6rem;
        font-size: 0.85rem;
    }

    .footer-ship-logo {
        width: 25px;
        height: auto;
    }
}


/* Å×ºí¸´ CSS Ãß°¡ */
.under-1450 {
    display: none !important;
}

.pc-1450 {
    display: none !important;
}


.ship-tablet-iconbar {
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.ship-tablet-iconbtn {
    width: 40px;
    height: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    color: #475569;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .ship-tablet-iconbtn:hover {
        background: #f8fafc;
        color: #0f172a;
    }

.ship-tablet-search {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    min-height: 42px;
    padding-right: 2.5rem;
    background: #fff;
}

@media (min-width: 768px) and (max-width: 1449.98px) {
    .tablet-only {
        display: block;
    }

    .ship-brand .fs-3 {
        font-size: 1.15rem !important;
    }
}

/* Force mobile menu panel visibility to be controlled only by `hidden` class */
#mobile-menu-panel {
    display: none;
}

#mobile-menu-panel:not(.hidden) {
    display: block !important;
}

@media (min-width: 1450px) {
    .pc-1450 {
        display: block !important;
    }

        .pc-1450.d-flex {
            display: flex !important;
        }

    /* .under-1450 {
        display: block !important;
    }*/
}

.ship-logo {
    display: inline-block;
}

/* css Ãß°¡ */
.ship-search-wrap {
    max-width: 800px;
    width: 100%;
}

@media (max-width: 1450px) {

    .ship-search-wrap {
        max-width: 100%;
    }

    .ship-search-box {
        font-size: 14px;
    }

    .under-1450 {
        display: block !important;
    }
}


/* Ãß°¡ ·¹ÀÌ¾Æ¿ô css */
.box_footer {
    position: relative;
    margin: 0 auto;
}

.box_footer_util {
    padding-left: 0;
}

.list_footer {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.list_item-footer {
    padding: 0 12px;
    position: relative;
}

.list_footer li:first-child {
    padding-left: 0;
}

.list_footer li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ccc;
}

.search-combo-wrap {
    border: 1px solid #d9d9d9 !important;
    background: #fff;
    height: 44px;
    overflow: hidden;
}

/* °¢ À§Á¬ÀÇ ÀÚÃ¼ Å×µÎ¸®/±×¸²ÀÚ Á¦°Å -> ·¡ÆÛ Å×µÎ¸®¸¸ º¸ÀÌ°Ô */
.search-category-box.dx-editor-outlined,
.search-text-box.dx-editor-outlined {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.search-category-box .dx-texteditor-input,
.search-text-box .dx-texteditor-input {
    background: transparent !important;
}

/* Ãß°¡ */
.category-nav-wrap {
    position: relative;
    display: inline-block;
}

.category-menu-btn {
    border: none;
    background: #fff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
    .category-menu-btn .dx-button-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
/*        padding: 4px 8px !important;*/
    }

    .category-menu-btn .dx-icon {
        margin: 0 !important;
        font-size: 22px;
    }

    .category-menu-btn .dx-button-text {
        padding-top: 2px;
        margin: 0 !important;
        font-size: 13px;
        line-height: 1.1;
    }


.category-mega-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
/*    width: 640px;*/
    width: 800px;
    min-height: 340px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    z-index: 3000;
    overflow: hidden;
}

    .category-mega-menu.show {
        display: flex;
    }

 /* ´ëºÐ·ù */
.big-category-list {
    width: 200px;
    border-right: 1px solid #e5e7eb;
    padding: 10px;
    background: #fafafa;
}

.big-category-item {
    padding: 12px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .big-category-item:hover,
    .big-category-item.active {
        background: #f0f4ff;
        color: #1d4ed8;
    }

/* ÁßºÐ·ù */
.main-category-list {
    width: 240px;
    border-right: 1px solid #e5e7eb;
    padding: 10px;
    background: #fafafa;
}

.main-category-item {
    padding: 12px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .main-category-item:hover,
    .main-category-item.active {
        background: #f0f4ff;
        color: #1d4ed8;
    }

/* ¼ÒºÐ·ù */
.sub-category-panel {
    flex: 1;
    padding: 18px;

    min-width: 0;
    flex-direction: column;
    overflow: hidden;
}

.sub-category-title {
    flex: 0 0 auto;
    margin-bottom: 14px;

    font-weight: 700;
    font-size: 16px;
}

.sub-category-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
/*    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));*/
    /*    gap: 5px;*/
}

.sub-category-item {
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #374151;
}

    .sub-category-item:hover {
        background: #f3f4f6;
        color: #111827;
        font-weight: 600;
    }


/* ¸ð¹ÙÀÏ Ä«Å×°í¸® */
.mobile-category-mega-menu {
    position: absolute;
    top: calc(100% + 21px);
    left: 0;
    width: min(92vw, 300px);
    min-height: 360px;
    background: #fff;
    border: 1px solid #e5e7eb;
/*    border-radius: 10px;*/
    box-shadow: 0 14px 36px rgba(0, 0, 0, .14);
    z-index: 4000;
    overflow: hidden;
}

    .mobile-category-mega-menu.show {
        display: block;
    }

.mobile-category-main-panel {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
}

.mobile-category-list {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.mobile-main-category-item {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

    .mobile-main-category-item:hover {
        color: var(--ship-primary);
        background: #f8fafc;
    }

.mobile-category-sub-panel {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 2;
    transform: translateX(100%);
    transition: transform .2s ease;
}

    .mobile-category-sub-panel.open {
        transform: translateX(0);
    }

.mobile-sub-header {
    height: 48px;
    padding: 0 12px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-sub-back {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
}

.mobile-category-sub-title {
    font-weight: 700;
    color: #111827;
}

.mobile-category-sub-list {
    padding: 8px;
    display: flex;
    flex-direction: column;
    max-height: calc(70vh - 48px);
    overflow-y: auto;
}

.mobile-sub-category-item {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 0;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    text-align: left;
    font-size: 14px;
    color: #374151;
}

    .mobile-sub-category-item:hover {
        color: var(--ship-primary);
        background: #f8fafc;
    }

.hidden {
    display: none !important;
}

.mobile-user-menu-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

    .mobile-user-menu-btn .dx-button-content {
        padding: 0 !important;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-user-menu-btn .dx-icon {
        width: auto;
        height: auto;
        font-size: 22px;
        line-height: 1;
        margin: 0 !important;
    }

/* ¾ð¾î º¯È¯ selectBox*/
/*.ship-mobile-lang-select {
    width: 100% !important;
}

    .ship-mobile-lang-select .dx-texteditor {
        border: none !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    .ship-mobile-lang-select .dx-texteditor-input {
        font-weight: 600;
        font-size: 14px;
    }

    .ship-mobile-lang-select .dx-dropdowneditor-icon {
        padding: 0;
        color: #374151;
    }*/

/* ¾ð¾î º¯È¯ selectBox - PC */
.pc-lang-select {
    width: 100px !important;
}

    .pc-lang-select .dx-texteditor {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .pc-lang-select .dx-texteditor-input {
        font-weight: 600;
        font-size: 13px;
        padding-left: 8px;
    }

    .pc-lang-select .dx-dropdowneditor-icon {
        color: #374151;
    }


/* ºñÈ¸¿ø > ¾ð¾î selectbox  */
.guest-mobile-lang-wrap {
    display: none;
    align-items: center;
}

@media (max-width: 1449px) {
    .guest-mobile-lang-wrap {
        display: flex;
    }
}

@media (min-width: 1450px) {
    .guest-mobile-lang-wrap {
        display: none !important;
    }
}

#mobileLangSelectBoxGuest {
    width: 90px !important;
    max-width: 90px;
}

.mobile-search-combo {
    width: 100%;
}

    .mobile-search-combo #MobileSelectSearchCategory {
        flex: 0 0 120px;
    }

    .mobile-search-combo #MobileSearchWordTxt {
        flex: 1;
        min-width: 0;
    }

/* Ãß°¡ */
/* À§Á¬ÀÇ ÀÚÃ¼ Å×µÎ¸®/±×¸²ÀÚ Á¦°Å -> ·¡ÆÛ Å×µÎ¸®¸¸ º¸ÀÌ°Ô */
.mobile-search-category-box.dx-editor-outlined,
.mobile-search-text-box.dx-editor-outlined {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.mobile-search-category-box .dx-texteditor-input,
.mobile-search-text-box .dx-texteditor-input {
    background: transparent !important;
}


/* »õ·Î Ãß°¡ */
/* ¸ð¹ÙÀÏÀÇ °æ¿ì > */

.mobile-only {
    display: none !important;
}

@media (max-width: 1449px) {
    .mobile-only {
        display: flex !important;
    }
}

.mobile-user-group {
    gap: 0 !important;
}

.ship-mobile-lang-select {
    width: 80px !important;
}

    .ship-mobile-lang-select,
    .ship-mobile-lang-select .dx-dropdowneditor,
    .ship-mobile-lang-select .dx-texteditor,
    .ship-mobile-lang-select .dx-texteditor-container {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

        .ship-mobile-lang-select.dx-texteditor {
            border: 0 !important;
            box-shadow: none !important;
            background: transparent !important;
        }

        .ship-mobile-lang-select .dx-texteditor-input {
            font-weight: 600;
            font-size: 12px;
            padding: 0;
/*            padding-right: 4px;*/
        }

        .ship-mobile-lang-select .dx-dropdowneditor-button {
            border: 0 !important;
            width: 22px;
        }

        .ship-mobile-lang-select .dx-dropdowneditor-icon {
            padding: 0;
            color: #374151;
        }

/* ÀÎÁõ ÆË¾÷ Ã¢ CSS */
.auth-email-content {
    width: 100%;
    padding: 8px 4px 4px;
    text-align: center;
}

.auth-email-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.auth-email-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    word-break: keep-all;
}

.auth-email-desc {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    word-break: keep-all;
}

.auth-email-timer {
    margin: 18px 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
}

.auth-email-button {
    height: 44px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

/* DevExtreme Popup ¸ð¹ÙÀÏ º¸Á¤ */
@media (max-width: 768px) {
    #auth_email_popup .dx-popup-content {
        padding: 22px 20px 20px;
    }

    .auth-email-title {
        font-size: 17px;
    }

    .auth-email-desc {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #auth_email_popup .dx-popup-content {
        padding: 24px 18px 20px;
    }

    .auth-email-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 14px;
    }

    .auth-email-title {
        font-size: 16px;
        line-height: 1.45;
    }

    .auth-email-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .auth-email-timer {
        font-size: 13px;
        margin: 16px 0 12px;
    }

    .auth-email-button {
        height: 46px;
        font-size: 15px;
    }
}

/* */
.dx-toolbar-label > div {
    margin: 0px !important;
}

/* ÇÒÀÎ »óÇ° */
.dash-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dash-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    border-radius: 4px;
    background: #e11d48;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.dash-discount-reason {
    margin-left: 5px;
    color: #e11d48;
    font-size: 14px;
    font-weight: 600;
}

.dash-price-box {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
}

.dash-origin-price {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
}

.dash-item-name {
    display: block;
    color: var(--ship-primary);
    cursor: pointer;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-price-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dash-origin-price {
    color: #9ca3af;
    font-size: 13px;
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 2px;
}

.dash-sale-price {
    color: #dc2626;
    font-size: 16px;
    font-weight: 800;
}

.dash-item-info {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 480px) {
    .dash-price-row {
        align-items: flex-start;
    }

    .dash-price-box {
        flex-direction: column;
        gap: 1px;
    }
}


/* ´ëºÐ·ù Ãß°¡·Î ÀÎÇÑ º¯°æ */
.big-category-item,
.main-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 8px;
}

    .big-category-item:hover,
    .big-category-item.active,
    .main-category-item:hover,
    .main-category-item.active {
        background: #f1f5f9;
        font-weight: 700;
    }

.sub-category-item {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 8px;
}

    .sub-category-item:hover {
        background: #f1f5f9;
    }