:root {
  --theme-menu-main: white;
  --theme-menu-main-purple: #73539F;
  --theme-menu-main-fontcolor: #73539F;
  --theme-purple: #AC85E0;
  --theme-purple-lightdark: #9f74da;
  --theme-purple-dark: #7e58b6;
  --theme-purple-deepdark: #73539F;
  --theme-pink: #db7fc7;
  --main-menu-font: #73539F;
  --page-background: #fbf5fd;
  --side-menu-bg: rgba(255, 255, 255, 0.6);
  --side-menu-lv2-menu-font: #73539F;
  --side-menu-active-bg: #c095d5;
  --side-menu-hover-bg: #ffecff;
  --side-menu-parent-bg: #fffbd4 ;
  --theme-breadcrumb: #666;
  --theme-breadcrumb-hover: #73539F;
  --lv4-active-bg: #c095d5;
  --mobile-menu-bar-bg: #ebd3f3;
  --mobile-menu-selected: #c095d5;
  --mobile-lv2-menu-selected: #c095d5;
  --mobile-menu-font: #73539F;
  --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;
  --news-hr-line: #cecccc;
  --recent-news-font: #ffa800;
  --recent-news-hover: #33ae9c;
  --news-index-hover-bg: #faf3e6;
  --news-index-title-color: #33ae9c;
  --year-button: #AC85E0;
  --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 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
body h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: bold;
}
body h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
body h4 {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
}
body h5 {
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: bold;
}
body h6 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: bold;
}
body 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: 768px) {
  .container {
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: unset;
    width: 86%;
  }
}

@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;
  }
}
.backButton {
  background: var(--theme-purple);
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.backButton:hover {
  background: var(--theme-pink);
  color: white;
}

:root {
  --theme-menu-main: white;
  --theme-menu-main-purple: #73539F;
  --theme-menu-main-fontcolor: #73539F;
  --theme-purple: #AC85E0;
  --theme-purple-lightdark: #9f74da;
  --theme-purple-dark: #7e58b6;
  --theme-purple-deepdark: #73539F;
  --theme-pink: #db7fc7;
  --main-menu-font: #73539F;
  --page-background: #fbf5fd;
  --side-menu-bg: rgba(255, 255, 255, 0.6);
  --side-menu-lv2-menu-font: #73539F;
  --side-menu-active-bg: #c095d5;
  --side-menu-hover-bg: #ffecff;
  --side-menu-parent-bg: #fffbd4 ;
  --theme-breadcrumb: #666;
  --theme-breadcrumb-hover: #73539F;
  --lv4-active-bg: #c095d5;
  --mobile-menu-bar-bg: #ebd3f3;
  --mobile-menu-selected: #c095d5;
  --mobile-lv2-menu-selected: #c095d5;
  --mobile-menu-font: #73539F;
  --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;
  --news-hr-line: #cecccc;
  --recent-news-font: #ffa800;
  --recent-news-hover: #33ae9c;
  --news-index-hover-bg: #faf3e6;
  --news-index-title-color: #33ae9c;
  --year-button: #AC85E0;
  --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 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
body h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: bold;
}
body h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
body h4 {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
}
body h5 {
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: bold;
}
body h6 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: bold;
}
body 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: 768px) {
  .container {
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: unset;
    width: 86%;
  }
}

