/* * table 디자인 모음 */
.table_wrap {
  border-radius: 8px;
  border: var(--common-border);
  font-size: 14px;
}

.item_table {
  width: 100%;
  overflow-x: auto;
}

.outer_table {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  min-width: 700px;
  table-layout: fixed;
}
.outer_table thead {
border-bottom: 1px solid #eee;
}

/* th 버튼 */
.buttoncursor {
  cursor: pointer;
}
.item_table .outer_table > tbody > tr > td:nth-child(1) {
  padding: 0 10px 0 20px;
}
/* 곽지훈 테이블 공통 */
.item_table .outer_table > tbody > tr > td:nth-child(1):has(.img_icon) { /* 토글 버튼이 들어간 td만 패딩 */
  padding: 13px 10px 13px 20px;
}
.item_table > .table > tbody > tr > td:nth-child(n+2) {
  padding: 0px 10px;
}

.item_table .table > tbody > tr.detail .all_view {
  width: 100%;
}

.item_table .table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_title {
  padding: 2px 10px 2px !important;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 32px;
}

.item_table .table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_title .arrow[lab_name="show_item"], 
.item_table .table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_title.arrow[lab_name="hide_item"] {
  margin: 8px 0px;
  &:hover {
    opacity: 0.4;
  }
}

/* 곽지훈 테이블 별개 */
/* 로그 점검 내역 테이블 간격 */
.item_table .pchealthcheck > thead > tr:nth-child(1) > th:nth-child(4) {
  padding: 0px 10px 0px 100px;
}
.item_table .pchealthcheck > tbody > tr > td:nth-child(8) {
  padding: 0px 10px 0px 100px;
}
table .outer_table_body > td,
table .outer_table_head > th {
  vertical-align: middle;
}

/* 동일한 간격 */
/* th_checkbox와 th_toggle의 개수 제외 카테고리만 */
table .outer_table_head.calc_1 > th {
  width: calc(100% / 1);
}
table .outer_table_head.calc_2 > th {
  width: calc(100% / 2);
}
table .outer_table_head.calc_3 > th {
  width: calc(100% / 3);
}
table .outer_table_head.calc_4 > th {
  width: calc(100% / 4);
}
table .outer_table_head.calc_5 > th {
  width: calc(100% / 5);
}
table .outer_table_head.calc_6 > th {
  width: calc(100% / 6);
}
table .outer_table_head.calc_7 > th {
  width: calc(100% / 7);
}

/* 체크박스/토글 th 고정 */
table .outer_table_head > th.th_checkbox {
  width: 50px !important;
}
table .outer_table_head > th.th_toggle {
  min-width: 80px !important;
  max-width: 80px !important;
}
table .outer_table_head > th.th_setting {
  min-width: 80px !important;
  max-width: 80px !important;
}


/* * 리스트  */
.item_table .outer_table_head {
  color: var(--text-gray-color);
  background-color: var(--table-title-bg);
  font-size: 14px;
}

.item_table .outer_table_head th {
  padding: 9px 10px;
}
/* 점검 결과 요약 타이틀 */
.item_table .outer_table_head:first-child th:first-child {
  border-radius: 8px 0 0 0;
  padding: 9px 10px 9px 20px;
}
.item_table .outer_table_head:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

/* * 소팅 가능한 카테고리 클래스명 */
th.sorting_table {
  cursor: pointer;
}

.item_table .outer_table_head th.nesting_head {
  padding-bottom: 0;
}

.item_table .outer_table_head th.nesting_head_sub {
  padding-top: 5px;
}

/* * 테이블 바디 */
.item_table .outer_table_body {
  border-top: 1px solid #eee;
}

.item_table .outer_table_body .table_item {
  padding: 7px 10px;
}

.item_table .th_checkbox input[type=checkbox],
.item_table .outer_table_body .table_item input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

/* 점검 결과 요약 결과 */

.item_table .outer_table_body .table_item:first-child {
  padding: 7px 10px 7px 20px;
}

.item_table .outer_table_body .table_item.merge_table_padding {
  padding: 7px 10px 7px 20px;
}
.item_table .outer_table_body .table_item[rowspan]:first-child + .table_item {
  padding: 7px 10px 7px 20px;
}

.service .item_table .outer_table_body .table_item {
  height: 46px;
  padding: 7px 10px !important;
}
.service .item_table .outer_table_head th {
  padding: 9px 10px !important;
}

/* * 점검 결과 요약 간격 */
.badge_wrap {
  display: flex;
  justify-content: space-between;
  width: 320px;
}
.outer_table_head .badge_wrap {
  padding: 2px 10px 10px;
}
.table_item .badge_wrap {
  width: 300px;
  display: flex;
}
.table_item .badge_wrap span {
  display: block;
  width: 52px;
  text-align: center;
}
.outer_table_head .badge:last-child {
  margin: 0;
}
.item_table .badge_interval.num {
  text-align: center; 
}
/* * 점검 결과 요약 : 색상 */
.result_color_blue {
  /* 안전 */
  color: var(--text-blue-color);
}

