.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html {
  background: #292C2F;
  font-family: 'Noto Sans KR';
  scrollbar-3dLight-Color: #222222;
  scrollbar-arrow-color: #5A5A5A;
  scrollbar-base-color: #222222;
  scrollbar-Face-Color: #5A5A5A;
  scrollbar-Track-Color: #222222;
  scrollbar-DarkShadow-Color: #222222;
  scrollbar-Highlight-Color: #222222;
  scrollbar-Shadow-Color: #222222;
}
::selection {
  background-color: #6b86ac;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-thumb {
  background-color: #5A5A5A;
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background-color: #222222;
}
:focus-visible {
  outline: none;
}
body {
  font-size: 12px;
}
body .toggle-group .toggle-on,
body .toggle-group .toggle-off {
  visibility: hidden;
}
body .nolineheight {
  line-height: 1;
}
body a {
  color: #84AEFF;
  cursor: pointer;
}
body a:hover,
body a:focus {
  color: #84AEFF;
}
body a:hover {
  text-decoration: underline;
}
body a:focus {
  text-decoration: none;
  outline: none;
}
body .btn {
  font-family: 'Noto Sans KR';
  font-size: 13px;
  padding: 4px 8px;
  height: 36px;
  border-radius: 2px;
}
body .btn i[class^="spw"] {
  font-size: 20px;
  color: #ABABAB;
  line-height: 34px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .btn i[class^="spw"] {
    line-height: 28px;
  }
}
body .btn:not([disabled=disabled]):hover i[class^="spw"] {
  color: #EEEEEE;
}
body .btn.btn-risk {
  padding: 0 4px;
  height: 20px;
}
body .btn.btn-xs {
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
}
body .btn .toggle-on {
  padding: 0;
  right: 60%;
  height: 30px;
  top: -5px;
}
body .btn .toggle-off {
  padding: 0;
  left: 60%;
  height: 30px;
  top: -5px;
}
body .btn.btn-call {
  margin: 1px 4px 1px 4px;
  font-size: 10px;
  padding: 0px 4px 2px 4px;
  height: 16px;
  border-radius: 4px;
}
body .toggle.btn {
  border: none;
  border-radius: 15px;
  min-height: 20px;
  min-width: 36px;
  padding: 0;
}
body .toggle.btn label {
  font-size: 12px;
}
body .toggle.btn .toggle-group {
  width: 50px;
  display: flex;
  align-items: center;
}
body .toggle.btn.off .toggle-group {
  left: -14px;
}
body .toggle.btn .toggle-handle {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  padding: 0;
}
body .toggle.btn label {
  line-height: 31px;
}
textarea {
  resize: vertical;
  cursor: auto;
}
label {
  font-weight: 400;
  margin-bottom: 4px;
}
.margin-20 {
  margin: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 0px;
  }
  .control-sidebar-open .leftCenterRight-layout .content-wrapper {
    margin-right: 300px;
    margin-left: 192px;
  }
}
.left-collapsed .leftCenterRight-layout .content-wrapper {
  margin-right: 300px;
  margin-left: 50px;
}
.control-sidebar {
  width: 300px;
}
.navbar-inverse {
  border-width: 0;
}
.leftCenterRight-layout .content-wrapper {
  margin-right: 300px;
}
.content-wrapper,
.right-side,
.main-footer {
  margin-left: 192px;
}
.wrapper.centerRight-layout .content-wrapper {
  margin-right: 300px;
}
.sidebar-collapse .content-wrapper,
.sidebar-collapse .right-side,
.sidebar-collapse .main-footer {
  margin-left: 192px !important;
}
html,
body,
.content-wrapper {
  height: 100%;
}
html.fixed .wrapper.navi-layout .content-wrapper,
body.fixed .wrapper.navi-layout .content-wrapper {
  padding: 0;
}
html.fixed .wrapper.navi-layout .box.navi,
body.fixed .wrapper.navi-layout .box.navi {
  position: fixed;
  width: -webkit-fill-available;
  left: 0;
  right: auto;
  z-index: 1039;
}
html.fixed .wrapper.navi-layout .box.navi .box-header,
body.fixed .wrapper.navi-layout .box.navi .box-header {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  position: fixed;
  width: -webkit-fill-available;
  min-width: 100%;
  left: 0;
  right: auto;
  z-index: 1039;
  top: 52px;
}
/************************************************************************
 * 가운데 화면(content) 관련 스타일
 ************************************************************************/
