.logSection {
    width:100%;
    top:600px;
}



.list_main {
    height: 125px;
  }
  
  .pc_list_text {
    font-size: 48px;
    padding-top: 50px;
  }
  
  .mobile_list_text {
    font-size: 24px;
    padding-top: 50px;
  }
  
  .list_main_mobile {
    height: 125px;
  }
  
  /* 리스트/통계 */
  .list_mid_main_pc {
    padding-top: 40px;
  }
  
  .list_mid_menu {
    border-radius: 40px;
    border: 1px solid #eaedef;
    background: #fafbfb;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list_mid_menu_1 {
    background-color: #696c75;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 40px;
    font-weight: 500;
  }
  .list_mid_menu_2 {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
  }
  
  .list_bt_main_pc {
    border-radius: 20px;
    border: 1px solid #eaedef;
    background: #fafbfb;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .list_bt_main_mobile {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .list_bt_main_pc_1_text {
    font-size: 26px;
    padding-bottom: 10px;
    color: #292929;
  }
  .list_bt_main_mobile_1_text {
    font-size: 18px;
    padding-bottom: 10px;
    color: #292929;
  }
  
  .list_bt_main_pc_1_text_sub {
    color: #4e4e4e;
  }
  
  .list_bt_main_mobile_1_text_sub {
    color: #4e4e4e;
    font-size: 14px;
    padding-top: 10px;
  }
  
  .list_bt_mobile_bg {
    border-radius: 20px;
    border: 1px solid #eaedef;
    background: #fafbfb;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .border_list {
    border: 1px solid #dcdcdc;
    width: 561px;
    height: 1px;
  }
  
  .border_list_mb {
    border: 1px solid #dcdcdc;
    width: 241px;
    height: 1px;
  }

  .list_bt_main_pc_1_text_sub > div {
    cursor: pointer;
  }

  
.list_bt_main_pc_1_text_sub span, .list_mid_menu span {
    cursor: pointer;
}


.box-1_1 > .img-12 {
  top: 1600px;
  left: 0px;
}
.box-1_1 > .img-13 {
  top: 1640px;
  left: 280px;
}

.box-1_1 > .img-14 {
  top: 1640px;
  left: 365px;
}
.box-1_1 > .img-15 {
  top: 1640px;
  left: 505px;
}
.box-1_1 > .img-16 {
  top: 1640px;
  left: 590px;
}

#pc_user, #pc_security {
  cursor: pointer;
}

#pc_Area table, #mb_Area table {
  border-collapse: collapse;
}

#pc_Area table, #pc_Area table tr, #pc_Area table td, #pc_Area table th,
#mb_Area table, #mb_Area table tr, #mb_Area table td, #mb_Area table th {
  text-align: center;
  padding: 0;
  margin: 0;
  border:1px solid #dcdcdc;
}

#pc_Area table td, #pc_Area table th,
#mb_Area table td, #mb_Area table th {
  padding: 5px 10px;
  max-width: 300px; /* Set the maximum width for td elements */
  overflow: hidden;
  word-wrap: break-word; /* Allow line breaks */
  white-space: normal; /* Reset white-space to allow line breaks */
  text-overflow: ellipsis;
}

#pc_Area table tr, #pc_Area table td, #pc_Area table th,
#mb_Area table tr, #mb_Area table td, #mb_Area table th {
  word-wrap: break-word;
}



.tabulator-footer {
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.tabulator-footer-contents {
  margin-top: 10px;
}

#wrapTest {
  max-width : 800px;
  overflow-x : auto !important;
}


#test_Area {
  font-size: 15px;
  flex : 1;

}

/* Chrome 브라우저 */
::-webkit-scrollbar {
  height: 5px; /* 가로 스크롤의 높이 조절 */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* 가로 스크롤의 색상 조절 */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 가로 스크롤의 트랙 색상 조절 */
}

.tabulator-header-filter {
  text-align:left !important;
}

.tabulator-header-filter input {
  border: 1px solid #eaedef;
  border-radius:10px;
}

.tabulator-placeholder-contents, .tabulator-placeholder {
  text-align:left !important;
  margin-left:0px !important;
}

.tabulator-placeholder {
  align-items:left !important;
  justify-content:left !important;
}