.Tablekv {
  height: 180px;
}

/* =======================================
# agenda & lab 共用樣式 
========================================= */
.agenda {
  background-color: #ffffff;
  color: #212121;
}

.agenda h6,
.agenda ul {
  margin: 0;
}

.gray-area {
  color: #666666;
  background-color: #efefef;
  line-height: 3;
}

.gray-area p {
  margin-bottom: 0;
}

.agenda-head,
.lab-head {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 2px solid #212121;
  padding: 1rem 0;
}

.agenda-content,
.lab-content {
  padding: 10px 0;
  border-bottom: 1px dashed #dfdfdf;
}

.agenda-content h5 {
  color: #212121;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.agenda-content h5:hover {
  color: #00aeff;
}

.agenda-content h6 {
  color: #34a0a4;
  font-weight: 400;
  padding: 6px 0;
}

.agenda-content .keytag {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 5px;
  margin-left: 4px;
  background-color: #5efbd6;
}

.agenda-content .tag {
  font-size: 15px;
  color: #666666;
}

.agenda-content .room {
  color: #234aff;
  font-size: 15px;
  font-weight: 600;
  padding: 0rem 0.5rem;
}

.site-title {
  color: #ffffff;
  text-align: center;
  line-height: 2.4;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
}

.site-colorKey {
  background-color: #234aff;
}

.site-color1 {
  background-color: #ff66b3;
}

.site-color2 {
  background-color: #ff9177;
}

.site-color3 {
  background-color: #ffb703;
}

.site-color4 {
  background-color: #1dc198;
}

.site-color5 {
  background-color: #00a9c8;
}

.site-color6 {
  background-color: #49b6ff;
}

.site-color7 {
  background-color: #8093f1;
}

.site-color8 {
  background-color: #995ad3;
}

.site-color9 {
  background-color: #c884a6;
}

.site-color10 {
  background-color: #eaba6b;
}

@media (max-width: 576px) {
  .agenda-head {
    display: none;
  }

  .agenda-content h5 {
    line-height: 1.8;
  }
}

/* =======================================
#  lab 
========================================= */

.lab-info {
  padding: 4rem 2rem 1rem;
  color: #212121;
  background-color: #e2eafc;
}

.lab-list {
  list-style-type: square;
}

.lab-table {
  color: #212121;
  background-color: #ffffff;
  padding-top: 4rem;
}

.lab01,
.lab02 {
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}

.lab01 {
  background-color: #234aff;
}

.lab02 {
  background-color: #ff268d;
}

.lab-content {
  position: relative;
}

.lab-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.lab-content a:hover~h6,
.lab-content a:hover~h5 {
  color: #606bff;
  transition: all 0.2s ease-in-out;
}

.lab-content h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.lab-content h6 {
  color: #666666;
  font-size: 15px;
}

.visble-xs {
  display: none;
}

@media (max-width: 576px) {
  .lab-content {
    border-bottom: 1px dashed #666666;
  }

  .lab-time {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
  }

  .visble-xs {
    display: block;
    margin: 15px 0 10px;
  }

  .hide-xs,
  .lab-head {
    display: none;
  }
}