/* BASIC css start */
.content {
    
    padding-top: 150px;
    position: relative;
    min-height: 400px;
    padding-bottom: 100px;
}

#header, #layerWrap, #contentWrap, #ftLink .link, #footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

div#content {
    width: 1750px;
    margin: 0 auto;
    padding-top: 150px;
}

div#class-list {
    display: flex;
}
.tb-center {
    text-align: center;
    zoom: 1;
    overflow: hidden;
    padding: 20px 0 50px;
    margin-bottom: 50px;

}

ul.info {
    width: 420px;
    float: left;
    margin-right: 23px;
    height: 610px;
    position: relative;
    margin-bottom: 50px;
}

/* class-list */
#mainSection .specialSale { overflow:hidden }
#mainSection .specialSale .bcate { padding-bottom:35px; font-size:30px; color:#000; font-weight:500;  font-family: 'Lato' , sans-serif;text-align:center}
#mainSection .specialSale ul {   text-align:center}
#mainSection .specialSale ul:after { display:block; clear:both; content:''}
#mainSection .specialSale ul li { display:inline-block;margin:0 14px}
#mainSection .specialSale ul li a { display:block; font-size:15px; color:#999;font-family: 'Lato' , sans-serif;font-weight:600;   }

/* best-item */
#productClass .best-item { padding-top: 20px; padding-bottom: 10px; border-top: 2px solid #5c5c5c; border-bottom: 2px solid #5c5c5c; background-color: #f8f8f8; }

/* total-sort */
#productClass .total-sort { padding-top: 30px; }

.thumb img { 
 width : 420px;
}



/* 상품 목록 영역 */
.product-wrap { margin:0 auto; position:relative; width:1100px }

.prd-class-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.prd-class-hd h1 {
  font-size: 25px;
  padding-bottom: 20px;
}


.info li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: -.7px;
    line-height: 1.3;
}

li.dsc {
    padding-top: 20px;
}


#productClass .cate-wrap {
    overflow: hidden;
    padding-bottom: 30px;
}

#productClass .cate-wrap .bcate {
    padding-bottom: 35px;
    font-size: 35px;
    color: #000;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

#productClass .cate-wrap .class-list ul {
    text-align: center;
}

#productClass .cate-wrap .class-list ul li {
    display: inline-block;
    margin: 0 14px;
    list-syle: none;
}

.item_list .info1 .prdprice span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: -.7px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

p.prdprice {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}
/* BASIC css end */

