@charset "UTF-8";
@import url("/assets/common/css/font.css");

#manage_list_body {
    position: absolute;
    top: 41px;
    width: 100%;
    height: calc(100% - 41px);
}

#manage_list_body1 {
    position: absolute;
    top: 41px;
    width: 100%;
    height: calc(100% - 41px);
}

#manage_list_body .title_text {
    position: absolute;
    top: 15px;
    right: 45%;
    width: 200px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    font-size: 20px;
    background-color: #fff;
}

#manage_list_body .or02_window_close {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/popup/bt_popup_close_n.svg");
}

#manage_list_body .bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #ccc;
}

/*--------------------프로젝트 관리-------------------------*/
#manage_list_body .project_manage1 {
    position: absolute;
    top: 60px;
    left: 232px;
    width: 100%;
    height: 100%;
    background-color: #0B3138;
    /*border: 1px solid red;*/
    z-index: 80;
    transform: translateY(0px);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#manage_list_body .project_manage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*border: 1px solid red;*/
    z-index: 80;
    transform: translateY(0px);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#manage_list_body .slide:checked + .project_manage {
    transform: translateY(-100vh);
}

#manage_list_body .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 82;
}

#manage_list_body .project_manage_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    /*	border: 1px solid red;*/
}

#manage_list_body .project_manage_button1 {
    position: absolute;
    top: 10px;
    right: 374px;
    width: 150px;
    height: 40px;
    background-color: #FF5A00;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
}

#manage_list_body .project_manage_button1:hover {
    background-color: #ff8f53;
}

#manage_list_body .project_manage_button1:disabled {
    background-color: #C3C3C3;
}

#manage_list_body .project_manage_button2 {
    position: absolute;
    top: 10px;
    right: 214px;
    width: 150px;
    height: 40px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
}

#manage_list_body .project_manage_button2:hover {
    background-color: #1e7882;
}

#manage_list_body .project_manage_button2:disabled {
    background-color: #C3C3C3;
}

#manage_list_body .project_manage_button3 {
    position: absolute;
    top: 10px;
    right: 54px;
    width: 150px;
    height: 40px;
    background-color: #FF5A00;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
}

#manage_list_body .project_manage_button3:hover {
    background-color: #ff8f53;
}

#manage_list_body .project_manage_button3:disabled {
    background-color: #C3C3C3;
}

#manage_list_body .project_manage_icon_area {
    position: absolute;
    display: flex;
    top: 13px;
    left: 50px;
    width: 185px;
    height: 30px;
}

