@charset "UTF-8";
/* https://dashboardpack.com/live-demo-free/?livedemo=2380 */
@media (max-width: 1860px) {
    html, body {
        font-size: 14px;
    }
}

ul, ol {
    list-style: none;
}

.scrollbar-sidebar {
    overflow-y: auto;
}

.sidebar-banner a {
    display: block;
    margin-top: .5rem;
}

.gnb-dim {
    display: none;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .gnb-dim {
        display: none !important;
    }
}

.vertical-nav-menu ul > li > a.active {
    background-color: #d92550;
    color: #fff;
}

.ui-datepicker {
    z-index: 10 !important;
}

@media (max-width: 576px) {
    .btn {
        width: calc(50% - .2rem);
        margin-top: .3rem;
        margin-bottom: .3rem;
    }

    .input-group-append .btn, .table .btn, .modal-footer .btn {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* 공통클래스 */
.letter-1 {
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .md-order-minus {
        order: -1;
    }
}

body {
    background-color: #f3f4f5;
}

/* 부트스트랩, ui라이브러리 재정의 */
.nav.nav-pills {
    border-radius: 3px;
}

    .nav.nav-pills .nav-link {
        border: 1px solid #1ca0d8;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.app-header__logo .logo-src {
    width: auto;
    height: auto;
    background: none;
}

/* util */
.bg-block {
    margin: 20px 0;
    padding: 15px 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    background-color: #fff;
}

.divider-block {
    padding: 15px 10px;
    border-top: 2px solid #2d3540;
    background-color: #fff;
}

/* 공지사항 모달 */
#Modal-notice .modal-dialog {
    overflow: hidden;
    display: inline-block;
}

#Modal-notice .swiper-pagination-bullet {
    border: 1px solid #fff;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    background-color: #2d3540;
}

    .header h1 {
        width: 150px;
    }

        .header h1 img {
            width: 100%;
        }

    .header .text-login {
        display: inline-block;
    }

.login-cont .btn {
    margin-left: 10px;
}

/* left menu */
.left-menu {
    width: 200px;
    height: calc(100vh - 60px);
    box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
    background-color: #2d3540;
}

.list-group {
    border-radius: 0;
}

.list-group-item {
    padding: 12px 20px;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
}

    .list-group-item.list-group-item-action:hover {
        background-color: #e9ecee;
    }

    .list-group-item.active, .list-group-item.active:hover {
        background-color: rgba(255, 255, 255, 0.07);
        border-color: #2d3540;
    }

/* right */
.rpa-container {
    display: flex;
    justify-content: space-between;
}

    .rpa-container > .right {
        width: calc(100% - 200px);
        padding: 15px;
    }

    .rpa-container .setting-cont {
        padding: 0 0 15px;
    }

.list-mall .nav-link {
    color: #495057;
    transition: background-color 0.2s ease-in-out;
}

    .list-mall .nav-link:hover {
        color: #181b1d;
        background-color: rgba(255, 255, 255, 0.7);
    }

.setting-wrap {
    display: flex;
    flex-direction: column;
}

    .setting-wrap > .bg-block {
        flex-grow: 1;
    }

/* 검색 영억 */
.search-filter {
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .search-filter .left {
        display: flex;
    }

    .search-filter .period-cont {
        display: flex;
        align-items: center;
    }

        .search-filter .period-cont .text {
            flex-shrink: 0;
        }

        .search-filter .period-cont .input-group, .search-filter .period-cont > .form-control {
            width: 200px;
            margin-left: 2px;
        }

        .search-filter .period-cont .input-group {
            margin-left: 10px;
        }

    .search-filter .data-cont {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

        .search-filter .data-cont .form-control {
            width: 200px;
            margin-left: 10px;
        }

/* spinner */
.box {
    position: relative;
    top: 10px;
    width: 33.33vw;
    height: 33.33vw;
    max-width: 200px;
    max-height: 200px;
    min-width: 180px;
    min-height: 180px;
    display: inline-block;
}

    .box * {
        letter-spacing: normal;
        white-space: normal;
    }

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 120px;
    height: 120px;
}

    .spinner span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px;
        text-align: center;
    }

    .spinner.type1 {
        border-radius: 50%;
        border-width: 8px;
        border-style: solid;
        border-color: #2d3540 rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
        animation: spinner1_1 1.5s infinite linear forwards;
    }

        .spinner.type1 span {
            animation: spinner_loading_text 1.5s infinite linear forwards reverse;
        }

