.top{
    width: 50px;
    height: 50px;
    background-color: #07a84f;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}


























/* mobile */
@media screen and (max-width: 767px){

  .top{
      width: 35px;
      height: 35px;
      font-size: 10px;
      bottom: 3%;
      right: 5%;
  }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

  .top{
      width: 40px;
      height: 40px;
      font-size: 12px;
      bottom: 3%;
      right: 3%;
  }

}
