:root {
  --theme-menu-main: white;
  --theme-menu-main-fontcolor: black;
  --theme-menu-main-mobile: #00b390;
  --theme-green: #33ae9c;
  --news-green: #29a389;
  --news-hover: #ffa800;
  --index-more-btn: #1d9d84;
  --index-more-btn-hover: #ffba00;
  --album-hover: #ffba00;
  --active-menu-underline: #00b390;
  --backBtn-hover-bg: #00b390;
  --theme-orange: #ff7b05;
  --mobile-menu-selected: #29a389;
  --mobile-lv2-menu-selected: #ff7b05;
  --side-menu-lv2-menu-font: #29a389;
  --side-menu-active-bg: #29a389;
  --side-menu-hover-bg: #ff7b05 ;
  --theme-breadcrumb: #666;
  --theme-breadcrumb-hover: #29a389;
  --lv4-active-bg: #29a389;
  --news-hr-line: #cecccc;
  --recent-news-font: #ffa800;
  --recent-news-hover: #33ae9c;
  --news-index-hover-bg: #faf3e6;
  --news-index-title-color: #33ae9c;
  --year-button: #29a389;
  --index-album-title-color: #33ae9c;
  --index-album-title-color-hover: #ffa800;
  --video-title: #29a389;
  --page-color: #007c54;
  --page-color-hover: #ff7b05;
  --subject-color: #ff7b05;
  --link-color: #007c54;
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}
body h1 {
  color: #1e8449;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container-news {
    max-width: 900px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 100%;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --theme-menu-main: white;
  --theme-menu-main-fontcolor: black;
  --theme-menu-main-mobile: #00b390;
  --theme-green: #33ae9c;
  --news-green: #29a389;
  --news-hover: #ffa800;
  --index-more-btn: #1d9d84;
  --index-more-btn-hover: #ffba00;
  --album-hover: #ffba00;
  --active-menu-underline: #00b390;
  --backBtn-hover-bg: #00b390;
  --theme-orange: #ff7b05;
  --mobile-menu-selected: #29a389;
  --mobile-lv2-menu-selected: #ff7b05;
  --side-menu-lv2-menu-font: #29a389;
  --side-menu-active-bg: #29a389;
  --side-menu-hover-bg: #ff7b05 ;
  --theme-breadcrumb: #666;
  --theme-breadcrumb-hover: #29a389;
  --lv4-active-bg: #29a389;
  --news-hr-line: #cecccc;
  --recent-news-font: #ffa800;
  --recent-news-hover: #33ae9c;
  --news-index-hover-bg: #faf3e6;
  --news-index-title-color: #33ae9c;
  --year-button: #29a389;
  --index-album-title-color: #33ae9c;
  --index-album-title-color-hover: #ffa800;
  --video-title: #29a389;
  --page-color: #007c54;
  --page-color-hover: #ff7b05;
  --subject-color: #ff7b05;
  --link-color: #007c54;
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}
body h1 {
  color: #1e8449;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container-news {
    max-width: 900px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 100%;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}
html *:hover {
  text-decoration: none;
}
html table {
  max-width: 100%;
}
html table td {
  padding: 5px;
}
html button:focus {
  outline: none;
}
html a-img {
  color: unset;
}
html a-img:hover, html a-img:focus-visible {
  color: unset;
}

body, .cke_editable {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
}
@media (min-width: 768px) {
  body, .cke_editable {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 19px;
  }
}

.page-section-title {
  color: #1e8449;
  font-size: 1.5rem;
  background: #f9f9f9;
  border-left: 2px solid #1e8449;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  margin: 10px 0;
  max-width: 100%;
}
.page-section-title.subject {
  font-size: 1.6rem;
  border-left: unset;
  box-shadow: unset;
  padding: unset;
  background: unset;
}
@media (min-width: 768px) {
  .page-section-title {
    padding: 5px 100px 5px 20px;
    display: inline-table;
  }
}

.page-content a, .news-content a, .cke_editable a {
  transition: 0.2s ease-in-out;
  color: var(--theme-green);
}
.page-content a:hover, .news-content a:hover, .cke_editable a:hover {
  color: var(--theme-orange);
}

