/* 'm.style.list_style */
.msg_box{
    margin: 120px 0;
}
.msg_box .new_empty {
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    letter-spacing: -1px;
}

.msg_box .new_empty_sub {
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -1px;
    margin: 16px auto 0 auto;
}

.order_best_wrap {
    width:100%;
    border-top: 1px solid #DCDCDC;
    padding:40px 0px 40px 20px;
    overflow: hidden;
}

.order_best_wrap .ob_title {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.15px;
}

.order_best_wrap .recopick_wrap1 {
    width:100%;
    margin-top:24px;
}

.order_best_wrap .recopick_wrap1 .prd_box {
    width:100%;

}

.order_best_wrap .recopick_wrap1 .prd_box .prd_img {

}

.order_best_wrap .recopick_wrap1 .prd_box .prd_img img {
    width:100%;
}

.order_best_wrap .recopick_wrap1 .prd_box .info {
    margin-top:12px;
    width: 100%;
    padding: 0px 8px;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .name {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .box-1 {
    margin-top:12px;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .box-1 .normal_prc {
    color: #979797;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    text-decoration-line: line-through;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .box-1 .sale_box {
    width:100%;
    display: flex;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .box-1 .sale_box .sale_per{
    color: #CF1800;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-left: 11px;
}

.order_best_wrap .recopick_wrap1 .prd_box .info .box-1 .sale_box .prd_price{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

/* 상품리스트 UI 리뉴얼 */
#big_section .sort_line1 .total{
    color: #000 !important;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}

.prd_basic--alt {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 14px;
    padding: 0;
    list-style: none;
}
.prd_basic--alt li{
    width: calc(50% - 7px);
    box-sizing: border-box;
    padding-bottom: 0;
}
.prd_basic--alt .box .img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
}
.prd_basic--alt .box .img .prdimg img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
}
.prd_basic--alt .box .img .wish{
    top: 5px;
    right: 5px;
}
.prd_basic--alt .box .img .wish a{
    width: 30px;
    height: 30px;
}
.prd_basic--alt .box .img .icon{
    top: 5px;
    left: 5px;
    width: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.prd_basic--alt .box .img img{
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0;
}
.prd_basic--alt .box .info{
    padding-left: 4px;
}
.prd_basic--alt .box .info .name{
    padding-top: 16px;
}
.prd_basic--alt .box .info .name a{
    color: #000;
    font-family: "NotoSansKR";
    font-size: 13px;
    font-weight: 500;
    line-height: 130%; /* 16.9px */
    word-break: break-all;
}

.prd_basic--alt .box .info > .price{
    margin-top: 16px;
    padding: 0;
}
.prd_basic--alt .box .info .price p.consumer{
    display: block;
    color: #979797;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.prd_basic--alt .box .info .price .percent{
    margin: 0 4px 0 0;
    color: #FF5C47;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.prd_basic--alt .box .info .price p.sell strong{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.prd_basic--alt .box .info .price p.discount strong{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.prd_basic--alt .box .info .member_price{
    margin-top: 6px;
    padding: 0;
}
.prd_basic--alt .box .info .member_price .txt{
    color: #000;
    font-size: 13px;
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 100% */
    letter-spacing: -1px;
}
.prd_basic--alt .box .info .member_price .price{
    color: #FF5C47;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.prd_basic--alt .box .info .badge-info{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.prd_basic--alt .box .info .badge-info span{
    color: #8F8F8F;
    font-family: "NotoSansKR";
    font-size: 10px;
    font-weight: 500;
    line-height: 100%; /* 10px */
    letter-spacing: -0.5px;
    padding: 4px;
    border: 1px solid #ccc;
}
.prd_basic--alt .box .item-desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
    color: #666 !important;
}

.prd_basic--alt .box .info .item_save_point::before{
    content: "";
    margin: 0 8px;
    background: #D2D2D2;
    width: 1px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
}
.prd_basic--alt .box .info .item_save_point{
    margin: 0 !important;
    color: #666 !important;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 12px;
}
.prd_basic--alt .crema_product_reviews_score__container{
    color: #666 !important;
}

.prd_basic--alt .crema_product_reviews_score__container svg{
    fill: #666 !important;
}

/* 필터 리뉴얼 */
.MENU-LIST-1 > .shell > ul,
#big_section .wrap_inner3{
    padding: 0 var(--contents-side-padding) !important;
}

.search-nav{
    position: relative;
    visibility: visible;
    z-index: 3;
}
.search-nav.--fixed{
    position: fixed;
    margin-top: 62px;
    background: #FFF;
    height: 50px;
}

.search-nav .search-nav__list{
    display: flex;
}
.search-nav .search-nav__list li{
    width: 50%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
}
.search-nav .search-nav__list li a{
    width: 100%;
    height: 100%;
    color: #979797;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.search-nav .search-nav__list li.active{
    border-bottom: 2px solid #000;
}
.search-nav .search-nav__list li.active a{
    color: #000;
    font-weight: 600;
}

.prd-list-toolbar{
    margin-bottom: 40px;
}

.prd-list-toolbar .prd-list-toolbar__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18.5px 0;
}
.prd-list-toolbar .prd-list-toolbar__top .total{
    color: #8A8A8A;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    letter-spacing: -1px;
}
.prd-list-toolbar .prd-list-toolbar__top .listTotalCnt{
    color: #000;
}
.prd-list-toolbar .prd-list-toolbar__top .sort{
    position: relative;
    display: inline-block;
}
.prd-list-toolbar .prd-list-toolbar__top .sort select{
    border: none;
    color: #000;
    padding: 0 24px 0 12px;
    height: auto;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuMzc1IDQuODEyNUw3IDkuMTg3NUwyLjYyNSA0LjgxMjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat right 6px center;
    background-size: 14px 14px;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
}
.prd-list-toolbar .prd-list-toolbar__filter-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}
.prd-list-toolbar .prd-list-toolbar__filter-box li{
    display: flex;
    height: 36px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    cursor: pointer;

    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
    letter-spacing: -1px;
}
.prd-list-toolbar .prd-list-toolbar__filter-box li::after{
    content: '';
    width: 14px;
    height: 14px;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuMzc1IDQuODEyNUw3IDkuMTg3NUwyLjYyNSA0LjgxMjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
    background-size: 100%;
}

