@charset "UTF-8";
main {
  padding: 100px 0;
}

main .page_title {
  letter-spacing: 2px;
}

main .page_title h2 {
  color: #95bc69;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  left: -2px;
}

@media (max-width: 1200px) {
  main .page_title h2 {
    font-size: 30px;
  }
}

main .page_title .breadcrumb {
  font-size: 14px;
  padding: 32px 0;
  background-color: initial;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  main .page_title .breadcrumb {
    padding: 10px 0;
  }
}

main .page_title .breadcrumb .breadcrumb-item, main .page_title .breadcrumb .breadcrumb-item.active {
  color: #4c362a;
}

main .page_title .breadcrumb .breadcrumb-item a, main .page_title .breadcrumb .breadcrumb-item.active a {
  color: #4c362a;
}

main .page_title .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

main .teacher_box {
  width: 80%;
  background-color: #EFEDB1;
  -webkit-box-shadow: 10px 10px 0 #ef889c;
          box-shadow: 10px 10px 0 #ef889c;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  main .teacher_box {
    padding: 15px 15px;
  }
}

main .teacher_box span {
  width: 100%;
  display: block;
  text-align: center;
}

main .teacher_box .name {
  color: #0076c6;
  font-size: 22px;
  font-weight: bold;
  font-family: "微軟正黑體";
}

@media (max-width: 1200px) {
  main .teacher_box .name {
    font-size: 18px;
  }
}

main .teacher_box .obey {
  color: #ef889c;
  font-size: 16px;
  font-weight: bold;
  font-family: "微軟正黑體";
  word-break: normal;
  white-space: pre-wrap;
}
/*# sourceMappingURL=04-02-team-main.css.map */