:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.desktop-header {
  background: url("../images/lcps/background_top_desktop.jpg") no-repeat center center;
  background-size: cover;
  padding: 0.5rem 5rem;
}
.desktop-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  gap: 20px;
}
.desktop-header .school-badge-container .school-badge {
  transition: transform 0.2s ease;
  height: 6rem;
  object-fit: contain;
}
.desktop-header .school-badge-container:hover .school-badge {
  transform: scale(1.05);
}
.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: 1rem;
  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-blue);
}
.desktop-header .lang-selector > .active {
  background: white;
}

.school-info {
  display: flex;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  background: #FFF;
  color: var(--theme-blue);
  font-size: 1.3rem;
}
.school-info > div {
  padding: 0 2rem;
  position: relative;
}
.school-info > div:not(:last-child)::after {
  content: " ";
  position: absolute;
  width: 3px;
  border-radius: 12px;
  height: 40%;
  top: 30%;
  right: 0;
  background: #81B13E;
}

.school-info-temperature {
  display: flex;
  align-items: center;
}

.spinner {
  width: 1.5rem;
  height: 1.5rem;
  border: 6px solid #ccc;
  border-top: 6px solid #3498db; /* Blue top for effect */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.footer-box {
  color: var(--theme-grey);
  padding: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-box {
    height: fit-content;
    padding: 1rem 2rem;
  }
}
.footer-box .footer-contact {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footer-box .footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footer-box .footer-contact {
    margin-bottom: 1rem;
  }
}
.footer-box .copyright {
  font-size: 0.6rem;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-box .copyright {
    font-size: 0.7rem;
  }
}
.footer-box .copyright a {
  color: var(--theme-grey);
}
.footer-box .copyright > p {
  margin: 0;
}
.footer-box .footer-social-media {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-box .footer-social-media {
    display: none;
  }
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.contact-container {
  background-color: #FFF;
  padding: 0.5rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.6rem;
}
.contact-container .contact-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-container .contact-row:hover {
  opacity: 0.8;
}
.contact-container .contact-row > a {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .contact-container .contact-row > a {
    margin: 0;
    padding: 0 1rem;
  }
  .contact-container .contact-row > a:first-child::after {
    content: " ";
    height: 70%;
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    background-color: var(--theme-yellowgreen);
  }
}
.contact-container .contact-row > a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .contact-container .contact-row {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .contact-container {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .contact-container {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .contact-container {
    font-size: 1rem;
  }
}
.contact-container .contact-text {
  color: var(--theme-grey);
  letter-spacing: 1px;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.albums-container {
  width: 100%;
  height: 100%;
  background-color: var(--theme-light-blue);
  border-radius: 38px 26px 0 0;
  margin-top: 5rem;
}

.albums-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
}
.albums-content-container::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: #83C2E5;
}
.albums-content-container .albums-header {
  z-index: 1;
  display: flex;
  position: relative;
}
.albums-content-container .albums-header .albums-title-container {
  display: flex;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .albums-title-container {
    flex: 1;
    margin-top: 1rem;
    justify-content: center;
  }
}
.albums-content-container .albums-header .albums-title-container .albums-title {
  display: flex;
  font-size: var(--font-title-size);
  color: #FFF;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #3474C1;
  border-radius: 38px 26px 26px 0;
  gap: 1rem;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .albums-title-container .albums-title {
    padding: 1rem 3rem;
    background-color: #FFF;
    color: #3474C1;
  }
}
.albums-content-container .albums-header .albums-title-container .albums-title > picture > img {
  width: 2rem;
  padding-bottom: 3px;
}
.albums-content-container .albums-header .space-gap {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .space-gap {
    display: none;
  }
}
.albums-content-container .albums-header .moreBtn {
  position: absolute;
  right: 1rem;
  background: var(--theme-content-blue);
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #FFF;
  border-radius: 26px;
}
@media (min-width: 768px) {
  .albums-content-container .albums-header .moreBtn {
    padding: 0.5rem 1.5rem;
  }
}
.albums-content-container .albums-header .moreBtn > img {
  width: 1rem;
}
.albums-content-container .albums-content {
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem;
  background-color: #FFF;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.albums-content-container .albums-content:hover {
  box-shadow: 0 0 8px #6a81b4;
}
.albums-content-container .albums-content:hover .albums-image, .albums-content-container .albums-content:hover .albums-title, .albums-content-container .albums-content:hover .albums-date {
  transform: scale(1.03);
}
.albums-content-container .albums-content .albums-image {
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
  padding-bottom: 75%;
  background-size: cover;
}
.albums-content-container .albums-content .albums-date {
  transition: transform 0.3s ease-in-out;
  color: var(--theme-date-green);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.albums-content-container .albums-content .albums-title {
  transition: transform 0.3s ease-in-out;
  font-size: 1rem;
  color: var(--theme-grey);
}

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

.boy-violin, .girl-reading {
  position: absolute;
  z-index: 2;
}

.boy-violin {
  width: 30vw;
  top: -40vw;
  left: 5vw;
}
@media (min-width: 768px) {
  .boy-violin {
    width: 15vw;
    top: -10vw;
    left: -5vw;
  }
}

.girl-reading {
  display: none;
}
@media (min-width: 768px) {
  .girl-reading {
    display: unset;
    width: 15vw;
    bottom: -5vw;
    right: -5vw;
  }
}

.albums-list-container {
  display: none;
}
@media (min-width: 768px) {
  .albums-list-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 4rem;
  }
}

.albums-mobile-wrapper {
  padding: 1rem;
}
@media (min-width: 768px) {
  .albums-mobile-wrapper {
    display: none;
  }
}
.albums-mobile-wrapper .album-mobile-slider-container {
  position: relative;
  background: #FFF;
  padding: 1rem;
  border-radius: 12px;
}
.albums-mobile-wrapper .album-mobile-slider-container .albumSliderItemImage {
  width: 100%;
}
.albums-mobile-wrapper .album-mobile-slider-container .albumImage {
  padding-bottom: 75%;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}
.albums-mobile-wrapper .album-mobile-slider-container .albumDate {
  color: var(--theme-date-green);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.albums-mobile-wrapper .album-mobile-slider-container .albumTitleBG {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  font-size: 1rem;
  color: var(--theme-grey);
}

.albumsSliderPrev, .albumsSliderNext {
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background: var(--theme-content-blue);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.albumsSliderPrev img, .albumsSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

.albumsSliderPrev {
  left: -1.2rem;
}
.albumsSliderPrev img {
  transform: rotate(180deg);
}
.albumsSliderPrev:hover img {
  transform: translateX(-5px) rotate(180deg);
}

.albumsSliderNext {
  right: -1.2rem;
}
.albumsSliderNext:hover img {
  transform: translateX(5px);
}

.deco-album-top {
  display: none;
}
@media (min-width: 768px) {
  .deco-album-top {
    display: unset;
    position: absolute;
    width: 40%;
    left: 10%;
    top: 0;
  }
}

.deco-album-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.video-container {
  width: 100%;
  height: 100%;
  background-color: var(--theme-light-blue);
  border-radius: 38px 26px 0 0;
  margin-top: 5rem;
  min-height: 100px;
}

.video-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
}
.video-content-container::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: #83C2E5;
}
.video-content-container .video-header {
  z-index: 1;
  display: flex;
  position: relative;
}
.video-content-container .video-header .video-title-container {
  display: flex;
}
@media (min-width: 768px) {
  .video-content-container .video-header .video-title-container {
    flex: 1;
    margin-top: 1rem;
    justify-content: center;
  }
}
.video-content-container .video-header .video-title-container .video-title {
  display: flex;
  font-size: var(--font-title-size);
  color: #FFF;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #3474C1;
  border-radius: 38px 26px 26px 0;
  gap: 1rem;
}
@media (min-width: 768px) {
  .video-content-container .video-header .video-title-container .video-title {
    padding: 1rem 3rem;
    background-color: #FFF;
    color: #3474C1;
  }
}
.video-content-container .video-header .video-title-container .video-title > picture > img {
  width: 2rem;
  padding-bottom: 3px;
}
.video-content-container .video-header .space-gap {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .video-content-container .video-header .space-gap {
    display: none;
  }
}
.video-content-container .video-header .moreBtn {
  position: absolute;
  right: 1rem;
  background: var(--theme-content-blue);
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #FFF;
  border-radius: 26px;
}
@media (min-width: 768px) {
  .video-content-container .video-header .moreBtn {
    padding: 0.5rem 1.5rem;
  }
}
.video-content-container .video-header .moreBtn > img {
  width: 1rem;
}
.video-content-container .videoSliderItem {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-content-container .videoSliderItem .videoBox {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
}

.videoSliderPrev, .videoSliderNext {
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background: var(--theme-content-blue);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoSliderPrev img, .videoSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

.videoSliderPrev {
  left: -0.5rem;
}
.videoSliderPrev img {
  transform: rotate(180deg);
}
.videoSliderPrev:hover img {
  transform: translateX(-5px) rotate(180deg);
}

.videoSliderNext {
  right: -0.2rem;
}
.videoSliderNext:hover img {
  transform: translateX(5px);
}

.deco-album-top {
  display: none;
}
@media (min-width: 768px) {
  .deco-album-top {
    display: unset;
    position: absolute;
    width: 40%;
    left: 10%;
    top: 0;
  }
}

.deco-album-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.news-card {
  background: var(--theme-yellow);
  color: var(--theme-grey);
  border-radius: 60px 26px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.news-card::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: var(--theme-footer-yellow);
}

.news-header {
  display: flex;
  gap: 1rem;
  border-radius: 60px 26px 26px 0;
  color: #FFF;
  padding: 1rem 2rem;
  position: absolute;
  background-color: var(--theme-yellowgreen);
}

.news-bell {
  width: 2rem;
  transition: transform 0.3s ease;
}

.news-title {
  font-size: var(--font-title-size);
  flex: 1;
  display: flex;
  align-items: center;
}

.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: 1;
  flex-direction: column;
  font-size: 1rem;
  background: #FFF;
  margin: 2.5rem 1rem 1rem 1rem;
  border-radius: 28px;
  padding-top: 2rem;
}

.news-item {
  padding: 0.5rem 1rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.news-item::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 1rem;
  width: 4px;
  height: 70%;
  border-radius: 12px;
  background: #C5D73C;
}
.news-item:nth-child(2n+1) {
  background-color: rgba(227, 242, 110, 0.2);
}
.news-item > a {
  color: var(--theme-grey);
  text-decoration: none;
  display: block;
}
.news-item:hover {
  background-color: rgba(227, 242, 110, 0.2);
  transform: translateX(1rem);
}

.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: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.achievements-flexbox {
  background-color: var(--theme-light-blue);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 38px 26px 0 0;
  margin-bottom: 1rem;
}
.achievements-flexbox::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: #83C2E5;
}
.achievements-flexbox .achievements-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  z-index: 1;
}
.achievements-flexbox .achievements-header .empty-space {
  flex: 1;
}
.achievements-flexbox .achievements-header .moreBtn {
  padding: 0.5rem 1.5rem;
  border-radius: 26px;
  background: var(--theme-content-blue);
  color: #FFF;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .achievements-flexbox .achievements-header .moreBtn {
    margin-right: 4rem;
  }
}
.achievements-flexbox .achievements-header .moreBtn > img {
  width: 1rem;
}
.achievements-flexbox .achievements-header .achievements-title {
  padding: 1rem 2rem;
  background: var(--theme-content-blue);
  border-radius: 38px 38px 38px 0px;
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 1.5rem;
  color: #FFF;
}
.achievements-flexbox .achievements-header .achievements-title img {
  width: 2rem;
}

