:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.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: #9B62A4;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.desktop-header {
  background: var(--theme-purple);
  padding: 5px 0;
}
.desktop-header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  padding-right: 40px;
  gap: 20px;
}
.desktop-header .lang-selector {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 4px 12px;
  margin-right: 20px;
}
.desktop-header .lang-selector .lang-option {
  background: transparent;
  padding: 4px 12px;
  cursor: pointer;
  transition: background 0.2s;
  color: white;
  border-radius: 100px;
  font-size: 0.8rem;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-header .lang-selector .lang-option:hover {
  transform: scale(1.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.desktop-header .lang-selector .lang-option.active {
  background: white;
  color: var(--theme-purple);
}
.desktop-header .lang-selector > .active {
  background: white;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social-media .social-btn {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-media .social-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.social-media .social-btn.facebook {
  background-image: url("/images/tsaps/icon_facebook.png");
}
.social-media .social-btn.instagram {
  background-image: url("/images/tsaps/icon_ig.png");
}
.social-media .social-btn.xiaohongshu {
  background-image: url("/images/tsaps/icon_rednote.png");
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footer {
  background-image: url("../images/tsaps/bg_purple.png");
  background-repeat: repeat;
  background-position-y: 30%;
  color: white;
  font-size: 0.6rem;
  background-size: var(--footer-background-image-size);
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1rem;
    padding: 2rem;
  }
}
#footer .footer-contact {
  margin-bottom: 1rem;
}
#footer .copyright {
  display: block;
  text-align: center;
}
#footer .copyright a {
  color: white;
}
#footer .copyright > p {
  margin: 0;
}
#footer .footer-social-media {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #footer .footer-social-media {
    display: none;
  }
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact-container {
  position: relative;
  background-image: url("../images/tsaps/bg_yellow.png");
  background-size: 100%;
  background-repeat: repeat;
  padding: 1rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .contact-container {
    padding: 1rem 2rem;
  }
}
.contact-container .contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-container .contact-row:not(:last-child) {
  padding-bottom: 0.5rem;
}
.contact-container .contact-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.contact-container .contact-text {
  color: var(--theme-grey);
  letter-spacing: 1px;
}
.contact-container .inner_phone_number, .contact-container .inner_fax_number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  display: none;
}

.page-contact .contact-container {
  flex-direction: row;
  justify-content: space-around;
  border-radius: 0;
  background-size: 50%;
  background-repeat: repeat;
  background-position-y: 50%;
}
.page-contact .contact-container .non-inner-page-contact {
  display: none;
}
.page-contact .contact-container .inner_phone_number, .page-contact .contact-container .inner_fax_number {
  display: flex;
}
.page-contact .contact-container .contact-row {
  padding-bottom: 0;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-mask-wrapper {
  pointer-events: none;
}

.photo-albums-masked {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  mask: url(#svgmask3);
  mask-mode: alpha;
  background-image: url("../images/tsaps/bg_purple.png");
  background-repeat: repeat;
  background-size: 120%;
  border-radius: var(--r);
}

.albums-container {
  width: 100%;
  height: 100%;
}

#svgmask3 circle {
  r: var(--r);
}
#svgmask3 .middle-fill {
  width: calc(var(--cutout-width) + 8px);
  height: calc(100% - var(--cutout-height));
  x: calc(var(--cutout-x1) - 10px);
  y: var(--cutout-height);
}
#svgmask3 .left-fill {
  width: var(--cutout-x1);
  height: 100%;
  rx: var(--r);
  ry: var(--r);
  x: 0;
  y: 0;
}
#svgmask3 .right-fill {
  width: var(--right-side-width);
  height: 100%;
  rx: var(--r);
  ry: var(--r);
  x: calc(var(--cutout-x2));
  y: 0;
}

