/*@import url("../fonts/font.css");*/

* { margin: 0; padding: 0; }
*, ::after, ::before {
    box-sizing: border-box;
}
.code-btn {font-size: 12px; white-space: nowrap;}
html { position: relative; min-height: 100%; margin: 0; padding: 0;}
body { font-family: 'Noto Sans Kr';}
ul { margin: 0; padding: 0; list-style:none; list-style-type: none;}
a { color: #000; text-decoration: none; }
a:hover, a:focus { cursor: pointer; text-decoration: none; color:inherit; }
h1,h2,h3,h4,h5,h6,p,pre { margin: 0; padding: 0; }
img {
  max-width:100%;
}

.login-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../img/login_bg.png);
    background-color:#fafafa;
}

.member-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    align-items: center;
}
.member-wrap {
    width: 100%;
    max-width: 440px;
}
.member-logo {
    display:block;
    margin: 0 auto 30px;
}
.member-panel {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
}
.member-head {
    padding: 20px;
    background-color:#343451;
    text-align: center;
    color:#fff;
    height: 144px;
    flex-direction: column;
    justify-content: center;
}
.member-head h2 {
    font-size:24px;
    font-weight: 700;
}
.member-head p {
    font-size: 18px;
    font-weight:400;
    margin-top: 8px;
}
.member-head.error-404 h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}
.member-head.error-404 p {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}
.member-body {
    background-color:#fff;
    padding: 45px 30px;
}
.error-404-text {
    text-align: center;
    font-size: 16px;
    color:#808080;
    line-height: 1.4;
}
.member-btn-box {
    text-align: center;
    margin-top: 45px;
}
.login-form-group {
    margin-bottom: 10px;
}
.login-form-group + .login-form-group {
    margin-top: 30px;
}
.login-form-group .control-label {
    display: block;
    font-size: 14px;
    color:#808080;
    margin-bottom: 8px;
}
.login-form-group .login-form-control {
    width: 100%;
    height: 41px;
    border: none;
    border: 1px solid #efefef;
    padding: 10px;
    font-size: 15px;
    border-radius: 2px;
    overflow: visible;
    margin: 0;
    line-height: inherit;
}
.login-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.find-pw {
    font-size: 14px;
    color:#b3b3b3;
    transition: all 0.2s;
}
.find-pw:hover {
    color:#343451;
}
.login-checkbox input {

}
.login-checkbox label {
    color:#808080;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left:5px;
    margin-bottom:0;
}
.code-box {
    position: relative;
    flex:1;
}
.code-box .code-time {
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color:#fd2525;
}
.code-btn {
    align-items:center;
    justify-content: center;
    height: 41px;
    font-size:14px;
    margin-left:5px;
    width: 100px;
    text-align: center;
    background-color:#eef2f7;
    color:#474d56;
    border-radius: 2px;
}


/* layout 페이지 */
.page-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    background-color:#fafafa;
}
.page-container.popup::after {position: fixed; display: block; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3);}
#sidebar {
    position:fixed;
    left:0;
    top:0;
    width:270px;
    height:100%;
    background-color:#fff;
    box-shadow:0px 5px 10px rgba(0,0,0,0.05);
    z-index: 999;
}
#sidebar .side-head {
    padding:30px 20px 5px;
}
#sidebar .side-logo {
    margin-bottom: 20px;
    padding: 0 8px;
}
#sidebar .side-logo img {
    width:136px;
    margin: 0 auto;
    display: block;
}

#sidebar .side-profile {
    border-width: 1px 0;
    border-color: #efefef;
    border-style: solid;
    padding: 20px 8px;
    text-align: center;
}

#sidebar .side-profile .name {
    font-size: 16px;
    color:#808080;
    line-height: 1.4;
}

#sidebar .side-profile .division {
    display: block;
    font-size:12px;
    color:#b3b3b3;
}

#sidebar .side-profile .profile-btn-box {
    margin-top:10px;
}

#sidebar .side-profile .profile-btn-box a {
    width:100%;
}

#sidebar .side-tit {
    font-size: 16px;
    color:#808080;
    margin-top:18px;
    margin-bottom:10px;
    font-weight:700;
}

