@font-face{ 
	font-family: "LCD";
    src: url("fonts/lcd_solid.eot");
    src: url("fonts/lcd_solid.eot?#iefix") format("embedded-opentype"),
    url("fonts/lcd_solid.woff2") format("woff2"),
    url("fonts/lcd_solid.woff") format("woff"),
    url("fonts/lcd_solid.ttf") format("truetype"),
    url("fonts/lcd_solid.svg#LCD Solid") format("svg");
}

@font-face {
	font-family:NanumSquareRoundB;
	src:url(fonts/NanumSquareRoundB.woff2) format("woff2"),
		url(fonts/NanumSquareRoundB.woff) format("woff");
}

@font-face {
	font-family:NanumSquareRoundB;
	src:url(fonts/NanumSquareRoundB.woff2) format("woff2"),
		url(fonts/NanumSquareRoundB.woff) format("woff");
}

/**
* Pretendard
*/
@font-face {
	font-family: "Pretendard Variable";
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local("Pretendard Variable"), url("fonts/Pretendard-Thin.woff2") format("woff2-variations");
  }
  @font-face {
	font-family: "Pretendard-Thin";
	src: url("fonts/Pretendard-Thin.woff") format("woff");
	font-weight: 100;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-ExtraLight";
	src: url("fonts/Pretendard-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-Light";
	src: url("fonts/Pretendard-Light.woff") format("woff");
	font-weight: 300;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-Regular";
	src: url("fonts/Pretendard-Regular.woff") format("woff");
	font-weight: 400;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-Medium";
	src: url("fonts/Pretendard-Medium.woff") format("woff");
	font-weight: 500;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-SemiBold";
	src: url("fonts/Pretendard-SemiBold.woff") format("woff");
	font-weight: 600;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-Bold";
	src: url("fonts/Pretendard-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-ExtraBold";
	src: url("fonts/Pretendard-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-display: swap;
  }
  @font-face {
	font-family: "Pretendard-Black";
	src: url("fonts/Pretendard-Black.woff") format("woff");
	font-weight: 900;
	font-display: swap;
  }

.BIX5__Dashboard *:focus {
    outline: none;
}

.BIX5__Dashboard {
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	outline: none;
}

.BIX5__Dashboard *{
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	
	scrollbar-base-color: #c0c0c0;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #444;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-dark-shadow-color: #C0C0C0;
}

.BIX5__Dashboard h1{
	margin: 0px;	
}

.BIX5__DashboardCover {
	background-color: rgba(255,255,255,0);
}

.BIX5__Button.default {
    padding: 9px 20px 6px 20px;
    border:0px;
	border-radius:5px;
	font-size:13px;
	background-color: #6670e4;
	color:#fff;
}

.BIX5__Button.cancel {
    padding: 9px 20px 6px 20px;
    border:0px;
	border-radius:5px;
	font-size:13px;
	background-color: #ecf0f9;
	color:#47509a;
}

.BIX5__Button.danger {
    padding: 9px 20px 6px 20px;
    border:0px;
    border-radius:5px;
    background-color: #F64E56;
    color: #ffffff;
}

.BIX5__Button.gray {
    padding: 9px 20px 6px 20px;
    background-color: #c3c3c3;
    border-radius:5px;
    border:0px;
    color: #ffffff;
}

.BIX5__Button.bluegreen {
   	padding: 9px 20px 6px 20px;
    background-color: #00bcd5;
	border-radius:5px;
    border:0px;
    color: #ffffff;
}

.BIX5__WidgetToolbar button{
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #a9a9a9;
}

.BIX5__WidgetToolbar button:last-child{
	border-bottom-style: solid;
}

.BIX5__Dashboard{
	-ms-user-select: none; 
    -moz-user-select:-moz-none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    user-select:none;
}

.BIX5__Dashboard .CodeMirror{
	height: 100%;
}

.BIX5__CodeEditor *{
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
	font-size:14px;
}

.BIX5__CodeEditor .CodeMirror {
    height: inherit;
}

.BIX5__CodeEditor .CodeMirror *{
    font-size:13px;
    font-family: monospace, "Malgun Gothic", Arial;
}

.BIX5__CodeEditorBackDrop {
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}

.BIX5__CodeEditor .BIX5__Button {
	font-weight: normal;
}

.BIX5__CodeEditor .BIX5__Button.BIX5__undockBtn {
    padding: 9px 20px 6px 10px;
    border:0px;
	border-radius:5px;
	font-size:13px;
	background-color: #eaebee;
	color:#fff;
}

.BIX5__CodeEditor .BIX5__Button.BIX5__undockBtn:hover {
	background-color: #aeaeae;
}

.BIX5__CodeEditor .BIX5__Tab {
    border-top: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    color: #555555;
}

.BIX5__CodeEditor .BIX5__Tab:hover {
    background-color: #eeeeee;
    color: #555555;
}

.BIX5__CodeEditor .bix5ActiveTabStyle {
    background-color: #6670e4;
    color: #FFFFFF;
}

.BIX5__Panel {
}
.BIX5__PanelSkin {
	border-style : solid;
	border-width : 2px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-color : #EEEEEE;
}
.bix5PanelStatus {
	color : #666666;
	overflow : hidden;
	cursor : default;

	-ms-user-select : none;
	-moz-user-select : none;
	-webkit-user-select : none;
	user-select: none;
}
.bix5WidgetTitle {
	font-size: 11px;
	white-space : nowrap;
	overflow : hidden;
	cursor : default;

	-ms-user-select: none; 
    -moz-user-select:-moz-none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    user-select:none;
}

.bix5Clock {
    position: absolute;
    color: #00B5E0;
    font-size: 30px;
    font-family: LCD;
/*     letter-spacing: 7px; */
}

/****
 * SideBar 
 */
.BIX5__SideBar ::-webkit-scrollbar, .BIX5__SideBar2 ::-webkit-scrollbar {
	width: 5px;
}

.BIX5__SideBar ::-webkit-scrollbar-track , .BIX5__SideBar2 ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__SideBar ::-webkit-scrollbar-thumb, .BIX5__SideBar2 ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__SideBar ::-webkit-scrollbar-thumb:hover, .BIX5__SideBar2 ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__SideBar{
	font-size:14px;
	line-height: normal !important;
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
}

.BIX5__SideBar .BIX5__Tab, .BIX5__SideBar2 .BIX5__Tab {
	font-family: inherit;
    background-color: transparent;
    cursor: pointer;
    color: #000000;
    outline: 0;
    border : none;
}

.BIX5__SideBar .bix5ActiveTabStyle, .BIX5__SideBar2 .bix5ActiveTabStyle {
    background-color: #ffffff;
    border-bottom: 2px solid #292929;
    font-weight : 700;
}

.BIX5__SideBar .BIX5__UITextField, .BIX5__SideBar .BIX5__Label, .BIX5__SideBar label, 
.BIX5__SideBar2 .BIX5__UITextField, .BIX5__SideBar2 .BIX5__Label, .BIX5__SideBar2 label {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: normal;
	white-space: nowrap;
	display: inline;
}

.BIX5__SideBar .MenuContainer {
	font-size:14px;
}

.PropertyView .BIX5__ViewStack .MenuContainer {
	font-size:13px;
}

.BIX5__SideBar2 .fixedIcon, .BIX5__SideBar .fixedIcon{
	background: url(pin.png) center no-repeat;
	background-size: contain;
}

.BIX5__SideBar2 .fixedIcon.active, .BIX5__SideBar .fixedIcon.active{
	background: url(pin_active.png) center no-repeat;
	background-size: contain;
}

.BIX5__ExTreeItemRenderer .icon{
	margin-top: 2px;
}

.BIX5__ExTreeItemRenderer .icon.deleteItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.editItem {
	background: url(icons/editItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.itemDelete {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.addItem {
	background: url(icons/addItem.png) center center no-repeat;
}

.BIX5__ExTreeItemRenderer .icon.removeItem {
	background: url(icons/removeItem.png) center center no-repeat;
}
.BIX5__ExTreeItemRenderer .icon.changeBackground {
	background: url(icons/image3.png) center center no-repeat;
}
.BIX5__ExTreeItemRenderer .icon.copy {
	background: url(icons/copy.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.editItem {
	background: url(icons/editItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.noAggregation {
	background: url(icons/addItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.newFile {
	background: url(icons/newFile.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.quick{
	background: url(icons/quickmenu.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.removeItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__FieldTreeItemRenderer .icon.deleteItem {
	background: url(icons/removeItem.png) center center no-repeat;
}

.BIX5__ColumnTreeItemRenderer .icon.selectDatasource {
	background: url(icons/selectDatasource.png) center center no-repeat;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .BIX5__FieldTreeItemRenderer {
	font-size:12px;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .BIX5__ExTreeItemRenderer {
	font-size:12px;
}

.BIX5__SideBar .icon.newLayout,
.BIX5__SideBar2 .icon.newLayout {
	background: url(icons/newLayout.png) center center no-repeat;
	background-size:auto;
	background-color:#ffffff;
}

.BIX5__SideBar .icon.addingLayout,
.BIX5__SideBar2 .icon.addingLayout {
	background: url(icons/layout.png) center center no-repeat;
	background-size:auto;
	background-color:#ffffff;
}
 
.BIX5__WidgetTemplatePreview{
	-webkit-box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
	-moz-box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
	box-shadow: -1px 1px 13px 0px rgba(238,238,238,1);
}

/****
 *	SideBar
 */
 
.BIX5__SideBar * {
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
}
 
.BIX5__SideBar .BIX5__SideBarContent {
	width : calc( 100% - 56px );
	height : 100%;
	float : left;
}

.BIX5__SideBar .BIX5__SideBarContent .BIX5__SideBarTop {
	width : 100%;
	height : 56px;
	border-bottom : none;
	padding: 10px 30px 10px 18px;
	background-color: #424242;
}

.BIX5__SideBar .BIX5__SideBarContent .BIX5__SideBarPropertyView {
	width : 100%;
	height : calc( 100% - 56px );
}

.BIX5__SideBar .BIX5__SideBarMenus {
	width : 56px;
	height: 100%;
	float: right;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__ToggleButtonBar{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	border-radius : 0px;
}

.BIX5__SideBar .BIX5__ComboBox, .BIX5__DateFilterCalendarWrapper .BIX5__ComboBox{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__ExColorPalette{
	text-align : right;
}

.BIX5__SideBar .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
	border-top:none;
	border-right:none;
	border-left:none;
}

.BIX5__SideBar .BIX5__NumericStepper .BIX5__TextInput{
	border: 1px solid #bdbdbd;
}

.BIX5__SideBar .BIX5__NumericStepper *{
	border-radius: 0px;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__SideBarMenuBtn{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	background-color: #424242;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .bix5ActiveToggleButton {
	background-color: #6670e4 !important;
    color: #ffffff;
}

.BIX5__SideBar .BIX5__ToggleButtonBar .BIX5__ButtonBarButton:hover {
	background-color: #eeeeee !important;
	color: #555555 !important;
}

.BIX5__SideBar .BIX5__ToggleButtonBar .BIX5__ButtonBarButton  {
    color: #555555;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton{
	font-size:12px;
	white-space:nowrap;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(1)::after{
	display:block;
	content: "\C704\C82F";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(2)::after{
	display:block;
	content: "\C2AC\B77C\C774\B4DC";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(3)::after{
	display:block;
	content: "\B370\C774\D130";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(4)::after{
	display:block;
	content: "\C124\C815";
}

.BIX5__SideBar .BIX5__ToggleButtonBar.NavBar .BIX5__ButtonBarButton:nth-child(5)::after{
	display:block;
	content: "\c990\aca8\cc3e\ae30";
}

.BIX5__SideBar .BIX5__SideBarTop .BIX5__Label {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 18px;
    padding-top: 7px;
    color:#ffffff;
}

.BIX5__SideBar .BIX5__SideBarMenus .BIX5__ToggleButtonBar .BIX5__ButtonBarButton .BIX5__Label {
	padding:0;
}

.BIX5__CardItem * {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.BIX5__CardItem .header{
	border: 1px solid #dddddd;
}

.BIX5__CardItem .body{
	border: 1px solid #dddddd;
}

.BIX5__CardItem.children .header{
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.BIX5__CardItem.children .body{
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.BIX5__SideBar .BIX5__SideBarContent > .SideBarPropertyView{
	border-right:1px solid #f5f5f5;
	height: calc( 100% - 56px );
}

.BIX5__CategoryTab{
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem{
	margin-top: 21px;
	padding-right:16px;
	font-size:15px;
	color:#616161;
	cursor:pointer;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem:first-child{
	padding-left:18px;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem.active{
	color:#000000;
	font-weight:bold;
}

.BIX5__CategoryTab .BIX5__CategoryTabItem.disabled{
	color:#aaaaaa;
	cursor: not-allowed;
}

.BIX5__CategoryTab .BIX5__activeLine{
	position: absolute;
	padding:0;
	margin: 13px 0 0;
	height:2px;
	transition: all 0.35s ease-in-out 0s;
	border-top: 4px solid #6670e4;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

.BIX5__Root .BIX5__CategoryTab .BIX5__activeLine{
	margin: 14px 0 0;
}

.BIX5__SideBar .MenuContainer{
	padding: 16px 15px 16px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__SideBar .BIX5__WidgetDetailPropertyView .MenuContainer{
	border: none;
}


.BIX5__SideBar .BIX5__ItemBox{
	height:38px;
}

.BIX5__SideBar .BIX5__Button.default, .BIX5__SideBar .BIX5__Button.secondary, .BIX5__SideBar .BIX5__Button.danger{
	padding: 9px 8px 6px 8px;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.aggregationButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton{
	background-color : #ffffff !important;
	border: 1px solid #6670e4 !important;
	color: #000000 !important;
}

.BIX5__SideBar .MenuContainer .BIX5__WidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__ExComboBox .BIX5__Label{
	margin-top:0px;
}

.BIX5__SideBar .MenuContainer .BIX5__GridWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__MapChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .MenuContainer .BIX5__TextWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBar .BIX5__SlideButton {
	padding: 2px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBar .BIX5__SlideButton .BIX5__SlideButton_Thumb{
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBar .BIX5__ColorSelector2 {
	margin: 2px;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.alignButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBar .BIX5__ToggleButtonBar.textDecoButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBar .BIX5__Button.textProperty {
	background-color: rgba(0,0,0,0);
	border : none;
	border-radius:none;
	padding:0;
}

.BIX5__SideBar .BIX5__Button.textProperty:hover {
	background-color: #f1f1f1;
	border-radius:none;
}

/****
 *	SideBarMin
 */
.BIX5__SideBarMin * {
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
	box-sizing: border-box;
}
 
.BIX5__SideBarMin .BIX5__SideBarContent {
	width : 100%;
	height : 100%;
	float : left;
}

.BIX5__SideBarMin .BIX5__SideBarContent .BIX5__SideBarTop {
	width : 100%;
	height : 56px;
	border-bottom : none;
	padding: 10px 30px 10px 18px;
	background-color: #424242;
}

.BIX5__SideBarMin .BIX5__SideBarContent .BIX5__SideBarPropertyView {
	width : 100%;
	height : calc( 100% - 56px );
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__ToggleButtonBar{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	border-radius : 0px;
}

.BIX5__SideBarMin .BIX5__ComboBox{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__ExColorPalette{
	text-align : right;
}

.BIX5__SideBarMin .BIX5__TextInput{
	height:27px;
	border: 1px solid #bdbdbd;
	border-top:none;
	border-right:none;
	border-left:none;
}

.BIX5__SideBarMin .BIX5__NumericStepper .BIX5__TextInput{
	border: 1px solid #bdbdbd;
}

.BIX5__SideBarMin .BIX5__NumericStepper *{
	border-radius: 0px;
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__SideBarMenuBtn{
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left: none;
	background-color: #424242;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.NavBar .bix5ActiveToggleButton {
	background-color: #6670e4 !important;
    color: #ffffff;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar .BIX5__ButtonBarButton:hover {
	background-color: #eeeeee !important;
	color: #555555 !important;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar .BIX5__ButtonBarButton  {
    color: #555555;
}

.BIX5__SideBarMin .BIX5__SideBarTop .BIX5__Label {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 18px;
    padding-top: 7px;
    color:#ffffff;
}

.BIX5__SideBarMin .BIX5__SideBarMenus .BIX5__ToggleButtonBar .BIX5__ButtonBarButton .BIX5__Label {
	padding:0;
}
 
 
.BIX5__SideBarMin .BIX5__SideBarContent > .SideBarPropertyView{
	border-right:1px solid #f5f5f5;
	height: calc( 100% - 56px );
}

.BIX5__SideBarMin .MenuContainer{
	padding: 16px 15px 16px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.BIX5__SideBarMin .BIX5__WidgetDetailPropertyView .MenuContainer{
	border: none;
}

.BIX5__SideBarMin .BIX5__ItemBox{
	height:30px;
}

.BIX5__SideBarMin .BIX5__Button.default{
	padding: 9px 8px 6px 8px;
	background-color: #6670e4;
	border: 1px solid #6670e4;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBarMin .BIX5__Button.danger{
	padding: 9px 8px 6px 8px;
	background-color: #F64E56;
	border: 1px solid #F64E56;
	border-radius: 0;
	color:#ffffff;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar {
	border:none;
	border-radius:0;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.aggregationButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton{
	background-color : #ffffff !important;
	border: 1px solid #6670e4 !important;
	color: #000000 !important;
}

.BIX5__SideBarMin .MenuContainer .BIX5__WidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__ChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__GridWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__MapChartWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .MenuContainer .BIX5__TextWidgetStyleProperty .BIX5__ItemBox .BIX5__Label{
	display: inline-block;
	margin-top:7px;
}

.BIX5__SideBarMin .BIX5__SlideButton {
	padding: 2px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBarMin .BIX5__SlideButton .BIX5__SlideButton_Thumb{
	-webkit-box-shadow: none;
	box-shadow:none;
}

.BIX5__SideBar .BIX5__ColorSelector2, .BIX5__SideBar .BIX5__ColorImageSelector {
	margin: 2px;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.alignButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBarMin .BIX5__ToggleButtonBar.textDecoButtonBar .BIX5__ButtonBarButton.bix5ActiveToggleButton {
	background-color: #f1f1f1!important;
}

.BIX5__SideBarMin .BIX5__Button.textProperty {
	background-color: rgba(0,0,0,0);
	border : none;
	border-radius:none;
	padding:0;
}

.BIX5__SideBarMin .BIX5__Button.textProperty:hover {
	background-color: #f1f1f1;
	border-radius:none;
}

.BIX5__SideBarMin ::-webkit-scrollbar {
	width: 5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__SideBarMin ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__SideBarMin .BIX5__UITextField, .BIX5__SideBarMin .BIX5__Label, .BIX5__SideBarMin label{
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: normal;
	white-space: nowrap;
	display: inline;
	word-break: break-all;
}

/**
 * ColorPanel
 */
.BIX5__ColorPanel * {
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
	outline: none;	
}
.BIX5__ColorPanel .BIX5__CategoryTab .BIX5__activeLine {
	margin-top: 13px;
}

.BIX5__ColorPanel .BIX5__Button.textProperty.selected {
	background-color: #f1f1f1;
	border-radius:none;
}

.BIX5__ColorPanel ::-webkit-scrollbar{
	width: 5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-thumb{
	background: #888;
	border-radius: 2.5px;
}

.BIX5__ColorPanel ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__ColorPanel {
	width:400px;
	height:300px;
	background-color:#ffffff;
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
	font-size:13px;
}
.BIX5__ColorPanel .BIX5__UIElement.transparent {
	background-color:#ffffff;
	border: 1px solid #f1f1f1;	
}
.BIX5__ColorPanel .BIX5__UIElement.transparent2 {
	background-color:#ffffff;
	border: 1px solid #f1f1f1;	
}
.BIX5__ColorPanel .BIX5__UIElement.transparent::before {
    width: 130%;
    height: 0px;
    top: 7px;
    left: -2px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorPanel .BIX5__UIElement.transparent2::before {
    width: 130%;
    height: 0px;
    top: 14px;
    left: -5px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorPanel .BIX5__UploadArea{
	width:100%;
	height:30px;
	background-color: rgba(103, 113, 230, .9);
	color: #ffffff;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:3px;
	cursor: pointer;
}
.BIX5__ColorPanel .BIX5__UploadArea:hover{
	background-color: rgba(103, 113, 230, 1);
}
.BIX5__ColorSelector2.transparent::before, .BIX5__ColorImageSelector.transparent::before{
   	width: 138%;
    height: 0px;
    top: 13px;
    left: -5px;
    border-bottom: 1px solid rgb(226, 68, 68);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
}
.BIX5__ColorPanel .BIX5__ColorPicker {
    box-shadow: none;
    top:0;
}
.BIX5__ColorPanel .BIX5__Label.disabled.noColorLabel{
    color:#aaaaaa;
    font-weight:bold;
}
.BIX5__ColorPanel .transparent.disabled{
    background-color:#aaaaaa;
    border: 1px solid #aaaaaa;
}
.BIX5__ColorPanel .transparent.disabled::before{
    border: 1px solid #aaaaaa;
    left:-4px;
}

.BIX5__ColorPanel .BIX5__ComboBox
, .BIX5__ColorPanel .BIX5__NumericStepper .BIX5__TextInput{
	border: 1px solid #bdbdbd;
	border-radius: 0px;
}

.BIX5__ColorPanel .BIX5__NumericStepper .BIX5__UpButton
, .BIX5__ColorPanel .BIX5__NumericStepper .BIX5__DownButton{
	border-radius: 0px;
}

.BIX5__ColorPanel .BIX5__Item {
	border: 3px solid rgba(0,0,0,0);
}
.BIX5__ColorPanel .BIX5__Item.BIX5__Active {
	border: 3px solid #6670e4;
}

.BIX5__AlertPanel * {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	font-family: "Pretendard-SemiBold", "Malgun Gothic", Arial;
	line-height: normal;
}

.BIX5__AlertPanel .alertPanel {
	background:#ffffff;
	position: absolute;
	display: inline-block;
	text-align: center;
	padding:30px;

	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
	border-radius: 5px;
    
    font-size:13px;
}

.BIX5__AlertPanel .BIX5__Icon {
	margin: 20px 0 30px 0;
}

.BIX5__AlertPanel .msgArea {
	line-height: 1.5;
	word-break: break-word;
	color: #343b80;
    font-size: 18px;
}

.BIX5__AlertPanel .footer {
	width: 100%;
    margin-top: 20px;
}

.BIX5__AlertPanel .btnArea {
	display:flex;
	justify-content: center;
	column-gap: 5px;
}

.BIX5__AlertPanel .BIX5__Button{
	padding: 8px 25px;
    border:0px;
	border-radius:5px;
	font-size: 18px;
	margin: 0 2px;
}

.BIX5__AlertPanel .BIX5__Button.default{
	background-color:#6670e4;
    color: #eeefff;
}

.BIX5__AlertPanel .BIX5__Button.default:hover{
	background-color: #5860c3;
	color: #ffffff;
}

.BIX5__AlertPanel .BIX5__Button.cancel{
	background-color:#ecf0f9;
    color: #626bd9;
}

.BIX5__AlertPanel .BIX5__Button.cancel:hover{
	background-color: #e5e7ff;
	color: #5860c3;
}

.BIX5__ExComboBox2 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding-top: 5px;
	padding-right:24px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #bdbdbd;
	display: flex;
	background: url(combo_down_arrow.png) right 2px center no-repeat;
	cursor: pointer;
	
	min-height: 26px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar, .BIX5__Dashboard ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-track, .BIX5__Dashboard ::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2.5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-thumb, .BIX5__Dashboard ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2.5px;
}

.BIX5__ExComboBox2 ::-webkit-scrollbar-thumb:hover, .BIX5__Dashboard ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.BIX5__ExComboBox2 *{
	font-size:13px;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown{
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
}

.BIX5__Root .BIX5__UIElement li{
	padding:5px;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown .BIX5__searchArea{
	padding: 5px;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown input{
	border: 1px solid #ccc;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown input:focus{
	outline: none;	
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown ul{
	list-style: none;
	margin : 0;
	max-height: 100px;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown li{
	cursor: pointer;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown li.active{
	background-color: #6670e4;
	color:#ffffff;
}

.BIX5__Root .BIX5__UIElement.BIX5__dropdown li:hover{
	background-color: #6670e4;
	color:#ffffff;
}

.BIX5__Button.bx_saveBtn {
	background-color: #ffffff;
	color:#000000;
	font-size:14px;
	line-height:1;
}

.BIX5__Button.bx_saveBtn:hover {
	background-color: #298cfd;
	color:#ffffff;
}

/*********************************
*	MenuBar
*********************************/
.BIX5__BIX5MenuBar * {
	outline: none;
	font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
	-ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    
    cursor:default;
}

.BIX5__BIX5MenuBar{
    background-color:#424242;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
}

.BIX5__BIX5MenuBar .BIX5__Logo{
	display: inline-block;
	margin-right:10px;
}

.BIX5__BIX5MenuBar .BIX5__MenuContainer{
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    height:100%;
}
    
.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem{
	position:relative;
	display:flex;
	font-size: 12px;
	font-weight: bold;
	align-items: center;
	padding:0 4px;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel{
	padding: 7px;
	color: #ffffff;
	border-radius:5px;
	cursor: pointer;    
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:before{
	content: '';
    position: absolute;
    background-color: #f9539e;
    height: 2px; 

    width: 0; 
    bottom: 0;
    transition: 0.7s; 

    left: 50%;
    transform: translateX(-50%) ;
	color:#557eff;
	font-weight:bold;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__Arrow{
	width:10px;
	height:6px;
	margin-left: 5px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='6px' viewBox='0 0 10 6' enable-background='new 0 0 10 6' xml:space='preserve'%3E%3Cpolygon fill='%23FFFFFF' points='9.125,0.998 4.925,5.889 0.725,0.998 '/%3E%3C/svg%3E");
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:hover:before{
	width : 100%;
	color:#557eff;
	font-weight:bold;
	
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel:hover{
	color: #f9539e;
	width : 100%;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem:hover .BIX5__Arrow{
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='6px' viewBox='0 0 10 6' enable-background='new 0 0 10 6' xml:space='preserve'%3E%3Cpolygon fill='%23f9539e' points='9.125,0.998 4.925,5.889 0.725,0.998 '/%3E%3C/svg%3E");
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem .BIX5__MenuItemLabel.BIX5__selected{
	color:#f9539e;
	width : 100%;
}

.BIX5__BIX5MenuBar .BIX5__BIX5MenuBarItem.BIX5__disabled .BIX5__MenuItemLabel{
	color:#AAAAAA;
}

.BIX5__BIX5MenuBar .BIX5__Logo{
	align-self: center;
}

.BIX5__BIX5Menu {
    position: absolute;
    background-color: #f8f9fa;
    background-color: #ffffff;
    border: 0;
    z-index:9999;
    color: #2c2c2c;
    top:100%;
    left: 0;
    box-shadow: 0px 5px 15px 0px rgba(70, 63, 85, 0.1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(70, 63, 85, 0.1);
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-animation: BIX5Menu-animation 0.15s ease-in-out;
    animation: BIX5Menu-animation 0.15s ease-in-out;
}

.BIX5__BIX5Menu.BIX5__BIX5SubMenu{
    left:100%;
    top:0;
    
    -webkit-animation: BIX5SubMenu-animation 0.15s ease-in-out;
    animation: BIX5SubMenu-animation 0.15s ease-in-out;
}

.BIX5__BIX5Menu.BIX5__BIX5SubMenu.right{
    right:100%;
    left:auto;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem {
	padding: 10px 15px;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}        

.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover {
    color:#2622e9;
    background-color: rgba(222,222,222,0.3);
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover .BIX5__MenuIcon svg,
.BIX5__BIX5Menu .BIX5__BIX5MenuItem:hover .BIX5__MenuIcon svg g{
    fill:#2622e9;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem.BIX5__MenuSeperator {
    margin: 3px 0;
    padding: 0;
    height:1px;
    background-color: #EEEDF6;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuIcon {
	width:16px;
	height:16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuLabel {
    font-size:12px;
    font-family: "Pretendard-Medium", "Malgun Gothic", Arial;
    flex-grow: 1;
}

.BIX5__BIX5Menu .BIX5__BIX5MenuItem .BIX5__MenuArrow {
    width: 16px;
    height: 16px;
    background: url(Arrow.png) center no-repeat;
}

.BIX5__Root .ExPanel .BIX5__ContextMenu .BIX5__UITextField{
    padding: 7px;
    color: #000000;
}

.BIX5__GradientText {
	background-clip:text;
	-webkit-background-clip: text;
}

.BIX5__SlideShowPlayer{
	display: inline-block;
	top: calc(100% - 16px);	
	left: calc(100% - 16px);
}

.BIX5__SlideShowPlayer * {
	opacity: 0.1;
}

.BIX5__SlideShowPlayer .BIX5__SlideShowButton {
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 16px;
	border-color: transparent transparent transparent #424242;
	transition: 100ms all ease-out;
	cursor: pointer;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	display:inline-block;
}

.BIX5__SlideShowPlayer .BIX5__SlideShowButton.BIX5__SlideShowPause {
	border-style: double;
	border-width: 0px 0 0px 14px;
}

.BIX5__SlideShowPlayer .BIX5__SlideShowButton:hover{
	opacity: 1;
}

.BIX5__Badge{
	padding:5px;
	background-color:#6670E4;
	color: #ffffff;
	text-align: center;
	border-radius:3px;
}

.BIX5__SlideShowPlayBtn {
	width: 16px;
	height: 16px;
	background:url(icons/playSlideShow.png) no-repeat center;
	cursor: pointer;
}

.BIX5__WidgetPageNavigator .BIX5__PrevBtn{
	width:8px;
	height:13px;
	background:url(Css/slide_left.png) no-repeat center;
	cursor: pointer;
	margin: -1px 5px;
	display: inline-block;
}

.BIX5__WidgetPageNavigator .BIX5__NextBtn{
	width:8px;
	height:13px;
	background:url(Css/slide_right.png) no-repeat center;
	cursor: pointer;
	margin: -1px 5px;
	display: inline-block;
}

.BIX5__WidgetPageNavigator .BIX5__Label{
	display: inline-block;
	font-size: 14px
}

.BIX5__WidgetPageNavigator .BIX5__Slash{
	display: inline-block;
	font-size: 14px;
	margin: -1px 5px;
}

.BIX5__TitleDiv {
	font-family : 'NanumSquareRoundB', 'Malgun Gothic';
	font-size: 18px;
	padding: 16px 4px 2px 4px;
	text-align: center;
	width:100%;
	height: 40px;
}

.BIX5__ComponentHolder {
	height: calc( 100% - 40px ); /** .BIX5__TitleDiv height만큼 빼줘야 합니다 **/
}

.stop-scrolling{
	overflow: hidden!important;	
}

.BIX5__help{
	width:13px;
	height:13px;
	border-width: 1px;
	border-radius: 50%;
	border-color: #343b80;
	border-style: solid;	
	text-align: center;
    display: inline-block;
    margin-left:4px;
}

.BIX5__DateFilterCalendar .BIX5__Button{
    border: none;
    font-weight: normal;
}

.BIX5__DateFilterCalendar table{
    border-collapse: collapse;
}

.BIX5__DateFilterCalendar .BIX5__Button.default, .BIX5__DateFilterCalendar .BIX5__Button.secondary{
    padding: 7px 13px !important;
}

.BIX5__DateFilterCalendar .BIX5__Button.secondary{
	background-color: #ebebeb;
	color: #7d7d7d;
}

.BIX5__DateFilterCalendar .BIX5__Button.secondary:hover{
	background-color: #aeaeae;
	color: #eee;
}

.BIX5__ComboFilterWrapper .BIX5__Button{
    border: none;
    font-weight: normal;
}

.BIX5__ComboFilterWrapper .BIX5__Button.default, .BIX5__ComboFilterWrapper .BIX5__Button.secondary{
    padding: 7px 13px !important;
}

.BIX5__ComboFilterWrapper .BIX5__Button.secondary{
	background-color: #ebebeb;
	color: #7d7d7d;
}

.BIX5__ComboFilterWrapper .BIX5__Button.secondary:hover{
	background-color: #aeaeae;
	color: #eee;
}

/**
* TextWidget
*/
.BIX5__DynamicTextWidget .BIX5__TextPlaceholder {
  color : #ccc !important;
}

.BIX5__DynamicTextWidget .BIX5__ComponentWrapper .BIX5__UIElement.Active {
  border-width : 2px !important;
  border-color : #ccc !important;
  border-style : solid !important;
}

/**
* FilterWidget
*/
.BIX5__DateFilterWidget, .BIX5__ComboBoxFilterWidget {
	font-family:"Pretendard-Medium";
}
.BIX5__FilterDisplayDiv{
	display: flex;
    align-items: center;
    height: 100%;
    padding: 1rem;
    cursor: pointer;
}

.BIX5__FilterArrow{
	width: 20px;
    height: 20px;
    background: url(combo_new_arrow.png) no-repeat center;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: inline-block;
}

.BIX5__clearBtn{
	width: 20px;
    height: 20px;
    background: url(icons/clearItem.png) no-repeat center;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: inline-block;
    cursor: pointer;
}

.BIX5__FilterDisplayLabel{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.BIX5__DateFilterCalendar *, .BIX5__ComboFilterWrapper * {
	font-family:"Pretendard-Medium";
}

.BIX5__DateFilterCalendar .BIX5__ComboBox {
    border: 1px solid #bdbdbd;
}

.BIX5__ComboFilterWrapper .BIX5__CheckItem {
	background-color: transparent;
    padding: .2rem;
}

.BIX5__ComboFilterWrapper .BIX5__ComboBoxFilterItem {
    padding: .2rem;
    font-size:16px;
    display:flex;
    align-items:center;
}

.BIX5__ComboFilterWrapper .BIX5__CheckItem:hover, .BIX5__ComboFilterWrapper .BIX5__CheckItem.BIX5__Active {
    background-color: rgba(0,0,0,.23);
}

.BIX5__ComboFilterWrapper .BIX5__CheckBox {
    display:flex;
    align-items:center;
    font-size:16px;
}

.BIX5__ComboFilterWrapper .BIX5__Button{
	font-weight: normal !important;
}

/* 필터 css */

  /* 필터 안 글자 (선택하세요) */
  .BIX5__ComponentWrapper .BIX5__FilterDisplayDiv div.BIX5__FilterDisplayLabel {
  	font-size: 18px; 
    margin-right: 10px; 
  }
  
  /* 적용버튼 */
  .BIX5__DateFilterCalendarFooter .BIX5__Button.default .BIX5__Label, 
  .BIX5__DateFilterCalendarFooter .BIX5__Button.secondary,
  .BIX5__ComboFilterFooter .BIX5__Label {
    font-size: 14px; 
  }
  
  /* select 색상*/
  .BIX5__ComboFilterWrapper .BIX5__CheckItem:hover {
  	background-color: #d6d9ff; 
  }
  .BIX5__ComboFilterWrapper .BIX5__CheckItem.BIX5__Active {
    background-color: #b4bafc; 
    color: #fff; 
  }
  
  /* 달력 안 글자 */
  .BIX5__DateChooser .BIX5__CalendarLayout tbody tr td{
    padding: 5px; 
    font-size: 14px; 
  }
  
  /* 달력 선택시 색상*/
  .BIX5__DateChooser .BIX5__CalendarLayout .BIX5__CalendarLayout_Selected {
    background-color: #b4bafc; 
  }
    
  /* 달력 헤더 지정 글씨 */
  .BIX5__DateFilterCalendar .BIX5__DateFilterCalendarHeader .BIX5__ComboBox {
    font-size: 14px; 
  }
  
  /* 달력 X 아이콘 margin, 콤보 arrow 아이콘 margin */
  .BIX5__ComponentWrapper div.BIX5__clearBtn, .BIX5__FilterDisplayDiv .BIX5__FilterArrow {
    margin-right: 10px; 
  }
  
  /* 콤보 다중선택 */
  .BIX5__ComboFilterWrapper .BIX5__ComboFilterBody .BIX5__ComboBoxFilterItem input {
    margin-right: 5px; 
  }
  
  /*
  ::-webkit-scrollbar : 스크롤바 영역에 대한 설정
  ::-webkit-scrollbar-thumb : 스크롤바 막대에 대한 설정
  ::-webkit-scrollbar-track  : 스크롤바 뒷 배경에 대한 설정
  */
  
  /* 콤보 스크롤 */
  .BIX5__ComboBoxArea::-webkit-scrollbar {
    width: 7px;
  }
  
  .BIX5__ComboBoxArea::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #b3b4b9; /* 스크롤바의 색상 */
    border-radius: 10px;
  }
  
  .BIX5__ComboBoxArea::-webkit-scrollbar-track {
    background: #ebebeb;  /*스크롤바 뒷 배경 색상*/
  }


/* 필터 css 끝 */

@-webkit-keyframes BIX5Menu-animation {
  from {
    opacity: 0;
    margin-top:-10px;
  }
  to {
    opacity: 1;
    margin-top:0px;
  }
}
@keyframes BIX5Menu-animation {
  from {
     opacity: 0;
    margin-top:-10px;
  }
  to {
    opacity: 1;
    margin-top:0px;
  }
}

@-webkit-keyframes BIX5SubMenu-animation {
  from {
    opacity: 0;
    margin-left:-10px;
  }
  to {
    opacity: 1;
    margin-left:0px;
  }
}
@keyframes BIX5SubMenu-animation {
  from {
    opacity: 0;
    margin-left:-10px;
  }
  to {
    opacity: 1;
    margin-left:0px;
  }
}




@-webkit-keyframes BIX5Popup-animation {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1.0);
    }
    80% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1.0);
    }
}
@keyframes BIX5Popup-animation {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1.0);
    }
    80% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1.0);
    }
}