@charset "UTF-8";

/* 대시보드 bg 분리 */
.large_shadow:has(>.dashboard) {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 대시보드 상단 버튼 wap -> 기존 dev 파일 */

.dashboard_setting_board {
  display: flex;
  justify-content: end;
  column-gap: 10px;
  row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -70px;
  max-width: 700px;
  margin-left : auto;
  @media (max-width : 1300px) {
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: start;
    margin-left : 0;
  }
}

.dashboard_setting_board .icon {
  color: #6c6c6c;
}
.dashboard_setting_board .select_pipe {
  display: inline-block;
  margin-left: 6px;
  margin-right: 4px;
}

.dashboard_setting_board .select_type,
.dashboard_setting_board .select_pipe {
  color: #AAA;
  font-size: 14px;
  font-weight: 500;
}
.dashboard_setting_board .modal-title {
  padding-bottom: 9px;
  padding-left: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-family: 'Pretendard-Regular';
  color: #5C656E;
}

.dashboard_setting_board .modal-body {
  padding: 12px;
}
.dashboard_setting_board .filter-body {
  display: flex; 
  align-items: flex-start;  
}
.dashboard_setting_board .filter-body .list_select {
  display: flex;
  align-items: center;
}
.dashboard_setting_board .filter-content {
  margin-top: 6px;
  width: 56px;
  font-family: 'Pretendard-SemiBold';
} 
.dashboard_setting_board .select_name {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
}

.dashboard_setting_board .select_period {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
  width: 62px;
}

.btn-dashboard_setting_board[name="dashboard_department"],
.btn-dashboard_setting_board[name="dashboard_date"] {
  border-radius: 5px;
  border: 1px solid #DDD;
  /* background: #F7F7F7; */
  background-color: #fff;
  padding: 5px 8px;
}

.btn-dashboard_setting_board[name='dashboard_department']:hover,
.btn-dashboard_setting_board[name='dashboard_date']:hover {
  background: #F3F3F3;
}

.btn-dashboard_setting_board[name='dashboard_department']:active,
.btn-dashboard_setting_board[name='dashboard_date']:active {
  background: rgba(231, 231, 231, 0.91);
}

.btn-dashboard_setting_board[name='dashboard_refresh'] {
  padding: 10px 8px;
  border-radius: 3px;
}

.btn-dashboard_setting_board[name='dashboard_export'] {
  padding: 8px 10px;
  border-radius: 3px;
}

.btn-dashboard_setting_board[name='dashboard_refresh']:hover, 
.btn-dashboard_setting_board[name='dashboard_export']:hover {
  background: #ECECEC;
}

.btn-dashboard_setting_board[name='dashboard_refresh']:active,
.btn-dashboard_setting_board[name='dashboard_export']:active {
  background: #EAEAEA;
}
.dashboard_setting_board .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.dashboard_setting_board .btn_wrap button {
  padding: 3px 10px;
  font-size: 13px;
}


.dashboard-filter-box[name="department"] {
  position: absolute;
  margin-top: 10px;
  padding: 13px 13px 21px;
  z-index: 111;
  width: 336px;
  min-height: 177px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 197, 197, 0.25);
}