.achievement-deco-top, .achievement-deco-bottom {
  position: absolute;
  max-width: 100%;
  left: 0;
}

.achievement-deco-top {
  top: 0;
}
@media (min-width: 768px) {
  .achievement-deco-top {
    left: 20%;
  }
}

.achievement-deco-bottom {
  bottom: 0;
}

.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;
}
.achievements-main:hover .achievements-main-img {
  transform: scale(1.02);
}
.achievements-main:hover .achievements-main-info {
  transform: scale(1.02);
}

.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;
  transition: transform 0.3s ease;
}

.achievements-main-date, .achievements-side-date {
  margin-bottom: 0.5rem;
  font-size: 0.86rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: var(--theme-date-green);
}

.achievements-main-title {
  font-size: 1.18rem;
  color: var(--theme-grey);
}

.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.02);
}
.achievements-side-item:hover .achievements-side-info {
  transform: scale(1.02);
}

.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;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}

.achievements-side-title {
  font-size: 1rem;
  color: var(--theme-grey);
  margin-bottom: 0.5rem;
}

.achievements-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .achievements-wrapper {
    display: flex;
    flex: 1;
    z-index: 1;
    padding: 1rem 10rem 1rem 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-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:hover {
  background-color: var(--theme-news-yellow);
  transform: translateX(1rem);
}
.mediaNews-detail:hover .mediaNews-date, .mediaNews-detail:hover .mediaNews-title, .mediaNews-detail:hover .mediaNews-source {
  color: var(--theme-purple);
}
.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;
}

