@charset "UTF-8";

.bg-color-white {
    background-color: #ffffff !important;
}


/*autocomplete 관련*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1059 !important;
    /*color: #E42E80;*/
    /*font-weight: bolder;*/
    /*overflow-y: auto;*/
    border: 1px solid #E42E80 !important;
    max-height: 400px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: auto;
    /*width: 250px;*/
}

@media (max-width: 767.98px) {
    .ui-autocomplete {
        /*width: 300px;*/
        /*height: 250px;*/
        /*max-height: 250px;*/
        /*overflow-y: auto; !* prevent horizontal scrollbar *!*/
        /*overflow-x: auto;*/
    }

    .goods-user {
        width: 350px;
        height: 250px;
        max-height: 250px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: auto;
    }

    .exact-calculation-user {
        width: 100px;
        max-height: 100px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: auto;
    }

    .purchase-standard-quantity {
        width: 150px;
        max-height: 300px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: auto;
    }
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    /*background: #E42E80 !important;*/
    /*font-weight: bold !important;*/
    /*color: #ffffff !important;*/
}

/*autocomplete 관련*/

.wd-144 {
    width: 144px !important;
}

.wd-146 {
    width: 146px !important;
}

.wd-149 {
    width: 149px !important;
}

.wd-156 {
    width: 156px !important;
}

.wd-160 {
    width: 160px !important;
}

.wd-170 {
    width: 170px !important;
}

.wd-180 {
    width: 180px !important;
}

.wd-190 {
    width: 190px !important;
}

.wd-210 {
    width: 210px !important;
}

.wd-220 {
    width: 220px !important;
}

.wd-1000 {
    width: 1000px !important;
}

.wd-2000 {
    width: 2000px !important;
}

.wd-3000 {
    width: 3000px !important;
}

.ht-700 {
    height: 700px !important;
}

.ht-750 {
    height: 750px !important;
}

.ht-860 {
    height: 860px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.custom_tbl_wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;

    border-top: 2px solid #121212;
}

.custom_tbl_wrap table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.custom_tbl_wrap table thead th {
    background-color: #f4f4f4;
}

.custom_tbl_wrap table thead tr th {
    border-bottom: 1px solid #121212;
}

.custom_tbl_wrap table thead tr th,
.custom_tbl_wrap table tbody tr td {
    text-align: center;
    padding: 12px 20px;
    font-size: 0.9rem;
    line-height: 22px;
}

.custom_tbl_wrap table tbody tr td {
    border-bottom: 1px solid #efefef;
}

/*table-costom-pop*/

.table-custom-pop {
    position: relative;
    margin: 0 auto;
    width: 100%;


}

.table-custom-pop table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-custom-pop table thead th {
    background-color: #f4f4f4;
}

.table-custom-pop table thead tr th {
    border-bottom: 1px solid #121212 !important;
}

.table-custom-pop table thead tr th,
.table-custom-pop table tbody tr td {
    text-align: center;
}

.table-custom-pop table tbody tr td {
    border-bottom: 1px solid #efefef;
}


@media (max-width: 767.98px) {
    .table-custom-pop {
        position: relative;
        margin: 0 auto;
        width: 1200px;


    }

    .table-custom-pop table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

}

.photo_wrap {
    position: relative;
    float: left;
    margin: 2px 3px;
}

.btn_photo_del {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #464646;
    color: #fff;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

.btn_photo_del a {
    display: block;
    text-align: center;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 14px;
}

.interview_up_box {
    border: 1px solid #bbb;
    width: 160px;
    height: 160px;
    margin: auto;
}

.interview_up_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    color: #495057;
    font-size: inherit;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
    margin-top: 8px;
}