.dashboard-filter-box[name="date"] {
  margin-top: 10px;
  position: absolute;
  z-index: 111;
  width: 117px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 197, 197, 0.25);
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-header {
  color: #AAA;
  font-size: 13px;
  width: 100%;
  padding: 12px;
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item {
  color: #222;
  font-size: 13px;
  width: 100%;
  padding: 12px;
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item:hover {
  cursor: pointer;
  background: #F9F9F9;
}

/* .dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item.checked {
  background: #f5f5f5;
  color: #2196F3;
  font-size: 13px;
  font-weight: 500;
  background-image: url("/assets/images/svg/icn_item_checked.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
} */

.dashboard-filter-box[name="department"] .form_select .selectlist .selectlist_group .list_select {
  margin: 0px;
}

.dashboard-filter-box[name="department"] .selectlist_group.setbox {
  display: flex;
  flex-direction: column;
}

.dashboard-filter-box[name="department"] .list_select>a {
  padding: 3px 27px 3px 15px;
  text-align: left;
  color: #AAA;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  width: 208px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #DDD;
  /* background: #FFF; */
 /*  background-image: url("/assets/images/svg/btn_selset_depart_view_under_arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center; */
  overflow: hidden;
}
.dashboard-filter-box[name="department"] .list_select>a + ul {
  width: 208px;
}


.popup_dashboard_sub_name {
  color: #5C656E;
  font-family: 'Pretendard-Medium';
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
}



/* 대시보드 index */
.dashboard.container_area {
  padding-bottom: 44px;
}
.dashboard .content_area {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
}

/* 대시보드 가입 시 */
.dashboard .new_join_area {
  padding: 9px 16px; 
  color: #222; 
  font-size: 13px; 
  font-style: normal; 
  font-weight: 500; 
  line-height: 150%;
}
.dashboard .new_join_area .text_wrap {
  display: flex;
  column-gap: 30px;
  row-gap: 4px;
  flex-wrap: wrap;
}
.dashboard .new_join_area .blue_text {
  color: #2196F3; 
  font-size: 13px;
}
.dashboard .new_join_area .admin-init-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dashboard .new_join_area .admin-init-guide-situation {
  display: flex;
  align-items: center;
}
.dashboard .new_join_area .admin-init-guide-action {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* 대시보드 알림 */
.dashboard .dash_alarm {
  padding: 14px 25px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #E7EAED;
}
.dashboard .alarm_list li {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 20px;
}
.dashboard .alarm_list .text_wrap a:hover {
  text-decoration: underline;
}
.dashboard .alarm_list li:not(:first-child) {
  margin-top: 10px;
}
.dashboard .alarm_list li .text_wrap {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3px;
}
/* 각 알림 icon */
.dashboard .alarm_list .icon_wrap {
  position: relative;
}
.dashboard .alarm_list .icon_wrap .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
/* 바이러스 유입 */
.dashboard .alarm_list .icon_wrap .icon.bug {
  background-color: #FDE1E0;
  color: var(--text-red-color);
}
.dashboard .alarm_list .icon_wrap .icon.bug svg {
  vertical-align: -3px;
}
/* 바이러스 발견 */
.dashboard .alarm_list .icon_wrap .icon.caution {
  background-color: #FDE1E0;
  color: var(--text-red-color);
}
.dashboard .alarm_list .icon_wrap .icon.caution svg {
  vertical-align: -3px;
}
/* 결제 */
.dashboard .alarm_list .icon_wrap .icon.payment {
  background-color: #D6EDFF;
  color: var(--text-blue-color);
}
.dashboard .alarm_list .icon_wrap .icon.payment svg {
  vertical-align: -6px;
}

.dashboard .alarm_list li:not(:last-child) .line {
  position: absolute;
  left: calc(50% - 1px);
  top: 24px;
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background-color: #fff;
}
.dashboard .alarm_list li .time {
  color: #aaa;
}
.dashboard .btn_wrap {
  text-align: center;
}

/* 에이전트 정보 */
.dashboard .dash_top_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  @media (max-width : 1300px) {
    flex-direction: column;
  }
}
.dash_top_wrap > .flex_item {
  flex: 1 !important;
  max-width: 50%;
  @media (max-width : 1300px) {
    max-width: 100%;
  }
}
.dashboard .now_plan_box {
  margin-bottom: 16px;
}
.dashboard .now_plan_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 16px 28px 14px 21px;
  box-sizing: border-box;
  border-radius: 5px;
}
/* 현재 플랜 배경 */
.dashboard .now_plan_box.custom {
  background-color: rgb(243, 241, 252);
}
.dashboard .now_plan_box.all_in_one_plus {
  background-color: #774BDA1A;
}
.dashboard .now_plan_box.all_in_one {
  background-color: #FEEFF1;
}
.dashboard .now_plan_box.standard {
  background-color: #FEF6E0;
}
.dashboard .now_plan_box.free {
  background-color: #f6f6f6;
}
.dashboard .now_plan_box .plan_name {
  font-size: 17px;
  font-weight: 600;
}
/* 현재 플랜 문구 */
.dashboard .now_plan_box.all_in_one_plus .plan_name {
  color: #774BDA;
}
.dashboard .now_plan_box.all_in_one .plan_name {
  color: #E34A61;
}
.dashboard .now_plan_box.standard .plan_name {
  color: #F9A602;
}
.dashboard .now_plan_box.free .plan_name {
  color: #222;
}
/* 유료 기능 체험 */
.dashboard .plan_info .experience {
  display: inline-block;
  margin-left: 10px;
  color: #FF8228;
  font-weight: 600;
  font-size: 12px;
}
.dashboard .plan_info .experience svg {
  margin-bottom: 3px;
  margin-right: 4px;
  font-size: 5px;
}
.dashboard .poc_dot {
  vertical-align: middle; 
  margin: 0px 4px 2px 0px;
}
.dashboard .plan_info .plan_info_name {
  display: flex;
  align-items: center;
}
.dashboard .plan_info .date {
  font-size: 13px;
  color: #555;
}

/* 라이선스 관련 */
.license_wrap {
  display: flex;
  gap: 15px;
  padding-top: 10px;
  margin-bottom: 32px;
  @media (max-width : 767px) {
    flex-wrap: wrap;
  }
}
.license_wrap .num_wrap {
  display: flex;
  gap: 6px;
}
.license_wrap .num_wrap img {
  width: 55px;
}
.license_wrap .num_wrap .text_wrap span {
  display: block;
}
.license_wrap .num_wrap .text_wrap .text {
  font-size: 12px;
  margin-bottom: -6px;
}
.license_wrap .num_wrap .text_wrap .num {
  font-size: 26px;
  font-weight: 700;
}
/* 프로그레스바 영역 */
.license_wrap .progress_wrap {
  width: 100%;
}
.license_wrap .progress_wrap .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
/* 프로그레스바 */
.dashboard .license_wrap .progress {
  height: 8px;
}
.dashboard .license_wrap .progress .progress-bar {
  background-color: #222;
  border-radius: 25px;
}
/* 도넛 그래프 영역 */
.dashboard .donut_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 30px;
  /* margin-bottom: 30px; */
}
.dashboard .donut_item {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.dashboard .donut_item_alarm {
  position: absolute;
  min-width: 100%;
  top: 35px;
  border-radius: 8px;
  font-size: 11px;
}
.dashboard .donut_item_alarm.no_support {
  background-color: #EF535014;
  color: #EF5350;
}
.dashboard .donut_item_alarm.invite {
  background-color: rgba(33, 150, 243, 0.10);
  color: #2196F3;
}
.dashboard .donut_item_alarm a {
  display: inline-block;
  padding: 4px 9px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.donut_item .title {
  display: flex;
  font-size: 15px;
  font-family: 'Pretendard-SemiBold';
  margin-top: 6px;
  margin-bottom: 60px;
  align-items: center;
  @media (max-width : 1476px) {
    margin-top: 30px; /* ! 추가 */
  }
}
html[lang='ja'] .Exosphere.custom--exosecurity .donut_item .title {
  font-family: 'NotoSansJP-SemiBold';
}

.donut_item .title span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #EAEAEA;
  text-align: center;
}
.donut_item .title span svg {
  font-size: 12px;
  vertical-align: -2px;
}
/* 도넛 그래프 */
.donut_graph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.donut_graph .total {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 600;
}

.dashboard .graph_info {
  margin-top: 22px;
}
.dashboard .graph_info > ul > li a {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.dashboard .graph_info > ul > li:not(:last-child) {
  border-bottom: 1px solid #EAEDED;
}
/* 도넛 그래프 범례 */
.dashboard .graph_info .circle {
  font-size: 8px;
  margin-bottom: 2px;
  margin-right: 4px;
}
/* 범례 컬러 */
/* 에이전트 설치 : install */
/* 에이전트 미설치 : not_install */
/* Windows : windows */
/* macOS : mac */
/* Windows : windows */
/* Windows Server : windows_server */
.dashboard .graph_info .circle.install {
  color: #222;
}
.dashboard .graph_info .circle.not_install {
  color: #FF7777;
}
.dashboard .graph_info .circle.windows {
  color: #77A6FE;
}
.dashboard .graph_info .circle.mac {
  color: #4FDDAF;
}
.dashboard .graph_info .circle.windows_server {
  color: #5082DF;
}
/* border 컨텐츠 title */
.dashboard .border_item_box .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .border_item_box .title_wrap .title {
  font-size: 15px;
  font-weight: 600;
}
/* 소식 */
/* 소식 리스트 */
.dashboard .news li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 4px;
  padding: 12px 4px 12px 0;
}
.dashboard .news li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.dashboard .news li .news_title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dashboard .news li .news_title .badge {
  font-size: 12px;
}
.dashboard .news a:hover {
  text-decoration: underline;
}
/* 관리자 페이지 메뉴 바로가기 */
.dashboard .menu_goto_list {
  margin-top: 11px;
}
.dashboard .menu_goto_list li {
  margin-right: 8px;
}
.dashboard .menu_goto_list li:not(:last-child) {
  margin-bottom: 6px;
}
.dashboard .menu_goto_list li a {
  display: flex;
  justify-content: space-between;
}
.dashboard .menu_goto_list li span {
  display: inline-block;
  width: 22px;
  text-align: center;
}
.dashboard .menu_goto_list a span svg {
  font-size: 11px;
  color: #555555;
}
.dashboard .menu_goto_list a:hover span svg {
  color: #222;
}
.dashboard .menu_goto_list a:active span svg {
  color: #000;
}
.dashboard .menu_goto_list a:disabled span svg {
  color: #aaa;
}
.dashboard_menu_shortcut-list {
  overflow: auto;
}
table.table-dashboard_menu_shortcut-list td.no-data {
  height: 73px;
  vertical-align: middle !important;
}
table.table-dashboard_menu_shortcut-list tr td:nth-child(1) > a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  /* width: 480px; */
  vertical-align: -5px;
}
/* 뱃지 업데이트 */
.dashboard .news li .news_title .badge.update {
  background-color: #2196F31A;
  color: #2196F3;
}
/* 뱃지 서버작업 */
.dashboard .news li .news_title .badge.server {
  background-color: #4BBF732D;
  color: #4BBF73;
}
/* 뱃지 이용안내 */
.dashboard .news li .news_title .badge.information {
  background-color: #2222221a;
  color: #222;
}
.dashboard .news li .news_title .text .new {
  display: inline-block;
  padding: 0 3px;
  margin-left: 4px;
  border-radius: 3px;
  vertical-align: 1px;
  background-color: #EF5350;
  color: #fff;
  font-size: 11px;
}
.dashboard .news li .date {
  color: #BEBEBE;
  font-size: 13px;
  margin-left: auto;
}

