/*
    CURATION

*/



main::before { content: ''; display: block; width: 100%; height: 8rem; background-color: transparent; }
main::after { display: none; }


article.lists { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; margin: 0 auto 0; width: var(--width); }
article.lists div { margin: 0 0 0.5rem 0; padding: 0 0 0 0; width: 48.5%; background-color: rgba(245, 245, 245, 0); }

article.lists div img { width: 100%; height: 11rem; object-fit: cover; }
article.lists div h3 { display: none; margin: 0.25rem 0 0 0; padding: 0; font-size: 1.1rem; font-variation-settings: 'wght' 500; color: var(--color-black); line-height: 1.75rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
article.lists div h4 { display: none; padding: 0; width: 60%; font-size: 0.75rem; font-variation-settings: 'wght' 400; color: var(--color-gray); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }




/*  PC VERSION  */
@media (min-width: 800px) {
    article.lists div img { width: 100%; height: 14rem; }

}