/* BASIC css start */
        #searchWrap .page-body { margin-top: 30px; }
        /* sch-frm */
        #searchWrap .sch-frm { margin-left: 55px; margin-right: 55px; }
        #searchWrap .sch-frm .tit-key { font-weight: bold; }
        #searchWrap .sch-frm .table-keyword { margin-top: 10px; }
        #searchWrap .sch-frm th { font-weight: normal; }
        /* total, sort */
#searchWrap .total-sort { padding-top: 40px;padding-bottom: 8px;}
#searchWrap .total-sort .total { font-size:12px;font-weight:normal;}
#searchWrap .total-sort .total dd {color:#333;}
#searchWrap .total-sort .sort {margin:0;}
#searchWrap .total-sort .total img { line-height:12px;vertical-align:middle;}
#searchWrap .total-sort li a { font-size:11px;}


.prd-list .hashtag { padding: 5px; text-align: left; }
.prd-list .hashtag span { display: inline-block; word-break: break-all; background:#f3f3f3;margin-right: 5px; margin-bottom: 5px; padding-top: 5px;  }
.prd-list .hashtag span a { color: #656565; font-size: 14px; }
.prd-list .hashtag span a:hover { color: #f75258; }

/* ±âº» »óÇ° ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
.productlist .thumb img {
    transition: all 0.3s ease-in-out;
}

/* Ç°ÀýµÈ »óÇ°¿¡ Èå¸² È¿°ú */
.productlist.soldout .thumb img {
    filter: grayscale(100%) opacity(50%);
    pointer-events: none; /* Å¬¸¯ ºÒ°¡´É */
}

/* Ç°Àý Ç¥½Ã ¹èÁö */
.productlist.soldout::after {
    content: "Ç°Àý";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 10; /* ¹èÁö°¡ ÀÌ¹ÌÁö À§¿¡ Ç¥½ÃµÇµµ·Ï */
    white-space: nowrap; /* ÅØ½ºÆ® ÁÙ¹Ù²Þ ¹æÁö */
}

/* ºÎ¸ð ¿ä¼ÒÀÇ À§Ä¡¸¦ Á¶Á¤ */
.productlist {
    position: relative;
}

/* »óÇ° Á¤º¸ ÅØ½ºÆ® Á¤·Ä À¯Áö */
.productlist ul.info {
    display: flex;
    flex-direction: column; /* ¼¼·Î Á¤·Ä */
    align-items: center; /* ¼öÆò Áß¾Ó Á¤·Ä */
    justify-content: center; /* ¼öÁ÷ Áß¾Ó Á¤·Ä */
    text-align: center; /* ÅØ½ºÆ® Áß¾Ó Á¤·Ä */
}

/* BASIC css end */

