:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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 {
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.desktop-header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.desktop-header .lang-selector {
  display: flex;
  align-items: center;
  background: transparent;
}
.desktop-header .lang-selector .lang-option {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 4px 10px;
  cursor: pointer;
  transition: background 0.2s;
  color: white;
  border-radius: 50%;
  border: 1px solid #FFF;
  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);
  background-color: #FFF;
  color: var(--theme-grey);
  z-index: 1;
}
.desktop-header .lang-selector .lang-option.active {
  background: white;
  color: var(--theme-purple);
}
.desktop-header .lang-selector > .active {
  background: white;
}
.desktop-header .header-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.desktop-header .header-buttons .header-btn {
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 3px;
}
.desktop-header .header-buttons .header-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.desktop-header .header-buttons .header-btn.contact-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.desktop-header .header-buttons .header-btn.external-links-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Add padding to body when header is fixed to prevent content jump */
body.has-fixed-header {
  padding-top: 60px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 18px;
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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 {
  background-image: url(/images/sunfc/footer_school.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-dark-green);
  background-position: center;
  background-blend-mode: multiply;
  color: white;
  font-size: 0.6rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1rem;
    padding: 2rem 4rem;
  }
}
#footer .footer-row {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #fff;
}
@media (min-width: 768px) {
  #footer .footer-row {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
#footer .footer-logo {
  height: 4rem;
}
#footer .footer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 8px;
}
#footer .footer-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#footer .footer-item span {
  color: #fff;
}
#footer .footer-icon {
  font-size: 1.3rem;
}
#footer .footer-contact {
  margin-bottom: 1rem;
}
#footer .copyright {
  display: block;
  text-align: center;
  font-size: 0.75rem;
}
#footer .copyright a {
  color: white;
}
#footer .copyright > p {
  margin: 0;
}
#footer .footer-social-media {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #footer .footer-social-media {
    display: none;
  }
}
#footer .sitemap {
  display: none;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 2px dotted rgba(255, 255, 255, 0.8);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  #footer .sitemap {
    display: block;
  }
}
#footer .sitemap .sitemap-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
#footer .sitemap .sitemap-category {
  flex: 1;
  flex-basis: 6rem;
}
#footer .sitemap .sitemap-category .sitemap-category-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.91rem;
  margin-bottom: 0.5rem;
}
#footer .sitemap .sitemap-category .sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item {
  margin-bottom: 0.25rem;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  display: block;
  padding: 0.1rem 0;
  line-height: 1.2;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link:hover {
  color: #fff;
  transform: translateX(3px);
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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-size: 100%;
  background-repeat: repeat;
  padding: 1rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .contact-container {
    padding: 1rem 2rem;
  }
}
.contact-container .contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-container .contact-row:not(:last-child) {
  padding-bottom: 0.5rem;
}
.contact-container .contact-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.contact-container .contact-text {
  color: var(--theme-grey);
  letter-spacing: 1px;
}
.contact-container .inner_phone_number, .contact-container .inner_fax_number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  display: none;
}

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

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .albums-container {
    padding-top: 3.5rem;
  }
}

