.ag-col-py-lg {
    /*padding-top: 6px !important;*/
    /*padding-bottom: 10px !important;*/
    display: flex !important;
    align-items: center !important;
}

/* header 가운데 정렬 */
.ag-header-cell-label {
    justify-content: center !important;
}

/* cell 세로 가운데 정렬 + 왼쪽 정렬 */
.ag-text-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left !important;
}

/* cell 세로 가운데 정렬 + 오른쪽 정렬 */
.ag-text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right !important;
}

/* cell 세로 가운데 정렬 + 가운데 정렬 */
.ag-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}

.ag-text-center > .ag-header-cell-comp-wrapper {
    justify-content: center;
}

