/* BASIC css start */
#content,h2,div,ul,a{
    font-family: -apple-system,BlinkMacSystemFont,"Malgun Gothic","¸¼Àº °íµñ",helvetica,"Apple SD Gothic Neo",sans-serif;
}
#contentWrapper {
  max-width: 1200px;
}
#contentWrapper,
#contentWrap,
#content{
  width: 100%;
}
#aside .menu li:nth-child(1) a{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.prd-list .dsc img,
.best-item,
.loc-navi{
  display: none;
}
#productClass h2 {
    font-size: 32px;
    padding: 30px 18px 12px;
    font-weight: bold;
    text-align: center;
}
.total-sort {
    padding: 12px;
    border-bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.total-sort .sort li.on{
  font-weight: bold;
}
.total-sort .sort li a{
  font-size: 14px;
  border: 1px solid #f5f5f5;
  padding: 6px;
  border-radius: 24px;
  background: #f5f5f5;
}
.total-sort .sort li a:hover{
  border: 1px solid #ccc;
}
.total-sort .total{
  font-size: 14px;
  padding: 7px;
}
.class-list ul{
  display: flex;
  justify-content: center;
  padding: 12px;
}
.class-list ul li{
  font-size: 0;
}
.class-list ul a{
  font-size: 16px;
  padding: 8px 8px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 4px;
  display: none;
}
.class-list ul a:hover{
  border: 1px solid #e5005e;
}
.class-list .sel{
  border-color: #e5005e;
  color: #e5005e;
}
.prd-list .thumb{
  max-width: 300px;
  width: 100%;
  height: auto;
  border:0;
}
.tb-center ul{
  font-size: 14px;
  font-weight: normal;
}
.prd-list table .tb-center {
    padding: 0 4px 8px;
}
.prd-list table .info{
  margin-bottom: 18px;
  text-align: left;
  border: 2px solid transparent;
  padding: 6px 6px;
  /* height: 368px; */
}
.prd-list table .info:hover{
  border-color: #e5005e;
}
.prd-list table td {
  vertical-align: top;
}
.prd-list .dsc{
  margin-top: 5px;
  font-weight: normal;
}
.prd-list .brand{
  color: #999;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.prd-list .price{
  margin-top: 5px;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}
.prd-list .price .price_sell{
  font-weight: bold;
  font-size: 18px;
}
.paging li {
    padding: 0 2px;
}
.paging li a{
    font-size: 14px;
    border: 1px solid transparent;
    /* padding: 4px 6px; */
    border-radius: 20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.paging li a:hover{
  border-color: #e5005e;
}
.paging li.now a{
  color: #e5005e;
  border-color: #e5005e;
}

/* BASIC css end */

