.blog_list{display:flex;flex-wrap:wrap;gap:10px;row-gap:6.8rem}.blog_list_item{border:1px solid #e0e0e0;border-radius:10px;display:flex;flex-direction:column;gap:1.6rem;overflow:hidden;transition:all .5s ease;width:calc(33.33333% - 6.66667px)}.blog_list_item:hover{border-color:var(--main_color)}.post_thumbnail{aspect-ratio:16/9;overflow:hidden;width:100%}.post_thumbnail img{height:100%;object-fit:cover;transition:all .5s ease;width:100%}.blog_list_item:hover .post_thumbnail img{transform:scale(1.1)}.post_content_wrap{gap:12px;padding:24px 12px}.post_content_wrap,.post_title_wrap{align-items:flex-start;display:flex;flex-direction:column}.post_title_wrap{gap:8px}.post_author{border:1px solid #9e9e9e;border-radius:100px;color:#9e9e9e;font-size:12px;font-weight:400;line-height:1;padding:2px 6px}.post_title{color:#212121;display:-webkit-box;font-size:20px;font-weight:500;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.1;min-height:2.2em;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.post_date{color:#9e9e9e;font-size:14px;font-weight:400}@media (max-width:768px){.blog_list_item{width:calc(50% - 5px)}.blog_list{row-gap:4rem}}@media (max-width:425px){.blog_list_item{width:100%}}