/* named upload */
.filebox .upload-name {

    display: inline-block;
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 400;
    line-height: 1.5;
    color: #939ba2;
    vertical-align: middle;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.filebox.bs3-primary label {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.filebox.bs3-primary label:hover {
    background-color: #e9ecef;
    color: #2b2b2b;
}

.dv_full {
    width: 100%;
    align-items: center;
}

.dv_flex {
    display: flex;
}

.flex_end {
    justify-content: flex-end;
}


.fix_table {

    width: 1800px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 2px solid #121212;


}

.fix_table thead tr th,
.fix_table tbody tr td {
    text-align: center;
    padding: 0.8125vw 1.25vw;
    font-size: 0.8rem;
    line-height: 1.375vw;
    height: 50px;
}

.fix_table thead tr th {
    border-bottom: 1px solid #121212;
    height: 50px;
}

.fix_table tbody tr td {
    border-bottom: 1px solid #efefef;
    height: 50px;
}


.fix_table th {
    background-color: #f9f9f9;

    text-align: center;
    border-right: 0px solid #f6f6f6;
    border-bottom: 1px solid #e6e6e6;


}

.fix_table th:last-child {
    border-right: 0px;
}

/*sticky 적용*/
.fix_table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0px;

}

.fix_table tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    font-size: 0.8rem;


}

.fix_table tbody th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    font-size: 0.8rem;
}

.fix_table tbody .fix {
    position: -webkit-sticky;
    position: sticky;
    left: 50px !important;
    font-size: 0.8rem;


}

.fix_table td {
    background-color: #FFF;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 0px;
    text-align: center;
}

/*sticky 적용
.fix_table td:first-child{
  background-color: #FFC54D;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.fix_table td:nth-child(2){
  background-color: #FFC54D;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
*/

.fix_table_work {

    width: 1346px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 2px solid #121212;


}

.fix_table_work thead tr th,
.fix_table_work tbody tr td {
    text-align: center;
    padding: 0.8125vw 1.25vw;
    font-size: 0.8rem;
    line-height: 1.375vw;
    height: 50px;
}

.fix_table_work thead tr th {
    border-bottom: 1px solid #121212;
    height: 50px;
}

.fix_table_work tbody tr td {
    border-bottom: 1px solid #efefef;
    height: 50px;
}


.fix_table_work th {
    background-color: #f9f9f9;

    text-align: center;
    border-right: 0px solid #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
}

.fix_table_work th:last-child {
    border-right: 0px;
}

.fix_table_work tbody th {
    left: 0;
    font-size: 0.8rem;
}

.fix_table_work td {
    background-color: #FFF;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 0px;
    text-align: center;
}


/* mobile only */
@media screen and (max-width: 990px) {


    .fix_table thead th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0px;

    }

    .fix_table tbody th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        font-size: 0.8rem;


    }

    .fix_table tbody th:nth-child(2) {
        position: -webkit-sticky;
        position: sticky;
        left: 50px;
        font-size: 0.8rem;
        top: 2px;
    }

    .fix_table thead th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;

    }

    .fix_table tbody th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        font-size: 0.8rem;


    }

    .fix_table_work thead th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0px;

    }

    .fix_table_work tbody th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        font-size: 0.8rem;


    }

    .fix_table_work tbody th:nth-child(2) {
        position: -webkit-sticky;
        position: sticky;
        left: 50px;
        font-size: 0.8rem;
        top: 2px;
    }

    .fix_table_work thead th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;

    }

    .fix_table_work tbody th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        font-size: 0.8rem;


    }

    /*added by hippo at 2025.02.19 start*/
    .table-vacation .mobile-only {
        display: block !important;
    }


    .table-vacation thead th:first-child {
        min-width: 80px !important;
    }

    .table-vacation thead th:nth-child(2) {
        min-width: 70px !important;
    }

    .table-vacation thead th:last-child {
        min-width: 70px !important;
    }

    /*added by hippo at 2025.02.19 end*/


}

.table .col_width_checkbox {
    width: 40px;
}

.table .col_width_no {
    width: 60px;
}