.albums-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.albums-content-container .albums-header {
  z-index: 1;
  height: var(--cutout-height);
  display: flex;
}
.albums-content-container .albums-header .albums-title {
  font-family: "Zen Maru Gothic";
  flex-basis: var(--left-side-width);
  padding-left: calc(2.5rem + 58px);
  display: flex;
  position: relative;
  font-size: var(--font-title-size);
  font-weight: bold;
  color: #FFF;
  align-items: center;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .albums-title {
    padding-left: calc(4rem + 58px);
  }
}
.albums-content-container .albums-header .albums-title > img {
  position: absolute;
  top: -30px;
  left: 1rem;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .albums-title > img {
    left: 2rem;
  }
}
.albums-content-container .albums-header .space-gap {
  flex-grow: 1;
}
.albums-content-container .albums-header .albums-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: var(--right-side-width);
}
.albums-content-container .albums-content {
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
}
@media (min-width: 768px) {
  .albums-content-container .albums-content {
    padding: 1rem 2rem;
  }
}
.albums-content-container .albums-content:hover .albums-image, .albums-content-container .albums-content:hover .albums-title {
  transform: scale(1.03);
}
.albums-content-container .albums-content .albums-image {
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
  padding-bottom: 56.25%;
  background-size: cover;
}
.albums-content-container .albums-content .albums-title {
  transition: transform 0.3s ease-in-out;
  text-align: center;
  padding-top: 1rem;
  font-size: 1rem;
  color: #FFF;
}

.photos-container .gallery-link {
  background-color: rgba(112, 112, 112, 0.3019607843);
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-mask-wrapper {
  pointer-events: none;
}

.videos-masked {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  mask: url(#svgmask3);
  mask-mode: alpha;
  background-image: url("/images/tsaps/bg_blue.png");
  background-repeat: repeat;
  background-size: 120%;
  border-radius: var(--r);
}
@media (min-width: 768px) {
  .videos-masked {
    --left-side-width: 10rem;
  }
}

.videos-container {
  width: 100%;
  height: 100%;
}

#svgmask3 circle {
  r: var(--r);
}
#svgmask3 .middle-fill {
  width: calc(var(--cutout-width) + 8px);
  height: calc(100% - var(--cutout-height));
  x: calc(var(--cutout-x1) - 10px);
  y: var(--cutout-height);
}
#svgmask3 .left-fill {
  width: var(--cutout-x1);
  height: 100%;
  rx: var(--r);
  ry: var(--r);
  x: 0;
  y: 0;
}
#svgmask3 .right-fill {
  width: var(--right-side-width);
  height: 100%;
  rx: var(--r);
  ry: var(--r);
  x: calc(var(--cutout-x2));
  y: 0;
}

