.Tablekv {
  height: 180px;
}

/****************************** 
    agenda & lab 共用樣式 
******************************/

.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: #ed85d1;
  font-weight: 400;
  padding: 6px 0;
}

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

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

.agenda-content .room {
  color: #207a77;
  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;
  box-shadow: rgba(153, 153, 153, 0.2) 0px 2px 8px 0px;
}

.site-colorKey {
  background-color: #89D4FF;
}

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

.site-color2 {
  background-color: #8494FF;
}

.site-color3 {
  background-color: #96d779;
}

.site-color4 {
  background-color: #e7be37;
}

.site-color5 {
  background-color: #e09983;
}

.site-color6 {
  background-color: #667BC6;
}

.site-color7 {
  background-color: #417b79;
}

.site-color8 {
  background-color: #125B9A;
}

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

.site-color10 {
  background-color: #5BBCFF;
}

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

@media (max-width: 576px) {
  .agenda-content h5 {
    line-height: 1.8;
  }
}

/****************************** 
    lab 
******************************/
.lab-info {
  padding: 4rem 2rem 1rem;
  background-color: #f0f0f0;
}

.lab-info small{
  font-size: 13px;
  color: #fff;
  background-color: var(--C4);
  padding: 4px 10px;
  border-radius: 50px;
}
.lab-info em{
  color: var(--C4);
  padding: 2rem 0;
}
.lab-list {
  list-style-type: square;
}

.lab-table {
  padding-top: 4rem;
}

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

.lab01 {
  background-color: #61b7e9;
}

.lab02 {
  background-color: #f388a3;
}

.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: var(--C4);
  transition: all .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: 767px) {
  .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;
  }
}