/* BASIC css start */
    /* prd-class-hd */
#productClass .prd-class-hd { zoom: 1; overflow: hidden; padding: 8px 15px 5px; text-align:center }
#productClass .prd-class-hd h2 {  text-align:center; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #000; }
#productClass .prd-class-hd .loc-navi { float: right; color: #fff;  }
#productClass .prd-class-hd .loc-navi a { color: #fff; }
    /* class-list */
#productClass .class-list { zoom: 1; overflow: hidden; padding: 15px }
#productClass .class-list li,
#productClass .class-list li a { float: left; width: auto; white-space: nowrap; }
#productClass .class-list li { padding-left: 12px; margin-right: 12px; background: url(/images/d3/modern_simple/common/bull_h2_sqr_gray.gif) no-repeat 0 50%; }
    /* best-item */
#productClass .best-item { padding-top: 20px; padding-bottom: 10px; border-top: 2px solid #5c5c5c; border-bottom: 2px solid #5c5c5c; background-color: #f8f8f8; }
#productClass .best-item h3 { margin-left: 20px; font-size: 0; line-height: 0;}
    /* total-sort */
#productClass .total-sort { padding-top: 30px; display:none; }
#content,#contentWrap { width: 100%!important; margin:0 auto;}

.price_con { text-decoration:line-through }
/*.icon_sold { height:22px; }*/


/* ===== 하이엔드 미니멀 등장 (CSS only) ===== */

.prd-list table tbody tr td {
  opacity: 0;
  animation: luxuryAppear 0.9s ease forwards;
}

/* 한 줄(4개) 단위로 자연스럽게 딜레이 */
.prd-list table tbody tr:nth-child(1) td { animation-delay: 0.1s; }
.prd-list table tbody tr:nth-child(2) td { animation-delay: 0.2s; }
.prd-list table tbody tr:nth-child(3) td { animation-delay: 0.3s; }
.prd-list table tbody tr:nth-child(4) td { animation-delay: 0.4s; }
.prd-list table tbody tr:nth-child(5) td { animation-delay: 0.5s; }
.prd-list table tbody tr:nth-child(6) td { animation-delay: 0.6s; }

@keyframes luxuryAppear {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BASIC css end */

