/* BASIC css start */
#prdBrand .cate-wrap .bcate { width: 100%; margin-bottom: 5px; font-size: 24px; font-weight: bold; }
#prdBrand .cate-wrap .mcate { width: 100%; padding: 5px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; word-wrap: break-word; }
#prdBrand .cate-wrap .mcate li { display: inline-block; margin: 5px 0; }
#prdBrand .cate-wrap .mcate li a { display: inline-block; white-space: nowrap; }


.item-wrap .item-info .item-total {padding-left:0; background: none }
.item-wrap .item-info .item-total strong {font-weight: normal}
.item-wrap .item-info .item-total strong a:last-child {font-weight: bold; color: #2e2e2e}
.item-wrap .item-list .item {margin: 30px 0px 50px 0px}


.all_cate {border-top:2px solid #2e2e2e}
.all_cate .red { color: #d83a3a; padding-top:18px; font-weight: bold}
.all_cate .red a { color: #d83a3a;}
.all_cate a {color: #2e2e2e}



/* Å¸ÀÌÆ² ÀÌ¹ÌÁö */
#cate_tit {min-height: 30px; width: 100%; margin-bottom: -115px; text-align: center;}

.goods-hd span.tit {
    *font-weight: bold;
    color: #2e2e2e;
}

.goods-hd {
    overflow: hidden;
    padding: 40px 0 5px 0;
    border-bottom: 1px solid #aaa;
}


 /* »óÇ° ºÐ·ù¸í ³ª¿­ */
.cate-wrap {
    width: 1300px;
    *margin: auto;
}
.cate-wrap h1.titl, .cate-wrap h1.titl b, .cate-wrap h1.titl strong {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: 28px;
    margin: 30px 0 15px;
    text-align: left;
}
.cate-wrap h1.titl2, .cate-wrap h1.titl2 b, .cate-wrap h1.titl2 strong {
    font-weight: 400;
    font-size: 28px;
    margin: 30px 0 15px;
    text-align: left;
}
.cate-wrap .mcate {text-align: left;margin-left: -25px;}
.cate-wrap .mcate span {
    /* margin-right: 30px; */
    /* display: inline-block; */
    position: relative;
    line-height: 20px;
    padding: 0 25px;
    white-space: nowrap;
}
.cate-wrap .mcate span::after {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background: #ccc;
}
.cate-wrap .mcate span:nth-last-of-type(1)::after {
    display: none;
}
.cate-wrap .mcate span > a {line-height: 30px;}




.cate-wrap .scate {
    margin-top: 23px;
}
#contentWrap .scate span {
    line-height: 20px;
    height: 24px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 11px;
    box-sizing: border-box;
    margin-right: 15px;
}
.cate-wrap .scate span:nth-child(1) {
    border: 0 !important;
    padding-left: 0 !important;
    font-weight: bold;
}
.cate-wrap .scate span a {
    vertical-align: baseline;
}






/* BASIC css end */

