@import url("../assets/iconfonts/font-awesome/css/font-awesome.min.css");
@import url("../assets/iconfonts/feather/feather.min.css");
@import url("../assets/iconfonts/simple-line-icons/simple-line-icons.css");
@import url("../assets/iconfonts/glyphicons/glyphicon.css");

body {
  font-family: 'NanumBarunGothic', 'NanumSquare', sans-serif;
}

.normal { font-weight: 400 }
.bold { font-weight: 700 }
.bolder	{ font-weight: 800 }
.light { font-weight: 300 }

.dark-mode .horizontal-main.hor-menu {
  background: #012244;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
  color: #f59c1a;
}

.dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #f59c1a;
  background: #ccd4e01c !important;
}

.dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active svg {
  fill: #f59c1a;
}

.dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: #ccd4e01c !important;
}

.infinteTabs {
  border-radius: 2px 2px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
  border-bottom: 1px solid #ddd;
  margin-top: -3px;
  padding-bottom: 3px;
}

.infinteTabs .nav-tabs {
  border-radius: 2px 2px 0 0;
  display: table;
  margin: 0;
  white-space: nowrap;
}

.infinteTabs .nav-tabs > li {
  display: table-cell;
  float: none;
}

.infinteTabs .infinteTabs-nav {
  position: absolute;
  height: 28px;
  margin: 0;
  width: 22px;
  z-index: 1000;
  display: none;
  background-color: var(--color) !important;
  border: 1px solid var(--color) !important;
  /*background-color: #fff;*/
  /*border: 1px solid #ddd;*/
  box-shadow: 0 0 15px #fff;
  margin-top: 3px;
}

.infinteTabs .infinteTabs-nav.active {
  display: block;
}

.infinteTabs .infinteTabs-nav.prev {
  border-radius: 0 5px 5px 0;
  left: 0;
}

.infinteTabs .infinteTabs-nav.next {
  border-radius: 5px 0 0 5px;
  right: 0;
}

.cursor-point {
  cursor: pointer;
}

.cu_hidden {
  display: none;
}

.modal-body .card.none-shadow {
  box-shadow: none !important;
}

.modal-body .card .card-header {
  padding: 5px 0 0 0 !important;
  min-height: 1.2rem !important;
}

.modal-body .card .card-header .card-title {
  margin-bottom: 4px !important;
}

.table>:not(caption) >*>* {
    padding: 0 0.5rem;
}

.table th, .text-wrap table th,
.table td, .text-wrap table td {
  font-size: 12px;
  height: 33px;
}

.table.minu-table > :not(:last-child) > :last-child > * {
  border-bottom-color: #212529;
}

.notice-content {
  min-height: 482px;
  max-height: 482px;
}

.notice-content .pre {
  white-space: pre-wrap;
}

.notice-footer {
  padding: 10px;
  border-top: 1px solid #ADB2AE;
}

.notice-group {
  height: 30px;
  align-items: center;
}

.date-separate {
  width: 20px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====================================================================== [ OGZT-TREE ] */
.count_badge {
  color: white;
  border-radius: 10px;
  padding: 2px 5px 0px 5px;
  font-size: 10px;
  margin-left: 5px;
  background-color: #bbb;
}

.tree_icon_ocher {
  color: #000;
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 10px;
  margin-left: 5px;
  background-color: #ffab00;
}

.tree_icon_dark_blue {
  color: #000;
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 10px;
  margin-left: 5px;
  background-color: #479f76;
}

/* ====================================================================== [ OGZT-TREE ] _END_ */

/* ====================================================================== [ DETAIL-MODAL ] */
.modal-detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  color: white;
  background: linear-gradient(90deg, #2b5177, #aecbea);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px 15px;
}

.modal-badge {
  color: white;
  padding: 1px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  border-radius: 20px;
  margin-left: 10px;
  height: 20px;
}

svg.tree-icon > path {
  fill: var(--color) !important;
}
/* ====================================================================== [ DETAIL-MODAL ] _END_ */

/* ====================================================================== [ COMMON ] */
.hide {
  display: none;
}

.flex {
  display: flex;
}

.flex-c-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-c-s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-c-e {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.flex-c-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-c-c-r {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.flex-s-sb-c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.flex-c-sb-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.grid-column-30 {
  column-gap: 30px;
}

.grid-row-10 {
  row-gap: 10px;
}

.grid-2-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.bg-none {
  background-color: transparent !important;
}

.bg-yellow {
  background-color: #cc9a06;
}

.bg-skyblue {
  background-color: #0CA2C0;
}

.bg-gradient-base {
  background: linear-gradient(90deg, #2b5177, #aecbea);
}

.bg-color-w {
  background-color: var(--color-w) !important;
}

.border-none {
  border: none;
}

.font-color {
  color: var(--color) !important;
}

.font-white {
  color: white !important;
}

.font-blue {
  color: #468FFB !important;
}

.font-red {
  color: #E97B86 !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32{
  font-size: 32px !important;
}

.font-35{
  font-size: 35px !important;
}
.font-w-600 {
  font-weight: 600;
}

.height-cal100-149 {
  height: calc(100vh - 149px) !important;
}

.resize-none {
  resize: none;
}

.pointer {
  cursor: pointer;
}

.over-y-auto {
  overflow-y: auto;
}

.border-t-1-gray {
  border-top: 1px solid #EEE;
}

.text-anybiz {
  color: var(--color) !important;
}
/* ====================================================================== [ COMMON ] _END_ */

/* ====================================================================== [ COMMON-OBJECT ] */
.subGrid {
  display: flex;
  flex-flow: row wrap;
  height: calc(100vh - 230px);
  row-gap: 20px;
  column-gap: 20px;
  overflow-y: auto;
}

.icon-blue {
  color: #284F75;
}

.icon-save {
  width: 20px;
  height: 20px;
  background-color: #284F75;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.icon-tel {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe-phone-call:before{
  content: "";
  background: url(/images/icon-tel.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
  display: inline-block;
}

.fe-phone-call.revert:before{
  content: "\e9a6";
  background: unset;
  width: auto;
  height: auto;
}

.icon-fax {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe-printer:before{
  content: "";
  background: url(/images/icon-fax.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.icon-email {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe-mail:before{
  content: "";
  background: url(/images/icon-mail.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.fa-address-book-o:before{
  content: "";
  background: url(/images/icon-address-book.svg) no-repeat 0;
  width: 20px;
  height: 20px;
  background-size: 18px;
}

.fe-user:before{
  content: "";
  background: url(/images/icon-user.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.fa-building:before{
  content: "";
  background: url(/images/icon-company.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.icon-ogzt {
  width: 20px;
  height: 20px;
  /*background-color: #C7C9DE;
  border-radius: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #284F75;
   border: 1px solid #284F75;*/
}

.icon-user {
  width: 20px;
  height: 20px;
  /*background-color: #C7C9DE;
  border-radius: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #284F75;
   border: 1px solid #284F75;*/
}

.fe-layers:before{
  content: "";
  background: url(/images/icon-ogzt-gray.svg) no-repeat center 0;
  width: 20px;
  height: 20px;
  background-size: 14px;
}

.icon-addr {
  width: 20px;
  height: 20px;
  background-color: #E2CBE5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #284F75;
  border: 1px solid #98628E;
}

.icon-bank {
  width: 20px;
  height: 20px;
  background-color: #ABAAEA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #284F75;
  border: 1px solid #3C3AB9;
}

.btn-skyblue {
  color: #fff;
  background-color: #0DA2C0 !important;
  border-color: #0DA2C0 !important;
}

.btn-black {
  color: #fff;
  background-color: #353A40 !important;
  border-color: #353A40 !important;
}

.anybiz-mode .link-text {
  color: var(--color) !important;
  text-decoration: underline;
  margin-bottom: initial;
  line-height: 2;
  cursor: pointer;
  overflow: hidden;
}

label.file-button {
  margin-bottom: initial !important;
  line-height: 1 !important;
}

.delete-file-icon {
  font-size: 13pt;
  cursor: pointer;
  vertical-align: super;
}
/* ====================================================================== [ COMMON-OBJECT ] _END_ */

/* ====================================================================== [ MODAL-INPUT ] */
.modal .form-group {
  display: flex;
  margin-right: -.75rem;
  margin-left: -.75rem;
  margin-bottom: .75rem !important;
}

.modal .minu-form.row > div:last-child .col {
  padding-right: 0px;
}

.modal .form-control:not(textarea) {
  padding: 0.25rem 0.5rem;
  height: 26px;
  line-height: 1;
}

.modal .accordionjs .acc_section .acc_content {
  padding-bottom: 10px;
}

.modal .form-group .col {
  padding-left: .25rem !important;
}

.modal .form-group .custom-switch {
  height: 26px;
}

.modal .form-group :first-child.col {
  padding-left: 0px !important;
}

.modal .form-group .col.d-flex.flex-form .col:not(:last-child) {
  padding-right: .75rem !important;
}

.modal .form-group .btn {
  height: 30px;
  line-height: 1.4 !important;
  background: var(--color);
  color: #fff;
  border-radius: 2px;
  border: 0px !important;
}

.modal .search-form-group {
  display: flex;
}

.modal .hyphen-icon {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .lunar-box {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .count_badge {
  color: white;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 10px;
  margin-left: 5px;
  background-color: #0a6aa1;
}

.modal .separate {
  width: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .custom-form {
  display: flex;
}

.modal .relatedPersonMemo {
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #d2d6da;
  padding: 5px 10px;
}

.modal .form-label.minu-form {
  height: 26px;
  padding-top: initial !important;
  display: flex;
  align-items: center;
  justify-content: right;
}

.modal .form-label.form-blueLabel.minu-form {
  background-color: #c9eaf7 !important;
  border: 1px solid #8fb9d1;
  border-left: 2px solid #0a6aa1;
}

.modal .form-label.form-grayLabel.minu-form {
  background-color: #5e6366 !important;
  border: 1px solid #6c757d;
  border-left: 2px solid #6c757d;
  color: #ffffff !important;
}

.modal .letterSpan{
  padding: 7px 0;
  white-space: nowrap;
  font-size: 11px;
  margin-right: -14px;
  color: #aaa;
}

.modal .hyphenSpan{
  font-size: 14px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
}

.modal .card-body.grid{
  padding: 0px;
}

textarea.form-control {
  line-height: 1.5 !important;
}
/* ====================================================================== [ MODAL-INPUT ] _End_ */

.border-gray {
  border: 1px solid #ebe9e9 !important;
}

.bg-gray-transparent {
  background-color: rgb(243 244 247) !important;
  color: #6c6b6b !important;
}

.adv-search-switcher .select2-selection--single,
.adv-search-switcher .select2-selection--multiple {
  border-radius: 0px !important;
}

.adv-search-switcher .select2-selection__rendered {
  padding: 0px 8px !important;
}

.adv-search-switcher .select2-container {
  width: 100% !important;
}

.adv-search-switcher .adv-search-label {
  width: 150px !important;
  height: 30px !important;
  display: grid;
  align-items: center;
  background-color: #eaeaea !important;
  border: 1px solid #ccc;
  border-left: 2px solid #8E8E8E;
  color: #53595E !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.adv-search-form {
  position: relative;
}

.adv-search-form input[type='date']::before {
  display: block;
  content: attr(data-placeholder) !important;
  width: 22%;
  position: absolute;
  background-color: #fdfdfd;
  color: #b3bdca;
}

.adv-search-form input[type='date']:focus::before,
.adv-search-form input[type='date']:valid::before {
  display: none;
}

/* ====================================================================== [ GRID IN TAB ] */

.card-body.tab-card-body {
  padding: 16px 16px 0px 16px !important;
}

.tab_wrapper .content_wrapper .tab_content.grid_tab_content,
.tab_wrapper .content_wrapper .tab_content.grid_tab_content .search-bar,
.tab_wrapper .content_wrapper .tab_content.grid_tab_content .grid,
.tab_wrapper .content_wrapper .tab_content form:has(>.search-bar)+ .card-body{
  padding: 0px !important;
}

.tab_multiple_panel {
  display: flex !important;
}

.tab_multiple_panel .left-card {
  height: calc(100% - 115px);
}

.tab_left_panel {
  width: 500px;
}

.tab_right_panel {
  margin-left: 25px;
  width: 100%;
}
/* ====================================================================== [ GRID IN TAB ] _End_ */

/* ====================================================================== [ GRID IN SELECT ] */
.chosen-container-active {
  position: fixed;
}

.chosen-drop {
  position: relative;
  border-top: 1px solid #aaa !important;
}

/* ====================================================================== [ GRID IN SELECT ] _End_ */

/* ====================================================================== [ SEARCH-BAR ] */

.card .search-bar .input-group-sm > .search-form-group > .form-control {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px;
}

.search-bar + .search-bar {
  padding-top: 0px !important;
}

.search-bar .search-form-group {
  display: flex;
  width: 100px !important;
}

.search-bar .custom-checkbox .custom-control-label {
  margin-top: 0px;
}

.search-bar .separate {
  width: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color);
}
/* ====================================================================== [ SEARCH-BAR ] _End_ */

/* ====================================================================== [ ACCORDION 공통스타일 ] */
.accordionjs, .accordionjs .acc_section,
.accordionjs .acc_section .acc_head {
  position: static !important;
}

.accordionjs .acc_section .acc_head {
  padding: 10px !important;
}

.accordionjs .acc_section .acc_head h3:before,
.accordionjs .acc_section.acc_active .acc_head h3:before {
  /*position: initial !important;*/
  margin-left: -20px;
  margin-right: 0px;
  vertical-align: bottom
}

.modal .accordionjs .acc_section .acc_head h3 {
  position: relative;
}

.accordionjs .acc_section.acc_active .acc_head h3 {
  font-weight: 600;
}

.accordionjs .acc_section .acc_head h3 {
  padding-left: 0 !important;
}
/* ====================================================================== [ ACCORDION 공통스타일 ] _End_ */

/* ====================================================================== [ Anybiz PQ-GRID 관련 공통 ] */
div.pq-grid.pq-theme * {
  font-size: 13px;
  font-weight: 400;
  line-height: initial;
}

div.pq-grid.pq-theme .fe-edit:before {
    color: var(--color);
}

div.pq-grid-cell {
  padding-top: 3px;
  padding-bottom: 3px;
}
div.pq-grid-cell > div {
  padding: 1px 5px 0 5px !important;
}

.pq-header-outer {
  border-bottom: 0;
}

.pq-header-outer .pq-cont-inner {
  background-color: var(--color-gird-tab) !important;
  background-image: initial;
}

.pq-header-outer .pq-grid-row .pq-title-span,
.pq-header-outer .pq-grid-row .pq-grid-number-cell {
  color: var(--color);
  font-size: 13px;
  font-weight: bold;
}

.pq-grid-number-cell{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pq-grid-checkbox-header .pq-td-div {
  text-overflow: initial !important;
}

.pq-grid-checkbox-header .pq-col-sort-icon,
.pq-grid-checkbox-header .pq-col-sort-count {
  padding-left: initial !important;
}

/*
.pq-td-border-top > .pq-grid-row > .pq-grid-cell, .pq-cont-inner > .pq-td-border-top > .pq-grid-row {
  border-bottom: 0;
  border-right: 0;
}
*/

.pq-grid-row {
  background-color: #F6F6F6;
}

.pq-grid-row.pq-striped {
  background-color: #FFFFFF;
}

.pq-grid-col,
.pq-grid-row > .pq-grid-number-cell, .pq-grid-number-col,
.pq-td-border-top > .pq-grid-row > .pq-grid-cell, .pq-cont-inner > .pq-td-border-top > .pq-grid-row {
  border: 0;
  /*border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;*/
}

.pq-header-outer .pq-grid-row .pq-merge-cell:not(.pq-grid-col-leaf){
  border-bottom: 1px solid var(--color-view-tab-bg-hover);
}

.pq-body-outer .pq-grid-number-cell, .pq-summary-outer .pq-grid-number-cell {
  background-color: transparent;
}

.pq-cont-lt, .pq-cont-tr, .pq-body-outer .pq-cont-left {
  border-width: 0;
}

.grid-row-icon-btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}


.pq-grid-cell.pq-drop-icon > div:before {
  content: "▼";
  font-size: 10px;
  margin-right: 5px;
  color: #ccc;
  float: right;
}

.pq-grid-row.pq-delete {
  background-color: #979797;
}

.pq-state-select.pq-grid-row {
  background: #e8daff !important;
}

.pq-state-select.pq-grid-row * {
  background: #fff0f2 !important;
}

.pq-state-select.pq-grid-row .pq-grid-cell.pq-focus {
  border: none !important;
}
/* ====================================================================== [ Anybiz PQ-GRID 관련 공통 ] _End_ */
.app-confirm-message {
  white-space: break-spaces;
  max-height: 70vh;
  overflow: auto;
  color: red;
}

/* ====================================================================== [ Anybiz HEADER 스타일링 ] */
/* HEADER */
.hor-header.header.top-header {
  background-color: #2c2f2e;
  height: 42px;
}

.navbar-expand-lg .navbar-collapse {
  background-color: initial;
}

.header-breadcrumb-item {
  color: #FFFFFF;
}

.pulse.anybiz-pluse {
  background: #FF7E00;
  box-shadow: 0 0 0 rgba(255, 126, 0, 0.9);
}
/* HEADER _End_ */

/* TOP-MENU */
.anybiz-mode .horizontal-main.hor-menu {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  height: 36px;
}

.anybiz-mode .horizontalMenu a.sub-icon {
  color: #000000;
  font-weight: 700;
  font-family: 'NanumSquare';
}

.anybiz-mode .horizontalMenu a .hor-icon {
  display: none !important;
}

.anybiz-mode .horizontalMenu > .horizontalMenu-list > li > a {
  padding: 4px 12px 5px 12px;
  margin: 3px 10px;
  font-size: 14px;
}

.anybiz-mode .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #000 !important;
  border-radius: 0;
  background: transparent;
  margin-top:3px;
  border-bottom: 2px solid var(--color);
}

#mainFrameTabs.anybiz-mode{
  background-color: #F8F8F8;
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a{
  padding-left: 1rem;
  padding-right: 1rem;
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a.active {
  color: var(--color);
  border: 0;
  position: relative;
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a.active:after{
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background: var(--color);
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a > button {
  background-color: var(--color-view-tab-bg);
  border-radius: 50%;
  padding: 5px;
  top: 1px !important;
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a > button:hover {
  background-color: var(--color-view-tab-bg-hover);
}

#mainFrameTabs.anybiz-mode.bTabs .nav-tabs > li > a > button i{
  font-size: 11px !important;
  font-weight: 700;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px !important;
  vertical-align: middle;

}

#mainFrameTabs.anybiz-mode.bTabs .btab-icon:before {
  content: ' ';
  display: inline-block;
  mask-repeat: no-repeat no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

#mainFrameTabs.anybiz-mode.bTabs .btab-icon.btab-icon-refresh:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.49992 4.09496V3.90504C6.49992 2.57677 5.42315 1.5 4.09488 1.5C3.02087 1.5 2.11129 2.20399 1.80241 3.17569L2.14913 3.53472H0V1.3093L0.678569 2.01196C1.34491 0.812038 2.62506 0 4.09488 0C6.25157 0 7.99992 1.74835 7.99992 3.90504V4.09496C7.99992 6.25165 6.25157 8 4.09488 8C2.20041 8 0.62102 6.65096 0.264963 4.86111H1.81444C2.13436 5.81374 3.03448 6.5 4.09488 6.5C5.42315 6.5 6.49992 5.42322 6.49992 4.09496Z' fill='%23A99DCC'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.49992 4.09496V3.90504C6.49992 2.57677 5.42315 1.5 4.09488 1.5C3.02087 1.5 2.11129 2.20399 1.80241 3.17569L2.14913 3.53472H0V1.3093L0.678569 2.01196C1.34491 0.812038 2.62506 0 4.09488 0C6.25157 0 7.99992 1.74835 7.99992 3.90504V4.09496C7.99992 6.25165 6.25157 8 4.09488 8C2.20041 8 0.62102 6.65096 0.264963 4.86111H1.81444C2.13436 5.81374 3.03448 6.5 4.09488 6.5C5.42315 6.5 6.49992 5.42322 6.49992 4.09496Z' fill='%23A99DCC'/%3E%3C/svg%3E%0A");
}
#mainFrameTabs.anybiz-mode.bTabs .btab-icon.btab-icon-x:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.222265 4.96366C-0.0739256 5.25321 -0.0739256 5.72268 0.222265 6.01224C0.518456 6.3018 0.998675 6.3018 1.29487 6.01224L3.18612 4.16333L5.07747 6.01233C5.37366 6.30189 5.85388 6.30189 6.15007 6.01233C6.44626 5.72277 6.44626 5.25331 6.15007 4.96375L4.25872 3.11475L6.15007 1.26575C6.44626 0.976194 6.44626 0.506727 6.15007 0.217169C5.85388 -0.0723897 5.37366 -0.0723894 5.07747 0.217169L3.18612 2.06617L1.29487 0.217261C0.998675 -0.0722976 0.518456 -0.0722976 0.222265 0.217261C-0.0739256 0.506819 -0.0739256 0.976286 0.222265 1.26584L2.11352 3.11475L0.222265 4.96366Z' fill='%23A99DCC'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.222265 4.96366C-0.0739256 5.25321 -0.0739256 5.72268 0.222265 6.01224C0.518456 6.3018 0.998675 6.3018 1.29487 6.01224L3.18612 4.16333L5.07747 6.01233C5.37366 6.30189 5.85388 6.30189 6.15007 6.01233C6.44626 5.72277 6.44626 5.25331 6.15007 4.96375L4.25872 3.11475L6.15007 1.26575C6.44626 0.976194 6.44626 0.506727 6.15007 0.217169C5.85388 -0.0723897 5.37366 -0.0723894 5.07747 0.217169L3.18612 2.06617L1.29487 0.217261C0.998675 -0.0722976 0.518456 -0.0722976 0.222265 0.217261C-0.0739256 0.506819 -0.0739256 0.976286 0.222265 1.26584L2.11352 3.11475L0.222265 4.96366Z' fill='%23A99DCC'/%3E%3C/svg%3E%0A");
}
/* TOP-MENU _End_*/

/* SIDE-MENU */
#sidebarMenu.close {
  width: 43px !important;
}

div.anybiz-mode #sidebarMenu li {
  border: 0px;
  background: transparent;
  white-space: nowrap;
}

div.anybiz-mode #sidebarMenu .branch li.sub-menu {
  padding-left: 0px;
}

div.anybiz-mode #sidebarMenu li.branch {
  cursor: initial;
  background: initial;
}

div.anybiz-mode #sidebarMenu li.branch:has(.sub-menu-toggle.close) {}

div.anybiz-mode #sidebarMenu li a.no-hover {
  color: var(--color-gird-tab);
  pointer-events: initial;
}

div.anybiz-mode #sidebarMenu li a.no-hover:hover {
  color: var(--color-btn-purple-hover);
}

div.anybiz-mode #sidebarMenu li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}

div.anybiz-mode #sidebarMenu li .branch-menu {
  display: flex;
  justify-content: space-between;
}

div.anybiz-mode #sidebarMenu li a:hover {
  color: var(--color-point);
}

div.anybiz-mode #sidebarMenu li a.no-hover + .sub-menu-toggle {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: var(--color-w);
}

div.anybiz-mode #sidebarMenu li a.no-hover + .sub-menu-toggle:hover {
  background-color: var(--color-w) !important;
  border-color: var(--color-w) !important;
}

div.anybiz-mode #sidebarMenu li a.no-hover + .sub-menu-toggle:before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 7px;
  margin: 5px 5px;
  background-color: var(--color);
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0L9.33013 6.75H0.669873L5 0Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0L9.33013 6.75H0.669873L5 0Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}

div.anybiz-mode #sidebarMenu li a.no-hover + .sub-menu-toggle.close {
  transform: rotate(180deg);
}

div.anybiz-mode #sidebarMenu.close li a.no-hover + .sub-menu-toggle {
  margin-left: 0px;
}

div.anybiz-mode #sidebarMenu .branch li img {
  width: initial;
  height: initial;
  max-width: initial;
  margin-right: 8px;
}

div.anybiz-mode #sidebarMenu #btnToggleSideMenu {
  padding: 0px 0px 10px 12px;
  cursor: pointer;
}

div.anybiz-mode #sidebarMenu #btnToggleSideMenu > span {
  mask: url(/images/sidemenu/btn-sidemenu-op.svg) no-repeat center 0;
  -webkit-mask: url(/images/sidemenu/btn-sidemenu-op.svg) no-repeat center 0;
  background-color: var(--color-w);
  display: block;
  width: 18px;
  height: 17px;
}

div.anybiz-mode #sidebarMenu #btnToggleSideMenu > span {
  transform: rotate(180deg);
}

