/* BASIC css start */
html.no-scroll, body.no-scroll {
    overflow: hidden !important;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--cw-color-white);
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: var(--cw-point-color-pri);
}

.top-bar a {
    text-decoration: none;
    color: var(--cw-color-white);
    font-size: 8.75px;
    font-weight: 700;
    line-height: 20px;
}

#topbanner .topSlider li.txt a {
    font-family: var(--bs-body-font-family);
}

.header-container {
    margin: 0 auto;
    padding: 16px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--cw-color-30);
}

.header-logo {
    flex-shrink: 0;
    line-height: 0;
}

.header-logo a {
    font-size: 22.5px;
    font-weight: 800;
    color: var(--cw-heading-color);
    line-height: normal;
    text-decoration: none;
}

.header-nav {
    order: 2;
    display: flex;
    gap: 32px;
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    min-width: 0;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -webkit-user-select: none;
    user-select: none;
}

.header-nav::-webkit-scrollbar {
    display: none;
}

.header-nav:active {
    cursor: grabbing;
}

.header-nav a {
    white-space: nowrap;
    color: var(--cw-heading-color);
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    -webkit-user-drag: none;
    user-drag: none;
}

.header-icons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    font-size: 11.25px;
}

.header-icons a {
    text-decoration: none;
    position: relative;
}

.header-icons a .notification {
    position: absolute;
    top: 3px;
    right: -3px;
    background-color: var(--cw-point-color);
    color: #fff;
    border-radius: 100%;
    padding: 0 5px;
    line-height: 16px;
    font-size: 7.5px;
    font-weight: 700;
}

.header-logo, .header-icons {
    order: 1;
}

.header-container--md {
    display: none;
}

.side-menu-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 360px;
    height: 100vh;
    padding: 18px 24px 60px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    transition: right 0.3s ease;
    background: var(--cw-color-white);
}

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

.side-menu-wrap a {
    text-decoration: none;
    color: var(--cw-heading-color);
}

.menu-header {
    position: relative;
    padding: 18px 0 20px;
}

.side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}

.menu-util {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 20px 0;
}

.menu-util a {
    font-size: 8.75px;
}

.menu-util a:not(:first-child)::before {
    display: inline-block;
    margin-right: 14px;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: var(--cw-color-30);
    content: '';
}

.menu-search {
    position: relative;
}

.menu-search .search-input {
    width: 100%;
}

.menu-search .search-btn {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    font-size: 0;
    background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_search.svg") no-repeat right center / 24px 24px;
}

.side-menu-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-menu-list ul li a {
    display: block;
    font-weight: 500;
    width: 95%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.side-menu-list .has-sub {
    position: relative;
}

.side-menu-list .has-sub .ico-toggle {
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.side-menu-list .has-sub .ico-minus {
    background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/bullet_minus.svg") no-repeat;
}

.side-menu-list .has-sub .ico-plus {
    background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/bullet_plus.svg") no-repeat;
}

.side-menu-list .has-sub .submenu {
    display: none;
    padding: 20px 10px 10px;
}

.side-menu-list .has-sub .submenu li a {
    color: var(--cw-color-60);
    font-size: 8.75px;
    font-weight: 400;
}

.side-menu-list .board {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

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

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

.fixed-menu--md {
    display: none;
    z-index: 99;
}
.floating-wrap {
    position: fixed;
    bottom: 60px;
    right: 2%;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

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

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

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

.floating-btns .floating-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--cw-color-20);
    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 / 16px 16px;
}

.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 / 14px 14px;
}

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

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

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

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

.sfinder-header {
    z-index: 1;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--cw-size-17) var(--cw-size-24);
    border-bottom: 1px solid var(--cw-color-30);
    background-color: var(--cw-color-white);
}

.sfinder-header .sfider-title {
    font-size: var(--cw-size-18);
    font-weight: 700;
    line-height: var(--cw-size-26);
}

.sfinder-header .side-sfinder-close {
    width: var(--cw-size-24);
    height: var(--cw-size-24);
    border: none;
    outline: none;
    background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_x.svg') no-repeat center center;
    filter: invert(59%) sepia(0%) saturate(413%) hue-rotate(281deg) brightness(115%) contrast(55%);
}

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

.side-sfinder-list .option li .option-title {
    position: relative;
    display: flex;
    column-gap: var(--cw-size-4);
    padding: var(--cw-size-12) var(--cw-size-24);
    border-bottom: 1px solid var(--cw-color-20);
    font-size: var(--cw-size-16);
    font-weight: 700;
    line-height: var(--cw-size-24);
    cursor: pointer;
}

.side-sfinder-list .option li .option-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(calc(var(--cw-size-24) * -1), var(--cw-size-16));
    width: var(--cw-size-16);
    height: var(--cw-size-16);
    background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_cheveron-down.svg') no-repeat center center;
}

.side-sfinder-list .option li .option-title.on::after {
    background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_arrow_cheveron-up.svg') no-repeat center center;
}

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

.side-sfinder-list .option li .option-title .finder-layer-open {
    font-size: 0;
}

