@charset "utf-8";
/* CSS Document */

/* 테마


*/
.sidebar::-webkit-scrollbar {width: 1px;}
.sidebar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0, .4); border-radius: 8px;}
.sidebar::-webkit-scrollbar-track {background-color: rgba(0,0,0, .2);border-radius: 8px;}


.thin-scrollbar::-webkit-scrollbar {width: 1px;}
.thin-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0, .4); border-radius: 8px;}
.thin-scrollbar::-webkit-scrollbar-track {background-color: rgba(0,0,0, .2);border-radius: 8px;}

.thin-scrollbar-table::-webkit-scrollbar {width: 2px;}
.thin-scrollbar-table::-webkit-scrollbar-thumb{background-color:#00aeef; border-radius: 8px;}
.thin-scrollbar-table::-webkit-scrollbar-track {background-color: rgba(0,0,0, .2);border-radius: 8px;}


/*axboot ax5grid custom*/

/*sorting button*/
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-sort]:after { bottom: 33%;}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-sort]:before {top: 33%;}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-sort][data-ax5grid-column-sort-order="desc"]:after {bottom: 33%;}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-sort][data-ax5grid-column-sort-order="asc"]:before {top: 33%;}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-sort] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(8px, -50%);
    width: 100%;
    height: 28px;
}
/*//sorting button*/

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    bottom: 0px
}
[data-ax5grid].page-none [data-ax5grid-container="root"] [data-ax5grid-container="page"] {display: none !important;height: 0px !important;}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="vertical"] {
    box-sizing: border-box;
    position: absolute;
    display: none;
    right: 0;
    /*bottom: -15px !important;*/
    bottom: 55px  !important;
    width: 5px !important;
    height: 100%;
    background: #edf2f9;
    border-left: 1px solid #d7deea;
    z-index: 1;
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="vertical"] [data-ax5grid-scroller="vertical-bar"] {
    position: absolute;
    width: 2px !important;
    top: 0;
    left: 1px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    border: 0px solid #fff;
    background: #21b7ef;
    cursor: ns-resize
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="vertical"] [data-ax5grid-scroller="vertical-bar"]:hover {
    border: 0px solid #ccc;
    background: #00b7fb;
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="horizontal"] {
    box-sizing: border-box;
    position: absolute;
    display: none;
    /* right: 15px !important; */
    /* bottom: 14px !important; */
    height: 10px !important;
    width: 100%;
    background: #edf2f9;
    border-top: 1px solid #d7deea;
}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="horizontal"] [data-ax5grid-scroller="horizontal-bar"] {
    position: absolute;
    top: 1px !important;
    left: 0;
    height: 7px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    border: 0px solid #fff;
    background: #c0c7d3;
    cursor: ew-resize
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="horizontal"] [data-ax5grid-scroller="horizontal-bar"]:hover {
    border: 0px solid #ccc;
    background: #00b7fb
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="scroller"] [data-ax5grid-scroller="corner"] {
    position: absolute;
    display: none;
    right: 0px;
    bottom: 0px;
    width: 5px !important;
    height: 15px !important;
    background: #edf2f9;
    border-top: 0px solid #ccc;
    border-left: 1px solid #d7deea
}
/* //axboot 스크롤 custom*/
.ax-body.frame-set {
    overflow: auto;
    /* overflow-x: auto; */
}
.ax-body[data-page-auto-height="true"] {
    /*min-width: 1600px;*/
    /*overflow: auto;*/
}
#wrapper {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 1890px;
}
.sidebar-toggled header {
    width: calc(100% - 90px)!important;
}
header.header, #content-wrapper {
    transition-property: top,bottom,width;
    transition-duration: .2s,.2s,.35s;
    transition-timing-function: linear,linear,ease;
    -webkit-overflow-scrolling: touch;
}
header {
    width: calc(100% - 260px)!important;
    /* float: right; */
    background-color: none!important;
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 10;
}

/*  부트스트랩 커스텀  //////////////////////////////*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 8px;
}
.card-header {
    padding: 0 13px 0 15px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #56cbf7;
    height: 51px;
    line-height: 51px;
    display: flex;
    align-items: center;
}
.card-header:first-child {
    border-radius: 8px 8px 0 0;
}

.card-body { padding: 0;}
.main-panel>.content { padding:15px 30px !important;}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.input-group-addon {
    display: flex;
    align-items: center;
    padding: 2px 8px 3px 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

/*  [END] 부트스트랩 커스텀  */


[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="page"] {_display: none !important;}
/*  로그인 //////////////////////////////*/
.ax-body.login {
    background: url(/resources/theme-style/images/login-bg.png) bottom center;
    background-size: cover;
}
.dot-bg {
    background: url(/resources/theme-style/images/dot-bg1.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}
.login-panel {
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    z-index: 5;
    transform: translate(-50%, 140px);
}
.login-panel-inner {
    position: relative;
    border-radius: 0;
    color: #939393;
    /* border-bottom: 1px solid #acb9d9; */
    box-shadow: 0px 11px 20px rgb(0 0 0 / 13%);
    padding: 52px 40px 148px 40px;
    background-color: #f9fbff;
    background-image: url("/resources/theme-style/images/login-deco-img1.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}
.panel-heading {
    text-align: center;
    border: 0 !important;
    background: transparent !important;
    padding: 0 0 30px  0 !important;
}
.login-panel .panel-body .form-control {
    text-align: center;
    background: #fff;
    color: #0a0a0a;
    font-size: 18px !important;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    border-left: 0;
}

.id-icon {display: flex; width: 55px; height: 100%; align-items: center; justify-content: center; font-size: 22px;    color: #fff; background: #00aeef}
.id-icon i {}

.login-panel .form-floating {  position: relative;  width: calc(100% - 55px);}

.login-panel input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #ecf1f9 !important;
    color: #00aeef !important;
    border: 1px solid #2bc5ff !important;
}


.login-panel .form-floating>.form-control, .login-panel .form-floating>.form-select {
    height: calc(55px + 0px);
    line-height: 1.25;
}

.login-panel .panel-body .btn {
    background: #00aeef;
    border-color: #00aeef;
    padding: 5px 27px;
    width: 100%;
    margin-top: 0px;
    line-height: 40px;
    border-radius: 0;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
}

.chglang { position: absolute; right: 0; top: -25px;}
.chglang ul { min-width: 90px !important;}
.chglang li {}
.chglang li a { padding: 7px 7px 7px 10px;}
.dropdown-toggle.lang-btn::after { display: none;}
.chgbg .dropstart .dropdown-toggle.lang-btn::before { display: none;}

/*.chgbg .dropstart .dropdown-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin: -15px 9px 0 0;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 30%);
    background: rgba(255,255,255, .9);
}*/
.chgbg .dropstart .dropdown-menu a {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 23px;
    overflow: hidden;
    margin: -2px 7px 0 0;
    padding: 3px 11px 3px 7px;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 30%);
    background: rgba(255,255,255, .9);
}
.lang-btn {
    color: #ffffff;
    background-color: rgb(4 69 120 / 75%);
    border-color: transparent;
    font-size: 12px;
    padding: 2px 13px 2px 9px;
    border-radius: 2px 2px 0 0;
}
.lang-btn.show {}
.lang-btn:hover {color: #fff;background-color: #00aeef;border-color: #00aeef;border-radius: 0;}
.lang-btn:active {border-radius: 0;}
.lang-btn::after { margin-left: 1em !important;}


.lang.kr::before { background: url(/resources/theme-style/images/flag_kor.svg) no-repeat;}
.lang.eng::before { background: url(/resources/theme-style/images/flag_eng.svg) no-repeat;}
.lang.jpn::before { background: url(/resources/theme-style/images/flag_jpn.svg) no-repeat;}
.lang.chn::before { background: url(/resources/theme-style/images/flag_chn.svg) no-repeat;}
.lang.vn::before {  background: url(/resources/theme-style/images/flag_vn.png) no-repeat;}
.lang.kr::before,
.lang.eng::before,
.lang.jpn::before,
.lang.chn::before,
.lang.vn::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    margin-right: 6px;
    margin-bottom: -2px;
}
.chgbg .lang.kr::before, .chgbg .lang.eng::before, .chgbg .lang.jpn::before, .chgbg .lang.chn::before, .chgbg .lang.vn::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 6px;
}
/*.chgbg .lang.kr::before, .chgbg .lang.eng::before, .chgbg .lang.jpn::before, .chgbg .lang.chn::before, .chgbg .lang.vn::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 0;
}*/

.chgbg { text-align: center; margin-top: 50px;}

.chgbg .lang-btn {
    display: inline-block;
    min-width: 33px;
    height: 33px;
    border-radius: 28px;
    overflow: hidden;
    background-color: rgb(58 147 233 / 60%);
    border: 1px solid rgba(255,255,255, .8)!important;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
}

.chgbg-btn {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    background: url(/resources/theme-style/images/gear.svg);
    background-repeat: no-repeat;
    background-size: 62%;
    filter: invert(1);
    background-position: center;
    background-color: rgb(199 110 25 / 60%);
    border: 1px solid rgba(0, 0, 0, .9)!important;
}
.chgbg-btn:hover, .chgbg-btn:focus, .chgbg-btn:active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
.chgbg-btn:focus-visible { outline: -webkit-focus-ring-color auto 0px;}
.chgbg-btn:active:focus {    box-shadow: none;}



.dropdown-toggle.chgbg-btn::after {display: none;}
.chgbg .dropdown-menu {min-width: 0;padding: 0 0;background-color: transparent;border: 0px;box-shadow: none;}
.chgbg .dropdown-menu.show {display: flex;}
.chgbg .dropdown-menu a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -15px 0px 10px 9px;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 30%);
}
.chgbg-1 { background: url("/resources/theme-style/images/login-bg.png");}
.chgbg-2 { background: url("/resources/theme-style/images/login-bg2.png");}

.chgbg .dropdown-menu a.on::after {
    content: "\F272";
    font-size: 36px;
    color: #fff;
    font-family: "bootstrap-icons" !important;
    width: 100%;
    height: 101%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0, .1);
    border: 1px solid rgba(255,255,255, .4);
    border-radius: 50%;
}

.idpw-srh-form {display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.idpw-srh-form a { margin: 0 10px;}

.login-panel .copyright {
    font-size: 7px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 17px 0 0 0;
    color: rgba(255,255,255, 1);
}
#vimeoWrap{position: relative;padding-bottom: 0;padding-top: 0;height: 100%;overflow: hidden;margin: 0;width: 100%;  }
#storyVideo{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    min-width:100%;
    min-height:100%;
    background-size: cover;
    background-color: white; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    object-fit: cover; /*cover video background */
    z-index:3;
}



/*  상단 탭메뉴 //////////////////////////////*/
.ax-body.frame-set #ax-frame-root .ax-frame-header-tool {
    position: relative;
    height: 66px;
    background-color: #4c4c4c;
}

.hammenu {
    float: left;
    text-align: center;
    width: 16px;
    background: transparent;
    height: 100%;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}


.ax-body.frame-set #ax-frame-root .ax-frame-header-tab {
    top: 14px;
    height: 45px;
    background-color: transparent;
    background-image: none;
    border-bottom: 0;
    transition: .3s all;
}
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container {
    border-bottom: 1px solid #bfcbdd;
}
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item-menu {
    display: table-cell;
    width: 0;
    min-width: 0;
    padding: 0px;
    border-right: 0;
}
/*라인스타일 탭메뉴*/
/*.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 120px;
    padding: 0 10px;
    padding-right: 22px;
    border-right: 0;
    border-bottom: 0;
    color: #5e6e82;
    font-size: 14px;
    margin: 0 1px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item.on {
    background-color: transparent;
    background-image: none;
    color: #00aeef;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #00aeef;
}*/
/*//라인스타일 탭메뉴*/

/*fill스타일 탭메뉴*/
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item {
    display: inline-block;
height: 34px;
    line-height: 31px;

    min-width: 135px !important;
    padding: 0 10px;
    padding-right: 22px;
    border-right: 1px solid #d2d9e4;
    border-bottom: 1px solid #bfcbdd;
    border-left: 1px solid #d2d9e4;
    border-top: 1px solid #d2d9e4;
    color: #5e6e82;
    font-size: 13px;
    margin: 11px -1px 0 0;
    background-color: transparent;
    background-image: none;
    border-radius: 8px 8px 0 0;
    text-align: center;
}
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item.on {
    background-color: #00aeef;
    background-image: none;
    color: #fff;
height: 34px;
    line-height: 31px;
    border: 1px solid #00aeef;
}
/*//fill스타일 탭메뉴*/
.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item.on i[data-tab-close] {
    top: 3px;
}

.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container .tab-item i[data-tab-close] {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
}


.ax-body.frame-set #ax-frame-root .ax-frame-header-tab #ax-frame-header-tab-container:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 0;
    width: 100%;
    background: none;
    border-top: 0;
    box-sizing: border-box;
}

.side-menu.ax-frame-user-info {  display: flex;align-items: center;}
.side-menu.ax-frame-user-info a { font-size: 14px;display: flex; align-items: center;line-height: 30px; font-weight: 600;}

