.right {
    width: 1280px;
    padding: 10px;
}

.back {
    text-align: right;
}

.back img,
.list img {
    width: 16px;
    height: 16px;
}

.list {
    width: 100%;
    border-collapse: separate;    
    text-align: center;
    margin-top: 20px;
}

.list th {
    background-color: #f0f0f0;
    font-weight: 600;
    border-bottom: 2px solid #ccc;
    padding: 10px;
}

.list td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.list tr:hover {
    background-color: #f9f9f9;
}

.list tr:nth-child(even) {
    background-color: #f2f2f2;
}

.list table tr:nth-child(odd) {
    background-color: #ffffff;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table img {
    width: 144px;
    height: 192px;
    border-radius: 4px;
}

th,
td {
    padding: 8px;
    text-align: center;
}

.infom {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    text-align: left;
}

.infom tr,
.infom td {
    text-align: left;
    border: none;
}

.infom td:first-child {
    font-weight: 600;
    width: 120px;
    color: #333;
}

.infom tr:nth-child(even) {
    background-color: #f2f2f2;
}

.center {
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 10px;
}

.notice {
    font-size: 10pt;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}

.title {
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    color: #222;
}

a {
    color: #ff3399;
    text-decoration: none;
}

a:hover {
    color: #ff66cc;
}

/* 페이지 링크 스타일 */
.pagination {
    margin-top: 20px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 5px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #333;
    color: #fff;
}

.notice {
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
}

.info {
    padding-left: 40px;
    font-size: 12pt;
}

/* infom과 list 테이블 사이 구분선 추가 */
.separator {
    border-top: 1px solid lightgray;
    margin: 20px 0;
}

h2 {
    font-size: 18px;
    color: #333;
    border-left: 4px solid #ff6699;
    padding-left: 10px;
    margin-bottom: 16px;
}