html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, a, abbr, address, em, img, ins, samp, small,
strike, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, section,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, input {
  font-family: PingFangTC-Regular, Microsoft JhengHei, sans-serif;
}

.grid-subtitle,.grid-slognC, #block1 .grid22-ch, #block1 .grid4-en, .fade-main-item .grid-subtitle, .fade-main-item .fade-en, #block2 .grid3-sort, #block2 .grid5-actor, #block2 .grid5-subtitle, .sidebar-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-slognC{
  width: calc(100% - 40px);
  float: left;
}

#content {
  position: relative;
}

#prev-page,
#next-page {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  animation: ani-pn 2.5s linear infinite forwards;
}
#prev-page svg,
#next-page svg {
  width: 21px;
  height: 47px;
}

@keyframes ani-pn {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#prev-page {
  left: 22px;
}

#next-page {
  right: 22px;
}

@media screen and (max-width: 1280px) {
  #prev-page,
  #next-page {
    position: absolute;
  }
}
@media screen and (min-width: 1281px) {
  #prev-page,
  #next-page {
    position: fixed;
  }
}
body {
  padding-top: 96px;
  background-color: #eceef3 !important;
  overflow-y: auto;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 0 70px;
}

#nav, #foo {
  width: 100%;
}

#nav {
  height: 96px;
  background-color: #fff;
  margin-top: -96px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09), 2px 1px 18px rgba(0, 0, 0, 0.07);
}

#foo {
  height: 96px;
  background-color: #333;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    overflow-x: auto;
  }

  .wrapper, #content, body {
    min-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  body {
    overflow-x: hidden;
  }

  .wrapper {
    max-width: 1660px;
  }
}
@media screen and (max-height: 899px) {
  body {
    height: calc( 100vh + 96px + 126px );
  }
}
html {
  font-size: 16px;
  overflow-y: hidden;
}

body {
  height: 100vh;
}

#nav {
  position: relative;
  z-index: 2;
}

#ms2-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
}

#content {
  display: none;
  height: calc( 100vh - 96px );
  overflow-y: auto;
  overflow-x: hidden !important;
  overflow: hidden;
  padding: 0 70px;
}
#content .wrapper {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden !important;
  height: calc( 100vh - 96px );
  height: 100%;
  padding: 0 20px 0 0;
  max-width: 1540px;
  transition: 0.3s;
  background-color: #f2f1e6;
  padding: 0 40px;
  position: relative;
}
#content .wrapper.is-open {
  transform: translateX(-300px);
}

@media screen and (max-width: 1280px) {
  #content .wrapper {
    min-width: 1000px;
  }
}
@media screen and (min-width: 1680px) {
  #prev-page {
    left: calc( 50% - 1660px / 2 + 21px );
  }

  #next-page {
    right: calc( 50% - 1660px / 2 + 21px );
  }
}
.grid1, .grid3 {
  width: calc( 20% - 35px );
  margin-right: 35px;
}

#block0 .grid3 {
  width: 0px;
  margin-right: 0px;
  display: none;
}
#block0 .grid2 {
  display: flex;
}

.grid2 {
  width: calc( calc( 100% - 20% * 2 - 18% ) - 35px );
  margin-right: 35px;
}

#block0 .grid2{
  width: calc( calc( 100% - 20% - 18% ) - 35px );
  margin-right: 35px;
}

#block0 .grid2 .levelbutton{
	width: 124px;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #354E85;
    border: 1px solid #354E85;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
    cursor: pointer;
}
#block0 .grid2 .isLevel{
	background: #354E85;
	color: rgba(255, 255, 255, 0.9);
	cursor: default;
}

.grid4 {
  width: 18%;
}

.grid-title {
  color: #000;
  background-color: #FFFFFF;
  position: relative;
  line-height: 31px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  border-style: solid;
  border-width: 2px 0;
  border-color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.grid-title:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  border-top: solid 1px #000;
}

