section.newestCommentsSection{width:100%;max-width:916px}section.newestCommentsSection>div.newestCommentsTop{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}section.newestCommentsSection>div.newestCommentsTop>span{font-family:Pretendard-Bold,sans-serif;font-size:20px;animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) both}section.newestCommentsSection>div.newestCommentsBox{display:grid;grid-template-columns:repeat(4,minmax(auto,auto));grid-template-rows:repeat(auto-fill,auto);justify-content:space-between;grid-row-gap:40px}section.newestCommentsSection>div.newestCommentsBox>*{animation:commentReveal .6s cubic-bezier(.25,.46,.45,.94) both}section.newestCommentsSection>div.newestCommentsBox>:first-child{animation-delay:.15s}section.newestCommentsSection>div.newestCommentsBox>:nth-child(2){animation-delay:.25s}section.newestCommentsSection>div.newestCommentsBox>:nth-child(3){animation-delay:.35s}section.newestCommentsSection>div.newestCommentsBox>:nth-child(4){animation-delay:.45s}@media(prefers-reduced-motion:reduce){section.newestCommentsSection>div.newestCommentsBox>*,section.newestCommentsSection>div.newestCommentsTop>span{animation:none;opacity:1;transform:none}}@media screen and (max-width:976px){section.newestCommentsSection{padding:0 12px}section.newestCommentsSection>div.newestCommentsBox{overflow-x:auto;grid-column-gap:48px}}section.newestPostsSection{width:100%;max-width:916px}section.newestPostsSection>div.newestPostsTop{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}section.newestPostsSection>div.newestPostsTop>span{font-family:Pretendard-Bold,sans-serif;font-size:20px;animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) both}section.newestPostsSection>div.newestPostsTop>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.newestPostsSection>div.newestPostsTop>a:hover{transform:translateY(-2px);box-shadow:0 6px 8px 0 rgba(98,198,255,.35)}section.newestPostsSection>div.newestPostsTop>a{animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) .15s both}section.newestPostsSection>div.newestPostsBox{display:grid;grid-template-columns:repeat(5,minmax(min-content,auto));grid-template-rows:repeat(auto-fill,auto);justify-content:space-between;grid-row-gap:40px}section.newestPostsSection>div.newestPostsBox>*{animation:cardEnter .5s cubic-bezier(.25,.46,.45,.94) both}section.newestPostsSection>div.newestPostsBox>:first-child{animation-delay:.2s}section.newestPostsSection>div.newestPostsBox>:nth-child(2){animation-delay:.25s}section.newestPostsSection>div.newestPostsBox>:nth-child(3){animation-delay:.3s}section.newestPostsSection>div.newestPostsBox>:nth-child(4){animation-delay:.35s}section.newestPostsSection>div.newestPostsBox>:nth-child(5){animation-delay:.4s}section.newestPostsSection>div.newestPostsBox>:nth-child(6){animation-delay:.45s}section.newestPostsSection>div.newestPostsBox>:nth-child(7){animation-delay:.5s}section.newestPostsSection>div.newestPostsBox>:nth-child(8){animation-delay:.55s}section.newestPostsSection>div.newestPostsBox>:nth-child(9){animation-delay:.6s}section.newestPostsSection>div.newestPostsBox>:nth-child(10){animation-delay:.65s}section.newestPostsSection>a{display:none;width:100%;margin-top:32px;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;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}section.newestPostsSection>a:hover{transform:translateY(-2px);box-shadow:0 6px 8px 0 rgba(98,198,255,.35)}@media(prefers-reduced-motion:reduce){section.newestPostsSection>div.newestPostsBox>*,section.newestPostsSection>div.newestPostsTop>a,section.newestPostsSection>div.newestPostsTop>span{animation:none;opacity:1;transform:none}}@media screen and (max-width:976px){section.newestPostsSection{padding:0 12px}section.newestPostsSection>div.newestPostsTop>a{display:none}section.newestPostsSection>div.newestPostsBox{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-column-gap:12px;grid-row-gap:12px;justify-content:space-between}section.newestPostsSection>a{display:flex}}@media screen and (max-width:768px){section.newestPostsSection>div.newestPostsBox{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media screen and (max-width:348px){section.newestPostsSection>div.newestPostsBox{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@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 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.referredPostsSection{width:100%;max-width:916px}section.referredPostsSection>div.referredPostsTop{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}section.referredPostsSection>div.referredPostsTop>span{font-family:Pretendard-Bold,sans-serif;font-size:20px;animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) both}section.referredPostsSection>div.referredPostsTop>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;animation:fadeInUp .5s cubic-bezier(.25,.46,.45,.94) .15s both;transition:transform .3s ease,box-shadow .3s ease,background-image .3s ease}section.referredPostsSection>div.referredPostsTop>a:hover{transform:translateY(-2px);box-shadow:0 6px 8px 0 rgba(98,198,255,.35)}section.referredPostsSection>div.referredPostsBox{display:grid;grid-template-columns:repeat(5,minmax(min-content,auto));grid-template-rows:repeat(auto-fill,auto);justify-content:space-between;grid-row-gap:40px}section.referredPostsSection>div.referredPostsBox>*{animation:cardEnter .5s cubic-bezier(.25,.46,.45,.94) both}section.referredPostsSection>div.referredPostsBox>:first-child{animation-delay:.2s}section.referredPostsSection>div.referredPostsBox>:nth-child(2){animation-delay:.24s}section.referredPostsSection>div.referredPostsBox>:nth-child(3){animation-delay:.28s}section.referredPostsSection>div.referredPostsBox>:nth-child(4){animation-delay:.32s}section.referredPostsSection>div.referredPostsBox>:nth-child(5){animation-delay:.36s}section.referredPostsSection>div.referredPostsBox>:nth-child(6){animation-delay:.4s}section.referredPostsSection>div.referredPostsBox>:nth-child(7){animation-delay:.44s}section.referredPostsSection>div.referredPostsBox>:nth-child(8){animation-delay:.48s}section.referredPostsSection>div.referredPostsBox>:nth-child(9){animation-delay:.52s}section.referredPostsSection>div.referredPostsBox>:nth-child(10){animation-delay:.56s}section.referredPostsSection>div.referredPostsBox>:nth-child(11){animation-delay:.6s}section.referredPostsSection>div.referredPostsBox>:nth-child(12){animation-delay:.64s}section.referredPostsSection>div.referredPostsBox>:nth-child(13){animation-delay:.68s}section.referredPostsSection>div.referredPostsBox>:nth-child(14){animation-delay:.72s}section.referredPostsSection>div.referredPostsBox>:nth-child(15){animation-delay:.76s}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){section.referredPostsSection>div.referredPostsBox>*,section.referredPostsSection>div.referredPostsTop>a,section.referredPostsSection>div.referredPostsTop>span{animation:none;opacity:1;transform:none}}@media screen and (max-width:976px){section.referredPostsSection{padding:0 12px}section.referredPostsSection>div.referredPostsBox{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-column-gap:12px;grid-row-gap:12px;justify-content:space-between}}@media screen and (max-width:768px){section.referredPostsSection>div.referredPostsBox{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media screen and (max-width:660px){section.referredPostsSection>div.referredPostsBox{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media screen and (max-width:540px){section.referredPostsSection>div.referredPostsBox{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media screen and (max-width:348px){section.referredPostsSection>div.referredPostsBox{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}