.achievements-mobile-wrapper {
  padding: 1rem;
}
@media (min-width: 768px) {
  .achievements-mobile-wrapper {
    display: none;
  }
}
.achievements-mobile-wrapper .achievement-slider-container {
  position: relative;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementSliderItemImage {
  width: 100%;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementImage {
  padding-bottom: 75%;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementDate {
  color: var(--theme-date-green);
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.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;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  background: var(--theme-content-blue);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievementsSliderPrev img, .achievementsSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

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

.achievementsSliderNext {
  right: -1.2rem;
}
.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: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.calendar-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  border-radius: 38px 26px 0 0;
  background-color: var(--theme-yellow);
  position: relative;
  margin-bottom: 1rem;
}
.calendar-container::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: var(--theme-footer-yellow);
}

.calendar-header {
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
  background-color: var(--theme-yellowgreen);
  border-radius: 38px 26px 26px 0;
  font-size: var(--font-title-size);
  color: #FFF;
  gap: 1rem;
  align-items: center;
  align-self: start;
  z-index: 1;
}
.calendar-header .calendar-icon {
  width: 2rem;
}
.calendar-header .calendar-label {
  gap: 1rem;
  display: flex;
}

.calendar-deco {
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  border-top-right-radius: 26px;
}

.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;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  color: var(--theme-grey);
}

.index-calendar-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .index-calendar-container {
    flex-direction: row;
  }
}
.index-calendar-container {
  padding: 1rem;
  width: 100%;
  flex: 1;
}