div.anybiz-mode #sidebarMenu.close #btnToggleSideMenu > span {
  transform: initial;
}

/* SIDE-MENU _End_*/

/* CONTENT-FRAME */
div.anybiz-mode .main-card {
  border: 1px solid #D4D4D4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /* 이부분은 삭제되어야 함 자꾸 이전으로 돌아감 padding: 16px;*/
  height: calc(100vh - 57px);
}
.main-card2 {border: 1px solid #D4D4D4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;}
div.anybiz-mode .sub-card {
  border: 1px solid #D4D4D4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: calc(50vh - 33px);
  margin-bottom : 9px;
  display: block;
  padding: 16px;
}

div.anybiz-mode .card-title {
  color: var(--color) !important;
}

div.anybiz-mode .card-title .label-icon,
div.anybiz-mode .sub-card .card-status,
div.anybiz-mode .main-card .card-status {
  display: none;
}

div.anybiz-mode .domainContent .card.main-card > .card-header {
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.anybiz-mode .domainContent .card.main-card > .row > .fixed-fluid > .fluid > .card-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.anybiz-mode .domainContent .card .card-title {
  font-size: 18px;
  font-family: 'NanumSquare';
  font-weight: 700;
}

div.anybiz-mode .domainContent .main-card .search-bar {
  padding: 1rem 1.5rem;
  min-height: initial;
  font-size: 13px !important;
}

div.anybiz-mode .domainContent .card.left-card  {
  box-shadow: initial;
  border: 1px solid #D3D3D3;
  border-radius: 0;
  margin-top: 1rem;
  margin-left: 1px;
}

div.anybiz-mode .domainContent .card.left-card .card-header {
  /*min-height: 3.0rem !important;*/
  min-height: 0rem !important;
  border-bottom: 0;
  padding-bottom: 6px;
}

div.anybiz-mode .domainContent .card.left-card .card-title {
  font-size: 13px;
  font-family: 'NanumBarunGothic';

}

div.anybiz-mode .domainContent .main-card form.search-form .search-bar {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

div.anybiz-mode .domainContent .main-card .tab_content form.search-form .search-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.anybiz-mode .domainContent .main-card .fluid {
  padding-left: 33px !important;
  padding-right: 15px !important;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left ~ .fluid {
  padding-left: 20px !important;
}

div.anybiz-mode .domainContent .main-card .fluid .search-bar .input-group {
  /*width: auto !important;*/
}

div.anybiz-mode .domainContent .main-card .fluid .card-body {
  padding: 0px !important;

}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left .left-treeview-scroll-contents {
  height: calc(100vh - 222px);
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle {
  padding-left: 30px;
  padding-right: 0px !important;
  display: grid;
  transition: width 0.2s;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left * > *,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle * > * {
  white-space: nowrap;
  flex-wrap: nowrap;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left.inner-left-hide,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle.inner-middle-hide {
  width: 0 !important;
  overflow: hidden;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left.inner-left-hide ~ .fluid,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left.inner-left-hide ~ .inner-middle:not(.inner-middle-hide),
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left ~ .inner-middle.inner-middle-hide ~ .fluid
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left.inner-left-hide ~ .inner-middle.inner-middle-hide ~ .fluid,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left:not(.inner-left-hide) ~ .inner-middle.inner-middle-hide ~ .fluid{
  padding-left: 0 !important;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left ~ .inner-middle + .fluid,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left.inner-left-hide ~ .inner-middle:not(.inner-middle-hide) ~ .fluid {
  padding-left: 25px !important;
}

.left-slide-btn-wrapper,
.middle-slide-btn-wrapper {
  position: absolute;
  right: -2px;
  top: calc(100vh / 3);
  display: block !important;
  width: max-content;
  height: max-content;
}

.inner-left-hide .left-slide-btn-wrapper,
.inner-middle-hide .middle-slide-btn-wrapper {
  right: 5px;
  transform: rotateY(180deg);
}

.left-slide-btn-wrapper > .slide-hide-btn,
.inner-left-hide .left-slide-btn-wrapper > .slide-show-btn,
.middle-slide-btn-wrapper > .slide-hide-btn,
.inner-middle-hide .middle-slide-btn-wrapper > .slide-show-btn {
  display: none;
}

.left-slide-btn-wrapper > .slide-show-btn,
.inner-left-hide .left-slide-btn-wrapper > .slide-hide-btn,
.middle-slide-btn-wrapper > .slide-show-btn,
.inner-middle-hide .middle-slide-btn-wrapper > .slide-hide-btn {
  display: block;
}
.slide-hide-btn > .custom-fill {
  fill: var(--color) !important;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle {
  padding-left: 25px;
  padding-right: 0px !important;
  margin-left: -8px;
}

div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left .tree-search,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle .tree-search,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-left .card-body,
div.anybiz-mode .domainContent .main-card .fixed-fluid .pull-sm-left.inner-middle .card-body {
  /*padding-left: 5px !important;*/
  /*padding-right: 5px !important;*/
}

div.anybiz-mode .domainContent .main-card .tab-card-body {
  margin-top: 1rem;
}

div.anybiz-mode .domainContent .main-card .tab-card-body .tab_wrapper > ul {
  border-bottom: 1px solid var(--color);
  border-color: var(--color) !important;
}
div.anybiz-mode .domainContent .main-card .tab-card-body .tab_wrapper > ul.tab_list > li {
  font-size: 13px;
  color: #888;
  padding: 7px 40px 3px 40px;
  margin: 0;
  background-color: #EDEDED !important;
  margin-left: 1px;
}
div.anybiz-mode .domainContent .main-card .tab-card-body .tab_wrapper > ul.tab_list > li:first-child {
  font-size: 13px;
  color: #888;
  padding: 7px 40px 3px 40px;
  margin: 0;
  background-color: #EDEDED !important;
  margin-left: 0px;
}
div.anybiz-mode .domainContent .main-card .tab-card-body .tab_wrapper > ul.tab_list > li.active{
  border-top: 1px solid !important;
  border-left: 1px solid !important;
  border-right: 1px solid !important;
  background: white !important;
  color: var(--color);
  border-color: var(--color) !important;
  font-weight: bold;
}
/* CONTENT-FRAME _End_ */

/* FORM CONTROL */
div.anybiz-mode .card .search-bar .input-group-sm > .input-group-prepend:first-child > .input-group-text {
  width: initial !important;
  display: grid;
  text-align: right;
  color: #444 !important;
  font-weight: 400;
  padding-left: 1px;
  border: 0;
  background-color: initial !important;
  font-size: 13px;
}

.anybiz-mode .form-control {
  font-size: 13px !important;
}
.anybiz-mode .form-control:not(textarea) {
  height: 30px !important;
}
.anybiz-mode .form-control::placeholder {
  color: #999999;
}

.anybiz-mode .input-group {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.anybiz-mode .card .search-bar .input-group-sm .form-select + .select2.select2-container.select2-container--default,
.anybiz-mode .card .search-bar .input-group-sm.width-150 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-180 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-200 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-240 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-250 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-260 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-270 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-300 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-350 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-400 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}
.anybiz-mode .card .search-bar .input-group-sm.width-550 .form-select + .select2.select2-container.select2-container--default {width: 100% !important;}

.anybiz-mode .card .search-bar .select2-container--default .select2-selection--single .select2-selection__arrow { height: 30px !important; }
.anybiz-mode .card .search-bar .select2-container .select2-selection--single {height: 30px !important;}
.anybiz-mode .card .search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 30px !important;}
.anybiz-mode .card .search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {height: 30px !important;}

.anybiz-mode .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color) transparent transparent transparent;
  border-width: 6px 5px 9px 5px;
  margin-left: -8px;
  margin-top: -4px;
}

.anybiz-mode .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color) transparent;
  border-width: 0px 5px 6px 5px;
  margin-left: -8px;
  margin-top: -4px;
}

.anybiz-mode select.pq-cell-editor { min-height: 25px !important; }
.anybiz-mode input[type="date"]:not(.pq-cell-editor) {position: relative; padding: 10px; }
.anybiz-mode input[type="date"]:not(.pq-cell-editor)::-webkit-calendar-picker-indicator {color: transparent; background: none;z-index: 1;}
.anybiz-mode input[type="date"]:not(.pq-cell-editor):before {
  cursor: pointer;
  display: block;
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 9px;
  color: var(--color);
  background-color: var(--color);
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55176 8.29171C2.55176 8.09599 2.6098 7.90466 2.71853 7.74192C2.82727 7.57919 2.98182 7.45235 3.16264 7.37745C3.34347 7.30255 3.54244 7.28295 3.7344 7.32114C3.92636 7.35932 4.10269 7.45357 4.24108 7.59197C4.37948 7.73036 4.47373 7.90669 4.51191 8.09865C4.55009 8.29061 4.5305 8.48958 4.4556 8.6704C4.3807 8.85123 4.25386 9.00578 4.09112 9.11451C3.92839 9.22325 3.73706 9.28129 3.54134 9.28129C3.27889 9.28129 3.02718 9.17703 2.8416 8.99145C2.65602 8.80586 2.55176 8.55416 2.55176 8.29171ZM3.54134 12.448C3.73706 12.448 3.92839 12.3899 4.09112 12.2812C4.25386 12.1724 4.3807 12.0179 4.4556 11.8371C4.5305 11.6562 4.55009 11.4573 4.51191 11.2653C4.47373 11.0734 4.37948 10.897 4.24108 10.7586C4.10269 10.6202 3.92636 10.526 3.7344 10.4878C3.54244 10.4496 3.34347 10.4692 3.16264 10.5441C2.98182 10.619 2.82727 10.7459 2.71853 10.9086C2.6098 11.0713 2.55176 11.2627 2.55176 11.4584C2.55176 11.7208 2.65602 11.9725 2.8416 12.1581C3.02718 12.3437 3.27889 12.448 3.54134 12.448ZM7.49967 9.28129C7.69539 9.28129 7.88672 9.22325 8.04946 9.11451C8.21219 9.00578 8.33903 8.85123 8.41393 8.6704C8.48883 8.48958 8.50843 8.29061 8.47024 8.09865C8.43206 7.90669 8.33781 7.73036 8.19941 7.59197C8.06102 7.45357 7.88469 7.35932 7.69273 7.32114C7.50077 7.28295 7.3018 7.30255 7.12098 7.37745C6.94015 7.45235 6.7856 7.57919 6.67687 7.74192C6.56813 7.90466 6.51009 8.09599 6.51009 8.29171C6.51009 8.55416 6.61435 8.80586 6.79993 8.99145C6.98552 9.17703 7.23722 9.28129 7.49967 9.28129ZM7.49967 12.448C7.69539 12.448 7.88672 12.3899 8.04946 12.2812C8.21219 12.1724 8.33903 12.0179 8.41393 11.8371C8.48883 11.6562 8.50843 11.4573 8.47024 11.2653C8.43206 11.0734 8.33781 10.897 8.19941 10.7586C8.06102 10.6202 7.88469 10.526 7.69273 10.4878C7.50077 10.4496 7.3018 10.4692 7.12098 10.5441C6.94015 10.619 6.7856 10.7459 6.67687 10.9086C6.56813 11.0713 6.51009 11.2627 6.51009 11.4584C6.51009 11.7208 6.61435 11.9725 6.79993 12.1581C6.98552 12.3437 7.23722 12.448 7.49967 12.448ZM11.458 9.28129C11.6537 9.28129 11.8451 9.22325 12.0078 9.11451C12.1705 9.00578 12.2974 8.85123 12.3723 8.6704C12.4472 8.48958 12.4668 8.29061 12.4286 8.09865C12.3904 7.90669 12.2961 7.73036 12.1577 7.59197C12.0194 7.45357 11.843 7.35932 11.6511 7.32114C11.4591 7.28295 11.2601 7.30255 11.0793 7.37745C10.8985 7.45235 10.7439 7.57919 10.6352 7.74192C10.5265 7.90466 10.4684 8.09599 10.4684 8.29171C10.4684 8.55416 10.5727 8.80586 10.7583 8.99145C10.9438 9.17703 11.1956 9.28129 11.458 9.28129ZM15.4163 3.54171V13.0417C15.4163 13.6716 15.1661 14.2757 14.7207 14.7211C14.2753 15.1665 13.6712 15.4167 13.0413 15.4167H1.95801C1.32812 15.4167 0.724028 15.1665 0.278629 14.7211C-0.16677 14.2757 -0.416992 13.6716 -0.416992 13.0417V3.54171C-0.416992 2.91182 -0.16677 2.30773 0.278629 1.86233C0.724028 1.41693 1.32812 1.16671 1.95801 1.16671H2.74967V0.375041C2.74967 0.165078 2.83308 -0.036286 2.98155 -0.184752C3.13001 -0.333219 3.33138 -0.416626 3.54134 -0.416626C3.7513 -0.416626 3.95267 -0.333219 4.10113 -0.184752C4.2496 -0.036286 4.33301 0.165078 4.33301 0.375041V1.16671H10.6663V0.375041C10.6663 0.165078 10.7497 -0.036286 10.8982 -0.184752C11.0467 -0.333219 11.248 -0.416626 11.458 -0.416626C11.668 -0.416626 11.8693 -0.333219 12.0178 -0.184752C12.1663 -0.036286 12.2497 0.165078 12.2497 0.375041V1.16671H13.0413C13.6712 1.16671 14.2753 1.41693 14.7207 1.86233C15.1661 2.30773 15.4163 2.91182 15.4163 3.54171ZM1.16634 3.54171V4.33337H13.833V3.54171C13.833 3.33174 13.7496 3.13038 13.6011 2.98191C13.4527 2.83345 13.2513 2.75004 13.0413 2.75004H1.95801C1.74804 2.75004 1.54668 2.83345 1.39821 2.98191C1.24975 3.13038 1.16634 3.33174 1.16634 3.54171ZM13.833 5.91671H1.16634V13.0417C1.16634 13.2517 1.24975 13.453 1.39821 13.6015C1.54668 13.75 1.74804 13.8334 1.95801 13.8334H13.0413C13.2513 13.8334 13.4527 13.75 13.6011 13.6015C13.7496 13.453 13.833 13.2517 13.833 13.0417V5.91671Z' fill='%237651E1'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55176 8.29171C2.55176 8.09599 2.6098 7.90466 2.71853 7.74192C2.82727 7.57919 2.98182 7.45235 3.16264 7.37745C3.34347 7.30255 3.54244 7.28295 3.7344 7.32114C3.92636 7.35932 4.10269 7.45357 4.24108 7.59197C4.37948 7.73036 4.47373 7.90669 4.51191 8.09865C4.55009 8.29061 4.5305 8.48958 4.4556 8.6704C4.3807 8.85123 4.25386 9.00578 4.09112 9.11451C3.92839 9.22325 3.73706 9.28129 3.54134 9.28129C3.27889 9.28129 3.02718 9.17703 2.8416 8.99145C2.65602 8.80586 2.55176 8.55416 2.55176 8.29171ZM3.54134 12.448C3.73706 12.448 3.92839 12.3899 4.09112 12.2812C4.25386 12.1724 4.3807 12.0179 4.4556 11.8371C4.5305 11.6562 4.55009 11.4573 4.51191 11.2653C4.47373 11.0734 4.37948 10.897 4.24108 10.7586C4.10269 10.6202 3.92636 10.526 3.7344 10.4878C3.54244 10.4496 3.34347 10.4692 3.16264 10.5441C2.98182 10.619 2.82727 10.7459 2.71853 10.9086C2.6098 11.0713 2.55176 11.2627 2.55176 11.4584C2.55176 11.7208 2.65602 11.9725 2.8416 12.1581C3.02718 12.3437 3.27889 12.448 3.54134 12.448ZM7.49967 9.28129C7.69539 9.28129 7.88672 9.22325 8.04946 9.11451C8.21219 9.00578 8.33903 8.85123 8.41393 8.6704C8.48883 8.48958 8.50843 8.29061 8.47024 8.09865C8.43206 7.90669 8.33781 7.73036 8.19941 7.59197C8.06102 7.45357 7.88469 7.35932 7.69273 7.32114C7.50077 7.28295 7.3018 7.30255 7.12098 7.37745C6.94015 7.45235 6.7856 7.57919 6.67687 7.74192C6.56813 7.90466 6.51009 8.09599 6.51009 8.29171C6.51009 8.55416 6.61435 8.80586 6.79993 8.99145C6.98552 9.17703 7.23722 9.28129 7.49967 9.28129ZM7.49967 12.448C7.69539 12.448 7.88672 12.3899 8.04946 12.2812C8.21219 12.1724 8.33903 12.0179 8.41393 11.8371C8.48883 11.6562 8.50843 11.4573 8.47024 11.2653C8.43206 11.0734 8.33781 10.897 8.19941 10.7586C8.06102 10.6202 7.88469 10.526 7.69273 10.4878C7.50077 10.4496 7.3018 10.4692 7.12098 10.5441C6.94015 10.619 6.7856 10.7459 6.67687 10.9086C6.56813 11.0713 6.51009 11.2627 6.51009 11.4584C6.51009 11.7208 6.61435 11.9725 6.79993 12.1581C6.98552 12.3437 7.23722 12.448 7.49967 12.448ZM11.458 9.28129C11.6537 9.28129 11.8451 9.22325 12.0078 9.11451C12.1705 9.00578 12.2974 8.85123 12.3723 8.6704C12.4472 8.48958 12.4668 8.29061 12.4286 8.09865C12.3904 7.90669 12.2961 7.73036 12.1577 7.59197C12.0194 7.45357 11.843 7.35932 11.6511 7.32114C11.4591 7.28295 11.2601 7.30255 11.0793 7.37745C10.8985 7.45235 10.7439 7.57919 10.6352 7.74192C10.5265 7.90466 10.4684 8.09599 10.4684 8.29171C10.4684 8.55416 10.5727 8.80586 10.7583 8.99145C10.9438 9.17703 11.1956 9.28129 11.458 9.28129ZM15.4163 3.54171V13.0417C15.4163 13.6716 15.1661 14.2757 14.7207 14.7211C14.2753 15.1665 13.6712 15.4167 13.0413 15.4167H1.95801C1.32812 15.4167 0.724028 15.1665 0.278629 14.7211C-0.16677 14.2757 -0.416992 13.6716 -0.416992 13.0417V3.54171C-0.416992 2.91182 -0.16677 2.30773 0.278629 1.86233C0.724028 1.41693 1.32812 1.16671 1.95801 1.16671H2.74967V0.375041C2.74967 0.165078 2.83308 -0.036286 2.98155 -0.184752C3.13001 -0.333219 3.33138 -0.416626 3.54134 -0.416626C3.7513 -0.416626 3.95267 -0.333219 4.10113 -0.184752C4.2496 -0.036286 4.33301 0.165078 4.33301 0.375041V1.16671H10.6663V0.375041C10.6663 0.165078 10.7497 -0.036286 10.8982 -0.184752C11.0467 -0.333219 11.248 -0.416626 11.458 -0.416626C11.668 -0.416626 11.8693 -0.333219 12.0178 -0.184752C12.1663 -0.036286 12.2497 0.165078 12.2497 0.375041V1.16671H13.0413C13.6712 1.16671 14.2753 1.41693 14.7207 1.86233C15.1661 2.30773 15.4163 2.91182 15.4163 3.54171ZM1.16634 3.54171V4.33337H13.833V3.54171C13.833 3.33174 13.7496 3.13038 13.6011 2.98191C13.4527 2.83345 13.2513 2.75004 13.0413 2.75004H1.95801C1.74804 2.75004 1.54668 2.83345 1.39821 2.98191C1.24975 3.13038 1.16634 3.33174 1.16634 3.54171ZM13.833 5.91671H1.16634V13.0417C1.16634 13.2517 1.24975 13.453 1.39821 13.6015C1.54668 13.75 1.74804 13.8334 1.95801 13.8334H13.0413C13.2513 13.8334 13.4527 13.75 13.6011 13.6015C13.7496 13.453 13.833 13.2517 13.833 13.0417V5.91671Z' fill='%237651E1'/%3E%3C/svg%3E");
}

.anybiz-mode input[type="datetime-local"]:not(.pq-cell-editor) {position: relative; padding: 10px; }
.anybiz-mode input[type="datetime-local"]:not(.pq-cell-editor)::-webkit-calendar-picker-indicator {color: transparent; background: none;z-index: 1;}
.anybiz-mode input[type="datetime-local"]:not(.pq-cell-editor):before {
  cursor: pointer;
  display: block;
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 9px;
  color: var(--color);
  background-color: var(--color);
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55176 8.29171C2.55176 8.09599 2.6098 7.90466 2.71853 7.74192C2.82727 7.57919 2.98182 7.45235 3.16264 7.37745C3.34347 7.30255 3.54244 7.28295 3.7344 7.32114C3.92636 7.35932 4.10269 7.45357 4.24108 7.59197C4.37948 7.73036 4.47373 7.90669 4.51191 8.09865C4.55009 8.29061 4.5305 8.48958 4.4556 8.6704C4.3807 8.85123 4.25386 9.00578 4.09112 9.11451C3.92839 9.22325 3.73706 9.28129 3.54134 9.28129C3.27889 9.28129 3.02718 9.17703 2.8416 8.99145C2.65602 8.80586 2.55176 8.55416 2.55176 8.29171ZM3.54134 12.448C3.73706 12.448 3.92839 12.3899 4.09112 12.2812C4.25386 12.1724 4.3807 12.0179 4.4556 11.8371C4.5305 11.6562 4.55009 11.4573 4.51191 11.2653C4.47373 11.0734 4.37948 10.897 4.24108 10.7586C4.10269 10.6202 3.92636 10.526 3.7344 10.4878C3.54244 10.4496 3.34347 10.4692 3.16264 10.5441C2.98182 10.619 2.82727 10.7459 2.71853 10.9086C2.6098 11.0713 2.55176 11.2627 2.55176 11.4584C2.55176 11.7208 2.65602 11.9725 2.8416 12.1581C3.02718 12.3437 3.27889 12.448 3.54134 12.448ZM7.49967 9.28129C7.69539 9.28129 7.88672 9.22325 8.04946 9.11451C8.21219 9.00578 8.33903 8.85123 8.41393 8.6704C8.48883 8.48958 8.50843 8.29061 8.47024 8.09865C8.43206 7.90669 8.33781 7.73036 8.19941 7.59197C8.06102 7.45357 7.88469 7.35932 7.69273 7.32114C7.50077 7.28295 7.3018 7.30255 7.12098 7.37745C6.94015 7.45235 6.7856 7.57919 6.67687 7.74192C6.56813 7.90466 6.51009 8.09599 6.51009 8.29171C6.51009 8.55416 6.61435 8.80586 6.79993 8.99145C6.98552 9.17703 7.23722 9.28129 7.49967 9.28129ZM7.49967 12.448C7.69539 12.448 7.88672 12.3899 8.04946 12.2812C8.21219 12.1724 8.33903 12.0179 8.41393 11.8371C8.48883 11.6562 8.50843 11.4573 8.47024 11.2653C8.43206 11.0734 8.33781 10.897 8.19941 10.7586C8.06102 10.6202 7.88469 10.526 7.69273 10.4878C7.50077 10.4496 7.3018 10.4692 7.12098 10.5441C6.94015 10.619 6.7856 10.7459 6.67687 10.9086C6.56813 11.0713 6.51009 11.2627 6.51009 11.4584C6.51009 11.7208 6.61435 11.9725 6.79993 12.1581C6.98552 12.3437 7.23722 12.448 7.49967 12.448ZM11.458 9.28129C11.6537 9.28129 11.8451 9.22325 12.0078 9.11451C12.1705 9.00578 12.2974 8.85123 12.3723 8.6704C12.4472 8.48958 12.4668 8.29061 12.4286 8.09865C12.3904 7.90669 12.2961 7.73036 12.1577 7.59197C12.0194 7.45357 11.843 7.35932 11.6511 7.32114C11.4591 7.28295 11.2601 7.30255 11.0793 7.37745C10.8985 7.45235 10.7439 7.57919 10.6352 7.74192C10.5265 7.90466 10.4684 8.09599 10.4684 8.29171C10.4684 8.55416 10.5727 8.80586 10.7583 8.99145C10.9438 9.17703 11.1956 9.28129 11.458 9.28129ZM15.4163 3.54171V13.0417C15.4163 13.6716 15.1661 14.2757 14.7207 14.7211C14.2753 15.1665 13.6712 15.4167 13.0413 15.4167H1.95801C1.32812 15.4167 0.724028 15.1665 0.278629 14.7211C-0.16677 14.2757 -0.416992 13.6716 -0.416992 13.0417V3.54171C-0.416992 2.91182 -0.16677 2.30773 0.278629 1.86233C0.724028 1.41693 1.32812 1.16671 1.95801 1.16671H2.74967V0.375041C2.74967 0.165078 2.83308 -0.036286 2.98155 -0.184752C3.13001 -0.333219 3.33138 -0.416626 3.54134 -0.416626C3.7513 -0.416626 3.95267 -0.333219 4.10113 -0.184752C4.2496 -0.036286 4.33301 0.165078 4.33301 0.375041V1.16671H10.6663V0.375041C10.6663 0.165078 10.7497 -0.036286 10.8982 -0.184752C11.0467 -0.333219 11.248 -0.416626 11.458 -0.416626C11.668 -0.416626 11.8693 -0.333219 12.0178 -0.184752C12.1663 -0.036286 12.2497 0.165078 12.2497 0.375041V1.16671H13.0413C13.6712 1.16671 14.2753 1.41693 14.7207 1.86233C15.1661 2.30773 15.4163 2.91182 15.4163 3.54171ZM1.16634 3.54171V4.33337H13.833V3.54171C13.833 3.33174 13.7496 3.13038 13.6011 2.98191C13.4527 2.83345 13.2513 2.75004 13.0413 2.75004H1.95801C1.74804 2.75004 1.54668 2.83345 1.39821 2.98191C1.24975 3.13038 1.16634 3.33174 1.16634 3.54171ZM13.833 5.91671H1.16634V13.0417C1.16634 13.2517 1.24975 13.453 1.39821 13.6015C1.54668 13.75 1.74804 13.8334 1.95801 13.8334H13.0413C13.2513 13.8334 13.4527 13.75 13.6011 13.6015C13.7496 13.453 13.833 13.2517 13.833 13.0417V5.91671Z' fill='%237651E1'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.55176 8.29171C2.55176 8.09599 2.6098 7.90466 2.71853 7.74192C2.82727 7.57919 2.98182 7.45235 3.16264 7.37745C3.34347 7.30255 3.54244 7.28295 3.7344 7.32114C3.92636 7.35932 4.10269 7.45357 4.24108 7.59197C4.37948 7.73036 4.47373 7.90669 4.51191 8.09865C4.55009 8.29061 4.5305 8.48958 4.4556 8.6704C4.3807 8.85123 4.25386 9.00578 4.09112 9.11451C3.92839 9.22325 3.73706 9.28129 3.54134 9.28129C3.27889 9.28129 3.02718 9.17703 2.8416 8.99145C2.65602 8.80586 2.55176 8.55416 2.55176 8.29171ZM3.54134 12.448C3.73706 12.448 3.92839 12.3899 4.09112 12.2812C4.25386 12.1724 4.3807 12.0179 4.4556 11.8371C4.5305 11.6562 4.55009 11.4573 4.51191 11.2653C4.47373 11.0734 4.37948 10.897 4.24108 10.7586C4.10269 10.6202 3.92636 10.526 3.7344 10.4878C3.54244 10.4496 3.34347 10.4692 3.16264 10.5441C2.98182 10.619 2.82727 10.7459 2.71853 10.9086C2.6098 11.0713 2.55176 11.2627 2.55176 11.4584C2.55176 11.7208 2.65602 11.9725 2.8416 12.1581C3.02718 12.3437 3.27889 12.448 3.54134 12.448ZM7.49967 9.28129C7.69539 9.28129 7.88672 9.22325 8.04946 9.11451C8.21219 9.00578 8.33903 8.85123 8.41393 8.6704C8.48883 8.48958 8.50843 8.29061 8.47024 8.09865C8.43206 7.90669 8.33781 7.73036 8.19941 7.59197C8.06102 7.45357 7.88469 7.35932 7.69273 7.32114C7.50077 7.28295 7.3018 7.30255 7.12098 7.37745C6.94015 7.45235 6.7856 7.57919 6.67687 7.74192C6.56813 7.90466 6.51009 8.09599 6.51009 8.29171C6.51009 8.55416 6.61435 8.80586 6.79993 8.99145C6.98552 9.17703 7.23722 9.28129 7.49967 9.28129ZM7.49967 12.448C7.69539 12.448 7.88672 12.3899 8.04946 12.2812C8.21219 12.1724 8.33903 12.0179 8.41393 11.8371C8.48883 11.6562 8.50843 11.4573 8.47024 11.2653C8.43206 11.0734 8.33781 10.897 8.19941 10.7586C8.06102 10.6202 7.88469 10.526 7.69273 10.4878C7.50077 10.4496 7.3018 10.4692 7.12098 10.5441C6.94015 10.619 6.7856 10.7459 6.67687 10.9086C6.56813 11.0713 6.51009 11.2627 6.51009 11.4584C6.51009 11.7208 6.61435 11.9725 6.79993 12.1581C6.98552 12.3437 7.23722 12.448 7.49967 12.448ZM11.458 9.28129C11.6537 9.28129 11.8451 9.22325 12.0078 9.11451C12.1705 9.00578 12.2974 8.85123 12.3723 8.6704C12.4472 8.48958 12.4668 8.29061 12.4286 8.09865C12.3904 7.90669 12.2961 7.73036 12.1577 7.59197C12.0194 7.45357 11.843 7.35932 11.6511 7.32114C11.4591 7.28295 11.2601 7.30255 11.0793 7.37745C10.8985 7.45235 10.7439 7.57919 10.6352 7.74192C10.5265 7.90466 10.4684 8.09599 10.4684 8.29171C10.4684 8.55416 10.5727 8.80586 10.7583 8.99145C10.9438 9.17703 11.1956 9.28129 11.458 9.28129ZM15.4163 3.54171V13.0417C15.4163 13.6716 15.1661 14.2757 14.7207 14.7211C14.2753 15.1665 13.6712 15.4167 13.0413 15.4167H1.95801C1.32812 15.4167 0.724028 15.1665 0.278629 14.7211C-0.16677 14.2757 -0.416992 13.6716 -0.416992 13.0417V3.54171C-0.416992 2.91182 -0.16677 2.30773 0.278629 1.86233C0.724028 1.41693 1.32812 1.16671 1.95801 1.16671H2.74967V0.375041C2.74967 0.165078 2.83308 -0.036286 2.98155 -0.184752C3.13001 -0.333219 3.33138 -0.416626 3.54134 -0.416626C3.7513 -0.416626 3.95267 -0.333219 4.10113 -0.184752C4.2496 -0.036286 4.33301 0.165078 4.33301 0.375041V1.16671H10.6663V0.375041C10.6663 0.165078 10.7497 -0.036286 10.8982 -0.184752C11.0467 -0.333219 11.248 -0.416626 11.458 -0.416626C11.668 -0.416626 11.8693 -0.333219 12.0178 -0.184752C12.1663 -0.036286 12.2497 0.165078 12.2497 0.375041V1.16671H13.0413C13.6712 1.16671 14.2753 1.41693 14.7207 1.86233C15.1661 2.30773 15.4163 2.91182 15.4163 3.54171ZM1.16634 3.54171V4.33337H13.833V3.54171C13.833 3.33174 13.7496 3.13038 13.6011 2.98191C13.4527 2.83345 13.2513 2.75004 13.0413 2.75004H1.95801C1.74804 2.75004 1.54668 2.83345 1.39821 2.98191C1.24975 3.13038 1.16634 3.33174 1.16634 3.54171ZM13.833 5.91671H1.16634V13.0417C1.16634 13.2517 1.24975 13.453 1.39821 13.6015C1.54668 13.75 1.74804 13.8334 1.95801 13.8334H13.0413C13.2513 13.8334 13.4527 13.75 13.6011 13.6015C13.7496 13.453 13.833 13.2517 13.833 13.0417V5.91671Z' fill='%237651E1'/%3E%3C/svg%3E");
}

.anybiz-mode .tree-search-form {
  display:inline-block;
  position: relative;
}
.anybiz-mode .tree-search-form:before {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  color: var(--color);
  font-size: 18px;
  right: 7px;
  top: 1px;
}
.anybiz-mode .tree-search-form > input[type='text'] {
  padding-right: 25px;
}

.anybiz-mode .custom-switch-indicator {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  width: auto;
  background: #FFFFFF;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #CCCCCC !important;
  color: #333333;
  padding-top: 5px;
}

.anybiz-mode .custom-switch-input ~ .custom-switch-indicator {
  padding-left: 30px;
  padding-right: 10px;
  min-width: 50px;
}
.anybiz-mode .custom-switch-input:checked ~ .custom-switch-indicator {
  padding-left: 9px;
  padding-right: 28px;
  background: #FFFFFF;
  min-width: 50px;
}

.anybiz-mode .custom-switch-indicator:before {
  content: '';
  position: absolute;
  height: calc(30px - 8px);
  width: calc(30px - 8px);
  top: 3px;
  left: 3px;
  background: #82888E;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%);
}

.anybiz-mode .custom-switch-input:checked~.custom-switch-indicator:before {
  background: var(--color);
  left: initial;
  right: 3px ;
}

.ms-choice > span.placeholder {
  background-color: initial;
  cursor: pointer;
  opacity: 1;
}

.select2-container {
  width: 100% !important;
}

select[multiple="multiple"].form-control + div.ms-parent {
  padding: 0px !important;
}

select[multiple="multiple"].form-control + div.ms-parent > .ms-choice {
  height: 30px;
  border: 0px;
  line-height: 30px;
  background-color: initial;
}

select[multiple="multiple"].form-control + div.ms-parent > .ms-choice > div.icon-caret, div.ms-parent > .ms-choice > div {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 8px;
  border-style: solid;
  background: initial;
  border-color: var(--color) transparent transparent transparent;
  border-width: 6px 5px 9px 5px;
  margin-left: -8px;
  margin-top: -4px;
}

select[multiple="multiple"].form-control + div.ms-parent > .ms-choice > div.icon-caret.open, div.ms-parent > .ms-choice > div.open {
  border-color: transparent transparent var(--color) transparent;
  border-width: 0px 5px 6px 5px;
  margin-left: -8px;
  margin-top: -4px;
}

.SumoSelect > .CaptionCont > label > i:before{
    border-color: var(--color) transparent transparent transparent;
}

.form-control .ms-drop input[type="radio"],
.form-control .ms-drop input[type="checkbox"] {
  margin-top: 0;
}

.form-control .ms-drop ul > li {
  padding: 0.3rem 8px;
}
/* FORM CONTROL _End_ */

/* BUTTON */

.anybiz-mode .btn:focus, .anybiz-mode .btn-purple:focus, .anybiz-mode .btn-purple.focus {
  box-shadow: initial !important;
}

.anybiz-mode .search-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color);
  width: auto;
  padding-left: .25rem;
  padding-right: .25rem;
  border: 1px solid #d2d6da;
  background-color: #f0f0f0;
  border-left: 0px;
  height: 30px !important;
}

.anybiz-mode .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color);
  width: auto;
  padding-left: .25rem;
  padding-right: .5rem;
  border-left: 0px;
  height: 30px !important;
}

button.btn.btn-anybiz,
button.btn.btn-icon-anybiz {
  height: 26px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 2px;
  /*color: #fff;*/
  background-color: var(--color-w);
  padding-left:10px;
  padding-right:10px;
  padding-top: 5px;
}

button.btn.btn-icon-anybiz.btn-icon-anybiz-label {
  display: flex;
  line-height: 30px;
  padding-right: 5px;
  padding-left: 10px;
}

button.btn.btn-anybiz:not(.btn-purple):hover,
button.btn.btn-icon-anybiz:hover {
  background-color: var(--color-btn-purple-hover) !important;
  border-color: var(--color-btn-purple-hover)!important;
  color:var(--color-w)!important;
}

button.btn.btn-icon-anybiz {
  padding: 0px 0px;
}

button.btn.btn-anybiz.btn-purple {
  color: #FFFFFF;
  border-color: var(--color);
  background-color: var(--color);
}

button.btn.btn-anybiz.btn-purple.btn-purple:not(:disabled):not(.disabled):active{
  color: #fff;
  background-color: var(--color-btn-purple-hover);
  border-color: var(--color-btn-purple-hover);
}

button.btn.btn-anybiz.btn-purple:hover {
  color: #FFFFFF;
  border-color: var(--color-btn-purple-hover);
  background-color: var(--color-btn-purple-hover);
}

button.btn.btn-anybiz.btn-point {
  color: #FFFFFF;
  border-color: var(--color-point);
  background-color: var(--color-point);
}

button.btn.btn-anybiz.btn-point:hover,
 button.btn.btn-anybiz.btn-point:active{
  border-color: var(--color-point-hover) !important;
  background-color: var(--color-point-hover) !important;
}

button.btn.btn-anybiz.btn-point-sub {
  color: #FFFFFF;
  border-color: var(--color-point-sub);
  background-color: var(--color-point-sub);
}

button.btn.btn-anybiz.btn-point-sub:hover,
 button.btn.btn-anybiz.btn-point-sub:active{
  border-color: var(--color-btn-hover) !important;
  background-color: var(--color-btn-hover) !important;
}

button.btn.btn-anybiz.btn-cancel {
  color: #FFFFFF;
  background-color: #B4B4CF;
}

button.btn.btn-anybiz.btn-grid-row {
  color: #888;
  background-color: #FFFFFF;
  border: 1px dashed #AAAAAA;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: normal;
}

button.btn.btn-anybiz.btn-grid-row:before {
  content: ' ';
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: .25rem;
  vertical-align: middle;
}

button.btn.btn-anybiz.btn-grid-row.add:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50986 4.49835H8.60129M5.05557 8.14835V0.848352' stroke='%237651E1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

button.btn.btn-anybiz.btn-grid-row.delete:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 10 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50986 1.49835H8.60129' stroke='%237651E1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.btn-navy {
  color: var(--color) !important;
  background-color: var(--color-w) !important;
  border-color: var(--color-w) !important;
  font-weight: 600;
  font-size: 13px;
  border-radius: 2px;
  height:30px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-navy:hover {
  background-color: var(--color-btn-hover) !important;
  border-color: var(--color-btn-hover)!important;
  color: var(--color-bor) !important;
}
/* dropdown outline형 button */
.dropdown-toggle.btn-outline-secondary{
    color: var(--color);
    background-color: #fff;
    border-color: var(--color);
    border-radius: 2px;
}

.dropdown-toggle.btn-outline-secondary:not(:disabled):not(.disabled):active, .dropdown-toggle.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: var(--color);
    border-color: var(--color);
}
/* outline형 button */
.btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff !important;
    background-color: var(--color);
    border-color: var(--color);
}