.albums-main-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.albums-main-container .albums-main-header {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  gap: 1rem;
}
.albums-main-container .albums-main-header .empty-space {
  display: none;
}
@media (min-width: 768px) {
  .albums-main-container .albums-main-header .empty-space {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.albums-main-container .albums-main-header .more-btn {
  position: absolute;
  right: 1.5rem;
  top: 20%;
}
.albums-main-container .albums-main-header .albums-main-title {
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 0.5rem;
  color: var(--theme-dark-green);
}
.albums-main-container .albums-main-header .albums-main-title img {
  width: 3rem;
}
.albums-main-container .albums-main-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}
.albums-main-container .album-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
.albums-main-container .album-slider-container .albumSliderItem {
  transition: all 0.3s ease-in-out;
}
.albums-main-container .album-slider-container .albumSliderItem:hover {
  transform: scale(1.05);
}
.albums-main-container .album-slider-container .albumSliderItemImage {
  width: 100%;
}
@media (min-width: 768px) {
  .albums-main-container .album-slider-container .albumSliderItemImage {
    padding: 1rem;
  }
}
.albums-main-container .album-slider-container .albumImage {
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}
.albums-main-container .album-slider-container .albumTitleBG {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate {
  display: flex;
  flex-direction: column;
  background-color: var(--theme-light-purple);
  color: #FFF;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate .albumDay {
  font-size: 1.3rem;
  line-height: 1.2rem;
}
.albums-main-container .album-slider-container .albumTitleBG .albumDate .albumMonth {
  font-size: 0.6rem;
  text-transform: uppercase;
}
.albums-main-container .album-slider-container .albumTitleBG .albumTitle {
  flex: 1;
  font-size: 0.91rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-grey);
  border-bottom: 6px solid var(--theme-light-purple);
  padding: 0.5rem 1rem;
}

.albumsSliderPrev, .albumsSliderNext {
  position: absolute;
  background-color: transparent;
  padding: 0.7rem 1rem;
  top: 40%;
  z-index: 1;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.albumsSliderPrev img, .albumsSliderNext img {
  transition: all 0.3s ease;
  width: 2rem;
}

.albumsSliderPrev {
  left: -1.5rem;
}
.albumsSliderPrev:hover img {
  transform: translateX(-5px);
}

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

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

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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%;
  }
}

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

.videos-content-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.videos-content-container .videos-header {
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
}
.videos-content-container .videos-header .videos-title {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-size: var(--font-title-size);
  font-weight: bold;
  color: var(--theme-dark-green);
  align-items: center;
}
.videos-content-container .videos-header .videos-title > img {
  width: 3rem;
}
.videos-content-container .videos-header .empty-space {
  margin-left: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
}
.videos-content-container .videos-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}
.videos-content-container .videos-header .videos-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos-content-container .videos-content {
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.videos-content-container .videos-content:hover .videos-image, .videos-content-container .videos-content:hover .videos-title, .videos-content-container .videos-content:hover iframe, .videos-content-container .videos-content:hover video {
  transform: scale(1.03);
}
.videos-content-container .videos-content iframe, .videos-content-container .videos-content video, .videos-content-container .videos-content .videos-image, .videos-content-container .videos-content .videos-title {
  transition: transform 0.3s ease;
}
.videos-content-container .videos-content .videos-image video {
  max-width: 100%;
  height: auto;
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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 {
  color: var(--theme-dark-green);
}
.news-card .news-title {
  font-size: var(--font-title-size);
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.news-header {
  display: flex;
  position: relative;
  padding-bottom: 1rem;
}
.news-header::after {
  position: absolute;
  content: "";
  left: 0.5rem;
  bottom: 0;
  width: calc(100% - 1.5rem);
  border-bottom: 3px dotted var(--theme-dark-green);
}

.news-bell {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.news-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}

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

.news-item {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.news-item::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: 40%;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--theme-light-purple);
  transform: rotate(45deg);
}
.news-item::after {
  position: absolute;
  content: "";
  left: 0.5rem;
  bottom: 0;
  width: calc(100% - 1.5rem);
  border-bottom: 2px dotted #c3c3c3;
}
.news-item > a {
  color: var(--theme-grey);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .news-item > a {
    flex-direction: row;
    gap: 3rem;
  }
}
.news-item:hover {
  background-color: var(--theme-news-yellow);
  transform: translateX(1rem);
}
.news-item:hover .news-date {
  color: var(--theme-dark-green);
}
.news-item:hover .news-content {
  color: var(--theme-dark-green);
}

.news-date {
  font-weight: 500;
  transition: color 0.3s ease;
  text-wrap: nowrap;
}

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

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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-container {
  display: flex;
  flex-direction: column;
}

.achievements-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .achievements-wrapper {
    display: flex;
    padding: 2rem;
  }
}

.achievements-main {
  flex: 7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1rem;
}
.achievements-main:hover {
  opacity: 0.8;
}
.achievements-main:hover .achievements-main-info {
  transform: scale(1.05);
}

.achievements-main-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  position: relative;
}