.index-calendar {
  max-width: 100%;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.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 0.6rem;
}

.datepicker table tr td.disabled:not(.old):not(.new) {
  color: var(--theme-grey);
}

.datepicker table thead tr:nth-child(2) {
  background: var(--theme-blue);
  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: #DEDEDE;
  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 {
  text-transform: uppercase;
}

.calendar-empty-detail {
  font-weight: bold;
  font-size: 1rem;
  color: var(--theme-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

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

.datepicker-inline {
  width: unset;
  overflow: hidden;
}

.calendar-detail-container {
  width: 100%;
  height: 100%;
  max-height: 6rem;
}
@media (min-width: 768px) {
  .calendar-detail-container {
    max-height: 10rem;
  }
}

.calendar-details__item {
  font-size: 1rem;
}

.boy-football {
  position: absolute;
  top: -20vw;
  right: 0;
  width: 30vw;
  z-index: 2;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .boy-football {
    top: -17vw;
    right: 30%;
    width: 18vw;
  }
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.links-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.linkButton {
  display: flex;
  flex-basis: calc(50% - 1.5rem);
  border-radius: 12px;
  background: url("../images/lcps/background_linkButton.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.5rem;
  aspect-ratio: 2/1;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .linkButton {
    aspect-ratio: 3/1;
    flex-basis: calc(33.3% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .linkButton {
    flex-basis: calc(20% - 1.5rem);
  }
}
.linkButton:hover {
  transform: scale(1.1);
  box-shadow: 0 0 8px #6a81b4;
}
.linkButton__image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  align-self: center;
}

.links-button-more-btn-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.links-button-more-btn-container .moreBtn {
  border-radius: 50px;
  padding: 0.5rem 3rem;
  background-color: var(--theme-yellowgreen);
  color: #FFF;
}

#links-button-page-index .list-view .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
#links-button-page-index .list-view .items .linkButton {
  flex-basis: calc(50% - 1rem);
}
@media (min-width: 576px) {
  #links-button-page-index .list-view .items .linkButton {
    flex-basis: calc(33.3% - 1rem);
  }
}
@media (min-width: 768px) {
  #links-button-page-index .list-view .items .linkButton {
    flex-basis: calc(20% - 1rem);
  }
}

.links-button-more-btn-container {
  margin-bottom: 0.5rem;
}
.links-button-more-btn-container .moreBtn {
  transition: all 0.3s ease;
}
.links-button-more-btn-container .moreBtn:hover {
  background-color: var(--theme-date-green);
  box-shadow: 0 0 8px #808080;
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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-blue);
  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: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.intranet-flexbox {
  background-color: var(--theme-yellow);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 38px 26px 0 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .intranet-flexbox {
    margin-top: 0;
  }
}
.intranet-flexbox::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  border-radius: 0 0 26px 26px;
  background-color: var(--theme-footer-yellow);
}
.intranet-flexbox .intranet-deco-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.intranet-flexbox .intranet-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  z-index: 1;
}
.intranet-flexbox .intranet-header .intranet-title {
  padding: 1rem 2rem;
  background: var(--theme-yellowgreen);
  border-radius: 38px 38px 38px 0px;
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 1rem;
  color: #FFF;
}
.intranet-flexbox .intranet-header .intranet-title img {
  width: 2rem;
}
.intranet-flexbox .intranet-wrapper {
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 1;
}
.intranet-flexbox .intranet-wrapper .login-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intranet-flexbox .intranet-wrapper .login-form label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--theme-grey);
}
.intranet-flexbox .intranet-wrapper .login-form input[type=text],
.intranet-flexbox .intranet-wrapper .login-form input[type=password] {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 1rem;
  border: none;
  border-radius: 50px;
  outline: none;
}
.intranet-flexbox .intranet-wrapper .login-form button[type=submit] {
  z-index: 1;
  align-self: end;
  padding: 0.5rem 2rem;
  background-color: var(--theme-yellowgreen);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.intranet-flexbox .intranet-wrapper .login-form button[type=submit]:hover {
  box-shadow: 0 0 8px #808080;
  background-color: var(--theme-date-green);
}

:root {
  --theme-purple: #9B62A4;
  --theme-grey: #333e52;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #94ddfd;
  --theme-content-blue: #3375c1;
  --theme-blue: #365292;
  --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: #160C5B;
  --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-bg-blue: #BFECFF;
  --theme-menu-main: #1c3264;
  --theme-mobile-menu-blue: #365091;
  --theme-yellowgreen: #81B13E;
  --theme-date-green: #4B770F;
  --theme-yellow: #e3f26e;
  --theme-footer-yellow: #C5D63C;
  --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;
  --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;
  --active-page-bg:#81B13E;
  --menu-hover-bg:#dcedff;
}

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: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

:root {
  --style-primary: #4b6ab1;
  --style-secondary: #81B13E;
  --style-tertiary: #42a9d5;
  --style-forth: #e5812c;
  --style-purple: #225080;
  --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: 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");
}

body {
  font-family: "Noto Sans";
}

html {
  font-family: "Noto Sans";
  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: 19px;
  }
}
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: 19px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 19px;
  }
}

