/* BASIC css start */
#content{padding:0}

/* class-list */
#productClass .cate-wrap {overflow:hidden;padding-top: 80px;}
#productClass .cate-wrap .bcate { 
    padding-bottom: 28px;
    font-size: 32px;
    color: #5F4541;
    font-weight: 600;}
    
#productClass .cate-wrap .class-list ul {  *zoom:1 }
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li {
    padding: 0 8px 0 0;
    float: left; }
#productClass .cate-wrap .class-list ul li a {
    background: #fff;
    display: block;
    color: #656565;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    max-width: 120px;
}

#productClass .cate-wrap .class-list ul li a.sel{
    background: #5F4541;
    color: #fff;
    font-weight: 700;}

/* best-item */
#bstPrdWrp{width:1400px; padding: 100px 0;}

#bstPrdWrp .swiper-pagination{
    width: 240px;
    left: calc(50% - 120px);
    background: rgba(18, 18, 18, 0.2);
    height: 2px;
    position: unset;
    margin: 60px auto 0;}
    
#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill{background:rgba(18, 18, 18, 1)}


#bstPrdWrp .arrowBox{
    position: absolute;
    right: 0;
    bottom: 30px;}
    
#bstPrdWrp .arrowBox .l-line{
    display: inline-block;
    vertical-align: top;
    width:1px; height:12px; background:#ccc2bf;
    margin: 0 15px;}

#bstPrdWrp .swiper-button-prev:after,#bstPrdWrp .swiper-button-next:after {
    font-size: 14px;
    font-family: var(--base-font);
    color: var(--point-color);
    text-transform: capitalize !important;
    font-weight: 500;
}


#bstPrdWrp .arrowBox .swiper-button-next{margin-top:0;width: auto;height: unset; position: unset;display: inline-block; vertical-align: top;}
#bstPrdWrp .arrowBox .swiper-button-next span{float: right; margin-left: 10px;}
#bstPrdWrp .arrowBox .swiper-button-next span:after{}
#bstPrdWrp .arrowBox .swiper-button-prev{margin-top:0; width: auto; height: unset;position: unset;display: inline-block; vertical-align: top;}
#bstPrdWrp .arrowBox .swiper-button-prev span{margin-right: 12px;}
#bstPrdWrp .arrowBox .swiper-button-prev span:after{}

#bstPrdWrp .cateTit{padding:0;text-align:left}
#bstPrdWrp .cateTit h3{
    font-size: 32px;
    color: #5F4541;
    font-weight: 600;
    font-family: var(--base-font);
    padding-bottom: 24px;}
    
#bstPrdWrp .item-wrap .item-cont .item-list .thumb{width:100%}


/* .item-sort */
.item-sort {position: relative; margin-bottom: 25px; margin-top: 20px;}
.item-sort .ea { 
    font-size: 14px;
    text-align: left;
    color: #5F4541;
    height: 30px;
    line-height: 30px;}
    
.item-sort .ea strong {}
.item-sort .sort {position:absolute; top:50%; right:0; z-index:1; -webkit-transform:translate(0,-50%); -ms-transform:translate(0,-50%); transform:translate(0,-50%);}
.item-sort .sort select {width:140px; height:30px; line-height:30px; font-size:13px; font-weight:400; border:0; border-bottom:1px solid #000; background:url(http://xexymix.jpg3.kr/xexymix/PL/img/select_arrow.png) no-repeat 95% 50%; background-size:10%; 
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   appearance: none;         /* 화살표 없애기 공통*/
}
.item-sort .sort select::-ms-expand {
   display: none;  /* 화살표 없애기 for IE10, 11*/
}
.sort-menu { position: absolute; top: 50%; right: 0; z-index: 5; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); }
.sort-menu .sort-btn { 
    cursor: pointer;
    display: block;
    font-size: 13px;
    width: 98px;
    border: 1px solid #E1D9D7;
    border-radius: 4px;
    background: #fff;
    padding: 6px 10px;
    height: 16px;
    line-height: 17px;
    font-weight: 400;
    color: #121212;}
    
.sort-menu .sort-btn:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 9px;
    transform: rotate(45deg);
    border-bottom: 1px solid #121212;
    border-right: 1px solid #121212;
    transition: 0.4s;}
    
    
.sort-menu .sort-list { 
    border: 1px solid #E1D9D7;
    border-radius: 4px;
    position: absolute;
    display: none;
    width: 120px;
    box-sizing: border-box;
    padding: 6px 10px;
    margin-top: -1px;
    background: #fff;}
.sort-menu .sort-list li { list-style: none; line-height: 30px; box-sizing: border-box; }
.sort-menu .sort-list li a {
    font-size: 13px;
    display: block;
    padding: 5px 0;}
    
.sort-menu .sort-list li a:hover { color: #111; }
.sort-menu .sort-btn.active:after { 
    border-bottom: 1px solid #121212;
    border-right: 1px solid #121212;
    transform: rotate(-135deg);
    top: 14px;
    transition: 0.4s;}
    
.sort-menu .sort-list.opened { display: block; }




/* 하위 분류 */
#productClass .item-cate { display: flex; justify-content: space-between; align-items: end; _padding: 30px 0; }
#productClass .item-cate a { font-weight: bold; color: #1c1c1c; letter-spacing: -1px; }
#productClass .item-cate .scate a { font-size: 18px; }
#productClass .item-cont .thumb .main_icons {  position:relative;}

/*일반상품리스트*/

#PrdWrp .item-wrap .item-cont{display:flex;padding-bottom: 80px;}
#PrdWrp .item-wrap .item-cont:nth-last-child(2){padding-bottom: 0;}

#PrdWrp .item-wrap .item-cont .item-list{width:332px;margin-right: 24px;}
#PrdWrp .item-wrap .item-cont .item-list:last-child{margin-right:0}

#PrdWrp .item-wrap .item-cont .item-list .thumb{width:100%}
#PrdWrp{width: 100%;  padding: 0;}
/* BASIC css end */

