/* BASIC css start */
/* class-list */
#productClass .cate-wrap {  }
#productClass .cate-wrap .bcate {padding:70px 0 40px;  font-size:32px; color:#111111; font-weight:600; text-align:center; }
#productClass .cate-wrap .class-list ul {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li {width:calc(100% / 6 ) }
#productClass .cate-wrap .class-list ul li a {position:relative; font-weight:500; display:block; font-size:14px; color:#000;  padding:20px 27px; transition:all .1s; border:1px solid #e8e8e8; text-align:center;}
#productClass .cate-wrap .class-list ul li:not(:nth-child(6n),:last-child) a{border-right:none}



#productClass .cate-wrap .class-list ul li.on a {color:#fff; background-color:#000}
/*#productClass .cate-wrap .class-list ul li:not(:nth-child(1),:nth-child(2),:nth-child(3),:nth-child(4),:nth-child(5),:nth-child(6)) a{border-top:none}*/


.item-wrap {overflow: hidden; width: 1200px;}
.item-wrap .x5 .item-list { margin: 40px 0 0 10px;}


.thumb .num {margin-top:4px; position: absolute; right: 10px; top: -3px; font-size: 14px; line-height: 31px;   color: #fff;  display: inline-block;  text-align: center;  
font-weight: 600;  width: 30px; height: 43px; background: url(http://dailylike.jpg3.kr/hgodo/08_PC/common/icon_best_ranking.svg) no-repeat center center; background-size: 30px auto;}

/* BASIC css end */