.result_color_red {
  /* 취약 */
  color: var(--text-red-color);
}

.result_color_yellow {
  /* 점검 실패 */
  color: #FA9809;
}

.result_color_black {
  /* 점검불가 */
  color: var(--text-main-color);
}

.result_color_gray {
  /* 점검안함 */
  color: var(--text-gray-color);
}

/* * 이너(inner) 테이블 */
.inner_table_wrap {
  background-color: var(--table-inner-bg);
  font-size: 15px;
  color: #555;
}

.inner_table_wrap .inner_table_area {
  padding: 25px 90px 25px 60px;
  box-sizing: border-box;
}
.inner_table_wrap:last-child .inner_table_area,
.inner_table_wrap:last-child > td {
  border-radius: 0 0 8px 8px ;
}
.inner_table {
  width: 100%;
}
.inner_table th {
  vertical-align: top;
  width: 200px;
  padding-right: 10px;
  color: var(--text-gray-color);
  word-break: keep-all;
}

.inner_table td {
  vertical-align: top;
  word-break: break-all;
  padding-bottom: 8px;
}
.inner_table tr:last-child td:last-child {
  padding-bottom: 0;
}
/* * inner 테이블 흰 박스 */
.inner_table .white_block {
  padding: 7px 17px 7px;
  border-radius: 5px;
  background-color: #fff;
}

.inner_table .white_block:not(:last-child) {
  margin-bottom: 5px;
}

/* * inner 테이블 흰 박스 토글 */
.inner_table .white_block button.toggle {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}

/* * solid */
.inner_table .white_block_border {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ddd;
}

.inner_table .white_block_border_dashed {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px dashed #ddd;
}

.inner_table .white_block_toggle .white_block_toggle_line {
  display: flex;
  gap: 35px;
  padding: 2px 0;
}
.inner_table .white_block_toggle.inner .white_block_toggle_line .white_block_title {
  width: 130px;
}
.inner_table .white_block_toggle.inner .white_block_toggle_line .white_block_text {
  font-size: 13px;
}
.inner_table .white_block_toggle.inner .white_block_toggle_line {
  gap: 10px;
}
.inner_table .white_block_title {
  color: var(--text-gray-color);
  font-size: 13px;
  font-family: 'Pretendard-Regular';
}

/* * inner 테이블 인터넷 평판 바로가기 */
.goto:hover {
  text-decoration: underline;
}

/* * (여러개) inner 테이블 토글 X 흰박스 */
.calc_width_2 > .white_block_text,
.calc_width_2 > .white_block_title {
  width: calc(100% / 2);
  margin: 0 10px;
}

.calc_width_3 > .white_block_text, 
.calc_width_3 > .white_block_title {
  width: calc(100% / 3);
  margin: 0 10px;
}

.calc_width_4 > .white_block_text,
.calc_width_4 > .white_block_title {
  width: calc(100% / 4);
  margin: 0 10px;
}

/* * (여러개일 경우 + 내부 타이틀) 토글 X 흰박스 */
.inner_table .white_block_name {
  margin-bottom: 4px;
}

.inner_table .white_block_name:not(:nth-of-type(1)) {
  margin-top: 10px;
}