/* 관리자 페이지 접속 보안 */
.dashboard .function_list {
  margin-top: 11px;
  
}
.dashboard .function_list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.dashboard .function_list li a:hover {
  text-decoration: underline;
}
.dashboard .function_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.dashboard .function_list > li .text_wrap {
  display: flex;
}
.dashboard .function_list > li .text_wrap .img_wrap {
  display: inline-block;
  width: 22px;
}
.dashboard .function_list > li .text_wrap .img_wrap svg {
  height: 12px;
}
.dashboard .function_list > li .result {
  margin-left: auto;
  font-size: 13px;
}
.dashboard .function_list > li .result.color_gray svg {
  font-size: 11px;
}
.dashboard .function_list .circle {
  display: inline-block;
  font-size: 8px;
  vertical-align: 1px;
  margin-right: 5px;
}

/* 일별 에이전트 설치 및 삭제 현황 / 일별 에이전트 활성화 현황 */
.dashboard .dash_bottom_wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  @media (max-width : 1300px) {
    flex-direction: column;
    margin-top: 20px;
  }
}
.dashboard .dash_bottom_wrap .graph_box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 300px !important; */
  margin-top: 15px;
}
.dashboard .dash_bottom_wrap .graph_box canvas {
  max-height: 300px !important;

}

/* 카드 버튼 */
.dashboard .card_btn_box_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 28px;
  @media (max-width : 767px) {
    flex-direction: column;
    max-width: 100%;
  }
}
.dashboard .card_btn_box_wrap > div {
  flex: 1;
  max-width: calc(50% - 10px);
  @media (max-width : 767px) {
    max-width: 100%;
  }
}
.card_btn_box_wrap.m_b_0 {
  margin-bottom: 0;
}
.dashboard .card_btn_box {
  display: block;
  width: 100%;
  height: 93px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 250px;
}
.dashboard .card_btn_box.h-line2 {
  height: 110px;
}

