﻿body {

}

.Main td{
    text-align:end;
}

 /*.이 클래스, #이 ID 그냥 쓰면 Tag */ 
 
 .td_left{
    text-align:left;
}

.td_center{
    text-align:center;
}

td_num_end{
    text-align:end;
}

/* 새로 추가한 부분 */

/* 사이드바 메뉴 세로 간격 축소 */
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link {
    padding: 4px 15px !important;
    font-size: 13px !important;
    line-height: 20px !important;
}

.sidebar-nav #sidebarnav .sidebar-item .sidebar-link .feather-icon,
.sidebar-nav #sidebarnav .sidebar-item .sidebar-link i {
    width: 15px !important;
    height: 15px !important;
    margin-right: 6px !important;
}

.sidebar-nav #sidebarnav .nav-small-cap {
    padding: 4px 15px 1px !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

/* 섹션 구분선 간격 축소 */
.sidebar-nav #sidebarnav .list-divider {
    height: 1px !important;
    margin: 2px 0 !important;
    padding: 0 !important;
}

/* 사이드바 - footer(45px) 위까지만 표시 */
.left-sidebar {
    height: calc(100vh - 45px) !important;
}
.scroll-sidebar {
    height: calc(100% - 80px) !important;
}

.table-striped th, .table-striped td {
    border: 1px solid #ddd; /* 연한 회색 테두리 */
    padding: 8px; /* 셀 내부 여백 */
}

.table-striped {
    border-collapse: collapse; /* 중첩된 테두리 제거 */
    width: 100%; /* 테이블 전체 너비 */
}

.table-striped th {
    background-color: #f2f2f2; /* 헤더의 배경색 */
    text-align: center; /* 헤더 텍스트 중앙 정렬 */
}

.table-striped td {
    text-align: right; /* 데이터 셀의 텍스트 우측 정렬 */
}
