.sns_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-weight: 500;
    border-radius: 6px;
    font-size: 15px;
    gap: 8px;
  }
  
  .sns_kakao {
    background-color: #FEE500;
    color: #191600;
  }
  
  .sns_naver {
    background-color: #03C75A;
    color: #fff;
  }
  
  .sns_google {
    background-color: #F7F9FC;
    color: #000;
    border: 1px solid #DFE3EB;
  }
  