.grid-subtitle {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.grid-content {
  line-height: 1.5;
  font-size: 0.875rem;
  color: #444;
}

.grid-bottom {
  margin-top: 10px;
  position: relative;
}

.grid-view,.grid-view2 {
  font-size: 0.75rem;
  color: #444;
  background-color: #f2f1e6;
  padding-left: 5px;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 3px;
  letter-spacing: 1px;
  line-height: 17px;
}
.grid-view img,.grid-view2 img {
  margin-right: 3px;
}

.add-hr {
  border-top: solid 1px #444;
  padding-top: 15px;
}

#block0 {
  height: 40px;
  margin-bottom: 18px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#block0-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #354E85;
  height: 100%;
  display: flex;
  align-items: center;
}
#block0-title:before {
  content: "";
  display: block;
  height: 22px;
  width: 7px;
  background-color: #354E85;
  margin-right: 8px;
  border-radius: 2px;
}

#blockM-title {
  font-weight: bold;
  color: #000000;
  background-color:#FFFFFF;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}


#block0 .grid4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#searchart {
  position: relative;
  width: calc( 100% - 40px - 10px * 2 );
  height: 32px;
  border-radius: 18px;
  background-color: #fff;
}

#searchart-input {
  font-size: 0.875rem;
  line-height: 30px;
  height: 32px;
  padding: 0 40px 0 18px;
  width: 100%;
}

#searchart-send {
  position: absolute;
  right: 15px;
  top: 7px;
  background-image: url("../images/search.png");
  background-size: cover;
  width: 18px;
  height: 18px;
  border: none;
  opacity: 0.8;
  cursor: pointer;
}

#circle-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.circle-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #354E85;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#block1 {
  display: flex;
}
#block1 a {
  text-decoration: none;
}
#block1 .grid1 .grid-subtitle {
  line-height: 32px;
}
#block1 .grid1 .grid-title {
  margin-bottom: 10px;
}
#block1 .grid1-box {
  height: calc( 100% - 31px - 4px - 10px );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block1 .grid1-box .grid-content {
  height: 126px;
  overflow: hidden;
  word-wrap: break-word;
}
#block1 .grid1-item {
  position: relative;
}
#block1 .grid1-item.add-hr {
  padding-top: 8px;
}
#block1 .grid1-item.add-hr:first-child {
  padding: 0;
  border: none;
}
#block1 .grid1-img {
  width: 80px;
  float: left;
  margin-right: 10px;
  transform: translateY(5px);
}
#block1 .grid22-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
#block1 .grid22-item {
  display: flex;
}
#block1 .grid22-item.add-hr:first-child {
  padding: 0;
  border: none;
}
#block1 .grid22-img {
  width: 280px;
  background-size: cover;
  background-position: center center;
  margin-right: 8px;
  margin-left: 8px;
}
#block1 .grid22-right {
  position: relative;
  width: calc( 100% - 280px - 15px );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block1 .grid22-right .grid-view,#block1 .grid22-right  {
  /*bottom: 6px;*/
  padding-right: 10px;
}
.grid-view2 {
  bottom: 7px;
}
#block1 .grid22-ch {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
}
#block1 .grid22-en {
  color: #333;
  margin: 5px 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: system-ui;
  letter-spacing: 0.5px;
  max-height: 46px;
  align-items: center;
  line-height: 1.25;
}
#block1 .grid3 .grid-title.is-1 {
  margin-bottom: 10px;
}
#block1 .grid3 .grid-title.is-3, #block1 .grid3 .grid-title.is-2 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#block1 .grid3 .grid-subtitle {
  line-height: 32px;
}
#block1 .grid3-video {
  padding: 56.2% 0 0 0;
  position: relative;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.grid3-video::before{
  content: '';
  background-image: url(../images/fontisto_youtube-play.png);
  width: 36px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
#block1 .grid3-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoDate{
  position: absolute;
  bottom: 10px;
  right: 0px;
  background: #333333;
  color: #FFFF;
  border-radius: 10px 0px 0px 10px;
  font-family: Arial;
  padding: 0px 5px 0px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  height: 22px;
  letter-spacing: 0.04em;
  text-align: right;
}
#block1 .grid3-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block1 .grid3-item {
  position: relative;
}
#block1 .grid3-item.add-hr:first-child {
  padding: 0;
  border: none;
}
#block1 .grid3-item .grid-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#block1 .grid32-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block1 .grid32-item {
  position: relative;
}
#block1 .grid32-item.add-hr {
  padding-top: 5px;
}
#block1 .grid32-item:first-child {
  padding: 0;
  border: none;
}
#block1 .grid32-item .grid-content {
  height: 126px;
  overflow: hidden;
  word-wrap: break-word;
}
#block1 .grid32-item.is-repeat .grid32-img {
  display: none;
}
#block1 .grid32-img {
  width: 80px;
  height: 55px;
  background-size: cover;
  background-position: center;
  float: right;
  margin-left: 10px;
  transform: translateY(5px);
}
#block1 .grid3-mgz {
  display: block;
  background-size: contain;
  background-position: center 0;
}
#block1 .grid4 .grid-title.is-1 {
  margin-bottom: 10px;
}
#block1 .grid4 .grid-title.is-2 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#block1 .grid4-box {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#block1 .grid4-box .grid-subtitle {
  padding-bottom: 5px;
}
#block1 .grid4-item {
  display: flex;
  width: 100%;
}
#block1 .grid4-item.add-hr:first-child {
  padding: 0;
  border: none;
}
.add-hr2{
  /*flex-direction: column;*/
  padding-top: 5px;
}
#block1 .grid4-item[data-category='35'] .grid4-sort {
  background: #FFD6D8;
  border: 1px solid  #FFAFB2;
}
#block1 .grid4-item[data-category='36'] .grid4-sort {
  background: #DDE4F4;
  border: 1px solid #B7C7ED;
}
#block1 .grid4-item[data-category='37'] .grid4-sort, #block1 .grid4-item[data-category='37-14'] .grid4-sort {
  background: #F5E2C1;
  border: 1px solid #E8CD9E;
}
#block1 .grid4-item[data-category='38'] .grid4-sort {
  background: #CEECEE;
  border: 1px solid #ADDEE1;
}
#block1 .grid4-item[data-category='13'] .grid4-sort {
  background: #F5E2C1;
  border: 1px solid #E8CD9E;
}
#block1 .grid4-sort {
  color: #383838;
  width: 50px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center center;
  /*background-color: #354616;*/
  margin-right: 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
}
.grid4-sort2{
  position: relative;
  color: #383838;
  text-align: center;
  line-height: 32px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  background: #DDE4F4;
  border: 1px solid #B7C7ED;
  border-radius: 4px 2px 2px 4px;  
  width: 60px;
  height: 35px;
  top: 5px;
}

