@charset "utf-8";
/*
14px = 0.875rem
30px = 1.875rem
red : #F46A6A
*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
body * {box-sizing: border-box;}
.round-box {
    border-radius: 4px;
    border: 0;
    background: #fff;
    padding: 0 24px 24px 24px;
}
.round-box:after {clear: both; content: ""; display: block;}

.round-box h2 {font-size: 1rem; padding: 16px 0 16px 0; border-bottom: 1px solid #efefef; margin: 0 0 16px 0; }
.numst {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.numst strong {
    font-weight: 500;
}

input {
    appearance: none;
}

a.link {
    text-decoration: none;
    /* color: #212529; */
    position: relative; /*padding-right: 20px;*/
    line-height: 22px;
}

a.link i {
    color: #495057;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

/* a.link::after{content:'';position:absolute;right: 0;width:13px;height:13px;top:2px;background: url('/assets/images/href-icon2.png') no-repeat;background-size: 13px 13px;} */
a.link:hover {
    text-decoration: underline;
    color: #556EE6;
}

*:focus {
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

ul.none {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.none li {
    display: inline-block;
}

a.gray {
    text-decoration: none;
    color: #595959;
}

a.gray:hover {
    text-decoration: none;
    color: #495057;
}

label .form-check-input {
    margin-top: 3px;
}

.txt-green {
    color: #495057 !important;
}

.txt-black {
    color: #131313 !important;
}

.txt-gray80 {
    color: #707070 !important;
}

.txt-gray60 {
    color: #a9a9a9 !important;
}

.txt-red {
    color: #F46A6A;
}

.error {
    color: #F46A6A;
}

.warning {
    color: #D1890D;
}

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

.br-gray {
    border-color: #dddddd;
}

.txt-white {
    color: #ffffff;
}

.require {
    color: #F46A6A;
}

.ph-5 {
    padding: 5px 0;
}

.ph-10 {
    padding: 10px 0;
}

.mh-5 {
    margin: 5px 0;
}

.mt5 {
    margin: 5px 0 0 0;
}

.mv10 {
    margin: 10px 0 10px 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.select2.valid {
    border: 1px solid #495057;
}

.select2.invalid {
    border: 1px solid #F46A6A;
}

.select2-container.select2-container--focus .select2-selection--single {
    border: 1px solid #495057;
}

.select2-container.select2-container--open .select2-selection--single {
    border: 1px solid #495057;
}

.td-intitle {
    padding: 2px;
    margin: 0;
    font-weight: 600;
}

.tooltip-inner {
    max-width: max-content;
}

/*title*/
h2.subtitle {
    font-size: 1.25rem;
    margin-top: 50px;
}
.top-wrap {display:flex; justify-content: start; align-items: stretch; flex-wrap: nowrap; width: 100vw; min-height:100vh}
/* header style */
.header {
    height: 70px;
    width:100%;
    background: #ffffff;
}


.header-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 70px;
    width: 98%;
}
.top-search-wrap .wrap {display: inline-block; background: #EFF2F7; color: #495057;  padding: 4px 16px; border-radius: 50rem; margin: 16px 0 0 24px;}
.top-search-wrap .wrap .btn-top-search {border:0; font-size:1.125rem; background:none; color:#495057; padding:8px; margin:0; vertical-align: middle;}
.top-search-wrap .wrap input {border:0; height: 28px; line-height:28px; background: transparent; vertical-align: middle; width:180px;}
.top-search-wrap .wrap input::placeholder {color:#A6B0CF;}
.top-search-wrap .wrap .btn-top-filter {background: transparent; border: 0; color:#697088; vertical-align: middle;}
.top-search-wrap .wrap .btn-top-filter i {font-size: 16px; vertical-align: middle; display: inline-block; }
.top-search-wrap .wrap .btn-top-filter span { vertical-align: middle; display: inline-block;  font-weight: 500}
.top-search-wrap .wrap .btn-top-filter.open {color:#556EE6;}
.top-search-wrap .wrap .btn-top-filter + .top-filter_wrap {display: none;}
.top-search-wrap .wrap .btn-top-filter.open + .top-filter_wrap {display:block;}


.logo-box {
    display: block;
    text-align: left;
    padding: 16px 0 16px 28px;
}
.logo-box img {width: 120px;}

a.logo {
    font-size: 1.875rem;
    font-weight: 800;
    padding: 10px 30px;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
}

.my-box {
    /* flex: 1 1; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-bmark {
    flex: 1 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-bmark .link-lst {
    display: flex;
}

.link-bmark .link-lst li {
    margin-right: 17px;
    position: relative;
}

.link-bmark .link-lst li .btn-box {
    position: absolute;
    bottom: -20px;
    left: 20px;
    display: none;
}

.link-bmark .link-lst li:hover .btn-box {
    display: block;
}

/* .link-bmark .link-lst li:last-child{margin-right: 0;} */
.link-bmark a.link-url {
    text-decoration: none;
    color: #495057;
    font-size: 0.937rem;
    font-weight: 500;
}

.link-bmark a.link-url i {
    margin-right: 5px;
    color: #A19F9F;
}

.link-bmark a.link-url:hover {
    text-decoration: underline;
}

.link-bmark .link-add {
    border: 0;
    background-color: transparent;
    color: #919191;
    font-size: 0.937rem;
    font-weight: 500;
    padding: 0;
}

.link-bmark .link-add i {
    margin-right: 3px;
    color: #919191;
}

.link-del {
    cursor: pointer;
    color: #F46A6A;
    font-size: 0.8rem;
}

.header-info {
    text-align: right;
    width: 400px;
}

.header-info li button{background: none;border: 0;font-size:1rem;color:#495057;font-weight: 600;}
.header-info li button i{font-size: 1.3rem;}
.header-info li button.profile{position:relative;background-color: #EFEFEF;width:45px;height:45px;border-radius:50%;line-height:45px;}
.header-info li .mylist{display:none;position: absolute;top:70px;right:1.5%;border: 1px solid #DFDFDF;box-shadow: 0 0 12px rgba(0, 0, 0, 0.13);background-color: #fff;width:83px;padding:5px;text-align: center;border-radius:3px;}
.header-info li .mylist ul li a{display: block;text-decoration: none;font-size: 0.812rem;padding: 5px 0;}

.header-info>li {
    margin-left: 10px;
    vertical-align: middle
}


.header-info .line {
    width: 1px;
    background: #dddddd;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 12px
}

.select-team {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

.manage-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    font-size: 10px;
    padding: 0;
    margin: 1px;
    text-align: center;
    vertical-align: middle
}

.super {
    background: #0000FF;
}

.manager {
    background: #495057;
}

.admin {
    background: #20ACAC;
}

section.container-wrap {
    flex:1 1;
    overflow:hidden;
    overflow-y: auto;
    height: 100vh;
}

.kakao {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    background-color: #fae100;
    border-radius: 50%;
    z-index: 100;
    display: flex;
    align-items: center;
}

.kakao span {
    text-decoration: none;
    color: #371d1e;
    position: absolute;
    left: 65px;
    width: 50px;
    font-weight: 600;
}

.kakao img {
    width: 85%;
    margin: 0 auto;
}

/* btn style */
.btn i {
    font-size: 0.9rem;
    margin-right: 5px;
}

.btn-wrap {
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.btn-add01 {
    font-size: 0.8rem;
    padding: 3px 5px;
    cursor: pointer;
    border: 0;
    background: none;
}

.btn-add01 i {
    background: #EAF5EF;
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 2px
}

.btn {
    padding: 0;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.btn-green {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
    background: #495057;
    color: #ffffff;
}

.btn-submit {
}

.btn-back, .btn-box-close, .btn-update, .btn-box-submit {
    display: inline-block;
    border: 1px solid #495057;
    background: #ffffff;
    color: #495057;
    text-decoration: none;
    border-radius: 2px
}

.btn-print {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
    border: 1px solid #707070;
    color: #707070;
    background-color: #fff;
}

.btn-cancel {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
    background-color: #F46A6A;
    border: 1px solid #F46A6A;
    color: #fff;
    border-radius: 2px;
}

.btn-cancel i {
    font-size: 0.75rem;
}

.btn-setting i {
    color: #c2c2c2;
}

.btn-setting {
    color: #3d3d3d;
    font-size: 0.8rem;
    display: inline-block;
    padding: 3px 5px;
    cursor: pointer;
    border: 0;
    background: none
}

.btn-setting:hover {
    color: #495057;
}

.btn-setting:hover i {
    color: #495057;
}

.btn-common {
    line-height: 32px;
    height: 30px;
    vertical-align: middle;
}

a.btn-common {
    text-decoration: none;
    line-height: 29px
}

.btn-delete i {
    color: #c2c2c2;
}

.btn-delete {
    font-size: 0.8rem;
    display: inline-block;
    padding: 3px 5px;
    cursor: pointer;
    border: 0;
    background: none
}

.btn-delete:hover {
    color: #DE3605;
}

.btn-file label {
    width: 90px
}

/*공통 재정의 */
a.btns {
    text-decoration: none;
    white-space: nowrap;
}

.btns {
    padding: 10px 15px;
    border: none;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease;
    vertical-align: middle;
    font-weight: 400;
    white-space: nowrap;
    background-color: #556EE6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.btns i {
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 5px;
}

.btns:hover {
    transition: background 0.3s ease
}

.btns.no-permit {
    cursor: default;
}

/*라운드 버튼*/
.btns_r{
    background: #EFF2F7;
    color: #697088;
    border-radius:30px;
    height:40px;
    border:none;
    padding: 0 13px;
    font-weight: 400;
}

/*라운드 버튼 활성화 시*/
.btns_r.active{
    background: #556EE6;
    color: #fff;
}


/*크기 작은것*/
.btn_s {
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    font-size: 0.812rem;
    margin: 0 2px
}

/*크기 인풋*/
.btn_ss {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 0.812rem;
    margin: 0 2px
}

/*크기 중간*/
.btn_m {
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
    margin: 0 2px
}

.btn-white {
    background: #ffffff;
    border: 1px solid #495057;
    color: #495057;
}
.btn-basic {
    background: #495057;
    border: 1px solid #495057;
    color: #ffffff;
}

.btn1 {
    /* background: #ffffff;
    border: 1px solid #495057;
    color: #495057; */
    background: #EFF2F7;
    color: #697088;
    border-radius:5px;
    border:none;
    padding: 4px 10px;
    /* font-weight: 400; */
    font-size: 0.837rem;
}

.btn1:hover {
    /* background: #f6f6f6; */
}
.btn1.active{background-color: #556EE6;color: #fff;}

.btn1.no-permit:hover {
    background: #fff;
}

.btn2 {
    background: #fff;
    border: 1px solid #556EE6;
    color: #556EE6;
    border-radius: 3px;
}

.btn1_r{

}



.btn2.no-permit:hover {
    background: #495057;
}

/*회색배경,하얀글씨*/
.btn3 {
    background: #A19F9F;
    border: 1px solid #A19F9F;
    color: #fff;
}

/*회색선,회색글씨*/
.btn4 {
    background: #ffffff;
    border: 1px solid #ddd;
    color: #7e7e7e;
}

/*회색선,검정글씨,흰색배경*/
.btn5 {
    background: #ffffff;
    border: 1px solid #ddd;
    color: #131313;
}

.btn5:hover {
    background: #f6f6f6;
}

.btn5.no-permit:hover {
    background: #fff;
}

/*흰색글씨,파란배경*/
.btn6 {
    background: #3270A0;
    color: #fff;
}

/*검정글씨,회색배경*/
.btn7 {
    background-color: #e9e9e9;
    border: 1px solid #ddd;
    color: #4a4a4a;
}

/*흰색글씨, 빨간배경*/
.btn8 {
    background: #F46A6A;
    border: 1px solid #F46A6A;
    color: #fff
}

/*진한회색선,회색글씨*/
.btn9 {
    background: #ffffff;
    border: 1px solid #707070;
    color: #707070;
}

.btn-edit i {
    color: #c2c2c2;
}

.btn-edit {
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: none
}

.btn-edit:hover, .btn-edit.btn-on {
    color: #495057;
}

.btn-edit:hover i, .btn-edit.btn-on i {
    color: #495057;
}

.btn-remove {
    border: 1px solid #A19F9F;
    background: #A19F9F;
    color: #fff;
    border-radius: 2px;
}

.btn-stat {
    width: 44px;
    display: inline-block;
    font-size: 0.86em;
    line-height: 17px;
    height: 19px;
    text-align: center;
}

/*초록선,초록글씨*/
.tb-btn1 {
    border: 1px solid #495057;
    background: #ffffff;
    color: #495057;
}

/*초록배경,하얀글씨*/
.tb-btn2 {
    display: inline-block;
    border: 1px solid #495057;
    background: #495057;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

/*회색배경,하얀글씨*/
.tb-btn3 {
    display: inline-block;
    background: #A19F9F;
    border: 1px solid #A19F9F;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

/*회색선,회색글씨*/
.tb-btn4 {
    display: inline-block;
    border: 1px solid #ddd;
    color: #7e7e7e;
    border-radius: 2px;
    cursor: pointer;
}

/*회색선,검정글씨,흰색배경*/
.tb-btn5 {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ddd;
    color: #131313;
    border-radius: 2px;
    cursor: pointer;
}

/*흰색글씨,파란배경*/
.tb-btn6 {
    display: inline-block;
    background: #3270A0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

/*검정글씨,회색배경*/
.tb-btn7 {
    display: inline-block;
    background-color: #e9e9e9;
    border: 1px solid #ddd;
    color: #4a4a4a;
    border-radius: 2px;
}

/*흰색글씨, 빨간배경*/
.tb-btn-del {
    display: inline-block;
    border: 1px solid #F46A6A;
    background: #F46A6A;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.btn.btn_toggle {
    font-size: 0.875rem;
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    margin: 0;
    border-radius: 0 0 0 0;
    float: left;
    margin-left: -1px;
    border-color: #A6B0CF;
    color: #697088;
}

.btn.btn_toggle.first_radius {
    margin-left: 0;
    border-radius: 2px 0 0 2px;
}

.btn.btn_toggle.last_radius {
    border-radius: 0 2px 2px 0;
}
.btn.btn_toggle:active{background-color: #A6B0CF;color: #fff;}

.btn-m i {
    display: inline-block;
    padding-right: 4px;
}

.copy-btn {
    margin-right: 5px;
}

.bill-btn {
    margin-right: 5px;
}

.stage-btn {
    display: inline-block;
    border-radius: 2px;
    /* cursor: default; */
    pointer-events: none;
    background: #C0D3F2;
    color: #495057; 
    padding: 2px 12px;
    font-size: 0.812rem
}

/* .stage-btn i {
    margin-right: 5px;
} */

.stage-btn.stage1 {
    background-color: #DDF1B6;
}

.stage-btn.stage2 {
    background-color: #C5C5C5;
}

.stage-btn.stage3 {
    background-color: #F9D7D7;
}

button.add-file {
    border: 0;
    background: transparent;
    color: #495057;
    padding: 7px 5px;
    margin: 10px 0 5px 0
}

button.add-file:hover {
    background: #49505710;
}

button.add-file:active {
    transform: translateY(2px);
}

.file-td div {
    padding: 3px 0;
}

.lst-btnbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .bookmark {
    color: #dedede;
    font-size: 1.125rem;
    cursor: pointer;
} */
.bookmark{color: #A6B0CF;font-size: 1rem; cursor: pointer;}

.bookmark:hover {
    color: #aeaeae
}

.bookmark.on {
    color: #556EE6 !important;
}

button.btn-bookmark {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent
}

.filter-btn {
    border: 0;
    background-color: #dfdfdf;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    margin-left: 8px;
}

.filter-btn i {
    color: #929292;
}

.write-btn {
    margin-left: 8px;
}

/* .search_btn {
    border: 0;
    background-color: #A6B0CF;
    color: #fff;
    line-height: 31px;
    height: 31px;
    width: 60px;
    border-radius: 3px;
} */

.btn-buys-sch {
    border: 0;
    background-color: #495057;
    color: #fff;
    line-height: 31px;
    height: 31px;
    width: 60px;
    border-radius: 3px;
}

/* .btn_reset {
    border: 0;
    background-color: #A6B0CF;
    color: #fff;
    line-height: 31px;
    height: 31px;
    width: 100px;
    border-radius: 3px;
} */

button.help {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #495057
}

.btn-all-edit {
    color: #fff;
    background: #aeaeae;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
    word-break: keep-all;
}

.btn-all-edit i {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.btn-all-edit span {
    margin-left: -5px;
    line-height: 28px;
    display: inline-block;
}

.btn-all-edit:hover {
    transition: width 0.3s ease;
    width: 100px;
    height: 30px;
    text-align: left;
    background: #495057;
    color: #fff
}

.stat-info {
    display: inline-block;
    padding-left: 10px;
}

.stat-info i {
    font-size: 1.1em;
    color: #495057;
}

.icon-stat-conf {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #F46A6A;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
    opacity: 0.7;
    animation: oploop 0.4s infinite alternate;
    vertical-align: middle
}

@keyframes oploop {
    from {
        opacity: 1
    }
}

/* form style */
form {
    margin: 0;
}

.frm_input {
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #ffffff;
    padding: 4px 8px;
}

.frm_input:read-only {
    border: 1px solid #cccccc;
    background: #efefef;
}

.frm-full {
    width: 100%;
}

.frm01 {
    width: 100%;
}

.frm01 > div:first-child {
    border-top: 1px solid #dfdfdf;
}

.frm01 > .d-flex {
    padding: 0;
    
}

.frm01 .label {
    padding: 10px;
    width: 140px;
    display: inline-block;
    background: #EFF2F7;
    font-weight: 500;
    border:1px solid #dfdfdf;
    border-top: 0;
    border-right: 0;
}
.frm01 .label:not(:first-child) {
    border-left: 0;
}

.frm01 .field {
    padding: 10px;
    width: 300px;
    border:1px solid #dfdfdf;
    border-top: 0;
}

.regSuper {
    width: 90%;
    max-width: 800px;
}

.label .required {
    color: #F46A6A;
    font-weight: 600;
    display: inline-block;
    padding: 0 3px;
}

.frm-half {
    width: 50%;
}

.form-check.all {
    display: inline-block;
    padding-top: 5px;
}

.num-input {
    text-align: right;
}

input {
    position: relative;
}

input:focus {
    border: 1px solid #556EE6;
}

input.invalid {
    border: 1px solid #F46A6A;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(190,0,0,1)'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
}

i.invalid {
    color: #F46A6A;
    position: absolute;
    left: -16px;
    top: 15px;
}

input.valid {
    border: 1px solid #495057;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(34,169,89,1)'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
}

textarea {
    position: relative;
    z-index: 1;
}

textarea:focus {
    border: 1px solid #495057;
}

textarea.invalid {
    border: 1px solid #F46A6A;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(190,0,0,1)'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.valid + .btn-box:after {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    z-index: 10;
    overflow: hidden;
    left: -26px;
    top: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(34,169,89,1)'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
}

input.date_input.valid {
    background-position: 86% center;
}

.input-datalist {
    width: 100%;
}


/* input:read-only:not(.search-btn, .btn-reset) {background:#efefef;} */
/* .frm_input:read-only {background:#efefef;} */
.date_input { /*height: 31px;padding: 0 10px;*/
    width: 100%;
    max-width: 150px;
    padding-right: 20px
}

.date_input + i {
    position: absolute;
    margin-left: -20px;
    margin-top: 8px;
    color: #495057
}

.date-range { /*height: 31px;padding: 0 10px;*/
    width: 100%;;
    padding-right: 20px
}

.date-range + i {
    position: absolute;
    margin-left: -20px;
    margin-top: 8px;
    color: #495057
}

.file-input {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
}

.file-input + input {
    width: 0;
    height: 0;
    overflow: hidden;
}

.field ul.desc {
    padding: 0 0 0 0;
    margin: 8px 0 0 18px;
    list-style: disc;
}

.field ul.desc li {
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    list-style-type: disc;
}
.field ul.desc li::marker { font-size: 0.875rem;}
.error-msg {
    color: #F46A6A;
}

.edit-input {
    border: 1px solid #ffffff;
    padding: 5px 7px;
    display: none;
}

.edit-input:hover {
    border: 1px solid #dddddd;
}

.edit-input:focus {
    border: 1px solid #495057;
}

.super-teams .edit-input {
    display: block;
}

/* form detail page style */

.field-view {
    border: 1px solid #ffffff;
    padding: 7px;
    display: inline-block;
    min-height: 35px;
}

.field-view:hover {
    border: 1px solid #dddddd
}

.view-100 .field-view {
    width: 100%
}

.view-100 .field-edit input[type='text'] {
    width: 100%;
}

.tb02 .field-view {
    min-width: 100px;
}

.field-layout {
    padding: 7px;
}

.noedit {
    pointer-events: none;
}

.field-view.no-permit:hover {
    border: 1px solid #ffffff;
}

.tb01 tbody tr:nth-child(2n) td .field-view {
    border: 1px solid #dfdfdf;
}

.tb01 tbody tr:nth-child(2n) td .field-view.no-permit {
    border: 0;
}

.tb01 tbody tr:nth-child(2n) td .field-view:hover {
    border: 1px solid #A6B0CF;
}

.tb01 tbody tr:nth-child(2n) td .field-view.no-permit:hover {
    border: 0;
}

.tb01 tbody tr td {
    text-overflow: ellipsis;
    position: relative;
}

.field-edit {
    display: none;
}

.tb-add {
    table-layout: fixed;
}

.tb-add .field-view {
    min-width: auto;
}

.tb-add .field-view {
    width: 100%;
}

.no-permit .up-file .btn-delete {
    display: none;
}

tbody tr.err-bg {
    background: #FFEAEA !important;
}

/* filter style */
.detail_search_wrap{margin-bottom:30px;display:none;}


.filter_wrap {
    background-color: #EFF2F7;
    padding: 20px;
    margin-top: 8px;
}

.filter_wrap .select2, .filter_wrap input.frm_input {
    width: auto;
}

.filter_wrap form > div {
    /* margin-top: 8px; */
    display: flex;
    align-items: center;
}

/* .filter_wrap form>div>input, .filter_wrap form>div>.select2{margin-right: 5px;} */
.filter_wrap .sel-filter .end-date {
    margin-left: 5px;
}

.filter_wrap .search-txt {
    min-width: 300px;
}

/* filter style 재정의 */
.filter {
    background-color: #efefef;
    padding: 20px 25px;
    margin-top: 8px;
}

.sch_filter {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    padding: 3px 0
}

.sch_filter div {
    padding: 0 3px;
}

.sch_filter .radio_wrap {
    display: flex;
    justify-content: start;
    flex-flow: row nowrap;
    flex: 0 0 auto
}

.sch_filter .radio_wrap label {
    flex: 0 0 auto;
}

.sch_filter .input-wrap {
    flex: 0 1 300px;
}

.sch_filter .flex-wrap {
    flex: 1 1;
}

.sch_filter .btn_box {
    border: 0;
    background-color: #A6B0CF;
    line-height: 31px;
    height: 31px;
    /* min-width: 60px; */
    padding: 0 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-right:5px;
}

.sch_filter .btn_box input[type="button"], .sch_filter .btn_box input[type="reset"]{
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}

.sch_filter .btn_box i{color: #fff;float:left;margin-right: 3px;}

.sch_filter .blank-wrap {
    flex: 1 1;
}

.sch_filter .date_wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    flex: 1 1;
    padding-right: 20;
    position: relative;
}

/* table style */
.tb01 td {
    word-break: break-all;
}

.tb01 input[type="text"] {
    height: 31px;
    width: 100%;
}

/* .list-tb{margin-top: 10px;} */
.list-summury {
    margin-top: 10px;
    font-weight: 600;
    color: #495057;
}

.tb01, .tb02 {
    width: 100%;
    font-size: 0.9rem;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}
/* .tb01{border: 1px solid #dfdfdf;} */

.tb01 thead th, .tb02 tr th {
    font-size: 0.812rem;
}

.tb01 thead th, .tb01 thead td {
    height: 40px;
    border: 1px solid #efefef;
    /* border-bottom: 1px solid #dfdfdf; */
    background: #EFF2F7;
    padding: 7px;
    /* text-align: center; */
}


.tb01 tbody td, .tb01 tbody th, .tb02 tbody th {
    height: 40px;
    padding: 10px;
    /* text-align: center; */
    border: 1px solid #efefef;
    /* border-bottom: 1px solid #dfdfdf; */
}
.tb02 tbody th {
    text-align: center;
    border: 1px solid #efefef;
}


.tb01 tbody td .select2 {
    text-align: left;
}

.tb01 tbody tr:nth-child(2n) {
    /* background-color: #f5f5f5; */
}
.tb01 tbody tr td.bgtd{background-color:rgba(239, 239, 239, 0.44);}

.tb01 tbody tr:nth-child(2n) td .edit-input {
    background: #ffffff;
    border: 1px solid #efefef;
}

.tb01 tbody tr:nth-child(2n) td .edit-input:hover {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.tb01 tbody tr:nth-child(2n) td .edit-input:focus {
    border: 1px solid #495057;
}

.tb01 tfoot tr.summary td {
    padding: 7px 7px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #efefef;
    font-weight: 600;
}

.tb01 tfoot tr.summary td:last-child {
    border-right: 0;
}


.tb01 tfoot tr.add-tr {
    cursor: pointer;
}

.tb01 tfoot tr.add-tr td {
    background: #f5f5f5;
    height: 45px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.tb01 tfoot tr.add-tr i {
    font-size: 1.187rem;
    color: #495057;
}

.tb01 tfoot tr.add-tr i:hover {
    color: #9E0A00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tb01 tfoot tr.add-tr button {
    border: 0;
    background: transparent
}

.tb01 tfoot.cost-summary td {
    border-top: 1px solid #495057;
    padding: 10px 5px;
    font-weight: 600;
    border-right: 1px solid #e4e4e4;
}

.tb01 tfoot.cost-summary td:last-child {
    border-right: 0;
}

.tb01 tfoot.cost-summary tr:last-child td {
    border-bottom: 1px solid #495057;
}

.tb02 {
    border-left: 1px solid #495057;
    border-top: 1px solid #ededed;
    table-layout: fixed;
    border-right:1px solid #DFDFDF;
}

.tb02 input[type="text"] {
    height: 31px;
}

.tb02 tr th {
    background-color: #f5f5f5;
    font-weight: 600
}

.tb02 tr td {
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
    position: relative;
    word-break: break-all
}

.noline-tb th, .noline-tb td {
    border: 0 !important;
}

.tb01 .charge-info, .tb02 .charge-info {
    font-weight: 600;
}

.tb01 .charge-info span, .tb02 .charge-info span {
    color: #495057;
}

.num-st {
    text-align: right;
}

.basic.full {
    width: 100%;
}

.sum-title {
    font-weight: 600;
    padding-right: 10px
}

.sum-num {
    padding-right: 20px;
    font-weight: 400
}

.tb01.tb-add tfoot tr.summary td {
    padding: 11px
}

.tb01.tb-add tfoot tr.summary td.td-chk-del {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.th-ord {
    display: inline-block;
    width: 12px;
    cursor: pointer;
}

.th-ord i.asc {
    
    --fa-primary-color: #212529;
    --fa-secondary-color: #7e7e7e;
    --fa-secondary-opacity: 1;
}

.th-ord i.desc {
    
    --fa-primary-color: #7e7e7e;
    --fa-secondary-color: #212529;
    --fa-secondary-opacity: 1;
}

.th-ord i.none {
    
    --fa-primary-color: #aeaeae;
    --fa-secondary-color: #aeaeae;
    --fa-secondary-opacity: 1;
}

/* sidebar & nav style */
.page-body {
    padding: 0;
    margin: 0;
    
    
}

.sidebar {
    flex: 0 0 220px;
    background: #2A3042;
    width:220px;
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 98;
    position: relative;
}



.sidebar ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    
}
.sidebar ul ul{display: none;}

.sidebar ul p {
    margin: 0;
    font-size: 0.838rem;
    font-weight: 400;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.sidebar ul p i{margin-left: auto;font-size:1rem;color: #A6B0CF;cursor: pointer;}

.sidebar ul p a {
    text-decoration: none;
    color: #A6B0CF;
    display: block;
    line-height: 45px;
}

.sidebar ul p a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.sidebar ul p a:hover i {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s
}

.sidebar ul p a:hover span.txt {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s
}

.sidebar ul > li {
    padding: 0;
    margin: 0;
}

.sidebar ul > li ul li {
    padding: 0 0 8px 30px;
    /*height: 0; */
    overflow: hidden;
    margin: 0;
    /* line-height: 31px; */
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    transition-delay: 1s;
}

.sidebar ul ul {
    padding: 0;
    margin: 0;
    /* height: 0; */
    overflow: hidden;
}

.sidebar ul p a i {
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
    color: #697088;
    font-size: 1rem
}

.sidebar ul p span.txt {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.sidebar ul ul li a {
    text-decoration: none;
    color: #A6B0CF;
    font-weight: 400;
    font-size: 0.838rem
}

.sidebar ul > li.on p i {
    color: #ffffff;
}

.sidebar ul > li.on p span.txt {
    color: #ffffff;
    
}
.sidebar ul > li.on ul {
    /* padding: 0 0 16px 0; */
    height: auto;
}
.sidebar ul > li.on ul li {
    
    /* height: 32px; */
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}


.sidebar ul ul li.on a {
    color: #fff;
}
/* 
.sidebar ul > li:hover ul li {
    height: 32px;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
} */



/* .sidebar ul > li:hover ul li:hover a {
    color: rgba(255, 255, 255, 0.7);
} */

/* page-content */
.page-content {
    padding: 32px;
    overflow: hidden;
    min-height: calc(100vh - 95px);
}

.page-tab {
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
}

.page-tab:after {
    display: block;
    clear: both;
    content: ""
}

.page-tab .tab-item {
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    height: 35px;
    padding: 0 2px;
    margin: 0 8px;
    color: #A9A9A9;
    font-weight: 600;
    font-size: 1.25rem;
}

.page-tab .tab-item:after {
    display: block;
    clear: both;
    content: ""
}

.page-tab .tab-item:first-child {
    margin-left: 0;
}

.page-tab .tab-item a {
    color: #A9A9A9;
    text-decoration: none
}

.page-tab .tab-item.tab-on a {
    color: #495057;
    font-weight: 700;
}

.page-tab .tab-item.tab-on {
    border-bottom: 3px solid #495057;
}

.page-tab .tab-item button {
    color: #A9A9A9;
    border: 0;
    background: transparent;
    margin-bottom: 3px;
    font-weight: 700;
}

.page-tab .tab-item.tab-on button {
    color: #495057;
}

h4 {
    padding: 15px 0 15px 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem
}

.content-wrap {
    margin-top: 40px;
}


/* login style */
.login {
    width: 80%;
    max-width: 600px;
    min-width: 270px;
    height: 100%;
    margin: 0 auto;
}

.login-wrap {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

.login-form {
    height: 450px;
    padding: 50px;
    position: relative
}

.login-form a {
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.login-form a i {
    vertical-align: bottom
}

.login-form h4 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    font-size: 2rem;
}
.login-form h4 .login-logo {max-width: 200px;}

.login-form .box {

    padding: 0;
    margin: 8px 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.login-form .btn-box {
    display: block;
    padding: 0;
    margin: 0;
}

.login-form .box i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.login-form .box span {
    display: inline-block;
    width: 1px;
    background: #A6B0CF;
    overflow: hidden;
    vertical-align: middle;
    height: 12px;
    margin: 0 7px;
}

.login-form .frm-input {
    
    font-weight: 400;
    vertical-align: middle;
    width:100%;
    line-height: 38px;
    height: 40px;
    padding: 0 8px 0 50px;
    border:1px solid #EFF2F7;
    background:#EFF2F7;
    border-radius:3px;
    
}
.login-form .frm-input:focus {outline:none;}
.login-form .box label {
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0;
    padding: 0 16px;
    vertical-align: middle;
    z-index: 5;
}

.login-form .frm_input::placeholder {
    color: #A6B0CF;
}

.login-form .btn-box .btn-submit {
    display: block;
    background: #556EE6;
    color: #ffffff;
    border: 1px solid #556EE6;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    font-weight: 500;
    margin: 7px 0 0 0;
    line-height: 48px;
    height: 48px
}

.login-banner {
    width: 320px;
    height: 450px;
}

.login-form .login-find {
    padding: 7px 0 10px 0;
}

.login-wrap .slick-dots {
    bottom: 8px;
}

.login-wrap .slick-dots li {
    width: 9px;
}

.login-wrap .slick-dots li button:before {
    opacity: .15;
}

.login-wrap .slick-dots li.slick-active button:before {
    opacity: .55;
}

.login-wrap .btn-google-login {
    display: block;
    background: #fff;
    color: #262626;
    border: 1px solid #dfdfdf;
    margin-top: 4px;
    border-radius: 2px;
    text-align: center;
    height: 36px;
    line-height: 34px;
    font-weight: 600;
}

.login-wrap .btn-google-login span {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px
}

.login-wrap .btn-google-login span img {
    width: 100%;
}

/* footer style */
.footer {
    display: block;
    padding: 8px 0;
    width:100%;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    font-size:13px;
    text-align:center;
    color: #697088;
    
}
.footer p { padding: 0; margin: 0; }



/* backBox(popup layer) style */
#backBox {
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    min-width: 500px;
    min-height: 400px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loadBox {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

#loadBox .load-box-wrap {
    padding: 0;
    margin: 0;
    background: #ffffff;
    width: 70%;
    height: auto;
    max-width: 1000px;
    max-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: stretch;
    align-self: center;
    border-radius: 2px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4)
}

#loadBox .box-title-wrap {
    display: flex;
    justify-content: start;
    align-content: center;
    width: 100%;
    flex-grow: 0;
    padding: 30px 50px 10px 50px
}

#loadBox .box-title {
    font-size: 1.6em;
    font-weight: 600;
    flex-grow: 1;
    padding: 0;
    color: #495057;
}

#loadBox .btn-close {
    flex-grow: 0;
    width: 20px;
    text-align: center;
    padding: 0;
    align-self: center
}

#loadBox .box-content {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    padding: 10px 50px 30px 50px;
    position: relative;
}

/* backBox2(popup layer) style */
#backBox2 {
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    min-width: 500px;
    min-height: 400;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loadBox2 {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

#loadBox2 .load-box-wrap {
    padding: 0;
    margin: 0;
    background: #ffffff;
    width: 70%;
    height: auto;
    max-width: 1000px;
    max-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: stretch;
    align-self: center;
    border-radius: 2px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4)
}

#loadBox2 .box-title-wrap {
    display: flex;
    justify-content: start;
    align-content: center;
    width: 100%;
    flex-grow: 0;
    padding: 30px 50px 10px 50px
}

#loadBox2 .box-title {
    font-size: 1.6em;
    font-weight: 600;
    flex-grow: 1;
    padding: 0;
    color: #495057
}

#loadBox2 .btn-close {
    flex-grow: 0;
    width: 20px;
    text-align: center;
    padding: 0;
    align-self: center
}

#loadBox2 .box-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px 50px 30px 50px;
    position: relative;
}

#formSend {
    border: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* 체크박스 가운데 */
/* .chk-center{margin-left: -8px !important;} */

/* 총합계 정렬 */
.result-allsum {
    text-align: right;
    padding-right: 15px;
}

.result-allsum-num {
    text-align: right;
    padding-right: 15px;
}

.page-allsum {
    text-align: right;
    padding-right: 15px;
}

.page-allsum-num {
    text-align: right;
    padding-right: 15px;
}

.fa-file-excel {
    padding-right: 5px;
    color: #32A05F;
}

/*
.locate-left-btn{position: relative; left:84.5%;}
.locate-center-btn{position: relative; left:50%; bottom: -33px;}
.locate-left-btn1{position: relative; left:86%;}
.locate-left-btn2{position:relative; left: 73%;}
.locate-left-btn3{position:relative; left: 85%;} */

.ac {
    text-align: center !important;
}

.al {
    text-align: left !important;
    padding-left: 15px !important;
}

.ar {
    text-align: right !important;
    padding-right: 15px !important;
}

.txt-al {
    text-align: left;
}

.txt-ac {
    text-align: center;
}

.txt-ar {
    text-align: right;
}

.pa-def {
    padding: 7px !important;
}

#postcode {
    position: absolute;
    z-index: 10;
    width: 400px;
}

.pg-wrap {
    display: block;
    text-align: center;
    padding: 20px 0;
}

.sound-only {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pg a {
    display: inline-block;
    border: 1px solid #dfdfdf;
    text-decoration: none;
    color: #131313;
}

.pg .pg-page, .pg .pg-current {
    width: 30px;
    line-height: 30px;
    background: #ffffff;
    display: inline-block;
    background: #f6f6f6
}

.pg .pg-current {
    border: 1px solid #495057;
    background: #495057;
    color: #ffffff;
}

.pg .pg-end {
    width: 40px;
}

/* input search list style */
.sch-list {
    position: absolute;
    z-index: 99;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    max-height: 200px;
    overflow-y: auto;
}

.sch-list li {
    border-bottom: 1px solid #dfdfdf;
    padding: 8px;
    cursor: pointer;
    text-align: left
}

.sch-list li:focus {
    background: #E0F3FE;
}

.sch-list li:hover {
    background: #E0F3FE;
}

.sch-list li strong {
    font-weight: 600;
    color: #495057;
}

.select-team {
    width: auto;
    min-width: 150px;
}

.team-name {
    color: #495057;
    font-size: 0.9em;
}

.mpicker-input {
    padding-right: 20px;
    width: 100%;
    max-width: 150px;
}

.mpicker-input + i {
    position: absolute;
    margin-left: -20px;
    margin-top: 8px;
    color: #495057
}

#month-picker {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    border: 1px solid #495057;
    border-radius: 2px;
    background: #ffffff;
    z-index: 50
}

#month-picker .mpicker-header {
    text-align: center;
    padding: 8px 0;
    position: relative;
}

#month-picker .mpicker-header span {
    display: inline-block;
}

#month-picker .mpicker-header span.m-now {
    padding: 0 10px;
    font-weight: 600;
}

#month-picker .mpicker-header span.m-prev,
#month-picker .mpicker-header span.m-next {
    cursor: pointer;
}

#month-picker .mpicker-header span.m-prev:hover,
#month-picker .mpicker-header span.m-next:hover {
    color: #495057;
}

.mpicker-select {
    display: none;
    height: 90px;
    position: absolute;
    overflow-y: auto;
    width: 120px;
    background: #ffffff;
    border: 1px solid #efefef;
    margin: 7px 0 0 -50;
    float: none;
    clear: both;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.mpicker-select.open {
    display: block;
}

.mpicker-select li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    height: 30px;
    line-height: 28px;
    position: relative;
}

.mpicker-select li:hover {
    background: #ECFBF2;
    color: 22a959;
    font-weight: 600;
}

.mpicker-select li.selected {
    background: #ECFBF2;
    color: 22a959;
    font-weight: 600;
}

.mpicker-body {
    width: 100%;
    margin: 0;
    border-top: 1px solid #f0f0f0;
}

.mpicker-body div {
    width: 25%;
    padding: 0;
    margin: 0;
    border: 1px solid #f0f0f0;
    border-top: 0;
    border-left: 0;
    float: left;
    text-align: center;
    height: 55px;
    line-height: 53px;
}

.mpicker-body div:nth-child(4n) {
    border-right: 0;
}

.mpicker-body div:hover {
    background: #ECFBF2;
    color: #495057;
    font-weight: 600;
}

.mpicker-body div.selected {
    background: #ECFBF2;
    color: #495057;
    font-weight: 600;
}


.fa-paperclip.on {
    color: #495057;
}

.fa-paperclip.exception {
    color: #c1c1c1;
}

.fa-paperclip li {
    color: #212529;
}

.last-date {
    font-size: 0.85rem;
    color: #8d8d8d;
}

.excel-up {
    display: none;
    position: absolute;
    width: 400px;
    border: 1px solid #495057;
    border-radius: 2px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin: 3px 5px 7px 7px;
    right: 0
}

.excel-up.show {
    display: block;
}

.frm-file {
    font-size: 0.85rem;
    display: inline-block;
}

.btnbox-block {
    position: relative;
    padding: 5px 0 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%
}

.btn-excel.show {
    background: #495057;
    color: #fff;
}

.btn-excel {
    background: #fff;
    color: #212529;
}

.btn-excel.show i {
    color: #ffffff;
}

.btn-excel i {
    color: #495057;
}

.btnbox-left {
    vertical-align: bottom
}

.btnbox-right {
    vertical-align: bottom;
    text-align: right;
}

.btn-idx-file-view {
    position: relative;
}

.clip-box {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    min-width: 300px;
    padding: 20px;
    border: 1px solid #495057;
    z-index: 10;
    font-family: 'SUIT';
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.clip-box h4 {
    font-size: 1rem;
    text-align: left;
    padding: 0;
    color: #495057;
}

.clip-box h4 label {
    font-size: 0.812rem;
    font-weight: 400;
    color: #000;
}

.clip-box h4 label input {
    margin: 0 3px 0 10px;
}

.clip-box ul {
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    padding-top: 15px;
}

.clip-box ul li {
    margin-bottom: 10px;
}

.clip-box ul li:last-child {
    margin-bottom: 0;
}

.clip-box ul li b {
    margin-right: 8px;
    color: #000
}

.btn-idx-file-view.show .clip-box {
    display: block;
}

#loading {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    line-height: 100vh;
    text-align: center;
    justify-content: center;
    left: 0;
    top: 0;
    align-items: center;
}

#loading span {
    margin-bottom: 150px;
}

#loading i {
    font-size: 4em;
}

#loading.show {
    display: flex;
}

.stat {
    font-size: 0.9rem;
    border-radius: 1px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-bottom: 8px;
}

.no-end, .no-approval, .no-confirm {
    border: 1px solid #efefef;
    color: #6d6d6d;
}

.end, .approval, .confirm {
    border: 1px solid #495057;
    color: #fff;
    background: #495057
}

.tb01 input[type='text'].item2-self {
    visibility: hidden;
    width: 100% !important;
    margin: 0 0;
    height: 0;
    overflow: hidden;
    padding: 0
}

.tb01 input[type='text'].item2-self.show {
    visibility: visible;
    margin: 5px 0;
    height: 30px;
    overflow: hidden;
    padding: 4px 8px
}

.tb01 input[type='text'].vat-input {
    width: 150px;
}

.tb01 .td-calc {
    display: flex;
    justify-content: center;
    align-items: center
}

.tb01 .td-calc .offer-price {
    display: none;
}

.tb01 .td-calc input[type='text']:read-only {
    background: #f6f6f6;
}

.tb01.tb-add.read .td-calc {
    display: table-cell;
}

/*기본 레이아웃*/
.menu_guide{font-size: 1.25rem;margin-bottom:40px;}
.leftct{float: left;width:17%;padding: 30px;margin-right: 1%;background-color: #fff;box-shadow: 0 0 10px #0000000D;}
.rightct{float: left;width:81%;background-color: #fff;padding: 30px;box-shadow: 0 0 10px #0000000D;}
.leftct .btn{display: flex;align-items: center;justify-content: center;}
.leftct .btn i{font-size: 1.25rem;}
.leftct .btns{width: 100%;}
.leftct .btn_ul li a{font-size: 0.875rem;}
.leftct .threebtn{display: flex;align-items: center;justify-content: space-between;width: 100%;padding: 20px 0;border-bottom: 1px solid #dfdfdf;}
.leftct .threebtn button{background: none;border: none;}
.leftct .threebtn button i{display: block;font-size: 1.25rem;}
.leftct .threebtn button span{color: #9D9D9D;}
.leftct ul p.group_p{font-size:0.912rem;font-weight:500;margin-bottom:10px;}

.top-search-wrap.search-wrap{display: flex;justify-content: space-between;margin-bottom: 18px;}
.top-search-wrap.search-wrap > form{display: flex;}
.top-search-wrap.search-wrap > div button{float: left;}
.top-search-wrap.search-wrap > div button:first-child{margin-right:15px;}
.top-search-wrap.search-wrap .wrap{margin: 0;margin-right: 10px;}
.top-search-wrap.search-wrap .detail_sch_btn{cursor: pointer;margin-right: auto;}

/*새로운 알림*/
.notice_bg{width: 100%;height: 100vh;position: absolute;background-color: rgba(0,0,0,0.54);top: 0;left: 0;z-index:100;display: none;}
.notice_box{position: absolute;background-color: #fff;right: 0;top: 0;width: 380px;height: 100%;padding: 20px;z-index:101;display: none;}
.notice_box h6, .memo_box h6{display: flex;align-items: center;}
.notice_box h6 .bx-bell{margin-right: 5px;}
.notice_box h6 .bx-x{margin-left: auto;}
.notice_box h6 i, .memo_box h6 i{font-size: 1.4rem;cursor: pointer;}
.notice_box h6 span{color: #C90022;margin-left:5px;}
.notice_box ul{margin-top: 20px;}
.notice_box ul li{margin-bottom: 15px;width: 100%;background-color: #EFF2F7;border-radius: 10px;padding: 14px;}
.notice_box ul li p{margin: 0;}
.notice_box ul li .notice_tit{font-weight: 500;margin-bottom: 8px;}
.notice_box ul li span{text-align: right;display:block;font-size:0.812rem;color: #A6B0CF;}
.notice_box ul li span i{position:relative;top:1px;font-size:0.88rem;}
.notice_box ul li span.checked{color: #B43D00;}

/*메모*/
.memo_box{position: absolute;background-color: #fff;right: 0;top: 0;width: 380px;height: 100%;padding: 20px 0;z-index:101;display: none;}
.memo_box h6 .bx-x{margin-left:auto;margin-right:3%;}
.memo_box > div{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#EFEFEF;}
.memo_box > div input{appearance: revert;position: relative;top: 2px;margin-right: 3px;}
.memo_box > ul li{padding:20px 0;width:90%;margin:0 auto;border-bottom:1px solid #dfdfdf;}
.memo_box > ul li div{display:flex;margin-bottom: 10px;}
.memo_box > ul li div span{margin-right:auto;color:#697088;margin-left:5%;}
.memo_box > ul li div i{font-size: 1rem;}
.memo_box > ul li p{margin: 0 auto;width:90%;}

/*팀 리스트*/
.leftct span.staff_num{display:inline-block;background-color:#34C38F;color:#fff;padding:1px 7px;height:21px;line-height:21px;text-align:center;border-radius: 15px;font-weight:300;font-size:0.812rem;margin-left:8px;}
.leftct .teamlist{margin: 30px 0 0 30px;margin-left:25px}
.leftct .teamlist > li{padding: 6px 0;}
.leftct .teamlist > li > button{background: none;border: none;display:inline-block;font-size: 1.125rem;color: #A6B0CF;padding:0;margin-right: 3px;}
.leftct .teamlist > li > button i{position:relative;top: 3px;}
.leftct .teamlist > li > p{display:inline-block;}
.leftct .teamlist ul{margin-left: 24px;}
.leftct .teamlist ul li{padding: 10px 0;}
.leftct .teamlist ul li p{display: inline-block;margin: 0;}