#manage_list_body .project_manage_icon1 {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_down_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon2 {
    position: absolute;
    top: 1px;
    left: 54px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_edit_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon3 {
    position: absolute;
    top: 0px;
    left: 104px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_copy_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon4 {
    position: absolute;
    top: 0px;
    left: 155px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_del_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon5 {
    position: absolute;
    top: 0px;
    left: 104px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_del_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon6 {
    position: absolute;
    top: 0px;
    left: 155px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_delivery_check_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon7 {
    position: absolute;
    top: 0px;
    left: 206px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_prj_del_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon8 {
    position: absolute;
    top: 0px;
    left: 206px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_voc_1_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon9 {
    position: absolute;
    top: 0px;
    left: 257px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_print_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon10 {
    position: absolute;
    top: 0px;
    left: 308px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_delivery_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon11 {
    position: absolute;
    top: 0px;
    left: 267px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_prj_add_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon12 {
    position: absolute;
    top: 0px;
    left: 359px;
    width: 34px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_cal_down_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_manage_icon_area .disable {
    pointer-events: none;
    opacity: 0.3;
}

#manage_list_body .project_manage_menu {
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -593px;
    width: 1186px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .project_print_manage_menu {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -593px;
    width: 1186px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .project_manage_add {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 36px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #FF5A00;
    outline: none;
    background-color: #fff;
    border: 1px solid #FF5A00;
    border-radius: 3px;
}

#manage_list_body .project_print_start {
    position: absolute;
    top: 5px;
    right: 70px;
    width: 180px;
    height: 36px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #FF5A00;
    outline: none;
    background-color: #fff;
    border: 1px solid #FF5A00;
    border-radius: 3px;
}

#manage_list_body .project_print_setting {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("/assets/image/project/bt_print_set_n.svg");

}

#manage_list_body .project_print_setting:hover {
    background-image: url("/assets/image/project/bt_print_set_s.svg");
}


#manage_list_body .project_manage_add_img {
    position: absolute;
    top: 9px;
    left: 35px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/ic_add_project_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_excel_add {
    position: absolute;
    top: 0px;
    left: 185px;
    width: 90px;
    height: 36px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #FF5A00;
    outline: none;
    background-color: #fff;
    border: 1px solid #FF5A00;
    border-radius: 3px;
}

#manage_list_body .project_manage_list_status_select {
    position: absolute;
    top: 0px;
    left: 200px;
    width: 130px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_list_select {
    position: absolute;
    top: 0px;
    left: 350px;
    width: 60px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_date_area {
    position: absolute;
    display: flex;
    top: 0px;
    right: 380px;
    width: 300px;
    height: 36px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

#manage_list_body .project_manage_date_icon {
    position: relative;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    background-image: url("/assets/image/project/bt_project_cal_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid;
    outline: none;
}

#manage_list_body .project_manage_date_middle {
    position: relative;
    top: 3px;
    left: 10px;
    width: 10px;
    height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #D5D5D5;
    border: 0px solid;
}

#manage_list_body .project_manage_date1 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 90px;
    height: 34px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_date2 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 90px;
    height: 34px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_select1 {
    position: absolute;
    top: 0px;
    right: 265px;
    width: 100px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_select1 option {
    position: absolute;
    height: 34px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
}

#manage_list_body .project_manage_search {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 220px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .project_manage_search::placeholder {
    color: #D5D5D5;
}

#manage_list_body .project_manage_search_icon {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/ic_input_search.svg");
}

#manage_list_body .project_print_manage_search_icon {
    position: absolute;
    top: 8px;
    right: 25px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/ic_input_search.svg");
}

#manage_list_body .project_manage_table {
    position: absolute;
    top: 182px;
    left: 50%;
    margin-left: -593px;
    width: 1186px;
    height: 546px;
    border: 0px solid red;
}

#manage_list_body .project_print_manage_table {
    position: absolute;
    top: 106px;
    left: 50%;
    margin-left: -593px;
    width: 1186px;
    height: 100%;
    border: 0px solid red;
}

#manage_list_body .project_manage_table table {
    border-collapse: collapse;
}

#manage_list_body .project_manage_table_1 {
    position: absolute;
    top: 182px;
    left: 50%;
    margin-left: -663px;
    width: 1340px;
    height: 546px;
    border: 0px solid red;
}

#manage_list_body .project_manage_table_1 table thead th {
    margin-left: auto;
    margin-right: auto;
}

#manage_list_body .project_manage_table_1 table {
    border-collapse: collapse;
}

#manage_list_body .project_manage_table_1 thead {
    display: block;
    width: 1326px;
    height: 30px;
}

#manage_list_body .project_manage_table_1 tbody {
    display: block;
    width: 1326px;
    height: 460px;
    overflow: auto;
}

#manage_list_body .project_manage_input_all {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
}

#manage_list_body .project_manage_input {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
}

#manage_list_body .pm_tr1 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #104348;
    border: 0px solid red;
}

#manage_list_body .pm_tr2 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 45px;
    /*background-color: #104348;*/
    border: 0px solid red;
}

#manage_list_body .pm_tr3 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 0px solid red;
}

#manage_list_body .pm_tr1 td {
    border-collapse: collapse;
    border: 0px solid red;
}

#manage_list_body .pm_tr2 td {
    border-collapse: collapse;
    border: 0px solid red;
}

#manage_list_body .menu_font {
    color: #fff;
    font-weight: 600;
}

#manage_list_body .menu_font1 {
    color: #83999D;
    font-weight: 600;
}

#manage_list_body .list_td {
    padding-left: 5px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

#manage_list_body .pm_td1 {
    position: relative;
    top: 0px;
    width: 44px;
}

