﻿@charset "utf-8";

.korean {
    IME-MODE: active
}

.english {
    IME-MODE: disabled
}

.pointer {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 700;
}

.txt-orange {
    color: #dfa607 !important;
}

.txt-blue {
    color: #004499 !important;
}

.txt-gray {
    color: #999 !important;
}

@media (min-width: 1200px) {
    .mobile-ml-none {
        margin-left: 24px;
    }
}

@media (max-width: 992.98px) {
    .mobile-none {
        display: none;
    }
}
@media (max-width: 1590px) {
    .mobile-none-rcv-search {
        display: none;
    }
}
/* loding */
.spinner {
    animation: spin 2s linear infinite;
}

/* Tip관련 */
.txt-tip-star {
    font-size: 20px;
    vertical-align: top;
    line-height: 20px;
}

.txt-tip-num {
    padding: 0 5px;
    line-height: 30px;
}

/* 로그인 */
.login-bg {
    background: url(../images/login_bg.png) !important;
    height: 100%;
}

.loginTitle {
    color: #fff;
    letter-spacing: -0.08em;
    line-height: 2.5rem;
    word-break: keep-all;
}

    .loginTitle span {
        font-weight: 400;
    }

.loginTxt {
    color: #010101;
    letter-spacing: -0.08em;
    font-size: 1.250em;
    font-weight: 500;
}

.loginLabel {
    color: #fff;
    letter-spacing: -0.08em;
    font-size: 16px;
    font-weight: 500;
}

.custom-control-label {
    color: #fff;
    font-weight: 500;
}

.btn-login {
    width: 100%;
    color: #fff;
    font-size: 1.250em;
    font-weight: 700;
    background-color: #1f2b3f;
    border-radius: 3px;
    border: 0;
    padding: 15px 0;
}
/*로고*/
.headLogo {
    z-index: -1;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    text-align: center;
    margin-top: 18px;
}
/*left menu*/
.nav-Wrap .fax-nav-link .menu-arrow i {
    transform: translate(0,0);
    font-size: 20px !important;
    padding-bottom: 0;
}

.nav-Wrap .fax-nav-link.mm-active > .menu-arrow i {
    transform: rotate(180deg);
}

.wrapper .left-side-menu {
    position: absolute;
    padding-top: 0;
    width: 120px;
    z-index: 5;
    padding-top: 70px;
}

    .wrapper .left-side-menu .simplebar-mask,
    .wrapper .left-side-menu .simplebar-content-wrapper {
        overflow: visible !important;
    }

    .wrapper .left-side-menu .simplebar-scrollbar {
        display: none !important;
    }