.btn.btn-outline-secondary{
    color: var(--color);
    border-color: var(--color);
    box-shadow: 0 0px 10px -5px rgba(91, 115, 232, 0.5);
    border-radius: 2px;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: var(--color);
    border-color: var(--color);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: var(--color);
    border-color: var(--color);
}
/* BUTTON _End_ */

/* BUTTON ICON */
.anybiz-icon:before {
  content: ' ';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 6px 6px;
  background-color: #000;
  mask-repeat: no-repeat no-repeat;
  mask-position: center center;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 16px;
}

.anybiz-icon-grid {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.anybiz-icon-grid:before {
  margin: 0 !important;
  display: block;
}

.anybiz-icon.anybiz-icon-clear:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.639 9.36739L12.5058 4.23379C12.2645 3.99276 11.9374 3.85737 11.5964 3.85737C11.2554 3.85737 10.9283 3.99276 10.6871 4.23379L7.24237 7.67848L4.5 0H3.21429L0 9H1.28572L1.92793 7.07143H5.78508L6.30161 8.61924L1.6623 13.2585C1.42123 13.4997 1.2858 13.8266 1.2858 14.1676C1.2858 14.5086 1.42123 14.8356 1.6623 15.0767L4.5846 18H10.7501L17.639 11.1105C17.7534 10.996 17.8442 10.8602 17.9062 10.7106C17.9681 10.5611 18 10.4008 18 10.2389C18 10.0771 17.9681 9.91681 17.9062 9.76726C17.8442 9.61772 17.7534 9.48185 17.639 9.36739ZM2.35627 5.78571L3.85477 1.28571L5.35616 5.78571H2.35627ZM10.2178 16.7143H5.11715L2.57143 14.1673L6.62934 10.11L11.7257 15.206L10.2178 16.7143Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.639 9.36739L12.5058 4.23379C12.2645 3.99276 11.9374 3.85737 11.5964 3.85737C11.2554 3.85737 10.9283 3.99276 10.6871 4.23379L7.24237 7.67848L4.5 0H3.21429L0 9H1.28572L1.92793 7.07143H5.78508L6.30161 8.61924L1.6623 13.2585C1.42123 13.4997 1.2858 13.8266 1.2858 14.1676C1.2858 14.5086 1.42123 14.8356 1.6623 15.0767L4.5846 18H10.7501L17.639 11.1105C17.7534 10.996 17.8442 10.8602 17.9062 10.7106C17.9681 10.5611 18 10.4008 18 10.2389C18 10.0771 17.9681 9.91681 17.9062 9.76726C17.8442 9.61772 17.7534 9.48185 17.639 9.36739ZM2.35627 5.78571L3.85477 1.28571L5.35616 5.78571H2.35627ZM10.2178 16.7143H5.11715L2.57143 14.1673L6.62934 10.11L11.7257 15.206L10.2178 16.7143Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-download:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1007 4.93034C15.5613 4.41383 14.6787 4.41383 14.1392 4.93034L11.8836 7.0903V1.32817C11.8836 0.597007 11.2601 0 10.4965 0C9.73294 0 9.10948 0.597007 9.10948 1.32817V7.09701L6.86779 4.95046C6.32839 4.43395 5.44573 4.43395 4.90632 4.95046C4.36692 5.46698 4.36692 6.31218 4.90632 6.82869L9.38268 11.1151C9.63487 11.4438 10.0412 11.6584 10.4965 11.6584C10.7627 11.6584 11.0079 11.5846 11.2181 11.4572C11.3161 11.4035 11.4072 11.3364 11.4913 11.2559C11.5613 11.1889 16.0937 6.80186 16.0937 6.80186C16.6331 6.28535 16.6331 5.44015 16.0937 4.92363L16.1007 4.93034Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 9.5C2.32843 9.5 3 10.1716 3 11V14.5H18V11C18 10.1716 18.6716 9.5 19.5 9.5C20.3284 9.5 21 10.1716 21 11V17.5H0V11C0 10.1716 0.671573 9.5 1.5 9.5Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1007 4.93034C15.5613 4.41383 14.6787 4.41383 14.1392 4.93034L11.8836 7.0903V1.32817C11.8836 0.597007 11.2601 0 10.4965 0C9.73294 0 9.10948 0.597007 9.10948 1.32817V7.09701L6.86779 4.95046C6.32839 4.43395 5.44573 4.43395 4.90632 4.95046C4.36692 5.46698 4.36692 6.31218 4.90632 6.82869L9.38268 11.1151C9.63487 11.4438 10.0412 11.6584 10.4965 11.6584C10.7627 11.6584 11.0079 11.5846 11.2181 11.4572C11.3161 11.4035 11.4072 11.3364 11.4913 11.2559C11.5613 11.1889 16.0937 6.80186 16.0937 6.80186C16.6331 6.28535 16.6331 5.44015 16.0937 4.92363L16.1007 4.93034Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 9.5C2.32843 9.5 3 10.1716 3 11V14.5H18V11C18 10.1716 18.6716 9.5 19.5 9.5C20.3284 9.5 21 10.1716 21 11V17.5H0V11C0 10.1716 0.671573 9.5 1.5 9.5Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-upload:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89922 7.1325C5.43862 7.66682 6.32129 7.66682 6.86069 7.1325L9.11638 4.89806L9.11638 10.8589C9.11638 11.6153 9.73985 12.2328 10.5034 12.2328C11.267 12.2328 11.8905 11.6153 11.8905 10.8589L11.8905 4.89112L14.1321 7.11168C14.6715 7.646 15.5542 7.646 16.0936 7.11168C16.633 6.57736 16.633 5.70301 16.0936 5.16869L11.6173 0.734504C11.3651 0.394481 10.9588 0.172425 10.5034 0.172425C10.2372 0.172425 9.99204 0.248756 9.78188 0.380602C9.68381 0.436116 9.59274 0.505508 9.50868 0.588779C9.43862 0.658172 4.90622 5.19645 4.90622 5.19645C4.36682 5.73077 4.36682 6.60511 4.90622 7.13944L4.89922 7.1325Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 10.0862C2.32843 10.0862 3 10.7578 3 11.5862V15.2586H18V11.5862C18 10.7578 18.6716 10.0862 19.5 10.0862C20.3284 10.0862 21 10.7578 21 11.5862V18.2586H0V11.5862C0 10.7578 0.671573 10.0862 1.5 10.0862Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89922 7.1325C5.43862 7.66682 6.32129 7.66682 6.86069 7.1325L9.11638 4.89806L9.11638 10.8589C9.11638 11.6153 9.73985 12.2328 10.5034 12.2328C11.267 12.2328 11.8905 11.6153 11.8905 10.8589L11.8905 4.89112L14.1321 7.11168C14.6715 7.646 15.5542 7.646 16.0936 7.11168C16.633 6.57736 16.633 5.70301 16.0936 5.16869L11.6173 0.734504C11.3651 0.394481 10.9588 0.172425 10.5034 0.172425C10.2372 0.172425 9.99204 0.248756 9.78188 0.380602C9.68381 0.436116 9.59274 0.505508 9.50868 0.588779C9.43862 0.658172 4.90622 5.19645 4.90622 5.19645C4.36682 5.73077 4.36682 6.60511 4.90622 7.13944L4.89922 7.1325Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 10.0862C2.32843 10.0862 3 10.7578 3 11.5862V15.2586H18V11.5862C18 10.7578 18.6716 10.0862 19.5 10.0862C20.3284 10.0862 21 10.7578 21 11.5862V18.2586H0V11.5862C0 10.7578 0.671573 10.0862 1.5 10.0862Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-fullscreen:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7V2H7' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M20 13L20 18L15 18' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M15 2L20 2L20 7' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M7 18L2 18L2 13' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7V2H7' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M20 13L20 18L15 18' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M15 2L20 2L20 7' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M7 18L2 18L2 13' stroke='%237651E1' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-dsearch:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.79961 8.1998C4.0323 8.1998 2.59961 6.76712 2.59961 4.9998C2.59961 3.23249 4.0323 1.7998 5.79961 1.7998C7.56692 1.7998 8.99961 3.23249 8.99961 4.9998C8.99961 6.76712 7.56692 8.1998 5.79961 8.1998Z' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2 16.1998C10.4327 16.1998 9 14.7671 9 12.9998C9 11.2325 10.4327 9.7998 12.2 9.7998C13.9673 9.7998 15.4 11.2325 15.4 12.9998C15.4 14.7671 13.9673 16.1998 12.2 16.1998Z' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H2.6M8.99748 5H17M17 13H15.4M9.00252 13H1' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.79961 8.1998C4.0323 8.1998 2.59961 6.76712 2.59961 4.9998C2.59961 3.23249 4.0323 1.7998 5.79961 1.7998C7.56692 1.7998 8.99961 3.23249 8.99961 4.9998C8.99961 6.76712 7.56692 8.1998 5.79961 8.1998Z' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2 16.1998C10.4327 16.1998 9 14.7671 9 12.9998C9 11.2325 10.4327 9.7998 12.2 9.7998C13.9673 9.7998 15.4 11.2325 15.4 12.9998C15.4 14.7671 13.9673 16.1998 12.2 16.1998Z' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H2.6M8.99748 5H17M17 13H15.4M9.00252 13H1' stroke='%237651E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-tile:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.25 8.25C0.25 7.55964 0.809644 7 1.5 7H4.5C5.19036 7 5.75 7.55964 5.75 8.25V11.25C5.75 11.9404 5.19036 12.5 4.5 12.5H1.5C0.809644 12.5 0.25 11.9404 0.25 11.25V8.25ZM1.75 8.5V11H4.25V8.5H1.75Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.25C7 7.55964 7.55964 7 8.25 7H11.25C11.9404 7 12.5 7.55964 12.5 8.25V11.25C12.5 11.9404 11.9404 12.5 11.25 12.5H8.25C7.55964 12.5 7 11.9404 7 11.25V8.25ZM8.5 8.5V11H11V8.5H8.5Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.25 1.5C0.25 0.809644 0.809644 0.25 1.5 0.25H4.5C5.19036 0.25 5.75 0.809644 5.75 1.5V4.5C5.75 5.19036 5.19036 5.75 4.5 5.75H1.5C0.809644 5.75 0.25 5.19036 0.25 4.5V1.5ZM1.75 1.75V4.25H4.25V1.75H1.75Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1.5C7 0.809644 7.55964 0.25 8.25 0.25H11.25C11.9404 0.25 12.5 0.809644 12.5 1.5V4.5C12.5 5.19036 11.9404 5.75 11.25 5.75H8.25C7.55964 5.75 7 5.19036 7 4.5V1.5ZM8.5 1.75V4.25H11V1.75H8.5Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.25 8.25C0.25 7.55964 0.809644 7 1.5 7H4.5C5.19036 7 5.75 7.55964 5.75 8.25V11.25C5.75 11.9404 5.19036 12.5 4.5 12.5H1.5C0.809644 12.5 0.25 11.9404 0.25 11.25V8.25ZM1.75 8.5V11H4.25V8.5H1.75Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.25C7 7.55964 7.55964 7 8.25 7H11.25C11.9404 7 12.5 7.55964 12.5 8.25V11.25C12.5 11.9404 11.9404 12.5 11.25 12.5H8.25C7.55964 12.5 7 11.9404 7 11.25V8.25ZM8.5 8.5V11H11V8.5H8.5Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.25 1.5C0.25 0.809644 0.809644 0.25 1.5 0.25H4.5C5.19036 0.25 5.75 0.809644 5.75 1.5V4.5C5.75 5.19036 5.19036 5.75 4.5 5.75H1.5C0.809644 5.75 0.25 5.19036 0.25 4.5V1.5ZM1.75 1.75V4.25H4.25V1.75H1.75Z' fill='%237651E1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1.5C7 0.809644 7.55964 0.25 8.25 0.25H11.25C11.9404 0.25 12.5 0.809644 12.5 1.5V4.5C12.5 5.19036 11.9404 5.75 11.25 5.75H8.25C7.55964 5.75 7 5.19036 7 4.5V1.5ZM8.5 1.75V4.25H11V1.75H8.5Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-list:before {
  mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2C1.55228 2 2 1.55228 2 1C2 0.447715 1.55228 0 1 0C0.447715 0 0 0.447715 0 1C0 1.55228 0.447715 2 1 2ZM12 2C12.5523 2 13 1.55228 13 1C13 0.447715 12.5523 0 12 0H4C3.44771 0 3 0.447715 3 1C3 1.55228 3.44771 2 4 2H12ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4H4C3.44771 4 3 4.44772 3 5C3 5.55228 3.44771 6 4 6H12ZM13 9C13 9.55228 12.5523 10 12 10H4C3.44771 10 3 9.55229 3 9C3 8.44771 3.44771 8 4 8H12C12.5523 8 13 8.44771 13 9ZM2 5C2 5.55228 1.55228 6 1 6C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4C1.55228 4 2 4.44772 2 5ZM1 10C1.55228 10 2 9.55228 2 9C2 8.44771 1.55228 8 1 8C0.447715 8 0 8.44771 0 9C0 9.55228 0.447715 10 1 10Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2C1.55228 2 2 1.55228 2 1C2 0.447715 1.55228 0 1 0C0.447715 0 0 0.447715 0 1C0 1.55228 0.447715 2 1 2ZM12 2C12.5523 2 13 1.55228 13 1C13 0.447715 12.5523 0 12 0H4C3.44771 0 3 0.447715 3 1C3 1.55228 3.44771 2 4 2H12ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4H4C3.44771 4 3 4.44772 3 5C3 5.55228 3.44771 6 4 6H12ZM13 9C13 9.55228 12.5523 10 12 10H4C3.44771 10 3 9.55229 3 9C3 8.44771 3.44771 8 4 8H12C12.5523 8 13 8.44771 13 9ZM2 5C2 5.55228 1.55228 6 1 6C0.447715 6 0 5.55228 0 5C0 4.44772 0.447715 4 1 4C1.55228 4 2 4.44772 2 5ZM1 10C1.55228 10 2 9.55228 2 9C2 8.44771 1.55228 8 1 8C0.447715 8 0 8.44771 0 9C0 9.55228 0.447715 10 1 10Z' fill='%237651E1'/%3E%3C/svg%3E%0A");
}
.anybiz-icon.anybiz-icon-clsg-started:before {
  mask-image: url("/images/icon-started.svg");
  -webkit-mask-image: url("/images/icon-started.svg");
}
/* BUTTON ICON _End_ */

