﻿@font-face {
    font-family: MalgunGothic;
    src: url(/fonts/MalgunGothic.eot);
}

*:focus {
    outline: none;
}

html,
body {
    font-family: "맑은 고딕", "Malgun Gothic" !important;
    /*font-family: 'IBMPlexSansKR';*/
}

/* 디바이스 디스플레이 ====================================================================== */
/*모바일 디바이스에서 안보이게,*/
@media(max-width: 1024px) {
    .mobile-invisible {
        display: none !important;
    }
}
/*데스크탑에서 안보이게*/
@media(min-width: 1024px) {
    .desktop-invisible {
        display: none !important;
    }
}
.chkSession-title {
    font-size: 25px;
    font-weight: bold;
}
.chkSession-body {
    color: #333;
    font-weight: 500;
}
.chkSession-popup {
    width: 37em !important;
}
/* 공용 ====================================================================== */
.d-flex-jstart {
    justify-content: flex-start;
}

.d-flex-jcenter {
    justify-content: center;
}

.d-flex-jend {
    justify-content: flex-end;
}

.d-flex-jbetween {
    justify-content: space-between;
    align-items: center;
}



/* 컬러 ====================================================================== */

/*보더 컬러 프리셋입니다. 텍스트박스, 버튼 등의 보더컬러를 변경할때 사용합니다.*/

.itm-color-line-blue {
    border-color: dodgerblue;
    /*border-color: #6797d3;*/
}

.itm-color-line-green {
    border-color: #88ae5f;
}

.itm-color-line-yellow {
    border-color: #ffd772;
}

.itm-color-line-red {
    border-color: #ec6f59;
}

.itm-color-line-black {
    border-color: #717171;
}

.itm-color-line-white {
    border-color: #FAFAFA;
}

.itm-color-line-default {
    border-color: #bcbcbc;
}


/*배경 컬러 프리셋입니다.*/

.itm-color-bg-blue {
    background-color: #6797d3;
}

.itm-color-bg-green {
    background-color: #88ae5f;
}

.itm-color-bg-yellow {
    background-color: #ffd772;
}

.itm-color-bg-red {
    background-color: #ec6f59;
}

.itm-color-bg-black {
    background-color: #717171;
}

.itm-color-bg-white {
    background-color: #FAFAFA;
}


/*텍스트 컬러 프리셋입니다.*/

.itm-color-text-blue {
    color: #6797d3;
}

.itm-color-text-green {
    color: #88ae5f;
}

.itm-color-text-yellow {
    color: #ffd772;
}

.itm-color-text-red {
    color: #ec6f59;
}

.itm-color-text-black {
    color: #717171;
}

.itm-color-text-white {
    color: #FAFAFA;
}


/* 폰트 ====================================================================== */
.font-col-head {
    font-size: 11pt;
    font-weight: bold;
}

.font-sec-head {
    font-size: 14pt;
    font-weight: bold;
}


/* 텍스트박스 ====================================================================== */
/* 텍스트박스 모양 프리셋입니다. */

.form-control:hover:not([readonly]):not([disabled]) {
    border-color: var(--blue);
    box-shadow: 0 0 5px 0px rgba(30, 144, 255, 0.50);
}

.form-control.itm-txt-xxl {
    height: 60px !important;
    padding: 5px 10px !important;
    font-size: 9pt !important;
    border-radius: 2px;
}

.form-control.itm-txt-xl {
    height: 40px !important;
    padding: 5px 10px !important;
    font-size: 11pt !important;
    border-radius: 2px;
}

.form-control.itm-txt-lg {
    height: 35px !important;
    padding: 4px 8px !important;
    font-size: 10pt !important;
    border-radius: 2px;
}

.form-control.itm-txt-md {
    height: 30px !important;
    padding: 3px 6px !important;
    border-radius: 2px;
}

.form-control.itm-txt-sm {
    height: 25px !important;
    padding: 2px 4px !important;
    font-size: 9pt !important;
    border-radius: 2px;
}

.form-control.itm-txt-xs {
    height: 20px !important;
    padding: 1px 2px !important;
    font-size: 9pt !important;
    border-radius: 2px;
}


/* textarea 설정 ====================================================================== */
textarea.form-control {
    padding: 2px 4px !important;
    font-size: 9pt !important;
}
/* 버튼 ====================================================================== */
/* 버튼 모양 프리셋입니다. */
.btn:hover {
    color: white !important;
}

.btn:active {
    color: white !important;
}

.btn.itm-btn-xs {
    height: 20px;
    padding: 0px 3px;
    font-size: 9pt;
    border-radius: 2px;
}

    .btn.itm-btn-xs > i {
        font-size: 9pt !important;
    }

.btn.itm-btn-sm {
    height: 25px;
    padding: 2px 6px;
    font-size: 10pt;
    border-radius: 2px;
}

    .btn.itm-btn-sm > i {
        font-size: 10pt !important;
    }

