/* preview_list 최신글 스킨 스타일 */
.lat_preview {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02), 0 2px 4px -1px rgba(0,0,0,0.01);
}

.lat_preview .lat_title {
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #3b82f6;
    font-size: 18px;
    font-weight: 700;
}

.lat_preview .lat_title a {
    color: #1e293b;
    text-decoration: none;
}

.lat_preview .lat_title a:hover {
    color: #3b82f6;
}

.lat_preview ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lat_preview .preview_li {
    display: flex;
    width: calc(50% - 12px);
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.lat_preview .preview_li:last-child {
    border-bottom: none;
}

.lat_preview .lt_thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.lat_preview .lt_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lat_preview .lt_text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lat_preview .lt_text.no_thumb {
    width: 100%;
}

.lat_preview .lt_subject {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lat_preview .lt_subject:hover {
    color: #3b82f6;
}

.lat_preview .lt_preview_desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lat_preview .lt_info {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
}

.lat_preview .lt_nick {
    margin-right: 10px;
    font-weight: 500;
}

.lat_preview .lt_date {
    margin-right: 10px;
}

.lat_preview .lt_cmt {
    background: #eff6ff;
    color: #3b82f6;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.lat_preview .empty_li {
    padding: 30px 0;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

.lat_preview .lt_more {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 8px 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #64748b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s;
}

.lat_preview .lt_more:hover {
    background: #f1f5f9;
    color: #3b82f6;
}
