.h1,
.h2,
.h3,
.h4,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

ul {
    list-style: none;
    padding: 0;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.form-control-static {
    margin-bottom: 0;
    font-size: 14px;
    height: auto;
    padding: 0.4375rem 0;
}

.bootstrap-select .btn.dropdown-toggle.select-with-transition {
    margin: 0;
    height: 36px;
    padding-right: 10px;
}

.table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.table thead tr th {
    font-size: 0.875rem;
    font-weight: 500;
}

.table thead tr td {
    font-size: 0.875rem;
    font-weight: 400;
}

.table tbody tr th {
    font-size: 0.875rem;
    font-weight: 400;
}

.table tbody tr td {
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-sm:not(.btn-just-icon):not(.btn-fab) .fa {
    font-size: inherit !important;
}

.ln_solid {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #efefef;
}

.file_area {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-top: 8px;
}

.file_area > li {
    list-style: none;
    clear: both;
    margin-bottom: 20px;
    display: flex;
}

.file_area > li:last-child {
    margin-bottom: 0;
}

.file_area > li input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.file_area > li .upload-display {
    margin-bottom: 5px;
    float: left;
    margin-top: -2px;
    margin-right: 12px;
}

.file_area > li .upload-thumb-wrap {
    display: inline-block;
    width: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height: 38px;
}

.file_area > li .upload-display img {
    display: block;
    max-width: 100%;
    width: 100%\9;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.file_area > li .upload-display img:before {
    content: "";
    display: inline-block;
    padding-top: 40px;
}

.file_area > li .upload-thumb-wrap > i {
    margin: 0 auto;
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 6px;
}

.file_area > li .bs3-primary label {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.file_area > li .bmd-form-group {
    float: left;
    position: relative;
    border-collapse: separate;
}

.file_area > li .bmd-form-file {
    display: flex;
    flex-direction: row;
}

.file_area > li .bmd-form-comment {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.file_area > li {
    flex-direction: column;
}
.col-lg-12.col-xl-6 .file_area > li .bmd-form-comment .bmd-form-group{
    width:100%;
}

.file_area > li .bmd-form-action {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.file_area .upload-name {
    padding-left: 10px;
    min-width: 280px;
}

.file_area .item-file-row {
    flex-direction: column;
    border-bottom: 1px solid #f0f0f0;
}

.file_area .item-file-column {
    margin-bottom: 10px;
}

.file_area .item-file-column:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.input-group-btn label.btn {
    margin: 0;
}

.input-group-btn .btn.btn-fab {
    height: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.fileupload-wrap .card-header {
    padding-bottom: 0 !important;
}

.fileupload-wrap .card-body {
    padding-top: 0 !important;
}

.note-editor.note-frame .btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.note-editor.note-frame .dropdown-toggle:after {
    display: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.note-editor .note-toolbar > .note-btn-group,
.note-popover .popover-content > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 2px;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.note-editor .h1,
.note-editor h1 {
    font-size: 36px;
}

.note-editor .h2,
.note-editor h2 {
    font-size: 30px;
}

.note-editor .h3,
.note-editor h3 {
    font-size: 24px;
}

.note-editor .h4,
.note-editor h4 {
    font-size: 18px;
}

.note-editor .h5,
.note-editor h5 {
    font-size: 14px;
}

.note-editor .h6,
.note-editor h6 {
    font-size: 12px;
}

.note-editor .dropdown-menu li > a {
    padding: 3px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.note-editor .dropdown-menu .dropdown-item:focus,
.note-editor .dropdown-menu .dropdown-item:hover,
.note-editor .dropdown-menu a:active,
.note-editor .dropdown-menu a:focus,
.note-editor .dropdown-menu a:hover {
    box-shadow: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
}

.note-editor blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.form-control-static .attachment {
    margin-top: 20px;
}

.form-control-static .attachment ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.form-control-static .attachment ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-control-static .attachment ul li img {
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.form-control-static .attachment ul li span {
    float: right;
}

.form-control-static .attachment .file-name {
    float: left;
}

.form-control-static .attachment .links {
    width: 100%;
    display: inline-block;
}

.form-control-static .attachment ul li {
    width: 200px;
}

.form-control-static .attachment .atch-thumb {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

.form-control-static .attachment .atch-thumb:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.form-control-static .attachment .atch-thumb img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    border: none;
    padding: 5px;
    margin-bottom: 0;
    transform: translateY(-50%);
}

.form-control-static .attachment .atch-thumb i {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    border: none;
    padding: 5px;
    margin-bottom: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 8rem;
}

.form-control-static h2.title:first-child {
    margin-top: 0;
}

.form-control-static h2.title {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
    color: #73879c;
    border-bottom-style: dashed;
}

.note-modal .form-group input[type="file"] {
    opacity: inherit;
    position: relative;
    opacity: inherit;
    position: relative;
    z-index: initial;
    width: auto;
    height: auto;
    top: initial;
    right: initial;
    left: initial;
    bottom: initial;
}

.note-editor.note-airframe .note-editing-area .note-editable {
    background-color: #fff;
}

.navbar-collapse .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    min-width: 130px;
}

.table .material-icons {
    font-size: inherit;
}

.btn-min {
    min-width: 110px;
}

.text-small {
    font-size: 88%;
}

.login-page .card-login .card-body .input-group-end > button {
    margin-top: 20px;
    margin-bottom: 0;
}

.input-text-wrap {
    padding-left: 56px;
}

.bmd-form-shown {
    display: none;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.treeview .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.treeview .list-group-item {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.treeview .list-group-item:focus,
.treeview .list-group-item:hover {
    text-decoration: none;
    background-color: #f8f9fa;
}

.treeview .list-group-item:active {
    color: #212529;
    background-color: #e9ecef;
}

.treeview .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.treeview .list-group-item:focus,
.treeview .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.treeview .list-group-item.disabled,
.treeview .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.treeview .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.treeview .add-node {
    position: absolute;
    right: 10px;
    top: calc(50% - 14px);
}

.form-check .form-check-label .form-check-sign {
    top: 4px;
}

.form-check .form-check-sign .check {
    width: 15px;
    height: 15px;
}

.form-check .form-check-sign .check:before {
    margin-top: -5px;
    margin-left: 5px;
}

.form-check .form-check-label {
    padding-left: 23px;
}

.form-control:read-only {
    background-color: transparent;
    border-bottom: 1px dashed #d2d2d2;
    background-image: none;
}

.form-group.tags input[type=text]{
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    background-image: none;
}
body:not(.sidebar-mini) .nav-link > .sidebar-mini {
    opacity: 0;
}

body.sidebar-mini .nav-link > .sidebar-mini {
    opacity: 1;
}

.card .form-check {
    margin-top: 10px;
}

h6.card-title {
    font-size: 1rem;
    text-transform: none;
}

dl.menuchange {
    clear: both;
}

.tooltip-inner dl dt {
    font-weight: 700;
    margin-bottom: 7px;
}

.tooltip-inner dl dd {
    margin-bottom: 5px;
    font-size: 90%;
}

.page-link .material-icons {
    font-size: 16px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
    .table-responsive .table {
        min-width: 1024px;
    }
}

@media only screen and (max-width: 760px) {
    .pagination > .page-item > .page-link,
    .pagination > .page-item > span {
        padding: 0 8px;
        min-width: 15px;
        margin: 0;
    }
    .main-panel > .content {
        padding-top: 0;
    }
}

.max500 {
    max-width: 500px;
}

.error .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.error .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    height: 493px;
    background: url(/resources/assets/img/bg_error.jpg) 50% 50% no-repeat;
}

.error .content .title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.error .content .title:before {
    display: block;
    position: relative;
    width: 90px;
    height: 102px;
    content: "";
    margin: 0 auto 30px;
    background: url(/resources/assets/img/icon_error.svg) 50% 50% no-repeat;
}

.error .content .desc {
    margin: 16px 0 45px;
    font-size: 16px;
    line-height: 1.625em;
}

.note-editor p {
    line-height: 1.625;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .modal-full-lg {
        max-width: 1200px;
    }
}

.modal-max-lg {
    max-width: 1600px;
}

.modal .modal-header .close {
    z-index: 9;
}

.list-group-line .list-group-item {
    border: 1px solid #ddd;
    margin-bottom: -1px;
}

.list-group-line .list-group-item:last-child {
    margin-bottom: 0;
}

.list-group-line .list-group-wrap {
    padding: 1rem;
}

.note-editing-area {
    background-color: #fff;
}

.menu-body #form {
    position: relative;
}

.menu-body .follow-scroll {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.sidebar .sidebar-wrapper .user .user-info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-mini,
.sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-mini {
    width: 5px;
}

.sidebar .nav li h6 {
    padding-left: 1.5rem !important;
    font-size: 14px;
}

.sidebar .nav i {
    font-size: 20px;
    margin-right: 8px;
    width: auto;
}

.sidebar .nav p {
    font-size: 13px;
}

.sidebar .nav-item.mt-3 a {
    position: relative;
    font-weight: 700;
}

.sidebar .nav-item.mt-3 a:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background-color: hsla(0, 0%, 71%, 0.3);
    display: inline-block;
    width: 100%;
    left: 0;
}

.sidebar .nav-item.mt-3:first-child a:before {
    display: none;
}

.sidebar .nav li .dropdown-menu a,
.sidebar .nav li a {
    margin-top: 0;
}

.swal2-title {
    font-size: 1.3rem !important;
}

.additional_items .additional_wrap {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

h4.title {
    font-weight: 500;
}

.nav-pills .nav-item .nav-link {
    background-color: hsla(0, 0%, 78%, 0.2);
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd;
}

@media (min-width: 992px) {
    .modal-lg.modal-fit {
        max-width: fit-content;
    }
}

.text-black {
    color: #333;
}

.text-large.text-black {
    font-size: 16px;
}

.navbar-form #txt {
    min-width: 300px;
    color: #3c4858 !important;
    font-size: 0.75rem;
    padding-bottom: 3px;
}

.navbar-form #txt::placeholder {
    font-size: 0.75rem;
    padding-bottom: 3px;
}

.dm-uploader {
    border: 0.25rem dashed #a5a5c7;
    text-align: center;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dm-uploader .btn {
    position: relative;
    overflow: hidden;
    width: 300px;
    text-align: center;
}

.dm-uploader .btn input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.card-header-rose {
    background: linear-gradient(60deg, #005bac, #005bac) !important;
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(13 61 122 / 40%) !important;
}

.btn-rose {
    background-color: #005bac !important;
    border-color: #005bac !important;
    box-shadow: 0 2px 2px 0 rgb(13 61 122 / 14%), 0 3px 1px -2px rgb(13 61 122 / 20%), 0 1px 5px 0 rgb(13 61 122 / 12%) !important;
}

.card .card-header {
    background: 0 0 !important;
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.bg-rose,
.card.card-rotate.bg-rose .back,
.card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg, #005bac, #005bac) !important;
}

a {
    color: #333;
}

a:hover {
    color: #005bac;
}

.sidebar[data-color="rose"] li.active > a {
    background-color: #005bac;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(13 61 122 / 40%);
}

.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
    background-color: #005bac;
    border-color: #005bac;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgb(13 61 122 / 14%), 0 1px 10px 0 rgb(13 61 122 / 12%), 0 2px 4px -1px rgb(13 61 122 / 20%);
}

.modal-lg.modal-lg-1200 {
    min-width: 1248px;
}

.modal-lg.modal-lg-1000 {
    min-width: 1048px;
}

.header-filter:before {
    background: #f3f7fa;
}

:not(.note-btn).btn.btn-default {
    background-color: #504c50 !important;
    border-color: #504c50 !important;
    color: #fff !important;
    box-shadow: none !important;
}

:not(.note-btn).btn.btn-success {
    background-color: #005bac !important;
    border-color: #005bac !important;
    color: #fff !important;
    box-shadow: none !important;
}

:not(.note-btn).btn.btn-danger {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
    color: #fff !important;
    box-shadow: none !important;
}

:not(.note-btn).btn.btn-primary {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #fff !important;
    box-shadow: none !important;
}

:not(.note-btn).btn.btn-outline-default {
    border-color: #504c50 !important;
    color: #504c50;
}

:not(.note-btn).btn.btn-outline-success {
    border-color: #005bac !important;
    color: #005bac;
}

:not(.note-btn).btn.btn-outline-danger {
    border-color: #f44336 !important;
    color: #f44336;
}

:not(.note-btn).btn.btn-outline-primary {
    border-color: #3c4858 !important;
    color: #3c4858;
}

.main-panel > .content {
    margin-top: 55px;
    padding: 15px 15px;
}

.form-check .form-check-input:checked ~ .circle {
    border-color: #3c4858;
}

.form-check .form-check-label .circle .check {
    background-color: #3c4858;
}

.form-check .form-check-input:checked + .form-check-sign .check {
    background-color: #3c4858;
}

.form-check .form-check-sign .check {
    background-color: #efefef;
}

.form-check .form-check-input.readonly + .form-check-sign .check {
    border-color: #d0d0d0 !important;
}

.form-check.form-check-table {
    margin-top: 5px;
}
.form-check.form-check-table .form-check-sign,
.form-check.form-check-table .circle {
    top: -13px;
}
.sidebar[data-background-color="black"] {
    background-color: #011e41;
}
.sidebar .logo {
    background-color: #f3f7fa;
    padding: 10px 0;
}

.simple-logo {
    text-align: center;
    width: 100%;
    display: block;
}

.simple-logo img {
    max-width: 80%;
    max-height: 50px;
    vertical-align: top;
}

.form-check,
label {
    color: #646262 !important;
}

.modal .modal-footer button {
    min-width: 100px;
}

.file_area .bmd-form-group > .input-group {
    flex-wrap: nowrap;
}

[data-group="innoimg"] .upload-name {
    min-width: 300px !important;
}

.bmd-form-desc {
    width: 100%;
}

.bmd-form-desc .bmd-form-group {
    width: 100%;
}

.swal-text {
    font-size: 14px;
    font-weight: 400;
}

.swal-text .btn {
    text-decoration: underline;
}

#commonForm {
    height: 0;
    margin: 0;
}

.error-wrap {
    position: relative;
    background-color: #f8f8f8;
}

.error-wrap .error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-wrap .error .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: min(62.5vw, 1200px);
    height: 612px;
    margin: 0 min(1.041vw, 20px);
    padding: min(5.208vw, 100px) min(1.562vw, 30px);
    background-color: #fff;
}

.error-wrap .error .text_wrap {
    text-align: center;
}

.error-wrap .error .text_wrap img {
    width: 99px;
    margin-bottom: min(2.968vw, 57px);
}

.error-wrap .error .text_wrap h3 {
    margin-bottom: min(0.781vw, 15px);
}

.error-wrap .error .text_wrap p {
    margin-bottom: min(2.604vw, 50px);
    line-height: 1.5em;
}

.error-wrap .error .btn_wrap {
    text-align: center;
}

.error-wrap .error .btn_wrap .btn {
    font-size: max(min(0.833vw, 16px), 14px);
    min-width: 310px;
    background-color: #005bac;
    color: #fff;
    border: rgba(0, 0, 0, 0);
    color: #222;
    border: none;
    text-decoration: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: min(0.989vw, 11px) min(1.302vw, 25px);
    width: auto;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.error-wrap .error h3 {
    margin-bottom: min(1.562vw, 30px);
    color: #222;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1;
}

@media (max-width: 1023px) {
    .error-wrap .error {
        width: 84%;
        height: 88%;
    }
    .error-wrap .error .inner {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 20px;
    }
    .error-wrap .error .text_wrap img {
        width: 68px;
        margin-bottom: 25px;
    }
    .error-wrap .error .text_wrap h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) and (min-width: 1024px) {
    .error-wrap .error .text_wrap h3 {
        font-size: 1.0625rem;
        letter-spacing: -0.015em;
        line-height: 1.2941176471em;
    }
}

@media (max-width: 1023px) and (max-width: 1023px) {
    .error-wrap .error .text_wrap h3 {
        font-size: 17px;
        letter-spacing: -0.015em;
        line-height: 22px;
    }
}

@media (max-width: 1023px) {
    .error-wrap .error .text_wrap p {
        margin-bottom: 25px;
    }
}

@media (max-width: 1023px) and (min-width: 1024px) {
    .error-wrap .error .text_wrap p {
        font-size: 0.875rem;
        letter-spacing: -0.015em;
        line-height: 1.2857142857em;
    }
}

@media (max-width: 1023px) and (max-width: 1023px) {
    .error-wrap .error .text_wrap p {
        font-size: 14px;
        letter-spacing: -0.015em;
        line-height: 18px;
    }
}

@media (max-width: 1023px) {
    .error-wrap .error .btn_wrap .btn {
        min-width: 240px;
    }
}

@media (max-width: 767px) {
    .error-wrap .container {
        min-height: 570px;
    }
}

[data-group="innoimg"] .item-file {
    display: inline-block;
}

[data-group="innoimg"] .item-file .bmd-form-file {
    width: 50%;
    float: left;
}

[data-group="innoimg"] .item-file .bmd-form-desc {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #005bac;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(0 106 255 / 40%);
}
.list-group-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: normal;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group .sub-list {
    margin-top: 10px;
}
.list-group .icon-child-sort,
.list-group .icon-sort {
    align-items: center;
    display: inline-flex;
    margin-right: 10px;
}
.list-group-item-wrap {
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: normal;
}
.list-group .icon-child-sort .material-icons,
.list-group .icon-sort .material-icons {
    font-size: 20px;
}
.sortable-placeholder {
    width: 100%;
    height: 50px !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
}
.list-group button.badge {
    border: 0;
    background-color: transparent;
    padding: 2px;
    outline: none;
    cursor: pointer;
}
.list-group .badge {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* margin-top:-13px; */
    color: red;
    font-size: 1.2rem;
}
.btn{
    text-transform: none;
}
.max-selectpicker .bootstrap-select{
    max-width: 350px !important;
}