/******************************************************************************************************************************/
:root {
  --swiper-navigation-color: #c1c1c1;
  --swiper-pagination-color: #579544;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

.swiper {
  width: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 215px;
  height: auto;
  object-fit: cover;
}

.relatedLinkBlk {
  padding: 5rem 0;
}
@media screen and (max-width: 992px) {
  .relatedLinkBlk {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .relatedLinkBlk {
    padding: 2rem 0;
  }
}
.relatedLinkBlk h2 {
  color: #e70000;
}
@media screen and (max-width: 576px) {
  .relatedLinkBlk h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
}
.relatedLinkBlk .swiper {
  height: 220px;
  max-height: 220px;
}
@media screen and (max-width: 576px) {
  .relatedLinkBlk .swiper {
    height: 160px;
    max-height: 160px;
  }
}
.relatedLinkBlk .swiper-wrapper {
  width: 55%;
}
.relatedLinkBlk .swiper-slide {
  background: transparent;
  min-height: 10rem;
}
.relatedLinkBlk .swiper-horizontal > .swiper-pagination-bullets {
  bottom: -10px;
  min-height: 30px;
}
.relatedLinkBlk .swiper-button-prev,
.relatedLinkBlk .swiper-button-next {
  opacity: 0.5;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.relatedLinkBlk .swiper-button-prev:after,
.relatedLinkBlk .swiper-button-next:after {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .relatedLinkBlk .swiper-button-prev:after,
  .relatedLinkBlk .swiper-button-next:after {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  .relatedLinkBlk {
    margin: 0;
    padding-bottom: 2.5rem;
  }
}

.relatedLinkSwiper .swiper-pagination-bullet {
  background: #dbe9d7;
  opacity: 1;
}

.relatedLinkSwiper .swiper-pagination-bullet-active {
  background: #579544;
}

.relatedLinkSwiper .swiper-button-prev {
  left: 0;
}

.relatedLinkSwiper .swiper-button-next {
  right: 0;
}


.h2Title {/* title of News and classrooms */
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1500px) {
  .h2Title {
    font-size: 1.625rem;
  }
}
@media (max-width: 1200px) {
  .h2Title {
    font-size: 1.25rem;
  }
}
.h2Title span {
  position: relative;
  z-index: 2;
  background: linear-gradient(#89b57c, #89b57c) no-repeat 100% 93%/100% 7px;
}
@media (max-width: 992px) {
  .h2Title span {
    background: linear-gradient(#89b57c, #89b57c) no-repeat 100% 93%/100% 3px;
  }
}
.h2Title abbr {
  display: inline-block;
}
.h2Title img {
  margin-right: 15px;
  width: 30px;
}
@media (max-width: 1500px) {
  .h2Title img {
    width: 24px;
  }
}
@media (max-width: 1200px) {
  .h2Title img {
    width: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .h2Title img {
    width: 15px;
  }
}
@media (max-width: 766px) {
  .h2Title img {
    width: 20px;
  }
}

.more {
  font-size: 1rem;
  color: #4D833C;
  margin-left: 10px;
  border-bottom: 1px solid #579544;
  padding-bottom: 2px;
}
  @media (max-width: 766px) {
    .more {
      font-size: 0.75rem;
  }
}
.more:hover {
  text-decoration: none;
  color: #4D833C;
  border-bottom: 1px solid #579544;
}


.indexPage {
  background: url(../img/lightBg.png) no-repeat, linear-gradient(180deg, white 13%, #c7d9c2 35%, #73ac62 100%);
  background-size: 100%;
  background-position: center bottom, center top;
}
@media (max-width: 992px) {
  .indexPage {
    background: linear-gradient(180deg, white 16%, #dfe9dc 42%, #6da95b 100%);
    background-size: 100%;
    background-position: center top;
  }
}
@media (max-width: 992px) {
  .indexPage .kvArea .container-xxxl {
    padding-left: 0;
    padding-right: 0;
  }
}
.indexPage .kv-tab {
  flex-direction: column;
  border: none;
  width: 100%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .indexPage .kv-tab {
    max-width: 100%;
  }
}
.indexPage .kv-tab .nav-item.show .nav-link {
  background: transparent;
  border: none;
}
.indexPage .kv-tab .nav-link {
  font-size: 1.25rem;
  color: #333;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  border: none;
  margin-bottom: 0;
  position: relative;
  padding: 0.8rem 0.5rem;
}
@media (max-width: 1500px) {
  .indexPage .kv-tab .nav-link {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .indexPage .kv-tab .nav-link {
    font-size: 0.8125rem;
  }
}
.indexPage .kv-tab .nav-link.active, .indexPage .kv-tab .nav-link:hover {
  font-weight: 600;
  color: #579544 !important;
  background: transparent;
}
.indexPage .kv-tab .nav-link.active::after, .indexPage .kv-tab .nav-link:hover::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #579544;
}
@media (max-width: 1500px) {
  .indexPage .kv-tab .nav-link.active::after, .indexPage .kv-tab .nav-link:hover::after {
    margin-bottom: 0;
  }
}
.indexPage .kv-tab li:not(:last-child) a {
  border-bottom: 1px solid #579544 !important;
}
a#kvPlayPauseBtn {
  order: 1;
  width: fit-content;
}
.indexPage .kvMenu {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .indexPage .kvMenu {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .indexPage .kvMenu {
    padding-top: 10px;
  }
}
.indexPage .kvBg {
  position: relative;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: contain !important;
}
.indexPage .kvBg picture img {
  width: 100%;
  max-width: 100%;
}
.indexPage .word {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  padding-top: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .indexPage .word {
    padding-top: 50px; 
  }
}
@media (max-width: 1400px) {
  .indexPage .word {
    -webkit-line-clamp: 13; 
  } 
}
@media (max-width: 1280px) {
  .indexPage .word {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .indexPage .word {
    -webkit-line-clamp: 11;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .indexPage .word {
    padding: 20px 0 40px 0;
    max-width: 100%;
    -webkit-line-clamp: initial;
  }
}
@media (max-width: 766px) {
  .indexPage .word {
    padding: 20px 10px;
  }
}
.indexPage .word .heading {
  font-size: 2.25rem;
  color: #579544;
  font-weight: 600;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
}
@media (max-width: 1680px) {
  .indexPage .word .heading {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .indexPage .word .heading {
    font-size: 1.625rem;
  }
}
@media (max-width: 1500px) {
  .indexPage .word .heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 766px) {
  .indexPage .word .heading {
    font-size: 1.375rem;
  }
}
@media (max-width: 360px) {
  .indexPage .word .heading {
    font-size: 1.125rem;
  }
}
.indexPage .word .slogan {
  font-size: 1.5rem;
  color: #b78c3c;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  margin: 10px 0;
}
@media (max-width: 1200px) {
  .indexPage .word .slogan {
    font-size: 1.125rem;
  }
}
@media (max-width: 766px) {
  .indexPage .word .slogan {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .indexPage .word .slogan {
    font-size: 0.875rem;
  }
}
.indexPage .word .slogan-ft-sm {
  font-size: 1.25rem;
}
.indexPage .word .html {
  font-size: 1.125rem;
}
@media (max-width: 1500px) {
  .indexPage .word .html {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .indexPage .word .html {
    font-size: 0.875rem;
  }
}
@media (max-width: 766px) {
  .indexPage .word .html {
    font-size: 0.9375rem;
  }
}
.indexPage .word .html ul {
  padding-inline-start: 25px;
  list-style: none;
}
.indexPage .word .html ul li {
  position: relative;
  padding-bottom: 5px;
}
.indexPage .word .moreLink a {
  color: #208900;
  text-decoration: none;
  margin-left: 5px;
  border-bottom: 1px solid #208900;
  padding-bottom: 2px;
}
.indexPage .Img {
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  padding-top: 80px;
  padding-left: 4%;
}
@media (max-width: 1200px) {
  .indexPage .Img {
    padding-top: 30px; 
  } 
}
@media (max-width: 992px) {
  .indexPage .Img {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }
}
.indexPage .Img .heading {
  font-size: 4.375rem;
  color: #c8a159;
  margin-bottom: 20px;
  line-height: 130%;
}
@media (max-width: 1680px) {
  .indexPage .Img .heading {
    font-size: 3.75rem;
  }
}
@media (max-width: 1500px) {
  .indexPage .Img .heading {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  .indexPage .Img .heading {
    font-size: 2.625rem;
  }
}
@media (max-width: 766px) {
  .indexPage .Img .heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .indexPage .Img .heading {
    font-size: 1.375rem;
  }
}
.indexPage .Img .slogan {
  font-size: 3.125rem;
  color: #438130;
  letter-spacing: 6px;
  border-top: 2px solid #579544;
  border-bottom: 2px solid #579544;
  display: inline-block;
  padding: 5px 15px;
}
@media (max-width: 1680px) {
  .indexPage .Img .slogan {
    font-size: 2.5rem;
  }
}
@media (max-width: 1500px) {
  .indexPage .Img .slogan {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .indexPage .Img .slogan {
    display: block;
  }
}
@media (max-width: 768px) {
  .indexPage .Img .slogan {
    font-size: 1.75rem;
  }
}
@media (max-width: 766px) {
  .indexPage .Img .slogan {
    font-size: 1rem;
    padding: 5px;
    letter-spacing: 0;
  }
}
.indexPage .kvSwiper {
  width: 100%;
  height: 100%;
}
.indexPage .kvSwiper .swiper-slide {
  background: transparent;
}
.indexPage .kvSwiper .swiper-button-next,
.indexPage .kvSwiper .swiper-button-prev {
  background: rgba(87, 149, 68, 0.8);
  border: 3px solid #fff;
  border-radius: 99rem;
  padding: 22px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: center;
}
@media (max-width: 766px) {
  .indexPage .kvSwiper .swiper-button-next,
  .indexPage .kvSwiper .swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 13px;
    background-size: 100% 11px;
  }
}
.indexPage .kvSwiper .swiper-button-next::after,
.indexPage .kvSwiper .swiper-button-prev::after {
  font-size: 1rem;
}
@media (max-width: 766px) {
  .indexPage .kvSwiper .swiper-button-next::after,
  .indexPage .kvSwiper .swiper-button-prev::after {
    font-size: 0.75rem;
  }
}
.indexPage .kvSwiper .swiper-button-next {
  right: 5px;
  background-image: url(../img/arrow_next.svg);
}
.indexPage .kvSwiper .swiper-button-prev {
  left: 5px;
  background-image: url(../img/arrow_prev.svg);
}
.indexPage .kv-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 992px) {
  .indexPage .kv-wrapper {
    width: 75%;
    position: relative;
  }
}
.indexPage .kv-wrapperBg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .indexPage .kv-wrapperBg {
    bottom: 10%;
    top: auto;
  }
}
@media (max-width: 576px) {
  .indexPage .kv-wrapperBg {
    bottom: 0;
  }
}
.indexPage .newsArea .box {
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  font-size: 1.125rem;
  min-height: 400px;
}
@media (max-width: 1200px) {
  .indexPage .newsArea .box {
    padding: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 766px) {
  .indexPage .newsArea .box {
    border-radius: 10px;
  }
}
.indexPage .newsArea .box .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.indexPage .newsArea .box .heading .h2Title {
  display: flex;
  justify-content: center;
  align-items: flex-start; 
}
.indexPage .newsArea .newsBox {
  padding-right: 15px;
}
@media (max-width: 766px) {
  .indexPage .newsArea .newsBox {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.indexPage .newsArea .infoBox {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .indexPage .newsArea .infoBox {
    padding-left: 0;
  }
}
.indexPage .newsArea .infoBox .box {
  display: none;
  padding: 30px;
  background: url(../img/classroom_book.jpg) no-repeat, #fff;
  background-size: 100%;
  background-position: bottom center;
  height: 100%;
}
@media (max-width: 1280px) {
  .indexPage .newsArea .infoBox .box {
    padding: 20px;
  }
}
.indexPage .newsArea .infoBox .box.show {
  display: block;
}
@media (max-width: 992px) {
  .indexPage .newsArea .infoBox .h2Title {
    font-size: 0.875rem;
  }
}
@media (max-width: 766px) {
  .indexPage .newsArea .infoBox .h2Title {
    font-size: 1.25rem;
  }
}
.indexPage .newsArea .infoBox .more {
  margin-top: 7px;
}
@media (max-width: 992px) {
  .indexPage .newsArea .infoBox .more {
    margin-top: -3px;
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .indexPage .newsArea .infoBox .more {
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.indexPage .newsArea .infoBox .listArea {
  padding-left: 20px;
}
.indexPage .newsArea .newList {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 766px) {
  .indexPage .newsArea .newList {
    margin-top: 15px;
  }
}
.indexPage .newsArea .newList li {
  display: flex;
  border-top: 1px solid #d7d7d7;
}
.indexPage .newsArea .newList li a {
  position: relative;
  display: flex;
  padding: 10px 0;
  text-decoration: none;
  padding-left: 25px;
  width: 100%;
}
@media (max-width: 766px) {
  .indexPage .newsArea .newList li a {
    flex-direction: column;
  }
}
.indexPage .newsArea .newList li a::before {
  content: "\2022";
  color: #579544;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 766px) {
  .indexPage .newsArea .newList li a::before {
    position: absolute;
    line-height: 18px;
  }
}
.indexPage .newsArea .newList li a .dt {
  color: #888;
  width: 13%;
}
@media (max-width: 1500px) {
  .indexPage .newsArea .newList li a .dt {
    width: 16%;
  }
}
@media (max-width: 1200px) {
  .indexPage .newsArea .newList li a .dt {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .indexPage .newsArea .newList li a .dt {
    width: 25%;
  }
}
@media (max-width: 766px) {
  .indexPage .newsArea .newList li a .dt {
    width: 100%;
    font-size: 0.875rem;
  }
}
.indexPage .newsArea .newList li a .dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
  color: #000;
}
@media (max-width: 766px) {
  .indexPage .newsArea .newList li a .dd {
    width: 100%;
  }
}
.indexPage .newsArea .newList li a:hover .dd {
  color: #579544;
}
.indexPage .newsArea .infoItem {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .indexPage .newsArea .infoItem {
    margin-top: 0;
  }
}
@media (max-width: 766px) {
  .indexPage .newsArea .infoItem {
    margin-bottom: 30%;
  }
}
.indexPage .newsArea .infoItem .txt {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-wrap: break-word;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .indexPage .newsArea .infoItem .txt {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 992px) {
  .indexPage .newsArea .infoItem .txt {
    -webkit-line-clamp: 9;
    font-size: 1rem; 
  } 
}
.indexPage .itemArea {
  background: url(../img/greenGradient.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 70px 0 60px 0;
}
@media (max-width: 1680px) {
  .indexPage .itemArea {
    background-position: center calc(100% - 10%);
  }
}
@media (max-width: 1500px) {
  .indexPage .itemArea {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .indexPage .itemArea {
    background-position: center calc(100% - 20%);
  }
}
@media (max-width: 992px) {
  .indexPage .itemArea {
    padding: 30px 0 40px 0;
    background-position: center calc(100% - 30%);
  }
}
@media (max-width: 576px) {
  .indexPage .itemArea {
    background: url(../img/greenGradient_mb.png) no-repeat;
    background-size: 100%;
    background-position: center calc(100% - 20%);
    padding: 20px 0;
  }
}
.indexPage .itemArea .itemBox {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .indexPage .itemArea .itemBox {
    max-width: 100%;
  }
}
.indexPage .itemArea .itemIcon {
  margin-top: 20px;
}
.indexPage .itemArea .itemIcon a {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  top: 0;
}
.indexPage .itemArea .itemIcon a:hover {
  top: -10px;
  transition: all 0.3s ease;
}
.indexPage .itemArea .itemIcon a:hover p {
  color: #ffdc4d;
}
.indexPage .itemArea .itemIcon figure {
  background: #fff;
  width: auto;
  height: auto;
  padding: 12%;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .indexPage .itemArea .itemIcon figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .indexPage .itemArea .itemIcon figure img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .indexPage .itemArea .itemIcon figure img {
    width: 45px;
  }
}
@media (max-width: 400px) {
  .indexPage .itemArea .itemIcon figure img {
    width: 35px;
  }
}
.indexPage .itemArea .itemIcon p {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 1280px) {
  .indexPage .itemArea .itemIcon p {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .indexPage .itemArea .itemIcon p {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .indexPage .itemArea .itemIcon p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 320px) {
  .indexPage .itemArea .itemIcon p {
    font-size: 0.75rem;
  }
}
.indexPage .itemArea .itemIcon .itemList:first-child figure {
  background: #3672d5;
}
.indexPage .itemArea .itemIcon .itemList:nth-child(2) figure {
  background: #ff6161;
}
.indexPage .itemArea .itemIcon .itemList:nth-child(3) figure {
  background: #41c8ea;
}
.indexPage .itemArea .itemIcon .itemList:last-child figure {
  background: #6a43a6;
}
.keyBusiness {
  width: 100%;
  max-width: 90%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background: #ff0000;
  border: 6px solid #ffb4b4;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 6px;
}
@media (max-width: 1500px) {
  .keyBusiness {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .keyBusiness {
    max-width: 100%;
    font-size: 1rem;
  }
}

.inside30_60,.inside30_60_right{
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
}
.inside30_60_right .Breadcrumbs{
  display: none;
}