.dashboard a.card_btn_box.a-text {/* span 없이 바로 a>text 인 경우 */
  padding: 14px 25px;
  display: inline-block;
  /* font-weight: 600;
  font-size: 28px; */
  color: #222;
  font-family: 'Pretendard-SemiBold';
}
html[lang='ja'] .Exosphere.custom--exosecurity .dashboard a.card_btn_box.a-text {
  font-family: 'NotoSansJP-SemiBold';
}
.dashboard a.card_btn_box.a-text.gray::after {
/*   display: inline-block;
  margin-left: 4px;
  vertical-align: 2px;
  content: '개';
  font-size: 15px;
  color: #aaa; */
}
.dashboard .card_btn_position {
  position: relative;
}
.dashboard .card_btn_position .card_btn_num {
  display: inline-block;
  margin-top: 8px;
  margin-left: 25px;
  font-weight: 600;
  font-size: 35px;
  color: #222;
  font-family: 'Pretendard-SemiBold';
}
.dashboard .card_btn_position .card_btn_num_count {
  font-weight: 500;
  color: #AAAAAA; 
  font-size: 15px;
}
.dashboard .card_btn_position .card_btn_num::after {
  /* display: inline-block;
  margin-left: 4px;
  vertical-align: 2px;
  content: '대';
  font-size: 15px;
  color: #aaa; */
}
.dashboard .card_btn_position .card_btn_text {
  position: absolute;
  top: 56px;
  left: 25px;
  pointer-events: none;
} 
.dashboard .card_btn_position .card_btn_tool_text {
  position: absolute;
  top: 56px;
  left: 25px;
  line-height: 17px;
  word-break: break-all;
  padding-right: 50px;
} 
html[lang='ja'] .Exosphere.custom--exosecurity .dashboard .card_btn_position .card_btn_tool_text {
  font-size: 12px;
  letter-spacing: -1px;
}
.dashboard .card_btn_position .card_btn_tool_text .tooltip_content {
  min-width: 250px;
}
.dashboard .card_btn_position .card_btn_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  pointer-events: none;
} 
/* 회색 */
.dashboard .card_btn_box.gray {
  background-color: #E7EAED;
  font-size: 28px;
  transition: .3s;
}
/* 회색 영역 효과  */
.dashboard .card_btn_box.gray:hover {
  background-color: #D5D9DD;
}
.dashboard .card_btn_box.gray:active {
  background-color: #BFC5CA;
}
.dashboard .card_btn_box.gray .pc_num {
  font-size: 15px;
  color: #aaa;
  text-align: left;
}

/* 하늘색 영역 효과 */
.dashboard .card_btn_box.sky {
  background-color: #E8F5FF;
  font-size: 24px;
}
.dashboard .card_btn_box.sky + .card_btn_arrow {
  outline: none;
}
.dashboard .card_btn_box.sky:hover {
  background-color: #E1EEF8;
}
.dashboard .card_btn_box.sky:active {
  background-color: #CCDBE6;
}
.dashboard .card_btn_box.sky .pc_num {
  font-size: 24px;
  color: #222;
}
.dashboard .card_btn_box.sky.hover_btn {
  cursor: default !important;
}
.dashboard .card_btn_box.sky.hover_btn:hover, 
.dashboard .card_btn_box.sky.hover_btn:active {
  background-color: #E8F5FF;
}
.dashboard .card_btn_box .pc_num span {
  margin-right: 4px;
  font-weight: 600;
  font-size: 28px;
  color: #222;
  font-family: 'Pretendard-SemiBold';
}
.dashboard .card_btn_box.gray .title {
  margin-top: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
}
.dashboard .card_btn_box.sky .title {
  margin-top: 6px;
  font-weight: 500;
  font-size: 15px;
}
.dashboard .card_btn_box_wrap .card_btn_arrow {
  border-radius: 50%;
  outline: 4px solid #222;
  outline-offset: -3px; /* 테두리를 요소 내부로 이동 */
}
/* 차트 */
.dashboard .chart_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard .border_item_box {
  /* overflow-x: auto; */
  width: 100%;
  /* padding: 17px 22px; */
  border: 1px solid #ddd;
  border-radius: 8px;
  min-width: 235px;
  box-sizing: border-box;
}
.dashboard .box_p {
  padding: 17px 22px;
}
.dashboard .border_item_box.inner_content {
  overflow-x: visible;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
  @media (max-width : 1300px) {
    flex-direction: column;
  }
}
.dashboard .border_item_box .table_area {
  width: calc(50% - 20px);
  @media (max-width : 1300px) {
    width: 100%;
  }
}
/* 대시보드의 테이블 최소넓이 */
.dashboard .border_item_box .item_table .outer_table {
  min-width: 300px;
}

.dashboard .chart_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 17px ;
  font-family: 'Pretendard-SemiBold'
}
html[lang='ja'] .Exosphere.custom--exosecurity .dashboard .chart_title {
  font-family: 'NotoSansJP-SemiBold'
}