.white-popup img {
  max-width: 100%;
  height: auto !important;
}

.page-category-banner {
  position: relative;
}
.page-category-banner img {
  width: 100%;
  height: auto;
}
.page-category-banner .section-label {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1.2rem;
  font-family: "Noto Serif", sans-serif;
  text-shadow: 3px 3px 0px rgba(40, 40, 40, 0.6392156863);
}
@media (min-width: 576px) {
  .page-category-banner .section-label {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .page-category-banner .section-label {
    font-size: 2.8rem;
  }
}
.page-category-banner .section-label div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#pageContainer {
  background-image: url("../images/sppcs/inner_bg.png");
  min-height: 400px;
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  background: #f7f7f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
@media (min-width: 960px) {
  #pageContainer .pageMenuBar {
    margin-top: -120px;
  }
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-menu-main);
  color: white;
  background-image: url("../images/sppcs/bg_category.png");
  font-size: 1.5rem;
  border-bottom: 3px solid #fffc00 !important;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  position: relative;
}
#pageContainer .pageMenuBar .subMenuTab::after {
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: rgba(10, 36, 106, 0.1411764706);
  bottom: 0;
  left: 0;
  content: "";
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar span.oi {
  transform: rotate(270deg);
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
#pageContainer .pageMenuBar span.oi.open {
  transform: unset;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu > .menu-text {
  color: var(--side-menu-lv2-menu-font);
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
}
#pageContainer .pageMenuBar .lev2_menu > .menu-text:hover {
  background: var(--side-menu-hover-bg);
  color: white;
}
#pageContainer .pageMenuBar .lev2_menu a {
  display: block;
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev2_menu.lev2_menu_parent {
  background: #fffeeb;
}
#pageContainer .pageMenuBar .lev2_menu.lev2_menu_parent .menu-text:hover {
  background: #fffeeb;
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev3_menu {
  background: white;
  color: #333;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item a {
  display: block;
  padding: 8px 15px 8px 35px;
  border-bottom: 1px dotted #eeeeee;
  transition: all 0.3s ease-in-out;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item a:hover {
  background: var(--side-menu-hover-bg);
  color: white;
}
#pageContainer .pageMenuBar .menuActive {
  background: var(--side-menu-active-bg);
  color: white;
}
#pageContainer .pageMenuBar .menuActive a {
  color: white !important;
}
#pageContainer .pageContentBar {
  background: white;
}
@media (min-width: 960px) {
  #pageContainer .pageContentBar {
    min-height: 800px;
  }
}
#pageContainer .pageContentBar .page-content {
  box-shadow: 0px 0 3px 0px rgba(166, 166, 166, 0.25);
  position: relative;
  margin-top: -160px;
  z-index: 1;
}
@media (min-width: 960px) {
  #pageContainer .pageContentBar .page-content {
    margin-top: -120px;
  }
}
#pageContainer .pageContentBar .page-title {
  color: var(--font-title-blue);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-top: 25px;
  line-height: 120%;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  background-color: #fffeeb;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: white;
  border: 1px solid var(--lv4-active-bg);
  color: var(--lv4-active-bg);
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: var(--lv4-active-bg);
  color: white;
}

#pageBottomBar {
  background-color: var(--theme-blue-separate);
  padding-top: 10px;
}
#pageBottomBar img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

#news-page-index .news_item, #news-page-index .news-date {
  color: #3b3b3b;
}
#news-page-index .news-title {
  color: var(--news-index-title-color);
}
#news-page-index .news-item {
  border-bottom: 1px #e4e4e4 solid;
}
#news-page-index .news-item:hover {
  background-color: var(--news-index-hover-bg);
}

