a.blogPostCardBox{width:100%;max-width:292px;border-radius:20px;padding:12px 12px 16px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer;background-color:#fff;box-sizing:border-box}a.blogPostCardBox>div.blogPostCardImgWrap{border-radius:10px;overflow:hidden;flex-shrink:0}a.blogPostCardBox>div.blogPostCardImgWrap>img.blogPostCardImg{border-radius:10px;width:100%;object-position:top;object-fit:cover;display:block}a.blogPostCardBox>div.blogPostCardImgWrap>img.blogPostCardImgAnim{background:linear-gradient(-45deg,#f0f4f8,rgba(98,198,255,.15))}a.blogPostCardBox>h3.blogPostCardTitle{font-size:20px;line-height:1.35;font-family:Pretendard-Bold;margin-top:16px;-webkit-line-clamp:2;color:#000}a.blogPostCardBox>div.blogPostCardContent,a.blogPostCardBox>h3.blogPostCardTitle{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}a.blogPostCardBox>div.blogPostCardContent{font-size:16px;line-height:1.55;font-family:Pretendard-Light;margin:16px 0;-webkit-line-clamp:3}a.blogPostCardBox.blogPostCardNoImg>h3.blogPostCardTitle{margin-top:24px;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}a.blogPostCardBox.blogPostCardNoImg>div.blogPostCardContentExpanded{-webkit-line-clamp:6;max-height:none}a.blogPostCardBox>div.blogPostCardBottom{display:flex;justify-content:space-between;align-items:center;min-height:28px}a.blogPostCardBox>div.blogPostCardBottom>span{font-size:16px}a.blogPostCardBox>div.blogPostCardBottom>span.blogPostCardBottomDate{color:#c9c9c9}a.blogPostCardBox>div.blogPostCardBottom div.blogPostCardBottomInfo{display:flex;align-items:center}a.blogPostCardBox>div.blogPostCardBottom div.blogPostCardBottomInfo>img.blogPostCardBottomImg{border-radius:5px;margin-right:10px}@media screen and (max-width:976px){a.blogPostCardBox{position:relative;max-width:450px}}