@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
}
body[page="video"] section.list h1 {
  color: #25c2c1;
  font-size: 45px;
  text-align: center;
  font-family: serif;
  text-align: left;
  text-transform: uppercase;
}
body[page="video"] section.list h1:after {
  content: '';
  height: 1px;
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  width: calc(100% - 180px);
  bottom: 20px;
  right: 0px;
}
body[page="video"] section.list centerwrap {
  max-width: 1040px;
  padding: 30px;
}
body[page="video"] section.list .video_play {
  height: auto;
  display: block;
  margin: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
body[page="video"] section.list .video_play iframe {
  width: 100%;
  height: 560px;
}
body[page="video"] section.list .video_play h2 {
  margin-top: 20px;
  text-align: left;
  color: #529594;
}
body[page="video"] section.list .video_play .date {
  text-align: left;
  color: #999;
  font-size: 18px;
}
body[page="video"] section.list .video_list {
  text-align: left;
}
body[page="video"] section.list .video_list li {
  font-family: serif;
  font-size: 16px;
  text-align: left;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
body[page="video"] section.list .video_list li:hover {
  background-color: #e9e9e9;
}
body[page="video"] section.list .video_list li .photo {
  width: 90%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  margin: 5%;
  background-color: #e9e9e9;
}
body[page="video"] section.list .video_list li .thetitle {
  margin: 20px;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1280px) {
  body[page="video"] section.list h1 {
    font-size: 28px;
    text-align: center;
  }
  body[page="video"] section.list h1:after {
    position: relative;
    width: 100%;
    bottom: 0px;
    right: 0px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  body[page="video"] section.list .video_list li {
    padding-bottom: 10px;
    width: auto;
    display: block;
  }
  body[page="video"] section.list .video_play {
    height: auto;
    display: block;
    margin: 0px;
    margin-bottom: 30px;
  }
  body[page="video"] section.list .video_list li .photo {
    margin: 0;
    width: 100%;
  }
  body[page="video"] section.list .video_list li .thetitle {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  body[page="video"] section.list .video_play iframe {
    width: 100%;
    height: 60vw;
  }
  body[page="video"] section.list .video_play .date {
    text-align: center;
  }
  body[page="video"] section.list .video_play h2 {
    text-align: center;
    font-size: 18px;
  }
}