/* 로그인 정보  */
.header-top-right-btn-set {
  position: absolute;
  right: 20px;
  top: 13px;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 36px;
  border: 1px solid #c7c7c7;
  padding: 0 0 0 0;
  border-radius: 4px;
  font-size: 13px;
  background: rgba(255, 255, 255, .2);
}
.header-top-right-btn-set .session-box,
.header-top-right-btn-set .dashboard-setting,
.header-top-right-btn-set .theme-box,
.header-top-right-btn-set .ax-frame-user-info  {
  display: flex; align-items: center;
  height: 100%;
  border-right: 1px solid #c7c7c7;
}
.header-top-right-btn-set .dashboard-setting {}
.header-top-right-btn-set .theme-box {}
.header-top-right-btn-set .ax-frame-user-info {}
.header-top-right-btn-set .ax-frame-user-info2 { height: 100%;}

.header-top-right-btn-set .btn {border-radius: 0 !important; background: transparent; border: 0;height: 100%;}
.header-top-right-btn-set .btn:focus {box-shadow: none;}
.header-top-right-btn-set .btn:hover {background-color: rgba(0,0,0, .1);}

.header-top-right-btn-set i {margin-right: 5px;}

.header-top-right-btn-set .sessiontime {
  padding: 0 5px 0 12px;
  color: var(--main-color);
  font-weight: 500;
}
.header-top-right-btn-set .btn-session { height: 100%; }
.header-top-right-btn-set .btn-session i::before {transition: .5s ease;}
.header-top-right-btn-set .btn-session:hover i::before {
  transform: rotate(180deg);
}


.header-top-right-btn-set .ax-frame-user-info {  display: flex;align-items: center;}
.header-top-right-btn-set .ax-frame-user-info a,
.header-top-right-btn-set .ax-frame-user-info2 a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 11px;
}

.header-top-right-btn-set .ax-frame-user-info a:hover ,
.header-top-right-btn-set .ax-frame-user-info2 a:hover  {
  background-color: rgba(0,0,0, .1);
  color: #212529;
}

