/* 상단 최신 콘텐츠 영역 */
.new-contents-wrapper {
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contents-item {
    display: flex;
}

.new-channel-h-wrapper > .new-contents-wrapper > .left-contents > .contents-item > .contents-info-wrapper > .li_info > span,
.new-channel-h-wrapper > .new-contents-wrapper > .right-contents > .contents-item > .contents-info-wrapper > .li_info > span {
    color: #8f8f8f;
    font-weight: 400;
}

/* 상단 최신 콘텐츠 영역 - 왼쪽 콘텐츠 */
.new-contents-wrapper .left-contents {
    width: 65%;
    padding: 12px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.new-contents-wrapper .left-contents .contents-item {
    gap: 20px;
    flex-direction: row;
    height: 50%;
}

.new-contents-wrapper .left-contents .thumb {
    width: 190px;
    border: none;
    border-radius: 8px;
}

.li_detail a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 6em;
    word-break: break-word;
    font-size: 13px;
    font-weight: 400;
    color: #111111;
}


/* 상단 최신 콘텐츠 영역 - 오른쪽 콘텐츠 */
.new-contents-wrapper .right-contents {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 35%;
    padding: 12px;
}

.new-contents-wrapper .right-contents .contents-item {
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 10px;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    height: 32%;
}

.new-contents-wrapper .right-contents .thumb {
    width: 100px;
    border: none;
    border-radius: 8px;
}
