/* BASIC css start */
#prdBrand .cate-wrap .cate-img { padding: 25px 0 25px 0 }
#prdBrand .cate-wrap .cate-review li { float: left; padding-right: 6px; }
#prdBrand .cate-wrap .cate-review .review_end { padding-right: 0px }
#prdBrand .item-wrap .recmd-item-cont {zoom: 1;overflow: hidden;margin-top:20px;}
#prdBrand .item-wrap .recmd-item-cont:after { content: ""; display: block; clear: both; }
#prdBrand .item-wrap .recmd-item-cont .item-list { float: left; width: 280px; text-align: center; border: 1px solid #ebebec; margin-right: 24px; margin-bottom: 50px; position: relative; }
#prdBrand .item-wrap .recmd-item-cont .item-list .thumb { text-align: center }
#prdBrand .item-wrap .recmd-item-cont .item-list .thumb img {width: 100%;}
#prdBrand .item-wrap .recmd-item-cont .item-list dd {text-align: center;padding: 10px 10px 20px;}
#prdBrand .item-wrap .recmd-item-cont .item-list dd .bestBox { position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.7); color: #fff; padding: 2px 4px; text-align: center; }
#prdBrand .item-wrap .recmd-item-cont .item-list.nomg { margin-right: 0px }
#prdBrand .item-wrap .recmd-item-cont .item-list li { text-align: left; }
#prdBrand .item-wrap .recmd-item-cont .item-list .prd-price { padding: 10px 0 0; font-size: 14px; color: #111; font-weight:bold }
#prdBrand .item-wrap .recmd-item-cont .item-list .prd-price del { color:#999; font-weight: normal; font-size: 12px; margin-right: 5px; }
#prdBrand .item-wrap .recmd-item-cont .item-list .subname {color:#999; padding-top: 5px;}

.cate-wrap {
    display: flex;
    height: 250px;
    background-image: url("http://joo2234.img13.kr/2022/layout/bg_category_title.jpg");
    margin: 20px 0 20px 0;
}


@media (max-width: 1200px) {
    .nav {
        overflow: auto;
    }
}

#content01 {
    width: 1200px;
    margin: 10px 0; padding : 10px;

}

.nav {
    display: inline-flex;
    position: relative;
    max-width: 1200px;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #BFBFBF;
    box-shadow: 5px rgba(0, 0, 0, 0.5);
    margin: 20px 0 50px 0;
    text-align: justify;  line-height: 25px;
}

.nav a {
   margin-right: 15px;
font-size: 13px;
}
.nav a:hover {
font-weight: bold;} 

.nav a::before {
    content: "| ";
    font-weight: bold;
    color:burlywood;
}

/*
    justify-content: center;
    align-items: center;
    align-self: center; */


.catlist_ms {
    padding: 5px;
    margin: 50px 0px 2px 0px;
    border: 2px solid #ebebec;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

ul.catlist_ms {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

li.catlist_ms {
    float: left;
}

li.catlist_ms a {
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li.catlist_ms a:hover {
    background-color: indianred;
}

/* º?僖
/* BASIC css end */

