/* 최신글 후기 스킨 */
.saegil-latest-review {
    width: 985px;
    margin: 0 auto;
}

.saegil-review-list {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.saegil-review-item {
    width: calc(33.333% - 7.5px);
    background: #fff;
}

.saegil-review-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.saegil-review-img {
    width: 100%;
    height: 200px;
    background: #d9d9d9;
    overflow: hidden;
}

.saegil-review-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saegil-review-noimg {
    width: 100%;
    height: 100%;
    background: #d9d9d9;
}

.saegil-review-content {
    min-height: 200px;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
}

.saegil-review-cate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 85px;
    height: 24px;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #004b9b;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.saegil-review-title {
    margin: 0 0 10px;
    color: #000;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -1px;
}

.saegil-review-desc {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: left;
    word-break: keep-all;
}

.saegil-review-empty {
    width: 100%;
    padding: 60px 20px;
    background: #fff;
    color: #777;
    font-size: 16px;
    text-align: center;
}