.page-section-title {
  color: #4b6ab1;
  font-size: 1.3rem;
  background: #dcedff;
  border-radius: 9px;
  border-left: 6px solid #4b6ab1;
  border-bottom: 6px solid #a6bad1;
  padding: 15px;
  margin: 10px 0 10px 0;
  max-width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-section-title {
    padding: 13px 10px 13px 10px;
    margin-left: -10px;
  }
}

body .page-content img, .cke_editable img {
  border: 5px solid #e5ecf3;
  border-radius: 3px;
}
body .page-content *, body .page-content ::after, body .page-content ::before, .cke_editable *, .cke_editable ::after, .cke_editable ::before {
  box-sizing: border-box;
}

.title-primary {
  color: var(--style-primary);
  font-weight: bold;
}

.title-secondary {
  color: var(--style-secondary);
  font-weight: bold;
}

.title-tertiary {
  color: var(--style-tertiary);
  font-weight: bold;
}

.title-forth {
  color: var(--style-forth);
  font-weight: bold;
}

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

h3.paragraph-small-title-1, h3.paragraph-small-title-2, h3.paragraph-small-title-3, h3.paragraph-small-title-4 {
  margin-top: 1rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-primary);
  margin-bottom: 0.8rem;
}
h3.paragraph-small-title-1:before, h3.paragraph-small-title-2:before, h3.paragraph-small-title-3:before, h3.paragraph-small-title-4:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 10px;
  color: transparent;
  z-index: -1;
}
h3.paragraph-small-title-1:after, h3.paragraph-small-title-2:after, h3.paragraph-small-title-3:after, h3.paragraph-small-title-4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -10px;
  border-top: 3px solid var(--style-primary);
  border-bottom: 1px solid var(--style-primary);
  z-index: -2;
}

