/* BASIC css start */
/* ==============================
HEADER FINAL CSS
Responsive Compact Version
PC / TABLET / MOBILE
============================== */

:root {
    --color-text-heading: #121212;
    --color-text-body: #555;
    --color-text-light: #999;
    --color-text-disable: #c2c2c2;
    --color-primary: #d63b3a;
    --color-border: #dedede;
    --color-background: #f6f6f6;
    --main-color: #d63b3a;

    --layout-max-width: 80rem;
    --layout-side-padding: clamp(0.9rem, 3.5vw, 1.5rem);

    --header-logo-height: clamp(2.25rem, 8.5vw, 3rem);
    --header-icon-size: clamp(1.5rem, 5.2vw, 1.95rem);
    --header-top-padding-y: clamp(0.5rem, 2vw, 0.8rem);

    --search-height: clamp(2.9rem, 11vw, 3.45rem);
    --search-logo-size: clamp(2.35rem, 9.5vw, 2.9rem);
    --search-font-size: clamp(0.82rem, 3.4vw, 1rem);

    --category-height: clamp(2.45rem, 9.5vw, 3rem);
    --category-gap: clamp(1rem, 5vw, 1.7rem);
    --category-font-size: clamp(0.78rem, 3.2vw, 0.95rem);

    --mega-height: clamp(16rem, 32vw, 18rem);
    --mega-primary-width: clamp(11.5rem, 18vw, 14rem);
    --mega-sub-width: clamp(14rem, 22vw, 17rem);

    --radius-large: clamp(0.95rem, 2.4vw, 1.35rem);
    --shadow-soft: 0 0.75rem 1.75rem rgba(0, 0, 0, .08);
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
}

.main-mo-logo {
    display: none;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
}

.main-header * {
    box-sizing: border-box;
}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

/* ==============================
HEADER COMMON
============================== */
#top_banner {position: relative; display:none; width: 100%; background-color: var(--main-color);  padding: 10px 16px;  text-align: center;   } 
#top_banner p { display: inline;  background: transparent; color:#fff; font-size:16px; font-weight:500; } 
#top_banner a.ban_close { display: inline-flex; align-items: center;  justify-content: center; margin-left: 8px;  vertical-align: middle; position: static !important; transform: none !important; right:16px; } 
#top_banner a.ban_close img { width: 12px;  height: 12px;  object-fit: contain; filter: brightness(0) invert(1); } 


.header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.5rem, 2vw, 1rem);
    padding: var(--header-top-padding-y) var(--layout-side-padding) clamp(0.4rem, 1.5vw, 0.65rem);
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.header-left {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 1.5vw, 0.85rem);
    min-width: 0;
}

.header-left .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.header-left .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 0;
    line-height: 0;
}

.header-left .logo img {
    display: block;
    width: auto;
    height: var(--header-logo-height);
    max-width: clamp(8rem, 24vw, 11rem);
    object-fit: contain;
    filter: none;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.75rem, 2.8vw, 1.15rem);
    margin-left: auto;
}

.header-right img {
    display: block;
    width: var(--header-icon-size);
    height: var(--header-icon-size);
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

.back-button {
    display: none;
}

.header-pc-nav,
.header-pc-nav-left,
.header-pc-nav-right,
.header-pc-logo,
.header-pc-search {
    display: none;
}

.mo-logo,
.mo_logo,
.mobile-logo,
.mobile_logo,
.m-logo,
.m_logo,
#mo-logo,
#mo_logo {
    display: none;
}

/* ==============================
CATEGORY NAV COMMON
============================== */

.category-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--category-height);
    padding: 0 var(--layout-side-padding);
    overflow: visible;
    white-space: nowrap;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #ededed;
}

.category-nav-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.category-menu-trigger {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: clamp(0.45rem, 1vw, 0.7rem);
    height: var(--category-height);
    margin: 0;
    padding: 0 clamp(1rem, 3vw, 2rem) 0 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: var(--category-font-size);
    font-weight: 700;
    line-height: var(--category-height);
    cursor: pointer;
}

.category-menu-icon {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: clamp(1.15rem, 2.4vw, 1.5rem);
    height: clamp(1.15rem, 2.4vw, 1.5rem);
    gap: clamp(0.25rem, 0.6vw, 0.35rem);
}

.category-menu-icon span {
    display: block;
    width: 100%;
    height: 0.12rem;
    border-radius: 999rem;
    background: #111;
    transition: transform .2s ease, opacity .2s ease;
}

.category-nav.is-category-open .category-menu-icon span:nth-child(1) {
    transform: translateY(0.45rem) rotate(45deg);
}