.videos-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.videos-content-container .videos-header {
  z-index: 1;
  height: var(--cutout-height);
  display: flex;
}
.videos-content-container .videos-header .videos-title {
  font-family: "Zen Maru Gothic";
  flex-basis: var(--left-side-width);
  padding-left: calc(2.5rem + 58px);
  display: flex;
  position: relative;
  font-size: var(--font-title-size);
  font-weight: bold;
  color: #FFF;
  align-items: center;
}
@media (min-width: 768px) {
  .videos-content-container .videos-header .videos-title {
    padding-left: calc(4rem + 58px);
  }
}
.videos-content-container .videos-header .videos-title > img {
  position: absolute;
  top: -20px;
  left: 1rem;
}
@media (min-width: 768px) {
  .videos-content-container .videos-header .videos-title > img {
    left: 2rem;
  }
}
.videos-content-container .videos-header .space-gap {
  flex-grow: 1;
}
.videos-content-container .videos-header .videos-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: var(--right-side-width);
}
.videos-content-container .videos-content {
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
}
@media (min-width: 768px) {
  .videos-content-container .videos-content {
    padding: 1rem 2rem;
  }
}
.videos-content-container .videos-content:hover .videos-image, .videos-content-container .videos-content:hover .videos-title, .videos-content-container .videos-content:hover iframe, .videos-content-container .videos-content:hover video {
  transform: scale(1.03);
}
.videos-content-container .videos-content iframe, .videos-content-container .videos-content video, .videos-content-container .videos-content .videos-image, .videos-content-container .videos-content .videos-title {
  transition: transform 0.3s ease;
}
.videos-content-container .videos-content .videos-image {
  border-radius: 12px;
}
.videos-content-container .videos-content .videos-image video {
  max-width: 100%;
  height: auto;
}
.videos-content-container .videos-content .videos-title {
  text-align: center;
  padding-top: 1rem;
  font-size: 1rem;
  color: #FFF;
  overflow: hidden;
  height: 50px;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news-card {
  background: #FFF;
  border: 1rem solid var(--theme-yellow);
  color: var(--theme-grey);
  border-radius: 12px;
}
.news-card .news-title {
  font-family: "Zen Maru Gothic";
  font-size: var(--font-title-size);
  font-weight: bold;
  flex: 1;
  display: flex;
  align-items: center;
}

.news-header {
  display: flex;
  padding-left: 1rem;
  border-radius: 12px;
  position: relative;
  background-color: #FFF;
}

.news-bell {
  margin: 0.5rem 0;
  width: 3rem;
  height: 3rem;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.news-arrow-container {
  background: var(--theme-yellow);
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 12px;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-arrow-container:hover {
  background: rgba(246, 246, 187, 0.8);
  transform: translateX(5px);
}
.news-arrow-container:hover ~ .news-bell {
  transform: rotate(15deg);
}
.news-arrow-container:hover img {
  transform: translateX(3px);
}
@media (min-width: 768px) {
  .news-arrow-container {
    margin-bottom: 2rem;
  }
}
.news-arrow-container img {
  width: 1rem;
  height: 1rem;
  filter: invert(45%) sepia(14%) saturate(1497%) hue-rotate(245deg) brightness(95%) contrast(89%);
  transition: transform 0.3s ease;
}
.news-arrow-container a {
  padding: 0 !important;
}

.news-list {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}

.news-item {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.news-item .news-date {
  color: #b995c4;
}
.news-item > a {
  color: var(--theme-grey);
  text-decoration: none;
  display: block;
}
.news-item:hover {
  background-color: var(--theme-news-yellow);
  transform: translateX(1rem);
}
.news-item:hover .news-date {
  color: var(--theme-purple);
}
.news-item:hover .news-content {
  color: var(--theme-purple);
}
.news-item:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .news-item:not(:first-child) {
    display: flex;
  }
}

.news-date {
  font-weight: 500;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}

.news-content {
  line-height: 1.4;
  word-break: break-all;
  transition: color 0.3s ease;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.achievements-flexbox, .mediaNews-list-container {
  display: flex;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  margin-top: 4rem;
  background-repeat: repeat;
  position: relative;
  flex-direction: column;
  height: calc(100% - 4rem);
}

.achievements-flexbox {
  background-image: url("/images/tsaps/bg_purple.png");
}

.mediaNews-list-container {
  background-image: url("/images/tsaps/bg_blue.png");
}

.achievements-mediaNews-tabs {
  position: absolute;
  height: 3rem;
  top: 0;
  left: 0;
  width: 100%;
}

.achievements-main {
  flex: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1rem;
  border-right: 2px var(--theme-purple) solid;
}
.achievements-main:hover .achievements-main-img {
  transform: scale(1.05);
}
.achievements-main:hover .achievements-main-info {
  transform: scale(1.05);
}

.achievements-main-img {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.achievements-main-info {
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}
.achievements-main-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 12px;
  background: var(--theme-light-blue);
}

.achievements-main-date {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.achievements-main-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.2rem;
}

.achievements-side {
  flex: 4;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-left: 1rem;
}

.achievements-side-item {
  display: flex;
  flex-direction: column;
}
.achievements-side-item:hover .achievements-side-img {
  transform: scale(1.05);
}
.achievements-side-item:hover .achievements-side-info {
  transform: scale(1.05);
}

.achievements-side-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.achievements-side-info {
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}
.achievements-side-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 12px;
  background: var(--theme-orange);
}

.achievements-side-date {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.achievements-side-title {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.1rem;
}

.mediaNews-wrapper {
  padding: 1rem 0;
  background: #FFF;
}

.achievements-mediaNews-wrapper {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .achievements-mediaNews-wrapper {
    display: unset;
  }
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs {
  position: absolute;
  top: 0;
  height: 5rem;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "Zen Maru Gothic";
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn {
  border-radius: 12px 12px 0 0;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  border: 0;
  font-size: var(--font-title-size);
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn img {
  transition: transform 0.3s ease;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn span {
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  position: relative;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn:hover {
  transform: translateY(-2px);
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn:hover.achievements-tab {
  background-color: #65306d;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn:hover.mediaNews-tab {
  background-color: #3f96bd;
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn:hover img {
  transform: scale(1.2) rotate(-5deg);
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .tab-btn:hover span::after {
  transform: scaleX(1);
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .achievements-tab {
  background-color: var(--theme-purple);
}
.achievements-mediaNews-wrapper .achievements-mediaNews-tabs .mediaNews-tab {
  background-color: var(--theme-light-blue);
}

.achievements-wrapper {
  display: flex;
  background: #FFF;
  padding: 2rem;
}

.mediaNews-detail {
  display: flex;
  padding: 0.5rem;
  padding-left: 2rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: var(--theme-grey);
  display: flex;
  flex-direction: column;
  position: relative;
}
.mediaNews-detail .bar {
  position: absolute;
  height: 70%;
  left: 1rem;
  top: 15%;
  width: 0.2rem;
  border-radius: 12px;
  background-color: var(--theme-orange);
}
.mediaNews-detail .mediaNews-date, .mediaNews-detail .mediaNews-source {
  color: #b995c4;
}
.mediaNews-detail .mediaNews-title {
  flex: 1;
}
@media (min-width: 768px) {
  .mediaNews-detail {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
  }
  .mediaNews-detail .bar {
    position: unset;
    top: unset;
    left: unset;
    position: unset;
    width: 0.2rem;
    border-radius: 0.1rem;
    height: 1rem;
  }
}
.mediaNews-detail .mediaNews-date, .mediaNews-detail .mediaNews-title, .mediaNews-detail .mediaNews-source {
  transition: 0.3s ease-in-out;
}
.mediaNews-detail:hover {
  background-color: var(--theme-news-yellow);
}
.mediaNews-detail:hover .mediaNews-date, .mediaNews-detail:hover .mediaNews-title, .mediaNews-detail:hover .mediaNews-source {
  color: var(--theme-purple);
  transform: translateX(1rem);
}
.mediaNews-detail:nth-child(2n+1) {
  background-color: var(--theme-news-yellow);
}

.mediaNews-footer, .achievement-footer {
  display: flex;
  flex-direction: row;
}
.mediaNews-footer .empty-space, .achievement-footer .empty-space {
  flex: 1;
  background: #FFF;
}
.mediaNews-footer .moreBtn, .achievement-footer .moreBtn {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 0 0 12px 0;
  padding: 0.5rem 1rem;
}
.mediaNews-footer .moreBtn img, .achievement-footer .moreBtn img {
  width: 1.1rem;
  height: 1.1rem;
}
.mediaNews-footer .moreBtn::before, .achievement-footer .moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: radial-gradient(180% 180% at right -65% bottom -65%, transparent 99%, white);
}

.achievements-mobile-container {
  display: flex;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .achievements-mobile-container {
    display: none;
  }
}
.achievements-mobile-container .achievements-mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.achievements-mobile-container .achievements-mobile-header .moreBtn, .achievements-mobile-container .achievements-mobile-header .achievements-mobile-title {
  background-color: var(--theme-purple);
  border-radius: 12px 12px 0 0;
}
.achievements-mobile-container .achievements-mobile-header .empty-space {
  flex: 1;
}
.achievements-mobile-container .achievements-mobile-header .moreBtn {
  padding: 1rem;
}
.achievements-mobile-container .achievements-mobile-header .achievements-mobile-title {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic";
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 1.5rem;
  color: #FFF;
}
.achievements-mobile-container .achievements-mobile-header .achievements-mobile-title img {
  width: 3rem;
}
.achievements-mobile-container .achievements-mobile-wrapper {
  padding: 1rem;
  margin-top: 3rem;
  background-image: url("/images/tsaps/bg_purple.png");
  background-size: 120%;
  background-repeat: repeat;
  border-radius: 0 0 12px 12px;
  width: 100%;
  max-width: 100%;
}
.achievements-mobile-container .achievements-mobile-wrapper .achievement-slider-container {
  background: #FFF;
  padding: 0.8rem 0.7rem;
  position: relative;
}
.achievements-mobile-container .achievements-mobile-wrapper .achievement-slider-container .achievementSliderItemImage {
  width: 100%;
}
.achievements-mobile-container .achievements-mobile-wrapper .achievement-slider-container .achievementImage {
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
}
.achievements-mobile-container .achievements-mobile-wrapper .achievement-slider-container .achievementTitleBG {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  font-size: 1rem;
  color: var(--theme-grey);
}

.achievementsSliderPrev, .achievementsSliderNext {
  position: absolute;
  background-color: var(--theme-purple);
  padding: 0.7rem 1rem;
  top: 40%;
  z-index: 1;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.achievementsSliderPrev img, .achievementsSliderNext img {
  transition: all 0.3s ease;
  width: 1rem;
}

.achievementsSliderPrev {
  left: -1.2rem;
  border-radius: 0 12px 12px 0;
}
.achievementsSliderPrev img {
  transform: rotate(180deg);
}
.achievementsSliderPrev:hover img {
  transform: translateX(-5px) rotate(180deg);
}

.achievementsSliderNext {
  right: -1.2rem;
  border-radius: 12px 0 0 12px;
}
.achievementsSliderNext:hover img {
  transform: translateX(5px);
}

.mediaNews-mobile-container {
  display: flex;
  position: relative;
  margin-bottom: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mediaNews-mobile-container {
    display: none;
  }
}
.mediaNews-mobile-container .mediaNews-list-container {
  margin-top: 3rem;
}
.mediaNews-mobile-container .mediaNews-list-container .mediaNews-footer {
  display: none;
}
.mediaNews-mobile-container .mediaNews-mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 1;
}
.mediaNews-mobile-container .mediaNews-mobile-header .moreBtn, .mediaNews-mobile-container .mediaNews-mobile-header .mediaNews-mobile-title {
  background-color: var(--theme-light-blue);
  border-radius: 12px 12px 0 0;
}
.mediaNews-mobile-container .mediaNews-mobile-header .empty-space {
  flex: 1;
}
.mediaNews-mobile-container .mediaNews-mobile-header .moreBtn {
  padding: 1rem;
}
.mediaNews-mobile-container .mediaNews-mobile-header .mediaNews-mobile-title {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic";
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 1.5rem;
  color: #FFF;
}
.mediaNews-mobile-container .mediaNews-mobile-header .mediaNews-mobile-title img {
  width: 3rem;
}
.mediaNews-mobile-container .mediaNews-mobile-wrapper {
  padding: 1rem;
  margin-top: 3rem;
  background-image: url("/images/tsaps/bg_blue.png");
  background-size: 120%;
  background-repeat: repeat;
  border-radius: 0 0 12px 12px;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calendar-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  flex: 1;
  align-items: center;
  border-radius: 12px;
  background-color: #FFF;
}

.calendar-header {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 2rem;
  background-color: var(--theme-light-blue);
  font-family: "Zen Maru Gothic";
  width: 100%;
  border-radius: 12px 12px 0 0;
  font-size: var(--font-title-size);
  color: #FFF;
  font-weight: bold;
  gap: 1rem;
  align-items: center;
}
.calendar-header .calendar-icon {
  height: 3rem;
  width: 3rem;
}

.datepicker-switch {
  text-transform: uppercase;
}

.header-calendar-container {
  display: flex;
  flex-direction: column;
}

.header-container {
  display: flex;
  flex-direction: row;
}

.calendar-details-list {
  display: flex;
  flex: 1;
  padding: 1rem;
  max-height: 7rem;
  width: 100%;
  overflow-y: auto;
  background-color: var(--theme-purple);
  border-radius: 0 0 12px 12px;
  color: #FFF;
}

.index-calendar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: var(--theme-light-blue);
  width: 100%;
}

.index-calendar {
  max-width: 100%;
  font-size: 0.74rem;
}
.index-calendar table {
  margin: 0 !important;
}

.datepicker {
  background-color: #FFF;
}
.datepicker table tr td, .datepicker table tr th.dow {
  border: 0.5px solid #DEDEDE;
}

.datepicker .datepicker-switch {
  width: unset;
  padding: 0.2rem 0;
}
.datepicker table tr td, .datepicker table tr th {
  height: unset;
  width: unset;
  padding: 0.15rem 0.6rem;
}

.datepicker table tr td.disabled:not(.old):not(.new) {
  color: #000;
}

.datepicker table thead tr:nth-child(2) {
  background: var(--theme-purple);
  color: #FFF;
}

.datepicker table thead tr:nth-child(3) {
  background: #FFF;
  color: var(--theme-grey);
}

.datepicker table thead tr:nth-child(3) > th:first-child {
  background-color: var(--theme-grey);
  color: #FFF;
}

.datepicker table thead tr:nth-child(3) > th:not(:first-child) {
  background-color: #D1EEF2;
  color: #5F5F5F;
  border-bottom: 1px solid #DEDEDE;
}

.datepicker table tbody tr {
  background: #FFF;
}

.datepicker table tr {
  margin-top: 14px;
}

.datepicker .day {
  color: #1B4988;
}

.datepicker table tr td.old {
  color: #AAAAAA;
}

.datepicker table tr td.new {
  color: #AAAAAA;
}

.datepicker table tr td.day:first-child {
  background-color: var(--theme-grey);
  color: #FFF !important;
}

.datepicker table tr td.active.active {
  color: #5F5F5F;
  background-color: var(--theme-calendar-event);
  border: unset;
}
.datepicker table tr td.active.active.holiday {
  background-color: var(--theme-calendar-holiday);
  color: #FFF;
}

.datepicker table tr td.active.active:hover {
  background-color: var(--theme-purple);
  color: #FFF;
  border-color: unset;
}

.datepicker .datepicker-switch:hover {
  background: unset;
}

.datepicker .next:hover {
  background: unset;
  opacity: 0.5;
}

.datepicker .prev:hover {
  background: unset;
  opacity: 0.5;
}

.calendar-title-container {
  margin-left: 20px;
  padding-top: 40px;
  color: var(--theme-light-blue);
}

.calendar-event, .calendar-holiday {
  display: flex;
  margin-bottom: 0.5rem;
  gap: 1rem;
  align-items: center;
}

.calendar-date {
  color: #FFF;
  text-transform: uppercase;
}

.calendar-empty-detail {
  font-weight: bold;
  font-size: 1rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.calendar-content {
  font-size: 1rem;
  color: #FFF;
}

.datepicker-inline {
  width: unset;
}

.calendar-detail-container {
  width: 100%;
  height: 100%;
}

.calendar-detail-container {
  width: 100%;
}

.calendar-details__item {
  font-size: 1rem;
  border-bottom: 1px dashed white;
  padding: 5px 0;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.links-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .links-button-container {
    margin-top: 5rem;
    margin-left: 16rem;
  }
}

.linkButton {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(50% - 1.5rem);
  aspect-ratio: 1;
}
.linkButton:nth-child(2n+1) .linkButton__icon img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(11%) saturate(1847%) hue-rotate(245deg) brightness(87%) contrast(91%);
}
.linkButton:nth-child(2n) .linkButton__icon img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(37%) saturate(752%) hue-rotate(167deg) brightness(89%) contrast(97%);
}
.linkButton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
  height: 15vw;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .linkButton__icon {
    width: 5vw;
    height: 5vw;
  }
}
.linkButton__icon img {
  width: 60%;
  height: auto;
}
.linkButton:nth-child(2n+1) .linkButton__icon {
  border: 6px solid var(--theme-purple);
}
.linkButton:nth-child(2n) .linkButton__icon {
  border: 6px solid var(--theme-light-blue);
}
.linkButton:hover .linkButton__content {
  transform: rotate(225deg);
}
.linkButton:hover .linkButton__image_wrapper .linkButton__image {
  transform: scale(1.5);
}
.linkButton__content {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: ease-in-out 0.3s;
}
.linkButton:nth-child(2n+1) .linkButton__content {
  background: linear-gradient(to right, #792d90 0% 50%, #B669C3 50% 100%);
}
.linkButton:nth-child(2n) .linkButton__content {
  background: linear-gradient(to right, #3B4EA6 0% 50%, #59B6E0 50% 100%);
}
.linkButton__image_wrapper {
  position: absolute;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  overflow: hidden;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: var(--font-title-size);
}
.linkButton__image_wrapper > span {
  z-index: 5;
}
.linkButton__image {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: var(--theme-grey);
  font-size: 1.18rem;
}
.linkButton:nth-child(2n+1):hover .linkButton__image {
  background-color: rgba(121, 45, 144, 0.2);
}
.linkButton:nth-child(2n):hover .linkButton__image {
  background-color: rgba(89, 182, 224, 0.2);
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input.image-select-cb {
  display: none;
}

.photos-container.enable-select .gallery-link {
  pointer-events: none;
}
.photos-container.enable-select input.image-select-cb:not(:checked) + label {
  opacity: 0.6;
}
.photos-container.enable-select .download-button-container {
  opacity: 1;
  display: flex;
}

input.image-select-cb:checked + label {
  opacity: 1;
  box-shadow: 0 0 0 3px #ffc107;
}

input.image-select-cb:checked + label img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

input.image-select-cb:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

input.image-select-cb:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}

input.image-select-cb + label .cover-checkbox {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffc107;
  border: 2px solid #fff;
  transition: transform 0.15s, opacity 0.18s linear;
  opacity: 0;
  transform: scale(0);
}

input.image-select-cb + label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease 0.15s;
  stroke-dashoffset: 16px;
}

.album-image-box {
  transition: transform 0.15s;
}

.album-image-box:active {
  transform: scale(0.9);
}

.multi-select-button-group-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .multi-select-button-group-container {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.photos-container .download-button-container {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  background-color: var(--theme-purple);
  transition-behavior: allow-discrete;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.photos-container .download-button-container > button {
  flex: 1;
}

input.image-select-cb + label {
  display: inline-block;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --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);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

#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: unset;
    width: 90%;
  }
}

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

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

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

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

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-content {
  width: 100%;
}

.page-section-dropdown {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #f3f3f3;
  color: var(--font-title-blue);
  font-size: 16px;
  margin-bottom: 25px;
}

.page-section-dropdown select {
  font-size: 0.8rem;
}

#page-section-select {
  padding: 0 0.75rem;
}

.page-section-header {
  margin-top: 15px;
}

.pageSectionContentWrap p img {
  margin-bottom: 15px;
}

#pageContainer .pageContentBar .pageSectionTitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: #ebdced;
  color: #9452a8;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 5px solid #d9b1e0;
  border-left: 7px solid #9b62a4;
}

.pageGroupButton {
  font-weight: bold;
  background-size: 200% 100%;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  flex: 1;
}
.pageGroupButton:hover {
  color: white;
}
.pageGroupButton.buttonActive {
  background: #9b62a4;
}

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--yearButton) 50%);
  transition: all 1s ease;
  background-size: 200% 100%;
  background-position: right bottom;
  margin-bottom: 0.5rem;
  border-radius: 10px !important;
}
.themedButton_album:hover {
  background-position: left bottom;
  color: white;
}

.icon_studentWork {
  background-color: var(--theme-orange);
  -webkit-mask: url(../images/tsaps/idea.svg) no-repeat center;
  mask: url(../images/tsaps/idea.svg) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin-right: 10px;
}

#pageContainer .pageContentBar .groupActivityTitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: #fff5ed;
  color: var(--theme-orange);
  padding: 10px;
  border-radius: 10px;
  border-bottom: 5px solid #ffd5b3;
  border-left: 7px solid var(--theme-orange);
}

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

.album_row .themedButton, .achievement_row .themedButton {
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid white;
}
.album_row .themedButton:hover, .achievement_row .themedButton:hover {
  background-position: right bottom;
}

.album_row .themedButton {
  background: linear-gradient(to right, #274D98 50%, #3c62ac 50%) left bottom;
  background-size: 200% 100%;
}

.achievement_row .themedButton {
  background: linear-gradient(to right, #AC644B 50%, var(--indexAchievementsBG) 50%) left bottom;
  background-size: 200% 100%;
}

.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 {
  min-height: 400px;
}
@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;
  border-radius: 12px 0 0 12px;
  color: var(--theme-purple);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-purple);
  color: white;
  background-blend-mode: multiply;
  border-radius: 12px 0 0 0;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  padding: 0.3rem 0 0.25rem;
  position: relative;
}
#pageContainer .pageMenuBar .subMenuTab::after {
  width: 90%;
  position: absolute;
  height: 1px;
  background-color: rgba(10, 36, 106, 0.1411764706);
  bottom: 0;
  left: 5%;
  content: "";
}
#pageContainer .pageMenuBar .menu-text {
  font-weight: bold;
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 10px 15px 5px;
  border-radius: 12px;
}
#pageContainer .pageMenuBar .side_menu_item:hover {
  background-color: var(--theme-menu-highlighted);
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .side_menu_item:hover > a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar > .menu-text > .side_menu_item {
  border-radius: 12px 0 0 0;
}
#pageContainer .pageMenuBar > .menu-text > .side_menu_item:hover {
  background-color: var(--theme-purple);
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-purple);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  background-color: var(--theme-menu-highlighted);
}
#pageContainer .pageMenuBar .lev2_menu a:hover > a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 25px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 10px 10px 15px;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-purple);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  background-color: var(--theme-menu-highlighted);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive > a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .menuActive {
  background-color: var(--theme-menu-highlighted);
}
#pageContainer .pageMenuBar .menuActive a {
  color: var(--theme-grey);
}
#pageContainer .pageContentBar {
  padding: 10px 30px 30px 30px;
  background: white;
  min-height: 400px;
  box-shadow: #e2e2e2 -1px 0px 1px;
  line-height: 165%;
}
#pageContainer .pageContentBar .page-title {
  color: var(--theme-purple);
  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 {
  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-purple);
  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-item-container:nth-child(2n+1) .news-item {
  background: var(--theme-yellow);
}
#news-page-index .news-item-container:nth-child(2n) .news-item {
  background: #FFF;
}
#news-page-index .news-index-title {
  color: var(--theme-purple);
  font-weight: bold;
  font-size: 2rem;
}
#news-page-index .news_item, #news-page-index .news-title, #news-page-index .news-date {
  color: var(--theme-grey);
  font-weight: bold;
  display: flex;
  align-items: center;
}
#news-page-index .news-item:hover {
  background: var(--theme-yellow);
}
#news-page-index .news-item:hover .news-title, #news-page-index .news-item:hover .news-date {
  color: var(--theme-purple);
}