.prd-list-toolbar .prd-list-toolbar__filter-box li.has-data{
    background-color: #000;
    color: #FFF;
}
.prd-list-toolbar .prd-list-toolbar__filter-box li.has-data::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuMzc1IDQuODEyNUw3IDkuMTg3NUwyLjYyNSA0LjgxMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
    background-size: 100%;
}


/* 필터 레이어 */
.filter-wrap .filter-sheet {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 70vh;              /* 모바일 높이 제한 */
    max-height: 100%;
    background:#fff;
    border-radius: 32px 32px 0 0;
    transform: translateY(100%);
    z-index: 1000;
}
.filter-wrap .filter-deem {
    z-index: 999;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* deem 효과 */
    display: none;
}
.filter-wrap.on .filter-sheet{
    animation: slideUp 0.3s ease forwards;
}
.filter-wrap.on .filter-deem{
    display: block;
}
.filter-wrap.off .filter-sheet {
    animation: slideDown 0.3s ease forwards;
}

.filter-wrap .filter-header {
    text-align: center;
    padding: 30px 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.filter-wrap .filter-header .filter-handle {
    width: 40px;
    height: 6px;
    background: #ccc;
    border-radius: 4px;
    margin: 0 auto 10px;
    cursor: grab;
    touch-action: none;  /* 터치 이벤트 제어 */
    user-select: none;   /* 드래그시 선택 방지 */
}

.filter-wrap .filter-header .filter-tabs{
    display: flex;
    gap: 20px;
}
.filter-wrap .filter-header .filter-tabs li{
    position: relative;
    display: flex;
    width: auto;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    color: #8A8A8A;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    letter-spacing: -1px;
    cursor: pointer;
    border-bottom: 2px solid transparent ;
}
.filter-wrap .filter-header .filter-tabs li.active{
    color: #000;
    border-bottom: 2px solid #000;
}
.filter-wrap .filter-header .filter-tabs li.has-data::after{
    background-color: #ff5c47;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    top: 6px;
    right: -6px;
    content: "";
    position: absolute;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-wrap .filter-body {
    padding: 30px 20px;
    flex: 1;
    overflow-y: auto;
}

.filter-wrap .filter-content .tab-content{
    display: none;
}
.filter-wrap .filter-content .tab-content.active{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.filter-wrap .filter-content .tab-content[data-tab="size"] .section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.filter-wrap .filter-content .tab-content[data-tab="size"] .section h3{
    margin:0;
}

.tab-content .section h3{
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: -1px;
    margin: 8px 0;
}
.tab-content .section .nav-cate{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.tab-content .section .nav-cate.has-li{
    margin-bottom: 20px;
}
.tab-content .section .nav-cate li{
    position: relative;
    padding-right: 16px;
    margin-right: 6px;
    color: #8A8A8A;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -1px;
    cursor: pointer;
}
.tab-content .section .nav-cate li:last-child{
    color: #000;
    font-weight: bold;
}
.tab-content .section .nav-cate li::after{
    content: '>';
    color: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab-content .section .nav-cate li:last-child::after {
    content: '';
}

.tab-content .section .item-cate{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.tab-content .section .item-cate li{
    width: 50%;
    box-sizing: border-box;
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%; /* 15px */
    letter-spacing: -1px;
    cursor: pointer;
}
.tab-content .section .item-cate li .cate-cnt{
    color: #B8B8B8;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -1px;
    margin-left: 4px;
}
.tab-content .section .item-size{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
}
.tab-content .section .item-size li{
    width: 25%; /* 100 / 4 = 25% */
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;

    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -1px;

    cursor: pointer;
}
.tab-content .section .item-size li.active{
    background: #13171C;
    color: #FFF;
}
.tab-content .section .item-size.no-line{
    border-top: none;
}
.tab-content .section .item-size.no-line li{
    border-top: 1px solid #E8E8E8;
}

.tab-content .section .price-slider.noUi-target{
    height: 4px;
    box-shadow: none;
    background: #D3D3D3;
    padding:0 8px;
    overflow: visible;
    margin: 28px 0;
    border: none;
}
.tab-content .section .price-slider .noUi-connect{
    background: #3C3C43;
}
.tab-content .section .price-slider .noUi-handle{
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #3C3C43;
    box-shadow: none;
    border: none;
    right: -8px;
    top: -6px;
    cursor: pointer;
}
.tab-content .section .price-slider .noUi-handle:before,
.tab-content .section .price-slider .noUi-handle:after{
    content: none;
}
.tab-content .section .price-inputs{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tab-content .section .price-inputs .price-inputs__tit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 0;
}
.tab-content .section .price-inputs .price-inputs__tit span{
    color: #8A8A8A;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}
.tab-content .section .price-inputs .price-inputs__input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #8A8A8A;
}
.tab-content .section .price-inputs .price-inputs__input > div{
    position: relative;
    width: 50%;
    height: 40px;

}
.tab-content .section .price-inputs .price-inputs__input > div::after{
    content: '원';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -1px;
    color: #8A8A8A;
    pointer-events: none;
}

.tab-content .section .price-inputs .price-inputs__input > div input{
    width: 100%;
    height: 100%;
    border: none;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #B8B8B8;
    text-align: right;
    padding-right: 32px;
}
.tab-content .section .price-inputs .price-inputs__input > div input:focus {
    border: 1px solid #000;
    outline: none;
}

.filter-wrap .filter-footer .swiper-container.active{
    padding: 15px 20px;
    border-top: 1px solid #E8E8E8;
}

.filter-wrap .filter-footer .filter-selected-list{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.filter-wrap .filter-footer .filter-selected-list.has-gap {
    gap: 4px;
}

.filter-wrap .filter-footer .filter-selected-list .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 20px;
    flex-shrink: 0;        /* 줄어들지 않게 설정 */
    width: auto;
    height: 30px;
    border-radius: 16px;
    background: #F6F6F6;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
    letter-spacing: -1px;
    box-sizing: border-box;
}

.filter-wrap .filter-footer .filter-selected-list .swiper-slide .remove{
    width: 8px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%2210%22%20viewBox%3D%220%200%208%2010%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.43404%204.99998L0.217041%201.78298L0.782041%201.21698L4.00004%204.43398L7.21704%201.21698L7.78204%201.78298L4.56504%204.99998L7.78204%208.21698L7.21704%208.78298L4.00004%205.56598L0.782041%208.78298L0.217041%208.21698L3.43404%204.99998Z%22%20fill%3D%22%23B1B1B1%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.filter-wrap .filter-footer .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    background: #000;
}
.filter-wrap .filter-footer .btns .btn{
    width: 50%;
    height: 100%;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    padding: 17px 0;
}

@media all and (display-mode: standalone) {
    .filter-wrap .filter-footer .btns .btn{
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5px);
    }
}

.filter-wrap .filter-footer .btn.btn-apply {
    background: #000;
    color: #fff;
}
.filter-wrap .filter-footer .btn.btn-apply span{
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    cursor: pointer;
    color: #fff;
}

.filter-wrap .filter-footer .btn.btn-reset {
    color: #000;
    background: #FFF;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/*body {
    overflow: hidden;
}*/
@keyframes slideUp {
    from {transform: translateY(100%);}
    to {transform: translateY(0);}
}

@keyframes slideDown {
    from {transform: translateY(0);}
    to {transform: translateY(100%);}
}
