table { 
    width:100%; 
    border-collapse:collapse;
}
th { 
    background:#000; 
    padding:15px 20px; 
    text-align:right; 
    border-bottom: 1px solid #222;
    border-top: 1px solid #222; 
    font-weight: 500;
}
th:first-child { 
    text-align:center; 
}
td { 
    padding:15px 20px; 
    text-align:right; 
    border-bottom:1px solid #222; 
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
    font-size: 1.1rem; 
}
td:first-child { 
    text-align:center; 
}
.plus  { 
    color:#00ff00; 
}
.minus { 
    color:#ff0000; 
}
.summary { 
    display:flex; 
    gap:200px; 
    padding-top: 20px; 
    margin-bottom:15px; 
    font-size:16px;
    justify-content: center;
}
.Summary-item { 
    text-align:center; 
}
.Summary_Num span { 
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
    font-size: 10rem !important;
    color: #a0a0a0;
}
.Summary_Name span { 
    display: inline-block;
    font-size: 0.9rem; 
    border-top: 1px solid #151515; /* 상단 경계선 */
    padding: 5px 20px;
    margin-top: -40px;
}
.summary b { 
    margin-left:8px; 
    font-size:18px; 
}
.paging { 
    text-align:center; 
    margin-top:20px; 
}
.paging a { 
    display:inline-block; 
    padding:6px 12px; 
    margin:0 2px; 
    color:#94a3b8; 
    text-decoration:none; 
    border:1px solid #222; 
    border-radius:4px; 
}
.paging a.on { 
    background:#2a3458; 
    color:#fff; 
}