.dashboard .chart_title_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: #555;
  color: #fff;
}
.dashboard .chart_title_icon svg {
  /* margin-left: 7px; */

}
.dashboard .chart_title_icon svg.fa-windows {
  /* vertical-align: -5px; */
  font-size: 15px;
}
.dashboard .chart_title_icon svg.fa-apple {
  /* vertical-align: -6px; */
  font-size: 19px;
}
.dashboard .chart_wrap_scroll {
  min-width: 1000px;
  overflow-x: auto;
}
.dashboard .chart_wrap {
  padding: 0 30px;
}
.dashboard .chart_wrap canvas {
  height: 300px !important;
}
.table_area_wrap_dash {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.table_area_wrap_dash .table_area {
  display: flex;
  
  @media (max-width : 1300px) {
    flex-direction: column;
  }
}
.table_area_wrap_dash .table_area.column {
  flex-direction: column;
}
/* * 대시보드 테이블 */
.dashboard .dash_table_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.dashboard .dash_table_wrap .border_item_box {
  width: calc(50% - 10px);
  @media (max-width : 1300px) {
    width: 100%;
  }
}
.dashboard .dash_table_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  /* font-family: 'Pretendard-SemiBold'; */
}
.dashboard .item_table {
  height: 100%;
}
.dashboard .item_table .outer_table {
  min-width: 300px;
}
.dashboard .item_table th:first-child {
  width: 60%;
}
.dashboard .item_table th:last-child {
  width: 40%;
}
.dashboard .item_table .outer_table_head:first-child th:first-child {
  padding: 6px 20px;
}
.dashboard .item_table .outer_table_body .table_item {
  padding: 7px 10px 7px 20px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard .item_table .outer_table_head th {
  padding: 6px 20px;
}

/* 개인(민감)정보 현황 */
.dashboard .dashboard_explaination {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #555;
}
.dashboard .dashboard_explaination img {
  margin-top: 2px;
}
.dashboard .dashboard_explaination .text {
  margin-bottom: 30px;
}

/* 컨텐츠 타이틀 */
.dashboard .title-flex.personal-info-title,
.dashboard .border_item_box .title-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.dashboard .title-flex.personal-info-title .icon ,
.dashboard .border_item_box .title-flex .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 18px;
}
.dashboard .title-flex.personal-info-title .icon svg.shield,
.dashboard .border_item_box .title-flex .icon svg.shield {
  margin-left: 2px;
}
.dashboard .title-flex.personal-info-title .title-text,
.dashboard .border_item_box .title-flex .title-text {
  margin-right: 10px;
  font-weight: 600;
  font-size: 20px;
}
.dash_table_box {
  /* padding-top: 13px; */
}
.info_btn_wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #646464;
  font-size: 14px;
}
.info_btn_wrap a:hover {
  text-decoration: underline;
}
.info_btn_wrap svg {
  color: #646464;
  vertical-align: -3px;
}
.info_btn_wrap a:hover + svg {
  color: #222;
}
.info_btn_wrap a:active + svg {
  color: #000;
}
.flex_gap_20 {
  display: flex;
  gap: 20px;
  @media (max-width : 1300px) {
    flex-direction: column;
  }
}

/* 대시보드 필터 박스 */
/* .dashboard-filter-box {
  position: absolute;
  z-index: 2001;
  width: 336px;
  border-radius: 8px;
  padding: 13px 13px 21px 13px;
  margin-top: 10px;
}
.dashboard-filter-box .filter_title {
  padding-bottom: 9px;
  padding-left: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-family: 'Pretendard-Regular';
  color: #5C656E;
}
.dashboard-filter-box .list {
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-top: 14px;
}
.dashboard-filter-box .list .list_title {
  width: 56px;
  font-family: 'Pretendard-SemiBold';;
}
.dashboard-filter-box .item_select {
  width: 100%;
}
.dashboard-filter-box .select {
  width: calc(100% - 33px);
  margin: 0;
}
.dashboard-filter-box .selected {
  width: 100%;
  
}
.dashboard-filter-box .small_shadow_02 {
  width: calc(100% - 33px);
  max-width: 215px;
}
.dashboard-filter-box .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.dashboard-filter-box .btn_wrap button {
  padding: 3px 10px;
  font-size: 13px;
}
.dashboard-filter-box .item_select .select .selected {
  color: #AAA;
}
.dashboard-filter-box .item_select .select .selected .arrow {
  color: #222;
}
.dashboard-filter-box .item_select .select ul li.default_selected {
  color: #AAA;
}
.dashboard-filter-box .item_select .select ul li:hover {
  color: #222;
} */
/* 기간 선택 버튼 */
.week {
  position: relative;
}

.week .day_list {
  position: absolute;
  z-index: 2001;
  text-align: left;
  left: 0;
  top: 44px;
  width: 100%;
  font-size: 13px;
}
.week .day_list .title_text {
  color: #AAA;
  padding: 10px 14px;
  cursor: default;
}
.week .day_list ul {
}
.week .day_list ul li {
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
}
.week .day_list ul li:hover {
  background-color: #F9F9F9;
}
.week .day_list ul li.active {
  color: #2196F3;
}
.week .day_list ul li.active svg {
  color: #2196F3;
  display: block;
}
.week .day_list ul li svg {
  display: none;
}

/* 대시보드 디테일 팝업 */

.table > tbody {
  vertical-align: middle;
}

/* 기존 dev /기존 class */
.dashboard_plan_board-plan_info-PoC {
  color: #FF8228;
  font-size: 12px;
  vertical-align: middle; 
  margin: 0px 3px 2px 0px;
}
.dashboard_plan_board-plan_info-period {
  font-size: 13px;
  color: #222;
}
/* .btn-dashboard_plan_board {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  border-radius: 100px;
  background: #222;
  color: #F5F5F5;
  font-size: 15px;
  font-weight: 600;
} */
.btn-dashboard_plan_board {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 100px;
  background: #222;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 600;
}

button.btn-dashboard_plan_board {
  padding: 7px 20px;
}

.btn-dashboard_plan_board:hover {
  background: #3D3D3D;
  color: #F5F5F5;
}

.btn-dashboard_plan_board:active {
  background: #383838;
  color: #F5F5F5;
}
/* 대시보드 - 데모 버튼 */
.demo-control-label::before {
  position: absolute;
  display: block;
  width: 34px;
  height: 22px;
  content: "";
  background: #AAA;
}

.demo-control-label:before {
  transition: all 0.3s ease-in-out;
}

.demo-switch .demo-control-label::before {
  pointer-events: all;
  border-radius: 25px;
}

