.alert_box_0 {
    border-radius: 10px;
    margin-bottom: 20px;
}

.alert_box_1 {
    font-size: 3.2em;
    font-weight: bold;
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column
}

.alert_box_2 {
    font-weight: bold;
    font-size: 1.8em;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff
}

.alert_box_1_list {
    font-size: 1.8em !important;
    font-weight: bold;
    width: 32% !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center !important;
}


.alert_box_2_list {
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0 0 0 !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    color: #fff
}


.weather_inof {
    padding-right: 20px;
}



.statistics-table {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.statistics-header {
    background-color: #3f5da3 !important;
    color: #000000;
    font-weight: bold
}

.statistics-header,
.statistics-row {
    display: flex;
    border-bottom: 1px solid #3f5da3;
}

.statistics-item {
    flex: 1;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #3f5da3;
}

    .statistics-item:last-child {
        border-right: none;
    }

.statistics-header {
    background-color: #f8f8f8;
    font-weight: bold;
}



body.skin-dark {
    font-size: 0.8em;
    color: #deeaee;
}

    body.skin-dark .table {
        color: #f0f8fa !important;
    }




.login_box {
  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: auto;
    min-height: 100vh;
}

@font-face {
    font-family: 'NanumSquareR';
    font-display: auto;
    src: url('/fonts/NanumSquareR.woff') format('woff'),url('/fonts/NanumSquareR.woff2') format('woff2');
}

@font-face {
    font-family: 'NanumSquareB';
    font-display: auto;
    src: url('/fonts/NanumSquareB.woff') format('woff'), url('/fonts/NanumSquareB.woff2') format('woff2');
}




/*´ëÇ¥ ¼öÁ¤ css  ½ÃÀÛ*/

ul {
    list-style-type: none;
}
/*ÆäÀÌÁö ±âº» ·¹ÀÌ¾Æ¿ô ½ÃÀÛ*/
.sub_page {
    width: 96%;
    border-radius: 12px;
    margin: 0px 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;
}

hr {
    width: 100%;
}


/*¸ð¹ÙÀÏ °æ¿ì¸¸ ¸¶Áø ºÙÀ½*/
.mb {
    margin-bottom: 0;
}
/*#region ·¹ÀÌ¾Æ¿ô */





/*ÆäÀÌÁö ·¹ÀÌ¾Æ¿ô ½ÃÀÛ ==============================================================================*/
.right_box {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px 10px;
    width: 100%;
    flex-wrap: wrap;
}

/* °¡¿îµ¥ Á¤·Ä*/
.center_box {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
/*¿ÞÂÊ Á¤·Ä*/
.left_box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

    .left_box input[type=date], .center_box input[type=date], .right_box input[type=date] {
    }

    .left_box input[type=text], .center_box input[type=text], .right_box input[type=text] {
        width: 250px !important;
    }

    .left_box select, .center_box select, .right_box select {
        width: 150px !important;
    }

/*ÆäÀÌÁö ·¹ÀÌ¾Æ¿ô ³¡ ==============================================================================*/
/*#endregion */
/*#region Å¸ÀÌÆ² */
/* Å¸ÀÌÆ² ½ÃÀÛ =================================================================================*/
.sub_title {
    color: #000;
    font-size: 1.3em;
    width: 100%;
    height: 35px;
    background-image: url("/images/common/bullet01.png");
    background-repeat: no-repeat;
    background-size: auto;
    text-indent: 40px !important;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    padding-top: 5px;
}

.mini_text {
    font-size: 0.83em;
    color: #5e5e5e
}

.sub_title_black {
    color: #000;
    font-size: 1.3em;
    width: 100%;
    height: 35px;
    background-image: url("/images/common/bullet01.png");
    background-repeat: no-repeat;
    background-size: auto;
    text-indent: 40px !important;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    padding-top: 5px;
}

.ul_class ul {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: square;
    line-height: 2.2em;
    margin-inline-start: 10px;
}

.ul_class li {
    cursor: pointer;
    color: #3E474F
}



/*¸ð´Þ ½ÃÀÛ*/
.modal {
    z-index: 1999;
}


.modal-body li {
    line-height: 1.8em !important;
}

.txt-c {
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}
/*¸ð´Þ ³¡*/
/*°Ô½ÃÆÇ µî Å¸ÀÌÆ² »ö»ó*/
.list_title_blue {
    color: #3b9bed;
}

/*¼­ºê »ó´Ü ÁÂÃø Å¸ÀÌÆ²*/
.top_right_title {
    font-weight: bold;
    float: right;
    font-size: 0.68em;
    cursor: pointer;
    color: #979797 !important;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    background-image: url("/images/new_icon/i_page.png");
    background-position: 18px -2px;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: left !important;
    z-index: 999;
    letter-spacing: 1px;
}

.top_right_title2 {
    font-weight: bold;
    float: right;
    font-size: 0.68em;
    cursor: pointer;
    color: #979797 !important;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    text-align: left !important;
    z-index: 1000;
    letter-spacing: 1px;
}

.top_help {
    font-weight: bold;
    float: right;
    font-size: 0.68em;
    cursor: pointer;
    color: #979797 !important;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    background-image: url("/images/new_icon/i_help.png");
    background-position: 15px -2px;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: left !important;
    z-index: 1000;
}

/* Å¸ÀÌÆ² ³¡ =================================================================================*/
/*#endregion */
/*#region Å×ÀÌºí td °£°Ý ¹× ½ºÅ¸ÀÏ */
.list_date {
    width: 130px !important;
    text-align: center !important;
}

.list_edit {
    width: 140px !important;
    text-align: center !important;
}

.list_left {
    text-indent: 5px;
    text-align: left !important;
}

.list_center {
    text-align: center !important;
}

.list_num {
    width: 80px !important;
    text-align: center !important;
    padding: 0 10px;
}

.list_memo {
    width: 300px !important;
    text-align: left;
}

.list_number {
    width: 120px;
    text-align: right !important;
    padding-right: 5px !important;
}

.list_memo div {
    width: 300px !important;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    display: list-item;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
 
}
.list_memo_big div {
    min-width: 450px !important;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    display: list-item;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

.list_title {
    width: 400px;
    text-indent: 5px;
    text-align: left !important;
}

    .list_title div {
        font-weight: bold;
        color: #3b9bed;
        cursor: pointer;
        width: 400px !important;
        text-overflow: ellipsis;
        text-align: left;
        overflow: hidden;
        display: list-item;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
    }

.list_btn_edit {
    margin: 0 20px 0 10px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

/*#endregion */
/*#region box */
box_title {
    border-radius: 5px;
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 10px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.box_content {
    display: table;
    font-weight: normal;
    border: solid 1px #eee;
    background-color: #f8f8f8 !important;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.box_alert {
    display: table;
    font-weight: normal;
    border-left: solid 6px #ff3547;
    background-color: #fbf5f5;
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 10px;
}

    .box_alert span {
        width: 100%;
        text-align: left;
        font-weight: 500;
        color: #000;
    }

/*#endregion */
/*#region ±âÅ¸ */

.ul_list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    list-style: none;
}

    .ul_list li {
        display: block;
        float: left;
        width: 300px;
    }

.mt {
    margin-top: 10px;
}

/*#endregion */
/*#region ÅøÆÁ */

/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
    white-space: pre-wrap;
    text-align: center;
    z-index: 999;
}


    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }


    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #3E474F transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    }


    /*== speech bubble ==*/
    .tool::after {
        background: #3E474F;
        border-radius: .25em;
        bottom: 180%;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 1em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: 300px;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    }


/*#endregion */

/*#region ¸ð´Þ */

.modal-content {
    margin: auto !important;
    border: solid 2px #5ca9ea !important;
    box-shadow: 0px 0px 20px rgba(92, 169, 234, 0.5);
}

.modal_title {
    color: #333;
    font-size: 1.2em;
    width: 100%;
    height: 25px;
}

.modal_full {
    width: 1310px;
    height: 100%;
    margin: auto;
}




/*¸ð´Þ ÆË¾÷ ³¡*/

/*#endregion */

.side-header-menu li.active > a {
    color: #007bff;
    font-weight: bold;
    /* È°¼ºÈ­µÈ ¸Þ´º¸¦ ³ªÅ¸³»±â À§ÇÑ Ãß°¡ ½ºÅ¸ÀÏ */
}

.date_color {
    color: #a9d6f6
}


.text-120 {
    width: 120px; /* ¿øÇÏ´Â ³Êºñ¸¦ ¼³Á¤ÇÏ¼¼¿ä */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-200 {
    width: 200px; /* ¿øÇÏ´Â ³Êºñ¸¦ ¼³Á¤ÇÏ¼¼¿ä */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-250 {
    width: 250px; /* ¿øÇÏ´Â ³Êºñ¸¦ ¼³Á¤ÇÏ¼¼¿ä */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#region Å×ÀÌºí */


.table2 th {
    background-color: #081535 !important;
    color: #bed9f1
}

.table2 td {
    min-height: 25px !important;
    height: 25px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
}


.table2 {
    border: none;
    border-top: 2px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
}

.table.no-top-border {
    border-top: none;
}

.table_tr th {
    width: 110px;
}

.table-bordered {
    border-top: 2px solid #000 !important;
    border-bottom: solid 1px #212020 !important;
    text-align: center;
    border: solid 1px #2e2e2e;
}

    .table-bordered th {
        background-color: #09518e !important;
        color: #bed9f1;
        font-weight: 600;
    }

    .table-bordered td {
        text-align: center !important;
        background-color: #061522 !important;
    }

.alert {
    border-radius: 0;
}
/*#endregion */
/*#region ¹öÆ° */
.btn-add {
    color: #555;
    border-color: #ccc;
}

/* ¹öÆ° ::ÀÔ·Â */
.btn-add-fill {
    color: #fff;
    background-color: #11558e;
    border-color: #03c3ec;
    border: none;
}


/*¹öÆ° ¸®½ºÆ®*/
.btn-list {
    color: #555;
    border-color: #ccc;
}

.btn-list-fill {
    color: #fff;
    background-color: rgba(35,52,70,.7);
    border: none;
}



/*¹öÆ° °Ë»ö*/
.btn-search {
    color: #555;
    border-color: #ccc;
}

.btn-search-fill {
    color: #fff;
    background-color: #8592a3;
    border: none;
}
/*»õ·Î°íÄ§, ±âÅ¸ */
.btn-info, .btn-success {
    color: #555;
}

.btn-info-fill, .btn-success-fill {
    color: #fff;
    background-color: #75bceb;
    border: none;
}




/*¹öÆ° »èÁ¦*/
.btn-danger {
    color: #555;
    border-color: #ccc;
}

.btn-danger-fill {
    color: #fff;
    background-color: #b1194c !important;
    border: none;
}

/*¹öÆ° ¸¶¿ì½º ¿À¹ö*/
.btn-add:hover, .btn-add-fill:hover, .btn-list:hover, .btn-list-fill:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #ccc !important;
}

.btn-danger-fill:hover, .btn-danger:hover, .btn-info-fill:hover, .btn-success-fill:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #ccc !important;
}

.btn-search-fill:hover, btn-search:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #ccc !important;
}
/*#endregion */

/*#region textarea */


/*ÅØ½ºÆ® ¹Ú½º µðÀÚÀÎ*/

.textarea {
    width: 100%;
    color: #444;
    padding: 4px;
    overflow-y: auto;
    resize: vertical;
    height: 150px !important;
}

textarea::-webkit-scrollbar {
    width: 10px !important;
    display: block;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #c4e5f8;
    border-radius: 5px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

textarea::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    box-shadow: inset 0px 0px 5px white;
}


/*#endregion */

.iframe {
    border-style: none;
    width: 100%;
    background-color: #fff;
    min-height: 580px;
    border: none;
}

/*#region ÅÇ */


/*ÅÇ ½ºÅ¸ÀÏ ½ÃÀÛ =====================================================================================================*/
.tabs_class {
    border: none !important;
}

    .tabs_class ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        overflow: revert-layer;
        background-color: #fff;
        border: none;
        border-bottom: solid 1px #c4c4c4;
        border-collapse: collapse;
        border-radius: 0;
        padding: 0 !important;
    }

    .tabs_class li {
        width: 130px !important;
        border: 1px solid #c4c4c4 !important;
        border-bottom: none !important;
        text-align: center;
        cursor: pointer;
        border-radius: 0 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }



.tabs_body {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.tab_body {
    border: none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    /*¼±ÅÃÇÑ ÅÇ */

    border: none !important;
    /* background: #3b9bed !important;*/
    background: #6fb6f3 !important;
}

/*ÅÇ ½ºÅ¸ÀÏ ³¡ =====================================================================================================*/


/*#endregion */




/*#endregion */

/*#region ºäÆäÀÌÁö */
.view__container {
    border-top: 2px solid #ccc;
    border-bottom: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 3rem 0 2rem;
    font-size: 13px;
}

.view__container-file {
    grid-template-columns: repeat(1,1fr);
}

    .view__container-file .view__inner:first-child {
        border-right: none;
    }

.view__container-table {
    font-size: 12px;
    width: 100%;
    padding: 0 2rem;
    margin: 1.5rem 0 0;
}

.view__inner {
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .view__inner:first-child {
        border-right: 1px solid #eee;
    }

.view__content {
    display: flex;
    border-bottom: 1px solid #eee;
    min-height: 45px;
    line-height: 45px;
}

.view__box {
    display: flex;
    min-height: 45px;
    line-height: 45px;
}

.view__content-m {
    display: block;
}

.view__content-t {
    position: relative;
    color: #333;
    font-weight: 600;
    min-width: 150px;
    padding: 0 10px;
}


    .view__content-t::after {
        position: absolute;
        display: block;
        content: "";
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background: #eee;
    }

.view__content-d {
    display: flex;
    align-items: center;
    color: #777;
    padding: 2px 10px;
    line-height: 24px;
}

.p-0, .table td.p-0 {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*#endregion */


/*#region ¹ÝÀÀÇü */


@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1200px;
    }
}



@media screen and (max-width:1900px) {
}

@media screen and (max-width:1279px) {








    .sub_page {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 0;
        justify-content: center;
    }
    /*ºäÆäÀÌÁö*/
    .view__container {
        grid-template-columns: repeat(1,1fr);
        margin: 1rem 0 0;
    }

    .view__container-table {
        padding: 0;
    }

    .view__inner:first-child {
        border-right: none;
    }


    .view__content-m {
        display: none;
    }

    .modal_full {
        width: 100% !important;
        display: table;
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    .main_data_show {
        width: 100% !important;margin:auto;
    }
    .alert_box_0 {
       
        float: left;
    }
    .alert_box_1 {
        font-size: 1.8em !important;
        font-weight: bold;
        width: 32% !important;
        height: 30px !important;
        display: flex;
        align-items: center;
        justify-items: center;
        text-align: center !important;
       
    }
    .alert_box_2 {
        font-weight: bold;
        font-size: 1.2em;
        padding: 10px 0 0 0 !important;
        text-align: center !important;
        padding: 0;
        margin: 0;
        color: #fff
    }



    .web_only {
        display: none;
    }

    .m_only {
        display: block;
    }

    .mb {
        margin-bottom: 10px;
    }

    .modal-lg {
        width: 100%
    }

    .modal-big {
        width: 100%
    }

    .left_box {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    input[type=text] {
        width: 100% !important;
    }


    select {
        width: 90%;
    }

    .sub_title {
        text-indent: 10px
    }

    .custom-combobox-input {
        padding: 0;
        text-indent: 5px;
    }

    .btn {
        width: 150px;
    }
    /*#region ÅÇ Àû¿ë */
    /*ÅÇÀû¿ë ½ÃÀÛ*/
    .tabs_class ul {
        border-bottom: none !important;
        justify-content: center;
        align-items: center;
    }

    .tab_body {
        justify-content: center;
        align-items: center;
    }

    .tabs_class li {
        border: solid 1px #c4c4c4 !important;
        /*ÅÇÀû¿ë ³¡*/
    }

    /*#endregion */

    /*ÅøÆÁ*/
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }

    .file_name {
        width: 120px;
    }

    /*ºäÆäÀÌÁö*/
    .view__content-t {
        min-width: 120px;
    }
    /*#region ¹ÝÀÀÇü div Å×ÀÌºí */

    .div_table {
        border: none !important;
        max-width: 380px;
        justify-content: center;
        align-items: center;
        border-top: 2px solid #000 !important;
        border-bottom: 1px solid #c4c4c4 !important;
        margin-bottom: 10px !important;
    }

        .div_table span {
            display: flex;
            height: 50px;
            justify-content: left !important;
            align-items: center;
        }

        .div_table :nth-child(odd) {
            font-weight: bold;
            text-align: left !important;
            background-color: #fff;
            text-indent: 0;
        }

        .div_table :nth-child(even) {
            width: 220px !important;
            font-weight: normal;
            text-align: left;
        }

        .div_table span, .div_table div {
            display: flex;
            text-overflow: ellipsis;
            height: 40px;
            justify-content: center;
            align-items: center;
        }

        .div_table span, .div_table div {
            border: none !important;
        }

        .div_table :last-child {
            border-right: none !important;
        }

        .div_table :first-child {
            border-right: none !important;
        }

        .div_table input[type=text] {
            width: auto !important;
            background-color: #fff !important;
            text-overflow: initial !important;
        }

        .div_table input[type=radio] {
            width: 15px !important;
            height: 15px !important;
            /*#endregion */
        }

    .modal_full {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .modal-content {
        margin: auto !important;
        display: table !important;
        height: auto !important;
    }
    /*Ä®·»´õ Åä¿äÀÏ, ÀÏ¿äÀÏ ¾Èº¸ÀÌ°Ô*/
    /* .fc-sun , .fc-sat{
        display:none !important;
    }*/




}

@media screen and (max-width:480px) {

    /* ¸ð´Þ ¿©¹é*/
    .modal-content {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }

    .dataTable {
        font-size: 0.9em !important;
    }
    /*   .dataTable th {
            text-align: left !important;
           
            padding:10px 2px !important;

        }
*/
    .left_box input[type=date], .center_box input[type=date], .right_box input[type=date] {
        width: 90% !important;
    }

    .left_box input[type=text], .center_box input[type=text], .right_box input[type=text] {
        width: 90% !important;
    }

    .left_box select, .center_box select, .right_box select {
        width: 90% !important;
    }

    .custom-combobox {
        width: 90% !important;
    }
}

/*#endregion */


/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    --arrow-size: 5px;
    position: relative;
    z-index: 999;
}

    /* Positioning and visibility settings of the tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 1;
        left: 50%;
        bottom: calc(100% + var(--arrow-size));
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    /* The actual tooltip with a dynamic width */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 14px;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
    }

    /* Tooltip arrow */
    [data-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
        transform-origin: top; /* Orientation setting for the
                              slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    /* Tooltip becomes visible at hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
        background-color: #000;
        z-index: 999
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
    }
    /* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }
/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + var(--arrow-size));
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent transparent rgba(55, 64, 70, 1);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + var(--arrow-size));
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(var(--arrow-size), 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
    transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
    border-color: transparent rgba(55, 64, 70, 1) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
    opacity: 1 !important;
}

[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + var(--arrow-size));
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}

/*½ºÅ©·Ñ¹Ù ²Ù¹Ì±â*/

::-webkit-scrollbar {
    width: 2px !important;
}

::-webkit-scrollbar-track {
    /* ½ºÅ©·ÑÀÌ ¿òÁ÷ÀÌ´Â ¿µ¿ª  */
    background-color: none;
}

::-webkit-scrollbar-thumb {
    /*  ½ºÅ©·Ñ  */
    /* background-color: #8050CD;*/
    background-color: #ccc;
    border-radius: 5px;
}

::-webkit-scrollbar-button {
    background-color: none;
}
/* ½ÇÁúÀû ½ºÅ©·Ñ ¹Ù¸¦ ¸¶¿ì½º ¿Ã·Á´Ù µÑ ¶§ */

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.icon-css {
    position: relative;
    top: 2px;
    margin-left: 5px;
    color: #e1f3c3
}