@keyframes spinner1_1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spinner1_2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner_loading_text {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* 페이징 */
.pagination .pager {
    display: flex;
}

    .pagination .pager *:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .pagination .pager *:last-child {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

.pagination a, .pagination .current, .pagination .spacer, .pagination .disabled {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3f6ad8;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.pagination .current {
    z-index: 1;
    background-color: #3f6ad8;
    color: #fff;
    border-color: #3f6ad8;
}

.pagination .disabled {
    color: #dfdfdf;
    cursor: default;
}

.empty-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dfdfdf;
}

.form-liner .form-group {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ced4da;
}

@media (min-width: 1860px) {
    .form-liner > .col-12 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
}
/* 커스텀 파일첨부 */
.custom-file-label {
    border: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .custom-file-label::after {
        display: none;
    }

    .custom-file-label::before {
        content: '파일선택';
        display: inline-block;
        height: 100%;
        margin-right: 10px;
        line-height: 38px;
        padding: 0 15px;
        border: 1px solid #e0e0e0;
        background-color: #f5f5f5;
        border-radius: .25rem;
    }

.textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    resize: none;
}

    .textarea:focus-visible {
        outline: none;
    }

.dataTables_scrollBody {
    background-color: #fff;
}

.summary-wrap {
    background-color: #fff;
}

    .summary-wrap img {
        display: block;
        width: 100%;
    }

    .summary-wrap a {
        position: absolute;
        width: 250px;
        height: 100px;
        display: block;
        opacity: 0.4;
    }

    .summary-wrap [class^="cont"] {
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .summary-wrap .cont01 {
        padding-top: 60px;
        background-image: url("../../../common/images/summary/bg_01.png");
        background-position: top right;
    }

        .summary-wrap .cont01 a {
            left: 50%;
            top: 37.4%;
            transform: translateX(-50%);
            width: 44.5%;
            height: 4.1%;
        }

    .summary-wrap .cont02 {
        background-image: url("../../../common/images/summary/bg_02.png");
        background-position: top 12% left 0;
    }

    .summary-wrap .cont03 {
        background-image: url("../../../common/images/summary/bg_03.png");
        background-position: bottom left;
    }

        .summary-wrap .cont03 a {
            left: 50%;
            bottom: 12.8%;
            transform: translateX(-50%);
            width: 44%;
            height: 15.1%;
        }

    .summary-wrap .inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

.sticky-table-container {
    position: relative;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 50vh;
}

    .sticky-table-container table {
        max-width: 4000px;
        background: #fff;
    }

    .sticky-table-container .sticky-top {
        z-index: 1;
        top: -1px;
        background: #6c757d;
    }

        .sticky-table-container .sticky-top th {
            padding: 10px 5px;
            text-align: center;
            white-space: pre;
            color: #fff;
        }

    .sticky-table-container td {
        padding: 3px 8px;
        font-size: 12px;
        white-space: nowrap;
        word-break: keep-all;
    }

.forms-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #6c757d;
}

    .forms-list .forms-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #dcdcdc;
    }

    .forms-list .forms-title {
        align-self: stretch;
        padding: 15px;
        font-weight: 600;
        background-color: #eee;
    }

    .forms-list .forms-content {
        padding: 10px;
    }

    .forms-list .form-inline-item {
        width: auto;
        min-width: 0;
        flex: 1;
    }

@media (max-width: 768px) {
    .forms-list .forms-title {
        padding: 10px;
    }

    .forms-list .forms-content {
        padding: 10px 0;
    }

    .forms-list .form-md-multiple.form-inline {
        flex-flow: initial;
    }

    .forms-list .form-md-multiple .form-inline-item {
        flex-grow: 1;
    }
}

.table thead th {
    white-space: pre;
}

.drop-input-wrap {
    position: relative;
}

    .drop-input-wrap .drop-input-data {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 10;
        transform: translateY(-2px);
    }

    .drop-input-wrap .input-data-list {
        overflow-y: auto;
        max-height: 30vh;
        border: 1px solid #ced4da;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    }

    .drop-input-wrap .input-data-item {
        padding: 5px 10px;
        position: relative;
        border-bottom: 1px solid #ced4da;
    }

        .drop-input-wrap .input-data-item:hover {
            background-color: #eceff1;
        }

    .drop-input-wrap a {
        display: block;
    }

/* 황차장님 기준 페이징 */
.page_wrap {
    margin: 40px 0 40px 0;
}

    .page_wrap .pager {
        display: flex;
        justify-content: center;
    }

    .page_wrap span.current {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }

    .page_wrap span, .page_wrap a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 1.2;
        padding: 10px 0;
        text-align: center;
        margin-left: 8px;
        color: #333;
        background-color: #fff;
        border: 1px solid #dee2e6;
        cursor: pointer;
    }

        .page_wrap span:hover, .page_wrap a:hover {
            z-index: 2;
            color: gray;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }

    .page_wrap .xi-angle-left-thin + .xi-angle-left-thin {
        margin-left: -10px;
    }

    .page_wrap .xi-angle-right-thin + .xi-angle-right-thin {
        margin-left: -10px;
    }

/* 회원가입, 약관 */
.terms-title {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1c5087;
}

.terms-wrap {
    padding: 1rem;
    overflow-y: auto;
    max-height: 40vh;
}