.side-nav-box > li a {
    position:relative;
    display: block;
    padding: 12px 20px 12px 32px;
    font-size:14px;
    color:#808080;
}

.side-nav-box > li.focus {
    background-color: #f2f2f2;
    color: #000;
    font-weight: 700;
}

.side-nav-box > li.focus a {
    color:#333;
}

.side-nav-box > li.focus a::before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #e60013;
    position: absolute;
    left: 0;
    top: 0;
}

.side-nav-box > li > a:hover {
    color:#333;
}

#content {
    /*margin-left:270px; min-width: 1920px;*/
}

.nav-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 80px;
    align-items: center;
    background-color:#343451;
}

.nav-header .gnb {
    padding:0 10px;
}

.nav-header .gnb > li {
    float:left;
    padding: 0 20px;
}

.nav-header .gnb > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight:400;
    color:#b3b3b3;
}
.nav-header .gnb > li > a:hover {
    color:#fff;
}

.nav-header .gnb > li.active > a {
    color:#fff;
    font-weight: 700;
}

.content-wrapper {
    padding: 20px 30px 30px; /*width: 1920px;*/
}

.breadcrumb-box {
    margin-bottom: 20px;
}

.breadcrumb-box > li {
    display: inline-block;
}

.breadcrumb-box > li+li:before {
    content: ">";
    padding: 0 5px;
    color: #b3b3b3;
}

.breadcrumb-box > li > a {
    color:#b3b3b3;
    font-size:14px;
}

.breadcrumb-box > li > a:hover {
    text-decoration: underline;
}

.breadcrumb-box > li:last-child > a {
    color:#808080;
}

.panel {
    background-color:#fff;
    border:1px solid #efefef;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    border-radius: 4px;
}

.panel .panel-header {
    padding: 25px;
    border-bottom: 1px solid #efefef;
}

.panel .panel-header-sub {
    padding: 25px 25px 10px 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.panel-header-sub p.panel-tit-sub {
    font-size: 14px;
    color:#808080;
    margin-right: 15px;
    letter-spacing: 0;
}

.panel .panel-header .panel-tit {
    font-size: 18px;
    font-weight: 700;
    color:#505050;
}

.panel .panel-body {
    padding: 20px 30px;
    overflow: auto;
}

.panel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #f9f9f9;
}

.panel-row-noBorder {
    border-bottom: 0;
}

.label-control-empty {
    height: 24px;
}

.inline-flex-btn input,
.inline-flex-btn select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inline-flex-btn button {
    line-height: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #838f9c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
*/

.custom-checkbox input[type=checkbox] {
    border-radius: 2px;
    border: 1px solid red;
}

.custom-checkbox label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
}

/* tabel */
table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e8e9ea;
    letter-spacing: 0;
}

table thead {
    background-color: #fbfbfc;
    border-top: 1px solid #e8e9ea;
    border-bottom: 1px solid #e8e9ea;
}

table thead th {
    padding: 15px 20px;
    font-size: 14px;
    color: #505050;
    min-width: 120px;
}

table tbody td {
    padding: 12px 20px;
    font-size: 14px;
    color: #505050;
}

table tbody tr:nth-child(even) {
    background-color: #fbfbfc;
}

.table-bordered td, .table-bordered th {
    border:1px solid #e8e9ea;
}

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s

}

#pagination li a.active {
    background-color: #2ec08a;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

table tbody th {
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    color: #000
}

.panel-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    border-radius: 4px;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    background-color: #fff;
    border: 1px solid #efefef;
}

.panel-tab .panel-tab-item {
    /*
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    */
    text-align: center;
    /*border-right: 1px solid #efefef;*/
}

.panel-tab .panel-tab-item:last-child {
    border-right: 0;
}

.panel-tab .panel-tab-item a {
    display: block;
    padding: 15px;
    color: #ccc;
    font-size: 15px;
    letter-spacing: 0;
    min-width: 150px;
    position: relative;
}

.panel-tab .panel-tab-item a.active {
    color: #333;
    font-weight: 600;
}

.panel-tab .panel-tab-item a.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #3688fc;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.panel-tab .panel-tab-item a span {
    padding: 3px;
}

.panel-tab .panel-tab-item a.active span {
    color: #3688fc;
}

