.schedule {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
  .schedule p.title {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }
  
  .schedule .area-button-list {
    margin-top: 27px;
  }
  
  .schedule .area-button-list .area-button {
    margin-left: 13px;
    margin-right: 13px;
    width: 80px;
    height: 40px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    background-color: transparent;
    border: None;
    cursor: pointer;
  }
  
  .schedule .area-button-list .area-button:hover {
    background-color: #3266CC;
  }
  
  .schedule .traffic-info {
    margin-top: 20px;
  }
  
  .schedule .traffic-info .row {
    width: 100%;
  }
  
  .schedule .traffic-info .row .image {
    width: 30px;
    height: 30px;
  }
  
  .schedule .traffic-info .row .text {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
  }
  
  .schedule .container {
    margin-top: 40px;
    margin-bottom: 100px;
    width: 90%;
  }
  
  @media (min-width: 576px) {
    .schedule .container {
      width: 80%;
    }
  }
  
  @media (min-width: 768px) {
    .schedule .container {
      width: 80%;
    }
  }
  
  @media (min-width: 992px) {
    .schedule .container {
      width: 778px;
    }
  }
  
  .schedule .container .day {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 45px;
  }
  
  @media (min-width: 576px) {
    .schedule .container .day {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  
  @media (min-width: 768px) {
    .schedule .container .day {
      padding-left: 118px;
      padding-right: 118px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  
  @media (min-width: 992px) {
    .schedule .container .day {
      padding-left: 118px;
      padding-right: 118px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  
  .schedule .container .day .title {
    text-align: left;
    color: #3266CC;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .schedule .container .day .info {
    color: #2e3339;
  }
  
  .schedule .container .day .info .time {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
  }
  
  .schedule .container .day .info .course {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .schedule .container .day .info .course-speaker {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
  }
  
  .schedule .container .day .info .course-speaker .name {
    font-size: 20px;
    font-weight: normal;
  }
  
  .schedule .container .day .info .course-speaker .speaker {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
  }
  
  .schedule .container .day .info .download {
    color: #ffffff;
    background-color: #3266CC;
    font-size: 20px;
    font-weight: 500;
    border: 0px;
    width: 200px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  