.user-logout i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #7c8a9b;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}
.user-name-login i { font-size: 22px; ;color: #206bc8;margin-right: 5px;}


.header-top-right-btn-set .top-toolbar-item .select-theme {
  background: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right .2rem center;
  padding: 2px 2px 2px 5px;
}

/* .theme-select .dropdown-menu>li>a {display: block;padding: 10px 18px;clear: both;font-weight: normal;line-height: 1.42857;color: #333;white-space: nowrap;}
.theme-select .dropdown-menu>li>a:hover,
.theme-select .dropdown-menu>li>a:focus { text-decoration: none; color: #262626; background-color: #ffffff;}
.theme-select .dropdown-menu>li>a img { transition: all 0.2s;}
.theme-select .dropdown-menu>li>a:hover img { box-shadow: 10px 12px 7px 0px rgb(0,0,0, .16); transform: translate(-9px, -4px);} */

.header-top-right-btn-set .dropdown-menu.show {display: block; width: 200px;}

.header-top-right-btn-set .theme-select-info {text-align: center;display: flex;flex-direction: column;}
.header-top-right-btn-set .theme-select-info-text {
  display: block;
  width: 100%;height: 100%;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #eee;
}

.header-top-right-btn-set .theme-select-item {
display: flex;
}
.header-top-right-btn-set .theme-item {
  width: 33.333%;
  display: inline-block;
  text-align: center;
  padding: 9px 4px 3px 4px;
  clear: none;
}

.header-top-right-btn-set .theme-color {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 36px;
  margin: 0 auto;
  margin-bottom: 3px;
}
.header-top-right-btn-set .theme-color i {
  display: none;
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}

.theme-color.blue { background: #01AEEF;}
.theme-color.green { background: #16c25b;}
.theme-color.orange { background: #d16b0b;}
.theme-color.dark {background: linear-gradient(90deg,#4c626d 50%, #37474f 50%);}



.popup-toolbar-right button.btn.theme:hover {background-color: #4c4c4c;border-color: #4c4c4c;color:#fff;}

button.btn.theme.search-btn-rd {
  background: #5e6e82 !important;
  border-color: #5e6e82 !important;
  border-radius: 30px;
  height: 34px;
  line-height: 1.5 !important;
  text-align: center;
  padding: 0 16px !important;
  font-size: 14px;
  color: #fff;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}
.page-toolbar-right button.btn.theme {width: 100%;background: transparent;border: 0;color: #4c4c4c;}
.page-toolbar-right button.btn.theme:hover {background-color: #ac9566; border-color: #4c4c4c; border-radius: 0}

.page-toolbar-left button.btn.theme {}
.page-toolbar-left button.btn.theme:hover {}

/* //로그인 정보  */

/*  [END] 상단 탭메뉴  */


.aside-button { position: absolute; top: 0; z-index: 10; width: 20px; height: 50px; background: red; cursor: pointer;}
.collapse { display: block;}
aside i.cqc-chevron-down { display: none;}

.ax-body.frame-set #ax-frame-root {min-width: 1800px;height: 100%;position: relative;}
.ax-body.frame-set #ax-frame-root .ax-frame-aside { background-color: #fff; padding-top: 0;/*box-shadow: 3px 0px 9px 0px rgba(0,0,0, .13);*/  transition: none;} /*-----theme--------*/

.side-logo {position: relative;display: flex; justify-content: center; align-items: center; height: 66px; width: 100%; background: transparent;color: #fff; font-size: 30px; font-weight: bold;}  /*-----theme--------*/
.side-menu.row.ax-frame-user-info {display: flex; height: 61px; align-items: center; justify-content: center; background: transparent; margin-bottom: 50px; border-bottom: 1px solid rgba(0,0,0, .03);}  /*-----theme--------*/

.accordion-body .ztree li span,
.accordion-body [data-z-tree] li span {line-height: 35px;margin-right: 2px;}
.accordion-body .ztree li a.curSelectedNode, .accordion-body [data-z-tree] li a.curSelectedNode { background-color: transparent;color: #d59d00;height: 35px;opacity: 1;}
.accordion-body .ztree li span.button, .accordion-body [data-z-tree] li span.button { display: none;}
.accordion-body .ztree li, .accordion-body [data-z-tree] li { line-height: 35px;}
.accordion-body .ztree li a, .accordion-body [data-z-tree] li a {width: 100%; height: 35px;  color: #333; background-color: transparent; vertical-align: center; font-size: 12px;}

aside#accordionSideMenu {padding: 0 8px 0 0px;}
.accordion-item {background-color: #fff; border: 1px solid rgba(0,0,0,.08);}
.accordion-button { font-size:12px; border-left: 3px solid #989898; padding: 1.5rem 1.25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease, border .08s ease;}
.accordion-button:not(.collapsed) { color: #2a2a2a; background-color: #e1e1e1; box-shadow: none; border-left: 5px solid #d59d00;} /*-----theme--------*/
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg);}
.accordion-button::after { width: 1rem; height: 1rem; background-size: 1rem;}
.accordion-button:focus {  box-shadow: none;border-color: #d59d00;} /*-----theme--------*/
.accordion-body { padding: 1rem 1.25rem; background: #f5f5f5;} /*-----theme--------*/

.ax-frame-aside .ztree li span.button.ico_close, .ax-frame-aside  [data-z-tree] li span.button.ico_close {
    width: 16px;
    height: 13px;
    background-position: -126px -25px;
    background-image: url(images/metro-theme1.png);
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    display: block !important;
    float: right;
    margin: 8px -8px 0 0;
}

.ax-frame-aside .ztree li span.button.ico_open, .ax-frame-aside [data-z-tree] li span.button.ico_open {
    width: 16px;
    height: 13px;
    background-position: -105px -25px;
    background-image: url(images/metro-theme1.png);
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    display: block !important;
    float: right;
    margin: 8px -8px 0 0;
}

.hammenu2 {
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 50px;
    height: 63px;
    top: 0;left: 0;
    color: #eee;
    font-size: 24px;
    cursor: pointer;
    line-height: 59px;
    background: transparent;
    border-radius: 0px 3px 3px 0px;
}
.hammenu2::after {
    content: "\F479";
    font-family: "bootstrap-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*transform: rotate(-90deg)*/;
}

.show-aside .hammenu2::after {
content: "\F479";
    /*transform: rotate(90deg);*/
}
.ztree li a, [data-z-tree] li a {
    padding-right: 3px;
    margin: 0;
    cursor: pointer;
    height: 22px;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
}
.ztree li a.curSelectedNode, [data-z-tree] li a.curSelectedNode { height: 22px; opacity: 0.8;}
/*  [END]  사이드메뉴  */

/*  상단 툴바메뉴  //////////////////////////////*/
.top-toolbar { width: 100%;margin-bottom: 10px;margin-left: 0;  margin-right: 0; border-bottom: 1px solid rgba(0,0,0, .2);  box-shadow: 0px 0px 16px  rgba(0,0,0, .27); }
.top-toolbar-left {background: #ffd45a;background: -webkit-linear-gradient(180deg, #ffd45a 74%, #ffcd6b); background: linear-gradient(180deg, #ffd45a 74%, #ffcd6b);padding: 0;min-width: 570px;} /*-----theme--------*/
.top-toolbar-right {background: #d0c4aa;background: -webkit-linear-gradient(180deg, #d0c4aa 74%, #c7bda7);background: linear-gradient(180deg, #d0c4aa 74%, #c7bda7);padding: 0;margin-left: -1px;} /*-----theme--------*/
.col.top-toolbar-item {position: relative;border-left: 1px dotted rgba(0,0,0, .2);padding: 5px 0px;margin: 0 0 0 -1px;}
.top-toolbar-item.state { display: flex; justify-content: center;    align-items: flex-end;  height: 24px;  padding-bottom: 1px;}
.top-toolbar-item.state .light{ display: block; width: 40%; height: 5px; background: rgba(255,255,255, .6); border-radius: 3px; box-shadow: 0 0 7px 0px rgba(0,0,0, .09);}
.top-toolbar-item.state.on .light{background: #4c4c4c;box-shadow:0 0 3px 2px rgba(255,255,255, .8);} /*-----theme--------*/
.top-toolbar-item.text { display: flex; justify-content: center;align-items: center; height: 38px;}
.top-toolbar-item.text2 { display: flex; justify-content: center;align-items: center; }
.top-toolbar-item.tlt-img { background: rgba(0,0,0, .07);} /*-----theme--------*/
.top-toolbar-item.tlt { font-size: 12px;text-align: center; width: 100%; display: block;padding:8px 0px 8px 0px;}
.top-toolbar-item.text button {
    position: absolute;
    width: 100%;
    border: 1px solid transparent;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 28px;
    border-radius: 0;
    transition: all 0.2s;
}
.top-toolbar-item.text button:hover {background: transparent; border: 3px solid rgba(255,255,255, .8);}
.top-toolbar-item.text button:active {background: transparent;}
.top-toolbar-item.text button:focus { background-color: transparent;  box-shadow: inset 0 -3px 5px rgb(0 0 0 / 24%);}

.top-toolbar select.form-control {color: #4c4c4c;line-height: 15px;} /*-----theme--------*/
.top-toolbar select.form-control:focus { color: #4c4c4c; background-color: #fff !important; border-color: #ffd45b;} /*-----theme--------*/



.btn-searchlayer {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 120px;
  background: var(--wdgt-color-gray);
  color: #fff;
  padding: 0 10px;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-top: -13px;
  border-radius: 0 0 8px 8px;
  font-size: 9px;
}
.btn-searchlayer:focus,
.btn-searchlayer:hover {background: #4c575c; border-color: rgba(0,0,0, .05) ;;box-shadow:none}

.searchlayer {
  position: relative;
  margin-top: -21px;
  background: rgb(246, 246, 248);
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 6px;
  border-radius: 0px 0px 8px 8px;
  padding: 8px 25px 8px 10px;
  margin-bottom: 13px;

}

.page-toolbar.searchlayer {}

.toolbar-search-btn { position: absolute; z-index: 1; right: 16px; top: 10px;}

.btn-searchlayer span::before { content: "▼";  color: #fff;  font-size: 9px;  line-height: 1;}
.btn-searchlayer[aria-expanded="true"] span::before {content: "▲";}

.session-modal {opacity: 1;}


.cn-group {
  padding: 0px 0px;
  background: var(--main-color-bg);
  border: 2px solid var(--main-color-line);
  margin-top: 4px !important;
}
.cn-group .table { background: #fff; margin-bottom: 0;min-width: 350px;}
.cn-group .table thead {}
.cn-group .table thead th {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}
.cn-group .table th {
  padding: 2px 10px;
  vertical-align: middle;
}
.cn-group .table td {
  padding: 5px 3px;
  text-align: center;
}


/*  [END] 상단 툴바메뉴  //////////////////////////////*/



/*  Axboot 탭메뉴  //////////////////////////////*/
.header-top-right-btn-set {position: absolute;right: 30px;top: 19px;margin: 0 0 0 0;display: flex;  align-items: center;    z-index: 100;background: #ecf1f9; height: 39px; padding-left: 20px;}
.header-top-right-btn-set .theme {padding: 3px 10px !important; margin-left: 8px;}

.theme-select {}
.theme-select .dropdown-menu>li>a {display: block;padding: 10px 18px;clear: both;font-weight: normal;line-height: 1.42857;color: #333;white-space: nowrap;}
.theme-select .dropdown-menu>li>a:hover,
.theme-select .dropdown-menu>li>a:focus { text-decoration: none; color: #262626; background-color: #ffffff;}
.theme-select .dropdown-menu>li>a img { transition: all 0.2s;}
.theme-select .dropdown-menu>li>a:hover img { box-shadow: 10px 12px 7px 0px rgb(0,0,0, .16); transform: translate(-9px, -4px);}
.dropdown-divider { height: 0 !important; }
[data-ax5layout]>[data-tab-panel-label-holder] { position: initial; border-bottom: 0 solid #ccc; background-color: #f7f7f7; background-image: initial; border-top: 1px solid #f7f7f7;}
[data-ax5layout]>[data-tab-panel-label-holder] [data-tab-panel-label-border] {position: absolute;top: 30px; height: 4px; background: #fff; border-top: 1px solid #ccc;}
[data-ax5layout]>[data-tab-panel-label-holder] [data-tab-panel-label-table] [data-tab-panel-aside="left"] { width: 0px;   border-right: 1px solid #ccc;}
[data-ax5layout] [data-split-panel-wrap] { position: initial !important;}
[data-ax5layout]>[data-split-panel].split-panel-horizontal { position: initial; width: 100%;}
[data-ax5layout]>[data-tab-panel-label-holder] [data-tab-panel-label-table] [data-tab-panel-label] [data-tab-label] {background-color: transparent;  background-image:initial ;}
.tap-over-right {width: auto;position: absolute;right: 0; z-index: 10; margin-top: -32px;}

/*  [END]  Axboot 탭메뉴  */

/*  Axboot 커스텀  //////////////////////////////*/
html,body {background: #ecf1f9;}
.main-panel { background: #ecf1f9 !important;}
[data-ax5layout] { padding: 0 0;}
[data-ax5layout="ax10"] { padding: 0;}

.ax-body #ax-base-root { padding: 10px 30px 0 30px;}
.ax-body.frame-set #ax-frame-root .ax-frame-foot {display: none;}
.ax-body.min-width1400 { overflow: auto !important;  min-width: 1400px;}
.form-select {border: 1px solid rgba(0,0,0, .1);}


.form-check-label { margin-bottom: 0; font-weight: normal;}
.form-check-input:focus { border-color: #818181; box-shadow: none;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: none; outline-offset: initial;}

[data-ax5autocomplete].autocomplete-form,
[data-ax5combobox].combobox-form {min-height: 35px !important;}
.autocomplete-form .form-control.ax5autocomplete-display.default,
.combobox-form .form-control.ax5combobox-display.default { padding: 1px 5px;min-height: 35px !important;min-width: 250px !important;}

.ax5autocomplete-display .ax5autocomplete-display-table [data-ax5autocomplete-display="label"] [data-ax5autocomplete-selected-label], .ax5combobox-display .ax5combobox-display-table [data-ax5combobox-display="label"] [data-ax5combobox-selected-label] {
    padding: 1px 8px;
    background-color: #cfedf9;
    background-image: initial;
    border: 1px solid #31a5d1;
    color: #444;
}


.form-control-bg { background:rgba(255,255,255, .2) !important;}
.form-bg {
    padding: 3px 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dbdbdd;
    border-radius: 3px;
    box-shadow: none;
    display: flex;
    align-items: center;
}/*-----theme--------*/
.bg-transparent {background: transparent !important;}

[data-ax5layout]>.split-panel-horizontal[data-splitter],
[data-ax5layout]>.split-panel-vertical[data-splitter]{
    z-index: auto;
    background-color: #fff;
     /*background-image: -webkit-linear-gradient(top, #eee, #ccc); */
     background-image: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 0 3px 0px rgb(0 0 0 / 5%);
}

[data-ax5layout]>.split-panel-vertical[data-splitter] {width: 3px !important;}

.ax-body[data-page-auto-height="true"] #ax-base-root { overflow: auto; height: 100%; }
.ax-body.frame-set #ax-frame-root .ax-frame-contents {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 0;
}
.btn.disabled, .btn:disabled,
fieldset:disabled .btn { opacity: 1 !important;}
[data-ax-tbl] [data-ax-tr] [data-ax-td] [data-ax-td-wrap] { /*display: flex;*/ padding: 5px 5px;}
[data-ax-tbl] [data-ax-tr] [data-ax-td] {  width: auto; vertical-align: middle;  min-height: initial;}
.formview-wrap { position: relative; width: 100%;}
.formview-wrap-header { padding-top: 6px;}
.formview-wrap-contants.card { box-shadow: 0px 1px 6px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.13);}
.ax-button-group {
    display: flex;
    width: 100%;
    min-height: initial;
    justify-content: space-between;
    align-items: center;
}
.ax-button-group .left, .ax-button-group .right {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 0 5px 2px 0px;
}
.ax-button-group .right button {
    margin-left: 2px;
}

.formview-wrap-header h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #5e6e82;
}
.formview-wrap-header h5 i {
    display: inline-block;
    color: #5e6e82;
    line-height: 20px;
    border-radius: 3px;
    font-size: 20px;
    margin-right: 1px;
} /*-----theme--------*/
.formview-wrap-header .form-select { padding: 2px 6px;}
button.btn.theme {
    color: #5e6e82;
    background-color: #fff;
    border-color: #c6ccd3;
    padding: 1px 11px;
    line-height: 1.5;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
}/*-----theme--------*/

button.btn.theme:hover { background-color: #5e6e82; border-color: #5e6e82; color: #fff}/*-----theme--------*/

.form-tbl-style1 {width: 100%;  border: 1px solid #eee; }
.form-tbl-style1 tr {}
.form-tbl-style1 th {
    min-width: 60px;
    max-width: 100px;
    height: 37px;
    padding: 5px 5px;
    text-align: center;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}/*-----theme--------*/
.form-tbl-style1 td { padding: 5px 5px; background: #f7f7f7;border: 1px solid #e2e2e2;}

.form-tbl-style2 {width: 100%;  border: 0px solid #eee; }
.form-tbl-style2 tr {}
.form-tbl-style2 th {
    min-width: 95px;
    max-width: 100px;
    height: 37px;
    padding: 5px 5px;
    text-align: center;
    border-bottom: 1px solid #edf2f9;
    border-right: 1px solid #edf2f9;
    border-left: 1px solid #e2e2e2;
    background-color: #f9fafd;
}/*-----theme--------*/
.form-tbl-style2 td {
    padding: 7px 5px;
    background: #ffffff;
    border-bottom: 1px solid #edf2f9;
    border-right: 1px solid #edf2f9;
    border-left: 1px solid #edf2f9;
}
.form-tbl-style2 th:first-child {
    border-left: 0;
}
.form-tbl-style2 td:last-child {
    border-right: 0;
}
.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #d3deef;
    border-radius: .15rem;
    box-shadow: none;
    height: 28px;
}
.page-toolbar-search .form-control.ui-autocomplete-input {
    border: 0;
    /* font-size: 1.2rem; */
    /* color: #3b3b3b; */
}
.form-control:disabled, .form-control[readonly] {background-color: #f4f6fb;}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #81c8e3;
    outline: 0;
    box-shadow: none;
}
input.form-control.date1,
input.form-control.date2 { border-radius: 0 !important;}
.date-icon i { padding: 0 6px 0 0!important;}
.input-group-text.date-icon { padding: 0 13px;}

input[type="radio"], input[type="checkbox"] {margin-top: 0 !important;}

[data-ax5layout]>[data-splitter].split-panel-vertical:before {
    content: url("images/splitter-v.png");
    position: absolute;
    z-index: 3;
    width: 11px;
    height: 63px;
    left: -5px;
    background: #5e6e82;
    top: 36%;
    bottom: 0;
    cursor: col-resize;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0;
}
[data-ax5layout]>[data-splitter].split-panel-horizontal:before {
    content: url("images/splitter-h.png");
    position: absolute;
    z-index: 3;
    height: 12px;
    width: 63px;
    top: -5px;
    left: 50%;
    right: 0;
    cursor: row-resize;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4c4c4c;
}
.ax5layout-resizer {background: #ffd45a;}  /*-----theme--------*/

.ztree li span.button, [data-z-tree] li span.button { background-image: url(images/metro-theme1.png);}
/* 페이지 툴바*/
.page-toolbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0px 13px  0;
    border-bottom: 0px solid rgba(0,0,0, .15);
    box-shadow: 0px 3px 8px rgb(0 0 0 / 12%);
    padding: 0 25px 0 22px;
    border-radius: 8px;
    background: #f6f6f8;
    height: 65px;
}
.page-toolbar-left {width: 100%;padding: 0;align-items: center; display: flex;}
.page-toolbar-left button {height: 34px;border-radius: 3px;}

.page-toolbar-right {
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-toolbar.line2 {height: 90px;}
.page-toolbar.line2 form {width: 100%;}
.page-toolbar.line2 .page-toolbar-left { width: calc(100% - 100px);}
.page-toolbar.line2 .page-toolbar-left .row {padding: 5px 0 0 0;}
.page-toolbar.line2 .page-toolbar-left .row:first-child {
    padding: 0px 0 5px 0;
    border-bottom: 1px solid #c9cfdb;
    width: 100%;
}

.page-toolbar-title {font-size: 14px; font-weight: bold; margin-bottom: 8px; display: none;}
.page-toolbar-search { display: flex; align-items: center;padding: 0;}
.page-toolbar-search-form { display: flex; align-items: center;}
.page-toolbar-search .form-control,
.page-toolbar-search .form-bg,
.page-toolbar-search .form-select  {height: 34px;}
.page-toolbar-search .input-group {width: initial;}
.page-toolbar-search .input-group-text {
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #dbdbdd;
    height: 34px;
    padding: 0 11px 0 14px;
    color: #5e6e82;
    font-size: 13px;border-radius: 25px;
}
input.form-control.date1, input.form-control.date2 {
    border-radius: 0 !important;
}
.page-toolbar-search button {line-height: 1.5;padding: 3px 10px !important; /*margin-right: 5px;*/}

.page-toolbar-right button.btn.theme {width: 100%;height: 100%;background: transparent;border: 0;color: #4c4c4c;font-size: 27px;}
.page-toolbar-right button.btn.theme:hover {background-color: #ac9566; border-color: #4c4c4c; border-radius: 0}

.page-toolbar-left button.btn.theme {}
.page-toolbar-left button.btn.theme:hover {}
.page-toolbar-left .title { font-size: 16px; color: #5e6e82; font-weight: 600;}

.page-toolbar button.srch-icon-btn { height: 34px;}
.page-toolbar button.srch-icon-btn:hover {
    background: #01aeef;
    color: #fff;
    border-color: #01aeef;
}
.input-bg {
    display: flex;
    align-items: center;
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #dbdbdd;
    height: 34px;
    padding: 0 14px 0 14px;
    color: #5e6e82;
    font-size: 13px;
    margin-left: -1px;
    border-radius: 0 25px 25px 0;
}

button.srch-icon-btn {
    background: #7c8999;
    border: 1px solid #7c8999;
    height: 28px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    padding: 0 7px;
}
.clear-icon-btn {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0, 0.2);
    height: 28px;
    line-height: 1;
    font-size: 14px;
    color: #5e6e82;
    padding: 0 7px;
}
.page-toolbar-search .clear-icon-btn{border-left: 0px solid #7c8999 !important;}
.page-toolbar-search .clear-icon-btn:hover {
    background: #01aeef;
    color: #fff;
    border-color: #01aeef;
}

.wh-text {
    background: #fff !important;
    border: 1px solid rgba(0,0,0, 0.2);
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    padding: 3px 7px !important;
    border-radius: 0 !important;
}
.page-toolbar-search .input-group>.form-control,
.page-toolbar-search .input-group>.form-select {position: relative;flex: initial;width: 1%;min-width: 0;}
.page-toolbar-left .page-toolbar-search .form-control.ui-autocomplete-input {background: #f4f6fb; border: 1px solid #dbdbdd !important;}
.sortable-toolbar .page-toolbar-search .form-control.ui-autocomplete-input {border: 0;font-size: 1.8rem; color: #3DACFC;}

button.btn.theme.search-btn-rd {
    background: #5e6e82 !important;
    border-color: #5e6e82 !important;
    border-radius: 30px;
    height: 34px;
    line-height: 1.5 !important;
    text-align: center;
    padding: 0 16px !important;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

.input-group [data-ax5select]:last-child .ax5select-display {
    height: 100%;    border-radius: 0 25px 25px 0;
}
/* [END] 페이지 툴바*/

/* 그리드 테이블 paging height */
.formview-wrap-contants [data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="page"] { /*height: 22px !important;*/ border-radius: 0 0 8px 8px;}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-aside-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-left-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-right-body"] {
    border-top: 1px solid #d8d8d8;
}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-aside-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-left-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-right-body"] {
    background: #f5f5f5;
}

[data-ax5grid].theme-grid2 [data-ax5grid-container="root"] [data-ax5grid-container="header"] {
    user-select: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-image: initial;
    border: 0;
    border-bottom: 1px solid #edf2f9;
    color: #222;
    background: -webkit-linear-gradient(180deg, #ffffff 2%, #ffffff);
    background: linear-gradient(180deg, #ffffff 2%, #ffffff);
    height: 50px !important;
}

[data-ax5grid].theme-grid2 [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel] table tr td.hasBorder {
 border-right: 0px solid rgba(0,0,0, .2);   _border-bottom: 0;
}
[data-ax5grid].theme-grid2 [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel][data-ax5grid-panel="aside-header"] {
    border-right: 0px solid rgba(0,0,0, .15);
}
[data-ax5grid].theme-grid2 [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel] table tr td {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 0;
    font-size: 12px;
    border: 0 none;
    cursor: pointer;
    box-shadow:none;
}

[data-ax5grid].theme-grid2 [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-resizer] {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    /*border-right: 1px solid rgba(0,0,0, .2);*/
    height: 100%;
    cursor: col-resize;
}




[data-ax5grid].theme-grid [data-ax5grid-container="root"] [data-ax5grid-container="header"] {
    user-select: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-image: initial;
    border: 0;
    border-bottom: 1px solid #d7deea;
    color: #222;
    background: -webkit-linear-gradient(180deg, #ffffff 2%, #ffffff);
    background: linear-gradient(180deg, #ffffff 2%, #ffffff);
    /*height: 35px !important;*/
}

[data-ax5grid].theme-grid [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel] table tr td.hasBorder {
 border-right: 1px solid rgba(0,0,0, .1);
    border-bottom: 1px solid rgba(0,0,0, .1);
}
[data-ax5grid].theme-grid [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel][data-ax5grid-panel="aside-header"] {
    border-right: 0px solid rgba(0,0,0, .15);
}
[data-ax5grid].theme-grid [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-panel] table tr td {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 0;
    font-size: 12px;
    /*border: 0 none;*/
    border: 0px solid #eee;
    cursor: pointer;
    box-shadow:none;
}

[data-ax5grid].theme-grid [data-ax5grid-container="root"] [data-ax5grid-container="header"] [data-ax5grid-column-resizer] {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    /*border-right: 1px solid rgba(0,0,0, .2);*/
    height: 100%;
    cursor: col-resize;
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr td.hasBorder {
    border-right: 0px solid #edf2f9;    border-bottom: 1px solid #edf2f9;
}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr { border-bottom: 0 none}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr.tr-0 { background: #fff;}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr.tr-1 { background: #f9fafd}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr.tr-2 { background: #fff}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr.tr-3 { background: #f9fafd}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr.hover {background: #e1eef8}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr[data-ax5grid-grouping-tr="true"] {background: #ffffe7}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr[data-ax5grid-selected="true"] { background: #e0f1fd}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr td[data-ax5grid-column-row="null"] {
    border-right: 0 none;
    border-bottom: 1px solid #edf2f9;
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="top-aside-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="aside-body"],
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel][data-ax5grid-panel="bottom-aside-body"] {
    border-right: 1px solid #ededed;
    background: #fff;
}

[data-ax5grid] [data-ax5grid-container="root"] {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    border: 0px solid #D8D8D8;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="page"] {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f9fafd;
    background-image: none;
    border: 0px none;
    border-top: 1px solid #d7deea;
    border-bottom: 0px solid #d7deea;
    z-index: 3;
}

[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr td [data-ax5grid-cellHolder] {
    display: block;
    box-sizing: border-box;
    padding: 3px 5px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-ax5grid] [data-ax5grid-container="root"] [data-ax5grid-container="body"] [data-ax5grid-panel] table tr td [data-ax5grid-cellHolder] [data-ax5grid-editor="checkbox"] {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #F0F0F0);
    background-image: linear-gradient(to bottom, #fff, #F0F0F0);
    height: 19px !important;
    width: 19px !important;
    margin-top: 4px!important;
}
.card-fit-height {height: calc(100% - 90px) !important;overflow: auto;} /*서치바가 있고 페이지에 카드 하나로 구성 될 경우*/
.card-fit-height.no-searchbar-one-card { height: calc(100% - 10px) !important;} /*서치바가 없고 페이지에 카드 하나로 구성 될 경우*/
.card-body-fit-height {height: calc(100% - 51px) !important;}
.ztree.card-body-fit-height {height: calc(100% - 1px) !important;overflow: auto;}
.card-fit-height [data-ax5grid] [data-ax5grid-container="root"] { height: calc(100% - -50px) !important;overflow: auto;}
.h790 { height: 784px !important;}
.h860 { height: 860px !important;}

.ztree-bg {
    background: url("/resources/theme-style/images/bg-stripes-light-sm.png") repeat;
    border-radius: 0 0 0 0;
}
.ztree, [data-z-tree] {
    margin: 0;
    padding: 14px 0 30px 18px;
    color: #333;

}
[data-z-tree] {
    border: 0px solid #D8D8D8;
    background: transparent;
    overflow: auto;
    height: 100%;
}



/* [END]그리드 테이블 paging height */

/* 모달 팝업*/
.ax-body.baseStyle {
    padding: 0;
}
.ax-body #ax-modal-base-root {padding-top: 53px;}
.ax-body #ax-modal-base-root .ax-base-content, .ax-body .ax-body.baseStyle .ax-base-content { margin: 0 0;}
.ax5modal .ax-modal-body {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.ax-mask .ax-mask-bg {
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ecf1f9;
    opacity: .7;
}

.ax5modal {border:0;box-shadow: 0px 5px 10px 0px rgb(0,0,0, .2);border-radius: 5px;}
.ax5modal .ax-modal-header { color: #fff; background: #078dbf;}
.ax5modal .ax-modal-header .ax-modal-header-addon [data-modal-header-btn] {font-size: 20px;}
.ax5modal .ax-modal-header .ax-modal-header-addon {padding: 5px 10px;}


.popup-toolbar {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 7px 0px;
    background: #F6F6F8;
     background: -webkit-linear-gradient(180deg, #F6F6F8 74%, #F6F6F8 );
     background: linear-gradient(180deg, #F6F6F8 74%, #F6F6F8 );
    border-bottom: 1px solid #c9cfdb;
    box-shadow: 0px 0px 16px  rgba(0,0,0, .27);
}

.popup-title-top {display: flex; justify-content: space-between; align-items: center;margin-bottom: 10px;border-bottom: 1px solid rgba(0,0,0, .2); padding: 8px 13px 5px 13px; background: #4c4c4c;}

.popup-toolbar-title {font-size: 16px !important; font-weight: bold; margin-bottom: 8px; color: #fff;}

.popup-toolbar-left {width: 100%;align-items: center; display: flex;}
.popup-toolbar-left button {height: 34px;}

.popup-toolbar-right {
    display: flex;
    align-items: center;
    width: 36px;
    min-height: 35px;
    padding: 0;
}
/*.popup-toolbar-right button.btn.theme {
    width:100%;
    height: 100%;
    background: #bab19f;
    color: #4c4c4c;
    font-size: 17px !important;
    border-radius: 0;
    border:0;
}*/
.popup-toolbar-right button.btn.theme {
    background: #fff;
    border-color: #fff;
    color: #4c4c4c;
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    line-height: 1;
    padding: 0 0 0 3px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0,0,0, .3);
}

.popup-toolbar-right button.btn.theme:hover {
background-color: #4c4c4c;
    border-color: #4c4c4c;
    color:#fff;
}
.popup-toolbar-search { display: flex; align-items: center;padding: 10px 7px 10px 13px;}
.popup-toolbar-search-form { display: flex; align-items: center;}
.popup-toolbar-search .form-control {height: 35px;}
.popup-toolbar-search .input-group {width: initial;}
.popup-toolbar-search .input-group-text {
    line-height: 1.5;
    background-color: #f1f1f1;
    border: 1px solid #dbdbdd;
    border-radius: 25px 0 0 25px;
}
.popup-toolbar-search button {line-height: 1.5;font-size: 16px !important; }
.popup-toolbar-search .input-group>.form-control,
.popup-toolbar-search .input-group>.form-select {position: relative;flex: initial;width: 1%;min-width: 0;}

.popup-card-body-fit-height { height: calc(100% - 50px) !important; margin: 0 0;}
.popup-formview-wrap {margin: 0 0;}
.popup-formview-wrap-header {padding-top: 11px;padding-bottom: 4px;padding-left: 12px;background: #f9fafd;border-bottom: 1px solid #37aedb;}
.popup-formview-wrap-header .ax-button-group .left {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 0 5px 2px 6px;
}

.popup-title-top { display: none;}
.upload-form { height: 39px; line-height: 28px;}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 18px;
    height: 18px;
}
.form-check-input[type=radio] {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
/* [END] 모달 툴바*/
/*  [END] Axboot 커스텀  */

/*  UI 커스텀 /////////////////////////////////// */

[data-ax5-ui="toast"] {width: 400px !important;}

.ax5-ui-toast-container .ax5-ui-toast {
    background: #e5f8ff !important;
    color: #2a5993 !important;
    border: 2px solid #44ccff !important;
    display: flex;
    align-items: center;
    padding: 8px 56px 8px 14px;
    border-radius: 9px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 18%);
}
.ax5-ui-toast-container .ax5-ui-toast .ax-toast-icon {
    color: #18b5f0 !important;
    background: #ffffff !important;
    border-radius: 50%;
    border: 6px solid #01aeef;
    width: 43px;
    height: 38px;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ax5-ui-toast-container .ax5-ui-toast .ax-toast-body {
    display: table-cell;
    padding: 8px 0px 8px 15px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.ax5-ui-toast-container .ax5-ui-toast .ax-toast-buttons {
    display: flex;
    padding: 8px;
    text-align: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
}
.ax-toast-buttons .btn {
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.ax-toast-buttons .btn-warning {
    background: #01aeef;
    border-color: #01aeef;
}


.ax5-ui-toast-container .ax5-ui-toast.danger {
    background: #ffeded !important;
    color: #bb2d3b !important;
    border: 2px solid #e58c95  !important;
}
.ax5-ui-toast-container .ax5-ui-toast.danger .ax-toast-icon {
    color: #dd4856 !important;
    background: #ffffff !important;
    border: 6px solid #dd4856;
}

/*  dialog */
.ax5-ui-dialog {box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 18%);}
.ax5-ui-dialog .ax-dialog-header {color: #fff;background: #01aeef;}
/*  [END] UI 커스텀 /////////////////////////////////// */

/*대쉬보드*/


.dashboard .card {border-width: 0 !important;}
.ax-base-content.dashboard { display: flex; flex-direction: column;height: 100%;}
.section-top { height: 90px;}
.section-center {
    padding-top: 10px;
    flex-grow: 1 !important;
    padding-bottom: 10px;
}

.section-top .row,
.section-top .row>.col,
.section-top .row>div>.card,
.section-center .row,
.section-center .row>.col,
.section-center .row>div>.card {  height: 100%;}


.bg-1 {background-image: url("images/bg-deco_02.png"); background-repeat: no-repeat; background-position: right top; background-size: contain;background-color: #8f50db;}
.bg-2 {background-image: url("images/bg-deco_06.png"); background-repeat: no-repeat; background-position: right top; background-size: contain;background-color: #e77272;}
.bg-3 {background-image: url("images/bg-deco_02.png"); background-repeat: no-repeat; background-position: right top; background-size: contain;background-color: #44a7b9;}
.bg-4 {background-image: url("images/bg-deco_08.png"); background-repeat: no-repeat; background-position: right top; background-size: contain;background-color: #00c199;}

.bg-1, .bg-2, .bg-3, .bg-4 {background-color: #fff; /*background-image: url("images/bg-deco-wt.png") !important;*/}

.section-top-left .date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    width: 50%;
    border-right: 1px solid #eee;
    text-align: center;
}
.section-top-left .date .day {
    font-size: 15px;
    font-weight: 500;
    color: #5e6e82;
}
.section-top-left .date .time {
    font-size: 29px;
    line-height: 30px;
    font-weight: 500;
    color: #01aeef;
}
.section-top-left .voc { display: flex; justify-content: center; flex-direction: column;width: 50%; padding-left: 22px;}
.section-top-left .voc ul {}
.section-top-left .voc li { font-size: 14px; line-height: 25px;}
.section-top-left .voc .voc-cunt em {}
.section-top-left .voc .voc-cunt i { color: #5E6E82;}
.section-top-left .voc .voc-cunt span {
    color: #5E6E82;
    font-size: 18px;
    font-weight: 600;
    width: 46%;
    text-align: right;
    display: inline-block;
}
.section-top-left .voc .voc-per em {}
.section-top-left .voc .voc-per i { color: #D93645;}
.section-top-left .voc .voc-per span {
    color: #d93645;
    font-size: 18px;
    font-weight: 600;
    width: 46%;
    text-align: right;
    display: inline-block;
}

.warning-1, .warning-2 {
    position: relative;
    display: flex;
    overflow-wrap: break-word;
    background-clip: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
    border-image: initial;
    border-radius: 30px;
    padding: 5px 6px;
    margin: 6px 0;
    color: #fff;
    font-weight: 600;
    align-items: center;
}
.warning-1 {background-color: #d93645;}
.warning-2 {background-color: #8a34c5;}
.warning .badge {
    background: rgba(0,0,0, .4) !important;
    font-size: 14px;
    font-weight: 100;
    padding: 6px 12px;
    margin-right: 8px;
}

.warning-rolling {
    height: 27px;
    position: relative;
    overflow: hidden;
    width: 85%;
    padding-right: 20px;
}
.warning-rolling ul{position:absolute; top:0px;margin:0;padding:0;}
.warning-rolling ul li {height:30px;}

.navi {position: absolute; right: 11px;display: flex; align-items: center; justify-content: center;font-size: 16px;}
.navi .prev,
.navi .next{ border: 0; background: transparent; padding-left: 0;}
.control .play, .control .stop { color: #fff;}
.control { margin:0px 0 0 0; }
.control .on {  display: none;}




.cst {}/*고객상담*/

.pos {}/*긍정*/

.compl {}/*불만*/

.gen {}/*일반*/


.cst .card-body .title,
.pos .card-body .title,
.compl .card-body .title,
.gen .card-body .title {font-size: 15px;font-weight: 700;/*color: #fff;*/}

.cst .card-body .title i,
.pos .card-body .title i,
.compl .card-body .title i,
.gen .card-body .title i {
    display: inline-block;
    font-size: 11px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.cst .card-body .title i {background: #916bdd;}
.pos .card-body .title i {background: #44a7b9;}
.compl .card-body .title i {background: #d46e6e;}
.gen .card-body .title i {background: #5B78ac;}

/*.cst .card-body .title i,
.compl .card-body .title i,
.gen .card-body .title i {background: rgba(255,255,255, .3);}
.gen .card-body .title i {font-size: 12px; line-height: 21px;}*/

.cst .card-body, .pos .card-body, .compl .card-body, .gen .card-body {
    padding: 15px 20px 20px 15px;
    /*text-align: right;*/
}

.cst .card-body .sum { color: #8452e7;}
.pos .card-body .sum {color: #0792a9;}
.compl .card-body .sum { color: #cd5555;}
.gen .card-body .sum { color: #2b4677;}

/*.cst .card-body .sum,
.compl .card-body .sum,
.gen .card-body .sum { color: #fff;}
*/

.pos .card-body .sum, .compl .card-body .sum, .cst .card-body .sum, .gen .card-body .sum {
    position: absolute;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    right: 18px;
    bottom: 6px;
}


.dashboard .card-header {
    border-bottom: 1px solid #f3f3f3;
    background-color: #fbfbfb;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
}

.dashboard-tbl-compl-count,
.dashboard-tbl-compl-per {}
.dashboard-tbl-compl-count th,
.dashboard-tbl-compl-per th  {border-top: 0!important;}
.dashboard-tbl-compl-count tr,
.dashboard-tbl-compl-per tr  {}
.dashboard-tbl-compl-count tr:hover,
.dashboard-tbl-compl-per tr:hover  {background-color: rgb(255 47 47 / 60%) !important;}
.dashboard-tbl-compl-count td:nth-child(1),
.dashboard-tbl-compl-count td:nth-child(4),
.dashboard-tbl-compl-count td:nth-child(5),
.dashboard-tbl-compl-count td:nth-child(6),
.dashboard-tbl-compl-per td:nth-child(1),
.dashboard-tbl-compl-per td:nth-child(4),
.dashboard-tbl-compl-per td:nth-child(5),
.dashboard-tbl-compl-per td:nth-child(6) {text-align: center;}

.graph-form1 {
    display: flex;
    background: #fbfbfb;
    align-items: center;
    padding: 6px;
    border-bottom: 1px solid #eee;
}
.highcharts-background {
    background: transparent !important;
    fill: transparent;
}
.graph-form2  {margin-top: 20px;}
.graph-form2 h3 {
    background: #ffffff;
    color: #5e6e82;
    border-radius: 26px;
    padding: 5px 16px;
    /* margin: 0 auto; */
    position: relative;
    width: fit-content;
    z-index: 2;
    margin-left: 15px;
    border: 1px solid #e4e6e9;
    font-weight: 600;
}
.graph-form2 hr {
    background: #c3c3c3 !important;
    width: 80%;
    position: absolute;
    right: 0;
    display: none;
}
.graph-inner {text-align: center;margin-top: 22px;}

.sub-text-rounded {
    background: #fff;
    padding: 3px 14px;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 50rem;
}

.card-header-toolbar-search .input-group-text {
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #dbdbdd;
    height: 30px;
    padding: 0 14px;
    color: #5e6e82;
    font-size: 13px;
    border-radius: 25px;
}

.card-header-toolbar-search .form-control {
    color: #212529;
    background-color: #fff;
    border: 1px solid #dbdbdd;
    height: 100% !important;
    padding: 7px  0.75rem;
    font-size: 1rem;
    line-height: 1;
}

.menu-icon { display: inline-block;  padding: 5px 39px 10px 0px;}
.menu-icon i {font-size: 22px;color: #7c8999;}



#menu { padding: 10px !important;}
#calendar { inset: 50px 0px 5px !important;}
.move-today {
    padding: 0 16px;
    line-height: 30px;
    background: #01aeef;
    border: 1px solid #01aeef;
    color: #fff;
    font-size: 14px;
}

/* /////////////////////////////////////////////////////////////////////
[Start] sortable
///////////////////////////////////////////////////////////////////////*/
.sortable-row {
    padding-bottom: 8px;
    border-bottom: 1px solid #d8dfed;
    margin-bottom: 10px;
}
.sortable-toolbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0px 1px  0;
    /* box-shadow: 0px 3px 8px rgb(0 0 0 / 12%); */
    padding: 0 0 0 14px;
    border-radius: 8px;
    background: #ffffff;
    height: 48px;
}

.sortable-toolbar.left {
    width: 25%;
    border: 2px solid #01aeef;
}
.sortable-toolbar.center {
    min-width: 25%;
    border: 2px solid #01aeef;
    background: #ffffff;
}
.sortable-toolbar.center .page-toolbar-search .input-group-text {
    border: 0;
    color: #01aeef;
    font-size: 15px;
    border-right: 1px solid #2fbbee;
    padding: 0 19px 0 5px;
}
.sortable-toolbar.center .page-toolbar-search  {
    width: 100%;
}
.sortable-toolbar.center .page-toolbar-search .input-group {
    width: 100%;
    font-size: 15px;
}
.sortable-toolbar.center .page-toolbar-search .form-select {
    border: 0;
    border-radius: 2px !important;
    margin-left: 0 !important;
    font-size: 15px;
}

.sortable-toolbar.left .page-toolbar-search {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
    width: 100%;
}
.sortable-toolbar.left .page-toolbar-search .form-control {
    font-size: 1.8rem;
    color: #3DACFC;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0px solid #dbdbdd;
}

.sortable-toolbar .page-toolbar-search .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.sortable-toolbar.right {
    justify-content: flex-end;
}
.sortable-toolbar.right .btn-reset {
    background: #01aeef;
    color: #fff !important;
    height: 90%;
    border-radius: 5px !important;
    font-size: 15px;
    padding: 3px 15px 3px 15px !important;
}


.page-toolbar-search .btn-sortable {
    background: #01aeef;
    color: #fff !important;
    height: 100%;
    border-radius: 0 5px 5px 0 !important;
    font-size: 15px;
    padding: 3px 15px 3px 15px !important;
}
.sortable-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    text-align: left;
    padding: 0 13px;
    height: 45px;
    border-bottom: 1px solid #56cbf7;    width: 100%;
}
.sortable-header2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #768597;
    color: #fff;
    text-align: left;
    padding: 0 13px;
    height: 45px;
    border-bottom: 1px solid #56cbf7;
    width: 100%;
}
.sortable-header2 a {color: #fff;}
.sortable {
    position: relative;
    overflow: hidden;
    height: 100%;width: 100%;
    overflow-y: scroll;
    padding-bottom: 45px;
}

.sortable-header h2 { color: #5e6e82; font-size: 15px !important; font-weight: 500;}
.sortable-header2 h2 {color: #fff;font-size: 15px !important; font-weight: 500;}

.sortable::-webkit-scrollbar {width: 2px;}
.sortable::-webkit-scrollbar-thumb{background-color:rgba(0, 119, 255, 0.4); border-radius: 8px;}
.sortable::-webkit-scrollbar-track {background-color: rgba(0, 153, 255, 0.2);border-radius: 8px;}

.sortable .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}
.sortable .table>:not(:first-child) {
    border-top: 1px solid currentColor;
}

.sortable .table>tbody>tr>td:nth-child(2)>span {
    display: block;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid-stack {
    background: #ecf1f9 !important;
    margin: -7px;
}
.grid-stack-instance-1 > .grid-stack-item > .grid-stack-item-content {
    inset: 7px;
}
.grid-stack-item-content {
    color: #2c3e50;
    text-align: center;
    background-color: #ffffff !important;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 8px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    width: auto;
    overflow-x: hidden;
    overflow-y: hidden !important;
    /* overflow-y: auto; */
}


.grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: url(../theme-style/images/textarea-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0deg)!important;
    -moz-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    -o-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    filter: opacity(0.3)!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    cursor: se-resize;
    width: 16px!important;
    height: 16px!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    -webkit-transform: rotate(0deg)!important;
    -moz-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    -o-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
}


.sortable .highcharts-container {
    padding-bottom: 80px;
}

.dashboard-setting {

}
.dashboard-setting li {
    height: 39px;
    font-size: 14px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #eee; */
}

.btn-dashboard-setting {
	font-size: 28px;
	color: #5e6e82;
}
.btn-dashboard-reset {
    background: #01aeef;
    color: #fff !important;
    width: 100%;
    border-radius: 5px !important;
    font-size: 15px;
    padding: 3px 15px 3px 15px !important;
}

.grid-stack-instance-1 > .grid-stack-item[gs-w="3"] .sortable table tbody tr td:nth-child(2) {
    width: 185px;
    max-width: 185px;
}
.grid-stack-instance-1 > .grid-stack-item[gs-w="4"] .sortable table tbody tr td:nth-child(2) {
    width: 300px;
    max-width: 300px;
}
.grid-stack-instance-1 > .grid-stack-item[gs-w="5"] .sortable table tbody tr td:nth-child(2) {
    width: 415px;
    max-width: 415px;
}
.grid-stack-instance-1 > .grid-stack-item[gs-w="6"] .sortable table tbody tr td:nth-child(2) {
    width: 530px;
    max-width: 530px;
}
.dashboard-setting .dropdown-menu {
    padding: 16px 2px 6px 2px;
    border-radius: 10px;
    border: 2px solid #01aeef;
}
.dashboard-setting .dropdown-menu.show {
    min-width: 14.5rem;
	transform: translate(0px, 55px) !important;
}
.dashboard-setting .form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dashboard-setting .form-check-input[type=checkbox] {
    border-radius: 1.25em;
    width: 41px;
    height: 18px;
    margin-left: 16px;
}
.dashboard-setting .form-check-input:checked {
    background-color: #01aeef !important;
    border-color: #01aeef !important;
}

/* /////////////////////////////////////////////////////////////////////
[End] sortable
///////////////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////////////
[START] Breadcrumbs
///////////////////////////////////////////////////////////////////////

:root {
    --size: 38px;
    --main-color:#01AEEF;
    --basic-color:#F5F5F5;
    --orange:#ec7028;
  }

.project-nav { padding-bottom: 15px;}

.project-breadcrumb {
display: flex;
border-radius: 6px;
overflow: hidden;
margin: auto;
text-align: center;
width: 100%;
z-index: 1;
font-size: 12px;
background: var(--basic-color);
height: 58px;
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
border: 1px solid #e3e3e3;
}

.project-breadcrumb a {
    position: relative;
    display: flex;
    flex-grow: 1;
    text-decoration: none;
    margin: auto;
    height: 100%;
    padding-left: var(--size);
    padding-right: 0;
    color: #666;
    transition: none;
}


.project-breadcrumb a.start {
    flex-grow: 0;
    padding-left: 0;
    width: 120px;
    flex-grow: 0;
    background: #5e6e82;
    color: #fff;
}
.project-breadcrumb a.start:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(var(--size) * 1.5);
    height: calc(var(--size) * 1.5);
    top: 0;
    right: calc(var(--size) / 1.35 * -1);
    background-color: #5e6e82;
    border-top-right-radius: 5px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 1px -1px rgba(0,0,0,0.25);
    z-index: 1;
}


.project-breadcrumb a:first-child {
    padding-left: calc(var(--size) / 2.5);
}

.project-breadcrumb a:last-child {
    padding-right: calc(var(--size) / 2.5);
}

.project-breadcrumb a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(var(--size) * 1.5);
    height: calc(var(--size) * 1.5);
    top: 0;
    right: calc(var(--size) / 1.35 * -1);
    background-color: var(--basic-color);
    border-top-right-radius: 5px;
    transform: scale(0.707) rotate(45deg);
    box-shadow: 1px -1px rgba(0,0,0,0.17);
    z-index: 1;
}

.project-breadcrumb a:last-child:after {
    content: none;
}

.breadcrumb__inner {
display: flex;
flex-direction: column;
margin: auto;
z-index: 2;
}

.breadcrumb__title {
    font-weight: bold;
}

.project-breadcrumb a.active,
.project-breadcrumb a:hover{
	background: var(--main-color);
	color: #ffffff;
}

.project-breadcrumb a.active:after,
.project-breadcrumb a:hover:after {
	background: var(--main-color);
	color: #ffffff;
}


.project-breadcrumb a.orange.active,
.project-breadcrumb a.orange:hover{
	background: var(--orange);
	color: #ffffff;
}

.project-breadcrumb a.orange.active:after,
.project-breadcrumb a.orange:hover:after {
	background: var(--orange);
	color: #ffffff;
}



 /////////////////////////////////////////////////////////////////////
[End] Breadcrumbs
///////////////////////////////////////////////////////////////////////*/

.ui-menu-item {color: #6f6f6f !important;}
.ui-menu-item-wrapper font {color: #02a2de !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5  !important;
    background: #f7f7f7 !important;
    font-weight: normal;
    color: #525252 !important;
}
.ui-state-active font {color: #02a2de !important;}



/* 게시판상담 */

.card.cts {border: 1px solid #00aeef;margin-bottom: 15px;}
.card-header.cts {
    background: #00aeef;
    color: #fff !important;
    border-bottom: 1px solid #00aeef;
    border-radius: 6px 6px 0 0;
    line-height: 38px !important;
    height: 37px;
}
.card-header.cts .formview-wrap-header h5 {color: #fff;}
.card-header.cts .formview-wrap-header h5 i {color: #ffffff;}

.card.cts .form-tbl-style2 {width: 100%;height: 100%;border: 0px;}
.card.cts .form-tbl-style2 td {padding: 12px 12px 0px 12px;border: 0;}
.card.cts .form-tbl-style2 td:last-child {padding: 12px 12px 0px 0px;}

.card.cts .form-tbl-style2  .btn.theme {height: 100% !important;width: 100%;}






<!--Saring 화면 때문에 추가-->
.chat_wrap .chat {		padding-bottom: 80px;	background: #F0F2F5;}
.chat_wrap .chat ul {	width: 100%;	list-style: none;}
.chat_wrap .chat ul li {	width: 100%;}
.chat_wrap .chat ul li.left {		text-align: left;	}
.chat_wrap .chat ul li.right {		text-align: right;	}
.chat_wrap .chat ul li > div {		font-size: 13px;	}
.chat_wrap .chat ul li > div.sender {			margin: 20px 20px 0px 20px;			font-weight: bold;		}
.chat_wrap .chat ul li > div.chatDate {		margin: 0px 20px 10px 20px;}
.chat_wrap .chat ul li > div.vTime {	margin: 0px 20px 10px 20px;}
.chat_wrap .chat ul li.left > div.message {
	display: inline-block;
	word-break: break-all;
	margin: 5px 20px;
	max-width: 75%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CDD3D8;
	background-color: #C6E1EC;
	color: #000;
	text-align: left;
}
.chat_wrap .chat ul li.right > div.message {
	display: inline-block;
	word-break: break-all;
	margin: 5px 20px;
	max-width: 75%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #CDD3D8;
	background-color: #ffffff;
	color: #000;
	text-align: left;
}
.chat_wrap .input-div {		position: absolute;	width: 100%;	background-color: #FFF;	text-align: center;	border-top: 1px solid #CDD3D8;	left: 0;	bottom: 0;}
.chat_wrap .addMsgArea {	position: absolute;	bottom: 0;	right: 0;	width: 10%;	height: 55px;	text-align: center;	float: right;}
.chat_wrap .input-div > textarea {	width: 100%;	height: 80px;	border: none;	padding: 10px;}
.format {	display: none;}

<!--Saring 화면 때문에 추가-->


/* /////////////////////////////////////////////////////////////////////
[START] Dashboard 위젯 관련 스타일
///////////////////////////////////////////////////////////////////////*/

/* (start) 오른쪽 토글 메뉴 */

.widget-set-btn { width: 20px;}

#toggle-right-menu {
    width: 243px;
    height: 100%;
    position: fixed;
    right: -203px;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 1033;
}
#toggle-right-menu.left {
    right:0;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
}
#toggle-right-content {
    width: 202px;
    height: 100%;
    float: right;
    font-size: 14px;
    background: #32424b;
    padding: 0 0;
    border-left: 1px solid #32424b;
    box-shadow: 3px 0px 13px 0 rgba(0,0,0, 0.2);
    overflow: auto;
}

#toggle-right-set {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    background: #2d3a41;
    border: 1px solid #2d3a41;
    border-radius: 8px 0 0 8px;
    border-right: 0px;
    text-align: center;
    margin-top: -250px;
    cursor: pointer;
    display: flex;
}
#toggle-right-button {
    background: transparent;
    border: 0;
    padding: 14px 10px 14px 11px;
}


.widget-sidebar .accordion {
    padding-top: 58px;
}

.widget-sidebar .accordion-body {
    padding: 4px 8px 23px 10px;
    background: #1e262b;
    border-bottom: 0px solid #1e262b;
}

.widget-sidebar .widget-sidebar-tlt {
    font-size: 15px;
    font-weight: 600;
    background: #2d3a41;
    border-bottom: 1px solid rgba(0,0,0, .1);
    padding: 22px 10px 19px 10px;
    color: #ffffff;
    text-align: center;
    position: fixed;
    z-index: 1;
    width: 202px;
}
.widget-sidebar .accordion-header {
    margin-bottom: 0;
    background: #32424b;
}
.widget-sidebar .accordion-button {
    font-size: 14px;
    color: rgba(255,255,255, .7);
    background: transparent;
    border-left: 0px solid #343f4f;
    border-top: 0px solid transparent;
    padding: 26px 12px 26px 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease, border .08s ease;
}

.widget-sidebar .accordion-button::after {
    filter: invert(1);
}


.widget-sidebar .accordion-button:not(.collapsed) {
    color: #ffffff;
    font-weight: 600;
    background-color: #1e262b;
    box-shadow: none;
    border-left: 0px solid #1e262b;
    border-top: 0px solid #1e262b;
}
.widget-sidebar .accordion-item button i {
    margin-right: 8px;
}

.widget-sidebar .accordion-body li {
    border: 1px solid rgb(0 0 0 / 49%);
    background: #4c626d;
    color: #fff;
    padding: 11px 8px 11px 20px;
    margin-bottom: 6px;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s;
    cursor: pointer;
}
.widget-sidebar .accordion-body li:hover {
    box-shadow: 6px 9px 5px 0 rgba(0,0,0, .1);
    transform: translate(-2px , -2px);
}
/* .widget-sidebar .accordion-body li:hover:before {
    color: #00fff2;
} */
/* .widget-sidebar .accordion-body li:before {
    content: "\F22D";
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 7px 0 -10px;
    color: #2a3441;
    transform: rotate(41deg) translate(-21px, -6px);
    font-size: 10px;
} */
.widget-sidebar .accordion-item {
    background-color: #fff;
    border: 0px ;
}
.widget-sidebar .accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/* (end) //////////////////오른쪽 토글 메뉴////////////////// */




/* .formv { background: url(/resources/theme-style/images/grid-12.svg);} */
.mapping-board {
    width: 100%;
    background: rgba(255,255,255, .4);
    box-shadow: 0 0px 8px 0 rgba(0,0,0, .15);
    border-radius: 8px;
}
.sidebar1 {
    background: none;
    padding: 10px 0;
    width: 900px!important;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.grid-setting {
    padding: 10px 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.trash-btn {
    width: 200px;
    height: 100% !important;
    background-size: 10% !important;
    display: block;
    border: 1.5px dashed rgba(255, 0, 0, 0.2);
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-left: 19px;
}
.trash-btn:hover {
    background-color: rgba(255, 0, 0, 0.5);
}
.grid-stack {
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    border: 1px solid rgba(95, 196, 255, 0.651) !important;
    border-radius: 8px;
    background-image: url(/resources/theme-style/images/grid-v-12.svg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: rgba(0,0,0, .03) !important; */
}
.gridbg-h-12 {
  background-image: url(/resources/theme-style/images/grid-h-12.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.grid-stack-instance-1 > .grid-stack-item > .grid-stack-item-content {
    inset: 2px !important;
}
/* 드래그미 이동시 그림자 */
.grid-stack .grid-stack-placeholder > .placeholder-content {
    background-color: rgba(0, 132, 255, 0.1) !important;
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 0 !important;
    text-align: center;
    border-radius: 6px;
  }
  .grid-stack > .grid-stack-item > .grid-stack-item-content {
    display: flex;
    justify-content: center;
    align-items: center;    flex-direction: column;

}

/* .grid-stack-instance-1 > .grid-stack-item[gs-h="1"] {
    height: 30px !important;
}
.grid-stack-instance-1 > .grid-stack-item {
    min-height: 34px !important;;
} */

.sidebar1 .grid-stack-item {
    width: 200px!important;
    height: 100%!important;
    text-align: center;
    line-height: 37px!important;
    z-index: 10;
    cursor: default;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.sidebar1 .grid-stack-item .grid-stack-item-content {
    background: #fff !important;
    border: 1.5px dashed #00aeef !important;
    height: 100% !important;
    border-radius: 40px !important;
    /* width: 216px !important; */
    color: #00aeef !important;
    width: 100%;
}

.grid-stack .section-top {
    height: 100% !important;
    padding: 0 !important;
}


/* OrderBy / GroupBy */

.by-set{  width: 100%; }

.left-set {position: relative; padding: 0; width: 0%; }
.left-set .by-set-form  {width: 0%;height: 100%;padding: 0; overflow: hidden;transition:  0.35s ease;}

.by-set.search-toggled .left-set.toggled {width: 20%; }
.by-set.search-toggled .left-set.toggled .by-set-form {width: 100%;}

.right-contents {width: 100%; transition:  0.35s ease; }
.by-set.search-toggled  .right-contents{ width: 80%; padding-left: 22px; }


.btn-searchlayer-h {
  width: 12px;
  height: 120px;
  padding: 0;
  background: #606d73;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -19px;
  z-index: 11;
  transition: left .35s ease;
}

.btn-searchlayer-h:hover {background: #4c575c; border-color: rgba(0,0,0, .05) ;}
.btn-searchlayer-h span::before {content: "▶"; color: #fff;font-size: 7px;}

.by-set.search-toggled .btn-searchlayer-h {border-radius: 0 .25rem .25rem 0;left: 100%;}
.by-set.search-toggled .btn-searchlayer-h span::before { content: "◀";}

/* //OrderBy / GroupBy */














/* =======================================
(start) 위젯스타일
==========================================*/

.widget-sample {width: 100%;height: 100% !important;padding: 0px 0px 70px 0px;}
.widget-sample>.row {padding-bottom: 20px;}
.widget-sample>.row>.col {padding: 2px;}

.widget-sample .widget-box {
  min-height: 130px;
}
.widget-box {
    position: relative;overflow: hidden;
    /* width: 258px; */
    min-height: 100%;
    background: var(--wdgt-color-basic);
    border: 0;
}

.box-icon {
  background: #fff;
  font-size: 24px !important;
  border-radius: 12px;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 46px;
  top: 14px !important;
  left: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
}
.circle-box-icon {
  background: #fff;
  font-size: 24px !important;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 46px;
  top: 14px !important;
  left: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
}

.box-title {
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;
  padding: 3px 16px 3px 10px;
  color: var(--wdgt-color-basic) !important;
}

.aqua{ background: var(--wdgt-color-aqua) !important;}
.green{ background: var(--wdgt-color-green) !important;}
.blue{ background: var(--wdgt-color-blue) !important;}
.gray{ background: var(--wdgt-color-gray) !important;}
.light-gray{ background: var(--wdgt-color-light-gray) !important;}
.brown{ background: var(--wdgt-color-brown) !important;}
.violet{ background: var(--wdgt-color-violet) !important;}
.white{ background: var(--wdgt-color-white) !important;}
.transparent{ background: var(--wdgt-color-transparent) !important;}

.widget-box.aqua{ background: var(--wdgt-color-aqua);}
.widget-box.green{ background: var(--wdgt-color-green);}
.widget-box.blue{ background: var(--wdgt-color-blue);}
.widget-box.gray{ background: var(--wdgt-color-gray);}
.widget-box.brown{ background: var(--wdgt-color-brown);}
.widget-box.violet{ background: var(--wdgt-color-violet);}

.card-body.aqua{ background: var(--wdgt-color-aqua);}
.card-body.green{ background: var(--wdgt-color-green);}
.card-body.blue{ background: var(--wdgt-color-blue);}
.card-body.gray{ background: var(--wdgt-color-gray);}
.card-body.brown{ background: var(--wdgt-color-brown);}
.card-body.violet{ background: var(--wdgt-color-violet);}

.aqua-filter {filter: var(--aqua-filter)!important;}
.green-filter {filter: var(--green-filter)!important;}
.blue-filter {filter: var(--blue-filter)!important;}
.gray-filter {filter: var(--gray-filter)!important;}
.brown-filter {filter: var(--brown-filter)!important;}
.violet-filter {filter: var(--violet-filter)!important;}
.white-filter {filter: var(--white-filter)!important; opacity: .7;}
.yellow-filter {filter: var(--yellow-filter)!important;}

.aqua-border {border: 1px solid var(--wdgt-color-aqua) !important;}
.green-border {border: 1px solid var(--wdgt-color-green) !important;}
.blue-border {border: 1px solid var(--wdgt-color-blue) !important;}
.gray-border {border: 1px solid var(--wdgt-color-gray) !important;}
.light-gray-border {border: 1px solid var(--wdgt-color-light-gray) !important;}
.brown-border {border: 1px solid var(--wdgt-color-brown) !important;}
.violet-border {border: 1px solid var(--wdgt-color-violet) !important;}


.aqua-border-color {border-color: var(--wdgt-color-aqua) !important;}
.green-border-color {border-color: var(--wdgt-color-green) !important;}
.blue-border-color {border-color: var(--wdgt-color-blue) !important;}
.gray-border-color {border-color: var(--wdgt-color-gray) !important;}
.light-gray-border-color {border-color: var(--wdgt-color-gray) !important;}
.brown-border-color {border-color: var(--wdgt-color-brown) !important;}
.violet-border-color {border-color: var(--wdgt-color-violet) !important;}

.aqua-color {color: var(--wdgt-color-aqua)!important;}
.green-color {color: var(--wdgt-color-green)!important;}
.blue-color {color: var(--wdgt-color-blue)!important;}
.gray-color {color: var(--wdgt-color-gray)!important;}
.light-gray-color {color: var(--wdgt-color-light-gray)!important;}
.brown-color {color: var(--wdgt-color-brown)!important;}
.violet-color {color: var(--wdgt-color-violet)!important;}
.white-color {color: var(--wdgt-color-white)!important;}



.aqua-gradient { background: var(--wdgt-color-aqua-gradient)!important;}
.green-gradient { background: var(--wdgt-color-green-gradient)!important;}
.violet-gradient { background: var(--wdgt-color-violet-gradient)!important;}


/* ===========================
widget-box
===============================*/

.widget-box.wdgt-001 .title {position: absolute;left: 21px;top: 14px;font-size: 16px;font-weight: 600;letter-spacing: -1px; display: flex; align-items: center;}
.widget-box.wdgt-001 {color: var(--wdgt-color-white);}
.widget-box.wdgt-001 .title .icon { font-size: 26px; margin-right: 8px;}
.widget-box.wdgt-001 .sum {position: absolute;right: 22px;bottom: 15px;display: flex;align-items: center;font-size: 2.2vw;}
.widget-box.wdgt-001 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 100;}

.widget-box.wdgt-002 {color: var(--wdgt-color-white);}
.widget-box.wdgt-002 .icon {position: absolute;left: 21px;top: 7px;font-size: 40px;}
.widget-box.wdgt-002 .title {position: absolute;right: 22px;bottom: 18px;font-size: 16px;text-align: right;line-height: 1.3;}
.widget-box.wdgt-002 .sum {display: flex;align-items: center;font-size: 2.2vw;}
.widget-box.wdgt-002 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 100;}

.widget-box.wdgt-003 {color: var(--wdgt-color-white); background: transparent; box-shadow: none;border-width: 0px;}
.widget-box.wdgt-003 .card-body  {border-radius: 0 8px 0 0 ; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;}
.widget-box.wdgt-003 .title {position: absolute;left: 18px;top: 28px;font-size: 18px;}
.widget-box.wdgt-003 .sum {position: absolute;right: 22px;bottom: 18px;font-size: 2vw; line-height: 1.2; text-align: right;}
.widget-box.wdgt-003 .sum small {display: block; font-size: 35%; opacity: .9; padding: 0 6px; font-weight: 100;}


.widget-box.wdgt-004 {color: var(--wdgt-color-white);}
.widget-box.wdgt-004 .title {position: relative;font-size: 18px;font-weight: 400;letter-spacing: -1px; display: flex; align-items: center; justify-content: space-between;padding:10px 15px 10px 4px; z-index: 1;}
.widget-box.wdgt-004 .title span {_background: rgba(0,0,0, .6);border-radius: 5px;color: var(--wdgt-color-white);padding: 3px 12px 3px 12px;}
.widget-box.wdgt-004 .title .icon { font-size: 26px; margin-right: 8px;}
.widget-box.wdgt-004 .sum {position: absolute;right: 22px;bottom: 15px;display: flex;align-items: center;font-size: 2.2vw;}
.widget-box.wdgt-004 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 100;}


.widget-box.wdgt-005 {color: var(--wdgt-color-white);}
.widget-box.wdgt-005 .card-body {box-shadow: inset 2px 2px 7px 0 rgba(0,0,0, .3);}
.widget-box.wdgt-005 .title {font-size: 18px;letter-spacing: -1px;display: flex;align-items: center;justify-content: end;padding: 15px 22px 10px 15px;z-index: 1;}
.widget-box.wdgt-005 .icon {
  font-size: 100px;
  margin-right: 8px;
  position: absolute;
  top: 35%;
  left: -26px;
  opacity: .15;
  transform: translateY(-45%);
}
.widget-box.wdgt-005 .sum {position: absolute;right: 22px;bottom: 15px;display: flex;align-items: center;font-size: 2.2vw;z-index: 1;}
.widget-box.wdgt-005 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 100;}
.widget-box.wdgt-005 .sideimg-left { position: absolute; top: 50%; transform: translateY(-42px);z-index: 1;}


.widget-box.wdgt-006 {color: var(--wdgt-color-white);position: relative;overflow: hidden;}
.widget-box.wdgt-006 .wdgt-header { position: relative; overflow: hidden; display: flex; align-items: center;height: 36px;}
.widget-box.wdgt-006 .wdgt-header>div:first-child {display: flex;align-items: center; padding: 0;}
.widget-box.wdgt-006 .wdgt-header .icon { height: 100%; line-height: 38px; background-color: rgba(0,0,0, .2); font-size: 18px; /*border-right: 1px solid rgba(255,255,255, .1);*/ margin-right: 10px; padding: 0 10px 0 10px;}
.widget-box.wdgt-006 .title {font-size: 14px;font-weight: 600;letter-spacing: -1px;}
.widget-box.wdgt-006 .sum {color: #414141;position: absolute;right: 22px;bottom: 15px;display: flex;align-items: center;font-size: 2.2vw;font-weight: 600;}
.widget-box.wdgt-006 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 400;}


.widget-box.wdgt-007 {color: var(--wdgt-color-white);position: relative;overflow: hidden;padding: 6px;}
.widget-box.wdgt-007 .wdgt-header { position: relative; overflow: hidden; display: flex; align-items: center;height: 44px;border-radius: 5px;}
.widget-box.wdgt-007 .wdgt-header .icon { height: 100%; line-height: 48px; background-color: rgba(0,0,0, .2); font-size: 18px; /*border-right: 1px solid rgba(255,255,255, .1);*/ margin-right: 10px; padding: 0 10px 0 10px;}
.widget-box.wdgt-007 .title {font-size: 14px;font-weight: 600;letter-spacing: -1px;}
.widget-box.wdgt-007 .sum {color: #414141;position: absolute;right: 22px;bottom: 15px;display: flex;align-items: center;font-size: 2.2vw;font-weight: 600;}
.widget-box.wdgt-007 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 400;}


.widget-box.wdgt-008 {color: var(--wdgt-color-white);position: relative;overflow: hidden;padding: 6px;}
.widget-box.wdgt-008 .card-body {display: flex;justify-content: space-between;flex-direction: column;}
.widget-box.wdgt-008 .wdgt-sum { width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: space-between; height: 77px;border-radius: 5px;}
.widget-box.wdgt-008 .wdgt-sum .icon {font-size: 26px;padding: 0 10px 0 17px;z-index: 1;}
.widget-box.wdgt-008 .title {color: #414141;font-size: 15px;font-weight: 600;letter-spacing: -1px;padding: 0px 0 0 15px;line-height: 38px;}
.widget-box.wdgt-008 .sum {font-size: 2.2vw;font-weight: 400;z-index: 1;}
.widget-box.wdgt-008 .sum small {font-size: 45%; opacity: .6; padding: 0 6px; font-weight: 400;}


.widget-box.wdgt-009 {color: var(--wdgt-color-white);position: relative;overflow: hidden;height: 100%;background: var(--wdgt-color-theme); border: 1px solid rgba(0,0,0, .125);}
.widget-box.wdgt-009 .card-body {box-shadow: inset 0 0 6px 0 rgba(255,255,255, 1);}
.widget-box.wdgt-009 .left {color: #222;display: flex;flex-direction: column;justify-content: space-between;}
.widget-box.wdgt-009 .title {font-size: 16px;line-height: 44px;text-align: right;font-weight: 600;letter-spacing: -1px;margin-right: 11px;}
.widget-box.wdgt-009.leftshadow .right {box-shadow: inset -6px 0px 4px 0 rgba(0,0,0, .1);}
.widget-box.wdgt-009 .right {display: flex;align-items: center;flex-direction: column;width: 34px !important;padding: 0;box-shadow: inset 4px 0px 4px 0 rgba(0,0,0, .1);}
.widget-box.wdgt-009 .right .icon {height: 39px;line-height: 42px;background-color: rgba(0,0,0, .2);font-size: 18px;width: 100%;text-align: center;}
.widget-box.wdgt-009 .sum {color: #414141;font-size: 2vw;font-weight: 600;line-height: 1.1;padding: 10px 0 17px 22px;}
.widget-box.wdgt-009 .sum small {display: block;width: 100%;font-size: 40%;opacity: .7;font-weight: 400;}



.widget-box.wdgt-010 {color: #222; border-width: 3px !important;  padding: 4px; }
.widget-box.wdgt-010 .card-body { border-radius: 3px;background: var(--wdgt-color-theme);}
.widget-box.wdgt-010 .icon {position: absolute;left: 21px;top: 7px;font-size: 40px;}
.widget-box.wdgt-010 .title {position: absolute;right: 22px;bottom: 13px;font-size: 14px;font-weight: 600;text-align: right;line-height: 1.4;}
.widget-box.wdgt-010 .sum {display: flex;align-items: center;font-size: 2.2vw; font-weight: 600;}
.widget-box.wdgt-010 .sum small {font-size: 40%; opacity: .7; padding: 0 6px; font-weight: 400;}



.widget-box.wdgt-011 {color: var(--wdgt-color-white);position: relative;overflow: hidden;height: 100%;background: var(--wdgt-color-theme); border: 1px solid rgba(0,0,0, .125);}
.widget-box.wdgt-011 .card-body {box-shadow: inset 0 0 6px 0 rgba(255,255,255, 1);}
.widget-box.wdgt-011 .left {color: #222;display: flex;flex-direction: column;justify-content: space-between;}
.widget-box.wdgt-011 .title {font-size: 16px;line-height: 44px;text-align: right;font-weight: 600;letter-spacing: -1px;margin-right: 20px;}
.widget-box.wdgt-011 .right {position: relative;display: flex;align-items: center;flex-direction: column;margin: 6px;border-radius: 5px;width: 45px  !important;padding: 0;box-shadow: inset -4px 0px 4px 0 rgba(0,0,0, .1); overflow: hidden;}
.widget-box.wdgt-011 .right .icon {height: 45px;line-height: 50px;border-radius: 6px 6px 0 0; _background-color: rgba(0,0,0, .2);font-size: 18px;width: 100%;text-align: center;}
.widget-box.wdgt-011 .sum {color: #414141;font-size: 2vw;font-weight: 600;line-height: 1.1;padding: 10px 20px 17px 0px; text-align: right;}
.widget-box.wdgt-011 .sum small {display: block;width: 100%;font-size: 40%;opacity: .7;font-weight: 400;}
.widget-box.wdgt-011 .wave-div {width: 130px;}
.widget-box.wdgt-011 .waves {height: 50px; min-height: 30px;max-height: 50px;}


/* ===========================
widget-list
===============================*/
.table>:not(caption)>*>* { border-bottom-style: dotted;}
/*원본 axboot */

.table>:not(caption)>*>* {
  border-bottom-style: solid;
  border-color: rgba(0,0,0, .24);
}
.table-hover>tbody>tr:hover {
  background-color: rgba(0,0,0, .15);
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: inherit;
}
/*원본 axboot */
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
}
/*원본 axboot */
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 0px solid #ddd;

}



.widget-list-body::-webkit-scrollbar {width: 1px;}
.widget-list-body::-webkit-scrollbar-thumb {background-color: currentColor;border-radius: 8px;}
.widget-list-body::-webkit-scrollbar-track {background-color: currentColor;border-radius: 8px;}
.widget-list.wdgt-002 .widget-list-body::-webkit-scrollbar-track  {margin-top: 6px;}

.widget-list-header {position: relative;display: flex;align-items: center;justify-content: space-between;text-align: left;padding: 0 13px;height: 56px;overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px;color: rgba(0,0,0, .3);}
.widget-list {position: relative;overflow: hidden;background: var(--wdgt-color-basic);border: 0;padding-bottom: 10px;height: 100%;min-height: 264px;}
.widget-list-header .list-title {font-size: 15px;font-weight: 600;letter-spacing: -1px;}
.widget-list-header .right {color: var(--wdgt-color-white);font-size: 11px;padding: 2px 10px;border-radius: 30px;opacity: .8;}
.widget-list-body {position: relative;overflow: hidden;height: 100%;overflow-y: scroll;padding-bottom: 45px;padding: 0px;}

.tabbox-round {position: absolute;right: -12px;width: 12px;bottom: 0;}


.widget-list.wdgt-001 {color: var(--wdgt-color-white);}
.widget-list.wdgt-001 .widget-list-header {color: #fff;}
.widget-list.wdgt-001 .table>thead {border-bottom: 1px solid currentColor;}
.widget-list.wdgt-001 .table>thead>tr>th {text-align: center !important;}
.widget-list.wdgt-001 .table>:not(:first-child) {border-top: 1px solid currentColor;}
.widget-list.wdgt-001 .ani-div { width: 135px;}


.widget-list.wdgt-002 {background: transparent;padding: 0;box-shadow: -2px 5px 5px 0 rgba(0,0,0, .1);border-bottom: 10px solid var(--wdgt-color-white);}
.widget-list.wdgt-002 .widget-list-header {padding: 0;height: 26px;box-shadow: none;}
.widget-list.wdgt-002 .widget-list-header .list-title {font-size: 13px;font-weight: 600;letter-spacing: -1px;position: relative;height: 100%;display: flex;align-items: center;padding: 11px 38px 0 10px;border-radius: 0 15px 0 0;}
.widget-list.wdgt-002 .widget-list-header .tlt {color: #fff !important;}
.widget-list.wdgt-002 .widget-list-body {background: var(--wdgt-color-white);border-radius: 0 10px 0 0;}
.widget-list.wdgt-002 .table>thead {border-bottom: 1px solid currentColor; color: var(--wdgt-color-white);}
.widget-list.wdgt-002 .table>thead>tr>th {text-align: center !important;height: 36px;}
.widget-list.wdgt-002 .table>:not(:first-child) {border-top: 1px solid currentColor;}
.widget-list.wdgt-002 .ani-div { width: 135px;}


.widget-list.wdgt-003 {}
.widget-list.wdgt-003 .widget-list-header {border-bottom: 1px solid currentColor;}
.widget-list.wdgt-003 .table>thead {border-bottom: 0px solid currentColor;background: rgba(0,0,0, .05);}
.widget-list.wdgt-003 .table>thead>tr>th {text-align: center !important;}
.widget-list.wdgt-003 .table>:not(:first-child) {border-top: 0px solid currentColor;}


.widget-list.wdgt-004 {border-width: 2px !important; padding: 5px;}
.widget-list.wdgt-004 .widget-list-header {border-bottom: 1px solid currentColor; border-radius: 4px 4px 0 0;}
.widget-list.wdgt-004 .widget-list-body {border-radius: 0  0 4px 4px; border-top: 0 !important;}
.widget-list.wdgt-004 .table>thead {border-bottom: 0px solid currentColor;background: rgba(0,0,0, .05);}
.widget-list.wdgt-004 .table>thead>tr>th {text-align: center !important;}
.widget-list.wdgt-004 .table>:not(:first-child) {border-top: 0px solid currentColor;}

.widget-list.wdgt-005 {border-width: 1px !important;  }
.widget-list.wdgt-005 .widget-list-header {display: inline-grid; border-bottom: 1px solid currentColor; border-radius: 4px 4px 0 0;}
.widget-list.wdgt-005 .widget-list-body {border-radius: 0  0 4px 4px; border-top: 0 !important;}
.widget-list.wdgt-005 .table>thead {border-bottom: 1px solid currentColor;}
.widget-list.wdgt-005 .table>thead>tr>th {text-align: center !important;}
.widget-list.wdgt-005 .table>:not(:first-child) {border-top: 0px solid currentColor;}

.widget-list.wdgt-006 {border-width: 1px !important;  }
.widget-list.wdgt-006 .table {color:rgba(255,255,255, .85)}
.widget-list.wdgt-006 .widget-list-header {display: inline-grid; color: #fff; border-bottom: 1px solid currentColor; border-radius: 4px 4px 0 0;}
.widget-list.wdgt-006 .widget-list-body {border-radius: 0  0 4px 4px; border-top: 0 !important;}
.widget-list.wdgt-006 .table>thead {border-bottom: 1px solid currentColor;background: rgba(0,0,0, .1);}
.widget-list.wdgt-006 .table>thead>tr>th {text-align: center !important;}
.widget-list.wdgt-006 .table>:not(:first-child) {border-top: 0px solid currentColor;}


 /* ===========================================================================
 Wave Animation ===============================================================
 ==============================================================================*/
.wave-div {position: absolute;bottom: 0;width: 100%;}

.waves {position:relative;width: 100%;height:3ch;min-height:30px;max-height:40px;  }

.parallax > use {animation: move-forever 15s cubic-bezier(.55,.5,.45,.5)     infinite;  }
.parallax > use:nth-child(1) {animation-delay: -2s;animation-duration: 3s;}
.parallax > use:nth-child(2) {animation-delay: -3s;animation-duration: 5s;}
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 7s;}
@keyframes move-forever {
0% {  transform: translate3d(-90px,0,0);}
100% {transform: translate3d(85px,0,0);}
}


/* ani 사각형 */
.ani-div {position: relative; }

.ani-rct1 {
    position: absolute;
    animation-name: ani-rct1;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transform:translate(-121px , -3px) rotate(357deg);
    opacity: .15;
}
.ani-rct2 {
    position: absolute;
    animation-name: ani-rct2 ;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform: translate(-156px , -26px) rotate(357deg);
    opacity: .15;
}

@keyframes ani-rct1 {
    0% {transform: translate(-190px , 37px) rotate(357deg);}
    100% {transform: translate(-121px , -3px) rotate(357deg);}
}
@keyframes ani-rct2 {
    0% {transform: translate(-190px , 37px) rotate(357deg);}
    100% {transform: translate(-156px , -26px) rotate(357deg);}
}

.ani-header-rct1 {
    position: absolute;
    animation-name: ani-header-rct1;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform:translate(100px , -78px) rotate(15deg);
    opacity: .15;
}
.ani-header-rct2 {
    position: absolute;
    animation-name: ani-header-rct2 ;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform: translate(87px , -78px) rotate(15deg);
    opacity: .15;
}
.ani-header-rct3 {
    position: absolute;
    animation-name: ani-header-rct3 ;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform: translate(75px , -78px) rotate(15deg);
    opacity: .15;
}

@keyframes ani-header-rct1 {
    0% {transform: translate(138px  , -78px) rotate(15deg) ;}
    100% {transform: translate(100px , -78px) rotate(15deg);}
}
@keyframes ani-header-rct2 {
    0% {transform: translate(138px  , -78px) rotate(15deg);}
    100% {transform: translate(87px , -78px) rotate(15deg);}
}
@keyframes ani-header-rct3 {
    0% {transform: translate(138px  , -78px) rotate(15deg);}
    100% {transform: translate(75px , -78px) rotate(15deg);}
}

.ani-bottom-rct1 {
    position: absolute;
    animation-name: ani-bottom-rct1;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform:translate(-71px , -75px) rotate(270deg);
    filter: brightness(0%);
    opacity: .1;
}
.ani-bottom-rct2 {
    position: absolute;
    animation-name: ani-bottom-rct2 ;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform: translate(-91px , -75px) rotate(270deg);
    filter: brightness(0%);
    opacity: .1;
}
.ani-bottom-rct3 {
    position: absolute;
    animation-name: ani-bottom-rct3 ;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transform: translate(-111px , -75px) rotate(270deg);
    filter: brightness(0%);
    opacity: .1;
}

@keyframes ani-bottom-rct1 {
    0% {transform: translate(0px , -75px) rotate(270deg) ;}
    100% {transform: translate(-71px, -75px) rotate(270deg);}
}
@keyframes ani-bottom-rct2 {
    0% {transform: translate(0px  , -75px) rotate(270deg);}
    100% {transform: translate(-91px , -75px) rotate(270deg);}
}
@keyframes ani-bottom-rct3 {
    0% {transform: translate(0px , -75px) rotate(270deg);}
    100% {transform: translate(-111px , -75px) rotate(270deg);}
}




/* (end) //////////////////위젯스타일////////////////// */




/* dahboard design  */
.d-left {
  position: relative;
  width: 100%;
  background: #37474f;
  padding: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.d-left--header {background: rgba(0,0,0, .5);border-radius: 5px 5px 0 0; padding: 16px 10px 16px 14px;}
.d-left--header--tlt { display: block; color: #00c24e;font-size: 16px; letter-spacing: -1px;}
.d-left--header--date { color: rgba(255,255,255, .4);}

.d-left-contents { padding: 0 8px;}

.d-left--list { margin-top: 15px;}
.d-left--list--tlt {
  line-height: 35px;
  color: #eee;
  border-left: 2px solid #00c24e;
  padding-left: 9px;
  margin-left: 3px;
}
.d-left--list .list-group{background: rgba(0,0,0, .15);}
.d-left--list .list-group .list-group-item { display: flex;background-color: transparent; border: 1px solid #233037; padding: 0;}
.d-left--list .list-group .list-group-item .input-group-text {
    color: #d7d7d7;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: .25rem;
}
.d-left--list .list-group .list-group-item {padding: 4px;}
.d-left--list .list-group .list-group-item .input-group {}
.d-left--list .list-group .list-group-item .input-group-text.tlt {width: 55%;}
.d-left--list .list-group .list-group-item .input-group-text.cnt {width: 45%;justify-content: flex-end; background: rgba(0,0,0, .6);}

.d-left--list .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.d-right {}
.d-graph {min-height: 150px;}

.svr-btn-set {display: flex; width: 100%; background:#37474f; padding: 3px; }.svr-btn-set {
  display: flex;
  width: 100%;
  background: #37474f;
  padding: 5px;
  border-radius: 5px;
}
.btn-srv {
  position: relative;
  width: 100%;
  background: #2c3b43;
  padding: 14px 0 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-srv:hover {color: #1f2c33 !important;border-color: #00c24e !important;background-color: #00c24e !important;}
.btn-srv:focus {outline: none;box-shadow: none !important}

.btn-srv.active {background: #00c24e;}
.btn-srv.active:focus {outline: none;box-shadow: none;color: inherit !important;}

.btn-srv .icon-svr {display: block;width: 59px; height: 53px; background: url(/resources/theme-style/images/icon-srv-off.png);}
.btn-srv.active .icon-svr {background: url(/resources/theme-style/images/icon-srv-on-green.gif);}

.btn-srv .icon-tlt {padding-top: 5px; color: #eee;}
.btn-srv:hover .icon-tlt,
.btn-srv.active .icon-tlt { color: #222 !important; }


/* sortable */
.sortable-tbl-form { height: 100%; padding: 5px 0px 0px 0px ;}
.sortable-tbl {
  height: 100%;
  border: 0;
}
.sortable-tbl th {
  vertical-align: top;
  padding: 0px 0px 5px 5px;
}
.sortable-tbl th:first-child { border-right: 1px solid rgba(0, 0, 0, 0.2);}
.sortable-tbl td {}

.connectedSortable.ui-sortable {height: 100%;overflow: auto;padding: 5px 5px 5px 0px;}

.ui-sortable .ui-state-default.ui-sortable-handle {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 6px 0 6px 12px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.ui-sortable.right .ui-state-default.ui-sortable-handle {
  border: 1px solid #62c7ef;
  background: #cff2ff;
}

.ui-sortable.right .ui-state-default.ui-sortable-handle {
  border: 1px solid #62c7ef;
  background: #cff2ff;
  display: flex;
  /* justify-content: space-between; */
  padding: 6px 10px;
  gap: 8px;
}
.ui-sortable.right .ui-state-default.ui-sortable-handle .item-checkbox {
  width: 18px;
  height: 18px;
}
/* //sortable */


.awesomplete {
  /* display: inline-block; */
  position: relative;
  width: 100%;
}

.input-group .awesomplete {
  width: auto;
}