.category-nav.is-category-open .category-menu-icon span:nth-child(2) {
    opacity: 0;
}

.category-nav.is-category-open .category-menu-icon span:nth-child(3) {
    transform: translateY(-0.45rem) rotate(-45deg);
}

.category-menu-text {
    display: inline-block;
    color: #111;
    font-size: var(--category-font-size);
    font-weight: 700;
    line-height: var(--category-height);
}

.category-nav-links {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: var(--category-gap);
    min-width: 0;
    height: var(--category-height);
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scrollbar-width: none;
}

.category-nav-links::-webkit-scrollbar {
    display: none;
}

.category-nav-links li {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    height: var(--category-height);
    margin: 0;
    padding: 0;
}

.category-nav-links li.mo {
    display: none;
}

.category-nav-links a {
    display: block;
    padding: 0;
    color: #111;
    font-size: var(--category-font-size);
    font-weight: 700;
    line-height: var(--category-height);
    text-decoration: none;
}

.category-nav-links a:hover,
.category-nav-links a.active {
    color: #d63b3a;
}

.category-nav-links a.active {
    font-weight: 800;
}

/* ==============================
CATEGORY MEGA MENU
============================== */

.category-mega-menu {
    position: absolute;
    top: var(--category-height);
    left: 0;
    z-index: 15;
    display: none;
    align-items: stretch;
    width: calc(var(--mega-primary-width) + var(--mega-sub-width));
    max-width: min(90vw, 48rem);
    height: var(--mega-height);
    overflow: visible;
    border-radius: 0 0 var(--radius-large) var(--radius-large);
    background: transparent;
}

.category-nav.is-category-open .category-mega-menu {
    display: flex;
}

.category-mega-primary {
    position: relative;
    display: flex;
    flex-direction: column;
    width: var(--mega-primary-width);
    height: var(--mega-height);
    padding: clamp(0.5rem, 1.2vw, 0.75rem) 0;
    overflow: visible;
    border: 1px solid #ededed;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 var(--radius-large);
    background: linear-gradient(135deg, #fff8b5 0%, #f6f4d5 46%, #e9f5ff 100%);
    box-shadow: var(--shadow-soft);
}

.category-mega-item {
    position: static;
}

.category-mega-main {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: clamp(2.55rem, 5vw, 3rem);
    padding: 0 clamp(1rem, 2.6vw, 1.5rem);
    color: #111;
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    transition: color .15s ease, background .15s ease;
}

.category-mega-item:hover .category-mega-main,
.category-mega-item.is-active .category-mega-main {
    color: #0070f3;
    background: rgba(255, 255, 255, .45);
}

.category-mega-sub {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    flex-direction: column;
    width: var(--mega-sub-width);
    height: var(--mega-height);
    padding: clamp(0.75rem, 2vw, 1.15rem) 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ededed;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 var(--radius-large) 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(4px);
}

.category-mega-item:hover .category-mega-sub,
.category-mega-item.is-active .category-mega-sub {
    display: flex;
}

.category-mega-sub a {
    display: flex;
    align-items: center;
    min-height: clamp(2.2rem, 4.5vw, 2.5rem);
    padding: 0 clamp(1rem, 2.6vw, 1.5rem);
    overflow: hidden;
    color: #333;
    font-size: clamp(0.85rem, 1.5vw, 0.98rem);
    font-weight: 500;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    transition: color .15s ease, background .15s ease;
}

.category-mega-sub a:hover {
    color: #0070f3;
    background: #f5f9ff;
}

.category-mega-sub::-webkit-scrollbar {
    width: 0.35rem;
}

.category-mega-sub::-webkit-scrollbar-track {
    background: transparent;
}

.category-mega-sub::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 999rem;
}

.category-mega-sub::-webkit-scrollbar-thumb:hover {
    background: #bdbdbd;
}

.btn-more {
    display: none;
}

/* ==============================
MOBILE SIDE MENU
============================== */

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #e7ecef;
    transition: all .3s ease;
}

.mobile-menu-wrap.is-active {
    visibility: visible;
    opacity: 1;
}

.menu-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 95vh;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1.25rem, 4vw, 2rem) clamp(4rem, 12vw, 5.5rem);
    color: #fff;
    background-color: #121212;
}

.menu-header .name {
    font-size: clamp(1rem, 3vw, 1.3rem);
    font-weight: 700;
    line-height: 1.4;
}

.menu-header .btn-close {
    padding: 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1;
    background: transparent;
    cursor: pointer;
}