.btn.itm-btn-md {
    height: 33px;
    padding: 3px 9px;
    font-size: 10pt;
    border-radius: 2px;
}

    .btn.itm-btn-md > i {
        font-size: 10pt !important;
    }


.btn.itm-btn-lg {
    height: 35px;
    padding: 4px 12px;
    font-size: 11pt;
    border-radius: 2px;
}

    .btn.itm-btn-lg > i {
        font-size: 11pt !important;
    }

.btn.itm-btn-xl {
    height: 40px;
    padding: 5px 15px;
    font-size: 12pt;
}

    .btn.itm-btn-xl > i {
        font-size: 12pt !important;
    }

.btn.itm-btn-excel {
    height: 21px;
    width: 80px;
    padding: 1px 3px;
    font-size: 9pt;
    margin-left: 30px;
}

    .btn.itm-btn-excel > i {
        font-size: 9pt !important;
    }

    .btn.itm-btn-excel.kt-spinner {
        width: 70px;
        padding: 1px 25px 1px 0 !important;
    }


/*Primary 성향을 가진 버튼에 사용*/

.itm-btn-blue {
    color: white;
    border-radius: 5px;
    background-color: #6797d3;
    border-bottom: 1px solid #5677a0;
    border-right: 1px solid #5677a0;
}

    .itm-btn-blue:hover {
        background-color: #2184d0;
    }

    .itm-btn-blue:active {
        background-color: #196cab;
    }

    .itm-btn-blue.itm-btn-outline {
        background-color: white;
        border-color: #6797d3;
        color: #444;
    }

        .itm-btn-blue.itm-btn-outline:hover {
            background-color: #6797d3;
        }

        .itm-btn-blue.itm-btn-outline:active {
            background-color: #196cab;
        }

.itm-btn-gold {
    color: white;
    border-radius: 5px;
    background-color: #b38a36;
    border-bottom: 1px solid #cfa936;
    border-right: 1px solid #cfa95a;
}

    .itm-btn-gold:hover {
        background-color: #836322;
    }

    .itm-btn-gold:active {
        background-color: #684c11;
    }

    .itm-btn-gold.itm-btn-outline {
        background-color: white;
        border-color: #b38a36;
        color: #444;
    }

        .itm-btn-gold.itm-btn-outline:hover {
            background-color: #836322;
        }

        .itm-btn-gold.itm-btn-outline:active {
            background-color: #684c11;
        }


.itm-btn-purple {
    color: white;
    border-radius: 5px;
    background-color: #a176bf;
    border-bottom: 1px solid #a176bf;
    border-right: 1px solid #a176bf;
}

    .itm-btn-purple:hover {
        background-color: #723d97;
    }

    .itm-btn-purple:active {
        background-color: #7108bb;
    }

    .itm-btn-purple.itm-btn-outline {
        background-color: white;
        border-color: #a176bf;
        color: #444;
    }

        .itm-btn-purple.itm-btn-outline:hover {
            background-color: #723d97;
        }

        .itm-btn-purple.itm-btn-outline:active {
            background-color: #7108bb;
        }


/*추가, 등록, creative 성향을 가진 버튼에 사용*/

.itm-btn-green {
    color: white;
    border-radius: 2px;
    background-color: #88ae5f;
    border-right: 1px solid #7a9c56;
    border-bottom: 1px solid #7a9c56;
}

    .itm-btn-green:hover {
        background-color: #459837;
    }

    .itm-btn-green:active {
        background-color: #1a740b;
    }

    .itm-btn-green.itm-btn-outline {
        background-color: white;
        border-color: #88ae5f;
        color: #444;
    }

        .itm-btn-green.itm-btn-outline:hover {
            background-color: #88ae5f;
        }

        .itm-btn-green.itm-btn-outline:active {
            background-color: #1a740b;
        }


/*삭제, 중요 negative 성향을 가진 버튼에 사용*/

.itm-btn-red {
    color: white;
    border-radius: 2px;
    background-color: #ec6f59;
    border-right: 1px solid #dc6954;
    border-bottom: 1px solid #dc6954;
}

    .itm-btn-red:hover {
        background-color: #D32F2F;
    }

    .itm-btn-red:active {
        background-color: #B71C1C;
    }

    .itm-btn-red.itm-btn-outline {
        background-color: white;
        border-color: #ec6f59;
        color: #444;
    }

        .itm-btn-red.itm-btn-outline:hover {
            background-color: #ec6f59;
        }

        .itm-btn-red.itm-btn-outline:active {
            background-color: #B71C1C;
        }


/*주의, warning 성향을 가진 버튼에 사용*/