/* TREE Style */
div.anybiz-mode .jstree-content {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
}

/*div.anybiz-mode .jstree-content .jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.246094' width='14' height='14' rx='2' fill='%23EBE9E9'/%3E%3Cpath d='M10.2461 7L4.24609 7' stroke='%237651E1' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.24609 4L7.24609 10' stroke='%237651E1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}

div.anybiz-mode .jstree-content .jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='2' fill='%23EBE9E9'/%3E%3Cpath d='M10 7L4 7' stroke='%237651E1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}*/

div.anybiz-mode .jstree-content li {
  line-height: 28px;
}

div.anybiz-mode .anybiz-tree-icon {
  width: 20px !important;
  background-position-x: center !important;
  background-position-y: 4px !important;
  background-repeat: no-repeat no-repeat;
}

/* 조직트리 */
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.6364V6.2692C1 5.73348 1.21493 5.22015 1.59662 4.84424L4.09662 2.38211C4.87513 1.6154 6.12487 1.6154 6.90338 2.38211L9.40338 4.84424C9.78507 5.22015 10 5.73348 10 6.2692V11.6364' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 6C11.25 7.84942 10.1354 9.67148 8.80079 11.0851C8.14448 11.7803 7.46359 12.3457 6.90189 12.7321C6.62036 12.9257 6.37932 13.0671 6.19497 13.1567C6.09714 13.2043 6.03387 13.228 6 13.2396C5.96614 13.228 5.90286 13.2043 5.80503 13.1567C5.62068 13.0671 5.37964 12.9257 5.09811 12.7321C4.53641 12.3457 3.85552 11.7803 3.19921 11.0851C1.86464 9.67148 0.75 7.84942 0.75 6C0.75 3.1005 3.1005 0.75 6 0.75C8.8995 0.75 11.25 3.1005 11.25 6Z' stroke='%23CCCCCC' stroke-width='1.5'/%3E%3Cpath d='M4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-1.active {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 6C11.25 7.84942 10.1354 9.67148 8.80079 11.0851C8.14448 11.7803 7.46359 12.3457 6.90189 12.7321C6.62036 12.9257 6.37932 13.0671 6.19497 13.1567C6.09714 13.2043 6.03387 13.228 6 13.2396C5.96614 13.228 5.90286 13.2043 5.80503 13.1567C5.62068 13.0671 5.37964 12.9257 5.09811 12.7321C4.53641 12.3457 3.85552 11.7803 3.19921 11.0851C1.86464 9.67148 0.75 7.84942 0.75 6C0.75 3.1005 3.1005 0.75 6 0.75C8.8995 0.75 11.25 3.1005 11.25 6Z' stroke='orange' stroke-width='1.5'/%3E%3Cpath d='M4 6C4 7.10457 4.89543 8 6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-2.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-3 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-3.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-4 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-4.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-5 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-5.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-6 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-6.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-7 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-7.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-8 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-8.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-9 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-9.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-10 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
div.anybiz-mode .ogzt-tree .anybiz-tree-icon.level-10.active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.49609' y1='4.75' x2='4.99609' y2='4.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='6.49609' y1='7.75' x2='4.99609' y2='7.75' stroke='orange' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.24609 6.5V10C1.24609 11.1046 2.14152 12 3.24609 12H6.74609C9.78366 12 12.2461 9.53757 12.2461 6.5C12.2461 3.46243 9.78366 1 6.74609 1C3.70853 1 1.24609 3.46243 1.24609 6.5Z' stroke='orange' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

