<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 梨꾨꼸.H 硫붿씤 �섏씠吏� wrapper */
.new-channel-h-wrapper {
    width: 1160px;
    margin: auto;
    margin-top: -30px;
}

.li_info .author, .li_info .date {
    font-weight: 400;
}

/* 肄섑뀗痢� �뚭컻 �곸뿭 */
.contents-intro-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.contents-intro-wrapper .btn-more {
    color: #666666;
    font-weight: 700;
}

.li_category {
    display: flex;
    align-items: center;
}

.li_category &gt; a {
    color: #757575;
    font-size: 13px;
    margin-right: 5px;
}

.li_tit a {
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.0em;
    word-break: break-word;
    color: #111111;
    margin-top: 5px;
}

.contents-info-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.contents-info-wrapper .contents-info,
.contents-info-wrapper .right-contents-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    margin-top: -5px;
}

.li_info {
    display: flex;
    justify-content: space-between;
}

.li_info .author {
    display: inline-block; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 15ch; 
}

.contents-intro-box .contents-title {
    font-size: 24px;
    font-weight: 800;
    height: 36px;
}

.contents-intro-box .contents-intro {
    font-size: 14px;
    font-weight: 700;
}

/* 硫붿씤 �곸뿭 �뚭컻湲� */
.intro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    height: 36px;
}

.intro-title-link {
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s ease;
}

.intro-description {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.more-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    transition: all 0.3s ease;
}

/* �꾩씠肄� */
.channel_editor_icon,
.huggingface_header img,
.insight-contents-footer .insight-views span img,
.insight-share a img,
.view-header .hits img,
.like-comment-wrapper .like-icon a img,
.like-comment-wrapper .comment-icon img,
.detail_reply_area .reply_li .btn a img,
.comment-more-wrap .btn-more img {
    vertical-align: middle;
    height: 1.2em;
    width: auto;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.insight-contents-footer .insight-views span img {
    margin-right: 3px;
}

/* �몃쾭 紐⑥쓬 */
.contents-title a:hover,
.li_tit a:hover,
.contents-intro-wrapper .btn-more:hover,
.popular-contents-wrapper ul li a.title:hover,
.insight-contents-wrapper ul li a.title:hover {
    color: #01a28a;
}

.new-contents-wrapper .left-contents .thumb:hover,
.new-contents-wrapper .right-contents .thumb:hover,
.daily-ai-contents-wrapper &gt; .daily-ai-contents &gt; .contents-item:hover,
.popular-contents-wrapper &gt; .popular-contents &gt; .contents-item &gt; a &gt; .thumb:hover,
.list-contents-wrapper &gt; .list-contents &gt; .contents-item &gt; a &gt; .thumb:hover,
.insight-thumbnail-wrapper a img:hover,
.network_view_wrap_r .bn_area img:hover,
.rel-contents-wrapper .rel-contents .thumb:hover,
.insight-contents-wrapper ul li a.thumbnail img:hover {
    filter: brightness(0.8)
}

.go-contents-detail:hover {
    filter: brightness(1.1);
}

.insight-share a:hover,
.reply_repl .reply_repl_li .info .btn a:hover {
    cursor: pointer;
    border: none;
}

.like-icon:hover {
    background-color: #f3f3f3;
    box-sizing: border-box;
    border-radius: 8px;
}
</pre></body></html>