.demo-control-label::after {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: no-repeat 50% / 50% 50%;
  margin: 4px;
}

.demo-switch .demo-control-label::before:checked {
  pointer-events: none;
}

.demo-control-label::after:checked {
  pointer-events: none;
}

.demo-switch .demo-control-label::after {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.demo-control-input:checked~.demo-control-label::before {
  pointer-events: none;
  color: #2196F3;
  border-color: #2196F3;
  background-color: #2196F3;
  box-shadow: none;
}

.demo-switch .demo-control-input:checked~.demo-control-label::after {
  pointer-events: none;
  background-color: #ffffff;
  transform: translateX(0.7rem);
}

.demo-control-label-cover {
  width: 36px;
  height: 21px;
  display: none;
  position: absolute;
  margin-top: -20px;
}

.demo-switch {
  display: inline-block;
  /* margin: 6px 22px 0px 4px; */
}
.demo-control .demo-control-label  {
  padding-left: 0;
  background : none;
  height: 22px;
  margin-top: 4px;
}
.dashboard_setting_board .demo-text {
  line-height: 28px;
  margin-right: 6px;
}

/* 대시보드 - 데모 버튼 */
/* 대시보드 - 라이선스 - 프로그래스 바 */
.progress-dashboard_license {
  appearance: none;
}

.progress-dashboard_license::-webkit-progress-bar {
  background: #EAEAEA;
  border-radius: 10px;
  height: 8px;
}

.progress-dashboard_license::-webkit-progress-value {
  border-radius: 10px;
  background: #222;
  height: 8px;
}

.progress-dashboard_license::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 0;
  animation: license_progress_moving 5s ease forwards;
  cursor: default;
}

@keyframes license_progress_moving {
  0% {
    width: 0px
  }

  100% {
    width: 100%;
  }
}

/* 도넛 상단 상황에 따른 버튼 */
button.btn_agent_install_dashboard {
  border-radius: 5px;
  padding: 6px 8px;
  background: rgba(33, 150, 243, 0.10);
  color: #2196F3;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  text-align: left;
}
button.btn_agent_install_dashboard span {
  display: flex;
  word-break: break-all;
  flex-wrap: nowrap;
  justify-content: space-between;
}
button.btn_agent_install_dashboard:hover {
  background: rgba(33, 150, 243, 0.20);
}

button.btn_agent_install_dashboard:active {
  background: rgba(33, 150, 243, 0.30);
}


