@charset "utf-8";

/* 스케줄 상단 1040px 3열 최신글. */
.pnodex-schedule-latest-board-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 1040px;
    max-width: 100%;
    margin: 0 0 18px;
    box-sizing: border-box;
}

.pb-list-latest,
.pb-list-latest * {
    box-sizing: border-box;
}

.pb-list-latest {
    min-width: 0;
    padding: 0 14px 10px;
    border: 1px solid #e6e9f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(33, 40, 65, .045);
}

.pb-list-latest-head {
    display: flex;
    min-width: 0;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e8ebf2;
}

.pb-list-latest-head h2 {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #20283b;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.pb-list-latest-head h2 i {
    color: #9823f5;
    font-size: 14px;
}

.pb-list-latest-head h2 a {
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-list-latest-more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
    padding: 6px 9px;
    border: 1px solid #eceef4;
    border-radius: 999px;
    background: #f8f9fc;
    color: #9aa2b3;
    font-size: 10px;
    line-height: 1;
}

.pb-list-latest-more:hover {
    border-color: #dcd8f8;
    background: #f3f0ff;
    color: #6540db;
}

.pb-list-latest-rows {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.pb-list-latest-row {
    display: flex;
    min-width: 0;
    height: 27px;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 3px;
    border-bottom: 1px solid #f0f1f5;
}

.pb-list-latest-row:last-child {
    border-bottom: 0;
}

.pb-list-latest-bullet {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: #d9dde7;
}

.pb-list-latest-subject {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    color: #3a4253;
    font-size: 12px;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-list-latest-subject:hover {
    color: #6540db;
}

.pb-list-latest-row.is-notice .pb-list-latest-subject {
    color: #272d3a;
    font-weight: 700;
}

.pb-list-latest-meta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    font-size: 9px;
    line-height: 1;
}

.pb-list-latest-meta time {
    min-width: 30px;
    color: #a7afbf;
    text-align: right;
    white-space: nowrap;
}

.pb-list-latest-good {
    color: #ef4b53;
}

.pb-list-latest-new,
.pb-list-latest-file,
.pb-list-latest-comment {
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 4px;
    font-weight: 700;
}

.pb-list-latest-new {
    background: #6157ed;
    color: #fff;
}

.pb-list-latest-file {
    background: #fff2bd;
    color: #c59a1f;
}

.pb-list-latest-comment {
    background: #f17178;
    color: #fff;
}

.pb-list-latest.is-promo .pb-list-latest-rank {
    flex: 0 0 auto;
    color: inherit;
    font-size: 10px;
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight {
    height: 23px;
    margin: 3px 0;
    padding: 0 7px;
    border: 0;
    border-radius: 6px;
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-0 {
    background: linear-gradient(90deg, #171921, #2e3340);
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-1 {
    background: linear-gradient(90deg, #5edced, #8be5ed);
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-2 {
    background: linear-gradient(90deg, #6f38ee, #ae6bf4);
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-3 {
    background: linear-gradient(90deg, #53cde0, #77dde6);
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight .pb-list-latest-bullet {
    display: none;
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight .pb-list-latest-subject,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight .pb-list-latest-meta time,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight .pb-list-latest-good {
    color: #fff;
}

.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-1 .pb-list-latest-subject,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-1 .pb-list-latest-meta time,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-1 .pb-list-latest-good,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-3 .pb-list-latest-subject,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-3 .pb-list-latest-meta time,
.pb-list-latest.is-promo .pb-list-latest-row.is-highlight-3 .pb-list-latest-good {
    color: #203344;
}

.pb-list-latest-empty {
    display: flex;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    color: #a1a9b8;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 980px) {
    .pnodex-schedule-latest-board-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pb-list-latest-row {
        height: 30px;
    }

    .pb-list-latest-subject {
        font-size: 12px;
        line-height: 30px;
    }

    .pb-list-latest.is-promo .pb-list-latest-row.is-highlight {
        height: 27px;
    }
}

@media (max-width: 480px) {
    .pnodex-schedule-latest-board-grid {
        gap: 10px;
        margin-bottom: 14px;
    }

    .pb-list-latest {
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 12px;
    }

    .pb-list-latest-good,
    .pb-list-latest-file {
        display: none;
    }
}