.month-check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-width: 50px;
}

.month-check label {
    color:#808080;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left:5px;
    margin-bottom:0;
    width: 60px;
    min-width: unset!important;
    cursor: pointer;
}
.text-primary {
    color: #3688fc !important;
}
.text-danger {
    color: #fc3636 !important;
}
.panel-table .small-txt {
    font-size:13px;
    color:#888;
}
.panel-table .text-center {
    text-align: center !important;
}
.google-visualization-table-tr-head th {
    background-color:#343451 !important;
    background-image:none !important;
    color:#fff;
    font-family: 'Noto Sans Kr';
    font-weight:500;
}
.google-visualization-table-table td {
    padding: 4px 12px !important;
    font-family: 'Noto Sans Kr';
}


/* 내가 추가한 css 2021.12.11 */
.perf-tag {
    padding: 0px 3px;
    border-radius: 4px;
    height: 40px;
    line-height: 36px;
    min-width: 70px;
    font-size: 14px;
    text-align: center;
}

.perf-tag--ing {
    /*수행완료*/
    color: #3688fc;
    background-color: rgba(54,136,252,.18);
    border: 1px solid #3688fc;
}

.perf-tag--end {
    /*수행완료*/
    color: #919ca7;
    background-color: #fff;
    border:1px solid #919ca7;
}

.code-table .form-group button {
    height: 30px;
    margin-left: 15px;
    min-width: 80px;
}

.code-table .btn-primary {
    color: #fff;
    background: #3688fc;
    border: 1px solid #3688fc;
}

.code-table table tr th,
.code-table table tr td:first-child,
.code-table table tr td:last-child {
    text-align: center;
}

.code-table .btn {
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.25rem;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.code-table .btn-primary:hover,
.code-table .btn-primary:focus,
.code-table .btn-primary:active,
.code-table .btn-primary.active {
    background: #2576e9;
    border-color: #2576e9;
    color:#fff;
}

.code-table .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.code-table .form-group label {
    min-width: 150px;
    line-height: 40px;
    font-size: 18px;
    color: #505050;
    text-align: center;
}

.code-table .form-control {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.acc-table input,
.acc-table select {
    margin-bottom: 0;
}

.onClick {
    cursor: pointer;
}

.onClick:hover {
    background-color: #f1f3fa;
}

.details-table {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.details-table tr {
    background-color: #fff!important;
    border-bottom: 1px solid #f9f9f9;
}

.details-table tr:last-child {
    border-bottom: 0;
}
.details-table tr td.td-head {
    background-color: #f1f3fa;
    font-weight: bold;
}

/* 수입결의 테이블 */
.income_list_table th,
.income_list_table td {
    text-align: center;
    min-width: 150px!important;
    padding: 10px;
}

.income_list_table tr {
    vertical-align: middle;
}

.income_list_table td span {
    display: inline-block;
}

.income_list_table td button {
    padding: 3px 10px;
    line-height: 23px;
    margin-top: 5px;
}

.income_list_table tr th.width-wide {
    min-width: 150px!important;
    text-align: center;
}
.income_list_table td input,
.income_list_table td select {
    margin-bottom: 0;
    height: 30px;
    padding: 2px 5px;
}

table.pop_table {
    border-top: 1px solid #e8e9ea;
}

table.pop_table tr td {
    padding: 10px 3px;
    width: 7.5%;
}

table.pop_table tr td p {
    text-align: center;
    width: 100%;
}

table.pop_table tr td input,
table.pop_table tr td select {
    margin-bottom: 0;
}

.download_btn {
    color: #fff;
    background-color: #44badc;
    border-color: #44badc;
    padding: 5px 8px;
}

.download_btn:hover {
    background-color: #25a3c8;
    color:#fff;
}

/* 달력 관련 */
input.date-readonly {
    color: #3688fc;
    background-color: rgba(54,136,252,.18);
    border: 1px solid #3688fc;
    pointer-events: none;
}

input.date-cancle {
    color: #fa6767;
    background-color: rgba(250,103,103,.18);
    border:1px solid #fa6767;
    pointer-events: none;
}

input.date-write {
}

div.date-input input {
    width: 120px;
}