.grid4-sort2:after, .grid4-sort2:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.grid4-sort2:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #B7C7ED;
  border-width: 17.5px 0 17.5px 10px;
  margin-top: -17.5px;
}
.grid4-sort2:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #DDE4F4;
  border-width: 16.5px 0 16.5px 9px;
  margin-top: -16.5px;
}

#block1 .grid4-right {
  width: calc( 100% - 56px - 10px - 15px);
}
.grid4-right2{
  width: calc( 100% - 70px - 15px);
  padding: 5px;
  padding-left: 15px;
}
.grid4-CEFR1,.grid4-CEFR2{
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #666666;
  text-align: right;
}
.grid4-CEFR2{
  padding: 5px;
}
#block1 .grid4-en {
  height: 14px;
  color: #444;
  font-size: 0.75rem;
}
#block1 .grid4-wt {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center 8px;
}
#block1 .grid4-wt + .grid4-wt {
  /*margin-top: 20px;*/
}
#block1 .grid4-wt.is-ad {
  background-position: center;
}
#block1 .grid4-week1,#block1 .grid4-week2,#block1 .grid4-week3 {
  /*position: absolute;*/
  left: 0;
  right: 0;
  text-align: center;
  /*margin: auto;*/
  color: #FFFFFF;
  width:100%;
  /*bottom: 15%;*/
}
#block1 .grid4-week1{
  font-family: 'Rosarivo';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
}
#block1 .grid4-week2{
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  width:50%;
  border-bottom:1px dashed #FFFFFF;
  letter-spacing: 0.1em;
}
#block1 .grid4-week3{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

#block1 .grid42-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block1 .grid42-box .grid-subtitle {
  padding-top: 8px;
  text-align: center;
}
#block1 .grid42-item {
  padding-bottom: 10px;
}
#block1 .grid42-item.add-hr:first-child {
  padding-top: 0;
  border: none;
}
#block1 .grid42-img {
  width: 100%;
  background-size: cover;
  background-position: center 0;
}