.table .col_width_no_large {
    width: 90px;
}

.table .col_width_date {
    width: 120px;
}

.table .col_width_date_large {
    width: 140px;
}

.table .col_width_datetime {
    width: 170px;
}

.table .col_width_phone_number {
    width: 140px;
}

.table .col_width_name {
    width: 120px;
}

.table .col_width_name_large {
    width: 170px;
}

.table .col_width_id {
    width: 120px;
}

.table .col_width_id_large {
    width: 170px;
}

.table .col_width_email {
    width: 220px;
}

.table .col_width_email_large {
    width: 240px;
}

.table .col_width_yes_or_no {
    width: 80px;
}

.table .col_width_yes_or_no_large {
    width: 100px;
}

.table .col_width_code {
    width: 130px;
}

.table .col_width_code_large {
    width: 160px;
}

.table .col_width_code_name {
    width: 100px;
}

.table .col_width_code_name_small {
    width: 80px;
}

.table .col_width_code_name_large {
    width: 120px;
}

.table .col_width_number {
    width: 80px;
}

.table .col_width_number_large {
    width: 100px;
}

.table .col_width_period {
    width: 220px;
}

.table .col_width_amount {
    width: 100px;
}

.table .col_width_percent {
    width: 60px;
}

.table .col_width_percent_large {
    width: 80px;
}

.table .col_width_th {
    width: 110px;
}

.table .col_width_50 {
    width: 50px;
}

.table .col_width_60 {
    width: 60px;
}

.table .col_width_70 {
    width: 70px;
}

.table .col_width_80 {
    width: 80px;
}

.table .col_width_90 {
    width: 90px;
}

.table .col_width_100 {
    width: 100px;
}

.table .col_width_150 {
    width: 150px;
}

.table .col_width_200 {
    width: 200px;
}

.table .col_width_250 {
    width: 250px;
}

.table .col_width_300 {
    width: 300px;
}

.table .col_width_500 {
    width: 500px;
}

.list-bg-lv0 {
    background: #ffa3cc;
}

.list-bg-lv1 {
    background: #ffcbe2;
}

.list-bg-lv2 {
    background: #fff0f6;
}

.list-bg-del {
    background: #dedede;
}

/* added by alpaca at 2024.03.24 - Div Flex 설정 추가 */
.dv_flex_custom {
    display: flex;
    width: 100%;
    align-items: center;
}

/* added by hippo at 2024.11.07 */
.min-wd-600 {
    min-width: 600px;

}

/* added by alpaca at 2024.04.24 - 최소 너비 설정 */
.min-wd-1100 {
    min-width: 1100px;
}

.min-wd-1300 {
    min-width: 1300px;
}

.min-wd-1400 {
    min-width: 1400px;
}

.min-wd-1600 {
    min-width: 1600px;
}

.min-wd-1700 {
    min-width: 1700px;
}

.min-wd-1800 {
    min-width: 1800px;
}

/* added by alpaca at 2024.07.12 - 즐겨찾기 버튼 */
.btn-bookmark {
    border: none;
    background: none;
    margin: 0;
}

.btn-bookmark i {
    font-size: 1rem;
    color: #e0e0e0;
}

.btn-bookmark i.on {
    color: #ffc107;
}