.itm-btn-yellow {
    color: #8d5700;
    border-radius: 2px;
    background-color: #ffd772;
    border-right: 1px solid #f5c13c;
    border-bottom: 1px solid #f5c13c;
}

    .itm-btn-yellow:hover {
        background-color: #F9A825;
        color: #4f3200 !important;
    }

    .itm-btn-yellow:active {
        background-color: #e59000;
        color: white !important;
    }

    .itm-btn-yellow.itm-btn-outline {
        background-color: white;
        border-color: #FFA000;
        color: #444;
    }

        .itm-btn-yellow.itm-btn-outline:hover {
            background-color: #ffd772;
            border-color: #ffd772;
            color: #444 !important;
        }

        .itm-btn-yellow.itm-btn-outline:active {
            background-color: #FFA000;
        }


/*일반, 무의미, etc, default 성향을 가진 버튼에 사용*/

.itm-btn-white {
    border-radius: 2px;
    border: 1px solid #d0dade;
    background-color: #FAFAFA;
}

    .itm-btn-white:hover {
        background-color: #ECEFF1;
        border: 1px solid #bfcacf;
        color: black !important;
    }

    .itm-btn-white:active {
        background-color: #CFD8DC;
        color: black !important;
    }


/*white의 성향과 비슷하지만 다른느낌을 주고 싶을 때*/

.itm-btn-black {
    color: white;
    border-radius: 2px;
    background-color: #717171;
}

    .itm-btn-black:hover {
        background-color: #3b3b3b;
    }

    .itm-btn-black:active {
        background-color: #1a1a1a;
    }

    .itm-btn-black.itm-btn-outline {
        background-color: white;
        border-color: #717171;
        color: #444;
    }

        .itm-btn-black.itm-btn-outline:hover {
            background-color: #717171;
        }

        .itm-btn-black.itm-btn-outline:active {
            background-color: #1a1a1a;
        }


/*기타 ETC*/

