@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+TC|Noto+Serif+TC&display=swap');
body {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  background-color: #ffb801;
  text-align: left;
  vertical-align: top;
}
table {
  margin: 0 auto;
}
img {
  border: 0;
}
a {
  color: #715341;
  text-decoration: none;
}
a:hover {
  color: #955027
}
p {
  margin: 0;
}
.header {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #333333;
}
.header a {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header a:hover {
  color: #FFF000;
  text-decoration: underline;
}
.content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#footer {
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  background-color: #333;
}
.scrollup {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/top.png) no-repeat;
  z-index: 9999;
}
#headerbg {
  margin: 0 auto;
  padding: 0;
  background-image: url("../images/index_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 720px;
  width: 100%;
}
#title {
  position: absolute;
  top: 87px;
  left: 71px;
}
#subtitle {
  position: absolute;
  top: 417px;
  left: 270px;
}
#btn {
  background-color: #ff6282;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.btn {
  display: inline-block;
}
.btn img {
  margin: 9px 20px;
}
.text_area {
  background-color: #fff;
  width: 880px;
  border-radius: 20px;
  padding: 50px 40px;
  margin: 40px auto 20px auto;
}
.title {
  font-size: 38px;
  line-height: 38px;
  padding: 20px 20px;
  background-color: #00468d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 80px;
}
.about {
  padding: 0 20px;
}
.about p {
  text-indent: 2em;
}
.highlight {
  font-size: 26px;
  color: #F93A64;
  font-weight: bold;
  text-indent: 0em !important;
  margin: 10px 20px 0 20px;
}
.teacher {
  width: 306px;
  display: inline-block;
  margin: 0 30px;
  background-color: #FFF785;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
	vertical-align: top;
}
.school {
  font-size: 16px;
  color: #00468d;
}
.teacher_name {
  font-size: 32px;
  color: #00468d;
  font-weight: bold;
}
.teacher_info {
  font-size: 16px;
	line-height: 21px;
  color: #a40000;
}
.teacher_about {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.date {
  font-size: 90px;
  color: #00468d;
  padding: 10px;
  margin: 60px auto 20px auto;
  text-align: center;
}
.week {
  font-size: 32px;
  padding: 0 10px;
}
.time {
  font-size: 56px;
}
.btn0 {
  width: 270px;
  padding: 18px 0 10px 0;
  border-radius: 10px;
  display: inline-block;
  margin: 10px 20px;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  cursor: pointer;
}
.btn0 p {
  font-size: 15px;
}
.btn01 {
  background-color: #F93A64;
}
.btn02 {
  background-color: #E95515;
}
.mag {
  margin: 30px 30px 0 auto;
  text-align: center;
}
.text_c {
  text-align: center;
  margin: 0 auto;
}
.cc {
  text-align: center;
  margin: 0 auto;
}
.text_w {
  font-size: 21px;
  color: #fff;
  letter-spacing: 3px;
}
.info {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  padding-left: 50px;
}
.info ul li:first-child {
  list-style: none;
  margin-left: -20px;
}