.elementor-1845 .elementor-element.elementor-element-a7cf3ce > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Noto sans kr, Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1845 .elementor-element.elementor-element-4558d713{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-family:"Noto Sans KR", Noto sans kr, Sans-serif;font-size:17.5px;font-weight:400;line-height:1.2em;letter-spacing:-0.2px;color:#252727;}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1845 .elementor-element.elementor-element-4558d713{font-size:17px;}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1845 .elementor-element.elementor-element-4558d713{font-size:14px;}}/* Start custom CSS for text-editor, class: .elementor-element-4558d713 */.staff-team-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 9px;
    border-left: 4px solid #eec72c;
    text-align: left;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

table.staff-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    border-top: 2px solid #bbb;
    border-bottom: 1px solid #bbb;
    background-color: #fff !important;
}

table.staff-table th {
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #bbb;
}

table.staff-table td {
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    padding: 12px 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5 !important; 
}

table.staff-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}

table.staff-table td.task-cell {
    text-align: left;
    padding-left: 15px;
    word-break: keep-all;
}

.task-cell br { display: none; }
.task-content { display: flex; flex-direction: column; gap: 0; }
.task-category { font-size: 99%; display: block; margin-top: 5px !important; margin-bottom: 5px !important; line-height: 1.4 !important; }
.task-category:first-child { margin-top: 0 !important; }
.task-list-item { display: block; color: #666; font-size: 93%; margin: 0 !important; padding-bottom: 3px !important; line-height: 1.4 !important; padding-left: 10px; text-indent: -10px; }
.task-list-item::before { content: "- "; color: #999; margin-right: 2px; }

.col-name { width: 12%; }
.col-role { width: 12%; }
.col-task { width: 56%; }
.col-tel  { width: 20%; }

.table-scroll-wrapper:has(.info-table) {
    overflow: visible !important; 
    width: 100% !important;
}

table.staff-table.info-table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important; 
    border-collapse: collapse !important;
}

table.staff-table.info-table td,
table.staff-table.info-table th {
    width: auto !important;
    white-space: normal !important;
    word-break: keep-all !important; 
    height: auto !important;
    overflow: visible !important;
    padding: 12px 10px !important; 
    line-height: 1.5 !important;
}

table.staff-table.info-table th:nth-child(1), 
table.staff-table.info-table td:nth-child(1) { width: 15% !important; }
table.staff-table.info-table th:nth-child(2), 
table.staff-table.info-table td:nth-child(2) { width: 15% !important; }
table.staff-table.info-table th:nth-child(3), 
table.staff-table.info-table td:nth-child(3) { 
    width: 70% !important; 
    text-align: left !important; 
    padding-left: 20px !important; 
}

@media (max-width: 768px) {
    .table-scroll-wrapper,
    .mobile-fix-table .table-scroll-wrapper {
        overflow-x: hidden !important;
    }

    table.staff-table,
    table.staff-table.info-table,
    .mobile-fix-table table.staff-table {
        min-width: 100% !important;
        table-layout: fixed !important;
    }

    table.staff-table td, 
    table.staff-table th,
    table.staff-table.info-table td,
    table.staff-table.info-table th {
        padding: 6px 2px !important; 
        font-size: 12px !important;
        white-space: normal !important;
        word-break: break-all !important;
    }

    .mobile-fix-table table.staff-table td {
        width: 25% !important;
    }

    .col-name { width: 18% !important; }
    .col-role { width: 17% !important; }
    .col-task { width: 40% !important; }
    .col-tel  { width: 25% !important; }

    table.staff-table.info-table th:nth-child(1), 
    table.staff-table.info-table td:nth-child(1) { width: 18% !important; }
    table.staff-table.info-table th:nth-child(2), 
    table.staff-table.info-table td:nth-child(2) { width: 18% !important; }
    table.staff-table.info-table th:nth-child(3), 
    table.staff-table.info-table td:nth-child(3) { 
        width: 64% !important; 
        padding-left: 6px !important;
        text-align: left !important;
    }

    .task-list-item {
        font-size: 10px !important;
        padding-left: 7px !important;
        text-indent: -7px !important;
    }

    .staff-team-title {
        font-size: 15px;
        margin-top: 10px;
    }
}/* End custom CSS */