.login-prompt {
    position: relative;
    flex-shrink: 0;
    width: calc(100% - clamp(1rem, 4vw, 1.5rem));
    margin: clamp(-3rem, -8vw, -2rem) auto 0;
    padding: clamp(1.2rem, 4vw, 1.7rem) clamp(0.8rem, 3vw, 1rem);
    text-align: center;
    background-color: #fff;
}

.login-prompt strong {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-heading);
    font-size: clamp(0.9rem, 2.7vw, 1rem);
    font-weight: 600;
    line-height: 1.4;
}

.login-prompt strong a {
    color: var(--color-text-heading);
    border-bottom: 1px solid var(--color-text-heading);
    text-decoration: none;
}

.login-prompt p {
    margin-top: 0.35rem;
    color: var(--color-text-light);
    font-size: clamp(0.82rem, 2.5vw, 0.95rem);
    font-weight: 400;
    line-height: 1.4;
}

.login-prompt.login-on {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
}

.login-area-my {
    width: 100%;
    border-bottom: 1px solid var(--color-border);
}

.login-area-my a {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: clamp(0.6rem, 2.5vw, 0.8rem);
    color: var(--color-text-heading);
    font-size: clamp(0.9rem, 2.7vw, 1rem);
    font-weight: 500;
    text-decoration: none;
}

.login-area-button {
    display: flex;
    align-items: center;
}

.login-area-button a {
    flex: 1;
    padding: clamp(0.6rem, 2.5vw, 0.8rem);
    color: var(--color-text-heading);
    font-size: clamp(0.9rem, 2.7vw, 1rem);
    text-align: center;
    text-decoration: none;
}

.login-area-button a + a {
    border-left: 1px solid var(--color-border);
}

.menu-content {
    flex-grow: 1;
    width: calc(100% - clamp(1rem, 4vw, 1.5rem));
    margin: clamp(0.5rem, 2vw, 0.8rem) auto 0;
    padding: clamp(1.25rem, 4vw, 1.7rem) 0;
    overflow-y: auto;
    background-color: #fff;
}

.menu-content .menu-group + .menu-group {
    padding-top: 0.35rem;
}

.menu-content h3 {
    margin: 0;
    padding: 0 clamp(1rem, 3vw, 1.2rem) 0.7rem;
    border-bottom: 1px solid #f0f0f0;
    color: var(--color-text-heading);
    font-size: clamp(0.95rem, 2.8vw, 1.1rem);
    font-weight: 600;
    line-height: 1.5;
}

.menu-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-accordion > li {
    border-bottom: 1px solid #f0f0f0;
}

.menu-accordion > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.7rem, 2.8vw, 0.9rem) clamp(1rem, 3vw, 1.2rem);
    color: var(--color-text-heading);
    font-size: clamp(0.95rem, 2.8vw, 1.1rem);
    font-weight: 500;
    text-decoration: none;
}

.menu-accordion .arrow {
    transition: transform .3s;
}

.menu-accordion > li.is-active > a .arrow {
    transform: rotate(-180deg);
}

.submenu {
    display: none;
    margin: 0;
    padding: clamp(0.6rem, 2.5vw, 0.8rem) clamp(1rem, 3vw, 1.2rem);
    list-style: none;
    background-color: #fff;
}

