.main {
  background-color: #ECF0FA;
  display: flex;
  flex-direction: column;
}
.cursor {
  cursor: pointer;
}
.tooltip-inner {
  padding: 5px;
  border: 1px solid #323232;
  color: #fff;
  border-radius: 0px;
  background-color: #3B4D90;
  white-space: pre-wrap;
  text-align: left;
  max-width: 350px;
}
.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.popUpModalClass .modal-sm {
  width: 350px;
}
.popUpModalClass .modal-sm .popup-head {
  background-color: #222;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
}
.popUpModalClass .modal-sm .popup-head .pull-right {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
}
.popUpModalClass .modal-sm .fr-view {
  font-size: 12px;
}
.popUpModalClass .modal-sm .fr-view .redlink8282 {
  color: red;
  cursor: pointer;
}
.popUpModalClass .modal-sm .fr-view .bluelink8282 {
  color: #00f;
  cursor: pointer;
}
.popUpModalClass .modal-sm .popup-footer {
  text-align: right;
  padding-right: 2px;
  padding-bottom: 2px;
}
.white {
  font-family: 'Noto Sans Korean', sans-serif !important;
  font-weight: normal !important;
  background-color: #ECF0FA;
  /* ---- grid ---- */
  /* clear fix */
}
.white.main-top {
  flex: none;
}
.white.main-top table {
  width: 100%;
  height: 52px;
}
.white.main-top table tr {
  background-color: #0E2A4F;
}
.white.main-top table tr td {
  padding-left: 3px;
  padding-top: 8px;
  text-align: center;
}
.white.main-top .radio-area {
  padding-top: 5px;
  cursor: pointer;
  height: 36px;
}
.white.main-top .radio-area img {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  height: 26px;
}
.white.main-top .btn-area {
  text-align: center;
}
.white.main-top .btn-area .btn {
  background: none;
  outline: 0;
}
.white.main-top .btn-area .btnPrev {
  background: none;
  background-image: url(../images/tb_prev.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
.white.main-top .btn-area .btnNext {
  background: none;
  background-image: url(../images/tb_next.png);
  background-position: 54px 0px;
  background-repeat: no-repeat;
}
.white.main-top .dropdown {
  position: relative;
  display: inline-block;
}
.white.main-top .dropdown-content {
  display: none;
  position: absolute;
  background-color: #F0F6FF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #484848;
  z-index: 1;
}
.white.main-top .dropdown:hover .dropdown-content {
  display: block;
}
.white .calendarlist-area {
  margin: 0px;
  padding: 0px;
  height: 32px;
  width: 415px;
  border: 1px solid #337EFF;
  border-radius: 5px;
  font-size: 12px;
}
.white .calendarlist-area .list {
  list-style: none outside none;
  padding-top: 4px;
  padding-left: 4px;
  width: 415px;
  margin: 0px;
}
.white .calendarlist-area-gmk {
  margin: 0px;
  padding: 0px;
  height: 32px;
  width: 160px;
  border: 1px solid #337EFF;
  border-radius: 5px;
  font-size: 12px;
}
.white .calendarlist-area-gmk .list {
  list-style: none outside none;
  padding-top: 4px;
  padding-left: 4px;
  width: 160px;
  margin: 0px;
}
.white .calendarlist_item {
  width: 48px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding-top: 2px;
  margin-right: 3px;
  float: left;
}
.white .calendarlist_item.false {
  background-image: url(../images/icon_unselect.png);
}
.white .calendarlist_item.true {
  background-image: url(../images/icon_select_move.png);
}
.white .calBtn {
  background-color: #0E2A4F;
  border: 0px;
}
.white .btnToday img {
  vertical-align: middle;
  padding-right: 10px;
}
.white .calendar-top {
  padding-left: 10px;
  padding-right: 10px;
}
.white .calendar-top .date {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.white .calendar-header {
  width: 15.5%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #5D87EB;
  color: #fff;
  position: relative;
  vertical-align: middle !important;
  border: 1px solid #5776A5;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: normal;
}
.white .calendar-header th {
  width: 15.5%;
}
.white .calendar-header:nth-child(7n+1),
.white .calendar-header:nth-child(7n+7) {
  width: 11%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  background-color: #5D87EB;
  border: 1px solid #5776A5;
  color: #fff;
  border-collapse: collapse;
}
.white .calendar-header:nth-child(7n+1) th,
.white .calendar-header:nth-child(7n+7) th {
  width: 11%;
}
.white .calendar-box-main {
  display: inline;
}
.white .calendar-box-main-long {
  max-height: 860px;
  display: block;
}
.white .calendar-box-main-long::-webkit-scrollbar {
  width: 12px;
}
.white .calendar-box-main-long::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .calendar-box-tr-month {
  height: 15%;
}
.white .calendar-box-tr-week {
  height: 100%;
}
.white .calendar-box {
  height: 15%;
  margin: 0px;
  border: 1px solid #D5E0F3;
  background-color: #fff;
}
.white .calendar-box.today .eco-date-month,
.white .calendar-box.today .eco-date {
  border-collapse: collapse;
  border-top: 1px solid #689EFF;
  border-left: 1px solid #689EFF;
  border-right: 1px solid #689EFF;
  background-color: #DFEBFF;
}
.white .calendar-box.today .eco-itemarea-month,
.white .calendar-box.today .eco-itemarea {
  border-collapse: collapse;
  border-bottom: 1px solid #689EFF;
  border-left: 1px solid #689EFF;
  border-right: 1px solid #689EFF;
  background-color: #F2F5FB;
}
.white .calendar-box .eco-date-month {
  height: 11%;
  min-height: 18px;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  border: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #D5E0F3;
  border-collapse: collapse;
  background-color: #F0F6FF;
  color: #484848;
  cursor: pointer;
}
.white .calendar-box .eco-date-month b {
  font-size: 13px;
  font-weight: normal;
}
.white .calendar-box .eco-date {
  min-height: 18px;
  height: 2.5%;
  width: 100%;
  font-weight: normal;
  color: #484848;
  background-color: #F0F6FF;
  padding-top: 3px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}
.white .calendar-box .eco-date b {
  font-size: 13px;
  font-weight: normal;
}
.white .calendar-box .eco-itemarea-month {
  height: 89%;
  overflow-y: auto;
}
.white .calendar-box .eco-itemarea-month::-webkit-scrollbar {
  width: 12px;
}
.white .calendar-box .eco-itemarea-month::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .calendar-box .eco-itemarea {
  height: 97.5%;
  overflow-y: auto;
  border: 1px;
  border-color: black;
  border-collapse: collapse;
}
.white .calendar-box .eco-itemarea::-webkit-scrollbar {
  width: 12px;
}
.white .calendar-box .eco-itemarea::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .calendar-box .eco-item {
  padding-left: 6px;
  padding-top: 2px !important;
  height: 20px;
  overflow: hidden;
  position: relative;
  color: #414453;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
}
.white .calendar-box .calendar-flag {
  height: 13px;
  width: 18px;
  border: 1px solid #eeeeee;
}
.white .calendar-box .calendar-img-s {
  height: 11px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.white .calendar-box .calendar-img {
  height: 12px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.white .calendar-box-long {
  margin: 0px;
  border: 1px solid #D5E0F3;
  background-color: #fff;
  vertical-align: top;
}
.white .calendar-box-long.today .eco-date-month,
.white .calendar-box-long.today .eco-date {
  border-collapse: collapse;
  border-top: 1px solid #689EFF;
  border-left: 1px solid #689EFF;
  border-right: 1px solid #689EFF;
  background-color: #DFEBFF;
}
.white .calendar-box-long.today .eco-itemarea-month,
.white .calendar-box-long.today .eco-itemarea {
  border-collapse: collapse;
  border-bottom: 1px solid #689EFF;
  border-left: 1px solid #689EFF;
  border-right: 1px solid #689EFF;
  background-color: #F2F5FB;
}
.white .calendar-box-long .eco-date-month {
  height: 20px;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  border: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #D5E0F3;
  border-collapse: collapse;
  background-color: #F0F6FF;
  color: #484848;
  cursor: pointer;
}
.white .calendar-box-long .eco-date-month b {
  font-size: 13px;
  font-weight: normal;
}
.white .calendar-box-long .eco-date {
  height: 20px;
  width: 100%;
  font-weight: normal;
  color: #484848;
  background-color: #F0F6FF;
  padding-top: 3px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}
.white .calendar-box-long .eco-date b {
  font-size: 13px;
  font-weight: normal;
}
.white .calendar-box-long .eco-itemarea-month {
  overflow-y: auto;
}
.white .calendar-box-long .eco-itemarea-month::-webkit-scrollbar {
  width: 12px;
}
.white .calendar-box-long .eco-itemarea-month::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .calendar-box-long .eco-itemarea {
  overflow-y: auto;
  border: 1px;
  border-color: black;
  border-collapse: collapse;
}
.white .calendar-box-long .eco-itemarea::-webkit-scrollbar {
  width: 12px;
}
.white .calendar-box-long .eco-itemarea::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .calendar-box-long .eco-item {
  padding-left: 6px;
  padding-top: 2px;
  height: 20px;
  overflow: hidden;
  position: relative;
  color: #414453;
  font-size: 12px;
  font-weight: normal;
}
.white .calendar-box-long .calendar-flag {
  height: 13px;
  width: 18px;
  border: 1px solid #eeeeee;
}
.white .calendar-box-long .calendar-img-s {
  height: 11px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.white .calendar-box-long .calendar-img {
  height: 12px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.white .btnPrev,
.white .btnPrev .btn {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: visible;
  vertical-align: middle;
  color: #333 !important;
  white-space: nowrap;
  border: 0;
  text-decoration: none !important;
  background: url("/media/img/btn_bg.png") 0 -240px no-repeat;
}
.white .btnPrev .btn {
  padding: 0 14px 0 8px;
  cursor: pointer;
  vertical-align: top !important;
  font-size: 12px;
  height: 29px;
  line-height: 31px;
  background-position: 100% -240px;
}
.white .btnNext,
.white .btnNext .btn {
  display: inline-block;
  margin: 0;
  padding: 0 19px 0 0;
  overflow: visible;
  vertical-align: middle;
  color: #333 !important;
  white-space: nowrap;
  border: 0;
  text-decoration: none !important;
  background: url("/media/img/btn_bg.png") 100% -270px no-repeat;
}
.white .btnNext .btn {
  padding: 0 8px 0 14px;
  cursor: pointer;
  vertical-align: top !important;
  font-size: 12px;
  height: 29px;
  line-height: 31px;
  background-position: 0 -270px;
}
.white .btn-area img {
  cursor: pointer ;
}
.white .cursor {
  cursor: pointer !important;
}
.white .ui-sortable-helper {
  cursor: move;
}
.white .floatright {
  float: right;
}
.white .floatleft {
  float: left;
}
.white .carousel {
  height: 140px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ECF0FA;
}
.white .carousel-inner {
  height: 120px;
}
.white .carousel-indicators {
  bottom: 0%;
  height: 20px;
}
.white .carousel-indicators li {
  width: 30px;
  height: 3px;
  border: 0px;
  border-radius: 0;
  background-color: #D7D7D7;
  margin: 0px 5px;
}
.white .carousel-indicators .active {
  width: 30px;
  height: 3px;
  border: 0px;
  border-radius: 0;
  background-color: #5D86EB;
  margin: 0px 5px;
}
.white .calchartbox_slide {
  cursor: pointer;
  height: 100%;
  width: 20%;
  padding: 20px 5px 20px 5px;
  background-color: #ECF0FA;
}
.white .calchartbox_table {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 1px solid #CED4E4;
  background-color: #fff;
}
.white .calchartbox_table td {
  height: 100%;
}
.white .calchartbox_title {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 14px;
  color: #484848;
}
.white .calchartbox_chart {
  width: 80%;
  height: 50px !important;
  text-align: center;
  padding-left: 0px;
}
.white .calchartbox_chart canvas {
  height: 50px !important;
}
.white .cal_diff_up {
  color: #CC3300;
}
.white .cal_diff_down {
  color: #0073ff;
}
.white .cal_diff_same {
  color: #484848;
}
.white .calchartbox_close .ng-binding {
  padding-left: 10px;
  text-align: left;
  font-size: 24px !important;
}
.white .calchartbox_diff .ng-binding {
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 14px !important;
}
.white .left.carousel-control {
  display: none;
}
.white .right.carousel-control {
  display: none;
}
.white table > td > .inner {
  height: 100%;
}
.white .calendar-setup-modal-header {
  height: 32px;
  font-size: 12px;
  padding: 1px;
  background-color: #4454B0;
  color: #fff;
}
.white .calendar-setup-modal-header .close {
  color: #fff;
  opacity: unset;
}
.white .calendar-setup-modal-header .main_icon {
  vertical-align: unset;
}
.white .calendar-setup-modal-header .close_icon {
  font-size: 30px;
  font-weight: 100;
}
.white .calendar-setup-modal-body {
  background-color: #fff;
}
.white .select_calendar_box {
  margin: 0px;
  padding: 5px 0px 0px 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.white .btn-group {
  width: 100%;
}
.white .btn.btn-primary {
  width: 12.5%;
  height: 32px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4454B0 !important;
}
.white .btn.btn-primary:nth-child(1) {
  background-image: url(../images/menu_02_off.png);
}
.white .btn.btn-primary:nth-child(2) {
  background-image: url(../images/menu_03_off.png);
}
.white .btn.btn-primary:nth-child(3) {
  background-image: url(../images/menu_04_off.png);
}
.white .btn.btn-primary:nth-child(4) {
  background-image: url(../images/menu_05_off.png);
}
.white .btn.btn-primary:nth-child(5) {
  background-image: url(../images/menu_06_off.png);
}
.white .btn.btn-primary:nth-child(6) {
  background-image: url(../images/menu_07_off.png);
}
.white .btn.btn-primary:nth-child(7) {
  background-image: url(../images/menu_08_off.png);
}
.white .btn.btn-primary:nth-child(8) {
  background-image: url(../images/menu_01_off.png);
}
.white .btn.btn-primary:nth-child(9) {
  background-image: url(../images/menu_09_off.png);
}
.white .btn.btn-primary input {
  cursor: pointer;
}
.white .btn.btn-primary-GMK {
  width: 12.5%;
  height: 32px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4454B0 !important;
}
.white .btn.btn-primary-GMK:nth-child(1) {
  background-image: url(../images/menu_04_off.png);
}
.white .btn.btn-primary-GMK:nth-child(2) {
  background-image: url(../images/menu_05_off.png);
}
.white .btn.btn-primary-GMK:nth-child(3) {
  background-image: url(../images/menu_09_off.png);
}
.white .btn.btn-primary-GMK input {
  cursor: pointer;
}
.white .btn.btn-primary.active {
  width: 12.5%;
  height: 32px;
}
.white .btn.btn-primary.active:nth-child(1) {
  background-image: url(../images/menu_02_on.png);
}
.white .btn.btn-primary.active:nth-child(2) {
  background-image: url(../images/menu_03_on.png);
}
.white .btn.btn-primary.active:nth-child(3) {
  background-image: url(../images/menu_04_on.png);
}
.white .btn.btn-primary.active:nth-child(4) {
  background-image: url(../images/menu_05_on.png);
}
.white .btn.btn-primary.active:nth-child(5) {
  background-image: url(../images/menu_06_on.png);
}
.white .btn.btn-primary.active:nth-child(6) {
  background-image: url(../images/menu_07_on.png);
}
.white .btn.btn-primary.active:nth-child(7) {
  background-image: url(../images/menu_08_on.png);
}
.white .btn.btn-primary.active:nth-child(8) {
  background-image: url(../images/menu_01_on.png);
}
.white .btn.btn-primary.active:nth-child(9) {
  background-image: url(../images/menu_09_on.png);
}
.white .btn.btn-primary-GMK.active {
  width: 12.5%;
  height: 32px;
}
.white .btn.btn-primary-GMK.active:nth-child(1) {
  background-image: url(../images/menu_04_on.png);
}
.white .btn.btn-primary-GMK.active:nth-child(2) {
  background-image: url(../images/menu_05_on.png);
}
.white .btn.btn-primary-GMK.active:nth-child(3) {
  background-image: url(../images/menu_09_on.png);
}
.white .panel-collapse .collapse .in {
  height: 100px ;
}
.white .panel .panel-body {
  height: 230px;
  overflow-x: auto ;
  padding: 5px;
}
.white .panel .panel-body .ng-scope {
  height: auto;
}
.white .select_calendar_setup_box {
  overflow-y: hidden;
  max-height: 640px;
  padding: 5px;
}
.white .select_calendar_setup_box .calendar-flag {
  height: 13px;
  width: 18px;
  border: 1px solid #eee;
  vertical-align: middle;
}
.white .select_calendar_setup_box img {
  margin-left: 5px;
  vertical-align: unset;
}
.white .select_calendar_setup_box .title {
  padding-bottom: 10px;
  color: #4053B2;
}
.white .select_calendar_setup_box .title_bar_type1 {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 20px;
  height: 26px;
  color: #fff;
  background-color: #7986C9;
}
.white .select_calendar_setup_box .title_bar_type2 {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 5px;
  height: 26px;
  color: #fff;
  background-color: #7986C9;
}
.white .select_calendar_setup_box .title_bar_type2 td {
  font-size: 14px;
}
.white .select_calendar_setup_box .title_bar_type2 .select_calendar_setup_type {
  padding: 0;
}
.white .select_calendar_setup_box::-webkit-scrollbar {
  width: 12px;
}
.white .select_calendar_setup_box::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .select_calendar_setup_type {
  text-align: right;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.white .select_calendar_setup_type button {
  height: 24px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #5D5D5D;
}
.white .select_calendar_setup_type button img {
  margin: 0px;
  padding: 0px;
}
.white .select_calendar_setup_type button:focus {
  outline: 1px;
}
.white .select_calendar_setup_box_market .panel-group .panel {
  margin-top: 0px;
  border: 1px solid #fff;
}
.white .select_calendar_setup_box_market .panel-heading {
  background-color: #7B87C7;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0px;
  padding-left: 20px;
}
.white .select_calendar_setup_box_market .panel-heading .panel-title div {
  font-size: 12px;
}
.white .select_calendar_setup_box_market .panel-heading .panel-title div img {
  height: 11px;
}
.white .select_calendar_setup_box_market .panel-collapse {
  color: #333;
  background-color: #fff;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body {
  border: 0px;
  padding-top: 10px;
  padding-left: 20px;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] {
  display: none;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] + label span {
  height: 24px;
  background: url(../images/checkbox_off.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox]:checked + label span {
  height: 24px;
  cursor: pointer;
  background: url(../images/checkbox_on.png) left top no-repeat;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body::-webkit-scrollbar {
  width: 12px;
}
.white .select_calendar_setup_box_market .panel-collapse .panel-body::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .select_calendar_setup_box_eco {
  color: #333;
  overflow-y: auto;
  height: 500px;
}
.white .select_calendar_setup_box_eco ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.white .select_calendar_setup_box_eco li ul {
  padding-top: 10px;
}
.white .select_calendar_setup_box_eco li ul li {
  padding-bottom: 8px;
}
.white .select_calendar_setup_box_eco .ivh-treeview-twistie-collapsed span {
  background: url(../images/plus.png) left top no-repeat;
}
.white .select_calendar_setup_box_eco .ivh-treeview-twistie-expanded span {
  background: url(../images/minus.png) left top no-repeat;
}
.white .select_calendar_setup_box_eco .ivh-treeview-twistie {
  vertical-align: -webkit-baseline-middle;
}
.white .select_calendar_setup_box_eco .ivh-treeview-checkbox {
  margin: 0;
  vertical-align: middle;
}
.white .select_calendar_setup_box_eco .ivh-treeview-node-label.ng-binding.ivh-treeview-toggle {
  vertical-align: -webkit-baseline-middle;
}
.white .select_calendar_setup_box_eco .ivh-treeview-toggle {
  vertical-align: unset;
  cursor: pointer;
}
.white .select_calendar_setup_box_eco .ivh-treeview-node.ng-scope.ng-isolate-scope.ivh-treeview-node-collapsed {
  padding-bottom: 8px;
}
.white .select_calendar_setup_box_eco .ivh-treeview-node-leaf .ivh-treeview-toggle {
  cursor: auto;
}
.white .select_calendar_setup_box_eco::-webkit-scrollbar {
  width: 12px;
}
.white .select_calendar_setup_box_eco::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .select_calendar_setup_box_eco span {
  padding-top: 4px;
  vertical-align: middle;
}
.white .select_calendar_setup_box_eco ul {
  list-style: none outside none;
}
.white .select_calendar_setup_box_eco .panel-heading {
  background-color: #7B87C7;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0px;
}
.white .select_calendar_setup_box_eco_table {
  width: 100%;
  border: 1px solid #DEE2F6;
}
.white .select_calendar_setup_box_eco_title {
  background-color: #F8F9FD;
  color: #4053B2;
  width: 120px;
  text-align: center;
}
.white .select_calendar_setup_box_body {
  margin: 0px;
  padding: 20px 10px 20px 10px;
  border: 1px solid #DEE2F6;
}
.white .select_calendar_setup_box_body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.white .select_calendar_setup_box_body div input[type=checkbox] {
  display: none;
}
.white .select_calendar_setup_box_body div input[type=checkbox] + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_body div input[type=checkbox] + label span {
  height: 24px;
  background: url(../images/checkbox_off.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.white .select_calendar_setup_box_body div input[type=checkbox]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_body div input[type=checkbox]:checked + label span {
  height: 24px;
  cursor: pointer;
  background: url(../images/checkbox_on.png) left top no-repeat;
}
.white .select_calendar_setup_box_body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.white .select_calendar_setup_box_body div input[type=radio] {
  display: none;
}
.white .select_calendar_setup_box_body div input[type=radio] + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_body div input[type=radio] + label span {
  height: 24px;
  background: url(../images/btn_radio_off.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.white .select_calendar_setup_box_body div input[type=radio]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.white .select_calendar_setup_box_body div input[type=radio]:checked + label span {
  height: 24px;
  cursor: pointer;
  font-weight: normal;
  background: url(../images/btn_radio_on.png) left top no-repeat;
}
.white .select_calendar_setup_box_gov_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_gov_list .box {
  width: 16%;
  float: left;
}
.white .select_calendar_setup_box_9917_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_9917_list .box {
  width: 20%;
  float: left;
}
.white .select_calendar_setup_box_3031_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_3031_list .box {
  width: 16%;
  float: left;
}
.white .select_calendar_setup_box_8718_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_8718_lsit .box {
  width: 16%;
  float: left;
}
.white .select_calendar_setup_box_3457_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_3457_list .box {
  width: 16%;
  float: left;
}
.white .select_calendar_setup_box_bond_list {
  height: 100%;
  width: 100%;
}
.white .select_calendar_setup_box_bond_list .box {
  width: 20%;
  float: left;
}
.white .select_calendar_setup_box_fut_list {
  max-height: 502px;
  margin: 0px;
  padding: 20px 10px 20px 10px;
  border: 1px solid #DEE2F6;
  overflow-y: auto;
  color: #333;
}
.white .select_calendar_setup_box_fut_list ul {
  list-style: none outside none;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-twistie-collapsed span {
  background: url(../images/plus.png) left top no-repeat;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-twistie-expanded span {
  background: url(../images/minus.png) left top no-repeat;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-twistie {
  vertical-align: -webkit-baseline-middle;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-checkbox {
  margin: 0;
  vertical-align: middle;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-node-label.ng-binding.ivh-treeview-toggle {
  vertical-align: -webkit-baseline-middle;
  padding-left: 4px;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-toggle {
  vertical-align: unset;
  cursor: pointer;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-node.ng-scope.ng-isolate-scope.ivh-treeview-node-collapsed {
  padding-bottom: 8px;
}
.white .select_calendar_setup_box_fut_list .ivh-treeview-node-leaf .ivh-treeview-toggle {
  cursor: auto;
}
.white .select_calendar_setup_box_fut_list::-webkit-scrollbar {
  width: 12px;
}
.white .select_calendar_setup_box_fut_list::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .select_calendar_setup_box_fut_list span {
  padding-top: 4px;
  vertical-align: middle;
}
.white .listview-box {
  max-height: 640px;
  /*max-height: calc(calc(100%-78px)-20%);*/
}
.white .listview-box .eco-item {
  height: 24px;
  color: #484848;
  background-color: #fff;
  border-bottom: 1px solid #D5E0F3;
  border-collapse: collapse;
}
.white .listview-box .eco-item.empty {
  background-color: #ECF0FA;
  text-align: center;
  border: 0px;
}
.white .listview-box .eco-item-2x {
  height: 44px;
  color: #484848;
  background-color: #fff;
  border-bottom: 1px solid #D5E0F3;
  border-collapse: collapse;
}
.white .listview-box .eco-item-2x.empty {
  background-color: #ECF0FA;
  text-align: center;
  border: 0px;
}
.white .listview-box .eco-item-3x {
  height: 64px;
  color: #484848;
  background-color: #fff;
  border-bottom: 1px solid #D5E0F3;
  border-collapse: collapse;
}
.white .listview-box .eco-item-3x.empty {
  background-color: #ECF0FA;
  text-align: center;
  border: 0px;
}
.white .listview-box .calendar-flag {
  border: 0px ;
  padding-right: 10px;
}
.white .listviewgrid {
  background: #ECF0FA;
  width: 99%;
  min-height: 76%;
  max-height: 700px;
  overflow-y: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.white .listviewgrid::-webkit-scrollbar {
  width: 12px;
}
.white .listviewgrid::-webkit-scrollbar-thumb {
  background-color: #DFEBFF;
}
.white .listviewgrid:after {
  content: '';
  display: block;
  clear: both;
}
.white .listviewgrid-item {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 345px;
  min-height: 94px;
  /*max-height: 100%;*/
  background: #ECF0FA;
  border: 1px solid #D5E0F3;
}
.white .listviewgrid-item .listviewgrid-item-header-img {
  height: 23px;
  width: 345px;
}
.white .listviewgrid-item:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  cursor: move;
}
.white .listviewgrid-item.is-dragging,
.white .listviewgrid-item.is-positioning-post-drag {
  background: #C90;
  z-index: 2;
}
.white .packery-drop-placeholder {
  outline: 1px dashed hsla(0, 0%, 0%, 0.5);
  outline-offset: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.white .listviewgrid-item-header {
  text-align: center;
  color: #5866AD;
  margin-bottom: 10px;
  height: 24px;
}
.white .calendar-setup-modal-footer {
  height: 52px;
  text-align: center;
  background-color: #fff;
}
.white .calendar-setup-modal-footer button {
  border: 0px;
  padding: 0px;
}
.white .calendar-setup-modal-footer img {
  height: 38px;
  width: 150px;
}
.black {
  font-family: 'Noto Sans Korean', sans-serif !important;
  font-weight: normal !important;
  background-color: #191919;
  /* ---- grid ---- */
  /* clear fix */
}
.black.main-top table {
  width: 100%;
  height: 52px;
}
.black.main-top table tr {
  background-color: #0E2A4F;
}
.black.main-top table tr td {
  padding-left: 3px;
  padding-top: 8px;
  text-align: center;
}
.black.main-top .radio-area {
  padding-top: 5px;
  cursor: pointer;
  height: 36px;
}
.black.main-top .radio-area img {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  height: 26px;
}
.black.main-top .btn-area {
  text-align: center;
}
.black.main-top .btn-area .btn {
  background: none;
}
.black.main-top .btn-area .btnPrev {
  background: none;
  background-image: url(../images/tb_prev.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
}
.black.main-top .btn-area .btnNext {
  background: none;
  background-image: url(../images/tb_next.png);
  background-position: 54px 0px;
  background-repeat: no-repeat;
}
.black.main-top .dropdown {
  position: relative;
  display: inline-block;
}
.black.main-top .dropdown-content {
  display: none;
  position: absolute;
  background-color: #373737;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #FEFEFE;
  z-index: 1;
}
.black.main-top .dropdown:hover .dropdown-content {
  display: block;
}
.black .calendarlist-area {
  margin: 0px;
  padding: 0px;
  height: 32px;
  width: 415px;
  border: 1px solid #337EFF;
  border-radius: 5px;
  font-size: 12px;
}
.black .calendarlist-area .list {
  list-style: none outside none;
  padding-top: 4px;
  padding-left: 4px;
  width: 415px;
  margin: 0px;
}
.black .calendarlist_item {
  width: 48px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding-top: 2px;
  margin-right: 3px;
  float: left;
}
.black .calendarlist_item.false {
  background-image: url(../images/icon_unselect.png);
}
.black .calendarlist_item.true {
  background-image: url(../images/icon_select_move.png);
}
.black .calBtn {
  background-color: #0E2A4F;
  border: 0px;
}
.black .btnToday img {
  vertical-align: middle;
  padding-right: 10px;
}
.black .calendar-top {
  padding-left: 10px;
  padding-right: 10px;
}
.black .calendar-top .date {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.black .calendar-header {
  width: 15.5%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #3B4D90;
  color: #fff;
  vertical-align: middle !important;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: normal;
}
.black .calendar-header th {
  width: 15.5%;
}
.black .calendar-header:nth-child(7n+1),
.black .calendar-header:nth-child(7n+7) {
  width: 11%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  background-color: #3B4D90;
  border: 1px solid black;
  color: #fff;
  border-collapse: collapse;
}
.black .calendar-header:nth-child(7n+1) th,
.black .calendar-header:nth-child(7n+7) th {
  width: 11%;
}
.black .calendar-box-main {
  display: inline;
}
.black .calendar-box-main-long {
  max-height: 860px;
  display: block;
}
.black .calendar-box-main-long::-webkit-scrollbar {
  width: 12px;
}
.black .calendar-box-main-long::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .calendar-box-tr-month {
  height: 15%;
}
.black .calendar-box-tr-week {
  height: 100%;
}
.black .calendar-box-long {
  margin: 0px;
  border: 1px solid #323232;
  background-color: #171717;
  vertical-align: top;
}
.black .calendar-box-long.today .eco-date-month,
.black .calendar-box-long.today .eco-date {
  border-collapse: collapse;
  border-top: 1px solid #2D48D3;
  border-left: 1px solid #2D48D3;
  border-right: 1px solid #2D48D3;
  background-color: #474747;
}
.black .calendar-box-long.today .eco-itemarea-month,
.black .calendar-box-long.today .eco-itemarea {
  border-collapse: collapse;
  border-bottom: 1px solid #2D48D3;
  border-left: 1px solid #2D48D3;
  border-right: 1px solid #2D48D3;
  background-color: #2B2B2B;
}
.black .calendar-box-long .eco-date-month {
  height: 20px;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  border: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #323232;
  border-collapse: collapse;
  background-color: #373737;
  color: #FEFEFE;
  cursor: pointer;
}
.black .calendar-box-long .eco-date-month b {
  font-size: 13px;
  font-weight: normal;
}
.black .calendar-box-long .eco-date {
  height: 20px;
  width: 100%;
  font-weight: normal;
  color: #aeaeae;
  background-color: #373737;
  padding-top: 3px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}
.black .calendar-box-long .eco-date b {
  font-size: 13px;
  font-weight: normal;
}
.black .calendar-box-long .eco-itemarea-month {
  overflow-y: auto;
}
.black .calendar-box-long .eco-itemarea-month::-webkit-scrollbar {
  width: 12px;
}
.black .calendar-box-long .eco-itemarea-month::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .calendar-box-long .eco-itemarea {
  overflow-y: auto;
  border: 1px;
  border-color: #191919;
  border-collapse: collapse;
}
.black .calendar-box-long .eco-itemarea::-webkit-scrollbar {
  width: 12px;
}
.black .calendar-box-long .eco-itemarea::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .calendar-box-long .eco-item {
  padding-left: 6px;
  padding-top: 2px;
  height: 20px;
  overflow: hidden;
  position: relative;
  color: #FEFEFE;
  font-size: 12px;
  font-weight: normal;
}
.black .calendar-box-long .calendar-flag {
  height: 11px;
  width: 16px;
}
.black .calendar-box-long .calendar-img-s {
  height: 11px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.black .calendar-box-long .calendar-img {
  height: 12px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.black .calendar-box {
  height: 15%;
  margin: 0px;
  border: 1px solid #323232;
  border-collapse: collapse;
  background-color: #171717;
}
.black .calendar-box.today .eco-date-month,
.black .calendar-box.today .eco-date {
  border-collapse: collapse;
  border-top: 1px solid #2D48D3;
  border-left: 1px solid #2D48D3;
  border-right: 1px solid #2D48D3;
  background-color: #474747;
}
.black .calendar-box.today .eco-itemarea-month,
.black .calendar-box.today .eco-itemarea {
  border-collapse: collapse;
  border-bottom: 1px solid #2D48D3;
  border-left: 1px solid #2D48D3;
  border-right: 1px solid #2D48D3;
  background-color: #2B2B2B;
}
.black .calendar-box .eco-date-month {
  height: 11%;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  cursor: pointer;
  border: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #323232;
  border-collapse: collapse;
  background-color: #373737;
  color: #FEFEFE;
}
.black .calendar-box .eco-date-month b {
  font-size: 13px;
  font-weight: normal;
}
.black .calendar-box .eco-date {
  height: 2.5%;
  width: 100%;
  font-weight: normal;
  color: #aeaeae;
  background-color: #373737;
  padding-top: 3px;
  margin: 0px;
  cursor: pointer;
  text-align: center;
}
.black .calendar-box .eco-date b {
  font-size: 13px;
  font-weight: normal;
}
.black .calendar-box .eco-itemarea-month {
  height: 89%;
  overflow-y: auto;
  border-color: #191919;
  background-color: #171717;
  color: #FEFEFE;
}
.black .calendar-box .eco-itemarea-month::-webkit-scrollbar {
  width: 12px;
}
.black .calendar-box .eco-itemarea-month::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .calendar-box .eco-itemarea {
  height: 97.5%;
  overflow: auto;
  border: 1px;
  background-color: #171717;
  border-color: #191919;
  border-collapse: collapse;
}
.black .calendar-box .eco-itemarea::-webkit-scrollbar {
  width: 12px;
}
.black .calendar-box .eco-itemarea::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .calendar-box .eco-item {
  padding-left: 6px;
  padding-top: 4px;
  height: 20px;
  overflow: hidden;
  position: relative;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
}
.black .calendar-box .calendar-flag {
  height: 11px;
  width: 16px;
  border: 0px ;
}
.black .calendar-box .calendar-img-s {
  height: 11px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.black .calendar-box .calendar-img {
  height: 12px;
  border: 0px;
  background: none;
  margin-bottom: 2px;
}
.black .btnPrev,
.black .btnPrev .btn {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: visible;
  vertical-align: middle;
  color: #333 !important;
  white-space: nowrap;
  border: 0;
  text-decoration: none !important;
  background: url("/media/img/btn_bg.png") 0 -240px no-repeat;
}
.black .btnPrev .btn {
  padding: 0 14px 0 8px;
  cursor: pointer;
  vertical-align: top !important;
  font-size: 12px;
  height: 29px;
  line-height: 31px;
  background-position: 100% -240px;
}
.black .btnNext,
.black .btnNext .btn {
  display: inline-block;
  margin: 0;
  padding: 0 19px 0 0;
  overflow: visible;
  vertical-align: middle;
  color: #333 !important;
  white-space: nowrap;
  border: 0;
  text-decoration: none !important;
  background: url("/media/img/btn_bg.png") 100% -270px no-repeat;
}
.black .btnNext .btn {
  padding: 0 8px 0 14px;
  cursor: pointer;
  vertical-align: top !important;
  font-size: 12px;
  height: 29px;
  line-height: 31px;
  background-position: 0 -270px;
}
.black .btn-area img {
  cursor: pointer ;
}
.black .cursor {
  cursor: pointer !important;
}
.black .ui-sortable-helper {
  cursor: move;
}
.black .floatright {
  float: right;
}
.black .floatleft {
  float: left;
}
.black .carousel {
  height: 140px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #191919;
}
.black .carousel-inner {
  height: 120px;
}
.black .carousel-indicators {
  bottom: 0%;
  height: 20px;
}
.black .carousel-indicators li {
  width: 30px;
  height: 3px;
  border: 0px;
  border-radius: 0;
  background-color: #D7D7D7;
  margin: 0px 5px;
}
.black .carousel-indicators .active {
  width: 30px;
  height: 3px;
  border: 0px;
  border-radius: 0;
  background-color: #5D86EB;
  margin: 0px 5px;
}
.black .calchartbox_slide {
  cursor: pointer;
  height: 100%;
  width: 20%;
  padding: 20px 5px 20px 5px;
  background-color: #191919;
}
.black .calchartbox_table {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 1px solid #2F2F2F;
  background-color: #2B2B2B;
}
.black .calchartbox_table td {
  height: 100%;
}
.black .calchartbox_title {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 14px;
  color: #FEFEFE;
}
.black .calchartbox_chart {
  width: 100%;
  height: 50px !important;
  text-align: center;
  padding-left: 0px;
}
.black .calchartbox_chart canvas {
  height: 50px !important;
}
.black .cal_diff_up {
  color: #CC3300;
}
.black .cal_diff_down {
  color: #00A5FF;
}
.black .cal_diff_same {
  color: #aeaeae;
}
.black .calchartbox_close .ng-binding {
  padding-left: 10px;
  text-align: left;
  font-size: 24px !important;
}
.black .calchartbox_diff .ng-binding {
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 14px !important;
}
.black .left.carousel-control {
  display: none;
}
.black .right.carousel-control {
  display: none;
}
.black table > td > .inner {
  height: 100%;
}
.black .calendar-setup-modal-header {
  height: 32px;
  font-size: 12px;
  padding: 0px;
  background-color: #4454B0;
  color: #fff;
}
.black .calendar-setup-modal-header .close {
  color: #fff;
  opacity: unset;
}
.black .calendar-setup-modal-header .main_icon {
  vertical-align: unset;
}
.black .calendar-setup-modal-header .close_icon {
  font-size: 30px;
  font-weight: 100;
}
.black .calendar-setup-modal-body {
  background-color: #191919;
}
.black .select_calendar_box {
  margin: 0px;
  padding: 5px 0px 0px 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.black .btn-group {
  width: 100%;
}
.black .btn.btn-primary {
  width: 12.5%;
  height: 32px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4053B2 !important;
}
.black .btn.btn-primary:nth-child(1) {
  background-image: url(../images/menu_02_off_b.png);
}
.black .btn.btn-primary:nth-child(2) {
  background-image: url(../images/menu_03_off_b.png);
}
.black .btn.btn-primary:nth-child(3) {
  background-image: url(../images/menu_04_off_b.png);
}
.black .btn.btn-primary:nth-child(4) {
  background-image: url(../images/menu_05_off_b.png);
}
.black .btn.btn-primary:nth-child(5) {
  background-image: url(../images/menu_06_off_b.png);
}
.black .btn.btn-primary:nth-child(6) {
  background-image: url(../images/menu_07_off_b.png);
}
.black .btn.btn-primary:nth-child(7) {
  background-image: url(../images/menu_08_off_b.png);
}
.black .btn.btn-primary:nth-child(8) {
  background-image: url(../images/menu_01_off_b.png);
}
.black .btn.btn-primary:nth-child(9) {
  background-image: url(../images/menu_09_off_b.png);
}
.black .btn.btn-primary input {
  cursor: pointer;
}
.black .btn.btn-primary.active {
  width: 12.5%;
  height: 32px;
}
.black .btn.btn-primary.active:nth-child(1) {
  background-image: url(../images/menu_02_on.png);
}
.black .btn.btn-primary.active:nth-child(2) {
  background-image: url(../images/menu_03_on.png);
}
.black .btn.btn-primary.active:nth-child(3) {
  background-image: url(../images/menu_04_on.png);
}
.black .btn.btn-primary.active:nth-child(4) {
  background-image: url(../images/menu_05_on.png);
}
.black .btn.btn-primary.active:nth-child(5) {
  background-image: url(../images/menu_06_on.png);
}
.black .btn.btn-primary.active:nth-child(6) {
  background-image: url(../images/menu_07_on.png);
}
.black .btn.btn-primary.active:nth-child(7) {
  background-image: url(../images/menu_08_on.png);
}
.black .btn.btn-primary.active:nth-child(8) {
  background-image: url(../images/menu_01_on.png);
}
.black .btn.btn-primary.active:nth-child(9) {
  background-image: url(../images/menu_09_on.png);
}
.black .panel-collapse .collapse .in {
  height: 100px ;
}
.black .panel .panel-body {
  height: 230px;
  overflow-x: auto ;
  padding: 5px;
}
.black .panel .panel-body .ng-scope {
  height: auto;
}
.black .select_calendar_setup_box {
  overflow-y: hidden;
  max-height: 640px;
  padding: 5px;
}
.black .select_calendar_setup_box .calendar-flag {
  height: 11px;
  width: 16px;
  vertical-align: middle;
}
.black .select_calendar_setup_box img {
  padding-left: 5px;
  vertical-align: unset;
}
.black .select_calendar_setup_box .title {
  padding-bottom: 10px;
  color: #FEFEFE;
}
.black .select_calendar_setup_box .title_bar_type1 {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 20px;
  height: 26px;
  color: #fff;
  background-color: #7986C9;
}
.black .select_calendar_setup_box .title_bar_type2 {
  padding-left: 20px;
  padding-right: 5px;
  height: 26px;
  color: #fff;
  background-color: #7986C9;
}
.black .select_calendar_setup_box .title_bar_type2 td {
  font-size: 14px;
}
.black .select_calendar_setup_box .title_bar_type2 .select_calendar_setup_type {
  padding: 0;
}
.black .select_calendar_setup_box::-webkit-scrollbar {
  width: 12px;
}
.black .select_calendar_setup_box::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .select_calendar_setup_type {
  text-align: right;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.black .select_calendar_setup_type button {
  height: 24px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.black .select_calendar_setup_type button img {
  padding: 0px;
}
.black .select_calendar_setup_type button:focus {
  outline: 1px;
}
.black .select_calendar_setup_box_market .panel-group .panel {
  margin-top: 0px;
  border: 1px solid #171717;
}
.black .select_calendar_setup_box_market .panel-heading {
  background-color: #7986C9;
  color: #FEFEFE;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0px;
  padding-left: 20px;
}
.black .select_calendar_setup_box_market .panel-heading .panel-title div {
  font-size: 12px;
}
.black .select_calendar_setup_box_market .panel-heading .panel-title div img {
  height: 11px;
}
.black .select_calendar_setup_box_market .panel-collapse {
  color: #FEFEFE;
  background-color: #191919;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body {
  border: 0px;
  padding-top: 10px;
  padding-left: 20px;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] {
  display: none;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox] + label span {
  height: 24px;
  background: url(../images/checkbox_off_b.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body div input[type=checkbox]:checked + label span {
  height: 24px;
  cursor: pointer;
  background: url(../images/checkbox_on_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body::-webkit-scrollbar {
  width: 12px;
}
.black .select_calendar_setup_box_market .panel-collapse .panel-body::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .select_calendar_setup_box_eco {
  color: #FEFEFE;
  overflow-y: auto;
  height: 500px;
}
.black .select_calendar_setup_box_eco ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.black .select_calendar_setup_box_eco li ul {
  padding-top: 10px;
}
.black .select_calendar_setup_box_eco li ul li {
  padding-bottom: 8px;
}
.black .select_calendar_setup_box_eco .ivh-treeview-twistie-collapsed span {
  background: url(../images/plus_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_eco .ivh-treeview-twistie-expanded span {
  background: url(../images/minus_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_eco .ivh-treeview-twistie {
  vertical-align: -webkit-baseline-middle;
}
.black .select_calendar_setup_box_eco .ivh-treeview-checkbox {
  margin: 0;
  vertical-align: middle;
}
.black .select_calendar_setup_box_eco .ivh-treeview-node-label.ng-binding.ivh-treeview-toggle {
  vertical-align: -webkit-baseline-middle;
}
.black .select_calendar_setup_box_eco .ivh-treeview-toggle {
  vertical-align: unset;
  cursor: pointer;
}
.black .select_calendar_setup_box_eco .ivh-treeview-node.ng-scope.ng-isolate-scope.ivh-treeview-node-collapsed {
  padding-bottom: 8px;
}
.black .select_calendar_setup_box_eco .ivh-treeview-node-leaf .ivh-treeview-toggle {
  cursor: auto;
}
.black .select_calendar_setup_box_eco::-webkit-scrollbar {
  width: 12px;
}
.black .select_calendar_setup_box_eco::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .select_calendar_setup_box_eco span {
  padding-top: 4px;
  vertical-align: middle;
}
.black .select_calendar_setup_box_eco ul {
  list-style: none outside none;
}
.black .select_calendar_setup_box_eco .panel-heading {
  background-color: #7B87C7;
  color: #fff;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0px;
}
.black .select_calendar_setup_box_eco_table {
  width: 100%;
  border: 1px solid #2F2F2F;
}
.black .select_calendar_setup_box_eco_title {
  background-color: #373737;
  color: #FEFEFE;
  width: 120px;
  text-align: center;
}
.black .select_calendar_setup_box_body {
  margin: 0px;
  padding: 20px 10px 20px 10px;
  border: 1px solid #2F2F2F;
}
.black .select_calendar_setup_box_body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.black .select_calendar_setup_box_body div input[type=checkbox] {
  display: none;
}
.black .select_calendar_setup_box_body div input[type=checkbox] + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_body div input[type=checkbox] + label span {
  height: 24px;
  background: url(../images/checkbox_off_b.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.black .select_calendar_setup_box_body div input[type=checkbox]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_body div input[type=checkbox]:checked + label span {
  height: 24px;
  cursor: pointer;
  background: url(../images/checkbox_on_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_body div span {
  padding-top: 2px;
  vertical-align: middle;
}
.black .select_calendar_setup_box_body div input[type=radio] {
  display: none;
}
.black .select_calendar_setup_box_body div input[type=radio] + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_body div input[type=radio] + label span {
  height: 24px;
  background: url(../images/btn_radio_off_b.png) left top no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
.black .select_calendar_setup_box_body div input[type=radio]:checked + label {
  font-weight: normal;
  margin: 0px;
}
.black .select_calendar_setup_box_body div input[type=radio]:checked + label span {
  height: 24px;
  cursor: pointer;
  font-weight: normal;
  background: url(../images/btn_radio_on_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_gov_list {
  height: 100%;
  width: 100%;
}
.black .select_calendar_setup_box_gov_list .box {
  width: 16%;
  float: left;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_9917_list {
  height: 100%;
  width: 100%;
}
.black .select_calendar_setup_box_9917_list .box {
  width: 20%;
  float: left;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_3031_list {
  height: 100%;
  width: 100%;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_3031_list .box {
  width: 16%;
  float: left;
}
.black .select_calendar_setup_box_8718_list {
  height: 100%;
  width: 100%;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_8718_list .box {
  width: 16%;
  float: left;
}
.black .select_calendar_setup_box_3457_list {
  height: 100%;
  width: 100%;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_3457_list .box {
  width: 16%;
  float: left;
}
.black .select_calendar_setup_box_bond_list {
  height: 100%;
  width: 100%;
}
.black .select_calendar_setup_box_bond_list .box {
  width: 20%;
  float: left;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_fut_list {
  max-height: 502px;
  margin: 0px;
  padding: 20px 10px 20px 10px;
  border: 1px solid #2F2F2F;
  overflow-y: auto;
  color: #FEFEFE;
}
.black .select_calendar_setup_box_fut_list ul {
  list-style: none outside none;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-twistie-collapsed span {
  background: url(../images/plus_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-twistie-expanded span {
  background: url(../images/minus_b.png) left top no-repeat;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-twistie {
  vertical-align: -webkit-baseline-middle;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-checkbox {
  margin: 0;
  vertical-align: middle;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-node-label.ng-binding.ivh-treeview-toggle {
  vertical-align: -webkit-baseline-middle;
  padding-left: 4px;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-toggle {
  vertical-align: unset;
  cursor: pointer;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-node.ng-scope.ng-isolate-scope.ivh-treeview-node-collapsed {
  padding-bottom: 8px;
}
.black .select_calendar_setup_box_fut_list .ivh-treeview-node-leaf .ivh-treeview-toggle {
  cursor: auto;
}
.black .select_calendar_setup_box_fut_list::-webkit-scrollbar {
  width: 12px;
}
.black .select_calendar_setup_box_fut_list::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .select_calendar_setup_box_fut_list span {
  padding-top: 4px;
  vertical-align: middle;
}
.black .listview-box {
  max-height: 640px;
  /*max-height: calc(calc(100%-52px)-20%);*/
}
.black .listview-box .eco-item {
  height: 24px;
  color: #FEFEFE;
  background-color: #191919;
  border-bottom: 1px solid #2F2F2F;
  border-collapse: collapse;
}
.black .listview-box .eco-item.empty {
  background-color: #191919;
  text-align: center;
  border: 0px;
}
.black .listview-box .eco-item-2x {
  height: 44px;
  color: #FEFEFE;
  background-color: #191919;
  border-bottom: 1px solid #2F2F2F;
  border-collapse: collapse;
}
.black .listview-box .eco-item-3x {
  height: 64px;
  color: #FEFEFE;
  background-color: #191919;
  border-bottom: 1px solid #2F2F2F;
  border-collapse: collapse;
}
.black .listview-box .calendar-flag {
  border: 0px ;
  padding-right: 10px;
}
.black .listviewgrid {
  background: #191919;
  width: 99%;
  min-height: 76%;
  max-height: 700px;
  overflow-y: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.black .listviewgrid::-webkit-scrollbar {
  width: 12px;
}
.black .listviewgrid::-webkit-scrollbar-thumb {
  background-color: #292E34;
}
.black .listviewgrid:after {
  content: '';
  display: block;
  clear: both;
}
.black .listviewgrid-item {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 345px;
  min-height: 94px;
  /*max-height: 100%;*/
  background: #191919;
  border: 1px solid #2F2F2F;
}
.black .listviewgrid-item .listviewgrid-item-header-img {
  height: 23px;
  width: 345px;
}
.black .listviewgrid-item:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  cursor: move;
}
.black .listviewgrid-item.is-dragging,
.black .listviewgrid-item.is-positioning-post-drag {
  background: #C90;
  z-index: 2;
}
.black .packery-drop-placeholder {
  outline: 1px dashed hsla(0, 0%, 0%, 0.5);
  outline-offset: -6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.black .listviewgrid-item-header {
  text-align: center;
  color: #AEAEAE;
  background-color: #373737;
  margin-bottom: 10px;
  height: 24px;
}
.black .listviewgrid-item-header.empty {
  background-color: #191919;
}
.black .calendar-setup-modal-footer {
  height: 52px;
  text-align: center;
  background-color: #191919;
}
.black .calendar-setup-modal-footer button {
  border: 0px;
  padding: 0px;
}
