#activity-Taichung-ribbon {
  /* cursor: pointer; */
  margin: 0px;
  padding: 0px;
  position: fixed;
  z-index: 9999;
  /* bottom: 100px; */
  bottom: 142px;
  top: auto;
  height: 80px;
  width: 80px;
  display: block;
  right: 14px;
  transition: 0.5s;
}

#activity-Taichung-ribbon img {
  width: 100%;
  height: 100%;
}
/*------------------------*/
#activity-Taichung-ribbon .ribbon-text,
#activity-Taichung-ribbon .ribbon-phone,
#activity-Taichung-ribbon .ribbon-back {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.activity-Taichung-ribbon-hover:hover .ribbon-phone {
  transition: 0.5s !important;
  top: -24px !important;
}

/*------------------------*/
/* #activity-Taichung .text {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  opacity: 1;
}

.activity-Taichung-hover:hover .text {
  top: -60px !important;
  opacity: 0 !important;
} */
/*------------------------*/
/* #activity-Taichung .phone {
  position: absolute;
  top: 60px;
  left: 0px;
  transition: 0.3s;
  opacity: 0;
}
.activity-Taichung-hover:hover .phone {
  top: 0px !important;
  opacity: 1 !important;
} */
