/* content/contestWork.jsp 전용 — 기존 award2019~2025_sub.jsp 각 파일에 중복 인라인되어 있던 .contest-* 블록을 여기로 1회 추출 */

.contest-wrap .contest-box > h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #222222;
    letter-spacing: -0.05em;
}

.contest-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.contest-list:last-child {
    margin-bottom: 0;
}

.contest-list.movie-wrap > .list {
    height: 320px;
}

.contest-box {
    margin-bottom: 50px;
}

.contest-list > .list {
    width: 270px;
    height: auto;
    border: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.contest-list > .list > .img {
    width: 100%;
    margin-bottom: 20px;
}

.contest-list > .list > .img > img {
    width: 100%;
}

.contest-list > .list > .movie {
    width: 100%;
    margin-bottom: 20px;
}

.contest-list > .list > .con > h2 {
    font-weight: 600;
    font-size: 20px;
}

.contest-list > .list > .con > .name {
    margin: 5px auto;
}

@media screen and (max-width: 1024px) {
    .contest-list > .list {
        width: 100%;
    }

    .contest-wrap > h2 {
        margin-bottom: 30px;
    }
}