/* 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 {
  width: 100vw;  /* ºäÆ÷Æ® ±âÁØÀ¸·Î ²Ë Â÷°Ô */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#cate_tit img {
  width: 100%;
  height: auto;
  display: block;
}


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

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




.prList_nomal{display: flex; gap: 40px 16px; flex-wrap: wrap; flex-direction: row;}
.prList_nomal > div{width: calc((100% - 16px * 3) / 4);}
.cate-wrap{margin-top:40px;}
/* BASIC css end */