.itm-btn-gray {
    color: #222222 !important;
    border-radius: 2px;
    background-color: #EEEEEE;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

    .itm-btn-gray:hover {
        background-color: #BDBDBD;
        color: #222 !important;
    }

    .itm-btn-gray:active {
        background-color: #757575;
        color: white !important;
    }

    .itm-btn-gray.itm-btn-outline {
        background-color: white;
        border-color: #bebebe;
        color: #444;
    }

        .itm-btn-gray.itm-btn-outline:hover {
            background-color: #939393;
            color: white !important;
        }

        .itm-btn-gray.itm-btn-outline:active {
            background-color: #757575;
        }


/* 그리드 ====================================================================== */

.itm-table {
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}

    .itm-table .itm-row {
        border-top: 1px solid lightgray;
    }

        .itm-table .itm-row:nth-child(1) {
            border: 0;
        }

.itm-row.row-xs,
.itm-row.row-sm,
.itm-row.row-md,
.itm-row.row-lg,
.itm-row.row-xl {
    width: 100%;
}

.itm-row > .itm-col {
    border: 0;
    padding: 5px;
}

    .itm-row > .itm-col:nth-child(1) {
        border-left: 1px solid lightgray;
    }

    .itm-row > .itm-col.col-line-color1 {
        border-color: #a9a9a9 !important;
    }


    /* rowspan */

    .itm-row > .itm-col.rowspan {
        padding: 0;
    }


    /* 강조 컬럼 (1) */

    .itm-row > .itm-col.col-head01 {
        font-weight: bold;
        font-size: 11pt;
        text-align: center;
    }


    /* 강조 컬럼 (2) */

    .itm-row > .itm-col.col-head02 {
        font-weight: bold;
        font-size: 11pt;
        text-align: center;
        background-color: aliceblue;
    }


    /* 빈컬럼 */

    .itm-row > .itm-col.col-empty {
        border-color: transparent !important;
    }

@media (max-width: 576px) {
    /*세로 ---------------------------------------------------*/
    .itm-row.row-xs,
    .itm-row.row-sm,
    .itm-row.row-md,
    .itm-row.row-lg,
    .itm-row.row-xl {
        display: block;
    }

        .itm-row.row-xs > .itm-col,
        .itm-row.row-sm > .itm-col,
        .itm-row.row-md > .itm-col,
        .itm-row.row-lg > .itm-col,
        .itm-row.row-xl > .itm-col {
            border-top: 1px solid darkgray;
            width: auto !important;
        }

            .itm-row.row-xs > .itm-col:nth-child(1),
            .itm-row.row-sm > .itm-col:nth-child(1),
            .itm-row.row-md > .itm-col:nth-child(1),
            .itm-row.row-lg > .itm-col:nth-child(1),
            .itm-row.row-xl > .itm-col:nth-child(1) {
                border: 0;
                width: auto !important;
            }
}

@media (min-width: 576px) and (max-width: 768px) {
    /*가로 ---------------------------------------------------*/
    .itm-row.row-xs {
        display: table;
    }

        .itm-row.row-xs > .itm-col {
            display: table-cell;
            border-left: 1px solid darkgray;
        }

            .itm-row.row-xs > .itm-col:nth-child(1) {
                border: 0;
            }
    /*세로 ---------------------------------------------------*/
    .itm-row.row-sm,
    .itm-row.row-md,
    .itm-row.row-lg,
    .itm-row.row-xl {
        display: block;
    }

        .itm-row.row-sm > .itm-col,
        .itm-row.row-md > .itm-col,
        .itm-row.row-lg > .itm-col,
        .itm-row.row-xl > .itm-col {
            border-top: 1px solid darkgray;
            width: auto !important;
        }

            .itm-row.row-sm > .itm-col:nth-child(1),
            .itm-row.row-md > .itm-col:nth-child(1),
            .itm-row.row-lg > .itm-col:nth-child(1),
            .itm-row.row-xl > .itm-col:nth-child(1) {
                border: 0;
                width: auto !important;
            }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*가로 ---------------------------------------------------*/
    .itm-row.row-xs,
    .itm-row.row-sm {
        display: table;
    }

        .itm-row.row-xs > .itm-col,
        .itm-row.row-sm > .itm-col {
            display: table-cell;
            border-left: 1px solid darkgray;
        }

            .itm-row.row-xs > .itm-col:nth-child(1),
            .itm-row.row-sm > .itm-col:nth-child(1) {
                border: 0;
            }
    /*세로 ---------------------------------------------------*/
    .itm-row.row-md,
    .itm-row.row-lg,
    .itm-row.row-xl {
        display: block;
    }

        .itm-row.row-md > .itm-col,
        .itm-row.row-lg > .itm-col,
        .itm-row.row-xl > .itm-col {
            border-top: 1px solid darkgray;
            width: auto !important;
        }

            .itm-row.row-md > .itm-col:nth-child(1),
            .itm-row.row-lg > .itm-col:nth-child(1),
            .itm-row.row-xl > .itm-col:nth-child(1) {
                border: 0;
                width: auto !important;
            }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    /*가로 ---------------------------------------------------*/
    .itm-row.row-xs,
    .itm-row.row-sm,
    .itm-row.row-md {
        display: table;
    }

        .itm-row.row-xs > .itm-col,
        .itm-row.row-sm > .itm-col,
        .itm-row.row-md > .itm-col {
            display: table-cell;
            border-left: 1px solid darkgray;
        }

            .itm-row.row-xs > .itm-col:nth-child(1),
            .itm-row.row-sm > .itm-col:nth-child(1),
            .itm-row.row-md > .itm-col:nth-child(1) {
                border: 0;
            }
    /*세로 ---------------------------------------------------*/
    .itm-row.row-lg,
    .itm-row.row-xl {
        display: block;
    }

        .itm-row.row-lg > .itm-col,
        .itm-row.row-xl > .itm-col {
            border-top: 1px solid darkgray;
            width: auto !important;
        }

            .itm-row.row-lg > .itm-col:nth-child(1),
            .itm-row.row-xl > .itm-col:nth-child(1) {
                border: 0;
                width: auto !important;
            }
}

@media (min-width: 1399px) {
    /*가로 ---------------------------------------------------*/
    .itm-row.row-xs,
    .itm-row.row-sm,
    .itm-row.row-md,
    .itm-row.row-lg {
        display: table;
    }

        .itm-row.row-xs > .itm-col,
        .itm-row.row-sm > .itm-col,
        .itm-row.row-md > .itm-col,
        .itm-row.row-lg > .itm-col {
            display: table-cell;
            border-left: 1px solid darkgray;
        }

            .itm-row.row-xs > .itm-col:nth-child(1),
            .itm-row.row-sm > .itm-col:nth-child(1),
            .itm-row.row-md > .itm-col:nth-child(1),
            .itm-row.row-lg > .itm-col:nth-child(1) {
                border: 0;
            }
    /*세로 ---------------------------------------------------*/
    .itm-row.row-xl {
        display: block;
    }

        .itm-row.row-xl > .itm-col {
            border-top: 1px solid darkgray;
            width: auto !important;
        }

            .itm-row.row-xl > .itm-col:nth-child(1) {
                border: 0;
                width: auto !important;
            }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.document-body .body-contents ul, #subContent ul {
    padding: revert;
}


.itm-sticky-bottom {
    position: sticky;
}

.itm-fixed-bottom {
    position: fixed;
    bottom: 0;
}

/* 인프라지스틱스 공통 CSS ====================================================================== */
th.iggrid-header-center {
    text-align: center !important;
}

/*모든 그리드 ellipsis 적용*/
.ui-iggrid-table > tbody > tr > td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-ellipsis {
    white-space: initial !important;
    text-overflow: initial !important;
}

.ig-readonly {
    color: gray;
}

/* 인프라지스틱스 CSS 재정의 ====================================================================== */
/*테이블 페이지 셀렉터 재정의*/
.ui-iggrid-pagedropdowncontainer >
.ui-igedit.ui-igedit-container.ui-widget.ui-corner-all.ui-state-default {
    border-radius: 5px;
}

    .ui-iggrid-pagedropdowncontainer >
    .ui-igedit.ui-igedit-container.ui-widget.ui-corner-all.ui-state-default >
    .ui-igedit-button-common.ui-unselectable.ui-igedit-button-ltr.ui-state-default.ui-igedit-dropdown-button {
        border-radius: 0 5px 5px 0;
    }

    .ui-iggrid-pagedropdowncontainer >
    .ui-igedit.ui-igedit-container.ui-widget.ui-corner-all.ui-state-default >
    .ui-igeditor-input-container.ui-corner-all {
        border-radius: 5px 0 0 5px;
    }

/* 테이블 페이저 재정의 ------- 버튼 일반*/
ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
li.ui-iggrid-page.ui-state-default.ui-corner-all {
    border: 1px solid transparent;
}

    ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
    li.ui-iggrid-page.ui-state-default.ui-corner-all >
    a.ui-iggrid-pagelink.ui-helper-reset {
        color: white;
    }

/* 테이블 페이저 재정의 ------- 버튼 엑티브*/
ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
li.ui-iggrid-pagecurrent.ui-state-active.ui-corner-all {
    border: 1px solid #4897AA;
    background-color: #dae8e4;
    border-radius: 5px;
}

    ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
    li.ui-iggrid-pagecurrent.ui-state-active.ui-corner-all >
    a.ui-iggrid-pagelinkcurrent {
        color: #197c94;
        font-weight: bold;
    }

/* 테이블 페이저 재정의 ------- 버튼 포커스*/
ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
li.ui-iggrid-page.ui-state-default.ui-corner-all.ui-iggrid-pagefocused.ui-state-focus {
    border: 1px solid transparent;
    background-color: #4e4e4e;
}

    ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
    li.ui-iggrid-page.ui-state-default.ui-corner-all.ui-iggrid-pagefocused.ui-state-focus >
    a.ui-iggrid-pagelink.ui-helper-reset {
        color: white;
    }

/* 테이블 페이저 재정의 ------- 버튼 엑티브 포커스*/
ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
li.ui-iggrid-page.ui-state-default.ui-corner-all.ui-iggrid-page-hover.ui-state-hover.ui-iggrid-pagefocused.ui-state-focus {
    border: 1px solid transparent;
    background-color: #4e4e4e;
}

    ul.ui-helper-reset.ui-iggrid-pagelist.ui-iggrid-paging-item >
    li.ui-iggrid-page.ui-state-default.ui-corner-all.ui-iggrid-page-hover.ui-state-hover.ui-iggrid-pagefocused.ui-state-focus >
    a.ui-iggrid-pagelink.ui-helper-reset {
        color: white;
    }

/*콤보박스 border-radius 재정의*/
.ui-corner-all.ui-igcombo {
    border-radius: 5px;
}

    .ui-corner-all.ui-igcombo .ui-corner-all, .ui-corner-all.ui-igcombo .ui-corner-left, .ui-corner-all.ui-igcombo .ui-corner-tl, .ui-corner-all.ui-igcombo .ui-corner-top {
        border-top-left-radius: 5px;
    }

    .ui-corner-all.ui-igcombo .ui-corner-all, .ui-corner-all.ui-igcombo .ui-corner-right, .ui-corner-all.ui-igcombo .ui-corner-top, .ui-corner-all.ui-igcombo .ui-corner-tr {
        border-top-right-radius: 5px;
    }

    .ui-corner-all.ui-igcombo .ui-corner-all, .ui-corner-all.ui-igcombo .ui-corner-bl, .ui-corner-all.ui-igcombo .ui-corner-bottom, .ui-corner-all.ui-igcombo .ui-corner-left {
        border-bottom-left-radius: 5px;
    }

    .ui-corner-all.ui-igcombo .ui-corner-all, .ui-corner-all.ui-igcombo .ui-corner-bottom, .ui-corner-all.ui-igcombo .ui-corner-br, .ui-corner-all.ui-igcombo .ui-corner-right {
        border-bottom-right-radius: 5px;
    }

.ui-igcombo-dropdown > .ui-igcombo-list {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 10px 3px;
    border: 1px solid #ccc !important;
    height: 140px;
}

/*에디터 border-radius 재정의 (mask)*/
.ui-igedit.ui-corner-all, .ui-igeditor-input-container.ui-corner-all {
    /*border-radius: 5px;*/
}

/* 에디터 */
.ui-igcombo.ui-state-focus, .ui-igcombo.ui-state-focus.ui-state-hover, .ui-igedit.ui-state-focus, .ui-igedit.ui-state-focus.ui-state-hover {
    border-color: var(--main-header-color);
}

/*콤보박스 체크박스 아이콘 이상한거 수정*/
.ui-icon.ui-icon-check:before {
}

/* 새로 정의하는 css*/
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
    color: #999;
    font-weight: 400;
}