@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;
  }
}
.backButton {
  background: var(--theme-purple);
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.backButton:hover {
  background: var(--theme-pink);
  color: white;
}

:root {
  --style-purple: #AC85E0;
  --style-purple-light: #F7ECFC;
  --style-purple-dark: #73539F;
  --style-pink: #EC7BA0;
  --style-pink-dark: #dc4b7a;
  --style-pink-deep: #D35A89;
  --style-pink-light: #FFE6F2;
  --style-orange: #F4773F;
  --paragraph-title-padding: 0.5rem 1rem;
  --paragraph-title-3-bg: url("../images/styles/style_paragraph_purple.png");
  --large-title-padding-mobile: 3rem 1rem;
  --large-title-padding-desktop: 4rem 3rem;
  --large-title-1-bg: url("../images/styles/style_large_pink.png");
  --large-title-2-bg: url("../images/styles/style_large_purple.png");
  --large-title-2-deco: url("../images/styles/style_large_purple_deco.png");
  --large-title-3-bg: url("../images/styles/style_large_orange.png");
  --image-radius: 1.5rem;
  --image-padding-mobile: 0.7rem;
  --image-padding: 1.2rem;
  --image-1-bg: url("../images/styles/style_image_bg_purple.png");
  --image-2-bg: url("../images/styles/style_image_bg_pink.png");
  --image-3-bg: url("../images/styles/style_image_bg_orange.png");
  --photoTable-text-padding: 2.3rem 2rem 3rem;
  --photoTable-lg-text-padding: 3.5rem 3rem 3.5rem;
  --photoTable-td-padding-mobile: 0.5rem;
  --photoTable-td-padding-desktop: 1.2rem;
  --photoTable-1-bg: url("../images/styles/style_photoTable_purple.png");
  --photoTable-2-bg: url("../images/styles/style_photoTable_orange.png");
  --photoTable-3-bg: url("../images/styles/style_photoTable_pink.png");
  --photoTable-image-1-bg: url("../images/styles/style_photoTable_purple2.png");
  --photoTable-image-2-bg: url("../images/styles/style_photoTable_orange2.png");
  --photoTable-image-3-bg: url("../images/styles/style_photoTable_pink2.png");
  --table-1-bg: url("../images/styles/style_table_purple.png");
  --table-2-bg: url("../images/styles/style_table_yellow.png");
  --table-2-header-bg: url("../images/styles/style_table_yellow_deco.png");
  --table-3-bg: url("../images/styles/style_table_pink.png");
}

html {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
}
html p {
  text-align: justify;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  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;
}

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: 19px;
  }
}
@media (min-width: 1200px) {
  body, .cke_editable {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 21px;
  }
}

.page-section-title {
  color: var(--theme-purple-lightdark);
  font-size: 1.5rem;
  background: #f9f9f9;
  border-left: 2px solid var(--theme-purple-lightdark);
  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-purple);
}
.page-content a:hover, .news-content a:hover, .cke_editable a:hover {
  color: var(--theme-pink);
}

h2.title-purple {
  color: var(--style-purple);
}

.title-pink {
  color: var(--style-pink);
}

.title-orange {
  color: var(--style-orange);
}

.large-title-1, .large-title-2, .large-title-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-size: 100% 100%;
  background-position: center;
  padding: var(--large-title-padding-mobile);
}
@media (min-width: 768px) {
  .large-title-1, .large-title-2, .large-title-3 {
    padding: var(--large-title-padding-desktop);
  }
}

h1.large-title-1 {
  text-align: center;
  background-image: var(--large-title-1-bg);
  color: white;
  text-shadow: 1px 1px 5px #ca295e, -1px -1px 2px var(--style-pink-dark);
}

h1.large-title-2 {
  text-align: center;
  background-image: var(--large-title-2-bg);
  color: var(--style-purple);
  position: relative;
}
h1.large-title-2:after {
  content: "";
  position: absolute;
  background-image: var(--large-title-2-deco);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  right: 0;
  bottom: 0.3rem;
  background-position: right;
}

h1.large-title-3 {
  text-align: center;
  background-image: var(--large-title-3-bg);
  color: white;
}

.paragraph-title-1, .paragraph-title-2, .paragraph-title-3 {
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

h2.paragraph-title-1 {
  position: relative;
  padding: var(--paragraph-title-padding);
  z-index: 0;
  color: var(--style-purple);
}
h2.paragraph-title-1:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: var(--paragraph-title-padding);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid var(--style-purple);
  background-color: var(--style-purple-light);
  color: transparent;
  z-index: -1;
}
h2.paragraph-title-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  border-top-right-radius: 15px;
  border: 1px solid var(--style-purple);
  background-color: var(--style-purple);
  z-index: -2;
}

h2.paragraph-title-2 {
  text-align: center;
  position: relative;
  padding: var(--paragraph-title-padding);
  z-index: 0;
  color: var(--style-pink);
}
h2.paragraph-title-2:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: max-content;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--paragraph-title-padding);
  border-radius: 20px;
  background-color: var(--style-pink-light);
  box-shadow: 0 0 0 5px white, 0 0 0 7px var(--theme-pink);
  color: transparent;
  z-index: -1;
}
h2.paragraph-title-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 3px dashed #f8bcd9;
  z-index: -2;
}

h2.paragraph-title-3 {
  text-align: left;
  position: relative;
  padding: var(--paragraph-title-padding);
  z-index: 0;
  color: white;
  text-shadow: 1px 1px var(--style-purple);
}
h2.paragraph-title-3:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--paragraph-title-padding);
  border-radius: 20px;
  background-image: var(--paragraph-title-3-bg);
  background-size: cover;
  color: transparent;
  z-index: -1;
  text-shadow: none;
}

