div.hashTopFourBox{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-bottom:60px}div.hashTopFourBox.lessList{justify-content:start}a.topHashtagCard{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;width:292px;height:290px;padding:12px;box-sizing:border-box;border-radius:20px;box-shadow:0 4px 4px 0 rgba(98,198,255,.25)}a.topHashtagCard.isLessList{max-width:292px;margin-right:20px}a.topHashtagCard>div.blogPostCardImgBox{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}a.topHashtagCard>div.blogPostCardImgBox>div.blogPostCardImgWrapper{position:relative}a.topHashtagCard>div.blogPostCardImgBox>div.blogPostCardImgWrapper:before{position:absolute;top:0;z-index:2;display:block;content:"";width:20%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.3));transform:skewX(-10deg);opacity:0}a.topHashtagCard>div.blogPostCardImgBox>div.blogPostCardImgWrapper:hover:before{animation:shine .75s forwards;animation-iteration-count:1}@keyframes shine{0%{left:-5%;opacity:0}50%{opacity:1}to{left:95%;opacity:0}}a.topHashtagCard>div.blogPostCardImgBox>div.blogPostCardImgWrapper>img{border-radius:10px;position:relative;object-fit:cover;width:268px;height:205px}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom{width:100%;border-radius:0 0 10px 10px;left:0;color:#0090e1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomTitle{display:flex;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px;margin-bottom:10px;font-size:14px;font-weight:700}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo{display:flex;justify-content:flex-start;align-items:center;font-family:Pretendard-Bold;overflow-y:hidden;position:relative;width:100%}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>img.imgPostInfoCardBottomImg{border-radius:5px}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>div.imgPostInfoCardBottomInfo{font-size:10px;width:100%;padding-left:4px;box-sizing:border-box}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>div.imgPostInfoCardBottomInfo div.cardInfoTop{color:#525252;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:start;width:100%;box-sizing:border-box}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>div.imgPostInfoCardBottomInfo div.cardInfoBottom>span{color:#0090e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:start;width:100%;box-sizing:border-box}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>div.imgPostInfoCardBottomInfo div.cardInfoBottom>span:nth-child(2){margin-left:8px;color:#62c6ff}a.topHashtagCard>div.blogPostCardImgBox>span.imgPostInfoCardBottom>div.hashtagCardBottomInfo>img.imgPostInfoCardBottomHeart{object-position:center;width:22px!important;height:22px!important}