/* * 테이블 내 체크박스 */
.item_table input[type=checkbox] {
  border: none;
  accent-color: #000;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* * 테이블 내 글자 자르기 */
.cut_text {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  * th 셀렉트 나오는 경우 */
.outer_table .select_th {
  top: 0;
  height: 100%;
  padding: 13px 10px 13px 6px !important;
}
.outer_table .select_th .select_th_arrow {
  margin-left: 4px;
}

.select_th_option {
  position: absolute;
  padding: 4px;
  margin: 6px 0 0 -1px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: var(--text-gray-color);
  text-align: left;
  z-index: 1000;
}

.select_th_option li {
  padding: 2px 10px;
}

.select_th_option li.default_selected {
  color: var(--text-main-color);
}

.select_th_option li:hover {
  background: #F4F4F4;
  border-radius: 2px;
}
.select_th_option li:active {
  background: #E6E6E6;
  color: var(--text-main-color);
}

/* * 개인(민감)정보 개수 더보기 */
.more_plus .more_plus_img {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFE7E6;
  vertical-align: -3px;
}
.more_plus:hover .more_plus_img {
  background-color: #FFCFCE;
}
.more_plus:active .more_plus_img {
  background-color: #FFB4B3;
}
.more_plus .more_plus_img svg {
  color: #EF5350;
  font-size: 10px;
  vertical-align: 3px;
  margin-left: 3px;
}

/* * 개인민감 정보미포함,포함,실패 아이콘 */
.include {
  width: 14px;
  height: 14px;
}

/* * inner table 내 pogress bar */
.progress_box .progress {
  height: 6px;
}
.progress_box .progress .progress-bar {
  background-color: var(--text-blue-color);
}
.progress_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  row-gap: 1px;
  column-gap: 10px;
  margin-top: 6px;
  font-size: 8pt;
}
.progress_text .text_gap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.progress_text .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.progress_text .circle.circle_blue {
  background-color: var(--text-blue-color);
}
.progress_text .circle.circle_gray {
  background-color: #ddd;
}

/* 테이블 토글 가운데 정렬 */
.table_more {
  text-align: center;
  cursor: pointer;
}

/* * 나눠진 테이블 (연결차단, 읽기전용,허용(파일반출 기록)*/
.divide_th {
  width: 500px;
}
.divide_th span {
  display: inline-block;
  width: calc(100% / 3 - 20px);
}
.divide_td {
  width: 500px;
}
.divide_td span {
  display: inline-block;
  width: calc(100% / 3 - 20px);
}

/* * 사용자 등록 테이블 내 이너 테이블 */
.inner_table.inner_table_half {
  width: 100%;
}
.inner_table.inner_table_half .inner_table_email {
  width: 55%;
}
.icon_gray {
  color: #8F99A2;
  margin-right: 5px;
}


/* 테이블 헤드 내 셀렉트 */
.select_th .select {
  border: none;
}
.select_th .select .selected {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.select_th .select .selected .arrow::after {
  color: #aaa;
  margin-left: 10px;
}

/* 조직도 연동 테이블 */
.linkage_table_wrap {
  background-color: #E7EAED;
  border: none;
  padding: 0 80px 0 22px !important;
  overflow-x: auto !important;
}
.linkage_table_wrap .item_table {
  min-width: 600px;
  margin-top: 13px;
}
.linkage_table_wrap .item_table .outer_table {
  background-color: #E7EAED;
}
.linkage_table_wrap input {
  max-width: 400px;
  border-radius: 3px;
  height: 24px;
  padding: 2px 6px;
  box-sizing: border-box;
}
.linkage_table_wrap .title {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #222 !important;
  font-family: 'Pretendard-SemiBold';
}
.linkage_table_wrap .title span {
  font-weight: 400;
}
.linkage_table_wrap td {
  padding: 5px 0;
  color: #555;
  font-weight: 500;
  font-size: 13px;
}
.linkage_table_wrap tr td:nth-child(odd) {
  padding: 5px 0;
  width: 15%;
} 
.linkage_table_wrap tr td:nth-child(even) {
  width: 35%;
  padding: 5px 40px 5px 5px;
} 
.linkage_table_wrap tr td:nth-child(even) input {
  max-width: 320px;
}
.linkage_table_wrap th .item_row {
  display: flex;
  align-items: center;
}
.linkage_table_wrap .item_row.ldap {
  flex-wrap: nowrap;
  gap: 10px;
}
.linkage_table_wrap .ldap_text {
  display: inline-block;
  width: 50px;
  color: #222;
}
.linkage_table_wrap .ldap_input {
  max-width: 340px;
}
.linkage_table_wrap span.info {
  margin-bottom: 5px;
}
.linkage_table_wrap span.info svg {
  vertical-align: 3px;
}
.inner_table_white_block_table {
  width: 100%;
  font-size: 13px;
}
.inner_table_white_block_table th {
  border-bottom: 1px solid #ddd;
  padding:0 5px 10px 5px;
}
.inner_table_white_block_table td {
  padding-bottom: 0;
  padding: 5px;
}
.inner_table_white_block_table tr:not(:last-child) td {
  border-bottom: 1px dotted #ddd;
}

/* 토글 시 보이는 이너 테이블 내 흰 테이블 */
.inner_white_table_wrap {
  padding: 0 12px;
  background-color: #fff;
  border-radius: 5px;
}
.inner_white_table {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.inner_white_table th {
  border-bottom: 1px solid #ddd;
  padding: 9px 12px 9px 22px;
  font-size: 13px;
}
.inner_white_table td {
  padding: 8px 12px 8px 22px !important;
  
}
.inner_white_table tr:not(:last-child) td {
  border-bottom: 1px dashed #ddd;
} 
.inner_white_table td .white_btn {
  padding: 2px 8px;
} 
.calc_1 td {
  width: calc(100% / 1);
}
.calc_2 td {
  width: calc(100% / 2);
}
.calc_3 td {
  width: calc(100% / 3);
}
.calc_4 td {
  width: calc(100% / 4);
}
.calc_5 td {
  width: calc(100% / 5);
}
.calc_6 td {
  width: calc(100% / 6);
}
.calc_7 td {
  width: calc(100% / 7);
}

.outer_table.pchealthcheck_table th:nth-child(1) {
  width: 20%;
  min-width: 220px;
}
.outer_table.pchealthcheck_table th:nth-child(2) {
  width: 80%;
}
.outer_table.pchealthcheck_table th:nth-child(3) {
  width: 10%;
}

/* 검사 예외 설정 테이블 간격 */

.outer_table.exception_settings th:nth-child(2) {
  width: 20%;
}
.outer_table.exception_settings th:nth-child(3) {
  width: 80%;
}
.outer_table.exception_settings th:nth-child(4) {
  width: 5%;
}
.outer_table.exception_settings th:nth-child(5) {
  width: 5%;
}


.table_content th .menu_list {
  position: relative;
  font-weight: normal;
}
.table_content th .menu_list ul {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 200;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(120, 120, 120, 0.06);
  border-radius: 5px;
  padding: 4px;
  min-width: 140px;
}
.popup_box .table_content th .menu_list ul {
  left: 70px;
}
.table_content th .menu_list ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 6px 10px ;
  font-size: 14px;
  line-height: 1.2;
  color: var(--text-gray-color);
  border-radius: 4px;
  margin: 2px 0;
}
.table_content th .menu_list ul li a:hover {
  background-color: #f4f4f4;
  color: #222;
}

.button-details-table[event='up'] {
  /* background-image: url(/assets/images/svg/chevron-up-solid.svg?ver=24072200); */
  background-image: url(/assets/images/svg/chevron-up-solid-2.svg?ver=24072200);
}
.img_icon {
  vertical-align: middle;
  padding-left: 2px;
}
td:has(.button-details-table) {
  width: 42px !important;
  max-width: 42px !important;
  min-width: 42px;
  padding: 0 !important;
}
.button-details-table {
  padding: 13px 0 !important;
  /* background-image: url(/assets/images/svg/chevron-down-solid.svg?ver=24072200); */
  background-image: url(/assets/images/svg/chevron-down-solid-2.svg?ver=24072200);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  /* width: 100%; */
  height: 16px;
  display: block;
  min-width: 27px;
  text-align: center;
}
.layout_card .area_content .con_table > .table_content > table > tbody > tr > td {
  text-align: center;
  height: 39px;
}

.table_detail {
  background-color: #E7EAED !important;
  
}
.view_data {
  padding: 17px 30px 17px calc(5% - 10px);
}
/* .table_detail table.all_view tr {
  text-align: left;
} */
.table_detail table.all_view > tbody > tr > td {
  font-size: 15px;
  vertical-align: initial;
  line-height: 1.4;
  padding: 7px;
}
.table_detail table.all_view > tbody > tr > td:first-child.font_bold {
  color: #AAA;
  font-family: 'Pretendard-Medium' !important; 
  vertical-align: top;
 
}
.table_detail table.all_view tr td:not(td:first-child) {
  color: #555;
}

/* 테이블 내부 디테일 // 흰색 컨텐츠
- 모듈이 나눠져 있음 수정 시 테이블 제목/컨텐츠 분리해서 스타일주기
*/
.table_detail .detaile { /* 공통 */
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
 
.table_detail .detaile > thead > tr > th {/* 제목 */
  padding: 7px 10px;
  color: #aaa;
  font-size: 14px;
  text-align: left; /* 수정됨! */
  vertical-align: middle;
  word-break: keep-all;
}
.table_detail .detaile > thead > tr > th.pchealthcheck_title {/* 제목 */
  text-align: left;
}
.table_detail .detaile > tbody > tr > th {/* 제목 */
  padding: 7px 10px;
  text-align: left !important;/* 수정됨! */
  color: #aaa;
  font-size: 14px;
  word-break: keep-all;
  border-bottom: 1px solid #eee;
} 
.table_detail .detaile > tbody > tr > td {/* 내용 */
  padding: 7px 10px;
  text-align: left !important;/* 수정됨! */
  color: #555;
  font-size: 14px;
  white-space: wrap !important;
  text-overflow: clip !important;
  overflow: visible !important;
} 
.table_detail .detaile > tbody > tr > td.each {/* 내용 */
  width: calc(100% / 3);
} 
.table_detail .detaile > tbody > tr:not(:last-child) > td {/* 내용 */
  border-bottom: 1px dashed #eee !important;
}
.table_detail .detaile > tbody > tr:first-child > td.font_bold,
.table_detail .detaile > tbody > tr:first-child > th.pchealthcheck_item {/* 제목 */
  padding: 7px 10px;
  color: #aaa;
  font-size: 14px;
  text-align: left !important; /* 수정됨! */
  border-bottom: 1px solid #eee !important;
  vertical-align: middle;
  font-family: 'Pretendard-Regular' !important;
  word-break: keep-all;
}
.table_detail .detaile > thead th {
  position: relative;
}
.table_detail .detaile > tbody tr {
  position: relative;
}
/* 테이블 이너 디테일 > 흰 테이블 끝 */


.policy_table_wrap .table_content > table > tbody > tr:not(.outer_table_head) {
  border-top: solid 1px #eee;
}
.table_content table tr:last-child {
  border-bottom: none;
}
.table_content table tr:last-child td {
  border-bottom: none;
}
.table_content table tr .all_view > tbody > tr  {
  color: #555;
  border-bottom: none !important;
}

.table_inner_list {
  padding: 0 12px;
  background-color: #fff;
  border-radius: 5px;
  font-family: 'Pretendard-Medium' !important; 
}
.table_inner_list span {
  font-family: 'Pretendard-Medium' !important; 
  font-size: 14px;
  font-weight: lighter !important;
  color: #aaa;

}
/* 테이블 내 menu list */
table .menu_list {
  position: static;
}

table .menu_list ul {
  position: absolute;
  z-index: 111;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(120, 120, 120, 0.06);
  border: none;
  overflow: auto;
  -ms-overflow-style: auto;
  margin-top: 10px;
}

table .menu_list ul li a {
  display: block;
  overflow: hidden;
  padding: 7px 20px 7px 6px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 14px;
}

table .menu_list ul li a:hover {
  background: #f5f5f5;
  color: #222 !important;
}

/* 이너 테이블 개별 설정 */
.pchealthcheck .table_detail .detaile > tbody tr::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 0;
}

/* .pchealthcheck .table_detail .detaile > tbody tr:first-child::after {
  border-top: 1px solid #ddd;
} */
/* .pchealthcheck .table_detail .detaile > tbody tr:not(:first-child)::after {
  border-top: 1px dashed #ddd;
} */

.antivirus_malware .table_detail .detaile > tbody td {
  text-align: center;
}

.antivirus_malware .table_detail .detaile > tbody > tr:nth-child(2)::after {
  /* content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  border-top: 1px solid #ddd; */
}
.antivirus_malware .table_detail .detaile > tbody > tr:nth-child(2) td {
  font-size: 15px;
}


/* 곽지훈 컨데이너 테이블  */
.item_table .outer_table > tbody > tr {
  border-top: 1px solid #eee;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.horizontal-list {
  display: flex;
  list-style-type: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.horizontal-list li:not(:last-child) {
  margin-right: 10px; /* Add some spacing between the buttons */
}

table .none_data {
  text-align: center !important;
  padding: 30px 34px !important;
  font-size: 15px;
}

.layout_card .area_content table .table_loading {
  text-align: center !important;
  padding: 20px;
  height: 218px;
}
.layout_card .area_content table .table_loading img {
  margin: 0 auto;
}

/*------------------------------------------------------------
정책설정카드 - 테이블응용형태
- .con_table_no 클래스 사용
------------------------------------------------------------*/
.layout_card .area_content .con_table_no {
  padding: 0 0 20px 0;
}

.layout_card .area_content .con_table_no .table_content {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
}

.layout_card .area_content .con_table_no .table_content table td {
  overflow: visible;
  white-space: normal;
  word-break: break-all;
  line-height: 1.3 !important;
}

.layout_card .area_content .con_table_no .table_content table td>font {
  display: block;
  margin-top: 2px;
}

.layout_card .area_content .con_table_no .board_search_area {
  display: none;
}

/*------------------------------------------------------------
# 툴팁타입01 - 테이블 - 오버플로우항목 - 상세보기
------------------------------------------------------------*/
.tooltip_type01:hover:before {
  content: "" attr(tooltip_text) "";
  position: absolute;
  background: white none repeat scroll 0% 0%;
  line-height: 1.2;
  opacity: 1;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #505050;
  text-align: left;
  word-break: break-all;
  white-space: pre-wrap;
  cursor: text;
  max-width: 80%;
  padding: 8px 12px;
  margin-top: 20px;
  margin-left: -5px;
  z-index: 999; 
  border-radius: 5px;
  transform: translateY(var(--tooltip-translateY));
}
.layout_card.margin_b_40:last-child {
  margin-bottom: 10px;
}
.exception_web_setting thead th:nth-child(3) {
  text-align: center;
}


/* 검사 예외 설정 */
table.exception_scan_setting thead th:nth-child(4){ /* 예외 타이틀 가운데 */
  text-align: center;
}
table.exception_scan_setting > tbody > tr > td:nth-child(3) {
  color: var(--text-gray-color);
}
/* 카테고리 설정 : 카테고리 나눠져 있지 않은 경우 - 실시간 보호 및 예외 정책 */
table.category_setting th:has(>.tit_add) {
  padding: 0 0;
}
table.category_setting .tit_add td.title { /* thead 텍스트 정렬 */
  text-align: left;
  box-sizing: border-box;
}
table.category_setting > tbody > tr > td:not(:first-child) {
  padding: 0 0 !important;
}

/* 확장자 설정 */
table.extension_setting tbody td:has(.toggle) .check_area .toggle {
  margin: 0;
}
/* 카테고리 설정 2 : -> 카테고리 항목 나눠진 경우 */
table.category_setting2 td {
  text-align: left !important;
}

.item_table table.category_setting2.table .outer_table_head:first-child th:last-child {
  padding: 13px 0;
}
.item_table table.category_setting2.table > tbody > tr > td:nth-child(n+2) {
  padding: 0 0;
}
.category_setting2 table.tit_add > tbody tr:first-child td {
  padding: 0;
}
.item_table .category_setting2.outer_table > tbody > tr > td:nth-child(1) {
  padding: 0 10px 0 20px;
}

.toggle_content_box .policy_table_wrap .policy_table_wrap {
  border-top: 1px solid #eee;
}
.toggle_content_box .policy_table_wrap .policy_table_wrap .tit_add .line {
  padding: 0;
}

/* 하드웨어 현황 > 저장소 용량 - 프로그레스 바 */
.graph.barGraph {
  height: 12px;
  width: 100%;
  position: relative;
}
.wrap-barGraph.wrap-barGraph--in-card {
  padding-left: 16px;
  padding-right: 16px;
}
.wrap-barGraph .sec-graph {
  margin-bottom: 10px;
}
.graph.barGraph.bardGraph--wider {
  height: 6px;
}

.graph.barGraph.bardGraph--wider .bar {
  height: 6px;
}
.graph.barGraph .bar.bar-foreground {
  width: auto;
  background-color: #2196f3;
  z-index: 2;
  border-radius: 4px 0 0 4px;
}
.graph.barGraph .bar {
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.graph.barGraph .bar-background.bar-background--lightgray {
  background-color: #DDDDDD;
}
.graph.barGraph .bar.bar-background {
  width: 100%;
  background-color: #ddd;
  z-index: 1;
  border-radius: 4px;
}
.graph-legend .legend-symbol {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-color: #ddd;
  margin-bottom: 3px;
}
.graph-legend .legend-symbol.color-blue {
  background-color: #2196F3;
}
.graph-legend .legend-symbol.color-lightgray {
  background-color: #DDDDDD;
}
.sec-graph-legend {
  display: flex;
  flex-wrap: wrap !important;
  /* align-items: center; */
  font-size: 11px;
  gap: 5px;
  text-align: left;
}

.sec-graph-legend .graph-legend:nth-child(1) { 
  /* order: 3; */
  margin-right: 10px;
}
.sec-graph-legend .graph-legend:nth-child(2) {
  /* order: 2; */
}
.sec-graph-legend .graph-legend:nth-child(3) {
  /* order: 1; */
  margin-left: auto;
}
.graph-legend.col {
  flex: 0 1 auto !important;
}
.sec-graph-legend .font-bold {
  font-family: 'Pretendard-Bold';
  margin-right: 2px;
  margin-left: 2px;
}
/* 하드웨어 현황 , 하드웨어 변경이력 내부 흰 테이블 커스텀 */
.hardware_table.table .table_detail .detaile,
.hardware_change_table.table .table_detail .detaile  {
  background-color: transparent  !important;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view div:first-child tr:first-child th.pchealthcheck_title,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view div:first-child tr:first-child th.pchealthcheck_title {
  padding: 0 17px 4px 0 !important;
  text-align: left;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_title,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_title {
  background-color: #E7EAED !important ;
  text-align: left;
  padding: 10px 17px 4px 0 !important;
  border-radius: 0 !important;
  line-height: 1;
  color: #555;
  
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item:first-child,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item:first-child {
  border-radius: 5px 0 0 0 ;
  overflow: hidden;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item:last-child,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item:last-child {
  border-radius: 0 5px 0 0 ;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item,
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_info"] div .detaile td,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view th.pchealthcheck_item,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_change_info"] div .detaile td {
  background-color: #fff;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_info"] div .detaile tr:not(:last-child) td,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_change_info"] div .detaile tr:not(:last-child) td {
  border-bottom: 1px dashed #fff !important;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_info"] div .detaile tr:last-child td:first-child,
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_change_info"] div .detaile tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.hardware_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_info"] div .detaile tr:last-child td:last-child, 
.hardware_change_table.table > tbody > tr.detail > td.table_detail table.all_view [name="hardware_change_info"] div .detaile tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  
} 

/* 검사 규칙 설정 - 개인정보 패턴 스타일 */
.rule_settings_table > tbody > tr:not(:first-child) {
  border-top: 1px solid #ddd;
}
/* 정책 설정 > 랜섬웨어 방지 > 실시간 보호 및 예외 정책 window */
.exception_scan_setting_margin .radio.item_warp.item_row.justify_content_sb {
  margin-top: -40px;
  @media (max-width : 1300px) {
    margin-top: 10px;
  }
}

/* 애플리케이션 제어 내역 > 파일 반출 제어내역, 클라우드 파일 동기화 제어내역 라디오 row 툴팁 간격*/
.application_item_margin .board_search_area .item_row li a.helpIcon-circleLine-small {
  margin-left: 3px;
}
.application_item_margin .board_search_area .item_row li a.helpIcon-circleLine-small i {
  vertical-align: -2px;
}
.area_content_virtualAccount_history .outer_table .virtual_account_tb tr td.table_item button {
  margin-bottom: 2px;
  margin-top: 2px;
}
/* 로그 조회 > 점검 내역 - 뱃지 반응형
/대시보드 PC 보안점검 현황도 같은 테이블  */
.pchealthcheck_badge_content .pchealthcheck_badge_content {
  min-width: 960px;
}
.pchealthcheck_badge_content > thead > tr > th:nth-child(3) {
  width: 350px;
  padding: 10px 0;
}
.pchealthcheck_badge_content .tit_add:has(td .badge) tr:first-child td {
  padding: 0 !important;
}
.pchealthcheck_badge_content .tit_add:has(td .badge) tr td.line {
  text-indent: 10px;
  padding: 0 0 5px 0 !important;
}
.pchealthcheck_badge_content > tbody > tr > td:nth-child(n+3):nth-child(-n+7) {
  text-align: center;
  white-space: normal !important;
  text-overflow: clip !important;
  overflow: visible !important;
}
.pchealthcheck_badge_content > tbody > tr > td > span {
  display: inline-block;
  min-width: 52px;
  text-align: center;
}
/* 같은 테이블 팝업 */
.popup_dashboard_detail_style .pchealthcheck_badge_content > tbody > tr > td:nth-child(n+3):nth-child(-n+7) {
  padding: 0;
}
.popup_dashboard_detail_style .pchealthcheck_badge_content > thead > tr > th:nth-child(3) {
  padding: 7px 0;
}
.popup_dashboard_detail_style .item_table .pchealthcheck > thead > tr:nth-child(1) > th:nth-child(4) {
  padding: 0px 10px 0px 50px;
}
.popup_dashboard_detail_style .item_table .pchealthcheck > tbody > tr > td:nth-child(8) {
  padding: 0px 10px 0px 50px;
}
.popup_dashboard_detail_style  .pchealthcheck_badge_content .tit_add:has(td .badge) tr td.line {
  text-indent: 0;
}

table.notification td {
  white-space: normal !important;
  text-overflow: clip !important;
  overflow: visible !important;
  /* padding: 5px 10px !important; */
}
/* 영문 */
.lang-ja .pchealthcheck_badge_content > thead > tr > th > .tit_add .badge,
.lang-en .pchealthcheck_badge_content > thead > tr > th > .tit_add .badge {
  min-width: 80px;
  margin: 0 5px;
}
.lang-ja .pchealthcheck_badge_content > tbody > tr > td > span,
.lang-en .pchealthcheck_badge_content > tbody > tr > td > span {
  min-width: 80px;
}
.lang-ja .pchealthcheck_badge_content > thead > tr > th:nth-child(3),
.lang-en .pchealthcheck_badge_content > thead > tr > th:nth-child(3) {
  width: 500px;
  padding: 10px 0;
}

.lang-ja .item_table .pchealthcheck > thead > tr:nth-child(1) > th:nth-child(4),
.lang-en .item_table .pchealthcheck > thead > tr:nth-child(1) > th:nth-child(4) {
  padding: 0px 10px 0px 50px;
}
.lang-ja .item_table .pchealthcheck > tbody > tr > td:nth-child(8),
.lang-en .item_table .pchealthcheck > tbody > tr > td:nth-child(8) {
  padding: 0px 10px 0px 50px;
}

.service .payment_table_p .outer_table_head th:nth-child(1), 
.service .payment_table_p .outer_table_body td:nth-child(1) {
  padding: 13px 10px 13px 10px !important;
}
.service .payment_table_p .outer_table_body td.none_data {
  padding: 30px 34px !important;
}
div:has(>.detaile.table) + .pagination.pagination-sm {
  margin-top: 10px !important;
  justify-content: center;       
}
.cf.pagination.pagination-sm {
  justify-content: space-between !important;       
}

.config_popup div:has(>.detaile.table) + .cf.pagination.pagination-sm {
  justify-content: space-between;       
}
/* .detaile.table thead tr th {
  padding: 5px 3px;
  font-size: 13px;
  color: #aaa;
  text-align: center;
  border-bottom: 1px solid ;
} */
 .popup_dashboard_detail_style .table_detail .detail > thead > tr > th.pchealthcheck_title {
  border-top: 1px solid #eee !important;
  border-radius: 0 0 0 0 !important;
 }
 /* 대시보드 툴팁 스크롤 관련 */
 .popup_dashboard_detail_style td > a.tooltip_type04_trigger:has(.imgShow-info-blue-check) + .tooltip_type04,
 .popup_dashboard_detail_style td > a.tooltip_type04_trigger:has(.imgShow-info-grey-x) + .tooltip_type04,
 .popup_dashboard_detail_style td > a.tooltip_type04_trigger:has(.imgShow-info-grey-check) + .tooltip_type04,
 .popup_dashboard_detail_style td > a.tooltip_type04_trigger:has(.imgShow-info-red-exclamation) + .tooltip_type04,
 .popup_dashboard_detail_style td > a.tooltip_type04_trigger:has(.imgShow-info-grey-question) + .tooltip_type04 {
  transform: translateY(var(--tooltip-translateY));
 }
 .hardware_table th.table-inner-min-280 {
  min-width: 280px;
  @media (max-width : 1450px) {
    min-width: 0;
  }
 }
 .table_detail .detaile th, 
 .table_detail .detaile td {
  text-align: left !important;
  letter-spacing: -0.2px;
 }
 .all_view td[name="app_group_list"] .inner-title span {
  font-weight: normal !important;
  font-family: 'Pretendard-SemiBold' !important; 
 }

 .api_list_content .api_list_content th[name="Time"] {
  cursor: pointer;
}
.api_list_content .api_list_content th[name="Time"] .icon {
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url('/assets/images/svg/icn_array_desc.svg') no-repeat;
  margin-left: 4px;
  vertical-align: -1px;
}
.api_list_content .api_list_content th[name="Time"] .icon.sort {
  background: url('/assets/images/svg/icn_array_asc.svg') no-repeat;
}
.api_list_content .api_list_content td.tooltip_type01::before {
  display: none;
}
.api_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 289px;
}
td[name="app_group_list"] .inner-title .app-title-area span::after {
  content: ' : ';
}

 .api_list_content .api_list_content th[name="Time"] {
  cursor: pointer;
}
.api_list_content .api_list_content th[name="Time"] .icon {
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url('/assets/images/svg/icn_array_desc.svg') no-repeat;
  margin-left: 4px;
  vertical-align: -1px;
}
.api_list_content .api_list_content th[name="Time"] .icon.sort {
  background: url('/assets/images/svg/icn_array_asc.svg') no-repeat;
}
.api_list_content .api_list_content td.tooltip_type01::before {
  display: none;
}
.api_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 289px;
}
.id_exception_device .id_exception_device .outer_table_head th:last-child, 
.id_exception_device .id_exception_device .outer_table_head th:nth-last-child(2),
.id_exception_device .id_exception_device > tbody > tr > td:last-child {
  text-align: center;
}
.setboxHide {
  display: none !important;
}
.device_sec_set .check_area .toggle span[disabled="disabled"] {
  cursor: not-allowed !important;
}
.device_sec_set .check_area .toggle:has(span[disabled="disabled"]) {
  pointer-events: none !important;
}
.device_sec_set table button.each::after {
  top: 2px;
}
.cloud_application .helpIcon-circleLine-small {
  cursor: default;
}
.icn_browser {
  width: 20px;
}
.computerNameTooltip:hover + .tooltip_type04 {
  display: block;
}

/* 2025-04-14 정책개선 */
.item_table .table > tbody > tr.detail > td.table_detail table.all_view th.policy_title {
  padding: 2px 10px 0px !important;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 32px;
}

.buttoncursor.arrow_rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease; /* 부드러운 회전 효과를 위해 트랜지션 추가 */
}

.popup_box[name='popup_policy_setting'] .tooltip_type04 {
  transform: translateY(var(--tooltip-translateY));
 }

 .popup_box[name='popup_policy_setting'] .select-scroll {
  transform: translateY(var(--tooltip-translateY));
 }

 #ui-datepicker-div {
  transform: translateY(var(--tooltip-translateY));
 }

 .ui-timepicker-container {
  transform: translateY(var(--tooltip-translateY));
 }

/* 반출 파일 백업 다운로드 버튼 */
th[name="download_file"],
td[name="download_file"] {
  text-align: center;
}
