/* BASIC css start */
/* ÀüÃ¼º¸±â */
.sublistcate .sublist-all {
    display: block;
    width: calc(100% - 32px) !important;
    margin: 0 16px !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.sublistcate .sublist-all a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    height: 44px;
    padding: 0 16px !important;
    box-sizing: border-box;

    color: #222;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;

    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
}

/* »çÀÌÁî ¿µ¿ª */
.sublistcate .sublistsize {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: calc(100% - 32px) !important;
    margin: 0 16px !important;
    padding: 10px 8px 14px !important;
    box-sizing: border-box;

    background: #f8f8f8;
    border-radius: 0 0 8px 8px;
}

/* »çÀÌÁî ¼ýÀÚ */
.sublistcate .sublistsize > a {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;

    color: #555;
    font-size: 14px;
    line-height: 42px;
    text-align: center;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}
/* BASIC css end */

