@keyframes swing {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-15%);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(15%);
  }
  to {
    transform: translate(0);
  }
}
body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
}

#hk-program-list-wrap {
  position: relative;
  width: 100%;
  max-width: 1186px;
}
#hk-program-list-wrap .scrollable {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  cursor: grab;
}
@media (min-width: 1186px) {
  #hk-program-list-wrap .scrollable {
    cursor: auto;
  }
}
#hk-program-list-wrap .scrollable.active {
  cursor: grabbing;
}
@media (min-width: 1186px) {
  #hk-program-list-wrap .scrollable.active {
    display: auto;
  }
}
#hk-program-list-wrap .scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#hk-program-list-wrap .scrollable::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 3px;
}
#hk-program-list-wrap .scrollable::-webkit-scrollbar-track {
  background: transparent;
}
#hk-program-list-wrap #hk-program-list {
  border-collapse: collapse;
  width: 1185px;
}
#hk-program-list-wrap #hk-program-list thead tr {
  background: linear-gradient(to right, #50a282, #468cbd);
}
#hk-program-list-wrap #hk-program-list a {
  line-height: 20px;
  display: inline-block;
}
#hk-program-list-wrap #hk-program-list th, #hk-program-list-wrap #hk-program-list td {
  border: 1px solid #ddd;
  text-align: center;
  white-space: nowrap;
  padding: 10px 4px;
  vertical-align: middle;
}
#hk-program-list-wrap #hk-program-list th {
  background: none;
  color: #fff;
}
#hk-program-list-wrap #hk-program-list td {
  width: 12.5%;
  background: #fff;
}
#hk-program-list-wrap #hk-program-list tr.highlight td {
  background: #f1fcfe;
}
#hk-program-list-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.4s;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media (min-width: 1186px) {
  #hk-program-list-wrap .overlay {
    display: none;
  }
}
#hk-program-list-wrap .overlay:after {
  content: "";
  width: 80%;
  position: absolute;
  top: 200px;
  left: 10%;
  height: 1px;
  background: #fff;
}
#hk-program-list-wrap .overlay .txt {
  color: #fff;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#hk-program-list-wrap .overlay .hand {
  width: 25px;
  position: absolute;
  top: 195px;
  left: calc(50% - 12.5px);
  animation: swing 3s linear 0s infinite;
  z-index: 1;
}
#hk-program-list-wrap .title, #hk-program-list-wrap .dj {
  color: #4b4b4b;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
#hk-program-list-wrap .title:hover, #hk-program-list-wrap .dj:hover {
  color: #000;
  color: #175381;
  text-decoration: underline;
}
#hk-program-list-wrap .title {
  font-weight: 500;
}
#hk-program-list-wrap .dj {
  color: #4b4b4b;
  padding: 0 2px;
}/*# sourceMappingURL=style.css.map */