.j-font-noto14{
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-size: 14px;
    color: white;
}
.j-font-noto10{
    font-family: NotoSansKR, sans-serif;
    font-style: normal;
    font-size: 10px;
    color: #A4A4A4;
}
.j-fw-400{
    font-weight: 400;
}
.j-pack-work-status{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    width: max-content;
    height: 24px;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
}

/*hover 색상*/
.hover-5c{
    background: #4e4e4e;
}
.hover-5c:hover{
    background: #5c5c5c;
}

.slice-page-mode{
    height: 1150px !important;
    /*min-height: 100px !important;*/
    overflow: scroll !important;
}
