@charset "utf-8";

.video-latest-lt {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    font-family: inherit;
    border: 1px solid #ddd;
    padding: 0 20px 10px;
}

.video-latest-lat-title {
    line-height: 45px;
    font-size: 24px;
    display: block;
    padding: 20px 0 10px;
    margin: 0;
}

.video-latest-lat-title a {
    color: #000;
    text-decoration: none;
}

.video-latest-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.video-latest-item {
    display: block;
}
.video-latest-item + .video-latest-item { margin-top: 22px; }

.video-latest-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1f2937;
    position: relative;
    display: block;
    text-decoration: none;
}

.video-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-latest-thumb.no-thumb {
    background:
        radial-gradient(circle at 50% 45%, rgba(255,255,255,0.12), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1f2937 55%, #0f172a 100%);
}

.video-latest-thumb.no-thumb:after,
.video-latest-thumb.is-youtube:after {
    content: "▶";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.video-latest-title {
    margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}

.video-latest-title a {
    color: #111;
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.video-latest-empty {
    text-align: center;
    padding: 30px 0;
    color: #777;
}

.video-latest-more {
    color: #008bb3;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    margin-right: 0;
    text-decoration: none;
}

.video-latest-more:hover {
    background: #f9f9f9;
}

/* 카드형 레이아웃: 별도 반응형 필요 없음 */
