@charset "UTF-8";body{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.container{max-width:1200px;margin:0 auto;padding:9rem 2rem 2rem;font-family:Noto Sans KR,sans-serif;color:#333}.container .page-title{font-size:2rem;font-weight:700;margin:2rem;text-align:center}.container .note{font-size:.9rem;color:#555;margin-bottom:1rem;line-height:1.5}.container .table-wrapper{overflow-x:auto;margin-top:1.5rem;font-size:12px}.container .table-wrapper table{width:100%;border-collapse:collapse;text-align:center;min-width:900px}.container .table-wrapper table th,.container .table-wrapper table td{border:1px solid #ccc;padding:.75rem 1rem}.container .table-wrapper table th{background-color:#333;font-weight:600;color:#fff}.container .table-wrapper table tbody tr:nth-child(2n){background-color:#fafafa}.container .table-wrapper table tbody td{white-space:nowrap}@media (max-width: 1024px){.container{padding-top:4rem}.container .table-wrapper table{min-width:700px;font-size:.85rem}}
