/* BASIC css start */
#prdBrand .item-wrap h3.name { font-size: 2.0em; color:#333; font-weight:bold; font-family:'Opens Sans','sans-serif'; padding-bottom:5px; text-transform:uppercase; text-align:center;}
.pro_stxt { font-family:'Gulim'; font-size:11px; letter-spacing:-0.3px; color:#a7a7a7;}

.item_hd_wrap {
    margin: 20px 0;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
}

.item_hd_wrap .hd {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 0;
}


#content { /* width:100%; !important; */ }

.cate_title_wrap { display: flex; } 
.cate_title_wrap > p { }
.cate_title_wrap img { margin-bottom: 20px; }

.class-list  { flex:0 0 800px; }

.class-list ul { 
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.class-list ul > li { padding: 10px 14px; } 
.class-list ul > li:hover{ background: #f6f6f6; transition: all 0.2s; } 
.class-list ul > li:hover a { color: #222; transition: all 0.2s; }
.class-list ul > li a { display:inline-block; width:100%; font-size: 15px; line-height: 30px; }

#BestItem { margin-top: 20px; margin-bottom: 10px; }
#BestItem .prd_listWrap .listPrd { padding-top: 0; padding-bottom: 10px; }

#BestItem li > div span.no {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ce2727;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 8px 15px;
    box-sizing: border-box;
    border-radius: 20px; }
    
#BestItem li > div span.no :before { content:' '; }
#BestItem li > div span.no strong { }

.Wrap { /* width: 100% !Important; padding-left: 0 !important; */ }

.big_cate_title {
    font-weight: 800;
    display: inline-block;
    }
    
.big_cate_title a { 
 font-size: 26px;
 }
 
 
 
.select-wrap {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}


 
.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 160px;
    height: 42px;
    font-size: 16px;
    padding: 8px 36px 8px 22px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    background-color: #ffffff;
    color: #464646;
    cursor: pointer;
    background-image: url(/design/jiwonmall/s026/images/select_row.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px auto;
}

.cate_title_all { flex: 0 0 340px; margin: 4px 0; )
/* BASIC css end */

