body>.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    text-align: center;
}

body>.loading img {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/* 메인 */
.main div.progress {
    height: 4px;
}

.card-body {
    overflow-x: auto;
}

.card-body table thead th .sort_arrow {
    margin-left: 5px;
}

.card-body table tbody td select.sm-select {
    height: 28px;
    line-height: 26px;
    font-size: 13px;
}

.overflow-table-container {
    overflow-x: auto;
}

.overflow-table-container table {
    min-width: 1500px;
}

table tbody td button.full {
    width: 100%;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
}

button.no_click {
    cursor: default !important;
}

button.no_click:hover {
    background-color: #30419b !important;
}

button.no_click:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background-color: #30419b !important;
}

.list-cursor tbody tr td:not(.no_list):not(.sign) {
    cursor: pointer;
}

.text-through {
    text-decoration: line-through;
}

td.no_list {
    height: 199px;
    color: #666;
}

th span.essential {
    position: relative;
    color: #fc5454;
    margin-right: 5px;
}

th span.help {
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(48, 65, 156, 0.3);
    color: #fff;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 5px;
    margin: auto 0;
}

th span.help i {
    font-size: 10px;
    position: relative;
    top: 1px;
}

th span.help:hover {
    background-color: #30419b;
    color: #fff;
}

.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.sub_title {
    font-size: 18px;
    margin-bottom: 5px;
}

.placeholder {
    color: #b9b9b9;
}

.left-box {
    width: 50%;
}

.right-box {
    width: calc(50% - 15px);
    margin-left: 15px;
}

[class^="input-group-"] {
    /* flex-basis: 100%; */
    display: flex;
}

[class^="input-group-"] button {
    height: 33px;
    padding: 0 10px;
}

[class^="input-group-"] button.init_btn {
    position: absolute;
    top: 1px;
    right: 0;
    width: 25px;
    background-color: transparent;
    color: #fc5454;
    padding: 0;
    display: none;
}

[class^="input-group-"]:hover button.init_btn {
    display: block;
}

.input-group-block2 input {
    width: 100%;
    border-top-right-radius: 3;
    border-bottom-right-radius: 3;
}

.input-group-block2>span {
    width: 100%;
    height: 33px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #ced4da;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.input-group-block2 button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    height: 31px;
}

.input-group-block2:not(.btn-left) button.init_btn {
    right: 35px;
}

.input-group-block2 button span {
    width: max-content;
    font-size: inherit;
    display: block;
}

.input-group-block2 button i {
    margin-left: 10px;
    padding: 0;
    margin: 0;
}

.input-group-block2.btn-left input,
.input-group-block2.btn-left select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
}