.submenu li a {
    display: block;
    padding: clamp(0.55rem, 2.2vw, 0.75rem) 0;
    color: var(--color-text-light);
    font-size: clamp(0.88rem, 2.5vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.menu-static {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-static li a {
    display: flex;
    align-items: center;
    padding: clamp(0.4rem, 1.8vw, 0.55rem) clamp(1rem, 3vw, 1.2rem);
    color: #777;
    font-size: clamp(0.88rem, 2.5vw, 1rem);
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

/* ==============================
FLOATING / OVERLAY
============================== */

.floating-wrap {
    position: fixed;
    right: 2%;
    bottom: clamp(3.5rem, 8vw, 4.5rem);
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.floating-btns {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}

.floating-btns.always-show,
.floating-btns.toggle-show.show {
    visibility: visible;
    opacity: 1;
}

.floating-btns .floating-btn {
    width: clamp(2.5rem, 5vw, 3rem);
    height: clamp(2.5rem, 5vw, 3rem);
    border: 1px solid var(--cw-color-20);
    border-radius: 50%;
    background: var(--cw-color-white);
}

.floating-btns .btn-smart-finder {
    background: #fff url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_smart_finder.svg") no-repeat center center / 45% 45%;
}

.floating-btns .btn-go-top {
    background: #fff url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_expand.svg") no-repeat center center / 40% 40%;
}

.side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .3s ease;
}

.side-overlay.active {
    visibility: visible;
    opacity: 1;
}

/* ==============================
PC
============================== */

@media (min-width: 64em) {
    :root {
        --layout-side-padding: clamp(1rem, 2vw, 1.5rem);
        --header-logo-height: clamp(3.2rem, 4vw, 4rem);
        --search-height: clamp(3.3rem, 4vw, 3.85rem);
        --search-logo-size: clamp(3.2rem, 3.8vw, 3.8rem);
        --search-font-size: clamp(1.1rem, 1.35vw, 1.3rem);
        --category-height: clamp(3.25rem, 3.8vw, 3.75rem);
        --category-font-size: clamp(0.95rem, 1.05vw, 1.08rem);
    }

    .main-header {
        background: #fff;
    }

    .header-top-area {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(1.3rem, 2vw, 2rem);
        max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
        margin: 0 auto;
        padding: clamp(0.75rem, 1.2vw, 0.95rem) var(--layout-side-padding);
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

    .header-left,
    .header-right {
        display: none;
    }

    .header-pc-logo,
    .header-pc-nav {
        display: none;
    }

    .header-pc-nav-left {
        display: flex;
        align-items: center;
        order: 1;
        flex: 0 0 auto;
    }

    .logo-pc a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-pc a img {
        display: block;
        width: auto;
        height: var(--header-logo-height);
        max-width: clamp(9rem, 14vw, 12rem);
        object-fit: contain;
    }

    .logo-pc a span {
        display: none;
    }

    .header-pc-search {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
        flex: 1 1 44%;
        width: auto;
        min-width: 32%;
        max-width: 44rem;
        margin: 0 clamp(1.2rem, 2vw, 2rem);
        padding: 0;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .header-pc-search .search {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: 0;
        text-align: left;
        overflow: visible;
    }

    .header-pc-search .search fieldset {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        min-inline-size: 0;
        height: var(--search-height);
        margin: 0;
        padding: 0 clamp(3.2rem, 5vw, 4rem) 0 clamp(0.45rem, 1vw, 0.6rem);
        border: 2px solid #d63b3a;
        border-radius: 999rem;
        background: #fff;
        overflow: hidden;
        transition: border-color .15s ease, border-radius .15s ease, box-shadow .15s ease;
    }

    .header-pc-search .search fieldset:focus-within {
        border-color: #d63b3a;
        box-shadow: 0 0 0 0.2rem rgba(214, 59, 58, .14);
    }

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

    .header-pc-search .search .search_logo {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        margin-left: -0.35rem;
        padding: 0 clamp(0.35rem, 1vw, 0.55rem);
    }

    .header-pc-search .search .search_logo .logo_link {
        display: block;
        width: var(--search-logo-size);
        height: var(--search-logo-size);
    }

    .header-pc-search .search .search_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0.5rem;
    }

    .header-pc-search .search .search_input_box {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
    }

    .header-pc-search .search .search_input_box .MS_search_word,
    .header-pc-search .search .search_input_box input[type="text"],
    .header-pc-search .search .search_input_box input[type="search"],
    .header-pc-search .search .search_input_box .search-input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        background: transparent;
        color: #111;
        font-size: var(--search-font-size);
        font-weight: 500;
        line-height: var(--search-height);
        text-align: left;
    }

    .header-pc-search .search .search_input_box .MS_search_word::placeholder,
    .header-pc-search .search .search_input_box input::placeholder {
        color: #999;
        font-size: var(--search-font-size);
        font-weight: 400;
        opacity: 1;
        transition: opacity .2s;
    }

    .header-pc-search .search .btn-submit {
        position: absolute;
        top: 50%;
        right: clamp(1.1rem, 2vw, 1.5rem);
        z-index: 3;
        width: clamp(1.4rem, 2vw, 1.7rem);
        height: clamp(1.4rem, 2vw, 1.7rem);
        border: 0;
        background: url("//skin.makeshop.co.kr/skin/astore/PC_img/search.png") no-repeat center / 85% 85%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .header-pc-search .search .btn-submit img {
        display: none;
    }

    .header-pc-search .search-auto-complete-list {
        display: none;
    }

    .header-pc-nav-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        order: 3;
        flex: 0 0 auto;
        gap: clamp(1.3rem, 2vw, 2rem);
        margin-left: auto;
    }

    .header-pc-nav-right > .pc-nav-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-pc-nav-right .pc-nav-link {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        color: #111;
        font-size: clamp(0.75rem, 0.9vw, 0.85rem);
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
    }

    .header-pc-nav-right .pc-nav-link:hover {
        color: #d63b3a;
        opacity: 1;
    }

    .header-pc-nav-right .pc-nav-link img {
        display: block;
        width: clamp(1.55rem, 2vw, 1.85rem);
        height: clamp(1.55rem, 2vw, 1.85rem);
        object-fit: contain;
        filter: none;
    }

    .header-pc-nav-right .pc-nav-link span {
        display: block;
        color: inherit;
        font-size: clamp(0.75rem, 0.9vw, 0.85rem);
        font-weight: 500;
        line-height: 1;
    }

    .header-pc-nav-right .pc-nav-link #user_basket_quantity {
        position: absolute;
        top: -0.45rem;
        right: 0.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1.15rem;
        height: 1.15rem;
        padding: 0 0.35rem;
        border-radius: 999rem;
        background: #d63b3a;
        color: #fff;
        font-size: 0.7rem;
        font-weight: 700;
        line-height: 1;
    }

    .pc-nav-login .pc-nav-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(1.55rem, 2vw, 1.85rem);
        height: clamp(1.55rem, 2vw, 1.85rem);
        color: #111;
    }

    .pc-nav-login .pc-nav-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .pc-nav-login .pc-nav-link:hover .pc-nav-icon {
        color: #d63b3a;
    }

    .header-pc-nav-right .pc-nav-submenu {
        position: absolute;
        top: 115%;
        left: 50%;
        z-index: 50;
        display: none;
        flex-direction: column;
        gap: 1rem;
        width: max-content;
        min-width: 7.5rem;
        margin: 0;
        padding: 1.2rem 1rem;
        list-style: none;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 1rem;
        box-shadow: 0 0.7rem 1.4rem rgba(0, 0, 0, .12);
        transform: translateX(-50%);
    }

    .header-pc-nav-right .pc-nav-item.is-open .pc-nav-submenu {
        display: flex;
    }

    .header-pc-nav-right .pc-nav-submenu li a {
        display: block;
        color: #555;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
    }

    .header-pc-nav-right .pc-nav-submenu li a:hover {
        color: #d63b3a;
    }

    .category-nav {
        height: var(--category-height);
        padding: 0;
        overflow: visible;
        background: #fff;
        border-top: 0;
        border-bottom: 1px solid #ededed;
    }

    .category-nav-inner {
        max-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));
        margin: 0 auto;
        padding: 0 var(--layout-side-padding);
    }

    .category-mega-menu {
        top: var(--category-height);
        left: var(--layout-side-padding);
    }
}