#manage_list_body .pm_td2 {
    position: relative;
    top: 0px;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td2_list {
    position: relative;
    top: 0px;
    width: 70px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td3 {
    position: relative;
    top: 0px;
    width: 140px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td3_list {
    position: relative;
    top: 0px;
    width: 82px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td4 {
    position: relative;
    top: 0px;
    width: 395px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td4_list {
    position: relative;
    top: 0px;
    width: 495px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td5_title {
    position: relative;
    top: 0px;
    width: 61px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
    text-align: center;
}

#manage_list_body .pm_td5 {
    position: relative;
    top: 0px;
    width: 61px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td6_title {
    position: relative;
    top: 0px;
    width: 110px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
    text-align: center;
}

#manage_list_body .pm_td6 {
    position: relative;
    top: 0px;
    width: 110px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td7_title {
    position: relative;
    top: 0px;
    width: 85px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td7 {
    position: relative;
    top: 0px;
    width: 85px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td7_list {
    position: relative;
    top: 0px;
    width: 95px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_sort {
    position: relative;
    top: 0px;
    width: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    color: #083338;
}

#manage_list_body .sort {
    height: 30px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#manage_list_body .sort1 {
    height: 30px;
    float: left;
    margin-left: 20px;
    margin-right: 5px;
}

#manage_list_body .sort2 {
    height: 30px;
    float: left;
    margin-left: 100px;
    margin-right: 5px;
}

#manage_list_body .sort_text {
    color: #fff;
    font-weight: 600;
    height: 25px;
    margin-top: 5px;
    text-align: left;
}

#manage_list_body .sort_desc {
    width: 10px;
    height: 14px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/search/bt_list_sort_up_n.png");
}

#manage_list_body .sort_asc {
    width: 10px;
    height: 14px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/search/bt_list_sort_down_n.png");
}

#manage_list_body .project_list_terminate_user_email_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#manage_list_body .project_list_terminate_user_email {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#manage_list_body .project_list_dl_ic_p {
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -20px;
    background-image: url("/assets/image/project/bt_download_img_b_n.svg");
}


#manage_list_body .project_list_dl_ic_n {
    width: 14px;
    height: 14px;
    outline: none;
    cursor: default;
    background-color: transparent;
    border: 0px solid;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -20px;
    background-image: url("/assets/image/project/bt_download_img_b_d.svg");
}

#manage_list_body .project_manage_table table tbody .pm_tr2:nth-child(even) {
    background-color: #fff;
    color: #dddddd;
    border: 0px solid;
}

#manage_list_body .project_manage_table table tbody .pm_tr2:nth-child(odd) {
    background-color: #F4F4F4;
    color: #dddddd;
    border: 0px solid;
}

#manage_list_body .project_manage_table table tbody th {
    text-align: center;
}

/*/*/

#manage_list_body .pm_td_driver1 {
    position: relative;
    top: 0px;
    width: 61px;
}

#manage_list_body .pm_td_driver2 {
    position: relative;
    top: 0px;
    width: 82px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .td_operation {
    position: absolute;
    width: 45px;
    margin: 10px 10px;
    padding: 2px 5px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #fff;
    background: #3C99FC 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
}

#manage_list_body .td_connect {
    position: absolute;
    width: 45px;
    margin: 10px 10px;
    padding: 2px 5px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #6DEBAE 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
}

#manage_list_body .td_waiting_disconnect {
    position: absolute;
    width: 60px;
    margin: 10px 5px;
    padding: 2px 5px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #BEBEBE 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
}

#manage_list_body .pm_td_driver3 {
    position: relative;
    top: 0px;
    width: 78px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_driver4 {
    position: relative;
    top: 0px;
    width: 126px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_driver5 {
    position: relative;
    top: 0px;
    width: 361px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_driver6 {
    position: relative;
    top: 0px;
    width: 288px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_driver7 {
    position: relative;
    top: 0px;
    width: 190px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location1 {
    position: relative;
    top: 0px;
    width: 40px;
}

#manage_list_body .pm_td_location2 {
    position: relative;
    top: 0px;
    width: 225px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location3 {
    position: relative;
    top: 0px;
    width: 345px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location4 {
    position: relative;
    top: 0px;
    width: 252px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location5 {
    position: relative;
    top: 0px;
    width: 162px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location6 {
    position: relative;
    top: 0px;
    width: 162px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .pm_td_location7 {
    position: relative;
    top: 0px;
    width: 162px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
    cursor: pointer;
}

#manage_list_body .pm_circle1 {
    position: absolute;
    top: 19px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #6DE621;
}

#manage_list_body .pm_circle2 {
    position: absolute;
    top: 19px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #FFE760;
}

#manage_list_body .pm_circle3 {
    position: absolute;
    top: 19px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #FF6077;
}

#manage_list_body .pm_status1 {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 55px;
    height: 22px;
    background-image: url("/assets/image/project/bt_connect_status1.svg");
    background-repeat: no-repeat;
    color: #083338;
}

#manage_list_body .pm_status2 {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 55px;
    height: 22px;
    background-image: url("/assets/image/project/bt_connect_status2.svg");
    background-repeat: no-repeat;
    color: #083338;
}

#manage_list_body .pm_status3 {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 55px;
    height: 22px;
    background-image: url("/assets/image/project/bt_connect_status3.svg");
    background-repeat: no-repeat;
    color: #083338;
}

#manage_list_body .project_manage_check1 {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 1px;
    width: 44px;
    height: 45px;
    border: 0px solid;
    outline: 0px;
    /*background-color: #fff;*/
    background-image: url("/assets/image/project/bt_pm_check_p.svg");
}

#manage_list_body .project_manage_check2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 45px;
    border: 0px solid;
    outline: 0px;
    /*background-color: #fff;*/
    background-image: url("/assets/image/project/bt_pm_check_n.svg");
}

