.main-slide-wrap{}
.main-slide-wrap .swiper-slide a{
    display: block;
}
.main-slide-wrap .swiper-slide a img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
.main-slide-wrap .swiper-slide a.mobile{
    display: none;
}
.container::before,
.container::after{
    content:none;
}
.recc{
    margin:60px 0 111px;
}
.best{
    margin:60px 0 111px;
}
h3.main-tit{
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color:#000;
    line-height: 1.3em;
    margin:0 0 15px;
}
.prd-wrap {
    margin-bottom: 95px;
}
.prd-wrap #filter-form>.container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.prd-wrap #filter-form>.container .filter{
    position: sticky;
    top:221px;
    left:0;
    background-color: #fff;
    width: 193px;
}
.prd-wrap .filter>strong{
    display: block;
    font-size: 24px;
    line-height: 1.33em;
    font-weight: 700;
    margin-bottom: 27px;
}
.prd-wrap .filter>.order{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom:0.6px solid #000
}
.prd-wrap .filter>.order li+li,
.prd-wrap .filter>.category li+li{
    margin-top: 19px;
}
.prd-wrap .filter>.order li label{
    display: block;
    font-size: 18px;
    line-height: 1.33em;
    cursor: pointer;
    margin-right: 0;
    padding-left: 29px;
}
.prd-wrap .filter>.order li label span{
    font-size: 20px;
}
.prd-wrap .filter>.category label{
    display: block;
    font-weight: 400;
    margin:0;
    font-size: 18px;
    line-height: 1.33em;
    cursor: pointer;
}
.prd-wrap .filter>.category label.cur{
    font-weight: 700;
}
.prd-wrap #filter-form>.container .list-wrap{
    width: calc(100% - 255px);
}
.prd-wrap #filter-form>.container .list-wrap .blank{
    font-size: 24px;
    padding-bottom: 1.33em;
    margin-bottom: 27px;
    border-bottom: 0.6px solid #000;
}
.prd-wrap #filter-form>.container .list-search{
    margin-bottom: 12px;
}
.prd-wrap #filter-form>.container .list-search .search-box{
    position: relative;
    display: inline-block;
}
.prd-wrap #filter-form>.container .list-search .search-box input{
    background-color: #fff;
    border:1px solid #8E8E8E;
    width: 420px;
    height: 70px;
    box-sizing: border-box;
    padding:0 23px;
    font-size: 18px;
}
.prd-wrap #filter-form>.container .list-search .search-box button{
    border:0;
    cursor: pointer;
    background-color: transparent;;
    position: absolute;
    right:23px;
    top:50%;
    width: 24px;
    height: 24px;
    transform: translate(0,-50%);
    padding:0;
    box-sizing: border-box;
}
.prd-wrap #filter-form>.container .list-search .search-box button img{
    display: block;
    width: 100%;
}

.prd-wrap .list-html{}
.prd-wrap .list-html .product-item{
    padding:35px 0;
}
.prd-wrap .list-html .product-item+.product-item{
    border-top: 0.6px solid #000;
}
.prd-wrap .list-html .product-item a{
    display: block;
    display: flex;
    align-items: stretch;
}
.prd-wrap .list-html .product-item .image{
    position: relative;
    width: 347px;
}
.prd-wrap .list-html .product-item .btn-fav{
    display: none;
}
.prd-wrap .list-html .product-item .image .img img{
    display: block;
    max-width: 100%;
    border-radius: 20px;
}
.prd-wrap .list-html .product-item .data{
    margin-left: 28px;
    width: calc(100% - 375px);
    padding:19px 0;
    box-sizing: border-box;
}
.prd-wrap .list-html .product-item .data .title{
    font-size: 20px;
    line-height: 1.3em;
    max-height: 2.6em;
    font-weight: 700;
    letter-spacing: -0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}
.prd-wrap .list-html .product-item .data .sub-title{
    font-size: 16px;
    line-height: 1.33em;
    /* max-height: 2.66em; */
    letter-spacing: -0.02em;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin:0 0 21px;
    color:rgba(0,0,0,0.5)
}
.prd-wrap .list-html .product-item .data .price{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin:0;
}
.prd-wrap .list-html .product-item .data .rate{
    font-size: 16px;
    line-height: 1.33em;
    letter-spacing: -0.02em;
    color:rgba(0,0,0,0.5);
    margin-top: 47px;
    display: flex;
    align-items: center;
}
.prd-wrap .list-html .product-item .data .rate span{
    color:rgba(0,0,0,0.5) !important;
    margin:0 5px 0 0;
    font-size: 12px;
}
.prd-wrap .list-html .product-item .data .rate .bar{
    margin:0 5px;
}
.prd-wrap .list-html .empty{
    padding:20px 0;
    font-size: 16px;
    line-height: 1.33em;
}
#btn-chat.footer-chat{
    display: none;
}
#btn-chat.main{
    margin-top: 60px;
    position: sticky;
    top:220px;
    right:0;
    z-index: 10;
}
#btn-chat.main a{
    position: absolute;
    right:50%;
    margin-right: -640px;
    transform: translate(calc(100% + 20px),0);
    z-index: 10;
    box-shadow: 0 6px 11px rgba(0,0,0,0.23);
    width: 100px;
}

@media all and (max-width:1260px){
    .prd-wrap #filter-form>.container{
        padding-left: 255px;
    }
    .prd-wrap #filter-form>.container .filter{
        position: absolute;
    }
}
@media all and (max-width:768px){
    .main-slide-wrap .swiper-slide a.pc{
        display: none;
    }
    .main-slide-wrap .swiper-slide a.mobile{
        display: block;
    }
    h3.main-tit{
        margin-bottom: calc((30 / 720) * 100vw);
        font-size: calc((28 / 720) * 100vw);
        line-height: calc((41 / 720) * 100vw);
    }
    .prd-wrap{
        display: none;
    }
    .recc{
        margin-top: calc((73 / 720) * 100vw);
        margin-bottom: calc((120 / 720) * 100vw);
    }
    .recc .product-list{
        margin-bottom: calc((-44 / 720) * 100vw);
    }
    .recc .product-list .product-item{
        width: calc((100% - 8px) / 2);
        margin-bottom: calc((44 / 720) * 100vw);
    }
    .recc .product-list .product-item:nth-child(4n+1),
    .recc .product-list .product-item+.product-item{
        margin-left: 8px;
    }
    .recc .product-list .product-item:nth-child(2n+1){
        margin-left: 0;
    }
    .recc .product-list .product-item:nth-child(-n+5):last-child{
        display: none;
    }
    .recc .product-list .product-item a .data .title{
        max-height: 1.3em;
        -webkit-line-clamp: 1;
    }
    .best{
        margin-top: calc((120 / 720) * 100vw);
        margin-bottom: calc((61 / 720) * 100vw);
    }
    .best .product-list{
        margin-bottom: 0 !important;
    }
    .best .product-list .product-item{
        width: 100%;
        margin-bottom: 0 !important;
    }
    .best .product-list .product-item+.product-item{
        margin-left: 0 !important;
        margin-top: calc((50 / 720) * 100vw);
    }
    .best .product-list .product-item a .data .title{
        max-height: 1.3em;
        -webkit-line-clamp: 1;
    }


    #btn-chat.footer-chat{
        display: block;
    }
    #btn-chat.main{
        display: none;
    }
}