.exam-test {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  background: #DDE4F4;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.exam-test-item {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  width: 85%;
  text-align: center;
  border-bottom: 1px dashed rgba(53, 79, 133, 0.5);
  /* letter-spacing: 0.1em; */
  color: #354F85;
  margin-bottom: 5px;
  cursor: pointer;
} 
@media screen and (max-width: 1280px) {
  .exam-test-item {
    font-size: 14px;
  }
}   
.exam-test-item::after{
  content: '';
  background-image: url(../images/ant-design_arrow-right-outlined.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  transform: translate(5px, 7px);
}
@media screen and (max-width: 1440px) {
  #block1 .grid22-img {
    width: 221px;
  }
  #block1 .grid22-right {
    width: calc( 100% - 221px );
  }
  #block1 .grid22-en {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #block1 .grid22-item .grid-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #block1 .grid4-week {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1441px) {
  #block1 .grid22-en {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
  }
  #block1 .grid22-item .grid-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #block1 .grid4-week {
    font-size: 1rem;
  }
}
#fade {
  font-size: 0;
  position: relative;
  /*padding-bottom: 15px;*/
  margin-bottom: 5px;
  /*border-bottom: double 3px #000;
  */
}
#fade > img {
  width: 100%;
}

.fade-main, .fade-main-item ,.fade-main-item2{
  position: absolute;
  top: 0;
  width: 100%;
}



.fade-main {
  height: calc( 100% - 15px );
}

.fade-main-item{
  height: 100%;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1.5s;
  top: -500px;
}
.fade-main-item2 {
  height: 100%;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  opacity: 1;
}
.fade-main-item2::before{
  content: '';
  background-image: url(../images/fontisto_youtube-play.png);
  width: 51px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
.fade-main-item.active {
  opacity: 1;
  top: 0;
}
.fade-main-item:first-child {
  display: block;
}
.fade-main-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}
.fade-main-item img {
  width: 100%;
}
.fade-main-item .grid-subtitle, .fade-main-item .fade-en {
  color: #fff;
  margin-left: 20px;
  width: calc( 100% - 20px * 2 );
  position: relative;
  z-index: 2;
}
.fade-main-item .grid-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}
.fade-main-item .fade-en {
  height: 18px;
  font-size: 1rem;
  font-weight: lighter;
}

.fade-dot {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.fade-dot-item {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
.fade-dot-item.active {
  width: 13px;
  height: 13px;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .fade-main-item .grid-subtitle {
    margin-top: 44%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1441px) {
  .fade-main-item .grid-subtitle {
    margin-top: 49%;
    margin-bottom: 10px;
  }
}
#block-title {
  display: flex;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative;
  height: calc( 31px + 4px );
}
#block-title .grid1, #block-title .grid2, #block-title .grid3, #block-title .grid4 {
  position: absolute;
  top: 0;
}
#block-title .grid1 {
  left: 0;
}
#block-title .grid2 {
  left: 20%;
}
#block-title .grid3 {
  right: 18%;
}
#block-title .grid4 {
  right: 0;
}
#block-title .grid2, #block-title .grid3, #block-title .grid4 {
  padding-top: 2px;
}
#block-title .grid2 .grid-title, #block-title .grid3 .grid-title, #block-title .grid4 .grid-title {
  border: none;
}
#block-title .grid2 .grid-title:before, #block-title .grid3 .grid-title:before, #block-title .grid4 .grid-title:before {
  display: none;
}
#block-title .grid2:before, #block-title .grid3:before {
  content: "";
  position: absolute;
  border-left: solid 1px #444;
  top: 8px;
  bottom: 6px;
  right: -17.5px;
}

.title-group {
  display: flex;
  width: 100%;
  margin-left: 20%;
  border-style: solid;
  border-width: 2px 0;
  border-color: #000;
  background-color: #FFFFFF;
}
.title-group:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  border-top: solid 1px #000;
}
.title-group:before {
  top: 3px;
  left: 20%;
  right: 0;
  width: auto;
}