#manage_list_body .project_manage_page_area {
    position: relative;
    top: -5px;
    left: 0px;
    width: 150px;
    height: 17px;
    padding-bottom: 6px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 0px solid;
}

#manage_list_body .project_manage_page_area_display {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 0px solid;
}

#manage_list_body .project_manage_page_frist {
    position: relative;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/bt_list_frist_n.svg");
    border: 0px solid;
}

#manage_list_body .project_manage_page_pre {
    position: relative;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/bt_list_previous_n.svg");
    border: 0px solid;
}

#manage_list_body .project_manage_page_next {
    position: relative;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/bt_list_next_n.svg");
    border: 0px solid;
}

#manage_list_body .project_manage_page_end {
    position: relative;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/bt_list_end_n.svg");
    border: 0px solid;
}

#manage_list_body .project_td_buttom1 {
    position: absolute;
    width: 110px;
    height: 20px;
    margin: 7px 10px;
    padding: 5px 10px 0px 10px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #083338;
    outline: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #083338;
    border-radius: 3px;
}

#manage_list_body .project_td_buttom2 {
    position: absolute;
    top: 10px;
    left: 115px;
    width: 65px;
    height: 25px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #083338;
    outline: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid #083338;
    border-radius: 3px;
}

/* */
/* Create a custom radio button */
#manage_list_body .or29_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #97A0A2;
}

/* On mouse-over, add a grey background color */
#manage_list_body:hover input ~ .or29_checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#manage_list_body input:checked ~ .or29_checkmark {
    background-color: #6DEBAE;
    background-image: url("/assets/image/prod/popup/bt_radio_checked1.svg");
    border: 0px solid #97A0A2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#manage_list_body .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#manage_list_body input:checked ~ .or29_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#manage_list_body .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#manage_list_body .or29_container_radio {
    display: block;
    position: relative;
    top: -7px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

<!--
delivery edit

-->
#manage_list_body .project_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
}

#manage_list_body .projcet_excel {
    position: relative;
    top: 30px;
    left: 0px;
}

#manage_list_body .project_title_tool {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
    display: flex;
}

#manage_list_body .project_edit_saved {
    position: relative;
    bottom: 0px;
    left: 30px;
    right: 0px;
    width: 75px;
    height: 30px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
}

#manage_list_body .project_edit_saved:hover {
    background-color: #1e7882;
}

#manage_list_body .project_edit_saved:disabled {
    background-color: #C3C3C3;
}


#manage_list_body .project_edit_exited {
    position: relative;
    bottom: 0px;
    left: 50px;
    right: 0px;
    width: 75px;
    height: 30px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
}

#manage_list_body .project_edit_exited:hover {
    background-color: #1e7882;
}

#manage_list_body .project_edit_exited:disabled {
    background-color: #C3C3C3;
}

#manage_list_body .product_title_tool {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 32px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
}

#manage_list_body .product_title {
    position: relative;
    top: 15px;
    left: 50px;
    right: 0px;
    float: left;
    width: 150px;
    height: 30px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #889FA3;
    outline: none;
    border: 0px;
}

#manage_list_body .product_body {
    position: relative;
    top: 45px;
    left: 0px;
    right: 0px;
    width: 90%;
    height: 90%;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #889FA3;
    outline: none;
    border: 0px;
}

#manage_list_body .product_refresh {
    position: relative;
    top: 10px;
    left: 50px;
    right: 0px;
    float: left;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #889FA3;
    outline: none;
    border: 0px;
    background-image: url("/assets/image/prod/toptoolbar/bt_route_reset_n.svg");
}

#manage_list_body .product_bar_refresh:hover {
    background-image: url("/assets/image/prod/toptoolbar/bt_route_reset_s.svg");
}

#manage_list_body .product_tree_grid {
    position: relative;
    top: 10px;
    left: 50px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
}

#manage_list_body .mocean_tree_grid {
    position: relative;
    top: 10px;
    left: 50px;
    right: 0px;
    width: 90%;
    height: 100%;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
}

