

.form-control-sm {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.d-grid{
	--bs-grid-gap: 0.5rem;
	display: grid;
    grid-gap: var(--bs-grid-gap) !important;
}
.d-grid.gap-1{
	--bs-grid-gap: 1rem;
}
.d-grid.gap-1_5{
	--bs-grid-gap: 1.5rem;
}
.d-grid.gap-2{
	--bs-grid-gap: 2rem;
}
.grid-col-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-col-3{
	grid-template-columns: repeat(3, 1fr);
}
.grid-col-4{
	grid-template-columns: repeat(4, 1fr);
}
.grid-col-5{
	grid-template-columns: repeat(5, 1fr);
}

.box{
    overflow: hidden;
}
.box-header {
	position: relative;
	padding: 1rem;
}
.box-header h2,
.box-header h3,
.box-header h4 {
	margin: 0;
	color: yellow;
	font-size: 1.125rem;
	line-height: 1;
}
.box-header h3 {
	font-size: 1rem;
}
.box-header h4 {
	font-size: 0.9375rem;
}
.box-header small {
	display: block;
	margin-top: 4px;
	opacity: 0.6;
}
.box-body {
	padding: 1rem;
	font-size: 1rem;
	border-radius: 0.5rem;
}
.box-footer {
	padding: 1rem;
	font-size: 1rem;
}
.box-sm .box-header, .box-sm .box-body, .box-sm .box-footer {
	padding: 0.5rem;
}
.box-header[class*='bg-'] {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.box-header[class*='bg-'] + .box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.card .h6, .card h6{
	font-weight: 600;
}

.popTabWrap .btn{
	--bs-btn-font-weight: 600;
}

.input-group .form-select + input{
	flex: 4;
}


table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
th:not(.ui-datepicker th, .calendar-table th), td:not(.ui-datepicker td, .calendar-table td) {
  padding: 6px;
  text-align: center;
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
}
th:first-child:not(.ui-datepicker th, .calendar-table th), td:first-child:not(.ui-datepicker td, .calendar-table td) {
  border-left: 1px solid #c6c9cc;
}
tr:nth-child(odd):not(.ui-datepicker tr, .calendar-table tr) {
  background: var(--bs-gray-light03);
}
tr:hover:not(thead tr, .ui-datepicker tr, .calendar-table tr) {
	color: var(--bs-white);
	background: var(--bs-blue-light-gray);
	background: #9BA4B4;
}
thead th:not(.ui-datepicker th, .calendar-table th) {
  background: var(--bs-gray-dark02);
  color: var(--bs-white);
}

tr[class*='bg-'] th:not(.ui-datepicker th, .calendar-table th){
	background-color: var(--bs-trans);
}

.datepicker td, .datepicker th,
.calendar-table td, .calendar-table th {
    width: 2rem;
    height: 2rem;
	font-size: 0.875rem;
}


.dashwrap{min-width: 1500px;}

.dark {background-color: #f8f9fc;}
.dark .navside{color: #fff;background-color: #393E46;}
.dark .content-wrapper{}

.totalInfo{
	/* display: grid; */
    /* grid-template-columns: repeat(5, 1fr); */
}
.totalInfo .badge > div{
	dislay:  inline-block;
}

/*툴팁 스타일*/
.tip {
    position: relative;
	font-weight: 700;
}
.tip::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.tip span.parent_tree,span.list_pinfo {
    display: none;
    position: absolute;
    top: -40px;
    left: 50px;
    width: 200px;
    padding: 5px;
    z-index: 100;
    background: #000;
    color: #fff;
    -moz-border-radius: 5px;
    /* 파폭 박스 둥근 정도 */
    -webkit-border-radius: 5px;
    /* 사파리 박스 둥근 정도 */
    text-align: left;
}
.tip:hover span {
    display: inline-block;
}
.tip .parent_tree ,list_pinfo  {
    display: none;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 230px;
    padding: 5px;
    z-index: 100;
    background: #000;
    color: #fff;
    -moz-border-radius: 5px;/* 파폭 박스 둥근 정도 */
    -webkit-border-radius: 5px;/* 사파리 박스 둥근 정도 */
    text-align: left;
    transform: translateY(-50%);
}

.tip:hover .parent_tree,list_pinfo {
    display: inline-block;
}

.navSideWrap{position: fixed !important;float: left;width: 14rem !important;height: 100%;z-index: 1030;}

.navlist{width: auto;margin-right: -15px;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.navlist nav{width: 14rem;overflow-x: hidden;}

.navside{position: absolute;left: 0;top:0;bottom:0;display: flex;flex-direction: column;overflow: hidden;}
.navside ul {padding-left: 0;padding-right: 0;list-style: none;display: block;}
.navside .nav li {border: inherit;position: relative;}
.navside .nav li.active {/* background-color: rgba(0, 0, 0, 0.065); */}
.navside .nav li.active > a {background-color: transparent;}
.navside .nav li li a {margin: 0 0.5rem;padding-left: 1rem;color: #000;line-height: 2rem;border-radius: 0.35rem;}
.navside .nav li li a .nav-text {padding: 0.4375rem 0;}
.navside .nav li a {display: block;padding: 0.25rem 0.5rem;line-height: 2.25rem;position: relative;}
.navside .nav li a::after {display: block;content: "";clear: both;}
.navside .nav li a i {color: rgba(255 255 255 / 0.3);}
.navside .nav li a:hover i {color: rgba(255 255 255 / 1);}
.navside .nav > li > a:after{content: '\f105';float: right;width: 1rem;font-family: 'FontAwesome';font-weight: 900;text-align: center;border: 0;}
.navside .nav > li.active > a:after{content: '\f107';}
.navside .nav > li > a .nav-icon {font-weight: 500;}
.navside .nav > li > a .nav-text {font-weight: 500;}


.navbox{display: flex;min-height: 3.5rem;padding: 1rem 0;font-size: 2rem;}

.accordion-collapse{transition:height 0.5s;}
.navside .nav-sub {display:none;overflow:hidden;margin: 0 .5rem 1rem;padding: .5rem 0;background-color: #fff;border-radius: 0.35rem;}
/* .active > .nav-sub {display:block;} */
.left_sel .nav-text{font-size: 1rem;color: var(--bs-blue) !important;font-weight: 700 !important;}
/* .nav-sub {max-height: 0;overflow: hidden;-webkit-transition: max-height 0.4s ease 0s;transition: max-height 0.4s ease 0s;}
.active > .nav-sub {max-height: 50rem;margin: 0 .5rem 1rem;padding: .5rem 0;background-color: #fff;border-radius: 0.35rem;} */

.nav-icon {/* float: left; */line-height: inherit;margin-right: 0.5rem;top: 0;min-width: 1.5rem;text-align: center;}
.nav-icon i {position: relative;}
.nav-text {display: inline-block;line-height: 1.125rem;padding: 0.5625rem 0;}

.logout{
	padding: 0.25rem 0.5rem;
    line-height: 2.25rem;
}

.dateRange{font-size: 0.875rem;}

.shareInfo, .content-wrapper{margin-left: 14rem;}

.popupWrap{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display: flex;
	z-index:999999;
	justify-content: center;
	align-items: center;
}
.noticeNewPop {
    position: relative;
	margin: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
}

.noticeNewPop .popup_wrap {
    width: 100%;
    min-width: 300px;
    max-width: 520px;
    border: 4px solid #fff;
    box-sizing: border-box;
}

.noticeNewPop .popup_wrap .popup_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.85);
}

.noticeNewPop .popup_wrap .popup_box .popup_content {
    display: block;
    padding: 20px 10px 10px;
    color: #E9E9E9;
    box-sizing: border-box;
}

.noticeNewPop .popup_wrap .popup_box .popup_content img {
    width: 100%;
}

.noticeNewPop .popup_wrap .popup_box .popup_content figure {
    margin: 0;
}

.popup_wrap .btnPopClose {
    position: absolute;
    right: -15px;
    top: -17px;
}

.popup_wrap .btnPopClose a {
    background-color: #fff;
    border-radius: 40px 40px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}

.popup_wrap .btnPopClose a svg {
    fill: var(--popup-text-color);
    width: 16px;
    height: auto;
    display: block;
    margin: 12px auto;
}

.popup_wrap .btnPopToday {
    font-family: arial;
    position: absolute;
    margin: 0 auto;
    width: auto;
    top: -10px;
    left: 0;
}

.popup_wrap .btnPopToday a {
    background-color: #fff;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 20px 20px;
    text-align: center;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}

.popup_wrap .btnPopToday a span {
    font-size: 12px;
    letter-spacing: -0.035rem;
    font-weight: 600;
    color: var(--popup-text-color);
}

.popup_wrap .btnPopToday a span svg {
    fill: var(--popup-text-color);
    vertical-align: middle;
    margin: -3px 0 0 5px;
    opacity: 0.85;
}

[class*='Rate'] input.form-control:disabled{
	background-color: var(--bs-trans) !important;
	border: 0;
}

.viewCustomer.on + .customerReply{
	display: table-row;
}
.customerReply{
	display: none;
}
.customerReply .replayCont{
	max-height: 200px;
	overflow: auto;
}

.ctrlwrap .btn{
	font-weight: 600;
}
.searchBox .logout{
	line-height: 1.5;
}

.moMenu{
	display: inline-block;
	padding: 0.375rem 0.75rem;
}
.moMenu.active{
	margin-left: 9rem;
}
#utree{
	min-height: 770px;
}

@-webkit-keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ui-widget-header { border: 0px solid #dddddd; background: #fff; } 

.ui-datepicker-calendar>thead>tr>th { font-size: 14px !important; min-width:30px;} 

.ui-datepicker .ui-datepicker-header { position: relative; padding: 10px 0; } 

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active { border: 0px solid #c5c5c5; background-color: transparent; font-weight: normal; color: #454545; text-align: center; line-height: 2.5; } 

.ui-datepicker .ui-datepicker-title { margin: 0 0em; line-height: 16px; text-align: center; font-size: 14px; padding: 0px; font-weight: bold; } 

.ui-datepicker { display: none; background-color: #fff; border-radius: 4px; margin-top: 10px; margin-left: 0px; margin-right: 0px; padding: 20px; padding-bottom: 10px; width: 300px; box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1); } 

.ui-widget.ui-widget-content { border: 1px solid #eee; } 

#datepicker:focus>.ui-datepicker { display: block; } 
.datepicker {
	flex: 0 0 140px;
    text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next { cursor: pointer; }

.ui-datepicker-next { float: right; }

.ui-state-disabled { cursor: auto; color: hsla(0, 0%, 80%, 1); }

.ui-datepicker-title { text-align: center; padding: 10px; font-weight: 100; font-size: 20px; }

.ui-datepicker-calendar { width: 100%; }

.ui-datepicker-calendar>thead>tr>th { padding: 5px; font-size: 20px; font-weight: 400; }

.ui-datepicker-calendar>tbody>tr>td>a { color: #000; font-size: 12px !important; font-weight: bold !important; text-decoration: none;}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover { cursor: auto; background-color: #fff; }

.ui-datepicker-calendar>tbody>tr>td { border-radius: 100%; width: 20px; height: 30px; cursor: pointer; padding: 1px; font-weight: 100; text-align: center; font-size: 12px; }

.ui-datepicker-calendar>tbody>tr>td:hover { background-color: transparent; opacity: 0.6; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus { border: 0px solid #cccccc; background-color: transparent; font-weight: normal; color: #2b2b2b; }

.ui-widget-header .ui-icon { background-image: url('../img/icon/calendar_btns.png'); }

.ui-icon-circle-triangle-e { background-position: -20px 0px; background-size: 36px; }

.ui-icon-circle-triangle-w { background-position: -0px -0px; background-size: 36px; }

.ui-datepicker-calendar>tbody>tr>td:first-child a { color: red !important; }

.ui-datepicker-calendar>tbody>tr>td:last-child a { color: #0099ff !important; }

.ui-datepicker-calendar>thead>tr>th:first-child { color: red !important; }

.ui-datepicker-calendar>thead>tr>th:last-child { color: #0099ff !important; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { border: 0px; background: #f1f1f1; border-radius: 50%; /* padding-top: 10px; padding-bottom: 10px; */ }

/* .jstree-default .jstree-node {
	position: relative;
    min-height: 24px;
    line-height: 24px;
    margin-left: 0;
    min-width: 24px;
    padding-left: 24px;
}
.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
} */
.jstree-anchor > .selected{
	position:absolute;
	left:0;
	display:none;
	width: 100%;
	height: 24px;
	background: #beebff;
    background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-anchor.jstree-clicked > .selected{
	display:block;
}
[data-lv='0'] > a > i{background: url(../img/icon/0.png) no-repeat 0 0 !important;}
[data-lv='1'] > a > i{background: url(../img/icon/1.png) no-repeat 0 0 !important;}
[data-lv='2'] > a > i{background: url(../img/icon/2.png) no-repeat 0 0 !important;}
[data-lv='3'] > a > i{background: url(../img/icon/3.png) no-repeat 0 0 !important;}
[data-lv='4'] > a > i{background: url(../img/icon/4.png) no-repeat 0 0 !important;}
[data-lv='5'] > a > i{background: url(../img/icon/5.png) no-repeat 0 0 !important;}
[data-lv='6'] > a > i{background: url(../img/icon/6.png) no-repeat 0 0 !important;}

@media screen and (max-width: 768px) {
	.ui-datepicker {
		width: auto;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active { line-height: 2; }
	.pc{
		display: none !important;
	}
	body {
		font-size: 0.875rem;
	}
	table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	th:not(.ui-datepicker th){
		min-width: 70px;
	}
	.btn[class*='bg-'] {
		--bs-btn-font-size: 0.875rem;
	}
	.mo-grid-col-1{
		grid-template-columns: repeat(1, 1fr);
	}
	.mo-grid-col-2{
		grid-template-columns: repeat(2, 1fr);
	}
	.mo-grid-col-3{
		grid-template-columns: repeat(3, 1fr);
	}
	.mo-grid-col-4{
		grid-template-columns: repeat(4, 1fr);
	}
	.mo-grid-col-5{
		grid-template-columns: repeat(5, 1fr);
	}
	.dashwrap{
		min-width: 100%;
	}
	.navSideWrap{
		display: none;
		width: 9rem !important;
	}
	.navside{
		width: 9rem;
	}
	.navlist nav {
		width: 9rem;
	}
	.navside li.active .nav-sub{
		/* position: absolute;
		left: calc(6.5rem + 1.5rem / 2);
		z-index: 1;
		top: 2px;
		-webkit-animation-name: growIn;
		animation-name: growIn;
		-webkit-animation-duration: 200ms;
		animation-duration: 200ms;
		-webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
		animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1); */
	  }
	.shareInfo, .content-wrapper {
		margin-left: 0;
	}
	.totalInfo > .badge + .badge {
		display: none;
	}
	.chartBox.d-grid{
		display: block !important;
	}
	.searchBox{
		margin: 0.5rem 0 0.5rem 0 !important;
	}
	#money_show_type + input{
	}
	.searchInOut{
		width: 100%;
	}
	.searchInOut > div{
		text-align: left !important;
	}
	
	#utree{
		min-height: auto;
	}
}