a.btn_agent_unsupported_dashboard {
  border-radius: 5px;
  padding: 4px 10px;
  background: rgba(239, 83, 80, 0.10);
  color: #EF5350;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
}
button.btn_agent_unsupported_dashboard span {
  display: flex;
  word-break: break-all;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.btn_agent_unsupported_dashboard:hover {
  background: rgba(239, 83, 80, 0.20);
}

a.btn_agent_unsupported_dashboard:active {
  background: rgba(239, 83, 80, 0.30);
}

/* 뉴스 */
.dashboard_news-list {
  overflow: auto;

}
table.table-dashboard_news-list {
  width: 100%;
}
table.table-dashboard_news-list tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
table.table-dashboard_news-list tr td {
  padding: 12px 0;
}
table.table-dashboard_news-list tr td:nth-child(2) > div:not(.badge_new) {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  /* width: 350px; */
  vertical-align: -5px;
}
table.table-dashboard_news-list tr td:last-child {
  color: #BEBEBE;
  font-size: 13px;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
}
table.table-dashboard_news-list tr td:last-child.no-data {
  padding-top: 60px;
  text-align: center;
}
table.table-dashboard_news-list tr td:has(.news-category) {
  width: 60px;
}

.lang-ja table.table-dashboard_news-list tr td:has(.news-category) {
  width: 85px;
}
  /* 뉴스 카테고리 */
table.table-dashboard_news-list div.news-category {
  font-size: 13px;
  border-radius: 3px;
  padding: 1px 7px;
  display: inline-block;
}

table.table-dashboard_news-list tbody tr td div {
  cursor: pointer;
}

table.table-dashboard_news-list div.news-category[type="1"] {
  color: #4BBF73;
  background: rgba(75, 191, 115, 0.18);
  margin-right: 10px;
}

table.table-dashboard_news-list div.news-category[type="2"] {
  color: #2196F3;
  background: rgba(33, 150, 243, 0.10);
  margin-right: 10px;
}

table.table-dashboard_news-list div.news-category[type="3"] {
  color: #222222;
  background: rgba(34, 34, 34, 0.10);
  margin-right: 10px;
}
.dashboard_access_security .dash-table_list.icon_list tr:not(:last-child) td {
  padding-bottom: 16px;
}
.dash-table_list.icon_list {
  margin-top: 12px;
}
.dash-table_list.icon_list tr:not(:last-child) td {
  padding-bottom: 5px;
}
.dash-table_list.togo-item tr td:last-child {
  width: 40px;
}
.dash-table_list.togo-item tr td:last-child a {
  text-align: center;
  display: block;
}
.dash-table_list tr > td:first-child a:has(.img_wrap) {
  display: flex;
  align-items: top;
  justify-content: left;
  flex-wrap: nowrap;
}
.dash-table_list tr > td:first-child .img_wrap {
  display: inline-block;
  width: 22px;
}
.dash-table_list tr > td:first-child svg {
  height: 12px;
}
.dash-table_list tr > td:last-child {
  text-align: right;
  vertical-align: top;
}
.dash-table_list tr > td:last-child a {
  justify-content: right;
  display: flex;
  gap: 4px;
  align-items: center;
}
img[src*="close_1.svg"] {
  width: 10px;
  margin-top: 3px;
}
/* 대시보드 - 로딩 보드 */
.dashbord_loading {
  padding: 5% 0;
  height: 100%;
}
.dashbord_loading > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.dashbord_loading-1 > .row {
  margin-top: 30px;
}
.dashbord_loading-2 > .row {
  margin-top: 25px;
}
.dashbord_loading-3 > .row {
  margin-top: 25px;
}


/* .dashbord_loading div.col:nth-child(1) {
  text-align: right;
  margin-right: 20px;
} */
.dashbord_loading div.col .text {
  word-break: keep-all;
  white-space: nowrap;
  color: #aaa;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.9px;
}

/* 대시보드 - 로딩 보드 */
/* pc 보안 내역 로딩 110 */
.loading_110_style {
  margin-bottom: 11px;
  margin-top: 20px;
  text-align: center;
  /* width: 100%; */
}
.loading_110_style img {
  line-height: 1.5;
  vertical-align: middle;
  width: 50px;
}
.loading_110_style + .col {
  margin-bottom: 30px;
}


/* 데이터가 없습니다. 가운데 정렬 */
.outer_table tr td[colspan="2"]{
  text-align: center;
}

.dashboard .outer_table tbody tr {
}
.dashboard .outer_table tbody td {
  padding: 7px 10px 7px 20px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard .outer_table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
/* windows/mac icon */
.dashboard .outer_table tbody td div {
  display: inline-block;
  margin-left: 3px;
}
.imgShow-malware-gray {
  background-image: url(/assets/images/svg/icn_bug_gray.svg);
  width: 12px;
  height: 12px;
  background-size: 12px;
}

.imgShow-arrow-right-gray-2 {
  background-image: url(/assets/images/svg/icn_arrow_right_gray.svg);
  width: 10px;
  height: 7px;
  background-size: 20px;
}
/* 차트 */
.chart-area {
  position: relative;
  min-height: 300px !important;
  height: 100%;
  min-width: 940px;
}
.chart-area canvas {
  margin: auto;
  z-index: 2;
  width: 100% !important;
  height: 300px !important;
  display: block;
  cursor: default;
}
.chart-noData {
  font-size: 15px;
  font-family: 'Pretendard-Bold';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
table tbody tr td.no-data {
  color: #999;
  font-size: 13px;
  text-align: left;
}
.dashboard table td.all {
  height: 33px;
  font-size: 13px;
}
.dashboard .item_table .table > tbody tr td:nth-child(n+1) {
  padding: 7px 10px 7px 20px;
}

.number-overview {
  margin-bottom: 3px;
  font-weight: 500;
  color: #5C656E;
  padding: 4px 16px;
  border-radius: 100px;
  background: rgba(92, 101, 110, 0.10);
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.number-overview .sub-text {
  color: #AAA !important;
  font-weight: 500;
  font-size: 15px;
  margin-top: 8px;
}
.dashboard_more {
  display: flex;
  justify-content: end;
  color: #777;
  font-size: 13px;
}
.dashboard_more a {
  display: inline-block;
  height: 28px;
  padding: 4px 8px;
  /* margin-top: 20px; */
  border-radius: 5px;
  transition: .3s;
  box-sizing: border-box;
  color: #777;
}
.dashboard_more a:hover {
  background-color: #EFEFEF;
}
.dashboard_more a:active {
  background-color: #E7E7E7;
}

/* 대시보드 - 로딩 보드 */
.dashbord_loading {
  padding: 11px 18px;
}

/* .dashbord_loading div.col {
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
} */

/* 대시보드 - 로딩 보드 */

.dashboard_popup_search_box {
  display: flex;
  flex-wrap: wrap;
/*   align-items: stretch;
  width: 100%;
  border-radius: 0.5rem;
  transition: all 0.2s ease; */
}

.input-dashboard_popup_search_box {
  width: 160px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;


  font-size: 13px;
  background-image: none;

  padding: 0px 0px 0px 8px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard_popup_search_box:has(.input-dashboard_popup_search_box:focus) {
  outline: 1px solid #2196F3 !important;
  border-radius: 5px;
  border: none;
}
.input-dashboard_popup_search_box:focus {
  outline: none;
}
.dashboard_popup_search_box_btn {
  margin-left: -0.0625rem;
  display: flex;
}

.btn-dashboard_popup_search_box {
  font-size: 15px;
  background-image: none;

  padding: 4px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #aaaaaa;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;

  height: 32px;
  display: inline-block;

  border-radius: 5px;
  border: 1px solid #DDD;
  border-left: 0;
  padding-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dashboard_popup_area {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  /* justify-content: end; */
  /* margin-top: -45px; */
  position: absolute;
  top: 14px;
  right: 34px;

  @media (max-width : 970px) {
    /* justify-content: start; */
    margin-top: 0;
    position: static;
  }
}

.btn-dashboard_popup_csv_download {
  border-radius: 5px;
  border: 1px solid #DDD;
  height: 32px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-dashboard_popup_csv_download:hover {
  background: #F2F2F2;
}

.btn-dashboard_popup_csv_download:active {
  background: #EDECEC;
}

.btn-dashboard_popup_csv_download:disabled {
  background: #EDECEC;
  color: #D2D2D2; 
}

.popup_dashboard_detail_title {
  color: #222;
  font-size: 18px;
}

.popup_dashboard_detail_sub_title {
  margin-left: 2px;
  color: #AAA;
  font-size: 15px;
  font-family: 'Pretendard-Regular';
  font-weight: 400;
}

/* .pagination ul li.pageInfo .pages.addArrowDownBtn.dashboard:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #555555;
  background: transparent;
  display: inline-block;
  margin-left: 1px;
  position: relative;
  bottom: 0;
} */

.dashboard_setting_board .select_type,
.dashboard_setting_board .select_pipe {
  color: #AAA;
  font-size: 14px;
  font-weight: 500;
}

.dashboard_setting_board .select_name {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
}

.dashboard_setting_board .select_period {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
  width: 62px;
}

.dashboard-filter-box[name="date"] {
  margin-top: 10px;
  position: absolute;
  z-index: 111;
  width: 117px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 197, 197, 0.25);
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-header {
  color: #AAA;
  font-size: 13px;
  width: 100%;
  padding: 12px;
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item {
  color: #222;
  font-size: 13px;
  width: 100%;
  padding: 12px;
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item:hover {
  cursor: pointer;
  background: #f1f1f1;
}

.dashboard-filter-box[name="date"] .modal-content .modal-header .dropdown-item.checked {
  background: #f1f1f1;
  color: #2196F3;
  font-size: 13px;
  font-weight: 500;
  background-image: url("/assets/images/svg/icn_item_checked.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
}

.dashboard-filter-box[name="department"] .form_select .selectlist .selectlist_group .list_select {
  margin: 0px;
}

.dashboard-filter-box[name="department"] .filter-body:last-child div.list_select.select:nth-child(n+3){
  margin: 10px 0px 0px 0px !important;
}

.dashboard-filter-box[name="department"] .selectlist_group.setbox {
  display: flex;
  flex-direction: column;
}


.dashboard-filter-box[name="department"] .list_select ul {
  top: 30px;
  left: 0;
}


@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: none;
  width: 11px;
  height: 11px;
  vertical-align: baseline;
  border: 2px solid #FFFFFF;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

button.btn_refresh_new {
  width: 35px;
  height: 35px;
  background-image: url(/assets/images/svg/icn_exclamation_mark_loading.svg);
  margin-top: 12px;
  background-repeat: no-repeat;
}

button.btn_refresh_new:hover {
  background-image: url(/assets/images/svg/btn_refresh_v2-black.svg);
}

button.btn_refresh_new:active {
  background-image: url(/assets/images/svg/btn_refresh_v2.svg);
}
.list_select.dashboard {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_select.dashboard>a {
  width: fit-content;
  text-align: center;
  font-size: inherit;
  color: #555;
  border: none;
  padding: 0px;
  background: none;
  display: inline-block;
  color: #AAA;
  margin-top: -10px;
}

.list_select.dashboard>ul {
  margin-top: 150px;
  min-width: 0;
}

.svg-inline--fa {
  shape-rendering: geometricPrecision;
}

.dashbord_loading img[src*="animation_loading_v2.gif"] {
  width: 29px !important;
  height: 29px;
  margin-top: 10px;
}
.dashbord_loading .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 11px;
  color: var(--Text-Black01, #222);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* 대시보드 기간 선택 + 캘린더 */
.new-date-picker-btn .dashboard-date_more_area {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  @media (max-width : 650px) {
    flex-direction: column;
  }
}

.dashboard-date_more_area .ui-datepicker.ui-widget.ui-widget-content {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 0 !important;
}

.new-date-picker-btn .dashboard-filter-box[name="date"] {
  width: 617px;
  transform: translateX(-50%);

  @media (max-width : 992px) {
    transform: translateX(0);
    left: 20px;
  }

  @media (max-width : 650px) {
    width: 250px;
    transform: translateX(-50%);
    left: 50%;
  }
}

.new-date-picker-btn .modal-header {
  width: 117px;
  background: #fbfbfb;
  border-radius: 8px 0 0 8px;
  @media (max-width : 650px) {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.new-date-picker-btn .dashboard-date_more_area .ui-datepicker-today .ui-state-highlight {
  background-color: #2195f300 !important;
  color: #2196F3 !important;
  font-weight: 600;
}

.new-date-picker-btn .dashboard-date_more_area .ui-datepicker-today .ui-state-highlight.ui-state-active {
  background-color: #2196F333 !important;
  color: #2196F3 !important;
  font-weight: 600;
}
.new-date-picker-btn #datepicker1.disabled, 
.new-date-picker-btn #datepicker2.disabled {
  position: relative;
}
.new-date-picker-btn #datepicker1.disabled::after, 
.new-date-picker-btn #datepicker2.disabled::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.384) !important;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 100;
}
.new-date-picker-btn .datepicker_wrap {
  display: flex;
  @media (max-width : 650px) {
    flex-direction: column;
  }
}
.new-date-picker-btn .datepicker_wrap:hover:has(#datepicker1.disabled) .tooltip_type04 {
  display: block;
}
.new-date-picker-btn .ui-datepicker.ui-widget.ui-widget-content {
  padding: 37px 16px 12px  !important;
}
.new-date-picker-btn #datepicker1,
.new-date-picker-btn #datepicker2 {
  position: relative;
}
.new-date-picker-btn #datepicker1::before {
  content: '시작일';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 13px;
  color: #aaa;
}
.lang-ja .new-date-picker-btn #datepicker1::before {
  content: '開始日';
}
.lang-en .new-date-picker-btn #datepicker1::before {
  content: 'Start Date';
}
.new-date-picker-btn #datepicker2::before {
  content: '종료일';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 13px;
  color: #aaa;
}
.lang-ja .new-date-picker-btn #datepicker2::before {
  content: '終了日';
}
.lang-en .new-date-picker-btn #datepicker2::before {
  content: 'End Date';
}
.dash-sub-etc::after {
  margin-left: 5px;
  content: '개';
  font-weight: 500;
  color: #AAAAAA;
  font-size: 15px;
}
.lang-ja .dash-sub-etc::after  {
  content: '個';
}
.lang-en .dash-sub-etc::after  {
  content: 'EA';
}