.achievements-main-info {
  bottom: 1rem;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  position: absolute;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}

.achievements-main-title {
  font-size: 0.91rem;
  color: #FFF;
  text-align: center;
}

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

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

.achievements-side-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
}
.achievements-side-img::before {
  content: "";
  background-color: var(--theme-mint-green);
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg) translateZ(-1px);
  left: 5%;
  top: -7%;
}

.achievements-side-info {
  margin: 1rem 0;
  position: relative;
  color: var(--theme-grey);
  transition: transform 0.3s ease;
}

.achievements-side-title {
  font-size: 0.91rem;
  color: var(--theme-grey);
  text-align: center;
}

.achievements-header {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.achievements-header .empty-space {
  display: none;
}
@media (min-width: 768px) {
  .achievements-header .empty-space {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.achievements-header .more-btn {
  position: absolute;
  right: 1.5rem;
  top: 20%;
}
.achievements-header .achievements-title {
  display: flex;
  align-items: center;
  font-size: var(--font-title-size);
  font-weight: bold;
  gap: 0.5rem;
  color: var(--theme-dark-green);
}
.achievements-header .achievements-title img {
  width: 2.5rem;
}
.achievements-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}

.achievements-mobile-wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .achievements-mobile-wrapper {
    display: none;
  }
}
.achievements-mobile-wrapper .achievement-slider-container {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementSliderItemImage {
  width: 100%;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementImage {
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
}
.achievements-mobile-wrapper .achievement-slider-container .achievementTitleBG {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #FFF;
  font-size: 1rem;
  color: var(--theme-grey);
}
.achievements-mobile-wrapper .achievement-slider-container .achievementTitleBG .achievementTitle {
  text-align: center;
}

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

.achievementsSliderPrev {
  left: -1.5rem;
}
.achievementsSliderPrev:hover img {
  transform: translateX(-5px);
}

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

.mobileAchievementTitle {
  display: inline-block;
  margin: 1rem auto 0.3rem;
  color: var(--theme-purple);
  font-size: 1.2rem;
  border-bottom: 3px dotted var(--theme-purple);
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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;
}

.calendar-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: var(--font-title-size);
  color: var(--theme-dark-green);
  font-weight: bold;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.calendar-header .calendar-icon {
  width: 3rem;
}
.calendar-header .empty-space {
  flex: 1;
  display: flex;
  align-items: center;
}
.calendar-header .dotted-line {
  width: 100%;
  border-bottom: 3px dotted var(--theme-dark-green);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.datepicker-inline {
  width: unset;
}

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

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

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

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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: column;
  position: relative;
}
@media (min-width: 768px) {
  .links-button-container {
    margin-top: 3rem;
  }
}
.links-button-container .links-button-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .links-button-container .links-button-content-container {
    border-left: 3px dotted var(--theme-dark-green);
    border-right: 3px dotted var(--theme-dark-green);
    border-bottom: 3px dotted var(--theme-dark-green);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 2rem;
    gap: 2rem;
  }
}
.links-button-container .links-button-header {
  color: var(--theme-dark-green);
  font-size: var(--font-title-size);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.links-button-container .links-button-header > img {
  width: 3rem;
}
@media (min-width: 768px) {
  .links-button-container .links-button-header > img {
    width: 1.5rem;
  }
}
.links-button-container .links-button-header .links-title {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.links-button-container .links-button-header .empty-space {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.links-button-container .links-button-header .empty-space > div {
  flex: 1;
}
@media (min-width: 768px) {
  .links-button-container .links-button-header .empty-space:first-child > div:last-child {
    border-top-left-radius: 40px;
    border-left: 3px dotted var(--theme-dark-green);
    border-top: 3px dotted var(--theme-dark-green);
  }
  .links-button-container .links-button-header .empty-space:last-child > div:last-child {
    border-top-right-radius: 40px;
    border-right: 3px dotted var(--theme-dark-green);
    border-top: 3px dotted var(--theme-dark-green);
  }
}
.links-button-container .linkButton {
  box-shadow: 0px 3px 6px rgba(81, 106, 70, 0.3215686275);
  flex-basis: calc(50% - 1rem);
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .links-button-container .linkButton {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media (min-width: 960px) {
  .links-button-container .linkButton {
    flex-basis: calc(20% - 2rem);
  }
}
@media (min-width: 1200px) {
  .links-button-container .linkButton {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container {
  color: #58b88a;
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(15%) saturate(1105%) hue-rotate(99deg) brightness(90%) contrast(90%);
}
.links-button-container .linkButton:nth-child(3n+1) .icon-container:hover {
  background-color: #58b88a;
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container {
  color: #009843;
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(97%) saturate(1534%) hue-rotate(130deg) brightness(94%) contrast(100%);
}
.links-button-container .linkButton:nth-child(3n+2) .icon-container:hover {
  background-color: #009843;
}
.links-button-container .linkButton:nth-child(3n) .icon-container {
  color: #285443;
}
.links-button-container .linkButton:nth-child(3n) .icon-container > img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(17%) saturate(990%) hue-rotate(105deg) brightness(94%) contrast(96%);
}
.links-button-container .linkButton:nth-child(3n) .icon-container:hover {
  background-color: #285443;
}
.links-button-container .linkButton .icon-container {
  aspect-ratio: 11/4;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border-radius: 3px;
}
.links-button-container .linkButton .icon-container > img {
  height: auto;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
}
.links-button-container .linkButton .icon-container > span {
  margin-right: 5px;
}
.links-button-container .linkButton .icon-container:hover {
  color: #FFF;
}
.links-button-container .linkButton .icon-container:hover > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg) brightness(107%) contrast(104%);
}
.links-button-container .linkButton__image {
  aspect-ratio: 11/4;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.links-button-container .linkButton__image > img {
  max-width: 100%;
  height: 100%;
  border-radius: 3px;
}
.links-button-container .linkButton__image:hover {
  background-color: #d5eedf;
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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-purple);
  transition-behavior: allow-discrete;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.photos-container .download-button-container > button {
  flex: 1;
}

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

.image-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .image-links {
    margin-bottom: unset;
  }
}
.image-links > a {
  transition: 0.3s ease-in-out;
}
.image-links > a:hover {
  transform: scale(1.05);
}
.image-links > a > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --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: #792d90;
  --theme-menu-highlighted: #73c092;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #0A1F4E;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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%;
  }
}

.page-content {
  width: 100%;
}

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

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

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

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

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

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

#pageContainer .pageContentBar .groupActivityTitle {
  margin-top: 1rem;
  color: #f29921;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  border: 1px #f29921 solid;
}
#pageContainer .pageContentBar .groupActivityTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffcb89;
  bottom: -5px;
  right: -5px;
  transform: translateZ(-1px) rotate(1deg);
}
#pageContainer .pageContentBar .groupActivityTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc8f3b;
  top: -5px;
  left: -5px;
  transform: translateZ(-1px) rotate(1deg);
}

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--theme-purple) 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, #4aa681 50%, var(--theme-purple) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  border-radius: 3px;
}
.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(247, 252, 250, 0.6);
  padding: 0;
  box-shadow: 2px 2px 0px #d1e6dd;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-image: url("../images/sunfc/categoryMenuBG.png");
  background-size: cover;
  background-color: #4aa681;
  color: #fff;
  background-blend-mode: multiply;
  border-radius: 3px;
  border-bottom: 4px solid #af77d0;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  padding: 0.3rem 0 0.25rem;
  position: relative;
}
#pageContainer .pageMenuBar .subMenuTab::after {
  width: 90%;
  position: absolute;
  height: 1px;
  background-color: rgba(10, 36, 106, 0.1411764706);
  bottom: 0;
  left: 5%;
  content: "";
}
#pageContainer .pageMenuBar .menu-text {
  font-weight: bold;
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 10px 15px 5px;
}
#pageContainer .pageMenuBar .side_menu_item:hover {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .side_menu_item:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar > .menu-text > .side_menu_item {
  border-radius: 3px;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu > .menu-text {
  color: #707070;
}
#pageContainer .pageMenuBar .lev2_menu:hover > .menu-text, #pageContainer .pageMenuBar .lev2_menu.menuActive > .menu-text {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 25px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 10px 10px 15px;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
  border-radius: 3px;
}
#pageContainer .pageMenuBar .lev3_menu .menuActive > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive > a {
  color: #FFF;
}
#pageContainer .pageContentBar {
  min-height: 400px;
  line-height: 165%;
}
#pageContainer .pageContentBar .page-content {
  box-shadow: 3px 3px 0px #d1e6dd;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar .pageContentTitle {
    min-height: 80px;
  }
}
#pageContainer .pageContentBar .page-title {
  color: var(--theme-dark-green);
  font-weight: 700;
  font-size: 1.8rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 10px;
  background-color: #d0e7d9;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-purple);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: var(--theme-purple);
}

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