#block2 {
  display: flex;
  position: relative;
  margin-bottom: 55px;
}
#block2 .grid1-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block2 .grid1-item {
  text-decoration: none;
}
#block2 .grid1-item.add-hr:first-child {
  padding: 0;
  border: none;
}
#block2 .grid1-item .grid-subtitle {
  text-align: center;
  line-height: 32px;
}
#block2 .grid1-item img {
  width: 100%;
}
#block2 .grid2-video {
  padding: 56.2% 0 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.grid2-video::before{
  content: '';
  background-image: url(../images/play_circle_filled.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
#block2 .grid2-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block2 .grid3, #block2 .grid4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block2 .grid3-item {
  display: flex;
  color: #333;
  text-decoration: none;
  border-top: solid 1px #333;
  padding-top: 4%;
  cursor: pointer;
}
#block2 .grid3-item:first-child {
  border: none;
  padding: 0;
}
#block2 .grid3-hr {
  height: 1px;
  background-color: #000;
}
#block2 .grid3-hr:last-child {
  display: none;
}
#block2 .grid3-img {
  width: 45%;
  min-height: 55px;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
  text-decoration: none;
  position: relative;
}
#block2 .grid3-img::before{
  content: '';
  background-image: url(../images/play_circle_filled.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
#block2 .grid3-box {
  width: calc( 55% - 12px );
  display: flex;
  flex-direction: column;
  text-align: left;
}
#block2 .grid3-box > * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#block2 .grid3-ch {
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 6px;
  color: #000;
  line-height: 1.4;
}
#block2 .grid3-sort {
  color: #444;
  font-size: 0.75rem;
}
#block2 .grid3-en {
  font-size: 0.8125rem;
  color: #000;
}
#block2 .grid5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc( 20% + calc( 100% - 20% * 2 - 18% ) + 18% );
}
#block2 .grid5-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}
#block2 .grid5-title:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 97px;
  right: 0;
  height: 1px;
  background-color: #000;
}
#block2 .grid5-box {
  font-size: 0;
}
#block2 .grid5-item {
  display: inline-block;
}
#block2 .grid5-item:nth-child(5n) {
  margin-right: 0;
}
#block2 .grid5-actor, #block2 .grid5-subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 20px;
}
#block2 .grid5-actor {
  color: #333;
}
#block2 .grid5-subtitle {
  color: #444;
}

#block2 .grid5-item {
  position: relative;
  width: calc( (100% - 22px * 4 ) / 5  );
  cursor: pointer;
  padding-bottom: 1px;
  margin-right: 22px;
}
#block2 .grid5-item:last-child {
  margin: 0;
}
#block2 .grid5-item:hover .grid5-btn:before {
  opacity: 1;
}
#block2 .grid5-img {
  width: 100%;
  height: 100px;
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 3px 13px 4px rgba(147, 83, 92, 0.3);
  position: relative;
}

#block2 .grid5-img::before{
  content: '';
  background-image: url(../images/play_circle_filled.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}

#block2 .grid5-under {
  padding-top: 6px;
  height: 46px;
}
#block2 .grid5-actor {
  color: #000;
}
#block2 .grid5-actor, #block2 .grid5-subtitle {
  width: calc( 100% - 33px - 10px);
}

#block1 .grid1-item,
#block1 .grid22-item,
#block1 .grid3-item,
#block1 .grid4-item, #block1 .grid42-item,
#block1 .grid5-item, #block2 .grid1-item,
#block2 .grid22-item,
#block2 .grid3-item,
#block2 .grid4-item, #block2 .grid42-item,
#block2 .grid5-item {
  display: none;
  cursor: pointer;
}