.input-group-block2.btn-left span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-block2.btn-left button {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-block2.btn-side input {
    width: calc(100% - 66px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}

.input-group-block2.btn-side button:first-child {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-block2.checkbox_wrap {
    height: 28px;
}


.input-group-block2.checkbox_wrap input[type='checkbox']+label {
    position: relative;
    top: 5px;
}

.input-group-block2.checkbox_wrap label {
    height: max-content;
    margin-right: 5px;
    flex: none;
}

.input-group-block3 input:first-child {
    width: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-block3 input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-block3 span.front,
.input-group-block3 span.back {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ced4da;
    background-color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.input-group-block3 span.front {
    width: 40%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-shrink: 0;
}

.input-group-block3 span.back {
    width: 65%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-block3 button {
    border-radius: 0;
}

.input-group-radio input:first-child+label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group-radio label:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

input[type="checkbox"]+label.list_check_label:before {
    width: 20px;
    height: 20px;
    margin: 0;
    top: 2px;
}

input[type="checkbox"]:checked+label.list_check_label:after {
    width: 20px;
}

input[type="checkbox"]:disabled+label:before {
    background-color: rgba(239, 239, 239, 0.3);
    cursor: no-drop;
}


input[type="checkbox"]+label.pi_check_label:before {
    width: 20px;
    height: 20px;
    margin: 0;
    top: 2px;
}

input[type="checkbox"]:checked+label.pi_check_label:after {
    width: 30px;
}

input[type="checkbox"]+label.order_list_check_label:before {
    width: 20px;
    height: 20px;
    margin: 0;
    top: 2px;
    left: 4px;
}

input[type="checkbox"]:checked+label.order_list_check_label:after {
    width: 30px;
}

/* datepicker */
.datepicker_wrap {
    display: flex;
}

.datepicker_wrap .datepicker_date_wrap {
    position: relative;
    width: 110px;
    border: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 10px;
    display: flex;
}

.datepicker_wrap .datepicker_date_wrap:hover .datepicker_cancel {
    display: block;
}

.datepicker_wrap span {
    height: 31px;
    line-height: 33px;
    font-size: 13px;
}

.datepicker_wrap .datepicker_cancel {
    position: absolute;
    width: 25px;
    height: 32px;
    right: 0;
    color: #fc5454;
    background-color: transparent;
    display: none;
}

.datepicker_wrap .ui-datepicker-trigger {
    padding: .375rem .75rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.comment {
    padding: 10px 5px;
}

.list_btns {
    width: calc(100% - 240px);
    position: fixed;
    bottom: 0;
    left: 240px;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #ced4da;
}

.list_btns button {
    margin-left: 5px;
    float: left;
}

.list_btns button:first-child {
    margin-left: 0;
}

.scroll_wrap {
    max-height: 200px;
}

.scroll_wrap .layer_list td {
    border-top: 0;
}

/* 스크롤 바 content의 height */
.scroll_wrap.height-list-size {
    max-height: 540px;
}

.scroll_wrap.height-max-size {
    max-height: 620px;
}

.scroll_wrap.height-env-size {
    max-height: 724px;
}

.scroll_wrap.height-print-size {
    max-height: 670px;
}

.scroll_wrap td [class^="input-group-"] button,
.scroll_wrap td .datepicker_wrap button:not(.datepicker_cancel) {
    width: inherit;
    height: 33px;
    font-size: 13px;
}

.scroll_wrap td button.init_btn,
.scroll_wrap td button.datepicker_cancel {
    width: 25px;
}

.scroll_wrap td button.datepicker_cancel {
    height: 32px;
    line-height: 32px;
}

.list_search {
    overflow: hidden;
    display: flex;
}

.list_search .datepicker_wrap {
    margin-left: 5px;
    flex-shrink: 0;
}

.list_search>*:first-child {
    margin-left: 0;
}

.list_search .datepicker_date_wrap.expand_width {
    width: 130px;
}

.list_search .input-group-block2.layer_search {
    flex-basis: 180px;
    margin-left: 5px;
    flex-shrink: 0;
}

.list_search select {
    max-width: 150px;
    margin-left: 5px;
    flex-shrink: 0;
}

.list_search input:not([name='keyword']),
.list_search .input-group-block2 span {
    width: 150px;
}

.list_search input {
    margin-left: 5px;
}

.list_search .submit_btn {
    width: 60px;
    margin-left: 5px;
}

table tr td textarea {
    margin-bottom: -4px;
}

/* 검색 */
.search_group {
    margin: 10px 0;
}

.search_area {
    width: 100%;
    text-align: right;
    margin: 10px 0;
}

#price_group_title {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 5px;
    margin-bottom: 10px;
}

/*  필수값 체크 */
.required:not(.list_check_label) {
    border: 1px solid #fc5454 !important;
}

.list_check_label.required:before {
    border-color: #fc5454 !important;
}

.required_comment {
    color: #fc5454 !important;
    padding: 5px 5px 0;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cursor-pointer {
    cursor: pointer;
}

input[type="checkbox"]:checked+label.checklabel-danger:before {
    background-color: #fc5454;
    border-color: #fc5454;
}