/* 보험사트리 */
div.anybiz-mode .iscm-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.6364V6.2692C1 5.73348 1.21493 5.22015 1.59662 4.84424L4.09662 2.38211C4.87513 1.6154 6.12487 1.6154 6.90338 2.38211L9.40338 4.84424C9.78507 5.22015 10 5.73348 10 6.2692V11.6364' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
div.anybiz-mode .iscm-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.3332C12 11.51 11.9298 11.6796 11.8047 11.8046C11.6797 11.9296 11.5101 11.9998 11.3333 11.9998H0.666667C0.489856 11.9998 0.320286 11.9296 0.195262 11.8046C0.0702379 11.6796 0 11.51 0 11.3332C0 11.1564 0.0702379 10.9868 0.195262 10.8618C0.320286 10.7367 0.489856 10.6665 0.666667 10.6665H11.3333C11.5101 10.6665 11.6797 10.7367 11.8047 10.8618C11.9298 10.9868 12 11.1564 12 11.3332ZM2 9.33317C2.17681 9.33317 2.34638 9.26293 2.4714 9.13791C2.59643 9.01288 2.66667 8.84331 2.66667 8.6665V3.99984C2.66667 3.82303 2.59643 3.65346 2.4714 3.52843C2.34638 3.40341 2.17681 3.33317 2 3.33317C1.82319 3.33317 1.65362 3.40341 1.5286 3.52843C1.40357 3.65346 1.33333 3.82303 1.33333 3.99984V8.6665C1.33333 8.84331 1.40357 9.01288 1.5286 9.13791C1.65362 9.26293 1.82319 9.33317 2 9.33317ZM4.66667 9.33317C4.84348 9.33317 5.01305 9.26293 5.13807 9.13791C5.2631 9.01288 5.33333 8.84331 5.33333 8.6665V1.33317C5.33333 1.15636 5.2631 0.98679 5.13807 0.861766C5.01305 0.736742 4.84348 0.666504 4.66667 0.666504C4.48986 0.666504 4.32029 0.736742 4.19526 0.861766C4.07024 0.98679 4 1.15636 4 1.33317V8.6665C4 8.84331 4.07024 9.01288 4.19526 9.13791C4.32029 9.26293 4.48986 9.33317 4.66667 9.33317ZM10 9.33317C10.1768 9.33317 10.3464 9.26293 10.4714 9.13791C10.5964 9.01288 10.6667 8.84331 10.6667 8.6665V3.33317C10.6667 3.15636 10.5964 2.98679 10.4714 2.86177C10.3464 2.73674 10.1768 2.6665 10 2.6665C9.82319 2.6665 9.65362 2.73674 9.52859 2.86177C9.40357 2.98679 9.33333 3.15636 9.33333 3.33317V8.6665C9.33333 8.84331 9.40357 9.01288 9.52859 9.13791C9.65362 9.26293 9.82319 9.33317 10 9.33317ZM7.33333 9.33317C7.51014 9.33317 7.67971 9.26293 7.80474 9.13791C7.92976 9.01288 8 8.84331 8 8.6665V6.6665C8 6.48969 7.92976 6.32012 7.80474 6.1951C7.67971 6.07008 7.51014 5.99984 7.33333 5.99984C7.15652 5.99984 6.98695 6.07008 6.86193 6.1951C6.73691 6.32012 6.66667 6.48969 6.66667 6.6665V8.6665C6.66667 8.84331 6.73691 9.01288 6.86193 9.13791C6.98695 9.26293 7.15652 9.33317 7.33333 9.33317Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A"); !important;
}
div.anybiz-mode .iscm-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42567 4.3335C6.67113 4.3335 6.87012 4.53248 6.87012 4.77794L6.87012 8.3335C6.87012 8.57896 6.67113 8.77794 6.42567 8.77794C6.18021 8.77794 5.98123 8.57896 5.98123 8.3335L5.98123 4.77794C5.98123 4.53248 6.18021 4.3335 6.42567 4.3335Z' fill='%23CCCCCC'/%3E%3Crect x='8.64746' y='7' width='4.44444' height='0.888888' rx='0.444444' transform='rotate(-180 8.64746 7)' fill='%23CCCCCC'/%3E%3Cpath d='M6.42513 13.2223C6.42513 13.2223 11.7585 10.7334 11.7585 7.00005V2.6445L6.42513 0.777832L1.0918 2.6445V7.00005C1.0918 10.7334 6.42513 13.2223 6.42513 13.2223Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); !important;
}