.paragraph-small-title-1, .paragraph-small-title-2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h3.paragraph-small-title-1 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-purple);
}
h3.paragraph-small-title-1:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 10px;
  background-color: white;
  color: transparent;
  z-index: -1;
}
h3.paragraph-small-title-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: white;
  opacity: 0.4;
  background: repeating-linear-gradient(-45deg, var(--style-purple), var(--style-purple) 2px, white 2px, white 9px);
  z-index: -2;
}

h3.paragraph-small-title-2 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-pink-deep);
}
h3.paragraph-small-title-2:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 10px;
  background-color: white;
  color: transparent;
  z-index: -1;
}
h3.paragraph-small-title-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 32%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 1px solid var(--style-pink);
  border-bottom: 1px solid var(--style-pink);
  z-index: -2;
}

.image-style-1, .image-style-2, .image-style-3 {
  background-size: cover;
  width: 100%;
}

.cke_editable .image-style-1, .cke_editable .image-style-2, .cke_editable .image-style-3 {
  width: calc(100% - 30px) !important;
}

img.image-style-1 {
  height: auto !important;
  background-image: var(--image-1-bg);
  border-radius: var(--image-radius);
  background-position: center;
  padding: var(--image-padding-mobile);
}
@media (min-width: 960px) {
  img.image-style-1 {
    padding: var(--image-padding);
  }
}

img.image-style-2 {
  height: auto !important;
  background-image: var(--image-2-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding-mobile);
}
@media (min-width: 960px) {
  img.image-style-2 {
    padding: var(--image-padding);
  }
}

img.image-style-3 {
  height: auto !important;
  background-image: var(--image-3-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding-mobile);
}
@media (min-width: 960px) {
  img.image-style-3 {
    padding: var(--image-padding);
  }
}