/* ====================================================================== ASIDE END */


.nopadding {
    padding: 0 !important;
}

.kt-portlet__body .nav-pills .nav-item .nav-link,
.kt-portlet__body .nav-pills .nav-item {
    border-radius: 4px;
}

.M12S0101 .btn-moduelDropdown {
    text-align: left;
    width: 100%;
}

    .M12S0101 .btn-moduelDropdown::after {
        float: right;
        top: 6px;
    }

.kt-checkbox > span:after {
    border: solid #6d6d6d;
}

.M12S0101 .kt-checkbox-inline .kt-checkbox {
    margin-bottom: 15px;
    word-break: keep-all;
}

.bodySeperate {
    height: 1px;
    border-top: 1px solid #ebedf2;
}

#resultGrid_table,
#resultGrid_table_scroll {
    padding: 0 !important;
    margin: 0 !important;
}

.contentRow.M12S0101 .bodyOverlay, .contentRow.M12S0102 .bodyOverlay {
    width: 98%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.9);
    z-index: 1;
    top: 0;
}

    .contentRow.M12S0101 .bodyOverlay .overlayText, .contentRow.M12S0102 .bodyOverlay .overlayText {
        position: absolute;
        top: 25%;
        left: 43%;
        font-size: 20px;
        font-weight: 400;
        color: #aaa;
    }