/* 보험사별상품트리 */
div.anybiz-mode .iscm-prod-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.6364V6.2692C1 5.73348 1.21493 5.22015 1.59662 4.84424L4.09662 2.38211C4.87513 1.6154 6.12487 1.6154 6.90338 2.38211L9.40338 4.84424C9.78507 5.22015 10 5.73348 10 6.2692V11.6364' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
div.anybiz-mode .iscm-prod-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.3332C12 11.51 11.9298 11.6796 11.8047 11.8046C11.6797 11.9296 11.5101 11.9998 11.3333 11.9998H0.666667C0.489856 11.9998 0.320286 11.9296 0.195262 11.8046C0.0702379 11.6796 0 11.51 0 11.3332C0 11.1564 0.0702379 10.9868 0.195262 10.8618C0.320286 10.7367 0.489856 10.6665 0.666667 10.6665H11.3333C11.5101 10.6665 11.6797 10.7367 11.8047 10.8618C11.9298 10.9868 12 11.1564 12 11.3332ZM2 9.33317C2.17681 9.33317 2.34638 9.26293 2.4714 9.13791C2.59643 9.01288 2.66667 8.84331 2.66667 8.6665V3.99984C2.66667 3.82303 2.59643 3.65346 2.4714 3.52843C2.34638 3.40341 2.17681 3.33317 2 3.33317C1.82319 3.33317 1.65362 3.40341 1.5286 3.52843C1.40357 3.65346 1.33333 3.82303 1.33333 3.99984V8.6665C1.33333 8.84331 1.40357 9.01288 1.5286 9.13791C1.65362 9.26293 1.82319 9.33317 2 9.33317ZM4.66667 9.33317C4.84348 9.33317 5.01305 9.26293 5.13807 9.13791C5.2631 9.01288 5.33333 8.84331 5.33333 8.6665V1.33317C5.33333 1.15636 5.2631 0.98679 5.13807 0.861766C5.01305 0.736742 4.84348 0.666504 4.66667 0.666504C4.48986 0.666504 4.32029 0.736742 4.19526 0.861766C4.07024 0.98679 4 1.15636 4 1.33317V8.6665C4 8.84331 4.07024 9.01288 4.19526 9.13791C4.32029 9.26293 4.48986 9.33317 4.66667 9.33317ZM10 9.33317C10.1768 9.33317 10.3464 9.26293 10.4714 9.13791C10.5964 9.01288 10.6667 8.84331 10.6667 8.6665V3.33317C10.6667 3.15636 10.5964 2.98679 10.4714 2.86177C10.3464 2.73674 10.1768 2.6665 10 2.6665C9.82319 2.6665 9.65362 2.73674 9.52859 2.86177C9.40357 2.98679 9.33333 3.15636 9.33333 3.33317V8.6665C9.33333 8.84331 9.40357 9.01288 9.52859 9.13791C9.65362 9.26293 9.82319 9.33317 10 9.33317ZM7.33333 9.33317C7.51014 9.33317 7.67971 9.26293 7.80474 9.13791C7.92976 9.01288 8 8.84331 8 8.6665V6.6665C8 6.48969 7.92976 6.32012 7.80474 6.1951C7.67971 6.07008 7.51014 5.99984 7.33333 5.99984C7.15652 5.99984 6.98695 6.07008 6.86193 6.1951C6.73691 6.32012 6.66667 6.48969 6.66667 6.6665V8.6665C6.66667 8.84331 6.73691 9.01288 6.86193 9.13791C6.98695 9.26293 7.15652 9.33317 7.33333 9.33317Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A"); !important;
}
div.anybiz-mode .iscm-prod-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42567 4.3335C6.67113 4.3335 6.87012 4.53248 6.87012 4.77794L6.87012 8.3335C6.87012 8.57896 6.67113 8.77794 6.42567 8.77794C6.18021 8.77794 5.98123 8.57896 5.98123 8.3335L5.98123 4.77794C5.98123 4.53248 6.18021 4.3335 6.42567 4.3335Z' fill='%23CCCCCC'/%3E%3Crect x='8.64746' y='7' width='4.44444' height='0.888888' rx='0.444444' transform='rotate(-180 8.64746 7)' fill='%23CCCCCC'/%3E%3Cpath d='M6.42513 13.2223C6.42513 13.2223 11.7585 10.7334 11.7585 7.00005V2.6445L6.42513 0.777832L1.0918 2.6445V7.00005C1.0918 10.7334 6.42513 13.2223 6.42513 13.2223Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); !important;
}