h3.paragraph-small-title-2 {
  color: var(--style-secondary);
}
h3.paragraph-small-title-2:after {
  border-top: 3px solid var(--style-secondary);
  border-bottom: 1px solid var(--style-secondary);
}

h3.paragraph-small-title-3 {
  color: var(--style-tertiary);
}
h3.paragraph-small-title-3:after {
  border-top: 3px solid var(--style-tertiary);
  border-bottom: 1px solid var(--style-tertiary);
}

h3.paragraph-small-title-4 {
  color: var(--style-forth);
}
h3.paragraph-small-title-4:after {
  border-top: 3px solid var(--style-forth);
  border-bottom: 1px solid var(--style-forth);
}

.button-style-1 {
  background: var(--theme-light-blue);
  color: white;
  transition: 0.3s ease-in-out;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
  margin-bottom: unset;
}
.button-style-1 a {
  color: white;
}
.button-style-1 a:hover {
  color: white;
}
.button-style-1:hover {
  opacity: 0.8;
}

.image-style-1, .image-style-2, .image-style-3, .image-style-4 {
  background-size: cover;
  width: 100%;
  height: auto !important;
  background-color: white;
  padding: calc(var(--image-padding) * 0.3);
  background-position: center;
  border: var(--style-primary) 15px solid !important;
  border-radius: 0 !important;
}

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

img.image-style-2 {
  border: var(--style-secondary) 15px solid !important;
}

img.image-style-3 {
  border: var(--style-tertiary) 15px solid !important;
}

img.image-style-4 {
  border: var(--style-forth) 15px solid !important;
}

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

