.news-thumbnail-list { display: flex; flex-flow: row wrap; margin: 0 7px 0 8px; padding: 0; overflow: hidden; list-style: none; }
.news-thumbnail-list li { flex: 0 1 50%; width: 50%; padding-top: 10px; }
.news-thumbnail-link { display: block; margin-bottom: 5px; }
.news-thumbnail-thumb { display: block; margin: 0 5px; overflow: hidden; background: #f7f7f7; aspect-ratio: 16 / 9; }
.news-thumbnail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-thumbnail-subject { display: -webkit-box; max-height: 36px; margin: 5px 8px 0; overflow: hidden; color: #222; font-family: NanumGothic, 'Malgun Gothic', sans-serif, Arial, Helvetica; font-size: 13px; font-weight: normal; line-height: 18px; letter-spacing: -1px; text-align: center; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