@media (max-width: 960px) {
  body:not(.cke_editable) .table-style-image-text-1 tr, body:not(.cke_editable) .table-style-image-text-2 tr, body:not(.cke_editable) .table-style-image-text-3 tr {
    display: flex;
    flex-direction: column;
  }
  body:not(.cke_editable) .table-style-image-text-1 tr td, body:not(.cke_editable) .table-style-image-text-2 tr td, body:not(.cke_editable) .table-style-image-text-3 tr td {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .table-style-image-text-1 tr:first-child td:first-child, .table-style-image-text-2 tr:first-child td:first-child, .table-style-image-text-3 tr:first-child td:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .table-style-image-text-1 tr:last-child td:last-child, .table-style-image-text-2 tr:last-child td:last-child, .table-style-image-text-3 tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (min-width: 576px) {
  .table-style-image-text-1 tr:first-child td:first-child, .table-style-image-text-2 tr:first-child td:first-child, .table-style-image-text-3 tr:first-child td:first-child {
    border-top-left-radius: 10px;
  }
  .table-style-image-text-1 tr:last-child td:first-child, .table-style-image-text-2 tr:last-child td:first-child, .table-style-image-text-3 tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
  }
  .table-style-image-text-1 tr:first-child td:last-child, .table-style-image-text-2 tr:first-child td:last-child, .table-style-image-text-3 tr:first-child td:last-child {
    border-top-right-radius: 10px;
  }
  .table-style-image-text-1 tr:last-child td:last-child, .table-style-image-text-2 tr:last-child td:last-child, .table-style-image-text-3 tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
}
.table-style-image-text-1 img, .table-style-image-text-2 img, .table-style-image-text-3 img {
  border-radius: 5px;
}
.table-style-image-text-1, .table-style-image-text-2, .table-style-image-text-3 {
  border-collapse: collapse;
  width: 100%;
}
.table-style-image-text-1 tr td, .table-style-image-text-2 tr td, .table-style-image-text-3 tr td {
  border: none;
  flex: 1;
  background-size: 200% 100%;
  padding: 1rem;
}
.table-style-image-text-1 tr td:nth-child(1), .table-style-image-text-2 tr td:nth-child(1), .table-style-image-text-3 tr td:nth-child(1) {
  background-position: left;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.table-style-image-text-1 tr td:nth-child(2), .table-style-image-text-2 tr td:nth-child(2), .table-style-image-text-3 tr td:nth-child(2) {
  background-position: right;
}
@media (min-width: 576px) {
  .table-style-image-text-1, .table-style-image-text-2, .table-style-image-text-3 {
    border-spacing: var(--photoTable-padding-desktop);
  }
  .table-style-image-text-1 tr td:nth-child(1), .table-style-image-text-2 tr td:nth-child(1), .table-style-image-text-3 tr td:nth-child(1) {
    width: 50%;
  }
  .table-style-image-text-1 tr td:nth-child(2), .table-style-image-text-2 tr td:nth-child(2), .table-style-image-text-3 tr td:nth-child(2) {
    width: 50%;
  }
}

table.table-style-image-text-1 td:nth-child(1) {
  background-image: var(--photoTable-1-bg);
  padding: var(--photoTable-text-padding);
}
@media (min-width: 960px) {
  table.table-style-image-text-1 td:nth-child(1) {
    padding: var(--photoTable-lg-text-padding);
  }
}
table.table-style-image-text-1 td:nth-child(2) {
  background-image: var(--photoTable-1-bg);
  vertical-align: middle !important;
}

table.table-style-image-text-2 td:nth-child(1) {
  background-image: var(--photoTable-2-bg);
  vertical-align: middle !important;
}
table.table-style-image-text-2 td:nth-child(2) {
  background-image: var(--photoTable-2-bg);
  padding: var(--photoTable-text-padding);
}
@media (min-width: 960px) {
  table.table-style-image-text-2 td:nth-child(2) {
    padding: var(--photoTable-lg-text-padding);
  }
}

table.table-style-image-text-3 td:nth-child(1) {
  background-image: var(--photoTable-3-bg);
  padding: var(--photoTable-text-padding);
}
@media (min-width: 960px) {
  table.table-style-image-text-3 td:nth-child(1) {
    padding: var(--photoTable-lg-text-padding);
  }
}
table.table-style-image-text-3 td:nth-child(2) {
  background-image: var(--photoTable-3-bg);
  vertical-align: middle !important;
}

@media (max-width: 960px) {
  body:not(.cke_editable) .table-style-image-image-1 tr, body:not(.cke_editable) .table-style-image-image-2 tr, body:not(.cke_editable) .table-style-image-image-3 tr {
    flex-direction: column;
  }
  body:not(.cke_editable) .table-style-image-image-1 tr td, body:not(.cke_editable) .table-style-image-image-2 tr td, body:not(.cke_editable) .table-style-image-image-3 tr td {
    width: 100% !important;
  }
}

.table-style-image-image-1, .table-style-image-image-2, .table-style-image-image-3 {
  background-size: cover;
  border-radius: 10px;
}
.table-style-image-image-1 img, .table-style-image-image-2 img, .table-style-image-image-3 img {
  border-radius: 5px;
}
.table-style-image-image-1 tr, .table-style-image-image-2 tr, .table-style-image-image-3 tr {
  display: flex;
  border: var(--photoTable-td-padding-mobile) solid transparent;
}
@media (min-width: 768px) {
  .table-style-image-image-1 tr, .table-style-image-image-2 tr, .table-style-image-image-3 tr {
    border: var(--photoTable-td-padding-desktop) solid transparent;
  }
}
.table-style-image-image-1 td p:not(p:has(img)), .table-style-image-image-2 td p:not(p:has(img)), .table-style-image-image-3 td p:not(p:has(img)) {
  background: rgba(255, 255, 255, 0.68);
  padding: 0.3rem;
  margin-bottom: 0;
  text-align: center;
  color: var(--theme-purple-dark);
}
.table-style-image-image-1 td, .table-style-image-image-2 td, .table-style-image-image-3 td {
  flex: 1;
  padding: 0.5rem;
}

table.table-style-image-image-1 {
  background-image: var(--photoTable-image-1-bg);
}

table.table-style-image-image-2 {
  background-image: var(--photoTable-image-2-bg);
}

table.table-style-image-image-3 {
  background-image: var(--photoTable-image-3-bg);
}

.table-style-1, .table-style-2, .table-style-3 {
  background-size: cover;
  border-radius: 10px;
  padding: 1.8rem;
  width: 100%;
}
.table-style-1 tr:first-child td:first-child, .table-style-2 tr:first-child td:first-child, .table-style-3 tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.table-style-1 tr:last-child td:first-child, .table-style-2 tr:last-child td:first-child, .table-style-3 tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-style-1 tr:first-child td:last-child, .table-style-2 tr:first-child td:last-child, .table-style-3 tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.table-style-1 tr:last-child td:last-child, .table-style-2 tr:last-child td:last-child, .table-style-3 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table-style-1 td, .table-style-2 td, .table-style-3 td {
  padding: 0.5rem;
}

table.table-style-1 {
  border-collapse: separate !important;
  background-image: var(--table-1-bg);
}
table.table-style-1 tr:nth-child(1) {
  background-color: var(--style-purple-dark);
  color: white;
}
table.table-style-1 tr:nth-child(n+1):not(:first-child) td {
  background-color: white;
}
table.table-style-1 tr:nth-child(2n+1):not(:first-child) td {
  background-color: var(--style-purple-light);
}

table.table-style-2 {
  border-collapse: separate !important;
  background-image: var(--table-2-bg);
}
table.table-style-2 tr:nth-child(1) {
  background: var(--table-2-header-bg);
  background-size: cover;
  color: white;
}
table.table-style-2 tr:nth-child(n+1):not(:first-child) td {
  background-color: rgba(255, 255, 255, 0.81);
  border-bottom: 2px dotted var(--style-orange);
}

table.table-style-3 {
  border-collapse: separate !important;
  background-image: var(--table-3-bg);
}
table.table-style-3 tr:nth-child(1) {
  background-color: var(--style-pink);
  color: white;
}
table.table-style-3 tr:nth-child(n+1):not(:first-child) td {
  background-color: white;
}
table.table-style-3 tr:nth-child(2n+1):not(:first-child) td {
  background-color: var(--style-pink-light);
}

.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;
}

.page-background-decoration {
  background: url("../images/bcsw/inner_bg.png") top right var(--page-background);
  background-size: 100% auto;
}

#pageContainer {
  padding-top: 25px;
  min-height: 400px;
  padding-bottom: 4rem;
  position: relative;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  background: var(--side-menu-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
  border-radius: 10px;
  overflow: hidden;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-position: left center;
  background-color: var(--theme-purple-lightdark);
  color: white;
  background-image: url("../images/bcsw/page_cat_bg.png");
  font-size: 1.5rem;
  border-bottom: 3px solid white !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: 8px;
}
#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: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev2_menu a {
  display: block;
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev2_menu.lev2_menu_parent {
  background: var(--side-menu-parent-bg);
}
#pageContainer .pageMenuBar .lev2_menu.lev2_menu_parent .menu-text:hover {
  background: #fffeeb;
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev3_menu {
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item .menu-text {
  display: flex;
  padding: 8px 15px 8px 35px;
  border-bottom: 1px dotted #eeeeee;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item.with-level4 {
  background: var(--side-menu-parent-bg);
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item a:hover {
  background: var(--side-menu-hover-bg);
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .lev4_menu .side_menu_item .menu-text {
  display: flex;
  padding: 8px 15px 8px 35px;
  border-bottom: 1px dotted #eeeeee;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
}
#pageContainer .pageMenuBar .lev4_menu .side_menu_item a:hover {
  background: var(--side-menu-hover-bg);
  color: var(--side-menu-lv2-menu-font);
}
#pageContainer .pageMenuBar .menuActive {
  background: var(--side-menu-active-bg);
  color: white;
}
#pageContainer .pageMenuBar .menuActive a {
  color: white !important;
}
#pageContainer .pageMenuBar .menuActive:hover a {
  color: var(--side-menu-lv2-menu-font) !important;
}
@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);
  border-radius: 10px;
}
#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: url(../images/bcsw/lv4menu_bg.png);
  background-size: cover;
  flex-wrap: wrap;
  border-radius: 30px;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  text-align: center;
  background-size: 100% 100%;
  color: #6f569a;
  font-size: 0.8rem;
  padding: 0.3rem 0.7rem;
  min-height: 40px;
  min-width: 120px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: 1px solid #ad73c9;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text img {
  height: 30px;
  width: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
    min-width: 150px;
    min-height: 50px;
  }
  #pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text img {
    height: 35px;
    width: auto;
    margin-right: 5px;
  }
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text:hover {
  background: #ad73c9;
  color: white;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: #ad73c9;
  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 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#news-page-index .news-item .centered {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#news-page-index .news-item .text-centered {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
}
#news-page-index .news-item .news-image {
  border-radius: 15px;
  overflow: hidden;
  margin: 15px 0;
}
#news-page-index .news-item .news-image img {
  width: 100%;
}
#news-page-index .news-item .news-date {
  border-radius: 50%;
  background-color: var(--theme-purple);
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#news-page-index .news-item .news-date .date-day {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
#news-page-index .news-item .news-date .date-month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#news-page-index .news-item .read-more {
  border: 1px solid var(--theme-purple);
  color: var(--theme-purple-lightdark);
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 1rem;
}

.news-page-container .news-page-content-container {
  position: relative;
  background-color: white;
  box-shadow: #e2e2e2 -1px 0px 1px;
  padding: 1rem;
}
.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: 33%;
  }
}
#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 var(--theme-pink);
}
#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(--theme-pink);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  color: var(--theme-purple);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_title {
  font-size: 1rem;
  font-weight: bold;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_date {
  font-size: 0.9rem;
  color: var(--theme-pink);
}

.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 */