#manage_list_body .vr {
    display: block;
    width: 1px;
    background-color: #D3D3D3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
}

#manage_list_body .mocean_title {
    position: relative;
    top: 15px;
    left: 50px;
    right: 0px;
    float: left;
    width: 600px;
    height: 30px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #889FA3;
    outline: none;
    border: 0px;
}

#manage_list_body .project_manage_inputdate1 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .project_manage_inputdate2 {
    position: relative;
    top: 0px;
    left: 15px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .st_search_list_pageNum {
    position: relative;
    top: -1px;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    height: 17px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: 'Noto Sans KR', sans-serif;
    color: #083338;
    border: 0px solid;
}

#manage_list_body .st_search_list_pageNum.pick {
    color: #6DE621;
}

/*배송지 관리 페이지에서 사용하는 Style*/

#manage_list_body .delivery_manage_list_status_select {
    position: absolute;
    top: 0px;
    left: 360px;
    width: 130px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .delivery_manage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*border: 1px solid red;*/
    z-index: 80;
    transform: translateY(0px);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#manage_list_body .delivery_manage_menu {
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .delivery_manage_date_area {
    position: absolute;
    display: flex;
    top: 0px;
    right: 515px;
    width: 300px;
    height: 36px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

#manage_list_body .delivery_manage_date_area_1 {
    position: absolute;
    display: flex;
    top: 0px;
    right: 385px;
    width: 300px;
    height: 36px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

#manage_list_body .delivery_manage_date_icon {
    position: relative;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    background-image: url("/assets/image/project/bt_project_cal_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid;
    outline: none;
}

#manage_list_body .delivery_manage_inputdate_start {
    position: relative;
    top: 0px;
    left: 5px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .delivery_manage_date_middle {
    position: relative;
    top: 3px;
    left: 10px;
    width: 10px;
    height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #D5D5D5;
    border: 0px solid;
}

#manage_list_body .delivery_manage_inputdate_end {
    position: relative;
    top: 0px;
    left: 15px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .delivery_manage_select1 {
    position: absolute;
    top: 0px;
    right: 510px;
    width: 100px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .delivery_manage_select2 {
    position: absolute;
    top: 0px;
    right: 400px;
    width: 100px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .delivery_manage_select3 {
    position: absolute;
    top: 0px;
    right: 262px;
    width: 125px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .delivery_manage_search {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 220px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

#manage_list_body .delivery_manage_search::placeholder {
    color: #D5D5D5;
}

#manage_list_body .delivery_manage_search_icon {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/project/ic_input_search.svg");
}

#manage_list_body .delivery_manage_table {
    position: absolute;
    top: 182px;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 546px;
    border: 0px solid red;
}

#manage_list_body .delivery_manage_icon1 {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_edit_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .delivery_manage_icon2 {
    position: absolute;
    top: -1px;
    left: 54px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    outline: none;
    background-image: url("/assets/image/project/bt_list_copy_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px;
}

#manage_list_body .project_grid_title_tool {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background-color: #113E46;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
}

#manage_list_body .project_grid_body_tool {
    position: absolute;
    top: 60px;
    left: 20px;
    width: calc(100vw - 40px);
    height: calc(100vh - 70px);
    border: 0px solid red;
}

#manage_list_body .delivery_project_manage_inputdate1 {
    position: relative;
    top: 0px;
    left: 20px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .delivery_project_manage_inputdate2 {
    position: relative;
    top: 0px;
    left: 30px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

#manage_list_body .manage_warehouse_list_select {
    position: relative;
    top: 0px;
    left: 60px;
    width: 180px;
    height: 36px;
    border: 0px solid red;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

#manage_list_body .project_delivery_exited {
    position: relative;
    top: 5px;
    left: 80px;
    width: 75px;
    height: 30px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    color: #fff;
}

#manage_list_body .project_delivery_exited:hover {
    background-color: #1e7882;
}

#manage_list_body .project_delivery_exited:disabled {
    background-color: #C3C3C3;
}
#manage_list_body .project_delivery_count_area {
    position: relative;
    display: flex;
    top:5px;
    left: 40px;
    width: 450px;
    height: 30px;
    opacity: 1;
    justify-content: flex-end;
}

#manage_list_body .project_delivery_count {
    position: relative;
    text-align: center;
    top: 5px;
    width: auto;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    padding-top: 0px;
    margin-left: 10px;
}

#manage_list_body .project_delivery_count_line {
    position: relative;
    top: 5px;
    width: 1px;
    height: 20px;
    margin-left: 10px;
    background-color: #ffffff;
}