/* ==============================
TABLET / MOBILE
============================== */

@media (max-width: 63.998em) {
    :root {
        --layout-side-padding: clamp(0.85rem, 4vw, 1.15rem);
        --header-logo-height: clamp(2.25rem, 9.5vw, 2.95rem);
        --header-icon-size: clamp(1.55rem, 5.8vw, 2rem);
        --search-height: clamp(2.85rem, 12vw, 3.45rem);
        --search-logo-size: clamp(2.35rem, 9.8vw, 2.9rem);
        --search-font-size: clamp(0.82rem, 3.5vw, 1rem);
        --category-height: clamp(2.5rem, 10vw, 3rem);
        --category-gap: clamp(1.05rem, 5.5vw, 1.7rem);
        --category-font-size: clamp(0.78rem, 3.25vw, 0.95rem);
    }

    .main-header {
        background: #fff;
    }

    .header-top-area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: clamp(0.45rem, 1.6vw, 0.7rem);
        padding: var(--header-top-padding-y) var(--layout-side-padding) clamp(0.35rem, 1.3vw, 0.6rem);
        background: #fff;
        border-bottom: 0;
    }

    .header-left {
        display: flex;
        align-items: center;
        order: 1;
        flex: 0 0 auto;
        min-width: 0;
    }

    .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        order: 2;
        flex: 0 0 auto;
        gap: clamp(0.75rem, 3vw, 1.05rem);
        margin-left: auto;
    }

    .header-right .search-button {
        display: none;
    }

    .header-right .cart-button,
    .header-right .menu-button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--header-icon-size);
        height: var(--header-icon-size);
    }

    .header-right .cart-button img {
        content: url("//skin.makeshop.co.kr/skin/astore/PC_img/cart.png");
    }

    .header-right .cart-button img,
    .header-right .menu-button img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: none;
    }

    .header-right .menu-button img {
        filter: brightness(0) saturate(100%);
    }

    .header-right .cart-button #user_basket_quantity {
        position: absolute;
        top: -0.4rem;
        right: -0.45rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: clamp(1rem, 3vw, 1.25rem);
        height: clamp(1rem, 3vw, 1.25rem);
        padding: 0 0.32rem;
        border-radius: 999rem;
        background: #d63b3a;
        color: #fff;
        font-size: clamp(0.62rem, 1.8vw, 0.75rem);
        font-weight: 700;
        line-height: 1;
    }

    .header-pc-nav-left,
    .header-pc-nav-right,
    .header-pc-logo {
        display: none;
    }

    .header-pc-search {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
        margin: clamp(0.25rem, 1.1vw, 0.45rem) 0 0;
        padding: 0;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .header-pc-search .search {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left;
        overflow: visible;
    }

    .header-pc-search .search fieldset {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        width: 100%;
        min-inline-size: 0;
        height: var(--search-height);
        margin: 0;
        padding: 0 clamp(3rem, 9vw, 3.8rem) 0 clamp(0.35rem, 1.6vw, 0.6rem);
        border: 2px solid #d63b3a;
        border-radius: 999rem;
        background: #fff;
        overflow: hidden;
        transition: border-color .15s ease, border-radius .15s ease, box-shadow .15s ease;
    }

    .header-pc-search .search fieldset:focus-within {
        border-color: #d63b3a;
        box-shadow: 0 0 0 0.2rem rgba(214, 59, 58, .14);
    }

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

    .header-pc-search .search .search_logo {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        margin-left: -0.25rem;
        padding: 0 clamp(0.35rem, 1.4vw, 0.55rem);
    }

    .header-pc-search .search .search_logo .logo_link {
        display: block;
        width: var(--search-logo-size);
        height: var(--search-logo-size);
    }

    .header-pc-search .search .search_logo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0.5rem;
    }

    .header-pc-search .search .search_input_box {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
    }

    .header-pc-search .search .search_input_box .MS_search_word,
    .header-pc-search .search .search_input_box input[type="text"],
    .header-pc-search .search .search_input_box input[type="search"],
    .header-pc-search .search .search_input_box .search-input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        background: transparent;
        color: #111;
        font-size: var(--search-font-size);
        font-weight: 500;
        line-height: var(--search-height);
        text-align: left;
    }

    .header-pc-search .search .search_input_box .MS_search_word::placeholder,
    .header-pc-search .search .search_input_box input::placeholder {
        color: #999;
        font-size: var(--search-font-size);
        font-weight: 400;
        opacity: 1;
    }

    .header-pc-search .search .btn-submit {
        position: absolute;
        top: 50%;
        right: clamp(0.9rem, 3.2vw, 1.3rem);
        z-index: 3;
        width: clamp(1.4rem, 4.4vw, 1.8rem);
        height: clamp(1.4rem, 4.4vw, 1.8rem);
        border: 0;
        background: url("//skin.makeshop.co.kr/skin/astore/PC_img/search.png") no-repeat center / 85% 85%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .header-pc-search .search .btn-submit img {
        display: none;
    }

    .category-nav {
        height: var(--category-height);
        padding: 0 var(--layout-side-padding);
        background: #fff;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #ededed;
    }

    .category-nav-inner {
        width: 100%;
    }

    .category-menu-trigger {
        display: none;
    }

    .category-nav-links {
        width: 100%;
        flex: 1 1 100%;
        gap: var(--category-gap);
        height: var(--category-height);
        overflow-x: auto;
        overflow-y: hidden;
    }

    .category-nav-links li {
        height: var(--category-height);
    }

    .category-nav-links li.mo {
        display: none;
    }

    .category-nav-links a {
        font-size: var(--category-font-size);
        font-weight: 700;
        line-height: var(--category-height);
    }

    .category-nav.is-category-open .category-mega-menu {
        display: none;
    }
}