/* DB테이블 트리 */
div.anybiz-mode .sys-db-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-database' viewBox='0 0 16 16'%3E%3Cpath d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313ZM13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A4.92 4.92 0 0 0 13 5.698ZM14 4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13V4Zm-1 4.698V10c0 .374-.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777A4.92 4.92 0 0 0 13 8.698Zm0 3V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13s3.022-.289 4.096-.777c.324-.147.633-.323.904-.525Z'/%3E%3C/svg%3E");
}
div.anybiz-mode .sys-db-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");!important;
}
div.anybiz-mode .sys-db-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");!important;
}

/* 상품그룹별트리 */
div.anybiz-mode .prod-grop-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.6364V6.2692C1 5.73348 1.21493 5.22015 1.59662 4.84424L4.09662 2.38211C4.87513 1.6154 6.12487 1.6154 6.90338 2.38211L9.40338 4.84424C9.78507 5.22015 10 5.73348 10 6.2692V11.6364' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
div.anybiz-mode .prod-grop-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.3332C12 11.51 11.9298 11.6796 11.8047 11.8046C11.6797 11.9296 11.5101 11.9998 11.3333 11.9998H0.666667C0.489856 11.9998 0.320286 11.9296 0.195262 11.8046C0.0702379 11.6796 0 11.51 0 11.3332C0 11.1564 0.0702379 10.9868 0.195262 10.8618C0.320286 10.7367 0.489856 10.6665 0.666667 10.6665H11.3333C11.5101 10.6665 11.6797 10.7367 11.8047 10.8618C11.9298 10.9868 12 11.1564 12 11.3332ZM2 9.33317C2.17681 9.33317 2.34638 9.26293 2.4714 9.13791C2.59643 9.01288 2.66667 8.84331 2.66667 8.6665V3.99984C2.66667 3.82303 2.59643 3.65346 2.4714 3.52843C2.34638 3.40341 2.17681 3.33317 2 3.33317C1.82319 3.33317 1.65362 3.40341 1.5286 3.52843C1.40357 3.65346 1.33333 3.82303 1.33333 3.99984V8.6665C1.33333 8.84331 1.40357 9.01288 1.5286 9.13791C1.65362 9.26293 1.82319 9.33317 2 9.33317ZM4.66667 9.33317C4.84348 9.33317 5.01305 9.26293 5.13807 9.13791C5.2631 9.01288 5.33333 8.84331 5.33333 8.6665V1.33317C5.33333 1.15636 5.2631 0.98679 5.13807 0.861766C5.01305 0.736742 4.84348 0.666504 4.66667 0.666504C4.48986 0.666504 4.32029 0.736742 4.19526 0.861766C4.07024 0.98679 4 1.15636 4 1.33317V8.6665C4 8.84331 4.07024 9.01288 4.19526 9.13791C4.32029 9.26293 4.48986 9.33317 4.66667 9.33317ZM10 9.33317C10.1768 9.33317 10.3464 9.26293 10.4714 9.13791C10.5964 9.01288 10.6667 8.84331 10.6667 8.6665V3.33317C10.6667 3.15636 10.5964 2.98679 10.4714 2.86177C10.3464 2.73674 10.1768 2.6665 10 2.6665C9.82319 2.6665 9.65362 2.73674 9.52859 2.86177C9.40357 2.98679 9.33333 3.15636 9.33333 3.33317V8.6665C9.33333 8.84331 9.40357 9.01288 9.52859 9.13791C9.65362 9.26293 9.82319 9.33317 10 9.33317ZM7.33333 9.33317C7.51014 9.33317 7.67971 9.26293 7.80474 9.13791C7.92976 9.01288 8 8.84331 8 8.6665V6.6665C8 6.48969 7.92976 6.32012 7.80474 6.1951C7.67971 6.07008 7.51014 5.99984 7.33333 5.99984C7.15652 5.99984 6.98695 6.07008 6.86193 6.1951C6.73691 6.32012 6.66667 6.48969 6.66667 6.6665V8.6665C6.66667 8.84331 6.73691 9.01288 6.86193 9.13791C6.98695 9.26293 7.15652 9.33317 7.33333 9.33317Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A"); !important;
}
div.anybiz-mode .prod-grop-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42567 4.3335C6.67113 4.3335 6.87012 4.53248 6.87012 4.77794L6.87012 8.3335C6.87012 8.57896 6.67113 8.77794 6.42567 8.77794C6.18021 8.77794 5.98123 8.57896 5.98123 8.3335L5.98123 4.77794C5.98123 4.53248 6.18021 4.3335 6.42567 4.3335Z' fill='%23CCCCCC'/%3E%3Crect x='8.64746' y='7' width='4.44444' height='0.888888' rx='0.444444' transform='rotate(-180 8.64746 7)' fill='%23CCCCCC'/%3E%3Cpath d='M6.42513 13.2223C6.42513 13.2223 11.7585 10.7334 11.7585 7.00005V2.6445L6.42513 0.777832L1.0918 2.6445V7.00005C1.0918 10.7334 6.42513 13.2223 6.42513 13.2223Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); !important;
}

