.oauth-body{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;gap:20px}.oauth-title span{font-size:24px}.oauth-content{flex-direction:row;gap:10px}.oauth-content,.oauth-google{display:flex;align-items:center;justify-content:center}.oauth-google{box-sizing:border-box;background-color:#fff;border:1px solid #dadce0;color:#3c4043;border-radius:50%;width:56px;height:56px;cursor:pointer;transition:transform .3s ease}.oauth-google img{width:28px;height:28px}.oauth-kakao img,.oauth-naver img{width:56px;height:56px;cursor:pointer;transition:transform .3s ease}.oauth-google :hover,.oauth-kakao :hover,.oauth-naver :hover{transform:scale(1.2)}