    .hd_fix {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #e8edf5;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

    .main_wrap .top_wrap {
        padding-top: 88px;
    }

    /* ==============================
       모두판다 리뉴얼 헤더 1차
       - 헤더: 로고 + 로그인/장바구니 + 검색창
       - 메인 카테고리/배너는 main_page_test.php에서 처리
    ============================== */
    .mp-shop-header {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 8px 20px 9px;
        box-sizing: border-box;
        background: #fff;
    }

    .mp-shop-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        gap: 24px;
    }

    .mp-shop-logo {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        text-decoration: none;
        flex: 0 0 auto;
    }

    .mp-shop-logo img {
        display: block;
        height: 46px;
        width: auto;
        max-width: 190px;
        object-fit: contain;
    }

    .mp-shop-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 88px;
        height: 38px;
        padding: 0 10px;
        border: 1px solid #0d72de;
        border-radius: 7px;
        background: #fff;
        color: #0d72de;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.03em;
        text-decoration: none;
        box-sizing: border-box;
        white-space: nowrap;
        line-height: 1;
        flex: 0 0 auto;
        box-shadow: 0 4px 12px rgba(13, 114, 222, 0.08);
        transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    }

    .mp-shop-action-login {
        min-width: 76px;
        height: 36px;
        gap: 4px;
        padding: 0 11px;
        border: 1px solid #0d72de;
        border-radius: 5px;
        background: #ffffff;
        color: #0d72de;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.04em;
        box-shadow: none;
    }

    .mp-shop-action-login svg {
        width: 14px;
        height: 14px;
        fill: currentColor;
        stroke: none;
    }

    .mp-shop-action-login span {
        line-height: 1;
    }

    .mp-shop-action:hover,
    .mp-shop-action:focus {
        background: #f3f8ff;
        color: #0d72de;
        text-decoration: none;
        box-shadow: 0 6px 16px rgba(13, 114, 222, 0.14);
    }

    .mp-shop-action svg {
        width: 15px;
        height: 15px;
        display: block;
        stroke: currentColor;
    }

    .mp-shop-action-cart {
        position: relative;
    }

    .mp-shop-actions {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
    }

    .mp-shop-notify {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-right: 2px;
    }

    .mp-shop-notify-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid #d7e4f7;
        border-radius: 50%;
        background: #fff;
        color: #0d72de;
        box-shadow: 0 4px 12px rgba(13, 114, 222, 0.08);
        cursor: pointer;
        box-sizing: border-box;
    }

    .mp-shop-notify-btn svg {
        display: block;
        width: 20px;
        height: 20px;
        stroke: currentColor;
    }

    .mp-shop-notify-btn:hover,
    .mp-shop-notify-btn:focus {
        background: #f3f8ff;
        border-color: #0d72de;
        outline: 0;
    }

    .mp-shop-notify-count {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 17px;
        height: 17px;
        padding: 0 5px;
        border-radius: 999px;
        background: #ff3b30;
        color: #fff;
        font-size: 10px;
        line-height: 17px;
        font-weight: 900;
        text-align: center;
        box-sizing: border-box;
    }

    .mp-shop-notify-panel {
        display: none;
        position: absolute;
        top: 44px;
        right: 0;
        width: 320px;
        max-width: calc(100vw - 20px);
        border: 1px solid #dbe3ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
        z-index: 10000000;
        overflow: hidden;
    }

    .mp-shop-notify.is-open .mp-shop-notify-panel {
        display: block;
    }

    .mp-shop-notify-panel:before {
        content: "";
        position: absolute;
        top: -7px;
        right: 14px;
        width: 12px;
        height: 12px;
        border-left: 1px solid #dbe3ef;
        border-top: 1px solid #dbe3ef;
        background: #fff;
        transform: rotate(45deg);
    }

    .mp-shop-notify-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 14px;
        border-bottom: 1px solid #eef2f7;
    }

    .mp-shop-notify-head strong {
        color: #111827;
        font-size: 14px;
        line-height: 1;
        font-weight: 900;
    }

    .mp-shop-notify-head span {
        color: #0d72de;
        font-size: 12px;
        line-height: 1;
        font-weight: 800;
    }

    .mp-shop-notify-list {
        max-height: 300px;
        overflow-y: auto;
    }

    .mp-shop-notify-item {
        display: block;
        padding: 12px 14px;
        border-bottom: 1px solid #f1f5f9;
        color: #111827;
        text-decoration: none;
    }

    .mp-shop-notify-item:hover,
    .mp-shop-notify-item:focus {
        background: #f8fbff;
        color: #0d72de;
        text-decoration: none;
    }

    .mp-shop-notify-text {
        display: block;
        color: inherit;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 800;
        letter-spacing: -0.04em;
    }

    .mp-shop-notify-meta {
        display: block;
        margin-top: 4px;
        color: #64748b;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
    }

    .mp-shop-notify-empty {
        padding: 24px 14px;
        color: #64748b;
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
    }

    .mp-shop-notify-more {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background: #f8fafc;
        color: #0d72de;
        font-size: 12px;
        font-weight: 900;
        text-decoration: none;
    }

    .mp-shop-notify-more:hover {
        background: #eef6ff;
        color: #0d72de;
        text-decoration: none;
    }    
    .mp-shop-action-mypage {
        min-width: 82px;
    }

    .mp-shop-action-coupon {
        min-width: 82px;
    }

    .mp-shop-action-cart .mp-cart-count {
        position: absolute;
        top: -7px;
        right: -7px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 999px;
        background: #0d72de;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        box-sizing: border-box;
    }

    .mp-shop-search {
        position: relative;
        width: 100%;
        flex: 1 1 auto;
        min-width: 0;
        max-width: 760px;
    }

    .mp-shop-search form {
        display: block;
        position: relative;
        margin: 0;
    }

    .mp-shop-search-scope {
        position: absolute;
        left: 44px;
        top: 50%;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        max-width: 112px;
        height: 26px;
        padding: 0 6px 0 10px;
        border-radius: 999px;
        background: #eff6ff;
        color: #0d72de;
        font-size: 12px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.04em;
        transform: translateY(-50%);
        box-sizing: border-box;
        white-space: nowrap;
    }

    .mp-shop-search-scope.scope-panda-fresh {
        background: #fff0f7;
        color: #ec4899;
    }

    .mp-shop-search-scope.scope-panda-fresh .mp-shop-search-scope-remove {
        background: rgba(236, 72, 153, 0.14);
        color: #ec4899;
    }

    .mp-shop-search-scope-label {
        display: block;
        overflow: hidden;
        max-width: 72px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mp-shop-search-scope-remove {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(13, 114, 222, 0.12);
        color: #0d72de;
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        cursor: pointer;
    }

    .mp-shop-search.has-scope .mp-shop-search-input {
        padding-left: 158px;
    }

    .mp-shop-search-input {
        display: block;
        width: 100%;
        height: 46px;
        padding: 0 18px 0 46px;
        border: 2px solid #000000;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.03em;
        box-sizing: border-box;
        outline: 0;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
        transition: border-color .18s ease, box-shadow .18s ease;
    }

    .mp-shop-search-input:focus {
        border-color: #0d72de;
        box-shadow: 0 6px 18px rgba(13, 114, 222, 0.13);
    }

    .mp-shop-search-input::placeholder {
        color: #9ca3af;
        opacity: 1;
        font-weight: 500;
    }

    .mp-shop-search-btn {
        position: absolute;
        left: 15px;
        top: 50%;
        width: 22px;
        height: 22px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #111;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 2;
    }

    .mp-shop-search-btn svg {
        display: block;
        width: 22px;
        height: 22px;
        stroke: currentColor;
    }

    .top_search_inp {
        color: #000;
    }

    /* ==============================
       판다배송 안내 헤더바
       - 검색창 아래 노출
       - 닫기 시 1일 숨김 / 충분히 본 사용자는 30일 숨김
    ============================== */
    .mp-delivery-guide-bar {
        display: none;
        width: 100%;
        margin-top: 9px;
        box-sizing: border-box;
    }

    .mp-delivery-guide-bar.is-show {
        display: block;
    }

    .mp-delivery-guide-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        min-height: 42px;
        padding: 9px 11px;
        border: 1px solid #ffd8ae;
        border-radius: 12px;
        background: #fff7ec;
        color: #222;
        box-sizing: border-box;
        box-shadow: 0 3px 10px rgba(255, 106, 0, 0.06);
    }

    .mp-delivery-guide-inner:hover {
        text-decoration: none;
        background: #fff1df;
        color: #222;
    }

    .mp-delivery-guide-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
        color: #222;
        text-decoration: none;
    }

    .mp-delivery-guide-link:hover,
    .mp-delivery-guide-link:focus {
        color: #222;
        text-decoration: none;
    }

    .mp-delivery-guide-text {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: #333;
    }

    .mp-delivery-guide-icon {
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 1;
    }

    .mp-delivery-guide-label {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mp-delivery-guide-action {
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 800;
        letter-spacing: -0.04em;
        color: #ff6200;
        white-space: nowrap;
    }

    .mp-delivery-guide-close {
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        margin: 0 -3px 0 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 106, 0, 0.10);
        color: #ff6200;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        cursor: pointer;
    }

    .top_wrap .top_logo img {
        height: 44px;
        width: auto;
    }

    .hd_cart {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: 34px;
        height: 34px;
        margin-right: 10px;
        padding: 0;
        box-sizing: border-box;
        overflow: visible;
        vertical-align: middle;
    }

    .hd_cart svg {
        display: block;
        width: 28px;
        height: 28px;
        stroke: #8a9099;
    }

    .hd_cart span {
        position: absolute;
        top: -4px;
        right: 09px;
        left: auto;
        bottom: auto;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 999px;
        font-size: 10px;
        line-height: 16px;
        color: #fff;
        background: #ff6a3d;
        text-align: center;
        font-weight: 700;
        box-sizing: border-box;
        z-index: 5;
    }

    .cart_login {
        white-space: nowrap;
        font-size: 14px;
        color: #000;
    }

    .sub_top_img img {
        width: 100%;
        height: auto;
    }

    .hd_fix .top_wrap_test1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 18px;
        min-height: 62px;
        padding: 0;
    }

    .top_search_input {
        position: relative;
        flex-grow: 1;
        max-width: 680px;
        border: 1px solid #d7dbe3;
        border-radius: 12px;
        color: #fff;
        background: #fff;
        overflow: hidden;
        box-shadow: none;
    }

    .top_search_input .top_search_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 56px;
        height: 100%;
        /* display: flex; */
        align-items: center;
        justify-content: flex-start;
        color: #4b5563;
        border-left: 1px solid #e5e7eb;
        background: #ffffff;
        transform: none;
    }

    .top_search_inp {
        width: 100%;
        height: 46px;
        padding: 0 60px 0 18px;
        font-size: 15px;
        line-height: 46px;
    }

    .top_wrap_test2 {
        float: right;
        line-height: 24px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .top_wrap_test2 li {
        display: flex;
        align-items: center;
        float: left;
    }

    .top_wrap_test2 li.pc {
        display: flex;
        align-items: center;
    }

    .top_wrap_test2 li:after {
        content: "";
        display: block;
        border-right: 1px solid #d8e0ec;
        height: 12px;
    }

    .top_wrap_test2 li:last-child::after {
        border-right: 0;
    }

    .top_wrap_test2 li a {
        padding: 4px 13px;
        display: inline-flex;
        align-items: center;
        color: #1f2937;
        font-size: 14px;
        font-weight: 500;
    }

    .top_wrap_test2 li a.hd_cart {
        padding: 0 16px 0 0;
    }

    .top_wrap_test2 li:last-child a {
        padding-right: 0;
    }

    .top_wrap_test2 svg {
        color: #979FB1;
        transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .top_wrap_test2 a:hover svg {
        color: #565D6D;
        border-right: 0;
    }

    .top_wrap_test2 .r_gnb_li {
        margin-left: 50px;
    }

    .hd_fix>.inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .top_logo {
        position: relative;
        z-index: 2;
    }


    .top_wrap_test1>.pc-head-cat {
        flex: 0 0 auto;
    }

    .top_wrap_test1>.top_logo {
        flex: 0 0 auto;
    }

    .top_wrap_test1>.top_search_input.pc {
        flex: 1 1 auto;
    }

    .top_wrap_test1>.top_wrap_test2.pc {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .gnb_sub_div.pc {
        display: none !important;
    }

    .pc-fixed-shortcuts.pc {
        display: block;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        background: #ffffff;
    }

    .hd_fix .pc-fixed-shortcuts.pc {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .pc-fixed-shortcuts .inner {
        display: flex;
        align-items: center;
        min-height: 52px;
    }

    /* ==============================
       PC 우측 플로팅 퀵메뉴
    ============================== */
    .mp-floating-quick {
        position: fixed;
        right: 22px;
        top: 50%;
        width: 92px;
        transform: translateY(-50%);
        border: 1px solid #d9d9d9;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        z-index: 999999;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    }

    .mp-floating-quick a,
    .mp-floating-quick button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 64px;
        padding: 9px 6px;
        border: 0;
        border-bottom: 1px solid #ededed;
        background: #fff;
        color: #333;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: -0.04em;
        box-sizing: border-box;
        cursor: pointer;
    }

    .mp-floating-quick a:hover,
    .mp-floating-quick button:hover {
        background: #f7faff;
        color: #0d72de;
        text-decoration: none;
    }

    .mp-floating-quick-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 27px;
        height: 27px;
        margin-top: 6px;
        color: #111;
    }

    .mp-floating-quick-icon svg {
        display: block;
        width: 26px;
        height: 26px;
        stroke: currentColor;
    }

    .mp-floating-quick-label {
        display: block;
        white-space: nowrap;
    }

    .mp-floating-quick-recent {
        position: relative;
    }

    .mp-floating-quick-recent-count {
        color: #ff2b2b;
        font-weight: 800;
        margin-left: 2px;
    }

    .mp-floating-quick-arrow {
        min-height: 34px !important;
        padding: 5px 6px !important;
        font-size: 15px !important;
        font-weight: 700;
        color: #555 !important;
    }

    .mp-floating-quick-top {
        min-height: 38px !important;
        padding: 8px 6px !important;
        border-bottom: 0 !important;
        background: #3d3d3d !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 800;
    }

    @media all and (max-width:1280px) {
        .mp-floating-quick {
            right: 10px;
        }
    }

    @media all and (max-width:1024px) {

        /*
         * 마이페이지는 웹뷰에서 PC UA로 열릴 수 있으므로
         * PHP 모바일 판별이 아니라 화면폭 기준으로 헤더를 숨긴다.
         */
        .main_wrap_mypage > .top_wrap {
            display: none !important;
        }

        .mp-floating-quick {
            display: none !important;
        }

        .gnb_sub_div.pc,
        .gnb_sub_div.pc.keep-open {
            display: none !important;
        }

        .pc-fixed-shortcuts.pc {
            display: none !important;
        }

        .pc_cat_secondary {
            display: none !important;
        }

        .mobile.cart,
        .mobile.cart_login {
            display: none !important;
        }

        .top_wrap_test2.pc {
            display: flex !important;
            margin-left: auto;
            align-items: center;
            flex-shrink: 0;
        }

        .top_wrap_test2.pc li:first-child,
        .top_wrap_test2.pc .hd_cart,
        .top_wrap_test2.pc li a.hd_cart,
        .top_wrap_test2.pc a.hd_cart {
            display: inline-flex !important;
        }

        .hd_fix {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            padding-top: 0;
            padding-bottom: 0;
            box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
        }

        .mp-shop-header {
            max-width: 100%;
            padding: 8px 10px 11px;
        }

        .mp-shop-header-top {
            min-height: auto;
            flex-wrap: wrap;
            gap: 10px 12px;
            align-content: flex-start;
            justify-content: flex-start;
        }

        .mp-shop-logo {
            order: 1;
            margin-right: auto;
        }

        .mp-shop-action {
            order: 2;
            margin-left: auto;
            gap: 6px;
        }

        .mp-shop-actions {
            order: 2;
            display: inline-flex !important;
            align-items: center;
            margin-left: auto;
            gap: 6px;
            flex: 0 0 auto;
        }

        .mp-shop-notify {
            display: inline-flex !important;
            margin-right: 0;
        }

        .mp-shop-notify-btn {
            width: 34px;
            height: 34px;
            box-shadow: none;
        }

        .mp-shop-notify-panel {
            top: 42px;
            right: -84px;
            width: 310px;
        }        
        .mp-shop-action-mypage {
            display: none !important;
        }

        .mp-shop-action-coupon {
            display: inline-flex !important;
            min-width: 72px;
            height: 34px;
            padding: 0 10px;
            margin-left: 0;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            box-shadow: none;
        }

        .mp-shop-action-coupon svg {
            width: 14px;
            height: 14px;
        }

        /* 모바일에서는 장바구니를 하단 네비에서 처리 */
        .mp-shop-action-cart {
            display: none !important;
        }

        .mp-shop-header-top>.mp-shop-action-login {
            display: inline-flex !important;
            margin-left: auto;
        }

        .mp-shop-header-top>.mp-shop-logo+.mp-shop-search {
            flex-basis: 100%;
        }

        .mp-shop-search {
            order: 3;
            flex: 0 0 100%;
            width: 100%;
            max-width: none;
            margin-top: 3px;
        }

        .mp-shop-logo img {
            height: 40px;
            width: auto;
            max-width: 190px;
            object-fit: contain;
        }

        .mp-shop-action {
            min-width: 72px;
            height: 34px;
            padding: 0 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            box-shadow: none;
        }

        .mp-shop-search-input {
            height: 42px;
            padding-left: 46px;
            padding-right: 18px;
            font-size: 14px;
            box-shadow: none;
        }

        .mp-shop-search.has-scope .mp-shop-search-input {
            padding-left: 146px;
        }

        .mp-shop-search-scope {
            left: 43px;
            max-width: 100px;
            height: 24px;
            padding-left: 8px;
            font-size: 11px;
        }

        .mp-shop-search-scope-label {
            max-width: 62px;
        }

        .mp-shop-search-btn {
            left: 15px;
            width: 22px;
            height: 22px;
        }

        .mp-shop-search-btn svg {
            width: 22px;
            height: 22px;
        }

        .hd_fix .top_wrap_test1 {
            display: flex;
            padding: 0 15px;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 6px;
            min-height: auto;
        }

        .hd_fix .top_wrap_test1 .top_logo {
            margin-right: 6px;
        }

        .top_wrap .top_logo img {
            height: 30px;
            width: auto;
        }

        .main_wrap .top_wrap {
            padding-top: 112px;
        }

        .top_wrap_test2.pc {
            line-height: 1;
        }

        .top_wrap_test2.pc li {
            display: flex;
            align-items: center;
            float: none;
        }

        .top_wrap_test2.pc li:after {
            content: "";
            display: block;
            border-right: 1px solid #d8e0ec;
            height: 12px;
        }

        .top_wrap_test2.pc li:last-child:after {
            border-right: 0;
        }

        .top_wrap_test2.pc li a {
            padding: 0 10px;
            display: inline-flex;
            align-items: center;
            color: #1f2937;
            font-size: 13px;
            font-weight: 500;
        }

        .top_wrap_test2.pc li a.hd_cart {
            position: relative;
            width: 28px;
            height: 28px;
            padding: 0 10px 0 0;
            justify-content: center;
        }

        .top_wrap_test2.pc li a.hd_cart svg {
            width: 23px;
            height: 23px;
        }

        .top_wrap_test2.pc li a.hd_cart span {
            position: absolute;
            top: -3px;
            right: 2px;
            min-width: 16px;
            height: 16px;
            line-height: 16px;
            padding: 0 4px;
            border-radius: 999px;
            background: #ff6a3d;
            color: #fff;
            font-size: 10px;
            text-align: center;
            font-weight: 700;
            box-sizing: border-box;
        }

        .mobile_gnbs {
            display: none;
        }

        .cb {
            margin-top: 15px;
        }

        .top_search_input {
            margin: 0 15px;
        }

        .top_search_input.mobile {
            border: 1px solid #d9d4cd;
            border-radius: 8px;
            background: #fff;
        }

        .cb .top_search_input.mobile {
            position: relative;
        }

        .cb .top_search_input.mobile .top_search_inp {
            width: 100%;
            height: auto;
            padding: 8px 16px;
            font-size: 14px;
            line-height: 20px;
        }

        .cb .top_search_input.mobile .top_search_btn {
            position: absolute;
            right: 12px;
            top: 50%;
            width: auto;
            height: auto;
            border-left: 0;
            background: transparent;
            transform: translateY(-48%);
            color: #7c7063;
        }

        .cb .top_search_input.mobile .top_search_btn svg {
            width: 20px;
            height: 20px;
        }
    }

    @media all and (max-width:1024px) {
        .mp-delivery-guide-bar {
            order: 4;
            flex: 0 0 100%;
            width: 100%;
            margin-top: 0;
        }

        .mp-delivery-guide-inner {
            min-height: 38px;
            padding: 8px 10px;
            border-radius: 11px;
        }

        .mp-delivery-guide-text,
        .mp-delivery-guide-action {
            font-size: 12px;
        }
    }
