﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('https://cdn.jsdelivr.net/gh/kimjihye8723/fontface/NotoSans-Regular.woff2') format('woff2');
    src: url('https://cdn.jsdelivr.net/gh/kimjihye8723/fontface/NotoSans-Regular.woff') format('woff');
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}
html, body {
    font-family: 'NotoSans-Regular',"Roboto", "Helvetica", Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    scroll-behavior: smooth;
}
.border_none{
    border:0;
}
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-right {
    border-right: 1px solid #e5e5e5;
}
.border-left {
    border-left: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Main styles
-------------------------------------------------- */
.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.ptb-10 {
    padding: 10px 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.ptb-20 {
    padding: 20px 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.ptb-30 {
    padding: 30px 0 !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.ptb-40 {
    padding: 40px 0 !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.ptb-50 {
    padding: 50px 0 !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.ptb-70 {
    padding: 70px 0 !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.m-0 {
    margin: 0 !important ;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mtb-10 {
    margin: 20px 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mtb-20 {
    margin: 20px 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mtb-30 {
    margin: 30px 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mtb-40 {
    margin: 40px 0 !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mtb-50 {
    margin: 50px 0 !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mtb-70 {
    margin: 70px 0 !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.thin {
    font-weight: 500 !important;
}

.bold {
    font-weight: 600 !important;
}

.auto {
    margin: auto;
    width: 100%;
    text-align: center;
}

.mp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clear {
    clear: both;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.cursor {
    cursor: pointer !important;
    opacity:0.8;
}
.cursor:hover{
    opacity:1;
}

.number {
    text-align: right !important;
    padding: 6px 14px !important;
    font-size: 1em !important;
}

.fontsize08em {
    font-size: 0.8em;
}

.fontsize09em {
    font-size: 0.9em;
}
.opacity-0{
    opacity:0;
}

.overflow-100 {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.overflow-200 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.overflow-300 {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}

.view_page {
    border-radius: 12px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.15);
    background-color: #ffffff;
    color: #252422;
    position: relative;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.main-panel > .content {
    min-height: calc(100% - 60px);
    margin-top: 60px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.card-user .card-image {
    height: 15px;
}

.card .card-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-user .card-body {
    min-height: 220px;
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}

.card-user .avatar {
    border: none;
}
.card_icon>img{
    max-width: 21px;
}

.badge-primary {
    background-color: #007bff;
    font-weight: 500;
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.filebox {
    float: left;
    width: 85%
}

    .filebox label {
        display: block;
        color: #797979;
        font-size: 17px;
        line-height: normal;
        vertical-align: middle;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        border-radius: .25em;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        height: 80px;
        margin: 10px 0;
        font-weight: 100;
        text-align: center;
        padding: 25px 0;
        width: 48%;
        float: left;
    }

        .filebox label:hover {
            border: 1px solid #aaa;
            color: #333;
        }

        .filebox label:active {
            border: 1px solid #aaa;
            color: #333;
        }

    .filebox input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

.filebox2 {
    display: table;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-weight: 100;
    text-align: center;
    padding: 8px;
    width: 80%;
}

    .filebox2:hover {
        border: 1px solid #aaa;
        color: #333;
    }

    .filebox2:active {
        border: 1px solid #aaa;
        color: #333;
    }

.addfile input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.addfile {
    display: block;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    margin: 10px 0;
    font-weight: 100;
    text-align: center;
    padding: 10px;
    line-height: 3em;
}

.main-panel .navbar:after {
    content: "";
    /*background-image: url('/images/background/top.png');*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sync:hover img {
    animation: spin 1.6s infinite linear;
}

.switch-field {
    display: block;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #f4f3ef;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.1s ease-in-out;
        margin-bottom: 0;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.sub_title_black .btn {
    text-indent: 0;
    margin-right: 3vw;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.info-title {
    color: #447DF7;
    cursor: pointer;
}

.popover {
    border: rgba(0,0,0,.25) 1px solid;
    max-width: 80vw
}

    .popover > .arrow {
        border-width: 11px;
    }

    .popover.bottom .arrow:after {
        border-bottom-color: #fff;
    }

    .popover > .arrow, .popover > .arrow:after {
        border-color: transparent;
        border-style: solid;
    }

    .popover.top > .arrow:after {
        bottom: 0.6px;
    }

.pop-ul {
    padding-left: 17px
}

    .pop-ul li {
        list-style: square;
        font-size: 13px;
    }

.qna {
    clear: both;
    padding: 10px 0;
    color: #888;
    line-height: 1.8em;
    font-size: 0.9em;
    display: table;
}

    .qna img {
        vertical-align: text-bottom;
        width: 18px
    }

    .qna.qna-right {
        float: right;
        margin-right: 10px;
    }

    .qna.qna-btn {
        clear: inherit;
        cursor: pointer;
        padding: 0;
    }

        .qna.qna-btn img {
            vertical-align: top;
            margin-left: 8px;
        }

    .qna p {
        float: left;
        display: table;
        font-size: 12px;
    }

    .qna .qna-round {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        content: "";
        border-radius: 10px;
        vertical-align: middle;
        border: 1px solid;
    }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file {
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.td-btn {
    min-width: 80px !important;
}

.custom-combobox {
    position: relative;
    display: block;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: -2px;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
}

    .custom-combobox-input::placeholder {
        color: #c3c3c3
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    box-shadow: none;
    width: 100%;
    border-radius: 0%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 34px;
    cursor: auto;
    display: block;
}

.ui-widget.ui-widget-content {
    border: 1px solid #E3E3E3;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #E3E3E3;
    border-left: none;
    background: #fff;
}

.card_metric_description{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#treeview {
    top: 0px !important;
}

.up-btn, .down-btn {
    bottom: 0px;
    display: inline-block;
    font-family: 'FontAwesome';
    opacity: 0.8;
    position: relative;
}

    .up-btn:before {
        content: "\f062";
    }

    .down-btn:before {
        content: "\f063";
    }

.col-md-3.tree_left {
    padding: 0 !important;
    min-height: 400px;
}

#treeview {
    padding: 5% 3% !important;
    height: 100%;
    max-height: 100vh;
    max-width: unset !important;
    overflow: auto;
    width: 100%;
}

.modal-title{
    color:#fff;
}
.modal-header .close {
    color: #fff;
}

@media (max-width: 1440px) {
    .col-md-3.tree_left {
        min-width: unset !important;
    }

    #i_body .row.titleHeader {
        padding: 0px;
    }

    .jstree-container-ul li:first-child a.jstree-anchor div {
        /*  text-align: left;
        position: relative;
        top: -20px !important;
        font-weight: bold;
        float: right;
        position: relative;
        font-size: 1.1em;*/
        word-break: keep-all;
    }

    #i_body .card {
        margin: 0 auto;
    }

    #form1 .col-md-1.col-xs-2.bottom {
        width: 110px !important;
    }
}


@media (max-width: 1024px) {
    .card.m_only_max .col-md-3.tree_left {
        width: 100% !important;
    }

    .col-md-9.col-xs-12.col-sm-12.tree_right {
        width: 100% !important;
        margin-top: 10%;
    }

    #i_body .row.titleHeader {
        margin: 15px 0;
    }

    ul.ui-tabs-nav {
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
}

@media (min-width: 768px) {


    .web_only {
        display: table-cell !important;
    }

    .m_only {
        display: none !important;
    }

    .view_page .table tr th {
        min-width: 120px;
    }

    .view_page .table tr td {
        max-width: 80%;
        text-align: left !important;
        padding: 10px 25px !important;
        font-size: 1em;
    }

    .sync {
        cursor: pointer;
        margin-right: 50px;
    }

    .btn-success.fast {
        margin-left: 10px;
    }

    .modal-big {
        width: 80vw;
        margin: 10vh auto;
    }

    .modal-dialog {
        margin: 20vh auto;
    }
}

@media (max-width: 767px) {

    .web_only {
        display: none !important;
    }

    .m_only {
        display: table-cell !important;
    }

    .view_page .table tr th {
        min-width: 100px;
    }

    .view_page .table tr td {
        max-width: 70%;
    }

    .sub_page {
        padding: 10px;
    }

    .content-inner.inner-pd {
        padding-top: 30px;
    }

    .btn-success.fast {
        margin-top: 10px;
    }

    .sync {
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .main-panel > .content {
        margin-top: 45px;
    }

    .mp-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .td-btn {
        min-width: 40px !important;
    }

    .modal-big {
        width: 90vw;
        margin: 10vh auto;
    }

    .form-group label.col-sm-2, .form-group div.col-md-9, .form-group div.col-sm-9 {
        width: 100% !important;
    }
}

@media (max-width:425px) {
    .bold.mt-20.float-right {
        float: unset !important;
        text-align: center !important;
    }

    .row.titleHeader .col-md-7.col-xs-12.subMenu {
        width: 400px;
    }

    #i_body div.table-responsive {
        width: 100%;
        margin: 0 auto;
    }

    .form-group .col-md-12 {
        margin: 20px auto !important;
    }
}

@media (max-width:375px) {

    .row.titleHeader .col-md-7.col-xs-12.subMenu {
        width: 300px;
    }

    #i_body div.table-responsive {
        width: 100%;
        margin: 0 auto;
    }

    -wekit-#i_body div.table-responsive {
        width: 100%;
        margin: 0 auto;
    }
}

/* top_menu*/
.top_card {
    display: block;
    height: 50px;
    padding: 13px;
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    text-align: left;
    font-family: 'NanumSquareB';
    margin: 0 15px;
    border-radius: 8px;
}
    .top_card span{
        padding:0 10px;
    }
    .top_card a {
        color: rgb(255 255 255 / 50%);
    }
    @media (max-width: 991px) {
        .top_card{
        margin: 10px 0;
    }
}

/* guage chart css*/
.gauge-chart {
    width: 15rem;
    margin: auto;
}

.gauge-text {
    text-anchor: middle;
    fill: #00A651;
    font-weight: 400;
    font-size: 75%;
    font-family: "Josefin Sans", sans-serif;
}

.titleHeader {
    border-radius:17px;
    margin : 0 10px;
}

    .titleHeader p {
        margin: 0;
        padding: 7px 0;
        color: #fff;
    }

.work_state {
    font-size: 13px;
    width: 100px;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 3px 5px;
    width: 60px;
    display: grid;
    place-items: center;
    color: #333;
    font-weight: bold;
    background-color:#fff;
    cursor:pointer;
}

    .work_state.active {
        background-color: #edeadf
    }


.table .work_state {
    margin: 0 auto;
}

.stateLabel {
    float: left;
    font-size: 10px;
    border-radius: 12px;
    color: white;
    padding: 3px 18px 3px 18px;
}

.dayLabel {
    float: left;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid #FF9696;
    color: #ff4848;
    padding: 2px;
    margin-right: 7px;
    width: 50px;
    text-align: center;
    letter-spacing: 2px;
}
.card_description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-flag{
    margin-right: 5px;
}
.card_chart_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}



.card_chart_header{
    display: flex;
    gap: 10px;
    align-items: center;
}
.card_chart_header b {
    color: #7068ce;
    margin-right: 10px;
    font-weight: bold;
}

@media (max-width:1199px) {
    .card_chart_graph {
        overflow-x: scroll;
    }
}
@media (max-width:767px) {
    .card_chart_title {
        flex-direction: column;
        gap: 5px;
    }

    .card_chart_header {
        font-size: 10px;
    }

    .work_state {
        border-radius: 3px;
        padding: 2px 3px;
        width: 55px;
        font-size: 10px;
    }
}

.stateNote {
    font-size: 12px;
    color: gray;
}

.info_head {
    font-weight: bolder;
    font-size: 20px;
    color: #3e678e;
    margin-bottom: 8px;
}


.leftPart .table > tbody > tr > td {
    width: 80px;
}

.leftPart ul li {
    list-style: none;
    font-weight: 600;
    margin: 4px 0;
}

.leftPart .badge-blue {
    color: #35c33c;
}

.leftPart .badge-yellow {
    color: #ffac00;
}

.leftPart .badge-gray {
    color: #808080;
}


.flex-center {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .flex-center img {
        margin-right: 10px;
    }

.leftPart table {
    border-top: unset;
}

    .leftPart table .thead {
        background: #333;
    }

        .leftPart table .thead td {
            color: #ddd;
        }


.info_card {
    padding: 15px;
    min-height: 232px;
    overflow: hidden;
}

.info_title {
    color: #333;
    font-size:15px;
}

.info_contents1 {
    display: block;
    width: 50px;
    color: #596495;
    border-radius:2px;
    border: 1px solid #596495;
    padding: 2px;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
}

.info_contents2 {
    color: #000;
    padding: 2px 10px 2px 10px;
    font-size: 13px;
    text-align: center;
}

.info_tab {
    border: solid 1px #eaeaea;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 6px 10px 2px rgb(0 0 0 / 10%);
}

.nav_title{
    margin: 10px;
}
.nav_memu { 
    color: #777
}
    .nav_memu span {
        cursor: pointer;
        padding:3px 6px;
    }
    .nav_memu span:nth-child(2n){
        margin : 0 5px;
    }
    .nav_memu span.active {
        background-color: rgb(255, 255, 255, 0.7);
        color: #000;
        border-radius: 15px;
    }


.table_contents {
    color: #333;
    font-weight: 500;
}

/*프로젝트 리스트*/
.pro-box {
    border: 1px solid #7068ce;
    background: #fff;
    margin-right: 5px;
    border-radius: 8px;
    float: left;
    width: 100%;
    margin: 5px auto;
    cursor: pointer;
    height: 135px;
}
.pro-box-inner{
    padding: 10px 15px;
}
    .pro-box i {
        text-align: center;
        font-size: 4em;
        line-height: 1.6em;
        display: block;
        border-bottom: 1px solid #f4f4f4
    }
.pro-box .pro-title {
    text-align: left;
    margin-bottom: 0;
    padding: 6px 0 6px 10px;
    color: #fff;
    font-weight: 300;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.pro-box p {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pro-box-tab-container{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
    margin: 2rem 1rem 1rem;
}
.pro-box-tab {
    border: 1px solid #eee;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
    cursor: pointer;
}
    .pro-box-tab i {
        text-align: center;
        font-size: 4em;
        line-height: 1.6em;
        display: block;
        border-bottom: 1px solid #f4f4f4
    }
    .pro-box-tab p {
        text-align: center;
        margin: 10px 0 0;
    }
.pro-box_select {
    border: 1px solid #eee;
    background: #eee;
    box-shadow: none;
    transform: translateY(5px);
}

.pro-table {
    margin: 15px 10px 0 10px;
    border-collapse: separate;
    border-spacing: 0 5px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    overflow: auto;
    display: block
}
.pro_icon {
    display: flex;
    justify-content: center;
}

.pro_icon_img {
    width: 5rem;
}
/*보드 달력 위치*/
.cal_point{
    position:absolute;
    width:150px;
    top:35px;
    left:170px;
}
/*프로젝트 신규 라벨*/
.newLabel {
    float: right;
    font-size: 10px;
    border-radius: 5px;
    background-color: forestgreen;
    color: white;
    padding: 4px;
    margin-right: 10px;
}

/*그래프*/
.graphBar {
    height: 100%;
    float: left;
    cursor: default;
}

/*todo_board*/
.todo_box {
    width:330px;
    background: #fff;
    background-color: #eee;
    height: 415px;
    margin-right:10px;
    overflow: hidden;
}

.addBoard {
    width: 330px;
    background: #fff;
    background-color: lightgray;
    height: 415px;
    margin-right: 10px;
    overflow: auto;
}

.worklabel {
    float: right;
    font-size: 10px;
    border-radius: 5px;
    background-color: #447DF7;
    color: white;
    padding: 4px;
}

.addcolum {
    background-color: white;
    width: 90%;
    height: 40px;
    border: 1px solid orange;
    margin: auto;
    padding-top: 2px;
    margin-bottom: 10px;
    border-radius: 6px;
}


.board-box {
    border-radius: 8px;
    float: left;
    /*    width: 70%;*/
    margin: 0 10px 0 10px;
    background: #fff;
}

/*가로스크롤*/
.board-responsive.basic-scroll {
    overflow-x: scroll;
    padding: 10px;
}

    .board-responsive.basic-scroll::-webkit-scrollbar {
        height: 3px;
    }

    .board-responsive.basic-scroll::-webkit-scrollbar-thumb {
        background: #217af4;
        border-radius: 10px;
    }

/*세로스크롤*/
.setScroll {
    overflow: auto;
    max-height: 410px;
}
/*참여인력*/
.authBox_n {
    cursor: pointer;
    border: 2px solid lightgray;
    background-color: white;
    margin: 5px;
    padding: 5px;
    color:#868686
}

.authBox_c {
    cursor: pointer;
    border: 2px solid dodgerblue;
    background-color: #bcdeff;
    margin: 5px;
    padding: 5px;
}

.manager_table{
    border:0;
    min-height:100px;
    padding:5px
}
.manager_table:focus, .manager_table:focus-visible{
    border:0;
}

/*예산관리*/
.view_budget {
    border: 2px solid #447df7;
    background-color: #eff8ff;
    margin: 1%;
    padding: 1%;
    min-width: 230px;
    height: 280px;
    cursor: pointer;
}

.budget_name {
    color: #3e678e;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 5px;
}

.budget_bottom {
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding: 5% 3%;
    margin: 0;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    float: left;
}

.of_bottom {
    color: #6583a0;
}

.info_head {
    font-weight: bolder;
    font-size: 20px;
    color: #3e678e;
    margin-bottom: 8px;
}

.info_foot {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 100px;
}

.foot_btn {
    text-align: center;
    font-size: 12px;
    width: 200px;
    border: 1px solid #d3d3d3;
    padding: 1% 1% 1% 1%;
    cursor: pointer;
    border-radius: 32px;
}

.graph-bottom {
    color: #2e75b6;
}

.data-list {
    margin: 10px 15px 0px 15px;
    font-size: 15px;
}

.data-list-head {
    text-align: left;
}

.data-list-body {
    text-align: right;
    font-weight: bolder;
    margin-bottom: 5px;
}

.data-list-foot {
    text-align: left;
}

.data-list.set-bottom {
    color: #447DF7;
}

.add-budget-list {
    padding: 7px 15px 7px 15px;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    background-color: white;
    position: absolute;
    bottom: 110px;
    font-weight: bolder;
    color: #2762b4;
}

/* 품질관리 일부 td 분리 */

.check-cell {
    border-right: 1px solid lightgray;
}

#titleName .main-background{
    padding: 6px 12px;
    border-radius: 8px;
    color: #fff;
}