/* 메뉴별트리 */
div.anybiz-mode .all-menu-tree .anybiz-tree-icon.root {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.6364V6.2692C1 5.73348 1.21493 5.22015 1.59662 4.84424L4.09662 2.38211C4.87513 1.6154 6.12487 1.6154 6.90338 2.38211L9.40338 4.84424C9.78507 5.22015 10 5.73348 10 6.2692V11.6364' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
div.anybiz-mode .all-menu-tree .anybiz-tree-icon.level-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.3332C12 11.51 11.9298 11.6796 11.8047 11.8046C11.6797 11.9296 11.5101 11.9998 11.3333 11.9998H0.666667C0.489856 11.9998 0.320286 11.9296 0.195262 11.8046C0.0702379 11.6796 0 11.51 0 11.3332C0 11.1564 0.0702379 10.9868 0.195262 10.8618C0.320286 10.7367 0.489856 10.6665 0.666667 10.6665H11.3333C11.5101 10.6665 11.6797 10.7367 11.8047 10.8618C11.9298 10.9868 12 11.1564 12 11.3332ZM2 9.33317C2.17681 9.33317 2.34638 9.26293 2.4714 9.13791C2.59643 9.01288 2.66667 8.84331 2.66667 8.6665V3.99984C2.66667 3.82303 2.59643 3.65346 2.4714 3.52843C2.34638 3.40341 2.17681 3.33317 2 3.33317C1.82319 3.33317 1.65362 3.40341 1.5286 3.52843C1.40357 3.65346 1.33333 3.82303 1.33333 3.99984V8.6665C1.33333 8.84331 1.40357 9.01288 1.5286 9.13791C1.65362 9.26293 1.82319 9.33317 2 9.33317ZM4.66667 9.33317C4.84348 9.33317 5.01305 9.26293 5.13807 9.13791C5.2631 9.01288 5.33333 8.84331 5.33333 8.6665V1.33317C5.33333 1.15636 5.2631 0.98679 5.13807 0.861766C5.01305 0.736742 4.84348 0.666504 4.66667 0.666504C4.48986 0.666504 4.32029 0.736742 4.19526 0.861766C4.07024 0.98679 4 1.15636 4 1.33317V8.6665C4 8.84331 4.07024 9.01288 4.19526 9.13791C4.32029 9.26293 4.48986 9.33317 4.66667 9.33317ZM10 9.33317C10.1768 9.33317 10.3464 9.26293 10.4714 9.13791C10.5964 9.01288 10.6667 8.84331 10.6667 8.6665V3.33317C10.6667 3.15636 10.5964 2.98679 10.4714 2.86177C10.3464 2.73674 10.1768 2.6665 10 2.6665C9.82319 2.6665 9.65362 2.73674 9.52859 2.86177C9.40357 2.98679 9.33333 3.15636 9.33333 3.33317V8.6665C9.33333 8.84331 9.40357 9.01288 9.52859 9.13791C9.65362 9.26293 9.82319 9.33317 10 9.33317ZM7.33333 9.33317C7.51014 9.33317 7.67971 9.26293 7.80474 9.13791C7.92976 9.01288 8 8.84331 8 8.6665V6.6665C8 6.48969 7.92976 6.32012 7.80474 6.1951C7.67971 6.07008 7.51014 5.99984 7.33333 5.99984C7.15652 5.99984 6.98695 6.07008 6.86193 6.1951C6.73691 6.32012 6.66667 6.48969 6.66667 6.6665V8.6665C6.66667 8.84331 6.73691 9.01288 6.86193 9.13791C6.98695 9.26293 7.15652 9.33317 7.33333 9.33317Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A"); !important;
}
div.anybiz-mode .all-menu-tree .anybiz-tree-icon.level-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42567 4.3335C6.67113 4.3335 6.87012 4.53248 6.87012 4.77794L6.87012 8.3335C6.87012 8.57896 6.67113 8.77794 6.42567 8.77794C6.18021 8.77794 5.98123 8.57896 5.98123 8.3335L5.98123 4.77794C5.98123 4.53248 6.18021 4.3335 6.42567 4.3335Z' fill='%23CCCCCC'/%3E%3Crect x='8.64746' y='7' width='4.44444' height='0.888888' rx='0.444444' transform='rotate(-180 8.64746 7)' fill='%23CCCCCC'/%3E%3Cpath d='M6.42513 13.2223C6.42513 13.2223 11.7585 10.7334 11.7585 7.00005V2.6445L6.42513 0.777832L1.0918 2.6445V7.00005C1.0918 10.7334 6.42513 13.2223 6.42513 13.2223Z' stroke='%23CCCCCC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); !important;
}
/* TREE Style _End_ */
/* ====================================================================== [ Anybiz HEADER 스타일링 ] _End_  */
.search-bar-below {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

/* ====================================================================== [ reg-form ] */
.card .reg-form {
  min-height: 1rem !important;
  padding: 8px 16px !important;
  border-bottom: 0 !important;
  font-size: 12px !important;
  background: transparent;
  /*display: flex !important;*/
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.card .reg-form.multi-row {
  min-height: 38px !important;
}
.card .reg-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-right: 12px;
}
.card .reg-form .input-group-sm > .form-control,
.card .reg-form .input-group-sm > .input-group-prepend > .input-group-text,
.card .reg-form .input-group-sm > .input-group-append > .input-group-text,
.card .reg-form .input-group-sm > .input-group-prepend > .btn,
.card .reg-form .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1;
  border-radius: 0px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.card .reg-form .input-group-sm > .input-group-prepend:first-child {
  margin-right: 5px !important;
}
.card .reg-form .input-group-sm > .input-group-prepend:first-child > .input-group-text {
  width: 90px !important;
  display: grid;
  background-color: #eaeaea !important;
  border: 1px solid #ccc;
  border-left: 2px solid #8E8E8E;
  color: #53595E !important;
}
.card .reg-form .input-group-sm > .input-group-prepend:first-child > .input-group-text.width-100 {
  width: 100px !important;
}
.card .reg-form .input-group-sm > .input-group-prepend:first-child > .input-group-text.width-120 {
  width: 120px !important;
}
.card .reg-form .input-group-sm .form-select + .select2.select2-container.select2-container--default,
.card .reg-form .input-group-sm.width-150 .form-select + .select2.select2-container.select2-container--default {width: 56px !important;}
.card .reg-form .input-group-sm.width-180 .form-select + .select2.select2-container.select2-container--default {width: 86px !important;}
.card .reg-form .input-group-sm.width-200 .form-select + .select2.select2-container.select2-container--default {width: 106px !important;}
.card .reg-form .input-group-sm.width-240 .form-select + .select2.select2-container.select2-container--default {width: 146px !important;}
.card .reg-form .input-group-sm.width-250 .form-select + .select2.select2-container.select2-container--default {width: 156px !important;}
.card .reg-form .input-group-sm.width-260 .form-select + .select2.select2-container.select2-container--default {width: 166px !important;}
.card .reg-form .input-group-sm.width-270 .form-select + .select2.select2-container.select2-container--default {width: 176px !important;}
.card .reg-form .input-group-sm.width-300 .form-select + .select2.select2-container.select2-container--default {width: 206px !important;}
.card .reg-form .input-group-sm.width-350 .form-select + .select2.select2-container.select2-container--default {width: 256px !important;}
.card .reg-form .input-group-sm.width-400 .form-select + .select2.select2-container.select2-container--default {width: 306px !important;}
.card .reg-form .input-group-sm.width-550 .form-select + .select2.select2-container.select2-container--default {width: 456px !important;}
.card .reg-form .select2-container .select2-selection--single {height: 26px !important;}
.card .reg-form .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 26px !important;}
.card .reg-form .select2-container--default .select2-selection--single .select2-selection__arrow {height: 26px !important;}
.card .reg-form .input-group-text.date-range {
  padding-left: 2px !important;
  padding-right: 4px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
.card .reg-form .select2-container--default .select2-selection--single {border-radius: 0px;}
.card .reg-form + .card-body {padding: 0px 15px 15px;;}

.card .reg-form .input-group-sm > .input-group-prepend.width-40:first-child > .input-group-text { width: 40px !important; }
.card .reg-form .input-group-sm > .input-group-prepend.width-60:first-child > .input-group-text { width: 60px !important; }
.card .reg-form .input-group-sm > .input-group-prepend.width-80:first-child > .input-group-text { width: 80px !important; }
.card .reg-form .input-group-sm > .input-group-prepend.width-90:first-child > .input-group-text { width: 90px !important; }
.card .reg-form .input-group-sm > .input-group-prepend.width-100:first-child > .input-group-text { width: 100px !important; }
.card .reg-form .input-group-sm > .input-group-prepend.width-120:first-child > .input-group-text { width: 120px !important; }

.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-40 + .form-select + .select2.select2-container.select2-container--default {width: 116px !important;}
.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-60 + .form-select + .select2.select2-container.select2-container--default {width: 96px !important;}
.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-80 + .form-select + .select2.select2-container.select2-container--default {width: 76px !important;}
.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-90 + .form-select + .select2.select2-container.select2-container--default {width: 66px !important;}
.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-100 + .form-select + .select2.select2-container.select2-container--default {width: 56px !important;}
.card .reg-form .input-group-sm.width-160 .input-group-prepend.width-120 + .form-select + .select2.select2-container.select2-container--default {width: 36px !important;}

.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-40 + .form-select + .select2.select2-container.select2-container--default {width: 136px !important;}
.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-60 + .form-select + .select2.select2-container.select2-container--default {width: 116px !important;}
.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-80 + .form-select + .select2.select2-container.select2-container--default {width: 96px !important;}
.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-90 + .form-select + .select2.select2-container.select2-container--default {width: 86px !important;}
.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-100 + .form-select + .select2.select2-container.select2-container--default {width: 76px !important;}
.card .reg-form .input-group-sm.width-180 .input-group-prepend.width-120 + .form-select + .select2.select2-container.select2-container--default {width: 56px !important;}

.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-40 + .form-select + .select2.select2-container.select2-container--default {width: 156px !important;}
.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-60 + .form-select + .select2.select2-container.select2-container--default {width: 136px !important;}
.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-80 + .form-select + .select2.select2-container.select2-container--default {width: 116px !important;}
.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-90 + .form-select + .select2.select2-container.select2-container--default {width: 106px !important;}
.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-100 + .form-select + .select2.select2-container.select2-container--default {width: 96px !important;}
.card .reg-form .input-group-sm.width-200 .input-group-prepend.width-120 + .form-select + .select2.select2-container.select2-container--default {width: 76px !important;}

/* ====================================================================== [ reg-form ] _END_ */


/* ====================================================================== [ preview ] */
.preview-container img,
.preview-container button,
.preview-container p,
.preview-container canvas {
  padding: 0;margin: 0;border : 0;
}

.preview-container div,
.preview-container span,
.preview-container canvas {
  box-sizing: border-box;
}

canvas {
  display: block;
}

.d-none {
  display: none !important;
}

.preview-container {
  padding: 0;margin: 0;border : 0;
  position: fixed;
  top:0;left:0;right: 0;bottom:0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0,0.9);
  box-sizing: border-box;
  z-index: 9999999 !important;
}

.preview-container canvas {
  display: block;
}

.preview-container .items.preview-top {
  flex : 1;

}

.preview-container .items.preview-center {
  flex : 9;
}

/*.preview-container .items.preview-bottom {
  flex : 2;
}*/

.preview-container .sub-item-wrap {
  display: grid;
  color: aliceblue;
}

.preview-container .sub-item-wrap .sub-item {
  justify-self: center;
}


.preview-container .preview-top .sub-item-wrap {
  display: grid;
  grid-template-columns: 45fr 50fr 5fr;
  color: aliceblue;
  margin: auto;
  width: 98vw;
}

.preview-container .preview-top .sub-item-wrap.pdf {
  grid-template-columns: 30fr 65fr 5fr;
}

.preview-container .preview-top .sub-item-wrap .sub-item:nth-child(1) {
  white-space: nowrap;
  align-self: start;
  justify-self: start;
  height: 60px;
}

.preview-container .preview-top .sub-item-wrap .sub-item:nth-child(1) strong {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}

.preview-container .preview-top .sub-item-wrap .sub-item:nth-child(2) {
  white-space: nowrap;
  justify-self: start;
  align-self: center;
  font-size: 15px;
}

.preview-container .preview-top .sub-item-wrap .sub-item.pdf:nth-child(2) {
  justify-self: center;
}

.preview-container  .preview-top .sub-item-wrap .sub-item:nth-child(3) {
  justify-self: end;
}

.preview-container .button-preview-download:before {
  background-image: linear-gradient(transparent, transparent), url(/images/preview.svg);
  background-size: 498px 478px;
  background-position: -131px -10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
}

.preview-container .button-preview-close:before {
  background-image:  linear-gradient(transparent, transparent), url(/images/preview.svg);
  background-size: 498px 478px;
  background-position: -12px -12px;
  width : 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  content : ' ';
  cursor: pointer;
  margin-top: 10px;
}

.preview-container .button-preview-zoon-in:before {
  background-image:  linear-gradient(transparent, transparent), url(/images/preview.svg);
  background-size: 498px 478px;
  background-position: -47px -56px;
  width : 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  content : ' ';
  cursor: pointer;
}

.preview-container .button-preview-zoon-in.freezing:before {
  background-position: -127px -56px;
}

.preview-container .button-preview-zoon-out:before {
  background-image:  linear-gradient(transparent, transparent), url(/images/preview.svg);
  background-size: 498px 478px;
  background-position: -7px -56px;
  width : 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  content : ' ';
  cursor: pointer;
}

.preview-container .button-preview-zoon-out.freezing:before {
  background-position: -87px -56px;
}

.preview-container .preview-center.img .img-w {
  overflow: auto;
  height: 80vh;
  width: 100vw;
  display: flex;
}

.preview-container .preview-center.img .img-w .preview-img-left {
  overflow: auto;
  justify-items: flex-start;
  width: 10vw;
}

.preview-container .preview-center.img .img-w .preview-img-content {
  overflow: auto;
  justify-items: center;
  width: 80vw;
}

.preview-container .preview-center.img .img-w .preview-img-right {
  overflow: auto;
  justify-items: flex-end;
  width: 10vw;
}

.preview-container .preview-center.img img {
  width: auto;
  height: auto;
  margin-bottom: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
/*  max-width: 100%;
  max-height: 100%;*/
}

.preview-container .preview-center.pdf .sub-item-wrap {
  display: grid;
  grid-template-columns: 30fr 70fr;
  margin: auto;
}

.preview-container .preview-center.img .sub-item-wrap {
  display: grid;
  grid-template-columns: 0fr 100fr;
  margin: auto;
}

.preview-container .preview-center .sub-item-wrap .sub-item:nth-child(1) {
  height: 80vh;
  width: 30vw;
  padding-bottom: 50px;
}

.preview-container .preview-center .sub-item-wrap .sub-item:nth-child(2) {
  height: 100vh;
  width: 70vw;
  padding-right: 1em;
  padding-bottom: 50px;
}

.preview-container .preview-center.img .sub-item-wrap .sub-item:nth-child(1) {
  width: 0vw;
  padding-right: 0;
}

.preview-container .preview-center.img .sub-item-wrap .sub-item:nth-child(2) {
  height: auto;
  width: auto;
  padding-right: 0;
  padding-bottom: 10px;
}

.preview-container .sub-item-wrap .pdf-sub-content,
.preview-container .sub-item-wrap .pdf-main-content {
  display: grid;
  justify-content: center;
  height: 80vh;
  overflow: auto;
}

.preview-container .button-preview-box{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.preview-container .button-preview-zoon-out,
.preview-container .button-preview-zoon-in {
  margin-right: 10px;
  margin-top: 10px;
}

.preview-container .button-preview-zoon-in {
  margin-left: 10px;
}

.preview-container .pre-view-pdf-page:focus {
  border: 2px solid #7651e1;
  box-sizing: content-box;
}

.preview-container .preview-size-text {
  display: inline-block;
  padding-left: 100px;
  padding-bottom: 10px;
}




/* ====================================================================== [ preview ] _END_ */

/* ====================================================================== [ 마감요소 노출여부 ] */
[use-clsn] {
    display: var(--clsn-display);
}

