@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Serif+TC&display=swap");
html, body {
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans TC' ,"Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #3e5154;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 480px) {
  body {
    background: #f9e7d8;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif TC', serif;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 650px;
}

@media screen and (max-width: 1024px) {
  header {
    height: 480px;
  }
}

@media screen and (max-width: 820px) {
  header {
    height: 390px;
  }
}

@media screen and (max-width: 480px) {
  header {
    background-image: url(../images/banner_mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 450px;
  }
}

header h1 {
  padding-left: 14.5%;
  text-indent: -9999px;
}

footer {
  padding-top: 200px;
  padding-bottom: 10px;
  text-align: center;
  color: #3e5154;
  font-size: 0.9rem;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

article {
  max-width: 1280px;
  width: 95%;
  margin: auto;
  margin-top: -80px;
  border-radius: 15px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
  article {
    margin-top: -150px;
  }
}

article h2 {
  font-size: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media screen and (max-width: 820px) {
  article h2 {
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  article h2 {
    font-size: 1.8rem;
  }
}

article h3 {
  color: #751c21;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  article h3 {
    font-size: 1.3rem;
  }
}

article p {
  width: 80%;
  margin: auto;
}

article p:last-child {
  padding-bottom: 2rem;
}

@media screen and (max-width: 820px) {
  article p {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  article p {
    font-size: .95rem;
  }
}

article section {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.sch {
  padding: 0 30px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .sch {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sch {
    padding: 6px;
    flex-direction: column;
  }
}

.sch:nth-child(even) {
  background-color: #fef5ee;
}

.sch .date {
  width: 120px;
  color: #3e5154;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
}

@media screen and (max-width: 820px) {
  .sch .date {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sch .date {
    padding-left: 15px;
  }
}

.sch .date span {
  font-size: 0.9rem;
  padding-left: 2px;
}

.sch .date i {
  color: #9a8e78;
  font-style: normal;
  font-size: 1rem;
  display: block;
  padding-top: 5px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .sch .date i {
    display: inline;
  }
}

.sch .box {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  .sch .box {
    width: 100%;
  }
}

.sch .box .item {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #9c8f79;
  display: flex;
  flex-direction: row;
  margin-left: 0.5rem;
}

@media screen and (max-width: 820px) {
  .sch .box .item {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .sch .box .item {
    border-bottom: 1px solid #3e5154 !important;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .sch .box .item:last-child {
    border-bottom: none !important;
  }
}

.sch .box .item .time {
  border-radius: 8px;
  color: #fff;
  padding: 0 6px;
  margin-bottom: 2px;
  font-size: 110%;
}

.sch .box .item .title {
  display: block;
  color: #3e5154;
  font-size: 130%;
}

@media screen and (max-width: 820px) {
  .sch .box .item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0.2rem;
  }
}

.sch .box .item_de {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  align-items: center;
  min-width: 165px;
}

.sch .box .item_de:first-child {
  background-color: #edebed;
  border-radius: 60px 0 0 60px;
}

.sch .box .item_de:last-child {
  background-color: #dededf;
  border-radius: 0 60px 60px 0;
}

@media screen and (max-width: 480px) {
  .sch .box .item_de {
    border-radius: 60px !important;
    margin-top: 8px;
    width: 210px;
  }
}

.sch .box .item_de figure {
  margin-left: 10px;
}

.sch .box .item_de figure img {
  display: block;
}

@media screen and (max-width: 480px) {
  .sch .box .item_de figure img {
    width: 65px;
  }
}

.sch .box .item_de .hint {
  color: #3e5154;
  font-weight: 800;
  padding-left: 2px;
}

.sch .box .item_de.one {
  border-radius: 60px;
}

.sch .box .btn {
  margin-right: 8px;
}

.sch .box .btn.end a {
  color: #fff;
  background-color: #ddd;
}

.sch .box .btn a {
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3e5154;
  background-image: url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

@media screen and (max-width: 480px) {
  .sch .box .btn a {
    width: 40px;
    height: 40px;
    background-size: 22px;
  }
}

.red {
  background-color: #ba696b;
}

.brown {
  background-color: #a0896b;
}

.main_color {
  background-color: #3e5154;
}

.ora {
  background-color: #dea554;
}

.item_bg_g {
  background-color: #edebed !important;
}

.item_bg_h {
  background-color: #dededf !important;
}
/*# sourceMappingURL=style.css.map */