.news-page-container .news-page-content-container {
  background-color: white;
  box-shadow: #e2e2e2 -1px 0px 1px;
  padding: 1.5rem 1rem;
}
.news-page-container .news-page-content-container .news-title {
  color: var(--theme-purple);
}
.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: var(--theme-grey);
}
.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-purple);
}
.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: 768px) {
  #album-page-index .items .photoAlbums_item {
    width: calc(33.3% - 1rem);
  }
}
#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_img, #album-page-index .items .photoAlbums_item a:hover > .photoAlbums_item_title {
  opacity: 0.9;
  transform: scale(1.05);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_img {
  transition: ease-in-out 0.5s;
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  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 #120E2E;
  padding-bottom: 15px !important;
  background: linear-gradient(0deg, #120E2E 0%, rgba(18, 14, 46, 0.11) 55%, rgba(18, 14, 46, 0) 100%);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_title {
  transition: ease-in-out 0.5s;
  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: var(--pdf-page-item-background);
  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: var(--pdf-page-item-fontColor);
}
.pageFileItem:hover {
  background: var(--pdf-page-item-background-hover);
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--pdf-page-item-iconBG);
  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%;
}

#toTop {
  position: fixed;
  z-index: 50;
  bottom: 1rem;
  right: 1rem;
}
#toTop img {
  opacity: 0.7;
  transition: all 0.3s;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  #toTop {
    position: absolute;
    right: 1rem;
    top: -5rem;
  }
  #toTop img {
    opacity: 1;
  }
}
#toTop:hover {
  cursor: pointer;
}
#toTop:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.albumsVideosRow {
  display: flex;
  flex-direction: column;
  position: relative;
}
.albumsVideosRow .background-deco-purple {
  display: none;
  position: absolute;
  width: 700px;
  left: -300px;
  top: -300px;
  z-index: -1;
}
@media (min-width: 768px) {
  .albumsVideosRow .background-deco-purple {
    display: unset;
  }
}
.albumsVideosRow .albums-container, .albumsVideosRow .videos-container {
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .albumsVideosRow {
    flex-direction: row;
  }
}
.albumsVideosRow > div {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .albumsVideosRow > div {
    margin-bottom: unset;
  }
  .albumsVideosRow > div.albums-container {
    margin-right: 0.5rem;
  }
  .albumsVideosRow > div.videos-container {
    margin-left: 0.5rem;
  }
}

