@charset "UTF-8";
/* CSS Document */

.container,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.panel-body,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
p,
span {
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

.nav-item a:hover,
.nav-link:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#mainNav .navbar-brand {
  color: #fff;
}

.more {
  text-align: center;
  margin: 0 auto;
}

.team-member .h4,
.team-member h4 {
  margin: 5px auto;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
}

.team-member img {
  width: 12rem;
  height: 12rem;
  border: .5rem solid rgba(0, 0, 0, 0.1);
  margin: 1% auto;
}

.rounded-circle {
  border-radius: 50% !important;
}

.responsive {
  width: 100%;
  height: auto;
}

.list-box {
  padding: 2% 0;
}

.list-box h3 {
  font-size: 1.5em;
  margin: 0;
}

.list-box li {
  margin-bottom: 2%;
}

.thumbnail {
  border: 1px solid #CCC;
  padding: 5px;
  background: #f9f9f9;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.video-wrapper {
  margin: 30px auto;
  text-align: center;
  max-width: 600px;
}

.mbr-buttons {
  margin: 2% auto;
  position: relative;
  text-align: center;
  top: 0;
}

.page-section a {
  font-size: 18px;
  margin: 2px;
}

.title {
  margin: 3% auto;
  line-height: 35px;
}

.title h2 {
  font-size: 2.2rem;
}

.title h3 {
  color: #333;
  font-weight: 500;
  font-size: 1.2em;
  margin: 1rem auto;
  text-align: left;
  line-height: 35px;
  width: 85%;
}

.title h4 {
  color: #333;
  font-weight: 500;
  font-size: 1.4em;
  margin: 1rem auto;
  text-align: center;
  line-height: 35px;
  width: 90%;
}

sssss .title-h4 {
  color: rgb(252, 78, 51);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: .5em;
}
@media (max-width: 768px) {
  .previewVideoIframe {
    margin: 5% auto;
    text-align: center;
    min-height: 200px;
    width: 100%;
  }

  .heading h2 {
    color: #45789c;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
  }

}
@media (min-width: 768px) {
  .margin2 {
    margin: 2%;
  }

  .previewVideoIframe {
    width: 100%;
    min-height: 315px;
    margin: 0 auto;
    text-align: center;
  }

  .heading h2 {
    color: #45789c;
    font-size: 2.5rem;
    font-weight: 600;
  }

}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  header.masthead {
    padding-top: 50%;
    padding-bottom: 50%;
    text-align: center;
    color: #fff;
    background-image: url("../assets/images/header-bg-xs.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    /* height: 600px; */
    margin-top: 50px;
  }

  header.masthead .masthead-heading {
    font-size: 3em;
    font-weight: 700;
    line-height: 3.25rem;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

}

.left {
  text-align: left;
}

.team-member-info h4 {
  text-align: left;
  max-width: 450px;
}

.portfolio-caption .text-muted {
  padding: 0;
}

.btn-light {
  border: 1px solid #000;
  background-color: #ffffff00;
}

.btn-light:hover {
  border: 1px solid #000;
  background-color: #fff;
}

.teacher-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.img-responsive {
  width: 100%;
}

.more {
  text-align: center;
  margin: 3% auto;
  border: none;
  padding: 2%;
}

.heading-center {
  text-align: center;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;

  padding: 3%;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #45789c;
  --bs-btn-border-color: #45789c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #325e7d;
  --bs-btn-hover-border-color: #325e7d;
  --bs-btn-focus-shadow-rgb: 255, 208, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #325e7d;
  --bs-btn-active-border-color: #325e7d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #45789c;
  --bs-btn-disabled-border-color: #45789c;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #3a893c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3a893c;
  --bs-btn-hover-border-color: #3a893c;
  --bs-btn-focus-shadow-rgb: 255, 208, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3a893c;
  --bs-btn-active-border-color: #3a893c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}
@media (min-width: 768px) {
  .heading p {
    color: #333;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto;
    text-align: left;
    max-width: 80%;
  }

}

.info-box {
  min-height: 100px;
  padding-bottom: 10px;
  /* background: #fff; */
}

.info-box h5 {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

section ol li,
section ul li {
  font-size: 16px;
  text-align: left;
  letter-spacing: 1.2px;
  text-shadow: none;
}

dir,
menu,
ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 1em;
  -webkit-padding-start: 40px;
}

.shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.4);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
}

section {
  padding: 3rem 0;
}

.outline {
  padding: 0 2%;
}

.outline h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 2%;
}

.outline p {
  font-size: 18px;
  color: #333;
  margin-bottom: 2%;
  padding-left: 2px;
}

.accordion-button {
  font-weight: 600;
}

.accordion-body {
  font-size: 14px;
}

.accordion {
  margin-bottom: 2%;
}


.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.wrap-radious {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  background: #fff;
}



.accordion-button{
    margin: 0;
    padding: 20px 10px;
    font-size: 1.3rem;
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: red;
    margin: 0;
    padding: 20px 10px;
}