.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-color: var(--theme-deep-blue);
  color: white;
  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(1) {
  vertical-align: middle !important;
}
table.table-style-image-text-1 td:nth-child(2) {
  padding: var(--photoTable-text-padding);
  background-color: var(--theme-deep-blue);
}
@media (min-width: 960px) {
  table.table-style-image-text-1 td:nth-child(2) {
    padding: var(--photoTable-lg-text-padding);
  }
}

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, .table-style-4 {
  border-radius: 10px;
  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, .table-style-4 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, .table-style-4 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, .table-style-4 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, .table-style-4 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table-style-1 td, .table-style-2 td, .table-style-3 td, .table-style-4 td {
  padding: 0.5rem;
}

table.table-style-1 {
  border-collapse: separate !important;
}
table.table-style-1 tr:nth-child(1) {
  background-color: var(--style-primary);
  color: white;
}
table.table-style-1 tr:nth-child(n+1):not(:first-child) td {
  background-color: rgba(255, 255, 255, 0.5);
}
table.table-style-1 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #deeaff;
}

table.table-style-2 {
  border-collapse: separate !important;
  border: 2px solid #e4e4e4;
}
table.table-style-2 tr:nth-child(1) {
  background-color: var(--style-secondary);
  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.5);
}
table.table-style-2 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #f8ffee;
}

table.table-style-3 {
  border-collapse: separate !important;
}
table.table-style-3 tr:nth-child(1) {
  background-color: var(--style-tertiary);
  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: #e6f4fa;
}

table.table-style-4 {
  border-collapse: separate !important;
}
table.table-style-4 tr:nth-child(1) {
  background-color: var(--style-forth);
  color: white;
}
table.table-style-4 tr:nth-child(n+1):not(:first-child) td {
  background-color: white;
}
table.table-style-4 tr:nth-child(2n+1):not(:first-child) td {
  background-color: #fff8f0;
}

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

.themedButton {
  background: linear-gradient(to right, #5baac8 50%, var(--theme-blue) 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: rgba(255, 255, 255, 0.6901960784);
  padding: 0px 0px 10px 0px;
  box-shadow: #d2f4ff -1px 0px 3px;
  border-radius: 12px 0 0 12px;
  color: var(--theme-blue);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-color: #4e69a6;
  color: white;
  border-radius: 12px !important;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  padding: 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:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 8px 15px;
  border-radius: 17px;
  transition: 0.2s ease-in-out;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .side_menu_item:hover {
  background-color: var(--menu-hover-bg);
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-blue);
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 35px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 8px 12px;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-blue);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  background-color: var(--active-page-bg);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive > a {
  color: white;
}
#pageContainer .pageMenuBar .menuActive {
  background-color: var(--active-page-bg);
}
#pageContainer .pageMenuBar .menuActive a {
  color: white;
}
#pageContainer .pageContentBar {
  border-radius: 12px;
  padding: 0;
  background: rgba(255, 255, 255, 0.6901960784);
  min-height: 400px;
  box-shadow: #cee6f5 -1px 0px 1px;
  line-height: 165%;
  overflow: hidden;
}
#pageContainer .pageContentBar .page-title {
  color: var(--theme-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 {
  padding: 15px;
  background-color: #ecf4f7;
  flex-wrap: wrap;
  border-top: 5px solid #d1e5ed;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: #81B13E;
}

#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-blue);
  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-blue);
}

.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-blue);
}
.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-blue);
}
.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: cover;
  transition: 0.4s;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: none;
  color: var(--theme-menu-blue);
  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: #f7fbff;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  color: #347cd0;
}
.pageFileItem:hover {
  background: #e5e9f1;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #1474e0;
}
.pageFileItem:hover .pageFileItem_title {
  color: #1474e0;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #347cd0;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.1rem;
  min-width: 35px;
}
.pageFileItem .pageFileItem_title {
  padding: 10px;
}
@media (min-width: 576px) {
  .pageFileItem .pageFileItem_title {
    padding: 15px;
  }
}

#staff_page .staff_item {
  text-align: center;
  color: var(--theme-menu-main);
  background-color: white;
  padding: 0.5rem;
  box-shadow: 5px 5px 1px 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 img {
    opacity: 1;
  }
  #toTop {
    position: absolute;
    right: 1rem;
    top: -5rem;
  }
}
#toTop:hover img {
  opacity: 1;
  transform: scale(1.1);
}
#toTop:hover {
  cursor: pointer;
}

