@charset "UTF-8";
table {
  border-collapse: collapse;
  font-family: "微軟正黑體";
}
table th {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #cfbd8c;
}
table td {
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

.mainArea .classRowBox {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem {
  margin-right: 0;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem a {
  position: relative;
  padding: 0 15px 10px 15px;
  font-size: 15px;
  color: #808080;
  background-color: initial;
}
.mainArea .classRowBox .classItem a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 0;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #dcdcdc;
}
.mainArea .classRowBox .classItem a:hover {
  color: #111111;
  background-color: initial;
}
.mainArea .classRowBox .classItem a:hover::before {
  width: 100%;
}
.mainArea .classRowBox .classItem a.current {
  color: #111111;
}
.mainArea .classRowBox .classItem a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 100%;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem:last-child a::after {
  content: initial;
}