#go-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 9999;
    color: #3F51B5; /* 색상변경*/
  }