div.categoryBtnList{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:20px;overflow:auto}button.categoryBtn{border-radius:5px;background-color:#fff;padding:2px;box-shadow:0 4px 4px 0 rgba(98,198,255,.5);display:flex;justify-content:center;align-items:center;width:auto}button.categoryBtn>img{border-radius:4px}button.categoryBtn>div.categoryBtnEmptyThumb{border-radius:4px;min-width:40px;min-height:40px;animation:gradient2 2s linear infinite;background:linear-gradient(-45deg,#fff,#62c6ff,#0090e1);background-size:300% 300%}@keyframes gradient2{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}button.categoryBtn>span{margin:0 6px;font-family:Pretendard;white-space:nowrap}button.categoryBtn.selected{background-color:#00a3ff}button.categoryBtn.selected>span{color:#fff}a.topReferredCard{display:flex;width:100%;max-width:208px;height:440px}a.topReferredCard.isLessList{max-width:255.75px}a.topReferredCard figure{width:100%;max-width:208px;height:440px;border-radius:15px;background-size:cover;background-position:0;display:flex;align-items:flex-end;animation:imgMover 7s infinite}@keyframes imgMover{0%{background-position:0}20%{background-position:top}40%{background-position:100%}60%{background-position:bottom}80%{background-position:50%}to{background-position:0}}a.topReferredCard figure>div.topReferredCardBottomBox{width:100%;padding:8px;box-sizing:border-box}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomTitle{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;color:#0090e1;font-family:Pretendard-Bold;-webkit-text-stroke-width:.8px;-webkit-text-stroke-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo{flex-direction:row;width:100%;display:flex;justify-content:space-between;align-items:center}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo>div{display:flex;align-items:center}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo>div>img{border-radius:5px;margin-right:8px}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo>div>span{color:#0090e1;font-family:Pretendard-Bold;-webkit-text-stroke-width:.6px;-webkit-text-stroke-color:#fff;font-size:12px}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo>div>span:nth-child(2){margin-right:7px}@media screen and (max-width:1000px){a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo{flex-direction:column}a.topReferredCard figure>div.topReferredCardBottomBox>div.topReferredCardBottomInfo>div{flex-direction:column;align-items:flex-start;justify-content:flex-start}}div.masonryImgsTopFiveBox{display:grid;justify-content:center;grid-template-columns:repeat(5,1fr);justify-items:center;grid-column-gap:48px;column-gap:48px;width:100%;margin-bottom:60px}div.masonryImgsTopFiveBox.lessList{justify-content:start}@media screen and (max-width:1250px){div.masonryImgsTopFiveBox{padding:0 12px}}@media screen and (max-width:1000px){div.masonryImgsTopFiveBox{column-gap:24px}}main.referredPageMain{width:100%;max-width:1228px}main.referredPageMain>section.referredPageCategorySection{box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}main.referredPageMain>section.referredPageCategorySection>div.title{font-size:32px;font-family:Pretendard-Bold;margin-top:72px;margin-bottom:60px}main.referredPageMain>section.referredPageCntTabSection{margin-top:84px;margin-bottom:78px}main.referredPageMain>section.referredPagePostsSection>div.referredPagePostsTitle{margin-bottom:46px;font-size:20px;font-family:Pretendard-Bold}