/* ==============================
MOBILE DETAIL
============================== */

@media (max-width: 47.998em) {
    .floating-wrap {
        bottom: 7%;
    }

    .side-sfinder-wrap {
        width: 100%;
    }

    .category-mega-menu {
        top: var(--category-height);
        left: 0;
        width: calc(100vw - (var(--layout-side-padding) * 2));
        min-width: 0;
        max-width: none;
        height: clamp(15rem, 55vw, 17rem);
        overflow: visible;
    }

    .category-mega-primary {
        width: clamp(9.5rem, 42vw, 13rem);
        height: 100%;
        overflow: visible;
        border-right: 0;
        border-radius: 0 0 0 var(--radius-large);
    }

    .category-mega-sub {
        left: 100%;
        width: calc(100vw - clamp(9.5rem, 42vw, 13rem) - (var(--layout-side-padding) * 2));
        min-width: clamp(11rem, 48vw, 14rem);
        height: 100%;
        padding: clamp(0.75rem, 3vw, 1rem) 0;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0 0 var(--radius-large) 0;
    }

    .category-mega-sub a {
        min-height: clamp(2.25rem, 9vw, 2.6rem);
        padding: 0 clamp(0.85rem, 3.5vw, 1rem);
        overflow: hidden;
        color: #333;
        font-size: clamp(0.8rem, 3.4vw, 0.95rem);
        font-weight: 500;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* ==============================
SEARCH AUTO COMPLETE CARD
============================== */

.main-header .header-pc-search .search {
    position: relative;
    overflow: visible;
}

.main-header .header-pc-search .search.panel-open,
.main-header .header-pc-search .search.search-layer-open {
    z-index: 1200;
}

.main-header .header-pc-search .search.panel-open fieldset,
.main-header .header-pc-search .search.search-layer-open fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    border-bottom-color: #ededed;
    border-radius: var(--radius-large) var(--radius-large) 0 0;
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, .04);
    background: #fff;
}