.main-site-container {
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-site-container {
    padding-bottom: 5%;
  }
}
.main-site-container .school-background {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .main-site-container .school-background {
    width: 60%;
  }
}
.main-site-container .background-deco-yellow {
  display: none;
  position: absolute;
  width: 400px;
  right: -210px;
  top: -140px;
  z-index: -1;
}
@media (min-width: 768px) {
  .main-site-container .background-deco-yellow {
    display: unset;
  }
}

.contactRow {
  padding-top: 3rem;
  display: flex;
  justify-content: flex-end;
}

.linkButtonsRow {
  position: relative;
}
.linkButtonsRow .background-dots {
  position: absolute;
  width: 400px;
  left: -230px;
  top: 0;
  transform: rotate(270deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .linkButtonsRow .background-dots {
    transform: unset;
    left: -150px;
  }
}

.newsAchievementsRow {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsAchievementsRow {
    align-items: stretch;
    flex-direction: row;
  }
}

.newsCalendarColumn {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsCalendarColumn {
    flex: 1;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .achievementsMediaNewsContainer {
    flex: 2;
    display: flex;
    width: 100%;
  }
}

.moreBtn {
  transition: all 0.3s ease;
}
.moreBtn:hover img {
  transition: all 0.3s ease;
  transform: translateX(5px);
}

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