/* BASIC css start */
.hncok_primary_category {
    text-align: center;
    margin-top: 2rem !important; /* À§ÂÊ °£°Ý */
    margin-bottom: 0 !important; /* ³×ºñ°ÔÀÌ¼Ç ¾Æ·¡ ¿©¹é Á¦°Å */
    position: sticky;
    top: 50px
    width: 100%;
    background: white;
    z-index: 1000;
}
.hncok-sub-wrap, .hc_sub_wrap {
    margin-top: 0 !important; /* À§ÂÊ ¿©¹é Á¦°Å */
    padding-top: 0 !important;
}

.hc_prd_name {
    margin-top: 10px !important; /* »óÇ°¸í À§ÂÊ °£°Ý */
    margin-bottom: 5px !important; /* »óÇ°¸í°ú °¡°Ý »çÀÌ °£°Ý */
}

.prd-list, .hc_contents, .hc_entire, .hc_sub_wrap {
    margin-top: 0 !important; 
    padding-top: 0 !important;
}

.hc_container, .hc_main, .hc_page_contents {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hc_contents::before {
    content: none !important;
    display: none !important;
}

.prd-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
}
/* BASIC css end */