.news-page-container .news-page-content-container {
  position: relative;
  background-color: white;
  box-shadow: #e2e2e2 -1px 0px 1px;
  padding: 1rem;
  position: relative;
  margin-top: -160px;
  z-index: 1;
}
@media (min-width: 960px) {
  .news-page-container .news-page-content-container {
    margin-top: -120px;
  }
}
.news-page-container .news-page-content-container .recent-title {
  color: var(--recent-news-font);
}
.news-page-container .news-page-content-container .recent-news-item-date {
  color: grey;
}
.news-page-container .news-page-content-container .recent-news-item-info {
  border-bottom: 1px #dadada solid;
}
.news-page-container .news-page-content-container .recent-news-item-title {
  color: var(--theme-green);
}
.news-page-container .news-page-content-container .recent-news-item:hover .recent-news-item-title {
  color: var(--theme-orange);
}
.news-page-container hr {
  border-top: 1px solid var(--news-hr-line);
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

#album-page-index .breadcrumbBar {
  font-size: 14px;
  border-bottom: 1px solid #eaecff;
  padding-bottom: 5px;
}
#album-page-index .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
#album-page-index .items .photoAlbums_item {
  width: 100%;
}
@media (min-width: 576px) {
  #album-page-index .items .photoAlbums_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #album-page-index .items .photoAlbums_item {
    width: 25%;
  }
}
#album-page-index .items .photoAlbums_item a {
  display: block;
}
#album-page-index .items .photoAlbums_item a * {
  transition: ease-in-out 0.3s;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_img {
  border: 1px solid #29a389;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_arrow {
  display: flex;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_info {
  color: var(--index-album-title-color-hover);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  color: var(--index-album-title-color);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_title {
  font-size: 1rem;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_date {
  font-size: 0.9rem;
}

.anniversary_item {
  width: 100%;
}
.anniversary_item a {
  border: 10px solid white;
  border-top: 40px solid white;
  display: block;
  overflow: hidden;
}
.anniversary_item a:hover {
  cursor: pointer;
}
@media (min-width: 576px) {
  .anniversary_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .anniversary_item {
    width: 33.33%;
  }
}
.anniversary_item .photoAlbums_item_img {
  padding-top: 75%;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.anniversary_item:hover .photoAlbums_item_img {
  transform: scale(1.1);
}
.anniversary_item .anniversary_year {
  clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
  color: white;
  padding: 5px 28px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  height: 75px;
  width: 110px;
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-weight: bold;
  justify-content: center;
}
.anniversary_item .anniversary_year_word {
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  color: white;
  padding: 10px 25px;
  margin-left: -43px;
  margin-top: 50px;
  position: relative;
  z-index: 0;
  height: 55px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.pageFileContainer {
  margin-bottom: 15px;
}

.pageFileCategories_Title {
  font-size: 1.3rem;
  color: Grey;
  font-style: italic;
}

.pageFileItem {
  background: #f9f9f9;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem:hover {
  background: #fffeeb;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: var(--theme-orange);
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--side-menu-active-bg);
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.1rem;
  min-width: 35px;
}
.pageFileItem .pageFileItem_title {
  padding: 10px;
}
@media (min-width: 576px) {
  .pageFileItem .pageFileItem_title {
    padding: 15px;
  }
}

#staff_page .staff_item {
  text-align: center;
  color: var(--theme-menu-main);
  background-color: white;
  padding: 0.5rem;
  box-shadow: 5px 5px 1px rgba(187, 189, 204, 0.4588235294);
  transition: 0.3s ease-in-out;
}
#staff_page .staff_item:hover {
  transform: scale(1.05);
}
#staff_page .staff-item-box {
  transform: rotate(-3deg);
}
#staff_page .staff-item-box:nth-child(2n) {
  transform: rotate(3deg);
}
#staff_page .staff-item-box:nth-child(3n) {
  transform: rotate(1deg);
}
#staff_page .staff-item-box:nth-child(4n) {
  transform: rotate(2deg);
}
#staff_page .staff-item-box:nth-child(5n) {
  transform: rotate(-1deg);
}
#staff_page .staff-item-box:nth-child(6n) {
  transform: rotate(-2deg);
}
#staff_page .staff-item-bg {
  background-color: rgba(122, 148, 182, 0.2);
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
}
#staff_page .staff_photo {
  padding-top: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#staff_page .staff_name {
  padding-top: 0.5rem;
}

.staff-popup-name {
  color: var(--theme-menu-main);
  font-size: 1.2rem;
  border-bottom: 1px solid var(--theme-menu-main);
  padding: 0.3rem 0;
}

.staff-popup-content table {
  width: 100%;
}
.staff-popup-content img {
  max-width: 100%;
}

/*# sourceMappingURL=main-style.css.map */
