<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --theme-deep-blue: #84010f;
  --theme-light-blue: #e35666;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #881818;
  --theme-deep-blue-menu-bg-hover: #931414;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --theme-menu-main: #a7212f;
  --theme-secondary: #BA4747;
  --theme-light-blue-bg: #f9f7f7 ;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
}

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

@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;
  }
}
@keyframes captionSliderFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.captionSliderFadeIn {
  animation-name: captionSliderFadeIn;
}

.slick-active .banner-info {
  animation-name: captionSliderFadeIn;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

body {
  font-family: "Microsoft JhengHei";
}

html {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
}
@media (min-width: 720px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 21px;
  }
}
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;
}

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--theme-deep-blue) 50%);
  transition: all 1s ease;
  background-size: 200% 100%;
  background-position: right bottom;
}
.themedButton_album:hover {
  background-position: left bottom;
  color: white;
}

.themedButton {
  background: linear-gradient(to right, var(--theme-deep-blue) 50%, #a7212f 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
}
.themedButton:hover {
  background-position: right bottom;
}

.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 #282828a3;
}
@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: #f7f7f7;
  min-height: 400px;
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  background: white;
  padding: 0px 0px 10px 0px;
  box-shadow: #d6dae1 -1px 0px 3px;
  color: var(--theme-deep-blue-menu-hover);
}
#pageContainer .pageMenuBar .categoryTitle {
  background: url("../images/fkmps/pageCategoryTitleBG.png") no-repeat;
  background-size: cover;
  background-color: var(--theme-menu-main);
  color: white;
  background-blend-mode: multiply;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .menu-text {
  font-weight: bold;
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 10px 15px 5px;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-deep-blue-menu-hover);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  color: var(--theme-secondary);
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 35px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 0;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-deep-blue-menu-hover);
}
#pageContainer .pageMenuBar .lev3_menu a:hover {
  color: var(--theme-secondary);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  border-bottom: 1px solid var(--theme-secondary) !important;
}
#pageContainer .pageMenuBar .menuActive a {
  color: var(--theme-secondary);
}
#pageContainer .pageContentBar {
  padding: 10px 30px 30px 30px;
  background: white;
  min-height: 400px;
  box-shadow: #e2e2e2 -1px 0px 8px;
  line-height: 165%;
}
#pageContainer .pageContentBar .page-title {
  color: #2c2324;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-top: 25px;
  line-height: 120%;
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 15px;
  background-color: #ecf4f7;
  margin-left: -30px;
  margin-right: -30px;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-light-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: #f1aaaa;
}

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

#news-page-index .news-index-title, #news-page-index .news_item, #news-page-index .news-title, #news-page-index .news-date {
  color: #3b3b3b;
  font-weight: bold;
}
#news-page-index .news-item {
  border-bottom: 1px #3b3b3b solid;
}
#news-page-index .news-item:hover {
  border-bottom: 1px var(--theme-secondary) solid;
}
#news-page-index .news-item:hover .news-title, #news-page-index .news-item:hover .news-date {
  color: var(--theme-secondary);
}

.news-page-container .news-page-content-container {
  background-color: white;
  box-shadow: 3px 3px 5px #dee2e2;
  padding: 1.5rem 1rem;
}
.news-page-container .news-page-content-container .news-title, .news-page-container .news-page-content-container .news-date, .news-page-container .news-page-content-container .recent-title, .news-page-container .news-page-content-container .recent-news-item-info {
  color: #3b3b3b;
}
.news-page-container .news-page-content-container .news-title, .news-page-container .news-page-content-container .recent-title {
  font-weight: bold;
}
.news-page-container .news-page-content-container .recent-news-item-info {
  border-bottom: 1px #3b3b3b solid;
}
.news-page-container .news-page-content-container .recent-news-item:hover .recent-news-item-info {
  color: var(--theme-secondary);
}
.news-page-container hr {
  border-color: var(--theme-secondary);
  max-width: 500px;
  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.5s;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_info {
  height: 50%;
  background-color: rgba(192, 48, 69, 0.7);
  border-bottom: none;
  padding-top: 5%;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_arrow {
  display: flex;
}
#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;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: none;
  color: white;
  font-weight: bold;
  padding-top: 10%;
  text-shadow: 3px 1px 3px #6f2626;
  padding-bottom: 15px !important;
  background: linear-gradient(0deg, #a7212f 0%, #a7212f96 35%, rgba(255, 255, 255, 0) 100%);
}
#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;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_arrow {
  display: none;
  position: absolute;
  bottom: 6%;
  right: 5%;
  font-size: 1.5rem;
  border: #f4f4f4 2px solid;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}

.pageFileContainer {
  margin-bottom: 15px;
}

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

.pageFileItem {
  background: #f7fbff;
  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 a {
  color: #347cd0;
}
.pageFileItem:hover {
  background: #e5e9f1;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #1474e0;
}
.pageFileItem:hover .pageFileItem_title {
  color: #1474e0;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #347cd0;
  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 #bbbdcc75;
  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: #7a94b633;
  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%;
}

#toTop {
  margin: 15px auto 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 720px) {
  #toTop {
    margin: unset;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
}
#toTop :hover {
  opacity: 0.8;
  cursor: pointer;
}

/*# sourceMappingURL=main-style.css.map */
</pre></body></html>