@media (hover: hover) and (pointer: fine) {
    .btn-bookmark i:hover {
        color: #ff8707;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}


.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

/*added by hippo at 2025.02.19 start*/
.table-vacation {
    width: 100%;
    color: #212529;
    background-color: transparent;
    font-size: 0.8rem;
    /*border-top: 2px solid #121212;*/
}

.table-vacation th,
.table-vacation td {
    padding: 0.8rem;
    border: 1px solid #dee2e6;
}

.table-vacation thead th {

    border-bottom: 2px solid #dee2e6;
    background-color: #f4f4f4;

}

.table-vacation th {
    background-color: #f4f4f4;
}

.table-vacation tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-vacation tbody tr:nth-child(1) {
    font-weight: 700;
}

.table-vacation thead th:first-child {
    background-color: #d5d5d5;
    min-width: 80px;
}

.table-vacation thead th:nth-child(2) {
    min-width: 120px;
}

.table-vacation thead th:last-child {
    min-width: 120px;
}

.table-vacation tbody td:first-child {
    background-color: #d5d5d5;
}

.table-vacation-choice {
    font-size: 0.8rem;
}

.table-vacation .mobile-only {
    display: none;
}

.table-vacation-choice tbody td {
    font-size: 0.8rem;
}

.table-vacation-choice .th-color {
    background-color: #f4f4f4;
    font-weight: bold;
}

.bg-lightgray {
    background-color: #e9e9e9 !important;
}

.bg-lightgreen {
    background-color: #dfffe0 !important;
}

/*추가*/

.list_table_btn_left {
    width: 50%;
}

.category_area_wrap {
    font-size: 0.7rem;
    /*display: table;*/
}

.category_area {
    /*display: table-cell;*/
    /*vertical-align: bottom;*/
    position: relative;
}

.category_area .category {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 15px;
}

.category_area .category_text {
    display: inline-block;
    position: absolute;
    top: 14px
}

.list_table_btn_right {
    width: 50%;
    font-size: 0.8rem;
}

.left-5 {
    left: 5px;
}

.left-25 {
    left: 25px;
}

.left-55 {
    left: 55px;
}

.left-75 {
    left: 75px;
}

.left-115 {
    left: 115px;
}

.left-135 {
    left: 135px;
}

.td-border-left table td {
    border-left: 1px solid #f6f6f6 !important;
}

.td-border-right table td {
    border-right: 1px solid #f6f6f6 !important;
}


.bg-color-gray {
    background-color: #a6a6a6 !important;
}

.bg-color-white {
    background-color: #ffffff !important;
}

.bg-holiday {
    background-color: #fde0ed !important;
}

/*added by hippo at 2025.02.19 end*/

/*Toast Calendar custom*/
.toastui-calendar-template-time strong {
    display: none !important;
}

.toastui-calendar-weekday-event {
    border-left: 17.5px solid !important;
    /*height: 15px !important;*/
    /*line-height: 15px !important;*/
}

/* 상세창 일정상태 삭제 */
.toastui-calendar-detail-item span.toastui-calendar-template-popupDetailState {
    display: none !important;
}

.toastui-calendar-detail-item span.toastui-calendar-ic-state-b {
    display: none !important;
}

.toastui-calendar-detail-item span.toastui-calendar-template-popupDetailAttendees {
    display: none !important;
}

.toastui-calendar-detail-item span.toastui-calendar-ic-user-b {
    display: none !important;
}

/* 근무휴형 범주 */
.work-category-area {
    font-size: 0.7em;
}

.work-category-area .category-holiday {
    border-left: 15px solid rgb(228, 46, 128);
    padding-left: 3px;
}

.work-category-area .category-dispatch {
    border-left: 15px solid rgb(78, 167, 46);
    padding-left: 3px;
}

.work-category-area .category-overTime {
    border-left: 15px solid rgb(15, 158, 213);
    padding-left: 3px;
}

.work-category-area .category-vacation {
    border-left: 15px solid rgb(255, 22, 0);
    padding-left: 3px;
}

.work-category-area .category-offDay {
    border-left: 15px solid rgb(127, 127, 127);
    padding-left: 3px;
}

.work-category-area .category-working {
    border-left: 15px solid rgb(0, 0, 0);
    padding-left: 3px;
}

.font-size-1 {
    font-size: 2.0rem !important;
}

.font-size-2 {
    font-size: 1.75rem !important;
}

.bg-color-gray {
    background: #a6a6a6;
}

/* Toast Calendar custom end -- added by alpaca at 2025.04.10 */