#news-page-index .news-index-title {
  color: var(--theme-purple);
  font-weight: bold;
  font-size: 2rem;
}
#news-page-index .news_item, #news-page-index .news-title, #news-page-index .news-date {
  color: var(--theme-grey);
  font-weight: bold;
  display: flex;
  align-items: center;
}
#news-page-index .news-item:hover {
  background: var(--theme-yellow);
}
#news-page-index .news-item:hover .news-title, #news-page-index .news-item:hover .news-date {
  color: var(--theme-dark-green);
}

.news-page-container .news-page-content-container {
  background-color: rgba(247, 252, 250, 0.6);
  box-shadow: 3px 3px 0px #d1e6dd;
  padding: 1.5rem 1rem;
}
.news-page-container .news-page-content-container .news-title {
  color: var(--theme-purple);
}
.news-page-container .news-page-content-container .news-date, .news-page-container .news-page-content-container .recent-title, .news-page-container .news-page-content-container .recent-news-item-info {
  color: var(--theme-grey);
}
.news-page-container .news-page-content-container .news-title, .news-page-container .news-page-content-container .recent-title {
  font-weight: bold;
}
.news-page-container .news-page-content-container .recent-news-item-info {
  border-bottom: 1px #3b3b3b solid;
}
.news-page-container .news-page-content-container .recent-news-item:hover .recent-news-item-info {
  color: var(--theme-purple);
}
.news-page-container hr {
  border-color: var(--theme-secondary);
  max-width: 500px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

#album-page-index .breadcrumbBar {
  font-size: 14px;
  border-bottom: 1px solid #eaecff;
  padding-bottom: 5px;
}
#album-page-index .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
#album-page-index .items .photoAlbums_item {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #album-page-index .items .photoAlbums_item {
    width: calc(33.3% - 2rem);
  }
}
#album-page-index .items .photoAlbums_item a * {
  transition: ease-in-out 0.3s;
}
#album-page-index .items .photoAlbums_item a:hover > .photoAlbums_item_img {
  background-size: 110%;
  box-shadow: 0px 3px 6px rgba(81, 106, 70, 0.3215686275);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #519861;
  transition: 0.3s ease-in-out;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: none;
  color: white;
  font-weight: bold;
  padding-top: 10%;
  text-shadow: 3px 1px 3px #120E2E;
  padding-bottom: 15px !important;
  background: linear-gradient(0deg, #120E2E 0%, rgba(18, 14, 46, 0.11) 55%, rgba(18, 14, 46, 0) 100%);
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_title {
  transition: ease-in-out 0.5s;
  font-size: 1rem;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_date {
  font-size: 0.9rem;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info .photoAlbums_item_arrow {
  display: none;
  position: absolute;
  bottom: 6%;
  right: 5%;
  font-size: 1.5rem;
  border: #f4f4f4 2px solid;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}

.pageFileContainer {
  margin-bottom: 15px;
}

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

.pageFileItem {
  background: #73c092;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  color: white;
}
.pageFileItem:hover {
  background: var(--theme-dark-green);
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #e8af25;
}
.pageFileItem:hover .pageFileItem_title {
  color: white;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8af25;
  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;
  background: #FFF;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  opacity: 0.7;
  transition: all 0.3s;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  #toTop img {
    opacity: 1;
  }
  #toTop {
    position: absolute;
    bottom: unset;
    top: 2rem;
  }
}
#toTop:hover img {
  opacity: 1;
  transform: scale(1.1);
}
#toTop:hover {
  cursor: pointer;
}

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