.main-header .header-pc-search .search.panel-open fieldset:focus-within,
.main-header .header-pc-search .search.search-layer-open fieldset:focus-within {
    border-color: #dedede;
    border-bottom-color: #ededed;
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, .04);
}

.main-header .header-pc-search .search.panel-open .search-auto-complete-list,
.main-header .header-pc-search .search.panel-open .search_word_layer,
.main-header .header-pc-search .search.panel-open [class*="search_word_layer"],
.main-header .header-pc-search .search.search-layer-open .search-auto-complete-list,
.main-header .header-pc-search .search.search-layer-open .search_word_layer,
.main-header .header-pc-search .search.search-layer-open [class*="search_word_layer"] {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 1199;
    display: block;
    width: 100%;
    margin: 0;
    padding: clamp(0.65rem, 2vw, 0.9rem) 0 clamp(1.2rem, 3vw, 1.5rem);
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0 0 var(--radius-large) var(--radius-large);
    box-shadow: 0 0.9rem 1.5rem rgba(0, 0, 0, .08);
}

.main-header .header-pc-search .search .search-auto-complete-list ul,
.main-header .header-pc-search .search .search_word_layer ul,
.main-header .header-pc-search .search [class*="search_word_layer"] ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header .header-pc-search .search .search-auto-complete-list li,
.main-header .header-pc-search .search .search_word_layer li,
.main-header .header-pc-search .search [class*="search_word_layer"] li {
    display: flex;
    align-items: center;
    min-height: clamp(2.5rem, 5vw, 2.9rem);
    margin: 0;
    padding: 0 clamp(1.1rem, 3vw, 1.5rem);
    border: 0;
    background: #fff;
    color: #111;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
}

.main-header .header-pc-search .search .search-auto-complete-list li a,
.main-header .header-pc-search .search .search_word_layer li a,
.main-header .header-pc-search .search [class*="search_word_layer"] li a {
    display: block;
    width: 100%;
    color: #111;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 400;
    line-height: clamp(2.5rem, 5vw, 2.9rem);
    text-decoration: none;
}

.main-header .header-pc-search .search .search-auto-complete-list li:hover,
.main-header .header-pc-search .search .search_word_layer li:hover,
.main-header .header-pc-search .search [class*="search_word_layer"] li:hover {
    background: #fafafa;
}

.main-header .header-pc-search .search .search-list-close,
.main-header .header-pc-search .search a.search-list-close {
    position: absolute;
    top: clamp(1rem, 2.4vw, 1.25rem);
    right: clamp(1.3rem, 3vw, 1.75rem);
    z-index: 1202;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: clamp(1.4rem, 3vw, 1.7rem);
    margin: 0;
    padding: 0;
    color: #555;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-align: right;
    background: transparent;
}

.main-header .header-pc-search .search .search-auto-complete-list li:has(.search-list-close),
.main-header .header-pc-search .search .search_word_layer li:has(.search-list-close),
.main-header .header-pc-search .search [class*="search_word_layer"] li:has(.search-list-close) {
    min-height: 0;
    height: 0;
    padding: 0;
    overflow: visible;
}

.main-header .header-pc-search .search .search-list-close:hover,
.main-header .header-pc-search .search a.search-list-close:hover {
    color: #111;
}

/* ==============================
SMART FINDER
============================== */

.side-sfinder-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 101;
    width: min(100%, 22.5rem);
    max-width: 100%;
    height: 100vh;
    padding-bottom: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--cw-color-white);
    transition: right .3s ease;
    -webkit-overflow-scrolling: touch;
}

.side-sfinder-wrap.active {
    right: 0;
    display: block;
}

.sfinder-header {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1rem, 3vw, 1.2rem) clamp(1.25rem, 4vw, 1.5rem);
    border-bottom: 1px solid var(--cw-color-30);
    background-color: var(--cw-color-white);
}

.sfinder-header .sfider-title {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 700;
    line-height: 1.4;
}