#block2 .grid1-item:nth-child(1), #block2 .grid1-item:nth-child(2), #block2 .grid1-item:nth-child(3), #block2 .grid1-item:nth-child(4) {
  display: block;
}
#block2 .grid5-item:nth-child(1), #block2 .grid5-item:nth-child(2), #block2 .grid5-item:nth-child(3), #block2 .grid5-item:nth-child(4), #block2 .grid5-item:nth-child(5), #block2 .grid5-item:nth-child(6), #block2 .grid5-item:nth-child(7), #block2 .grid5-item:nth-child(8), #block2 .grid5-item:nth-child(9), #block2 .grid5-item:nth-child(10) {
  display: inline-block;
}
#block2 .grid5-item:nth-child(1), #block2 .grid5-item:nth-child(2), #block2 .grid5-item:nth-child(3), #block2 .grid5-item:nth-child(4), #block2 .grid5-item:nth-child(5) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  #block1 .grid1-item:nth-child(1), #block1 .grid1-item:nth-child(2), #block1 .grid1-item:nth-child(3), #block1 .grid1-item:nth-child(4), #block1 .grid1-item:nth-child(5), #block1 .grid1-item:nth-child(6), #block1 .grid1-item:nth-child(7), #block1 .grid1-item:nth-child(8), #block1 .grid1-item:nth-child(9) {
    display: block;
  }
  #block1 .grid22-item:nth-child(1), #block1 .grid22-item:nth-child(2), #block1 .grid22-item:nth-child(3), #block1 .grid22-item:nth-child(4), #block1 .grid22-item:nth-child(5), #block1 .grid22-item:nth-child(6), #block1 .grid22-item:nth-child(7), #block1 .grid22-item:nth-child(8), #block1 .grid22-item:nth-child(9), #block1 .grid22-item:nth-child(10) {
    display: flex;
  }
  #block1 .grid3-item:nth-child(1), #block1 .grid3-item:nth-child(2), #block1 .grid3-item:nth-child(3), #block1 .grid3-item:nth-child(4), #block1 .grid3-item:nth-child(5) {
    display: block;
  }
  #block1 .grid4-item:nth-child(1), #block1 .grid4-item:nth-child(2), #block1 .grid4-item:nth-child(3), #block1 .grid4-item:nth-child(4), #block1 .grid4-item:nth-child(5), #block1 .grid4-item:nth-child(6), #block1 .grid4-item:nth-child(7), #block1 .grid4-item:nth-child(8), #block1 .grid4-item:nth-child(9) {
    display: flex;
    margin-bottom: 14px;
  }
  #block1 .grid42-item:nth-child(1), #block1 .grid42-item:nth-child(2), #block1 .grid42-item:nth-child(3), #block1 .grid42-item:nth-child(4), #block1 .grid42-item:nth-child(5) {
    display: block;
  }
  #block1 .grid42-item:nth-child(5) {
    padding-bottom: 0;
  }

  #block2 .grid3-item:nth-child(1), #block2 .grid3-item:nth-child(2), #block2 .grid3-item:nth-child(3) {
    display: flex;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  #block1 .grid1-item:nth-child(1), #block1 .grid1-item:nth-child(2), #block1 .grid1-item:nth-child(3), #block1 .grid1-item:nth-child(4), #block1 .grid1-item:nth-child(5), #block1 .grid1-item:nth-child(6), #block1 .grid1-item:nth-child(7), #block1 .grid1-item:nth-child(8), #block1 .grid1-item:nth-child(9), #block1 .grid1-item:nth-child(10) {
    display: block;
  }
  #block1 .grid22-item:nth-child(1), #block1 .grid22-item:nth-child(2), #block1 .grid22-item:nth-child(3), #block1 .grid22-item:nth-child(4), #block1 .grid22-item:nth-child(5), #block1 .grid22-item:nth-child(6), #block1 .grid22-item:nth-child(7), #block1 .grid22-item:nth-child(8), #block1 .grid22-item:nth-child(9), #block1 .grid22-item:nth-child(10) {
    display: flex;
  }
  #block1 .grid3-item:nth-child(1), #block1 .grid3-item:nth-child(2), #block1 .grid3-item:nth-child(3), #block1 .grid3-item:nth-child(4), #block1 .grid3-item:nth-child(5) {
    display: block;
  }
  #block1 .grid4-item:nth-child(1), #block1 .grid4-item:nth-child(2), #block1 .grid4-item:nth-child(3), #block1 .grid4-item:nth-child(4), #block1 .grid4-item:nth-child(5), #block1 .grid4-item:nth-child(6), #block1 .grid4-item:nth-child(7), #block1 .grid4-item:nth-child(8), #block1 .grid4-item:nth-child(9) {
    display: flex;
    margin-bottom: 14px;
  }
  #block1 .grid42-item:nth-child(1), #block1 .grid42-item:nth-child(2), #block1 .grid42-item:nth-child(3), #block1 .grid42-item:nth-child(4), #block1 .grid42-item:nth-child(5) {
    display: block;
  }
  #block1 .grid42-item:nth-child(5) {
    padding-bottom: 0;
  }

  #block2 .grid3-item:nth-child(1), #block2 .grid3-item:nth-child(2), #block2 .grid3-item:nth-child(3), #block2 .grid3-item:nth-child(4) {
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  #block1 .grid1-item:nth-child(1), #block1 .grid1-item:nth-child(2), #block1 .grid1-item:nth-child(3), #block1 .grid1-item:nth-child(4), #block1 .grid1-item:nth-child(5), #block1 .grid1-item:nth-child(6), #block1 .grid1-item:nth-child(7), #block1 .grid1-item:nth-child(8), #block1 .grid1-item:nth-child(9), #block1 .grid1-item:nth-child(10) {
    display: block;
  }
  #block1 .grid22-item:nth-child(1), #block1 .grid22-item:nth-child(2), #block1 .grid22-item:nth-child(3), #block1 .grid22-item:nth-child(4), #block1 .grid22-item:nth-child(5), #block1 .grid22-item:nth-child(6), #block1 .grid22-item:nth-child(7), #block1 .grid22-item:nth-child(8) {
    display: flex;
  }
  #block1 .grid3-item:nth-child(1), #block1 .grid3-item:nth-child(2), #block1 .grid3-item:nth-child(3), #block1 .grid3-item:nth-child(4), #block1 .grid3-item:nth-child(5) {
    display: block;
  }
  #block1 .grid4-item:nth-child(1), #block1 .grid4-item:nth-child(2), #block1 .grid4-item:nth-child(3), #block1 .grid4-item:nth-child(4), #block1 .grid4-item:nth-child(5), #block1 .grid4-item:nth-child(6), #block1 .grid4-item:nth-child(7), #block1 .grid4-item:nth-child(8), #block1 .grid4-item:nth-child(9) {
    display: flex;
    margin-bottom: 19px;
  }
  #block1 .grid42-item:nth-child(1), #block1 .grid42-item:nth-child(2), #block1 .grid42-item:nth-child(3), #block1 .grid42-item:nth-child(4) {
    display: block;
  }
  #block1 .grid42-item:nth-child(4) {
    padding-bottom: 0;
  }

  #block2 .grid3-item:nth-child(1), #block2 .grid3-item:nth-child(2), #block2 .grid3-item:nth-child(3), #block2 .grid3-item:nth-child(4) {
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  #block1 .grid1-item.add-hr {
    padding-top: 5px;
  }
  #block1 .grid3-item.add-hr {
    padding-top: 3px;
  }
  #block1 .grid32-box {
    height: 530px;
  }
  #block1 .grid4-box {
    height: 300px;
    /*height: 630px;*/
    margin: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  #block1 .grid1-item.add-hr {
    padding-top: 5px;
  }
  #block1 .grid32-box {
    height: 530px;
  }
  #block1 .grid4-box {
    height: 300px;
    /*height: 630px;*/
    margin: 20px 0px 20px 0px;
  }
}
@media screen and (min-width: 1441px) {
  #block1 .grid32-box {
    height: 500px;
  }
  #block1 .grid4-box {
    height: 320px;
    /*height: 630px;*/
    margin: 20px 0px 20px 0px;
  }
  .wtly{
    margin-bottom: 20px;
  }
}
#foo {
  padding-top: 28px;
  position: relative;
}
#foo #foo-left, #foo #foo-right {
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #333;
  width: 40px;
}
#foo #foo-left {
  left: -40px;
}
#foo #foo-right {
  right: -40px;
}