.main-site-container {
  position: relative;
  overflow: hidden;
  border-top: 10px solid var(--theme-mint-green);
  background: url(../images/sunfc/pageBG.png), rgba(171, 222, 191, 0.35);
  background-size: 180%;
  background-position-x: -500px;
  background-position-y: -580px;
  background-repeat: no-repeat;
}
.main-site-container .school-background {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .main-site-container .school-background {
    width: 60%;
  }
}

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

.linkButtonsRow {
  position: relative;
  margin-bottom: 2rem;
}

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

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

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

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

.info-news-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.info-news-row .news-list {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ceebd9 #a2d0b3;
}
@media (min-width: 768px) {
  .info-news-row {
    flex-direction: row;
    gap: 1rem;
    padding-top: 6rem;
  }
  .info-news-row .image-links {
    flex: 1;
  }
  .info-news-row .news-card {
    flex: 2;
  }
  .info-news-row .news-card .news-list {
    padding: 0 2rem 0 0;
    max-height: 22vw;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--theme-purple);
  font-size: 1rem;
  border-radius: 0;
  border-left: 1px solid var(--theme-purple);
  border-top: 1px solid var(--theme-purple);
  border-bottom: 1px solid var(--theme-purple);
  height: 2rem;
  position: relative;
  transition: all 0.5s ease-out;
}
.more-btn:hover {
  transform: translateX(10px);
}
.more-btn > span {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.more-btn::after {
  content: "";
  position: absolute;
  height: 1.43rem;
  width: 1.43rem;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  right: -1.4rem;
  border-top: 1px solid var(--theme-purple);
  border-right: 1px solid var(--theme-purple);
}

.background-slogan-diligence {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .background-slogan-diligence {
    position: absolute;
    width: 40%;
    top: 0;
    right: 2rem;
  }
}
.background-slogan-integrity {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .background-slogan-integrity {
    position: absolute;
    width: 40%;
    top: 0;
    left: -2rem;
    margin: 0;
  }
}
.background-slogan-trust {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .background-slogan-trust {
    width: 60%;
  }
}
.background-slogan-prudence {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .background-slogan-prudence {
    position: absolute;
    width: 40%;
    top: 0;
    left: -2rem;
    margin: 0;
  }
}

.calendar-video-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .calendar-video-row {
    flex-direction: row;
    gap: 2rem;
    padding-top: 6rem;
  }
}
.calendar-video-row .calendar-container {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .calendar-video-row .calendar-container {
    flex: 3;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .calendar-video-row .videos-content-container {
    flex: 7;
  }
}

.main-slider-container {
  position: relative;
}

/* Optional: Add visual indicators for current section */
.section-indicator {
  display: none;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-indicator {
    display: unset;
  }
}

.section-indicator .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section-indicator .dot.active {
  background: white;
  transform: scale(1.2);
}

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