.main-site-container {
  position: relative;
  overflow: hidden;
}
.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;
  }
}

.newsCalendarRow {
  display: flex;
  flex-direction: column;
}
.newsCalendarRow .news-card {
  margin-top: 2rem;
}
.newsCalendarRow .calendar-container {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .newsCalendarRow {
    margin-top: 1rem;
    flex-direction: row;
    gap: 1rem;
  }
  .newsCalendarRow .news-card, .newsCalendarRow .calendar-container {
    margin-top: 0;
  }
  .newsCalendarRow .news-card {
    flex: 4;
  }
  .newsCalendarRow .calendar-container {
    flex: 6;
  }
}

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

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

.site-deco-container {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
@media (min-width: 960px) {
  .site-deco-container {
    flex-direction: row;
    gap: 2rem;
  }
}
.site-deco-container .site-deco-left-container {
  order: 2;
  flex: 4;
  padding-left: 1rem;
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-left-container {
    order: 1;
  }
}
.site-deco-container .site-deco-left-container > img {
  max-width: 80%;
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-left-container > img {
    max-width: 100%;
  }
}
.site-deco-container .site-deco-right-container {
  flex: 6;
  order: 1;
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-right-container {
    order: 2;
    margin-left: 0;
    height: unset;
  }
}
.site-deco-container .site-deco-right-container .slogan {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-right-container .slogan {
    min-height: 250px;
    height: 100%;
    width: calc(100% - 5rem);
  }
}
.site-deco-container .site-deco-right-container .slogan .bible-verse {
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 30px;
  padding: 1.3rem;
  color: #0c607e;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 6px solid #b7e2f4;
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-right-container .slogan .bible-verse {
    padding-right: 86px;
  }
}
@media (min-width: 1200px) {
  .site-deco-container .site-deco-right-container .slogan .bible-verse {
    padding-right: 152px;
  }
}
.site-deco-container .site-deco-right-container .slogan .bible-verse .bibleVerses {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.site-deco-container .site-deco-right-container .slogan .bible-verse .bibleOrigin {
  font-size: 1.2rem;
  text-align: right;
  color: #2ca0d1;
}
.site-deco-container .site-deco-right-container .slogan .bible-verse .bibleOrigin svg {
  fill: #2ca0d1;
  height: 40px;
  margin-right: 5px;
}
.site-deco-container .site-deco-right-container .slogan > img {
  position: absolute;
  bottom: 0;
  right: -3vw;
  width: 33vw;
  max-width: 160px;
  z-index: 1;
  transform: translateY(80%);
}
@media (min-width: 768px) {
  .site-deco-container .site-deco-right-container .slogan > img {
    max-width: 200px;
  }
}
@media (min-width: 960px) {
  .site-deco-container .site-deco-right-container .slogan > img {
    max-width: 280px;
    width: 18vw;
    right: -10vw;
    transform: translateY(20%);
  }
}
@media (min-width: 1400px) {
  .site-deco-container .site-deco-right-container .slogan > img {
    max-width: 300px;
    right: -8vw;
  }
}

.achievementsIntranetRow {
  display: flex;
  flex-direction: column;
}
.achievementsIntranetRow .intranet-flexbox {
  display: none;
}
@media (min-width: 768px) {
  .achievementsIntranetRow {
    flex-direction: row;
    gap: 1rem;
  }
  .achievementsIntranetRow .achievements-flexbox {
    flex: 7;
  }
  .achievementsIntranetRow .intranet-flexbox {
    display: unset;
    flex: 3;
  }
}

.links-button-container {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .links-button-container {
    margin-top: 5rem;
  }
}

.mobile-school-info {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(148, 221, 253, 0.6392156863);
  padding: 1rem 1.5rem;
}
.mobile-school-info .school-info {
  font-size: 0.86rem;
}
.mobile-school-info .school-info > div {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .mobile-school-info {
    display: none;
  }
}

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