.contentRow.M12S0101 .ui-iggrid-blockarea {
    z-index: 0;
}

.contentRow.M12S0101 .ui-widget-overlay {
    background: none;
}

.mobile-site-title {
    font-weight: bold;
    font-size: 14pt;
    padding: 12px 0px 8px 30px;
    background-color: #4d5cf2;
    border-bottom: 1px solid gray;
    color: white;
}

.no-drag {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


/* Aside 선택표기 */
li.aside-nav-item.active {
    background: var(--main-aside-color);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.aside-nav-link-text.active {
    font-weight: bold !important;
}


/* 시스템 페이지 그리드 공통*/
table.infra-grid-view {
    /*width:1000px;*/
    width: 100%;
    font-size: 13px !important;
    border-collapse: collapse;
}
    table.infra-grid-view > tbody > tr > td.status_A {
        border: 2px solid palevioletred !important;
        box-sizing: border-box;
    }

    table.infra-grid-view > tbody > tr > td {
        border: 1px solid darkgray !important;
        padding: 3px;
    }

    .col-high {
        text-align: center;
        font-weight: bold;
        /*background-color: rgb(233, 242, 241);*/
        background-color: var(--main-aside-hover);
        color: black;
    }
.col-left{
    text-align:left;
}
.col-center {
    text-align: center;
}
.col-right{
    text-align:right;
}

.col-width70 {
    width: 112px;
}

.col-width100 {
    width: 100px;
}

.col-width90 {
    width: 90px;
}

.col-width80 {
    width: 80px;
}
.col-width71 {
    width: 71px;
}
.col-width60 {
    width: 60px;
}

.col-width50 {
    width: 50px;
}

.col-width40 {
    width: 40px;
}

.col-width30 {
    width: 30px;
}
.height30{
    height:30px;
}

.viewer-form, .page-detail-view {
    width: 680px !important;
}

.viewer-contents-controller {
    width: 680px;
    height: 45px;
    position: fixed;
    background: var(--main-nav-color);
    bottom: 15px;
    padding: 10px;
    text-align: right;
    display: none;
}

    .viewer-contents-controller button {
        position: relative;
        top: -2px;
    }

.sendspot {
    width: 670px;
    margin: 20px auto;
    text-align: center;
}
    .sendspot #prvSendSpot, .sendspot #prvSendDuty, .sendspot #prvSendName {
        z-index: 1;
        position: relative;
    }
    .sendspot #prvSendSpot {
        font-size: 24px;
        font-weight: bold;
        margin: auto;
        letter-spacing: -3px;
        max-width: 450px;
        word-break: keep-all;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .sendspot #prvSendDuty {
        font-size: 22px;
        letter-spacing: -1px;
        font-weight: bold;
        text-align: justify;
        text-align-last: justify;
        white-space: nowrap;
        /*width:80px;*/
    }

    .sendspot #prvSendName {
        font-size: 24px;
        letter-spacing: 3px;
        margin-left: 5px;
        font-weight: bold;
    }

    .sendspot #prvSeal {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -86px;
        right: 120px;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

.sDuty-margin-left {
    margin-left: 32px;
}

input:read-only {
    border: none;
}

.edit-movement {
    cursor: move;
}

