@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes imageReveal{0%{opacity:0;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0)}to{opacity:1;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes commentReveal{0%{opacity:0;transform:scale(.9) translateY(10px)}60%{transform:scale(1.02) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hashtagBounce{0%{opacity:0;transform:translateY(-15px) scale(.9)}60%{transform:translateY(3px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmerGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}section.hashPostsSection{width:100%;max-width:916px}section.hashPostsSection>div.hashPostsTop{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}section.hashPostsSection>div.hashPostsTop>span{font-family:Pretendard-Bold,sans-serif;font-size:20px;display:inline-block;animation:hashtagBounce .6s cubic-bezier(.68,-.55,.265,1.55) both}section.hashPostsSection>div.hashPostsTop>a{width:84px;height:24px;flex-shrink:0;border-radius:4px;border:1px solid rgba(0,0,0,0);background-image:linear-gradient(#FFFFFF,#FFFFFF),linear-gradient(135deg,#62C6FF,#FFFFFF);background-origin:border-box;background-clip:content-box,border-box;box-shadow:0 2px 4px rgba(0,144,225,.15);font-size:12px;color:#62c6ff;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}section.hashPostsSection>div.hashPostsTop>a:hover{transform:translateY(-2px);box-shadow:0 6px 8px 0 rgba(98,198,255,.35)}section.hashPostsSection>div.hashPostsTop>a{animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) .15s both}section.hashPostsSection>div.hashPostsBox{display:grid;grid-template-columns:repeat(5,minmax(min-content,auto));grid-template-rows:repeat(auto-fill,auto);justify-content:flex-start;grid-row-gap:40px;grid-column-gap:32px}section.hashPostsSection>div.hashPostsBox>*{animation:cardEnter .5s cubic-bezier(.25,.46,.45,.94) both}section.hashPostsSection>div.hashPostsBox>:first-child{animation-delay:.3s}section.hashPostsSection>div.hashPostsBox>:nth-child(2){animation-delay:.34s}section.hashPostsSection>div.hashPostsBox>:nth-child(3){animation-delay:.38s}section.hashPostsSection>div.hashPostsBox>:nth-child(4){animation-delay:.42s}section.hashPostsSection>div.hashPostsBox>:nth-child(5){animation-delay:.46s}section.hashPostsSection>div.hashPostsBox>:nth-child(6){animation-delay:.5s}section.hashPostsSection>div.hashPostsBox>:nth-child(7){animation-delay:.54s}section.hashPostsSection>div.hashPostsBox>:nth-child(8){animation-delay:.58s}section.hashPostsSection>div.hashPostsBox>:nth-child(9){animation-delay:.62s}section.hashPostsSection>div.hashPostsBox>:nth-child(10){animation-delay:.66s}section.hashPostsSection>div.hashPostsBox>:nth-child(11){animation-delay:.7s}section.hashPostsSection>div.hashPostsBox>:nth-child(12){animation-delay:.74s}section.hashPostsSection>div.hashPostsBox>:nth-child(13){animation-delay:.78s}section.hashPostsSection>div.hashPostsBox>:nth-child(14){animation-delay:.82s}section.hashPostsSection>div.hashPostsBox>:nth-child(15){animation-delay:.86s}@media(prefers-reduced-motion:reduce){section.hashPostsSection>div.hashPostsBox>*,section.hashPostsSection>div.hashPostsTop>a,section.hashPostsSection>div.hashPostsTop>span{animation:none;opacity:1;transform:none}}@media screen and (max-width:976px){section.hashPostsSection{padding:0 12px}section.hashPostsSection>div.hashPostsBox{grid-template-columns:repeat(3,1fr);grid-row-gap:0;grid-column-gap:0}}