.f1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: left;
  color: #f4f4f4;
  display: flex;
  align-items: center;
}

.msg-board {
  display: inline-block;
  background-image: url('../images/email.png?1603432039');
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin-left: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.f2 {
  position: relative;
  margin: 10px 0 20px;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7e7e7e;
}

.f2-1 {
  float: left;
  left: 0px;
}

.f2-2 {
  float: right;
  right: 20px;
  padding-top: 7px;
  font-size: 12px;
}

#sidebar-scroller-title, #sidebar-under-title {
  font-size: 1rem;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#sidebar-scroller-title:after, #sidebar-under-title:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 7px;
}

#sidebar {
  bottom: 0;
  right: -330px;
  width: 330px;
  background-color: #354E85;
  z-index: 10;
  transition: right 0.3s;
}
#sidebar.is-open {
  right: 0;
}

#sidebar-title {
  height: 68px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#sidebar-icon {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

#sidebar-level {
  font-size: 1.5rem;
  font-family: arial;
  letter-spacing: 1px;
}

#sidebar-scroller {
  background-color: #11244F;
  position: relative;
  padding: 20px;
  height: calc( 100% - 68px - 100px );
  overflow: auto;
}

#sidebar-scroller-title {
  margin-bottom: 20px;
}
#sidebar-scroller-title:after {
  left: 142px;
}