.side-sfinder-list .option li .finder-subs .class-none {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.side-sfinder-list .option li .finder-subs {
    display: none;
    padding: var(--cw-size-16) var(--cw-size-24);
    background-color: var(--cw-color-10);
}

.side-sfinder-list .option li .finder-subs label {
    display: grid;
}

.side-sfinder-list .option li .finder-subs label .fa {
    display: none;
}

.side-sfinder-list .option li .finder-subs .finder-child-category {
    display: none;
}

.side-sfinder-list .option li .finder-subs .mobile-select-category {
    padding: var(--cw-size-12) var(--cw-size-24);
    margin: var(--cw-size-16) calc(var(--cw-size-24) * -1);
    font-size: var(--cw-size-14);
    font-weight: 700;
    background-color: var(--cw-color-white);
    border-top: 1px solid var(--cw-color-20);
    border-bottom: 1px solid var(--cw-color-20);
}

.side-sfinder-list .option li .finder-subs .mobile-select-category .fa {
    margin-top: calc(var(--cw-size-2) * -1);
    font-size: var(--cw-size-16);
    vertical-align: middle;
}

.side-sfinder-list .option li .finder-subs .finder-category2 {
    margin-top: var(--cw-size-16);
}

.side-sfinder-list .option li .finder-subs :where(.finder-category, .finder-category2, .finder-size) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--cw-size-4);
}

.side-sfinder-list .option li .finder-subs :where(.finder-price) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--cw-size-4);
}

.side-sfinder-list .option li .finder-subs :where(.finder-color) {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cw-size-8);
}

