/* BASIC css start */
#contentWrap{
    width: 100%;
}


/* 카테고리 리스트 */

.cate-wrap{
    text-align: center;
}

.cate-wrap .bcate{
    margin-bottom: 45px;
}

.cate-wrap .bcate b{
    line-height: 1;
    font-size: 24px;
    color: #232323;
    display: block;
}

.cate-wrap ul li a{
    display: block;
    font-size: 15px;
    color: #606060;
    margin-right: 16px;
    border-right: 1px solid #ddd;
    padding-right: 16px;
    line-height: 13px;
}

.cate-wrap ul li.on a{
    font-weight: 900;
    color: #232323;
}

.cate-wrap ul li:last-of-type a{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}


/* 자동연동 타이틀이미지 */

.title_ban_wrap{
    margin-bottom: 70px;
}

.title_ban_wrap > img{
    width: 1010px;
}


/* 베스트상품  */

.best-item-wrap {
    padding: 72px 75px;
    border-bottom: 1px solid #ccc;
}

.best-item-wrap .basic-product > .list{
    width: 33.33333%
}

.best-item-wrap .basic-product > .list:nth-of-type(3) ~ .list{
    display: none;
}

.best-item-wrap .basic-product .list{
    margin-bottom: 0px;
    padding: 0px 12px;
    border: none !important;
}

.best-item-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -78px;
    display: block;
    font-size: 0;
    width: 51px;
    height: 51px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.best-item-wrap .slick-arrow.slick-prev {
    left: -60px;
    background: url(/design/crazyskin/wib/pc/img/btn/btn-prev-c.png) no-repeat;
}

.best-item-wrap .slick-arrow.slick-prev:hover {
    background: url(/design/crazyskin/wib/pc/img/btn/btn-prev-c-on.png) no-repeat;
}

.best-item-wrap .slick-arrow.slick-next {
    right: -60px;
    background: url(/design/crazyskin/wib/pc/img/btn/btn-next-c.png) no-repeat;
}

.best-item-wrap .slick-arrow.slick-next:hover {
    background: url(/design/crazyskin/wib/pc/img/btn/btn-next-c-on.png) no-repeat;
}


/* 상품 정렬영역 */

#prdBrand .item-wrap .item-info{
    text-align: center;
    padding: 0px 0 32px;
    border-bottom: 0px;
    margin-top: 85px;
}

#prdBrand .item-wrap .item-info .count{
    font-size: 14px;
    float: left;
}

#prdBrand .item-wrap .item-info .count > *{
    vertical-align: middle;
}

#prdBrand .item-wrap .item-info .count strong{
    font-size: 19px;
    color: #ffa5a6;
}

#prdBrand .item-wrap .item-info .item-order{
    padding-right: 0px;
}

#prdBrand .item-wrap .item-info .item-order li{
    padding: 0px;
    padding-left: 25px;
    background: none;
}

#prdBrand .item-wrap .item-info .item-order li a{
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

#prdBrand .item-wrap .item-info .item-order li a span{
    transition: all 0.35s;
}

#prdBrand .item-wrap .item-info .item-order li a:hover span,
#prdBrand .item-wrap .item-info .item-order li .on {
    color: #ffa5a6;
    display: inline-block;
    border-bottom: solid 2px #ffa5a6;
    padding-bottom: 3px;
    font-weight: bold;
}

#prdBrand .sub-name{
    display: none;
}

/* BASIC css end */

