/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
#schedule_sec {
  position: relative;
  width: 100%;
}
#schedule_sec h2 {
  position: relative;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  #schedule_sec h2 {
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #schedule_sec h2 {
    line-height: 1.5em;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
  }
}

.select_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .select_item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .select_item {
    margin-top: 6rem;
  }
}

.list_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  .list_set {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .list_set {
    margin-top: 8rem;
  }
}

.list_set {
  position: relative;
  display: none;
}

.list_set.current {
  position: relative;
  display: block !important;
}