.fix_warp {
  border-radius: 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 1000;
}
.fix_btn {
	cursor:pointer;
	height:64px;
}