.side-sfinder-list .option li .finder-subs .finder-options:not(.color-picker) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--cw-size-8) var(--cw-size-16);
    border: 1px solid var(--cw-color-30);
    border-radius: var(--cw-size-24);
    font-size: var(--cw-size-12);
    line-height: var(--cw-size-16);
    word-break: break-all;
    background-color: var(--cw-color-white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-sfinder-list .option li .finder-subs .finder-options:not(.color-picker).on {
    border-color: var(--cw-heading-color);
    font-weight: 700;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker {
    display: inline-flex;
    width: var(--cw-size-32);
    height: var(--cw-size-32);
    border-radius: var(--cw-size-50);
    text-indent: -999px;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker.on::after {
    content: "";
    display: inline-flex;
    width: 100%;
    height: 100%;
    background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_check.svg') no-repeat center;
    background-size: var(--cw-size-20);
}

.side-sfinder-list .option li .finder-subs .finder-option-color.color-picker:not(.finder-option-color-white).on::after {
    filter: invert(1) brightness(2);
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-black {
    background-color: #000;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-white {
    background-color: #FFF;
    border: 1px solid var(--cw-color-30);
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-gray {
    background-color: #808080;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-beige {
    background-color: #e5d0b2;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-brown {
    background-color: #aa6810;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-navy {
    background-color: #425583;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-blue {
    background-color: #0000ff;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-light-blue {
    background-color: #62acff;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-red {
    background-color: #ff0000;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-orange {
    background-color: #ffa500;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-yellow {
    background-color: #ffff00;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-pink {
    background-color: #ffc0cb;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-purple {
    background-color: #800080;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-jaju {
    background-color: #a63f7f;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-khaki {
    background-color: #2f5e2f;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-green {
    background-color: #008000;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-light-green {
    background-color: #72dd95;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-silver {
    background-color: #dfdfdf;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-gold {
    background-color: #cfbc4e;
}

.side-sfinder-list .option li .finder-subs .finder-option-color.finder-option-color-apricot {
    background-color: #fbceb1;
}

.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input {
    position: relative;
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    column-gap: var(--cw-size-4);
    padding-top: var(--cw-size-30);
}

.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input::before {
    content: "직접입력";
    position: absolute;
    top: var(--cw-size-4);
    left: 0;
    display: block;
    font-size: var(--cw-size-14);
    font-weight: 700;
    line-height: var(--cw-size-20);
}

.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input label {
    display: flex;
    align-items: center;
    height: var(--cw-size-40);
    padding: 0 var(--cw-size-12);
    border: 1px solid var(--cw-color-30);
    border-radius: var(--cw-border-radius);
    font-size: var(--cw-size-14);
    background: var(--cw-color-white);
}

.side-sfinder-list .option li .finder-subs .finder-price .finder-price-input label .cw-textfield {
    width: 100%;
    padding: 0;
    border: 0;
    text-align: right;
}

.side-sfinder-list .option li .finder-subs .finder-search input {
    width: 100%;
}

.side-sfinder-btns {
    z-index: 10;
    position: fixed;
    bottom: 0;
    display: grid;
    grid-template-columns: var(--cw-size-120) var(--cw-size-240);
}

.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);
}

.finder-comm-layer {
    display: none;
    z-index: 1;
    position: absolute;
    top: var(--cw-size-40);
    left: var(--cw-size-16);
    width: 328px;
    padding: var(--cw-size-18) var(--cw-size-20) var(--cw-size-20);
    border: 1px solid var(--cw-heading-color);
    border-radius: var(--cw-size-10);
    background-color: var(--cw-color-white);
}

.finder-comm-layer.on {
    display: block;
}

.finder-comm-layer .title-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--cw-size-20);
}

.finder-comm-layer .title-close .title {
    font-size: var(--cw-size-16);
    font-weight: 700;
    line-height: var(--cw-size-24);
}

.finder-comm-layer .title-close .btn-close img {
    width: var(--cw-size-24);
    height: var(--cw-size-24);
}

.finder-comm-layer .contents {
    font-size: var(--cw-size-13);
    line-height: var(--cw-size-18);
    color: var(--cw-color-80);
    font-weight: 400;
    word-break: break-all;
}


.search-auto-complete-list {
    display: none;
    z-index: 20;
    position: absolute;
    width: 312px;
    padding: var(--cw-size-16) var(--cw-size-10);
    background: var(--cw-color-white);
    border-radius: var(--cw-size-4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.search-auto-complete-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--cw-size-8) var(--cw-size-4);
}

.search-auto-complete-list ul li .keyword-el {
    display: flex;
    align-items: center;
    min-height: var(--cw-size-28);
    padding: var(--cw-size-4) var(--cw-size-15);
    color: var(--cw-heading-color);
    font-size: var(--cw-size-12);
    border: 1px solid var(--cw-color-30);
    border-radius: 999px;
    background-color: var(--cw-color-white);
}

.search-auto-complete-list ul li .keyword-el strong {
    color: var(--cw-point-color);
    font-weight: 700;
}

.search-auto-complete-list .search-list-close {
    display: block;
    text-align: right;
    margin-top: var(--cw-size-16);
    color: var(--cw-color-60);
    font-size: var(--cw-size-12);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-container {
        display: none;
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-logo, .header-icons {
        order: 1;
    }

    .header-logo a {
        font-size: 15px;
    }

    .header-icons a:not(.basket) {
        display: none;
    }

    .header-icons img {
        width: 24px;
        height: 24px;
    }

    .header-icons a .notification {
        top: 5px;
        right: -5px
    }

    .header-nav {
        order: 2;
        flex: 0 0 100%;
        justify-content: flex-start;
        gap: 5px 16px;
    }

    .header-nav::-webkit-scrollbar {
        display: none;
    }

    .header-nav a {
        font-size: 8.13px;
        font-weight: 600;
    }

    .header-container--md {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 16px;
        border-bottom: 1px solid var(--cw-color-20);
    }

    .header-container--md .navi-btns {
        display: flex;
        gap: 12px;
    }

    .header-container--md .navi-btns a {
        position: relative;
        display: inline-block;
    }

    .header-container--md .navi-btns a:not(.basket) {
        display: none;
    }

    .header-container--md .navi-btns img {
        width: 24px;
        height: 24px;
    }

    .header-container--md .navi-btns .notification {
        position: absolute;
        top: 2px;
        right: -5px;
        background-color: var(--cw-point-color);
        color: #fff;
        border-radius: 100%;
        padding: 0 5px;
        line-height: 16px;
        font-size: 7.5px;
        font-weight: 700;
    }

    .header-container--md .navi-title {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-container--md .navi-title span {
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-weight: 700;
        font-size: 10px;
        color: var(--cw-heading-color);
    }

    .fixed-menu--md {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        padding: 6px 24px;
        border-top: 1px solid var(--cw-color-10);
        background: var(--cw-color-white);
    }

    .fixed-menu--md .navi-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fixed-menu--md .navi-btns a {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 6.88px;
        color: var(--cw-color-60);
        text-decoration: none;
        min-width: 42px;
    }

    .fixed-menu--md .navi-btns img {
        width: 15px;
        height: 15px;
    }

    .floating-btns {
        bottom: 7%;
    }
}


@media (max-width: 767.98px) {
.header-container {
        display: none;
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-logo, .header-icons {
        order: 1;
    }

    .header-logo a {
        font-size: 15px;
    }

    .header-icons {
        margin-top: -7px;
    }

    .header-icons a:not(.basket) {
        display: none;
    }

    .header-icons img {
        width: 24px;
        height: 24px;
    }

    .header-icons a .notification {
        top: 5px;
        right: -5px
    }

    .header-nav {
        order: 2;
        flex: 0 0 100%;
        justify-content: flex-start;
        gap: 5px 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .header-nav::-webkit-scrollbar {
        display: none;
    }

    .header-nav:active {
        cursor: grabbing;
    }

    .header-nav a {
        font-size: 8.13px;
        font-weight: 600;
        white-space: nowrap;
    }

    .header-container--md {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 16px;
        border-bottom: 1px solid var(--cw-color-20);
    }

    .header-container--md .back-btn img {
        width: 24px;
        height: 24px;
    }

    .header-container--md .navi-btns {
        display: flex;
        gap: 12px;
    }

    .header-container--md .navi-btns a {
        position: relative;
        display: inline-block;
    }

    .header-container--md .navi-btns a:not(.basket) {
        display: none;
    }

    .header-container--md .navi-btns img {
        width: 24px;
        height: 24px;
    }

    .header-container--md .navi-btns .notification {
        position: absolute;
        top: 2px;
        right: -5px;
        background-color: var(--cw-point-color);
        color: #fff;
        border-radius: 100%;
        padding: 0 5px;
        line-height: 16px;
        font-size: 7.5px;
        font-weight: 700;
    }

    .header-container--md .navi-title {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-container--md .navi-title span {
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-weight: 700;
        font-size: 10px;
        color: var(--cw-heading-color);
    }

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

    .fixed-menu--md {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        padding: 6px 24px;
        border-top: 1px solid var(--cw-color-10);
        background: var(--cw-color-white);
    }

    .fixed-menu--md .navi-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fixed-menu--md .navi-btns a {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 6.88px;
        color: var(--cw-color-60);
        text-decoration: none;
        min-width: 42px;
    }

    .fixed-menu--md .navi-btns img {
        width: 15px;
        height: 15px;
    }

    .floating-btns {
        bottom: 7%;
    }
}

/* ====================================
    default CSS
   ==================================== */
:root { 
    --main-color: #393280; 
    --gray: #bbb;
    --white: #fff; 
     --layout-max-width: 1620px;         /* 1620px */
    --layout-side-padding: 16px;      /* 16px */    
    --layout-total-width: calc(var(--layout-max-width) + (var(--layout-side-padding) * 2));     
    --layout-padding-set: 0 var(--layout-side-padding);
}
/* ======================================
    renewal
   ======================================*/
.top-banner {
    background-color: #505050;
    color: #fff;
    overflow: hidden;
    display: none; 
}

.top-banner .inner {
    position: relative;
    max-width: var(--layout-total-width);
    padding: var(--layout-padding-set);
    margin: 0 auto;
    height: 32px;
    display: flex;
    align-items: center;
}

.topSwiper {
    width: 100%;
    height: 100%;
}

.topSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 13px;
    font-weight: 700;
}

.topSwiper .swiper-slide a {
    color: #fff;
    text-decoration: none;
}
.top-banner .btn-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0;
} 



/*상단*/
.header-wrap {position: relative;height: 185px;}
header.header {position: fixed;width: 100%;background: #fff;border-bottom: 1px solid transparent;top: 0;left: 0;z-index: 999; /*transition: height 0.3s ease-in-out, background 0.3s ease-in-out, border-bottom 0.3s ease-in-out;*/transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);height: auto;}
.header.is-hidden {
    transform: translateY(-100%);
}
.header:has(.menu-list li:hover > ul),
.header:has(.btn-all-menu:hover),
.header:has(.all-menu-layer.active),
.header:has(.search-layer.active),
.header.white {background: #fff;} 
.header .inner {position: relative;max-width: var(--layout-total-width);padding: var(--layout-padding-set);margin: 0 auto;transition: all 0.3s ease-in-out;}
.header .logo {text-align: center;margin-bottom: 48px;font-size: 12px;padding: 36px 0 0; }
.header .logo a {outline:0;}
.header .logo a img {height: 48px;}

.header .gnb-wrap {display: flex;justify-content: space-between;align-items: center;}
 
.header .nav-left {display: flex;align-items: center;}
.header .btn-all-menu {background: none;border: none;cursor: pointer;margin-right: 40px;padding: 0;margin-bottom: 31px;}
.header .btn-all-menu .icon-bar {display: block;width: 26px;height: 2px;background: #000;margin: 4px 0;border-radius: 6px;transition: all 0.3s ease-in-out;}
.header .btn-all-menu.active .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header .btn-all-menu.active .icon-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px); 
}
.header .btn-all-menu.active .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.header .menu-list {display: flex;gap: 40px;}
.header .menu-list > li {
    position: relative;
}
.header .menu-list > li > a {position: relative;font-size: 22px;font-weight: 600;text-decoration: none;color: #000;padding-bottom: 31px;display: flex;}
.header .menu-list > li > a.on {
    color: var(--main-color);
}
.header .menu-list > li > a.on::after {content:"";background: var(--main-color);width: 5px;height: 5px;border-radius: 5px;position: absolute;top: 0;right: -5px;}
.header .menu-list > li:hover > a,
.header .menu-list > li > a.active {color: var(--main-color);position: relative;}
.header .menu-list > li > a::before {content: "";
    background: var(--main-color);
    height: 4px; 
    position: absolute;
    bottom: 9px; 
    left: 0;
    width: 100%; 
    transform: scaleX(0); 
    transform-origin: center; 
    transition: transform 0.3s ease-in-out;
    border-radius: 0; 
}

.header .menu-list > li > a.active::before {transform: scaleX(1);}
@media (min-width: 1025px) {
    .header .menu-list > li:hover > a::before { transform: scaleX(1);    }
}
.header .menu-list li > ul {
    position: absolute;
    top: 53px;
    background: #fff;
    box-shadow: 5px 5px 10px 0 #0000000F;
    padding: 24px 24px 36px;
    width: 168px;
    left: -24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 4;
}
.header.scrolled .menu-list > li > ul {
    top: 64px;
}
.header .menu-list li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header .menu-list li > ul > li {}
.header .menu-list li > ul > li + li {margin-top: 19px;}
.header .menu-list li > ul > li > a {color:#000;font-weight:600;font-size:18px;}

.header .menu-list li > ul > li > a:hover{color: var(--main-color);}

.header .nav-right .util-list {display: flex;gap: 15px;text-align: center;margin-top: -63px; }
.header .nav-right .util-list li a {font-size: 14px;color: #333;text-decoration: none;display: flex;flex-direction: column;align-items: center;font-weight: 500;gap: 8px;}
.header .nav-right .util-list li.has-tooltip { position: relative; }
.header .nav-right .util-list li .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
  box-shadow: 5px 5px 14px 0 #271D8D4D;
  animation: floating 0.8s ease-in-out infinite alternate;
}
.header .nav-right .util-list li .tooltip::after {
  content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
  border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 5px solid var(--main-color);
}
.header .nav-right .util-list li .tooltip a {color:var(--white); font-size:13px;font-weight:700;}
@keyframes floating {
  0% { 
    transform: translateX(-50%) translateY(0);
  }
  100% { 
    transform: translateX(-50%) translateY(-6px);
  }
}  
.header .nav-right .util-list li .cart { position: relative; }
.header .nav-right .util-list li .cart .count {
  position: absolute;
  top: 0px;
  right: 5px;
  background: var(--main-color);
  color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
 
.header .all-menu-layer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  border-top: 1px solid #333;
  padding: 40px 0 64px;
}
.header .all-menu-layer.active { display: block; }

.header .category-section { display: flex; justify-content: space-between; }
.header .col-left {
    /*width: clamp(220px, 46%, 636px);*/
    width: clamp(220px, 46%, 686px);
}
.header .col-right {width: clamp(300px, 45%, 716px);}
.header .col-center {
    width: clamp(60px, 11%, 166px);
    /*margin-left: -3%;*/
    margin-left: 0;
}
.header .category-section h3 {color: var(--main-color);border-bottom: 1px solid var(--main-color);padding-bottom: 18px;margin-bottom: 24px;font-weight: 700;font-size: 22px;}
.header .sub-category-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: clamp(35px, 1vw, 52px);}
.header .depth2 h4 {font-size: 18px;margin-bottom: 24px;color: #000;font-weight: 600;}
.header .depth2 h4 a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: center;
}
.header .depth2 ul li {}
.header .depth2 ul li + li {
    margin-top: 16px;
}
.header .depth2 ul li a {font-size: 16px;color: #000;font-weight: 400;}
.header .depth2 ul li a.onlyPharmacy {
    font-weight: 600;
    color: var(--main-color);
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.header .depth2 ul li a.presentSet {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header .banner-wrap {display: flex;gap: 16px;margin-top: -4px;}
.header .banner-item img {width: 100%;}
.header .banner-item .title {margin-top: 20px;font-size: 18px;font-weight: 600;color: #000;}
.header .banner-item .desc {font-size: 15px;color: #505050;margin-top: 6px;}


/* ======================================
    스크롤 시 스타일 (.scrolled)
   ======================================*/
/* 1. 헤더 전체 높이 조절 및 그림자 */
.header.scrolled {
  background: #fff;
  border-bottom:1px solid #eaeaea;
  height: auto;
} 
.header.scrolled > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 64px; */
}
 
.header.scrolled .logo {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 65px;
  top: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.header.scrolled .logo img {
  height: 35px; /* 스크롤 시 로고 작게 */
}

/* 4. GNB 영역 위치 조정 */
.header.scrolled .gnb-wrap {
  flex: 1;
  justify-content: center;
}

/* 5. 메뉴 텍스트 크기 및 패딩 조절 */
.header.scrolled .menu-list {
}
.header.scrolled .menu-list > li > a {
  padding-bottom: 21px;
  margin-top: 21px;
}

/* 6. 유틸 메뉴 마이너스 마진 복구 및 한 줄 정렬 */
.header.scrolled .gnb-wrap .nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.header.scrolled .nav-right .util-list {
  margin-top: 0;
  gap: 15px;
}
.header.scrolled .nav-right .util-list li.hide-on-scroll {display: none;}
.header.scrolled .nav-right .util-list li a span:not([class]) {
    display: none;
}
.header.scrolled .nav-right .util-list li .cart .count {
    right: -1px;
}
.header.scrolled .nav-right .util-list li a {
    gap: 0;
} 
.header.scrolled .btn-all-menu {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    margin-left: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 24px;
}
.header.scrolled .all-menu-layer {
}
.float {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 4px;
} 


/* 햄버거메뉴 */
.side-menu-container { z-index: 99;width: 100%;height: 100vh;display: none;flex-direction: column;background: #fff;position: fixed;top: 0;left: 0;overflow-y: auto;}
.side-menu-container.active{display: flex;}
.side-menu-container .menu-header {background: var(--main-color);color: #fff;padding: 18px 16px;display: flex;justify-content: space-between;align-items: center;}
.side-menu-container .menu-header.flex-top {align-items: flex-start;}
.side-menu-container .user-info p {font-size: 18px;font-weight: 600;color: #fff;}
.side-menu-container .user-info p a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
}
    .side-menu-container .user-info p strong {font-weight:700;font-size: 22px;}
.side-menu-container .view-benefits {font-size: 13px;color: #B7B3E4;margin-top: 6px;display: flex;font-weight: 600;}
.side-menu-container .close-btn {background: none;border: none;color: #fff;cursor: pointer;padding: 0;}
 
.side-menu-container .menu-tabs {display: flex;border-bottom: 1px solid #EAEAEA;}
.side-menu-container .tab-btn {flex: 1;text-align: center;padding: 15px 0;color: #888;cursor: pointer;font-size: 15px;font-weight: 600;}
.side-menu-container .tab-btn.active {color: var(--main-color);border-bottom: 3px solid var(--main-color);}
 .side-menu-container .tab-btn + .tab-btn {position: relative;}

.side-menu-container .tab-btn + .tab-btn::after {
    content: "";
    background: #DBDBDB;
    height: 11px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.side-menu-container .tab-content-wrapper {flex: 1;overflow-y: auto;margin-bottom: 4px;}
.side-menu-container .tab-pane {display: none;}
.side-menu-container .tab-pane.active { display: block; }
 
.side-menu-container .search-box {position: relative;margin: 40px 16px 40px;}
.side-menu-container .search-box input {width: 100%;padding: 0 0 8px;border: none;border-radius: 0;border-bottom: 2px solid #000;outline: none;font-size: 14px;font-weight: 600;}
.side-menu-container .search-box input::placeholder {color:#BBBBBB;}
.side-menu-container .search-icon-btn {position: absolute;right: 0;top: 0;background: none;border: none;}
.side-menu-container .search-icon-btn img {width:24px;}
.side-menu-container .recommend-section {padding: 0 16px 28px;border-bottom: 8px solid #F7F7F7;}
.side-menu-container .recommend-section h3 {margin-bottom: 6px;color: #000;font-size: 22px;font-weight: 700;}
.side-menu-container .sub-text {font-size: 13px;color: #888;margin-bottom: 16px;font-weight: 400;}
.side-menu-container .keyword-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 8px 16px;background: #F7F7F7;border-radius: 10px;padding: 20px;}
.side-menu-container .keyword-grid li {}
.side-menu-container .keyword-grid li a {font-weight: 500;color: #333333;font-size: 13px;}
.side-menu-container .keyword-grid li a span {color: var(--main-color);font-weight: 600;margin-right: 4px;font-size: 14px;}
 
.side-menu-container .category-main {display: flex;height: 356px;border-bottom: 1px solid #EAEAEA;}
.side-menu-container .side-nav {width: 50%;background: #fff;}
.side-menu-container .side-nav li {padding: 17px 16px;cursor: pointer;position: relative;color: #000;font-size: 15px;font-weight: 400;}
.side-menu-container .side-nav li.active {background: #F7F7F7;font-weight: bold;color: var(--main-color);}
.side-menu-container .side-nav li.active::after {content: "";position: absolute;right: 16px;background: url(/design/cbtis/images/cate_arr.svg) no-repeat;width: 12px;height: 12px;}
    .side-menu-container .side-nav li a {
    display: block;
    color: inherit;
    font-size: inherit;
}
.side-menu-container .sub-nav {width: 50%;padding: 18px 20px;overflow-y: auto;display: none;background: #F7F7F7;}
.side-menu-container .sub-nav.active {display: block;}
.side-menu-container .sub-nav li {padding: 0 0 18px 0;font-size: 15px;color: #505050;font-weight: 400;}
    .side-menu-container .sub-nav li a {
    display: block;
    color: inherit;
    font-size: inherit;}
.side-menu-container .sub-nav li.pharmacy {color: var(--main-color);font-weight: 600;}
.side-menu-container .sub-nav li.pharmacy img {
    vertical-align: top;
}
.side-menu-container .accordion-menu li {border-bottom: 1px solid #eaeaea;font-size: 15px;font-weight: 700;}
.side-menu-container .accordion-menu li > a {
    font-size: 15px;
    font-weight: 700;
    color: inherit;
    padding: 13px 16px;
    display: block;
}
.side-menu-container .acc-title {display: flex;justify-content: space-between;align-items: center;cursor: pointer;padding: 13px 16px;}
.side-menu-container .arrow::after {content: "";transition: transform 0.3s ease-in-out;display: inline-block;background: url(/design/cbtis/images/cate_arr2.svg) no-repeat;width: 12px;height: 12px;}
.side-menu-container .has-sub.active .arrow::after { transform: rotate(180deg); }
.side-menu-container .acc-body {display: none;background: #f9f9f9;padding: 24px 28px;}
.side-menu-container .brand-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 15px;}
.side-menu-container .brand-grid a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
}
.side-menu-container .menu-footer {padding: 28px 16px;background: #fff;}
.side-menu-container .footer-icons {display: flex;justify-content: space-around;margin-bottom: 32px;}
.side-menu-container .icon-item { text-align: center; }
.side-menu-container .img-box {width: 64px;height: 64px;background: #DBEBFF;border-radius: 50%;margin-bottom: 10px;position: relative;display: flex;align-items: center;justify-content: center;}
.side-menu-container .icon-item:nth-child(1) .img-box {background-color: #DBEBFF;}
.side-menu-container .icon-item:nth-child(2) .img-box {background-color: #FFF2DA;}
.side-menu-container .icon-item:nth-child(3) .img-box {background-color: #EDECFD;}
.side-menu-container .img-box img {max-width: 64px;}
.side-menu-container .badge {position: absolute;top: 0;right: 0;background: #006FFF;color: #fff;font-size: 9px;padding: 4px 6px;border-radius: 10px;font-weight: 700;}
.side-menu-container .icon-item p {color: #000;font-size: 13px;font-weight: 600;}
.side-menu-container .logout-btn {width: 100%;background: #fff;border: 1px solid #DBDBDB;color: #000;cursor: pointer;display: flex;align-items: center;justify-content: center;height: 32px;font-size: 12px;font-weight: 600;}

.bottom-nav { display: none;}

/* pc 1024~ 브라우저에서 폰트크기 조정 */
@media (min-width: 1366px) and (max-width: 1525px) { 
    .header .depth2 h4, .header .depth2 h4 a, .header .depth2 ul li a.presentSet {
        font-size: 16px;
    }
        .header .depth2 ul li a {
        font-size: 15px;
    }
}
@media (min-width: 1025px) and (max-width: 1365px) { 

.header .menu-list {
    gap: 25px;
}
.header .menu-list > li > a {
    font-size: 18px;
}
.header .menu-list li > ul > li > a {
    font-size: 14px;
}
.header .btn-all-menu {
    margin-right: 25px;
}

.header .nav-right .util-list {
    gap: 10px;
}

.header .nav-right .util-list li a {
    font-size: 13px;
}
.header .category-section h3 {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 26px;
}
.header .sub-category-grid {
    gap: 25px;
}

.header .depth2 h4, .header .depth2 h4 a, .header .depth2 ul li a.presentSet {
    font-size: 14px;
}

.header .depth2 ul li a {
    font-size: 13px;
}

.header .banner-wrap {
    padding-top: 0;
}
.header .banner-item .title {
    font-size: 14px;
}

.header .banner-item .desc {
    font-size: 13px;
}
.header.scrolled .logo img {
    height: 28px;
}

.header.scrolled .btn-all-menu {
    /* left: 124px; */
    /* margin-left: 18px; */
}

}




 
 /* 검색레이어 */
.search-layer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    padding: 48px 0 80px;
    display: none;
    height: calc(100vh - 218px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -webkit-user-select: none;
    user-select: none;
    border-bottom: 1px solid #EAEAEA;
}

.header-nav::-webkit-scrollbar {
    display: none;
}

.search-layer.active {
    display: block;
}

.header .search-layer .inner {
    max-width: calc(720px + (16px * 2));
} 
.search-layer .search-header {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    margin-top: 0;
}

.search-layer .btn-back {
    display: none;
}

.search-layer .search-input-wrap {
    flex: 1;
    position: relative;
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
}

.search-layer .search-input-wrap input {
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 0 40px 0 0;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    border: 0;
    padding-left: 0;
}

.search-layer .search-input-wrap input::placeholder {
    color: #bbb;
}

.search-layer .btn-layer-search {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
} 
.search-layer .inner .search-section:first-of-type {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEAEA;
}

.search-layer .search-section:last-child {
    border-bottom: none;
}

.search-layer .section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.search-layer .section-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.search-layer .section-desc {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    margin-bottom: 20px;
} 
.search-layer .btn-delete-all {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

.search-layer .recent-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}
.search-layer .recent-list li + li {margin-top:8px;}
.search-layer .recent-list li a {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}
.search-layer .btn-delete-item {
    font-size: 0;
    line-height: 1;
    background: url(/design/cbtis/images/search-layer-x.svg) no-repeat center;
    width: 8px;
    height: 8px;
    border: 0;
    outline: 0;
    padding: 0;
} 
.search-layer .recommended-box {
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 24px 32px;
}

.search-layer .recommended-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    column-gap: 16px;
}

.search-layer .recommended-list li {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}
.search-layer .recommended-list li a  {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.search-layer .recommended-list .num {
    color: var(--main-color);
    font-weight: 600;
    width: 15px;
    margin-right: 5px;
    display: inline-block;
} 
.search-layer .banner-wrap {
    display: flex;
    gap: 16px;
    margin: 28px 0 0;
}

.search-layer .banner-item {
    flex: 1;
    cursor: pointer;
}

.search-layer .banner-img {
    width: 100%;
    height: 160px;
    background-color: #eee;
    margin-bottom: 20px;
    overflow: hidden;
}

.search-layer .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-layer .banner-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.search-layer .banner-text p {
    font-size: 15px;
    color: #505050;
}
 
.search-layer .icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}




/* 모바일 */
@media (max-width: 1024px) {
.header-wrap {
    height: 92px;
}
.header .inner {padding: 0;}
.header .logo {
    padding: 16px var(--layout-side-padding) 10px;
    margin: 0;
    text-align: left;
}

.header .logo a img {
    height: 28px;
}
.header .nav-left {
    width: 100%;
}
.header .nav-right {
    position: absolute;
    top: 20px;
    right: 16px;
}
.header .nav-right .util-list {
    gap: 12px;
    margin-top: 0;
}

.header .nav-right .util-list li.hide-on-mo {
    display: none;
}

.header .nav-right .util-list li a span:not([class]) {
    display: none;
}

.header .nav-right .util-list li .cart .count {
    right: 0px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    top: 1px;
}

.header .nav-right .util-list li a:not([cart]) img {
    height: 24px;
}

.header .nav-right .util-list li a.cart img {
    height: 25px;
}
.header .gnb-wrap {
}

.header .btn-all-menu {
    margin-bottom: 0;
    margin-right: 24px;
    display: none;
}

.header .btn-all-menu .icon-bar {
    width: 20px;
}
.header .menu-list {
    /* width: calc(100% - 44px); */
    width: 100%;
    gap: 26px;
    overflow-y: hidden;
    overflow-x: auto; 
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    
    
    
    
     
    /* --- 스크롤바 스타일링 시작 --- */

    /* 스크롤바 전체 영역 */
    &::-webkit-scrollbar {
        height: 3px;
        /* 스크롤바의 높이 */
    }

    /* 스크롤바 막대 */
    &::-webkit-scrollbar-thumb {
        background-color: #888;
        /* 스크롤바 막대의 색상 */
        border-radius: 4px;
        /* 스크롤바 막대의 모서리 둥글게 */
    }

    /* 스크롤바 막대에 마우스를 올렸을 때 */
    &::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* 호버 시 색상 변경 */
    }

    /* 스크롤바 트랙(경로) */
    &::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        /* 스크롤바 트랙의 색상 */
        border-radius: 5px;
    }

    /* --- 스크롤바 스타일링 끝 --- */
}
.header .menu-list > li {flex: 0 0 auto; scroll-snap-align: center;}
.header .menu-list > li:first-child, .header .menu-list > li.pc-only:first-child + li {
    padding-left: var(--layout-side-padding);
}.header .menu-list > li:last-child {
    padding-right: var(--layout-side-padding);
}
.header .menu-list > li > a {
    padding: 0 0 11px;
    margin: 11px 0 0;
    font-size: 15px;
} 
.header .menu-list > li:hover > a, .header .menu-list > li > a.active {color:#000;} 

.header .menu-list > li > a::before {
    content: "";
    height: 3px;
    bottom: 0;
}
.header .menu-list > li > a.on::after {width: 3px;height:3px;}
.header .menu-list li > ul {
    padding: 16px 16px 24px;
    top: 37px;
    display: none;
}

.header .menu-list li > ul > li > a {
    font-size: 13px;
}

.header .menu-list li > ul > li + li {
    margin-top: 11px;
} 
.floating-sub-menu {
    display: none;
    position: fixed; /* 화면 기준으로 띄움 */
    z-index: 99999;
    min-width: 102px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 5px 5px 10px 0 #0000000F;
    padding: 16px 16px 24px;
}    
.floating-sub-menu > li + li {
    margin-top: 10px;
} 
.floating-sub-menu > li > a {color:#000;font-weight:600;font-size:13px;}

.floating-sub-menu > li > a:hover{color: var(--main-color);}


.float { 
        right: 16px;
        top: auto;
        transform: none;
        bottom: 85px;
} 
.float a img{ 
    width: 44px; 
} 

/* 모바일픽스바 */
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    display: block;
    /* border-top: 1px solid #e0e0e0e0; */
    box-shadow: 0px -4px 8px 0px #0000000D;
}

.bottom-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}
.bottom-nav ul li {
    flex: 1 1 0%;
    padding: 10px 0 11px;
}

.bottom-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 44px;
    justify-content: space-between;
    color: #505050;
    font-size: 11px;
    font-weight: 500;
    gap: 4px;
}
.bottom-nav ul li a img {height: 32px;}
.bottom-nav ul li.mo-home {}

.bottom-nav ul li.mo-home a {
}

.bottom-nav ul li.mo-home a img {
    height: 51px;
    position: relative;
    top: -3px;
}



    .search-layer .search-layer {
        padding: 20px;
    }

    .search-layer .search-header {
        margin-bottom: 32px;
        padding: var(--layout-padding-set);
    }

    .search-layer .btn-back {
        display: block;
        margin-right: 16px;
        border: 0;
        outline: 0;
        background: transparent;
        padding: 0;
    }

    .search-layer .search-input-wrap {
        border-bottom: 2px solid #000;
        padding-bottom: 8px;
    }
 
    .search-layer .recommended-box {
        padding: 20px;
    }

    .search-layer .recommended-list {
        row-gap: 8px;
    }
 
    .search-layer .banner-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .search-layer .banner-img {
        height: 150px;
        margin-bottom: 12px;
    }
    .search-layer {
    top: 0;
    height: 100vh;
    padding: 20px 0 64px;
}

.header .search-layer .inner {
    max-width: 100%;
}

.search-layer .search-input-wrap input {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.search-layer .btn-layer-search {
    right: 4px;
    width: 24px;
    height: 24px;
    bottom: 8px;
}

.search-layer .btn-layer-search img {
    width: 24px;
}

.search-layer .inner .search-section {
    padding: var(--layout-padding-set);
}

.search-layer .section-title {
    font-size: 16px;
}

.search-layer .btn-delete-all {
    font-size: 12px;
}

.search-layer .section-top {
    margin-bottom: 16px;
}

.search-layer .recent-list li, .search-layer .recent-list li a {
    font-size: 13px;
}

.search-layer .recent-list li + li {
    margin-top: 6px;
}

.search-layer .inner .search-section:first-of-type {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 8px solid #F7F7F7;
}

.search-layer .section-desc {
    font-size: 13px;
    margin-bottom: 16px;
}

.search-layer .recommended-list li {
    font-size: 13px;
}

.search-layer .recommended-list li a {
    font-size: 13px;
}

.search-layer .recommended-list .num {
    font-size: 14px;
    width: 13px;
}
 .search-layer .banner-text h3 {
    font-size: 14px;
}

.search-layer .banner-text p {
    font-size: 12px;
}   
    
    
}







@media (max-width: 768px) {
    /*.top-banner .inner {
        height: 30px;
    }*/

    .topSwiper .swiper-slide {
        font-size: 12px;
    }
.float a img { 
    width: 32px; 
} 

} 
/* 마우스 등 정밀한 포인터 기기(주로 PC)에서만 적용
@media (pointer: fine) {
    .header .menu-list { 
        scrollbar-width: auto;
        -ms-overflow-style: auto;
    } 
}
*/
 /*한글*/ 
/* BASIC css end */