.sfinder-header .side-sfinder-close {
    width: clamp(1.4rem, 4vw, 1.7rem);
    height: clamp(1.4rem, 4vw, 1.7rem);
    border: 0;
    outline: 0;
    background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_x.svg") no-repeat center center / 100% 100%;
    filter: invert(59%) sepia(0%) saturate(413%) hue-rotate(281deg) brightness(115%) contrast(55%);
    cursor: pointer;
}

.side-sfinder-list .option {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-sfinder-list .option li {
    border-bottom: 1px solid var(--cw-color-30);
}

.side-sfinder-list .option li .option-title {
    position: relative;
    padding: clamp(0.75rem, 3vw, 1rem) clamp(1.25rem, 4vw, 1.5rem);
    border-bottom: 1px solid var(--cw-color-20);
    font-size: clamp(0.95rem, 3vw, 1.1rem);
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

.side-sfinder-list .option li .finder-subs {
    display: none;
    padding: clamp(1rem, 3vw, 1.2rem) clamp(1.25rem, 4vw, 1.5rem);
    background-color: var(--cw-color-10);
}

.side-sfinder-list .option li .option-title.on + .finder-subs {
    display: block;
}

.side-sfinder-btns {
    position: fixed;
    bottom: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: 33.333% 66.667%;
    width: min(100%, 22.5rem);
}

.side-sfinder-btns :where(.btn) {
    padding: 0;
    border-radius: 0;
}

.side-sfinder-btns .btn-gray {
    border: 0;
    border-top: 1px solid var(--cw-color-30);
}

.side-sfinder-btns .finder-count {
    color: var(--cw-point-color);
}

@media (max-width: 47.998em) {
    .side-sfinder-wrap,
    .side-sfinder-btns {
        width: 100%;
    }
}

/* ==============================
   TABLET / MOBILE CATEGORY SWIPE
   »ó´Ü Ä«Å×°í¸® ¸Þ´º °¡·Î ½º¿ÍÀÌÇÁ Ã³¸®
============================== */

@media (max-width: 63.998em) {
    .category-nav {
        overflow: hidden;
    }

    .category-nav-inner {
        min-width: 0;
        overflow: hidden;
    }

    .category-nav-links {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        max-width: 100%;
        min-width: 0;

        overflow-x: auto;
        overflow-y: hidden;

        gap: clamp(1.25rem, 5vw, 1.9rem);
        padding: 0 var(--layout-side-padding) 0 0;
        margin: 0;

        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        touch-action: pan-x;
    }

    .category-nav-links::-webkit-scrollbar {
        display: none;
    }

    .category-nav-links li {
        flex: 0 0 auto;
        width: auto;
        min-width: max-content;
    }

    .category-nav-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: auto;
        min-width: max-content;

        white-space: nowrap;
        word-break: keep-all;
        overflow: visible;
        text-overflow: clip;
    }

    .category-nav-links li:last-child {
        padding-right: var(--layout-side-padding);
    }
}

/* ==============================
   TABLET / MOBILE CATEGORY SCROLL ARROWS
   µ¿±×¶ó¹Ì ¾È¿¡ < > Ç¥½Ã
============================== */

@media (max-width: 63.998em) {
    .category-nav {
        position: relative;
        overflow: hidden;
    }

    .category-nav-inner {
        position: relative;
        overflow: hidden;
    }

    .category-nav-links {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .category-scroll-btn {
        position: absolute;
        top: 50%;
        z-index: 25;

        display: none;
        align-items: center;
        justify-content: center;

        width: clamp(1.9rem, 7vw, 2.35rem);
        height: clamp(1.9rem, 7vw, 2.35rem);

        padding: 0;
        border: 1px solid #e6e6e6;
        border-radius: 50%;

        background: rgba(255, 255, 255, .96);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .12);

        color: #111;
        font-size: clamp(1rem, 3.8vw, 1.35rem);
        font-weight: 700;
        line-height: 1;

        transform: translateY(-50%);
        cursor: pointer;
    }

    .category-scroll-prev {
        left: clamp(0.15rem, 1vw, 0.35rem);
    }

    .category-scroll-next {
        right: clamp(0.15rem, 1vw, 0.35rem);
    }

    .category-nav.has-scroll-left .category-scroll-prev {
        display: flex;
    }

    .category-nav.has-scroll-right .category-scroll-next {
        display: flex;
    }

    .category-scroll-btn:hover {
        background: #fff;
        border-color: #d8d8d8;
        box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, .16);
    }

    .category-scroll-btn:active {
        transform: translateY(-50%) scale(.94);
    }
}

@media (min-width: 64em) {
    .category-scroll-btn {
        display: none;
    }
}
/* BASIC css end */