table.editor {
    border: 1px solid red;
    margin: auto;
}

    table.editor.showLine > tbody > tr > td {
        border: 1px dashed darkgray;
    }

    table.editor.hideLine > tbody > tr > td {
        border: 1px dashed transparent;
    }


button.btn.itm-btn-sm.closeMap {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 100;
    border-radius: 2px;
    width: 60px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

.inValid {
    border-color: red;
}

/* 사용자 추가 폼 igCombo 스타일 */
.tab .ui-igcombo-clearicon.ui-icon-circle-close.ui-icon,
.tab-view .ui-igcombo-clearicon.ui-icon-circle-close.ui-icon {
    top: 4px;
    display:none;
}

.tab .ui-igcombo-wrapper,
.tab-view .ui-igcombo-wrapper {
    margin-top: 2px;
}

.tab input.ui-igcombo-field.ui-corner-all,
.tab-view input.ui-igcombo-field.ui-corner-all {
    font-size: 12px;
}

.tab li.ui-igcombo-listitem.ui-state-default.ui-unselectable.ui-state-active,
.tab-view li.ui-igcombo-listitem.ui-state-default.ui-unselectable.ui-state-active {
    font-size: 12px;
}

.division-upload-line {
    width: 710px;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    background: #e9f2f1;
    padding-left: 5px;
    color: #000;
    border: 1px solid #aaa;
}

.preview-img {
    max-width: 200px;
    max-height: 35px;
}

span.validate-text {
    font-size: 12px;
    color: red;
}

.btn-subform-container {
    margin-top: 10px;
}

    .btn-subform-container button {
    }

.form-container {
    width: 710px;
}

    .form-container.hide {
        display: none !important;
    }

#viewContainer {
    width: 710px;
}

    /*#viewContainer .infra-grid-view {
        width: 100% !important;
    }*/
/* 일반 리스트 페이지 서치 컨테이너 */
.grid-search-contain, .editor-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    /*margin-bottom: 5px;*/
    width: 1000px;
}

    .grid-search-contain.editor-contain, .grid-search-contain.viewContainer-registor-control 
    {
        border-bottom: 1px solid darkgray;
        width: 710px;
    }

    .grid-search-contain input {
        width: 200px;
        display: inline-block;
    }

.btn-container {
    display: flex;
    position: sticky;
    justify-content: space-between;
    align-items: center;
    top: 0;
    background: #fff;
    z-index: 1000;
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

.d-flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forestgreen {
    color: forestgreen !important;
    font-weight: bold;
}
.emergency {
    color: palevioletred !important;
    font-weight: bold;
}
.tempSave {
    color : green !important;
    font-weight:bold;
}
.Proceeding {
    color: dodgerblue !important;
    font-weight:bold;
}
.rowDelete {
    font-style: italic;
    text-decoration: line-through;
    text-decoration-color: red;
}
.info {
    color: cornflowerblue !important;
    font-weight: bold;
}

.ui-iggrid-tablebody > tr {
    height: 32px !important;
}

select[name=returnReq] option:disabled {
    font-weight: bold;
    color: darkgray;
}

div#grid_container {
    font-size: 12.5px !important;
    font-weight:500;
    letter-spacing: -.3px;
}

div#action-bar {
    position: sticky;
    bottom: 0px;
    width: 690px;
    min-height: 37px;
    margin-top: 5px;
    /*background: #fff7e7;
    border: #ffb931 1px solid;*/
    text-align: right;
    /*padding: 5px;*/
    z-index: 1000;
    font-size: 9pt;
}
.tb_bg{
    width:100%;
}

/*div#action-bar .form-control {
    border: #ffb931 1px solid !important;
}*/

.hide {
    display: none !important;
}

/* 하단바 스타일 */
#action-bar {
    padding: 0;
}

.tb_bg {
    text-align: left;
    width: 100%;
    background: #fff7e7;
    border: #ffb931 1px solid;
}

    .tb_bg textarea {
        border-radius: 2px
    }

    .tb_bg td {
        text-align: center;
    }

.ac_tr td:nth-child(odd) {
    color: #c85e00;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}
.ac_tr_header {
    border: #ffb931 1px solid;
}
td.ac_tr_body {
    border: 1px solid #ffb931;
}

#sign_list {
    width: 100%;
}

#sign_selected_list {
    padding: 5px;
}

#btn-sign-manage {
    width: 100%;
    display: block;
    font-size: 9pt;
}

.disp-list {
    display: table;
    width: 100%;
}

.disp-item:first-child {
    width: 65%;
}

.disp-item {
    display: table-cell;
    width: 35%;
}

.btn-actionGroup {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right !important;
}

.selectGroup select {
    margin-bottom: 5px;
}