#sidebar-list {
  list-style-type: none;
}

.sidebar-item {
  color: #fff;
  display: flex;
  width: 100%;
  text-decoration: none;
  margin-bottom: 25px;
  cursor: pointer;
}
.sidebar-item:last-child {
  margin: 0;
}
.sidebar-item[data-sort='1'] .sidebar-time span {
  color: #f74768;
}
.sidebar-item[data-sort='1'] .sidebar-dot {
  background-color: #f74768;
}
.sidebar-item[data-sort='12'] .sidebar-time span {
  color: #bd00f3;
}
.sidebar-item[data-sort='12'] .sidebar-dot {
  background-color: #bd00f3;
}
.sidebar-item[data-sort='3'] .sidebar-time span {
  color: #ffab00;
}
.sidebar-item[data-sort='3'] .sidebar-dot {
  background-color: #ffab00;
}
.sidebar-item[data-sort='4'] .sidebar-time span {
  color: #4e8ea8;
}
.sidebar-item[data-sort='4'] .sidebar-dot {
  background-color: #4e8ea8;
}
.sidebar-item[data-sort='5'] .sidebar-time span {
  color: #7bbd03;
}
.sidebar-item[data-sort='5'] .sidebar-dot {
  background-color: #7bbd03;
}
.sidebar-item[data-sort='6'] .sidebar-time span {
  color: #00c4c4;
}
.sidebar-item[data-sort='6'] .sidebar-dot {
  background-color: #00c4c4;
}
.sidebar-item[data-sort='7'] .sidebar-time span {
  color: #b47bff;
}
.sidebar-item[data-sort='7'] .sidebar-dot {
  background-color: #b47bff;
}
.sidebar-item[data-sort='8'] .sidebar-time span {
  color: #ff642c;
}
.sidebar-item[data-sort='8'] .sidebar-dot {
  background-color: #ff642c;
}
.sidebar-item[data-sort='9'] .sidebar-time span {
  color: yellow;
}
.sidebar-item[data-sort='9'] .sidebar-dot {
  background-color: yellow;
}
.sidebar-item[data-sort='10'] .sidebar-time span {
  color: pink;
}
.sidebar-item[data-sort='10'] .sidebar-dot {
  background-color: pink;
}
.sidebar-item[data-sort='11'] .sidebar-time span {
  color: #08d16b;
}
.sidebar-item[data-sort='11'] .sidebar-dot {
  background-color: #08d16b;
}
.sidebar-item.is-no-level .sidebar-left {
  width: 100%;
}
.sidebar-item.is-no-level .sidebar-right {
  display: none;
}

.sidebar-time span {
  margin-right: 5px;
}

.sidebar-left {
  width: 250px;
  display: flex;
  overflow: hidden;
}

.sidebar-dot {
  width: 5px;
  height: 100%;
  background-color: #aaa;
  margin-right: 12px;
  border-radius: 3px;
}

.sidebar-info {
  width: calc( 100% - 5px - 12px );
}

.sidebar-time {
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.sidebar-title {
  font-size: 0.75rem;
}

.sidebar-right {
  width: calc( 100% - 250px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.75rem;
}

#sidebar-under {
  padding: 20px;
  height: 100px;
  background-color: rgba(28, 28, 28, 0.55);
}

#sidebar-under-title:after {
  left: 72px;
}

#sidebar-under-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}

.sidebar-under-hr {
  width: 1px;
  height: 18px;
  background-color: #fff;
}

.sidebar-under-item a {
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar-under-item a img {
  margin-right: 8px;
}

@media screen and (max-width: 1199px) {
  #sidebar {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #sidebar {
    position: fixed;
    top: 96px;
  }
}

.footerBook span{
  display: inline-block;
  cursor: pointer;
  color: #B3B3B3;
  font-family: 微軟正黑體;
  font-size: 15px;
  font-weight: 500;
  cursor:pointer;
}

