body {
    font-family: sans-serif;
    font-size: 13px;
    width: 210mm;
    height: 297mm;
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

table {
    width: 100% !important;
    table-layout: fixed !important;
    word-wrap: break-word;
    border-collapse: collapse;
}

th, td {
    word-break: break-word;
    overflow-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

td {
    font-size: 14px;
}

li {
    list-style: none;
}

.table_type4 {
    width: 100%;
}

.work-info {
    display: flex;
    margin-bottom: 24px;
    font-family: Pretendard, sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    column-gap: 16px;
}

.work-info__left, .work-info__right {
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: var(--color-bg-subtler);
    border: var(--color-border-light);
    border-radius: 10px;

}

.work-info__left {
    flex: 1;
    margin: 0;
}

.work-info__right {
    flex: 0.2;
    justify-content: space-between;
}


.work-info__left li {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.work-info strong {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    color: var(--color-text-bold);
}

.work-info__left li:not(:last-child) strong::after {
    display: block;
    flex: none;
    margin: 0 24px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: var(--color-divider-light);
}

.work-info strong:empty::before {
    display: block;
    content: "-";
}

.work-info__title {
    display: flex;
    align-items: center;
    column-gap: 4px;
    color: var(--color-text-subtle);
}

.table_type4 {
    font-family: Pretendard, sans-serif !important;
}

.table_type4 table td {
    height: 30px;
    min-height: 30px !important;
    border-style: solid;
    border-color: var(--color-divider-light);
    border-width: 1px;
    padding: 5px 10px;
}

.table_type4 table th.wrap_time {
    padding: 0px;
}

.w_conli20 {
    width: 20%;
    padding: 0 !important;
}

.w_conli25 {
    width: 25%;
    padding: 0 !important;
}

.w_conli33 {
    width: 33.3%;
    padding: 0 !important;
}

.w_conli50 {
    width: 50%;
    padding: 0 !important;
}

.table_type4 table td.w_underline {
    padding: 0 !important;
    text-align: center
}

.table_type4 table td.w_underline.ip_last {
    border-width: 1px 1px 1px 0 !important;
}

.w_underline {
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: var(--color-divider-dark);
}

.bl_1 {
    border-width: 0 1px 0 0 !important;
}

.bl_1:last-child {
    border-right: 0;
}

.br_0 {
    border-width: 0 !important;
}

.table_type4.view_head th {
    background-color: var(--color-bg-subtler);
    height: 46px;
    color: var(--color-text-bold);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    border: 1px solid var(--color-divider-light);
    border-top: 1px solid var(--color-border-primary) !important;
}

.table_type4.view_head tr:not(:last-child) th:first-child,
.table_type4.view_head tr:not(:last-child) th:last-child {
    border-left: 0 !important;
    border-right: 0 !important;
}


.table_type4.view_head th.left {
    text-align: left;
    padding: 0 12px;
}

.table_type4.view_head th.foot_total {
    border-left: 0;
    border-bottom: 1px solid var(--color-divider-light) !important;
    height: 37px;
}

.table_type4.view_head th .col_total {
    border: 0;
}

.table_type4 table td {
    height: 37px;
    border-color: var(--color-divider-light);
    color: var(--color-text);
    line-height: 1.5;
    min-height: 37px !important;
}

.table_type4 table td.content {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
}

.table_type4 table td.content .list.brdlist {
    padding: 0;
    margin: 0;
}

.table_type4 table td.date {
    font-size: 14px;
    position: relative;
    color: var(--color-text-subtle);
    text-align: center;
}

.table_type4 table td.date.fc-sun {
    color: var(--color-text-danger);
}

.table_type4 table td.date.fc-sat {
    color: var(--color-text-information);
}

.table_type4 table td:first-child {
    border-left: 0;
}

.table_type4 table td:last-child {
    border-right: 0;
}

.col_normal {
    text-align: center;
}