.document-info-detail {
    margin-top: 30px;
    width:690px;
}

    .document-info-detail > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .document-info-detail > .row:last-child > div {
            border-bottom: 1px solid darkgray;
        }

        .document-info-detail > .row > div {
            border: 1px solid darkgray;
            padding: 3px;
            border-bottom: none;
            border-left: none;
        }

            .document-info-detail > .row > div:first-child {
                border-left: 1px solid darkgray;
            }

.detail-headers {
    flex: 0 0 100%;
    max-width: 12.66667%;
}

.col-4.detail-columns {
    flex: 0 0 100% !important;
    max-width: 37.33333% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.col-10.detail-columns {
    flex: 0 0 100% !important;
    max-width: 87.33333% !important;
}

.infra-grid-view thead td {
    border: 1px solid darkgray;
}
    .infra-grid-view thead td.execDate {
        width: 113px;
    }
    .infra-grid-view thead td.td-2 {
        width: 52px;
    }
    .infra-grid-view thead td.td-3 {
        width: 90px;
    }
    .infra-grid-view thead td.td-4 {
        width: 290px;
    }
.sign-image div {
    color: dodgerblue;
    font-weight: bold;
    border: 1px solid dodgerblue;
    width: 45px;
    margin: auto;
}
.infra-grid-view tbody td {
    /*text-align: center;*/
    /*font-size: 9pt;*/
}
.sign_cmt{
    text-align:left !important;
}
.col-middle-header {
    position: absolute;
    left: 13%;
    top: 45%;
}
.sign-image {
    text-align: center;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
}

button#btn-signLine:disabled {
    background: darkgray;
    border-color: darkgray;
    border-right-color: #777;
    border-bottom-color: #777;
    color: #000;
    font-weight: bold;
}
.modal.fade {
    background-color: rgba(0,0,0,0);
}

button.inActive{
    display:none;
}
button:disabled{
    cursor:no-drop;
}

.information-container .modal-dialog {
    /*top: 45%;*/
}

#oDoc-popup {
    display: none;
    position: absolute;
    background: #fff;
    width: 380px;
    padding: 8px;
    top: 202px;
    left: 654px;
    font-size: 10px !important;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
}

div#oDoc-popup table {
    font-size: 12px;
}

div#oDoc-popup h5#modalHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    color:dodgerblue;
}

    div#oDoc-popup table span.ui-iggrid-rowselector-row-number {
        position: relative;
        left: 10px;
    }
button#oDoc-popup-close {
    border: none;
    background: none;
    color: #aaa;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.close-area {
    text-align: right;
}
.ui-igcombo-wrapper {
    vertical-align: middle;
}

.ui-igcombo.ui-widget.ui-state-default.ui-corner-all.ui-unselectable, .ui-igcombo-button.ui-state-default.ui-unselectable.ui-igcombo-button-ltr.ui-corner-right {
    border-radius: 3px;
}

.ui-igcombo-button.ui-state-default.ui-unselectable.ui-igcombo-button-ltr.ui-corner-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.viewContainer-editor-control {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    width:690px !important;
}
/*.document-body {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 690px;
    min-height: 600px;
    border: 1px solid darkgray;
    margin-top: 5px;
}*/
.indicator-full {
    background: rgba(0, 0, 0, .33);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indicator-full.hide {
    display: none !important;
}
#indicator-text {
    position: absolute;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    margin-top: 9%;
}

#indicator {
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    animation: spin 1s linear infinite;
}

#circle {
    fill: none;
    stroke: rgba(255, 255, 255, 1);
    stroke-linecap: round;
    stroke-width: 4px;
    animation: draw 3s ease-in-out infinite;
}


/*액셀그리드다운 양식버튼*/
#downExcel {
    margin-left: 10px;
    margin-right: 10px;
    background: #476600;
    border: 1px solid #476600;
    color: #fff;
}
#formFile {
    margin-right: 10px;
    background: #2184d0;
    border: 1px solid #2184d0;
    color: #fff;
}

.exporting-indicator {
    position: absolute;
    background-color: rgba(181, 181, 181, 0.9);
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: middle;
}

    .exporting-indicator:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.exporting-text {
    font-size: 46px;
    font-weight: bold;
    vertical-align: middle;
}

.link-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 100;
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6;
    }

    50% {
        stroke-dasharray: 200, 282.6;
    }

    100% {
        stroke-dasharray: 20, 282.6;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sndDoc {
    font-weight: 500 !important;
    color: #28a745 !important;
    background-color: #ecf8f0;
}

.revDoc {
    font-weight: 500 !important;
    color: dodgerblue !important;
    background-color: #f0f9ff;
}

.img_document {
    background-image: url(/images/add-notes.png);
    width: 239px;
    height: 211px;
    background-position-y: 5px;
    background-repeat: no-repeat;
}

.grid-search-contain .ui-igcombo.ui-widget.ui-state-default.ui-corner-all.ui-unselectable {
    height: 25px;
}