.content-wrapper .fa-in-button {
  vertical-align: middle;
  font-size: 17px;
  margin-right: 1px;
}
.content-wrapper .material-icons {
  vertical-align: bottom;
  font-size: 19px;
  margin-right: 1px;
}
.content-wrapper .dataTables_wrapper i.fa {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 7.5px;
}
.content-wrapper section.content-header {
  position: relative;
  padding: 0;
  height: 46px;
  border-bottom: 1px solid #e9e9e9;
  margin-left: 16px;
}
.content-wrapper section.content-header ol {
  float: left;
  top: auto;
  right: auto;
  padding: 14px 0 0 0;
  width: 100%;
  font-weight: 600;
}
.content-wrapper section.content {
  padding: 0;
}
.content-wrapper section.content > div {
  padding-left: 0;
  padding-right: 0;
}
.content-wrapper section.content .box-header.title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 2.6;
  position: fixed;
  width: 100%;
  left: 0;
  right: auto;
  z-index: 1039;
  top: 52px;
}
.content-wrapper section.content .box-header.title .button-group {
  margin-top: 11px;
}
.content-wrapper section.content .box-header.title span {
  vertical-align: middle;
}
.content-wrapper section.content .box-header .title {
  padding: 4px 0 10px 4px;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
}
.content-wrapper section.content .search-filter-area {
  margin-bottom: 0;
}
.content-wrapper section.content .search-filter-area .box-body {
  padding: 148px 20px 0 20px;
}
.content-wrapper section.content .search-filter-area .search-box {
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box {
  display: inline-block;
  width: 417px;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .select2-selection__rendered {
  padding: 0 8px;
  max-height: 100px;
  overflow: auto;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .select2-container--default .select2-selection--single {
  height: 30px;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .btn.addon-btn.right-addon {
  min-width: 76px;
}
.content-wrapper section.content .search-filter-area .search-box .search-input-box .btn.addon-btn.right-addon span.btn-name {
  color: #EEEEEE;
}
.content-wrapper section.content .search-filter-area .search-condition-box {
  display: none;
  vertical-align: top;
  min-width: 200px;
  margin-top: 12px;
}
.content-wrapper section.content .search-filter-area .search-condition-box .searchConditionHead .close-btn {
  margin-top: 4px;
  padding: 0;
}
.content-wrapper section.content .search-filter-area .search-condition-box .close-btn,
.content-wrapper section.content .search-filter-area .search-condition-box .close-btn:focus {
  height: 21px;
  margin-top: 6px;
  border-radius: 100px;
  vertical-align: top;
  color: #7D7D7D;
}
.content-wrapper section.content .search-filter-area .search-condition-box .close-btn i,
.content-wrapper section.content .search-filter-area .search-condition-box .close-btn:focus i {
  font-size: 20px;
}
.content-wrapper section.content .content-area {
  padding-top: 20px;
}
.content-wrapper section.content .button-group .pull-right {
  padding: 7.5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
/************************************************************************
 * form-horizontal
 ************************************************************************/
.form-horizontal,
.modal-body .tab-content {
  padding: 0 20px;
}
.form-horizontal .control-label,
.modal-body .tab-content .control-label,
.form-horizontal .checkbox-label,
.modal-body .tab-content .checkbox-label {
  font-size: 12px;
  text-align: left;
}
.form-horizontal .form-group:last-child,
.modal-body .tab-content .form-group:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group,
.modal-body .tab-content .form-group {
  margin-bottom: 10px;
}
.form-horizontal .form-group .close-btn,
.modal-body .tab-content .form-group .close-btn,
.form-horizontal .form-group .close-btn:focus,
.modal-body .tab-content .form-group .close-btn:focus {
  right: 15px;
}
.form-horizontal .form-group .panel-body-title,
.modal-body .tab-content .form-group .panel-body-title {
  font-weight: 600;
  font-size: 15px;
  padding: 0 16px;
}
.form-horizontal .form-group .checkbox input[type="checkbox"]:checked + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"]:checked + label::before,
.form-horizontal .form-group .checkbox input[type="radio"]:checked + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"]:checked + label::before,
.form-horizontal .form-group .checkbox input[type="checkbox"]:checked + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"]:checked + label::before,
.form-horizontal .form-group .checkbox input[type="radio"]:checked + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"]:checked + label::before,
.form-horizontal .form-group .checkbox input[type="checkbox"]:indeterminate + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"]:indeterminate + label::before,
.form-horizontal .form-group .checkbox input[type="radio"]:indeterminate + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"]:indeterminate + label::before,
.form-horizontal .form-group .checkbox input[type="checkbox"]:indeterminate + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"]:indeterminate + label::before,
.form-horizontal .form-group .checkbox input[type="radio"]:indeterminate + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"]:indeterminate + label::before,
.form-horizontal .form-group .checkbox input[type="checkbox"] + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"] + label::before,
.form-horizontal .form-group .checkbox input[type="radio"] + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"] + label::before,
.form-horizontal .form-group .checkbox input[type="checkbox"] + label::before,
.modal-body .tab-content .form-group .checkbox input[type="checkbox"] + label::before,
.form-horizontal .form-group .checkbox input[type="radio"] + label::before,
.modal-body .tab-content .form-group .checkbox input[type="radio"] + label::before {
  width: 15px;
  height: 15px;
}
.form-horizontal .form-group .checkbox label::after,
.modal-body .tab-content .form-group .checkbox label::after {
  font-size: 14px;
  left: -2px;
}
.form-horizontal .form-group label .filter,
.modal-body .tab-content .form-group label .filter {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: initial;
}
.form-horizontal .form-group .info,
.modal-body .tab-content .form-group .info {
  padding-top: 4px;
  color: #666666;
  font-weight: 600;
}
/************************************************************************
 * 공통
 ************************************************************************/
input::-ms-clear {
  display: none;
}
input.form-control {
  height: 30px;
  border-color: #e9e9e9;
}
.form-control {
  font-size: 13px;
}
.form-group.required .control-label:after {
  content: "*";
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: black;
  font-family: 'sparrow';
  content: '\a006';
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.btn-group.radio-group .btn-transparent {
  height: 20px;
  color: #7D7D7D;
  padding-left: 0;
}
.btn-group.radio-group .btn-transparent:hover {
  color: #7D7D7D;
}
.btn-group.radio-group .btn-transparent.active,
.btn-group.radio-group .btn-transparent.active:hover {
  box-shadow: none;
  color: #EEEEEE;
}
.btn-group.radio-group input[type=radio]:not(old) {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0;
}
.btn-group.radio-group input[type=radio]:not(old) + label {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: 1px solid #ABABAB;
  box-sizing: border-box;
  background-color: transparent;
  vertical-align: middle;
}
.btn-group.radio-group .active input[type=radio]:not(old) + label {
  border: 4px solid #5D7595;
  background-color: #333639;
  height: 16px;
  width: 16px;
  border-radius: 100px;
}
/************************************************************************
 * select2
 ************************************************************************/
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  height: 36px;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
  border-radius: 2px;
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  top: 20%;
  right: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: 'sparrow';
  content: "\a01f";
  color: #ABABAB;
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    top: 1px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow.open:before {
  content: "\a022";
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  border-radius: 2px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
  width: 100%;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}
.select2-container .select2-selection--multiple {
  font-size: 13px;
  min-height: 36px;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  margin-right: -7px;
}
.select2-results__message {
  display: none !important;
}
.select2-results__option {
  word-break: break-all;
}
.select2-results .select2-results__options mark {
  background-color: transparent;
  color: #5D7595;
  padding: 0;
  font-weight: bold;
}
.dropdown-zindex-zero .select2-dropdown--below,
.card-project-sort .select2-dropdown--below {
  z-index: 0;
}
/***********************************************************
 * Top Menu
 ***********************************************************/
#navTopMenu {
  min-width: 1600px;
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
}
#navTopMenu .navbar-brand .version {
  position: relative;
  color: #ffffff;
  font-size: 10px;
  top: -6px;
  float: right;
}
#navTopMenu .text-overflow-70 {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  overflow: hidden;
  display: inline-block;
}
#navTopMenu .label-notify-count {
  position: absolute;
  top: 14px;
  right: -1px;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100px;
}
/************************************************************************
 * nav-tabs
 ************************************************************************/
.nav-tabs-spw .nav li {
  text-align: center;
  border-bottom: none;
}
.nav-tabs-spw .nav li.active > a {
  border-radius: 0;
}
.nav-tabs-spw .nav li > a {
  border-radius: 0;
}
.nav-tabs-spw .nav li > a {
  margin: 0;
  padding: 10px;
  border-bottom: none;
}
/* nav and tab */
.box.box-solid .box-body.nav-spw {
  padding: 112px 0 0 0;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw {
  background: #333639;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw.top {
  height: 80px;
  box-shadow: inset 0px 7px 17px -9px rgba(0, 0, 0, 0.2);
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw.top .nav-tabs {
  padding-top: 40px;
  padding-left: 20px;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw.top .nav-tabs li {
  cursor: pointer;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw .nav-tabs li > a {
  margin: 0;
  border: none;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw .nav-tabs li:first-child > a {
  border-radius: 4px 0 0 0;
}
.box.box-solid .box-body.nav-spw .nav-tabs-spw .nav-tabs li:last-child > a {
  border-radius: 0 4px 0 0;
}
.box.box-solid .box-body.nav-spw [class^='col-']:not('.col-md-6') {
  padding: 0 15px;
}
.box.box-solid .box-body.nav-spw [class^='col-']:not('.col-md-6') .info-panel {
  margin: 20px 0px;
}
.box.box-solid .box-body.nav-spw .row:first-child {
  margin-top: 26px;
}
.box.box-solid .box-body.nav-spw :not('.row') .info-panel:first-child {
  margin-top: 32px;
}
.box.box-solid .box-body.nav-spw :not('.row') .info-panel .nav-tabs {
  padding-bottom: 12px;
}
.box.box-solid .box-body.nav-spw :not('.row') .info-panel .tab-content .form-control {
  box-shadow: none;
  background-color: #404447;
  border-radius: 0 4px 4px 4px;
}
.box.box-solid .box-body.nav-spw :not('.row') .info-panel .form-group {
  padding-top: 20px;
}
.box.box-solid .box-body.nav-spw :not('.row') .info-panel .form-group .filter {
  color: #7D7D7D;
}
div.nav-tabs-custom ul li {
  min-width: 120px;
  text-align: center;
}
ul.nav-tabs-custom li {
  padding: 0;
  border: 1px solid  #e9e9e9;
}
ul.nav-tabs-custom li:not(:first-child) {
  border-left: none;
}
ul.nav-tabs-custom li a {
  font-weight: 600;
  color: #666666;
  background-color: #F4F4F4;
  border: none;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  margin-right: 0;
  padding: 5px 15px;
}
ul.nav-tabs-custom li a:hover {
  background-color: #D4D4D4;
}
ul.nav-tabs-custom li.active a:not(:last-child) {
  border-right: 0;
}
ul.nav-tabs-custom li.active a {
  color: #FFFFFF;
  background-color: #4F84C4;
  border: none;
  text-align: center;
  border-radius: 0;
}
ul.nav-tabs-custom li.active a:hover {
  color: #FFFFFF;
  background-color: #4F84C4;
  border: none;
  text-align: center;
  border-radius: 0;
}
/***********************************************************
 * modal-dialog
 ***********************************************************/
.modal-dialog .modal-body.modal-body-btn-tab .nav-tabs,
.modal-dialog .modal-body.modal-body-btn-tab .tab-content {
  padding: 15px 20px 10px 20px;
}
.modal-dialog .nav-tabs.nav-tabs-3 li {
  margin-top: 8px;
  width: 33.3%;
}
.modal-dialog .nav-tabs.nav-tabs-3 li a {
  line-height: 1.7;
}
.modal-dialog .nav-tabs.nav-tabs-3 li.active a:after {
  vertical-align: -15%;
}
.modal-dialog .nav-tabs,
.modal-dialog .tab-content {
  border-bottom: none;
}
.modal-dialog .nav-tabs div.control-label,
.modal-dialog .tab-content div.control-label {
  line-height: 30px;
}
.modal-dialog .nav-tabs label.control-label,
.modal-dialog .tab-content label.control-label {
  display: block;
  color: #979797;
  font-size: 13px;
  font-weight: 600;
  margin: 4px 0 0 0;
}
.modal-dialog .nav-tabs .button-style-radio,
.modal-dialog .tab-content .button-style-radio {
  padding-bottom: 15px;
}
.modal-dialog .nav-tabs .button-style-radio.button-style-radio-3 label,
.modal-dialog .tab-content .button-style-radio.button-style-radio-3 label {
  width: 33.3%;
  margin-right: -3.5px;
}
.modal-dialog .nav-tabs .button-style-radio .radio-label,
.modal-dialog .tab-content .button-style-radio .radio-label {
  cursor: pointer;
  padding: 6px;
  min-width: 160px;
  text-align: center;
  border-radius: 1px;
  font-weight: 600;
  font-size: 13px;
  margin-right: 0;
  line-height: 18px;
}
.modal-dialog .nav-tabs .button-style-radio input[type=radio],
.modal-dialog .tab-content .button-style-radio input[type=radio] {
  display: none;
}
.modal-dialog .nav-tabs .button-style-radio input[type=radio]:checked + div,
.modal-dialog .tab-content .button-style-radio input[type=radio]:checked + div {
  box-shadow: none;
}
.modal-dialog .nav-tabs .button-style-radio input[type=radio][disabled=disabled] + div,
.modal-dialog .tab-content .button-style-radio input[type=radio][disabled=disabled] + div {
  cursor: not-allowed;
  color: #D4D4D4;
}
.modal-dialog .nav-tabs li,
.modal-dialog .tab-content li {
  cursor: pointer;
}
.modal-dialog .nav-tabs li a,
.modal-dialog .tab-content li a {
  padding: 6px;
  min-width: 160px;
  text-align: center;
  border-radius: 1px;
  margin-right: 0;
}
.modal-dialog .nav-tabs li.active a,
.modal-dialog .tab-content li.active a {
  box-shadow: none;
}
/***********************************************************
 * Dropdown 애니메이션
 ***********************************************************/
body .content .open.dropdown > .dropdown-menu,
body .content-wrapper .open.dropdown > .dropdown-menu,
body .content .open.dropup > .dropdown-menu,
body .content-wrapper .open.dropup > .dropdown-menu {
  padding: 0;
}
body .content .open .dropdown-menu,
body .content-wrapper .open .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  width: 364px;
  border-radius: 2px;
  margin-top: 8px;
}
body .content .open .dropdown-menu .inner-addon:after,
body .content-wrapper .open .dropdown-menu .inner-addon:after {
  right: 2px;
  top: -3px;
}
body .content .open .dropdown-menu .form-horizontal,
body .content-wrapper .open .dropdown-menu .form-horizontal {
  margin-bottom: 20px;
}
body .content .open .dropdown-menu .form-horizontal .form-group,
body .content-wrapper .open .dropdown-menu .form-horizontal .form-group {
  margin: 0px;
}
body .content .open .dropdown-menu .form-horizontal .form-group .control-label,
body .content-wrapper .open .dropdown-menu .form-horizontal .form-group .control-label {
  padding-top: 20px;
}
body .content .open .dropdown-toggle i,
body .content-wrapper .open .dropdown-toggle i {
  transform: rotate(180deg);
}
body .content .open .dropdown-divider,
body .content-wrapper .open .dropdown-divider {
  background-color: #292C2F;
  height: 50px;
  padding-right: 20px;
}
body .content .open .dropdown-divider .dropdown-divider-btn-group,
body .content-wrapper .open .dropdown-divider .dropdown-divider-btn-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
body .content .open .dropdown-divider .dropdown-divider-btn-group button,
body .content-wrapper .open .dropdown-divider .dropdown-divider-btn-group button {
  height: 30px;
}
.dropdown-tree {
  position: relative;
}
.dropdown-tree input.select-tree {
  cursor: pointer;
  padding: 0 0 0 8px;
}
.dropdown-tree .dropdown-menu {
  opacity: 0;
  display: none;
  transition: none;
  z-index: -1;
  padding: 0;
  min-width: 375px;
}
.dropdown-tree .dropdown-menu input {
  padding-left: 0;
}
.dropdown-tree .dropdown-menu .addon-icon {
  font-size: 14px;
  color: #888888;
  line-height: 0.8;
}
.dropdown-tree .tree-search {
  display: none;
}
.dropdown-tree.open .dropdown-menu {
  opacity: 1;
  z-index: 1000;
  min-width: 600px;
  left: 0;
}
.dropdown-tree .addon-btn.close-btn {
  display: none;
}
/***********************************************************
 * daterangepicker
 ***********************************************************/
.daterangepicker {
  border-radius: 2px;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  min-width: 30px;
}
.daterangepicker .calendar-table table.table-condensed {
  font-weight: 600;
  border-collapse: separate;
  border-spacing: 0 4px;
  padding: 14px 20px;
}
.daterangepicker .calendar-table table.table-condensed thead tr:last-child th {
  padding-top: 12px;
}
.daterangepicker .calendar-table table.table-condensed th,
.daterangepicker .calendar-table table.table-condensed td {
  padding: 2px;
  border-radius: 2px;
  white-space: nowrap;
  text-align: center;
  height: 24px;
  width: 28px;
  min-width: 28px!important;
  max-width: 28px!important;
  line-height: 18px;
}
.daterangepicker .calendar-table table.table-condensed th.in-range,
.daterangepicker .calendar-table table.table-condensed td.in-range {
  border-radius: 0;
}
.daterangepicker .calendar-table table.table-condensed th.end-date,
.daterangepicker .calendar-table table.table-condensed td.end-date {
  border-radius: 0 2px 2px 0;
}
.daterangepicker .calendar-table table.table-condensed th.start-date,
.daterangepicker .calendar-table table.table-condensed td.start-date {
  border-radius: 2px 0 0 2px;
}
.daterangepicker .calendar-table table.table-condensed th.start-date.end-date,
.daterangepicker .calendar-table table.table-condensed td.start-date.end-date {
  border-radius: 2px;
}
.daterangepicker.ltr .drp-calendar.left .calendar-table {
  padding-right: 0px;
}
.daterangepicker.show-calendar .drp-calendar {
  padding: 0;
}
.daterangepicker.show-calendar .drp-calendar.left table.table-condensed {
  padding: 14px 10px 14px 20px;
}
.daterangepicker.show-calendar .drp-calendar.right table.table-condensed {
  padding: 14px 20px 14px 10px;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time {
  margin: 0;
  background-color: #292C2F;
  height: 52px;
  padding: 10px;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time select {
  width: auto;
  padding: 6px 8px;
  border-radius: 2px;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time select.hourselect,
.daterangepicker.show-calendar .drp-calendar .calendar-time select.minuteselect,
.daterangepicker.show-calendar .drp-calendar .calendar-time select.ampmselect {
  padding: 0px 8px 0px 40px;
  text-align: right;
  appearance: none;
  vertical-align: baseline;
  width: 67px;
  height: 30px;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time select.hourselect::-ms-expand,
.daterangepicker.show-calendar .drp-calendar .calendar-time select.minuteselect::-ms-expand,
.daterangepicker.show-calendar .drp-calendar .calendar-time select.ampmselect::-ms-expand {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time select.ampmselect {
  width: 40px;
  text-align: center;
  padding-left: 8px;
  margin-left: 12px;
}
.daterangepicker.show-calendar .drp-calendar .calendar-time:before {
  font-family: 'sparrow';
  content: '\a023';
  position: absolute;
  display: inline-block;
  color: #ABABAB;
  font-size: 21px;
  left: 22px;
  top: 11px;
}
.daterangepicker .drp-buttons {
  display: inline-block;
  border-top: 1px solid #333639;
  background: #292C2F;
  width: 100%;
}
.daterangepicker .drp-buttons .drp-selected {
  display: none;
}
.daterangepicker .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  width: 100%;
  margin-left: 0;
}
.daterangepicker.show-calendar.single .drp-calendar.left.single {
  width: auto;
  white-space: nowrap;
}
.daterangepicker.show-calendar.single .calendar-time {
  display: inline-block;
}
.daterangepicker.show-calendar.single .drp-buttons {
  display: inline;
  border: none;
  height: 52px;
}
.daterangepicker.show-ranges .ranges {
  float: right;
  margin-top: 0;
}
.daterangepicker.show-ranges .ranges ul {
  width: auto;
}
.daterangepicker.show-ranges .ranges li {
  min-height: 36px;
  text-align: center;
  padding: 11px 12px;
}
.daterangepicker.show-ranges .ranges .range_inputs {
  position: absolute;
  bottom: 8px;
}
.daterangepicker.show-ranges .ranges .range_inputs button {
  width: 64px;
  height: 30px;
}
.daterangepicker.ltr.single.opensright .ranges {
  float: right;
}
/***********************************************************
 * Table
 ***********************************************************/
table.dropdown-table-style th {
  border-width: 1px;
  padding: 3px;
}
table.dropdown-table-style td {
  border-width: 1px;
  padding: 3px;
}
.table-layout {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.table-cell.filter-text {
  vertical-align: top;
  padding-top: 14px;
  padding-left: 4px;
}
.table-cell.filter {
  vertical-align: top;
  padding-top: 8px;
}
.dataTable .select2-container--default .select2-selection--single {
  padding: 0;
  height: 30px;
}
/***********************************************************
 * fancy tree style
 ***********************************************************/
.tree-area {
  box-sizing: initial;
  height: 300px;
}
.tree-area .ui-fancytree.fancytree-container {
  height: inherit;
  border: none;
}
.tree-area .ui-fancytree.fancytree-container ul {
  padding: 0 0 0 8px;
}
.tree-area .fancytree-node .fancytree-custom-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
}
.tree-area .fancytree-node .fancytree-custom-icon.custom-group:before {
  content: "\f114";
}
.tree-area .fancytree-node .fancytree-custom-icon.custom-project:before {
  content: "\f1c4";
}
.tree-area .fancytree-node.fancytree-has-children.fancytree-expanded .fancytree-custom-icon.custom-group:before {
  content: "\f115";
}
.tree-area span.fancytree-icon {
  margin-top: 5px;
}
.tree-area .fa-square-o:before {
  content: '';
  cursor: pointer;
  display: inline-block;
  vertical-align: unset;
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0;
  top: 3px;
  border-radius: 2px;
  border: 1px solid #ABABAB;
}
.tree-area .fa-check-square-o:before,
.tree-area .fa-square:before {
  background-color: #5D7595;
  border-color: #5D7595;
  font-family: sparrow;
  content: '\a006';
  color: black;
  line-height: 1.1;
  border-inline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: unset;
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0;
  top: 3px;
  border-radius: 2px;
}
ul.fancytree-container {
  font-family: "Noto Sans KR", sans-serif, sparrowIcon;
}
/***********************************************************
 * box
 ***********************************************************/
.box {
  padding-left: 16px;
  padding-right: 16px;
  border-top: none;
  box-shadow: none;
}
.box.box-solid {
  padding: 0;
}
.box.box-solid.padding-bottom-20 {
  padding-bottom: 20px;
}
.box.box-solid.margin-top-30 {
  margin-top: 30px;
}
.box.box-solid.padding-top-142 {
  padding-top: 142px;
}
.box.box-solid .box-body {
  padding: 0 20px;
}
.box.box-solid .col-md-6:first-child {
  padding: 0 10px 0 0;
}
.box.box-solid .col-md-6:last-child {
  padding: 0 0 0 10px;
}
.box.box-solid .col-md-12 {
  padding: 0;
}
.box.box-solid .tab-pane .info-panel {
  margin-top: 32px;
}
.box.box-solid .info-panel {
  background-color: #333639;
  border-radius: 2px;
  font-size: 14px;
  margin: 10px 0;
  box-shadow: 1px 2px 2px #212327, 0px 1px 2px rgba(0, 0, 0, 0.13);
}
.box.box-solid .info-panel.sm-margin {
  margin: 10px 0;
}
.box.box-solid .info-panel .form-control {
  box-shadow: none;
  background-color: #404447;
  border-radius: 2px;
  border: 1px solid #4C5156;
}
.box.box-solid .info-panel input.form-control {
  height: 36px;
}
.box.box-solid .info-panel input.form-control[disabled],
.box.box-solid .info-panel textarea.form-control[disabled] {
  opacity: .5;
}
.box.box-solid .info-panel .box-head {
  padding: 10px 20px;
  border-bottom: 1px solid #2B2D2F;
  font-size: 15px;
}
.box.box-solid .info-panel .box-body {
  padding: 20px;
}
.box.box-solid .info-panel .box-body .row {
  margin-bottom: 20px;
}
.box.box-solid .info-panel .box-body .row:last-child {
  margin-bottom: 0;
}
.box.box-solid .info-panel .box-body .row .title {
  color: #7D7D7D;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 12px;
}
.box.box-solid .info-panel .box-body input.form-control,
.box.box-solid .info-panel .box-body textarea.form-control {
  background: #404447;
  border: 1px solid #4C5156;
  border-radius: 2px;
}
.box.box-primary {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.tab-padding {
  padding: 0 20px;
}
.content-wrapper section.content .tab-pane .search-filter-area .box-body {
  padding: 40px 4px 0 4px;
}
.box-header {
  padding: 10px 16px;
  white-space: nowrap;
}
.box-header.with-border .box-title {
  font-size: 14px;
  height: 18px;
}
.box-header-text {
  font-size: 20px;
  font-weight: 700;
  display: inline;
}
.box-header-text .side-bar-toggle {
  font-size: 16px;
}
.box-header-text img {
  margin-left: 20px;
  margin-right: 20px;
}
.box-header-text .box-sm {
  font-size: 13px;
  background: #2B2D2F;
  border-radius: 2px;
  width: 56px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 2.1;
  margin-right: 5px;
}
.box-header-text a:hover {
  color: none;
  text-decoration: none;
}
.box-header-text .title-text {
  vertical-align: middle;
}
.box-header-text .title-text:first-child {
  color: #7D7D7D;
}
.box-header-text.sub-text a {
  color: #EEEEEE;
  text-decoration: none;
  font-size: 18px;
}
.box-header-text.sub-text a:hover {
  text-underline: none;
}
.box-header-text.prev-text .title-text {
  color: #7D7D7D;
}
.box-header-text.prev-text a {
  color: #7D7D7D;
  text-decoration: none;
}
.box-header-text.prev-text a:hover {
  text-underline: none;
}
.box-header-text a {
  color: #EEEEEE;
  text-decoration: none;
}
.navi .box-header-list {
  display: inline-block;
}
.navi .box-header-list a {
  height: 40px;
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  color: #7D7D7D;
}
.navi .box-header-list a.active {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list a:hover {
  text-decoration: none;
}
.navi .box-header-list[name="first"] .first {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list[name="second"] .second {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list[name="third"] .third {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list[name="fourth"] .fourth {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list[name="fifth"] .fifth {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-list[name="sixth"] .sixth {
  color: #EEEEEE;
  border-bottom: 4px solid #5D7595;
}
.navi .box-header-last {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding-bottom: 1px;
}
.navi .box-header-last.checker-design {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box-disabled {
  background: #292C2F;
  border: 1px solid #4C5156;
  color: #7D7D7D;
  padding: 6px 14px 6px 14px;
  white-space: nowrap;
  overflow: auto;
  resize: none;
}
.panel.box .box-title a,
.panel.box .box-body a {
  color: #666666;
  font-weight: 600;
}
.panel.box .box-title a > i,
.panel.box .box-body a > i {
  vertical-align: middle;
}
.panel.box .box-title table td a,
.panel.box .box-body table td a {
  color: #0077CC;
}
.panel-collapse.collapse .box-body,
.panel-collapse.collapsing .box-body {
  border-radius: 2px;
  padding: 10px;
}
/***********************************************************
 * 검색 기준 텍스트 영역 설정.
 ***********************************************************/
.search-condition {
  border: none;
  padding-top: 4px;
  height: 32px;
  background: none;
  display: inline-block;
}
.search-condition span {
  line-height: 2;
  display: inline-block;
  max-width: 500px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-condition span.aif {
  max-width: 655px;
}
.search-condition span.aif span {
  display: inline;
}
.search-condition .searchConditionTitle {
  font-weight: 600;
  line-height: 2;
}
.search-condition .searchCondition {
  font-weight: 400;
  max-width: 300px;
}
.search-condition .searchConditionHead {
  margin-right: 8px;
  height: 28px;
  background: #1C1E20;
  border-radius: 4px;
  padding: 0 5px 0 10px;
}
.search-condition > .close-btn {
  margin-top: -1px !important;
}
/***********************************************************
 * addon
 ***********************************************************/
.addon-btn {
  position: relative;
  border: none;
  top: 0;
  border-radius: inherit;
  font-size: 18px;
  color: #ABABAB;
}
.addon-btn.search-input-inner-right {
  line-height: 2;
  border-radius: 0 2px 2px 0;
}
.addon-btn.close-btn {
  font-weight: bold;
}
.close-btn,
.close-btn:focus {
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  outline: none;
  height: 29px;
}
.inner-addon {
  position: relative;
  z-index: 500;
  display: flex;
}
.inner-addon .close-btn,
.inner-addon .close-btn:focus {
  right: 46px;
}
.inner-addon .addon-icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.inner-addon .left-addon {
  left: 0;
}
.inner-addon.left-addon input {
  padding-left: 30px;
}
.inner-addon .right-addon {
  left: 8px;
  width: 40px;
  margin: auto;
  padding: 0;
  top: 0;
  border-radius: 2px;
}
.inner-addon .right-addon .spw.spw-slider {
  padding: 0px 8px;
}
.inner-addon.right-addon,
.inner-addon input.form-control {
  border-radius: 2px;
  height: 36px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inner-addon.right-addon.search-short,
.inner-addon input.form-control.search-short {
  border-radius: 2px 0 0 2px;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  margin-left: -8px;
  background: #333639;
  border-left: 1px solid #333639;
  border-top: 1px solid #333639;
  border-bottom: 1px solid #333639;
  border-right: none;
  -webkit-transition: none;
  transition: none;
}
.inner-addon.right-addon.search-short:focus,
.inner-addon input.form-control.search-short:focus {
  border-left-color: #5D7595;
  border-top-color: #5D7595;
  border-bottom-color: #5D7595;
}
.inner-addon.right-addon.text,
.inner-addon input.form-control.text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inner-addon > .select2-container {
  padding: 0 64px 0 0;
  border: 1px solid #e9e9e9;
}
.inner-addon > .select2-container .select2-selection {
  border: none;
  min-height: 28px;
}
.inner-addon > .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 8px;
  margin-top: 2px;
  margin-bottom: -2px;
  line-height: 2.8;
}
.inner-addon > .select2-container .select2-selection .select2-selection__rendered .select2-search__field {
  margin-top: 2px;
}
.inner-addon > .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin-top: 1px;
}
/***********************************************************
 * chart
 ***********************************************************/
.chart .card-box-header .btn-group label.btn,
.card-box .card-box-header .btn-group label.btn {
  min-width: 50px;
  border-radius: 2px !important;
  height: 30px;
  font-size: 13px;
}
.chart .card-box-header .btn-group label.btn.active,
.card-box .card-box-header .btn-group label.btn.active {
  color: #EEEEEE;
}
.chart .chart-row,
.card-box .chart-row {
  height: 250px;
  margin: 20px 10px;
}
.chart .chart-row .btn-group,
.card-box .chart-row .btn-group {
  position: absolute;
  top: 10px;
  height: 20px;
  line-height: 20px;
}
.chart .chart-row .chart-content,
.card-box .chart-row .chart-content {
  height: 100%;
  padding-top: 0;
}
/***********************************************************
 * info
 ***********************************************************/
.info .row {
  padding: 0;
  margin: 0;
}
.info .row.vertical-divider {
  overflow: hidden;
}
.info .row.vertical-divider > div[class^="col-"] {
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.info .row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.info .row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}
.info .info-desc {
  color: #666666;
  padding: 10px 0 10px 0;
  font-weight: 600;
}
.info .info-header {
  padding: 15px 20px;
  border-bottom: 1px solid #2B2D2F;
}
.info .info-header .info-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
.info .info-header .info-title label {
  margin-bottom: 0;
  font-weight: 700;
}
.info .info-header .btn-group {
  float: right;
  top: -4px;
}
.info .info-header .btn-group .btn.btn-primary {
  height: 30px;
  background: #1C1E20;
  border-color: #1C1E20;
  color: #7D7D7D;
}
.info .info-header .btn-group .btn.btn-primary.active {
  background: #333639;
  color: #EEEEEE;
}
.info .info-body {
  padding: 20px;
}
.info .info-body .info-row {
  margin-bottom: 20px;
}
.info .info-body .info-label {
  color: #7D7D7D;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
}
.info .info-body .info-label.top {
  vertical-align: top;
}
.info .info-body .info-data {
  word-break: break-all;
  margin-top: 4px;
}
.info .info-body .info-data .scan-info-progress {
  height: 28px;
  background-color: #292C2F;
}
.info .info-body .info-data .scan-info-progress .progress-bar {
  line-height: 25px;
  float: none;
}
.info .info-body .info-data .scan-info-progress .progress-bar.progress-bar-success {
  background-color: #29BB8F;
  background-image: none;
}
.info .info-body .info-data .btn {
  height: 30px;
  margin-right: 8px;
}
.info .info-body .info-data a {
  color: #84AEFF;
}
.info .info-body .info-data span[data-name="content"] table {
  visibility: visible !important;
}
.info .info-body .info-table {
  padding-top: 15px;
}
.info .info-body table.table.dataTable.no-footer {
  filter: none;
}
.info .info-body table.input-fill {
  filter: none;
}
.info .info-body table.input-fill tr:last-child {
  border-bottom: 1px solid #2B2D2F;
}
.info .info-body table.input-fill tr:last-child td:first-child:last-child:after {
  content: none;
}
.info .info-body input.form-control,
.info .info-body textarea.form-control {
  background: #404447;
  border: 1px solid #4C5156;
  border-radius: 2px;
}
.info .info-body .input-group {
  display: inline-block;
}
.info .info-body .input-group label:not(.stat-label) {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ABABAB;
  cursor: pointer;
  margin: 0 8px 2px 0;
  vertical-align: bottom;
}
.info .info-body .input-group + .filter {
  margin-bottom: 0;
}
.info .info-body .input-group input[type="checkbox"]:checked + label {
  background-color: #5D7595;
  border-color: #5D7595;
}
.info .info-body .input-group input[type="checkbox"]:checked + label:after {
  font-family: 'sparrow';
  content: '\a006';
  top: 4px;
  position: absolute;
  font-size: 14px;
  color: black;
  right: 8px;
}
.info .info-hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #e9e9e9;
}
.info .info-footer {
  padding-top: 20px;
}
.info .info-event {
  padding: 4px;
  border-radius: 2px;
}
.info i[class^='spw'] {
  vertical-align: -2px;
}
.info .box.box-solid.content-area .box-body {
  padding: 0 5px;
}
.info .box.box-solid.content-area .box-body .dataTables_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
/***********************************************************
 * jq-toast style
 ***********************************************************/
body .jq-toast-wrap {
  min-width: 300px;
  width: inherit;
}
body .jq-toast-wrap .jq-toast-single {
  font-size: 13px;
  font-weight: 700;
  padding-right: 30px;
  min-height: 40px;
  border-radius: 2px;
  font-family: "Noto Sans KR", sans-serif, sparrowIcon;
}
body .jq-toast-wrap .jq-toast-single h2 {
  font-family: "Noto Sans KR", sans-serif, sparrowIcon;
}
body .jq-toast-wrap .jq-toast-single .close-jq-toast-single {
  font-size: 24px;
  color: #EEEEEE;
  font-weight: 400;
  top: 9px;
  right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .jq-toast-wrap .jq-toast-single .close-jq-toast-single {
    top: 8px;
  }
}
body .jq-toast-wrap .jq-toast-single.jq-has-icon {
  background-image: none;
  padding: 11px 36px 11px 50px;
}
body .jq-toast-wrap .jq-toast-single.jq-has-icon:before {
  top: 12px;
  left: 16px;
  margin-right: 10px;
  position: absolute;
  font-family: sparrow;
  font-size: 19px;
}
body .jq-toast-wrap .jq-toast-single.jq-icon-info {
  padding-left: 44px;
  border-left: 4px solid #60C670;
}
body .jq-toast-wrap .jq-toast-single.jq-icon-info:before {
  content: '\a066';
  color: #60C670;
}
body .jq-toast-wrap .jq-toast-single.jq-icon-warning {
  padding-left: 44px;
  border-left: 4px solid #E25E5E;
}
body .jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
  content: '\a067';
  color: #E25E5E;
}
body .jq-toast-wrap .jq-toast-single a {
  border-bottom: none;
  color: #84AEFF;
}
body .jq-toast-wrap .jq-toast-single a:hover {
  color: #84AEFF;
}
.footer-region {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-region .footer-content {
  margin: 0 auto 10px auto;
  height: 68px;
  background-color: #1C1E20;
  padding: 16px 40px;
  display: flex;
  align-items: center;
}
.footer-region .footer-content button:not(:first-child) {
  margin-left: 10px;
}
/***********************************************************
 * accordion
 ***********************************************************/
.accordion .panel {
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.accordion .panel:not(:first-child) {
  border-top: 1px solid #2B2D2F;
  padding-top: 10px;
  margin-top: 10px;
}
.accordion .panel [data-toggle="collapse"] {
  cursor: pointer;
  margin-bottom: 5px;
}
.accordion .panel [data-toggle="collapse"] span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
}
.accordion .panel [data-toggle="collapse"] span:after {
  font-family: FontAwesome;
  content: '\f107';
  text-align: right;
  margin-left: 20px;
}
.accordion .panel [data-toggle="collapse"] span.sub-collapse {
  height: 12px;
  line-height: 12px;
  font-size: 100%;
  font-weight: 100;
}
.accordion .panel [data-toggle="collapse"].collapsed span:after {
  font-family: FontAwesome;
  content: '\f106';
  text-align: right;
  margin-left: 20px;
}
/***********************************************************
 * risk
 ***********************************************************/
.label-risk {
  height: 25px;
  color: #FFFFFF;
  width: 84px;
  font-weight: 600;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
  line-height: 16px;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-risk.label-risk1 {
  background-color: #A73838;
}
.label-risk.label-risk2 {
  background-color: #D06739;
}
.label-risk.label-risk3 {
  background-color: #D09F22;
}
.label-risk.label-risk4 {
  background-color: #688735;
}
.label-risk.label-risk5 {
  background-color: #30619A;
}
/***********************************************************
 * ui-dialog
 ***********************************************************/
.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.34901961);
}
.ui-dialog {
  margin: 0;
  padding: 0;
  background-color: #333639;
  font-family: inherit;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: transparent;
  opacity: 1;
  text-shadow: none;
  padding-top: 1px;
  font-size: 25px;
  color: #EEEEEE;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: .8;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: "sparrow";
  font-weight: 400;
  content: "\a024";
  position: relative;
  bottom: 5px;
  right: 20px;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 15px;
  font-weight: 600;
  background-color: #333639;
  color: #EEEEEE;
  border-radius: 2px 2px 0px 0px;
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid #2B2D2F;
}
.ui-dialog .ui-dialog-content {
  padding: 10px 20px 20px 20px;
  background-color: #333639;
}
.ui-dialog .ui-dialog-content .table-wrap {
  background-color: #333639;
}
.ui-dialog .ui-dialog-content .table-wrap table {
  color: #EEEEEE;
  margin-top: 16px;
  filter: none;
}
.ui-dialog .ui-dialog-content .table-wrap table thead:first-child tr:first-child > th {
  background-color: #404447;
  border-bottom: 1px solid #4C5156;
}
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr {
  background-color: #404447;
}
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr td {
  height: 36px;
  border-bottom: none !important;
}
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr td:first-child:after,
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr td:last-child:after {
  content: none;
}
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr td:not(:first-child):not(:last-child) {
  border-bottom: none;
}
.ui-dialog .ui-dialog-content .table-wrap table.no-footer tbody tr td.dataTables_empty {
  background: #404447;
}
.ui-dialog .ui-dialog-buttonpane {
  background-color: #292C2F;
  border: none;
  border-radius: 0 0 2px 2px;
  padding: 10px 20px;
}
.ui-dialog .ui-dialog-buttonpane button {
  min-width: 70px;
  margin: 0px 0px 0px 8px;
}
.ui-corner-all {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-corner-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ui-corner-right {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-corner-left {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-tl {
  border-top-left-radius: 0;
}
/***********************************************************
 * file-caption
 ***********************************************************/
.content-wrapper .file-input .file-caption-main.input-group {
  display: flex !important;
}
.content-wrapper .file-input .file-caption-main.input-group .file-caption {
  flex: 1;
  width: 100%;
  border-radius: 2px;
  height: 36px;
  line-height: 1.7;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn {
  display: flex;
  width: auto;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .fileinput-remove-button {
  line-height: 24px;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .fileinput-remove {
  margin-right: 0;
  height: 36px;
  border: 1px solid #4C5156;
  padding: 0 8px;
  border-radius: 2px;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .fileinput-remove i.spw.spw-delete,
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .fileinput-remove span.hidden-xs {
  line-height: 34px;
  vertical-align: bottom;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file {
  height: 36px;
  margin-right: 0;
  margin-left: 10px;
  float: right;
  overflow: visible;
  border-radius: 2px;
  cursor: pointer;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file[disabled='disabled'] {
  cursor: not-allowed;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file[disabled='disabled']:hover {
  background-color: #5D7595;
  border-color: #5D7595;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file[disabled='disabled'] span {
  cursor: not-allowed;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file[disabled='disabled'] input {
  pointer-events: none;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file span {
  line-height: 2;
}
.content-wrapper .file-input .file-caption-main.input-group .input-group-btn .btn-file input {
  width: 1px;
  text-indent: -100px;
  font-size: 0px;
}
.content-wrapper .file-input .file-caption-main.input-group .file-caption-name .spw-document {
  margin-right: 10px;
  vertical-align: -2px;
}
/***********************************************************
 * fileinput
 ***********************************************************/
.file-highlighted {
  border: 2px dashed #5D7595 !important;
  background-color: #404447;
}
.file-highlighted span.drop-zone-msg {
  color: #EEEEEE !important;
}
.file-preview {
  border: 0;
  padding: 0 0;
  background: #404447;
  height: 135px;
}
.file-preview .file-drop-zone.clickable {
  margin: 0px 0px 8px 0px;
  border: 2px dashed #4C5156;
  display: flex;
  align-items: center;
}
.file-preview .file-drop-zone.clickable:hover {
  border: 2px dashed #5D7595;
}
.file-preview .file-drop-zone.clickable:hover span.drop-zone-msg {
  color: #EEEEEE;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title {
  font-size: 1.3em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .row {
  padding-right: 15px;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .drop-zone-icon {
  font-size: 20px;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .drop-zone-msg {
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  text-align: left;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .upload-icon {
  font-size: 48px;
  left: 40px;
  top: 18px;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .upload-icon .file-preview {
  border: 0;
  padding: 0;
}
.file-preview .file-drop-zone.clickable .file-drop-zone-title .upload-icon .file-preview .file-drop-zone {
  margin: 0;
}
.file-preview .file-drop-zone.clickable button.kv-file-remove {
  background-color: #404447;
  border: none;
}
/***********************************************************
 * etc.
 ***********************************************************/
body .ui-tooltip,
.tooltip-inner {
  font-family: "Noto Sans KR", sans-serif, sparrowIcon;
  word-wrap: break-word;
}
input[type=text]::-ms-clear {
  display: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.alert {
  padding: 2px;
  margin-bottom: 0;
  border-radius: 4px;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.height-100 {
  height: 100%;
}
.height-inherit {
  height: inherit;
}
.only-number {
  ime-mode: disabled;
}
a.disabled {
  cursor: not-allowed;
}
.col-xs-2-5 {
  width: 20%;
}
.checkbox label {
  font-weight: 600;
}
.editable-box textarea {
  width: 100%;
}
.blockUI .fa {
  line-height: 1.6;
  font-size: 30px;
}
.fa-circle-o-notch {
  color: #666666;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer[disabled="disabled"] {
  cursor: not-allowed;
}
.fixed-size-box-md {
  width: 800px;
}
.readonly-excluded-path {
  background: #eeeeee;
  height: 140px;
  overflow-y: auto;
}
.readonly-excluded-path.empty {
  color: #676868 !important;
}
.readonly-excluded-path.modal-excluded-path {
  height: 104px;
}
.readonly-excluded-path .tooltip-inner {
  max-width: 500px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 20px auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#boxHeaderSubTitle {
  visibility: hidden;
}
.select2-container--default:focus-visible {
  outline: none;
}
.select2-container--default .select2-search--dropdown {
  background: #333639;
}
.select2-container--default .select2-search--dropdown:before {
  font-family: sparrow;
  content: '\a04b';
  color: #5D7595;
  font-size: 21px;
  position: absolute;
  top: 7px;
  left: 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #5D7595;
  background: #333639;
  padding-left: 28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}
.btn-group.radio-group .btn.btn-transparent {
  padding-right: 42px;
}
.btn-group.radio-group .sharing-label {
  margin-left: 6px;
  cursor: pointer;
}
.for-js .in-progress {
  background-color: #4D5F34;
}

/*# sourceMappingURL=base-layout.css.map */