.nav-Wrap .fax-nav-link {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 14px 10px;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    width: 120px;
}

    .nav-Wrap .fax-nav-link:hover, .nav-Wrap .fax-nav-link:focus, .nav-Wrap .fax-nav-link:active {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .nav-Wrap .fax-nav-link span {
        vertical-align: middle;
    }

    .nav-Wrap .fax-nav-link i {
        display: inline-block;
        line-height: 1.0625rem;
        font-size: 30px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

.nav-Wrap .fax-nav-item {
    display: flex;
}

.nav-Wrap .fax-nav-second-level {
    box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.2) inset;
}

.nav-Wrap .fax-nav-third-level {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.nav-Wrap .fax-nav-second-level .fax-nav-link.mm-active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.fax-nav-second-level .fax-nav-item > ul {
    display: none !important;
}

.fax-nav-second-level .fax-nav-item:hover > ul, .fax-nav-second-level .fax-nav-item:active > ul {
    display: inline-block !important;
    left: 120px;
    top: auto;
    position: absolute;
    height: auto !important;
    padding: 12px 15px;
    z-index: 9999;
    background: #004499;
    color: #fff;
    width: 190px;
    line-height: 30px;
}

.fax-nav-third-level li {
    color: rgba(255, 255, 255, 0.7);
}

    .fax-nav-third-level li:hover {
        color: #fff;
    }

.nav-Wrap .fax-admin-color {
    background-color: #2a374c;
}
/* main */
.main-count {
    font-size: 1rem;
}

    .main-count span {
        font-size: 2.25rem;
        color: #004499;
        display: block;
        font-weight: 700;
        line-height: 50px;
        opacity: 0.7;
        margin-left: 4px;
        letter-spacing: -1px;
    }

    .main-count i {
        font-size: 55px !important;
        opacity: 0.5;
    }

@media (max-width: 575.98px) {
    .main-count {
        font-size: 14px;
        letter-spacing: -1px;
    }

        .main-count span {
            font-size: 2rem;
            line-height: 35px;
            margin-left: 4px;
        }

        .main-count i {
            font-size: 35px !important;
        }

        .main-count .col-6 {
            padding: 0 8px;
        }
}

.main-tel-tab {
    display: flex;
}

    .main-tel-tab .tab-on {
        background-color: #004499;
        padding: 6px 10px;
        width: 100%;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }

    .main-tel-tab .tab-off {
        background-color: #a1a2a3;
        padding: 6px 10px;
        width: 100%;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
    }

.main-help {
    display: flex;
    margin: 0;
}

    .main-help .help-tit {
        background-color: #9ea0a1;
        padding: 6px 5px;
        width: 35%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
    }

    .main-help .help-num {
        background-color: #c4c6c8;
        padding: 6px 5px;
        width: 65%;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        font-size: 1rem;
        font-weight: 700;
    }

.main-help-txt {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    text-align: left !important;
}

.card-body-main-box {
    background-color: #dcdee0 !important;
    padding: 1rem 1.5rem;
    border-radius: 0.25rem;
}


/* 그래프 */
.circle-Wrap {
    display: inline-block;
    line-height: 16px;
}

    .circle-Wrap span {
        margin: 0 5px;
    }

    .circle-Wrap li {
        padding: 7px 0;
    }

    .circle-Wrap .circle-color01 {
        background-color: #2771cd;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }

    .circle-Wrap .circle-color02 {
        background-color: #77a7e1;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }

    .circle-Wrap .circle-color03 {
        background-color: #ffbc00;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }

    .circle-Wrap .circle-color04 {
        background-color: #6c757d;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }


/* 타이틀:h3 */
.headTitle {
    color: #444;
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.i-head {
    font-size: 26px !important;
    opacity: 0.7;
}

.total-fax-color {
    color: #004499;
    font-size: 16px;
    font-weight: 700;
}
/* 상단검색 */
.col-search-box {
    display: block;
    width: 100%;
}

.col-search-inline {
    display: inline-block;
    width: 60%;
    margin-right: -12px !important;
    margin-left: -12px !important;
}

@media (max-width: 1200px) {
    .col-search-inline {
        width: 100%;
        margin-right: -12px !important;
        margin-left: -12px !important;
    }
}

.card-body-search-box {
    padding: 1.2rem 1.5rem 0.8rem 1.5rem;
}

.card-body-popup-color {
    background-color: #eee;
    padding: 1rem 1.5rem 0.6rem 1.5rem;
}

.input-group-append.search-row {
    padding: 0 !important;
}

.form-control.search-L {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 5px !important;
}

.col-search-label {
    padding-top: calc(0.45rem + 1px);
    padding-bottom: calc(0.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 768px) {
    .col-search-label span {
        display: none;
    }
}

.form-control.search-R {
    border-left: 0 !important;
}
/* Tab */
.tab-font-pop .active {
    color: #004499 !important;
}

.tab-font-pop li a {
    color: #999 !important;
}

.nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #004499 !important;
}

.nav-tabs.nav-bordered li a {
    border: 0;
    padding: 0.625rem 1.0rem;
}

/* form관련 */
.chrome select {
    background: url(../images/arrow_down.png) no-repeat 98% 50%;
    -webkit-appearance: none;
}

    select.form-control[multiple] {
        background: none;
    }

@media (min-width: 576px) {
    .dateicon {
        background: url(../images/calendar_gray.png) no-repeat 98% 40%;
    }
}

.col-form-label.txt {
    font-weight: 400;
}

.custom-control-label.txt {
    font-weight: 400;
    line-height: 22px;
    color: #666;
}
.form-control.form-w120 {
    min-width: 140px;
}
/*button*/
.btn-hover:hover {
    color: #fff;
}

.btn-logout {
    padding: 5px 10px 5px 5px;
    background-color: #ce8a1d;
    border: 0;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}

.btn-logout-ico {
    font-size: 18px;
    vertical-align: middle;
}

.btn-download {
    display: inline-block;
    padding: 12px 20px;
    width: 100%;
    color: #fff;
    background: #004499;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-bottom: 8px;
    text-align: left;
}

    .btn-download span {
        margin: 0 0 5px 5px;
    }

    .btn-download i {
        font-size: 20px;
        line-height: 22px !important;
        padding-top: 0 !important;
    }

.btn-reload {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    font-size: 20px;
    background: #004499;
    border-radius: 3px;
    border: 0;
    margin: 0 0 10px 3px;
}

    .btn-reload.gray {
        background: #666 !important;
    }

.btn-up {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    font-size: 20px;
    background: #666;
    border-radius: 3px;
    border: 0;
    margin: 0 0 10px 3px;
}

.btn-search {
    display: inline-block;
    height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
    box-sizing: border-box;
    line-height: 22px;
    width: 100%;
    text-align: center;
}

.btnS-date {
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    background: #999;
    border-radius: 3px;
    border: 0;
    margin: 0 1px 5px;
    font-size: 12px;
}

.btnS-gray {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #666;
    border-radius: 3px;
    border: 0;
    margin: 0 3px 10px 0;
}

.btnS-blue {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
    margin: 0 3px 10px 0;
}

.btnM-gray {
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    color: #fff;
    background: #666;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
}

.btnM-blue {
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
}

.btnL-gray {
    display: inline-block;
    width: 200px;
    padding: 12px 20px;
    color: #fff;
    background: #666;
    border-radius: 3px;
    border: 0;
    margin: 3px 10px;
    font-size: 1rem;
}

.btnL-blue {
    display: inline-block;
    width: 200px;
    padding: 12px 20px;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
    margin: 3px 10px;
    font-size: 1rem;
}
@media (max-width: 798.98px) {
    .btnL-gray {
        width: 135px !important;
    }
    .btnL-blue {
        width: 135px !important;
    }
}
.btn-100-gray {
    display: inline-block;
    padding: 9px 15px;
    width: 100%;
    color: #fff;
    background: #666;
    border-radius: 3px;
    line-height: 20px;
    border: 0;
}

.btn-100-blue {
    display: inline-block;
    padding: 9px 15px;
    width: 100%;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    line-height: 20px;
    border: 0;
}

    .btn-100-gray i, .btn-100-blue i {
        font-size: 20px;
        padding-top: 0 !important;
    }

.btn-excel {
    display: inline-block;
    width: 180px;
    padding: 10px 20px;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
}

.btn-add-gray {
    display: inline-block;
    padding: 10px 30px 10px 35px;
    color: #fff;
    background: #a2a2a2;
    border-radius: 3px;
    line-height: 20px;
    margin: 0 5px;
    border: 0;
}

    .btn-add-gray i {
        font-size: 20px;
        line-height: 14px !important;
    }

.btn-arrow-gray {
    display: inline-block;
    padding: 8px;
    color: #fff;
    background: #a2a2a2;
    border-radius: 20px;
    margin: 0 3px;
    border: 0;
    font-size: 24px;
}

/* table 리스트 */
.table-basic {
    width: 100% !important;
}

    .table-basic.scroll-basic {
        min-width: 900px;
    }

    .table-basic.scroll-sm {
        min-width: 500px;
    }

    .table-basic th {
        font-size: inherit;
        padding: 12px 5px;
        text-align: center;
        font-weight: 400;
        color: #999;
        border-top: 1px solid #eef2f7;
        border-bottom: 2px solid #e7e7e7;
    }

    .table-basic td {
        border-bottom: 1px solid #eef2f7;
        padding: 10px 5px;
        text-align: center;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 22px;
        vertical-align: middle;
    }

    .table-basic tbody {
        border-top: 1px solid #eef2f7;
        ;
    }

        .table-basic tbody tr:hover {
            background: #f2f0ee;
        }
    /* table 제목저장input*/
    .table-basic .input-group {
        padding: 0 20px;
    }

    .table-basic .form-control.tb-form {
        height: calc(2rem + 2px);
        padding: 0.45rem 0.9rem;
    }

    .table-basic .input-group .btn-title {
        height: calc(2rem + 2px);
        padding: 0.45rem 0.9rem;
        color: #fff;
        background: #004499;
        border-radius: 3px;
        border: 0;
    }

    .table-basic .btn-view {
        padding: 0.3rem 1.2rem;
        color: #fff;
        background: #666;
        border-radius: 20px;
        border: 0;
    }

    .table-basic .btn-detail {
        font-size: 24px;
        line-height: 20px;
        vertical-align: bottom;
        background: none;
        color: #004499;
        border: 0;
    }

    .table-basic .i-Confirm {
        font-size: 22px;
        line-height: 20px;
        vertical-align: bottom;
    }

        .table-basic .i-Confirm.open {
            opacity: 0.5;
        }

        .table-basic .i-Confirm:hover {
            color: #004499;
        }

/* Pagination */
.paging-wrap {
    display: flex;
    justify-content: center;
    min-width: 550px;
}

    .paging-wrap .page-btn {
        position: relative;
        display: block;
        padding: 0.45rem 0.55rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #666;
        border: 1px solid #dee2e6;
    }

        .paging-wrap .page-btn:hover {
            background-color: #e1e1e1;
        }

    .paging-wrap .page-num {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        line-height: 1.25;
        color: #666;
        font-size: 15px;
    }

        .paging-wrap .page-num:hover {
            font-weight: bold;
            color: #004499;
        }

        .paging-wrap .page-num.active {
            font-weight: bold;
            color: #004499 !important;
            font-size: 1rem;
        }

/* 리스트 전체건수 */
.page-total-num {
    color: #999;
    font-size: 13px;
}

    .page-total-num span {
        color: #004499;
        font-weight: 700;
    }

    .page-total-num .tip-point {
        color: #dfa607;
        font-weight: 700;
    }
/* 팩스보내기 */
@media (min-width: 1200px) {
    .card.faxSend-h {
        padding-bottom: 70px;
    }
}
/* 팩스보내기: 리스트박스 */
.FaxListWrap {
    width: 100%;
    height: 250px;
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

    .FaxListWrap.sm {
        height: 150px;
        background-color: #f6f6f6;
    }

    .FaxListWrap li {
        padding: 5px 15px 7px 15px;
        color: #666
    }

        .FaxListWrap li:hover {
            background-color: #f2f0ee;
        }

    .FaxListWrap .comp {
        margin-right: 5px;
    }

    .FaxListWrap .listDelete {
        background: url(../images/btn_x.png) no-repeat right 50%;
        width: 25px;
        height: 25px;
        border: 0;
        float: right;
        outline: none;
    }
/* 정보보기페이지 */
.infoView-card {
    position: relative;
    background-color: #f2f4f8;
    background-clip: border-box;
    border-radius: 0.25rem;
    padding: 1.2rem;
}

.form-control-view {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    background-color: #fff;
    border-radius: 0.25rem;
}

.form-control-disabled {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    background-color: #f2f4f8;
    border-radius: 0.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*공지사항모달*/
.form-control-disabled_notice {
    display: block;
    width: 100%;
    min-height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    background-color: #f2f4f8;
    border-radius: 0.25rem;
}



.input-group .btn-title {
    height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem;
    color: #fff;
    background: #004499;
    border-radius: 3px;
    border: 0;
}

.faxViewer-Wrap {
    width: 100%;
    height: 790px;
    border: 1px solid #666;
}

@media (max-width: 767.98px) {
    .faxViewer-Wrap {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .infoView-h {
        max-height: 770px;
    }
}
/* 조직도 */
.tree-box-Wrap a img {
    display: none;
}

.tree-box-Wrap {
    position: relative;
    background-color: #6a6d75;
    background-clip: border-box;
    border-radius: 0.25rem;
    padding: 10px 0;
    color: #fff;
    overflow: auto;
}

    /*.tree-box-Wrap .txt-num {
            padding: 5px 15px 5px 15px;
        }*/

    .tree-box-Wrap .txt-num span {
        color: #dfa607;
        font-weight: bold;
    }

    .tree-box-Wrap .tree-box-link {
        padding: 5px 15px;
        display: block;
        position: relative;
    }

        .tree-box-Wrap .tree-box-link:hover, .tree-box-Wrap .tree-box-link:active {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .tree-box-Wrap .tree-box-link.mm-active {
            background-color: rgba(0, 0, 0, 0.1);
        }

    .tree-box-Wrap .tree-item {
        display: inline-block;
        width: 25px !important;
        font-size: 18px;
        line-height: 16px;
    }

    .tree-box-Wrap .tree-second-level li a {
        padding-left: 42px;
    }

    .tree-box-Wrap .tree-third-level li a {
        padding-left: 70px;
    }

    .tree-box-Wrap .tree-forth-level li a {
        padding-left: 97px;
    }
/* 엑셀등록 방법 */
.txt-basic-add li {
    padding: 5px 0;
}

    .txt-basic-add li span {
        color: #dfa607;
    }

.txt-basic-add .headTitle {
    font-size: 1rem;
    color: #004499;
    font-weight: bold;
}
.txt-basic-num {
    text-indent: -1.6em;
    margin-left: 2em;
}
/*caleander Layer*/
.datepicker-wrap {
    border: 1px solid #ced4dd;
    position: relative;
    background: #fff;
    z-index: 100;
    width: 240px;
    height: 250px;
    font-size: 14px;
    padding: 5px;
    line-height: 30px;
}

    .datepicker-wrap table {
        width: 100%;
        border-spacing: 0px;
        border: 0;
        color: #666;
        overflow: hidden;
        margin-bottom: -1px
    }

    .datepicker-wrap th {
        height: 30px;
        text-align: center;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
    }

        .datepicker-wrap th i {
            font-size: 20px;
            padding: 0 7px;
            color: #ccc;
        }

    .datepicker-wrap td {
        height: 30px;
        text-align: center;
    }

    .datepicker-wrap a {
        color: #999;
        display: block;
    }

    .datepicker-wrap td a:hover {
        font-weight: bold;
        color: #fff;
        background-color: #ccc;
        border-radius: 20px;
        height: 30px;
    }

    .datepicker-wrap .sun, .datepicker-wrap .sun a {
        color: #db4604;
    }

    .datepicker-wrap .sat, .datepicker-wrap .sat a {
        color: #77a7e1;
    }

    .datepicker-wrap .today, .datepicker-wrap .today a {
        font-weight: bold;
        color: #fff;
        background-color: #004499;
        border-radius: 20px;
        height: 30px;
        opacity: 0.8;
    }

    .datepicker-wrap .selected, .datepicker-wrap .selected a {
        font-weight: bold;
        color: #fff;
        background-color: #004499;
        border-radius: 20px;
        height: 30px;
    }
