@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body{
  background: #fefff0;
  padding: 0.5em 30px;
  color: #fff;
}

#header-share {
  text-align: center;
  width: 900px;
}

#header-rwd {
    display: none;
}

.schedule-wrapper{
  max-width:1400px;
  margin:auto;
}


.title-banner{
    display: flex;
    justify-content: flex-start;
    padding: 2% 0 0 4%;
}

.title-banner .banner{float: left;}
.title-banner .banner img{width: 300px}
.title-banner .banner-t{
 padding: 1.7% 0 0 4%;
 font-size: 1.65rem;
 color: #114e61;}

.title-banner .banner-t span{
 font-size: 1.1rem;
 letter-spacing: 1px;
 display: block;
}

.title{
  text-align:center;
  margin-bottom:24px;
}

.title h1{
    font-size: 3.1rem;
    line-height: 3.5rem;
    letter-spacing: 3px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #009db1;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 16px #fff, 0 0 10px #fff;
}
.title h1 .number{font-size: 3.7rem;vertical-align: bottom}
.title h1 .season{color: #a558d4;}

.title h3{
  color: #a558d4;
  letter-spacing: 2px;
  font-size: 1.9rem;
}

.title h3 span{
  color: #2c6171;  
}
.schedule{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:12px;
}

.day-column{
  background:#ebebeb;
  /*background:#9f9c9c7d;*/
  border-radius:18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height: 400px;
}

.day-header{
  background:#fff;
  background: #a558d4;
  background: #2e5233;
  text-align:center;
  padding:16px 10px;
  border-bottom:2px solid #e5e7eb;
}

.day-header .en{
  font-size:13px;
  color:#ffffffbd;
  margin-bottom:4px;
  font-weight: bold;
}

.day-header .zh{
  font-size:18px;
  font-weight: bold;
  /*color:#111827;*/
}

.class-list{
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.class-card{
  border-radius:7px;
  padding:12px;
  color:#111827;
  /*box-shadow:0 2px 8px rgba(0,0,0,.08);*/
  height: 50px;
  text-align: center;
}

.yellow{
  background:#fff7dd;
}

.blue{
  background:#e8f3ff; 
}

.pink{
  background:#ffe9f3;
}

.green{
  background:#e8ffda;
}

.purple{
  background:#c4b5fd;
}



.bg_w{background-image: linear-gradient(to bottom, #ffffff 50%, #e1e1e1 100%);}
.bg_claret{background-image: linear-gradient(to bottom, #ffdbf3 50%, #e69acd 100%);}
.bg_org{background-image: linear-gradient(to bottom, #ffffff 50%, #e1e1e1 100%);}
.bg_blue{background-image: linear-gradient(to bottom, #c2e9ff 50%, #83d2ff 100%);}
.bg_pink{background-image: linear-gradient(to bottom, #ffe0df 50%, #ffc0bd 100%);}
.bg_green{background-image: linear-gradient(to bottom, #effb75 50%, #d1e046 100%)}
.bg_earth_yellow{background-image: linear-gradient(to bottom, #ffebb0 50%, #ffcf40 100%)}
.bg_purple{background-image: linear-gradient(to bottom, #e7dfff 50%, #cec0f9 100%)}



.time{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.course{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #9E9E9E;
}

.course a{
 color:#114e61;
}

.course a:hover{
 /*color:#ca3929;*/
 color:#a558d;
}

.teacher{
  font-size: 14px;
  margin-bottom: 6px;
}

.tag{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background:rgba(255,255,255,.7);
  background: #f43636cf;
  font-size: 13px;
  /* font-weight: bold; */
  color: #fff;
}

.class-type {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 3px;
  grid-auto-flow: column;
}

.note{
  margin-top: 1em;
  background: #009db1;
  border-radius: 20px;
  padding: 1em 1.5em 1em;
  color:#fffffff7;  
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.note h3{
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.8em;
  text-align: center;
  color: #b5f7ff;
}

.note ul{
  list-style: disc;
  font-size: 18px;
}

.note ol{
  list-style: auto;
  font-size: 23px;
}

.note li{
    border-bottom: 1px #ffffff9e dotted;
    padding: 5px 0;
    text-align: justify;
}

.note p{
  font-size: 18px;
  line-height: 1.2em;
  margin: 8px 0;
  border-bottom: 1px #ffffff9e dotted;
}
.note p.no_pointline{border-bottom: 0}

.note a{
  color: #fbec61;
}
.note img{
  margin: 0 10px;
  width: 90%;
  /*max-width: 580px;*/
  max-width: 420px;
}

.note span{
  color: #b5f7ff;
  font-size: 12px;
}


.ask_branch{margin: 1rem 0 3rem;font-size: 1.6rem;display: flex;justify-content: center;}
.ask_branch a{padding: 4px 15px;border-radius: 50px;text-decoration: none;background-color: #a558d4;color: #fff;padding: .7% 2%;margin-right: 10px;}
.ask_branch a:hover{background-color: #00BCD4;}



/* 隱藏展開內容，設定最大高度為 0 */
.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  _background-color: #f1f1f1;
}

/* 滑鼠滑過時，將 max-height 設為足夠大的數值 */
.dropdown:hover .dropdown-content {
  max-height: 400px; /* 必須大於內容實際高度 */
  padding: 10px;
}


#gotop{
  text-align: center;
  position: fixed;
  z-index: 1;
  bottom: 77%;
  right: 1.5%;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgb(255 255 255 / 40%), 0 10px 20px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgb(255 255 255 / 40%), 0 10px 20px rgb(0 0 0 / 20%);
  float: left;
  border-radius: 10px;
}
#gotop h2 {
  font-weight: normal;
  font-size: 1.1em;
  background-color: #4CAF50;
  border-radius: 10px 10px 0 0;
  padding: 6px 0;
  color: #fff;
  margin: 0;
  transition: all .3s linear;
}
#gotop p {
    line-height: 1.3rem;
    margin: 2.5%;
    color: #161419;
    font-size: .8rem;
}
#gotop a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  width: 200px;
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 1px solid #607D8B;
}
#gotop a:hover {
  POSITION: relative;
  TOP: 0px;
  left: 0px;
  color: #00bcd4;
  width: 200px;
  transform: scale(1.1);
  text-decoration: none;
}
#gotop a:hover {
 border-bottom: 1px solid #607D8B;
 transform: scale(1);
}
/*#gotop a:active {
   color: #FF0;
   text-decoration: none;
}*/
#gotop a:last-child {
  border-bottom-style: none;
  border-top:1px solid #607D8B;
}

.more {
  /* width: 80%; */
  padding-top: 20px;
  padding-bottom: 20px;
  /* background-color: #900;*/
  clear: both;
  float: none;
  margin-left: 10%;
  margin-right: 10%;
  /*background-image: url(../images/20190201_bg2.png);
  background: linear-gradient(to right, #842626 4%, #96120b 88%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842626', endColorstr='#96120b',GradientType=1 ); /* IE6-9 */
}
.more ul {
  clear: both;
  float: none;
}
.more p {
  font-size: 19px;
  font-weight: bold;
  color: #dda254;
  margin: 5px 0px;
  padding: 0px;
}
.more ul {
  margin: 0px;
  list-style-position: outside;
  list-style-type: disc;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
}
.more .NewsStyle {
  color: #FFF;
  margin: 0px;
  padding: 0px;
}
.more .NewsStyle a {
  font-size: 15px;
  line-height: 1.5em;
  color: #FFF;
  text-decoration: none;
}
.more .NewsStyle a:visited {
  color: #FFF;
  text-decoration: none;
}
.more .NewsStyle a:hover {
  color: #FFF;
  text-decoration: underline;
}
.more .NewsStyle a:active {
  color: #FFF;
  text-decoration: underline;
}

@media(max-width:1100px){
  .schedule{
    grid-template-columns:repeat(2,1fr);
  }
  .class-type{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .schedule{
    grid-template-columns:1fr;
  }
  .class-type{
    grid-template-columns:1fr;
  }

  .title h1{
    font-size:36px;
    line-height: 42px;
  }
}


@media screen and (max-width:767px){ 
.br_mb{display: block;}
#gotop{
  text-align: center;
  position: fixed;
  z-index: 1;
  bottom: 0%;
  right: 1.5%;
}
/*#gotop {
  text-align: center;
  position: fixed;
  z-index: 1;
  bottom: -6%;
  right: 33.5%;
}*/
.title-banner .banner {margin-left: -7%;}
.title h3 {font-size: 1.5rem;margin-left: 6%;}
.title-banner {display: flex;justify-content: center;padding: 14% 0 0 4%;}
.title-banner .banner img {width: 190px;}
.title h1 .number {font-size: 2.6rem;}
.title h3 {font-size: 1.5rem;}
.note {padding: 1em 1em 1em 0em;}
.note ol {list-style: auto;font-size: 17px;}
/*.note p {font-size: 16px;line-height: 1.2em;padding: 0 14px;margin-left: 14px;}*/
.note p {font-size: 16px;line-height: 1.5rem;padding: 10px 0 0;margin-left: 14px;border-top: 1px #ffffff9e dotted;border-bottom: 0;}
.class-type {grid-template-columns: 1fr;grid-auto-flow: dense;}
.class-card {height: auto;}
.day-column {min-height: auto;}
.ask_branch {font-size: 1.2rem;}
.ask_branch a {
  border-radius: 20px;
  padding: .7% 4%;
  margin-right: 4px;
  text-align: center;
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

    
}

