<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �곷떒 理쒖떊 肄섑뀗痢� �곸뿭 */
.new-contents-wrapper {
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contents-item {
    display: flex;
}

.new-channel-h-wrapper &gt; .new-contents-wrapper &gt; .left-contents &gt; .contents-item &gt; .contents-info-wrapper &gt; .li_info &gt; span,
.new-channel-h-wrapper &gt; .new-contents-wrapper &gt; .right-contents &gt; .contents-item &gt; .contents-info-wrapper &gt; .li_info &gt; 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;
}
</pre></body></html>