:root {
  --theme-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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 .header-intranet-btn:hover img {
  filter: drop-shadow(0px 100px 0 var(--theme-secondary));
  transform: translateY(-100px);
}
.desktop-header .header-intranet-btn:hover .header-intranet-btn-word {
  color: var(--theme-secondary);
  border-top: 3px solid var(--theme-secondary);
  border-bottom: 3px solid var(--theme-secondary);
}

.lang-selector {
  display: flex;
  align-items: center;
  background: transparent;
}

.lang-option, .header-intranet-btn .header-intranet-btn-word {
  color: #89CDE7;
  font-weight: bold;
  margin-left: 5px;
  position: relative;
  border-top: 3px solid #89CDE7;
  border-bottom: 3px solid #89CDE7;
  min-width: 30px;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.lang-option:hover, .header-intranet-btn .header-intranet-btn-word:hover {
  color: var(--theme-secondary);
  border-top: 3px solid var(--theme-secondary);
  border-bottom: 3px solid var(--theme-secondary);
}

/* 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-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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 {
  position: relative;
}
#footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15%;
  height: 40%;
  background-position: top left;
  background-size: contain;
  background-image: url("../images/cccss/footer_stripped_left.png");
  background-repeat: no-repeat;
  opacity: 0.8;
}
#footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 30%;
  height: 50%;
  background-position: bottom right;
  background-size: contain;
  background-image: url("../images/cccss/strippedLinesBG_blue.png");
  background-repeat: no-repeat;
  opacity: 0.8;
}
#footer .footer-contact-section {
  flex: 0 0 35%;
  font-size: 0.9rem;
}
#footer .footer-contact-section .footer-logo {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#footer .footer-item {
  display: flex;
}
#footer .footer-item div {
  flex: 50%;
  padding: 5px;
}
#footer .footer-item div:first-child {
  color: var(--theme-tertiary);
}
#footer .footer-sitemap-section {
  flex: 1 1 60%;
}
#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: var(--theme-tertiary);
  font-size: 0.91rem;
  font-weight: bold;
  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: black;
  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: black;
  transform: translateX(3px);
}
#footer .social-media {
  margin-top: 20px;
}

.copyright {
  background-color: var(--theme-main);
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 0.7rem;
}
.copyright a {
  color: unset;
}
.copyright a:hover {
  color: white;
}
.copyright > p {
  margin: 0;
}

:root {
  --theme-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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;
  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.6);
  padding: 0;
  box-shadow: 2px 2px 2px rgba(27, 59, 93, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-main);
  color: #fff;
  background-blend-mode: multiply;
  border-radius: 3px;
  border-bottom: 4px solid white;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  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: 15px 15px 15px;
}
#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 {
  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;
}
#pageContainer .pageContentBar .page-content {
  line-height: 165%;
  width: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: overlay;
  min-height: inherit;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar .pageContentTitle {
    min-height: 80px;
  }
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 10px;
  background-color: var(--theme-pale-blue);
  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-light-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: var(--theme-blue);
}

#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-tertiary);
  font-weight: bold;
  font-size: 2rem;
  padding-left: 0.5rem;
  border-left: 0.6rem solid var(--theme-tertiary);
}
#news-page-index .news_item, #news-page-index .news-title {
  color: black;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: 0.1s ease-in-out;
}
#news-page-index .news-item {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
#news-page-index .news-date {
  color: var(--theme-tertiary);
}
#news-page-index .news-item:hover .news-title, #news-page-index .news-item:hover .news-date {
  color: var(--theme-secondary);
}

.news-page-container .news-page-content-container {
  background-color: 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 .recent-title {
  color: var(--theme-grey);
}
.news-page-container .news-page-content-container .news-date, .news-page-container .news-page-content-container .recent-news-item-date {
  color: var(--theme-tertiary);
}
.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 solid rgba(128, 128, 128, 0.15);
}
.news-page-container .news-page-content-container .recent-news-item:hover .recent-news-item-info {
  color: var(--theme-secondary);
}
.news-page-container hr {
  border-color: var(--theme-secondary);
  max-width: 500px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

#album-page-index .breadcrumbBar {
  font-size: 14px;
  border-bottom: 1px solid #eaecff;
  padding-bottom: 5px;
}
#album-page-index .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
#album-page-index .items .photoAlbums_item {
  width: 100%;
  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: var(--theme-tertiary);
  transition: 0.3s ease-in-out;
  clip-path: var(--clipPath-sliderPhoto);
}
#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: white;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 1px #d1f0f4;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  color: #123041;
}
.pageFileItem:hover {
  background: var(--theme-tertiary);
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: var(--theme-main);
}
.pageFileItem:hover .pageFileItem_title {
  color: white;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-tertiary);
  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;
  }
}

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

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

:root {
  --theme-main: #7EDCFF;
  --theme-secondary: #fd9228;
  --theme-tertiary: #00A2F7;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-blue: #225080;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@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 {
  --style-primary: #225080;
  --style-secondary: #e5812c;
  --style-tertiary: #00A2F7;
  --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: 20px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 21px;
  }
}
html *:hover {
  text-decoration: none;
}
html table {
  max-width: 100%;
}
html table td {
  padding: 5px;
}
html button:focus {
  outline: none;
}
html a-img {
  color: unset;
}
html a-img:hover, html a-img:focus-visible {
  color: unset;
}

body, .cke_editable {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
}
@media (min-width: 768px) {
  body, .cke_editable {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body, .cke_editable {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 21px;
  }
}

.page-section-title {
  margin-top: 1rem;
  color: #4aa681;
  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 #4aa681 solid;
}

.page-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-mint-green);
  bottom: -5px;
  right: -5px;
  transform: translateZ(-1px) rotate(2deg);
}

.page-section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-dark-green);
  top: -5px;
  left: -5px;
  transform: translateZ(-1px) rotate(2deg);
}

body .page-content img, .cke_editable img {
  border: 5px solid white;
  border-radius: 10px;
}

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

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

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

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

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

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

h2.paragraph-title-1, h2.paragraph-title-2 {
  margin-top: 1rem;
  color: var(--theme-blue);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.7rem 4rem 0.7rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 2px rgba(34, 80, 128, 0.6);
}

h2.paragraph-title-2 {
  color: var(--theme-light-blue);
}

h2.paragraph-title-1::before, h2.paragraph-title-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-blue);
  bottom: -5px;
  left: -8px;
  transform: translateZ(-1px) rotate(-2deg);
}

h2.paragraph-title-2::before {
  background: var(--theme-light-blue);
}

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

h3.paragraph-small-title-1 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-primary);
  padding: 10px 10px 10px 20px;
  border-left: 6px solid var(--style-primary);
}
h3.paragraph-small-title-1:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 20px;
  border-left: 6px solid var(--style-primary);
  color: transparent;
  z-index: -1;
  background-color: white;
  box-shadow: rgba(34, 80, 128, 0.6156862745) -5px 2px 3px;
}

h3.paragraph-small-title-2, h3.paragraph-small-title-3 {
  text-align: left;
  position: relative;
  z-index: 0;
  color: var(--style-primary);
  margin-bottom: 0.8rem;
}
h3.paragraph-small-title-2:before, h3.paragraph-small-title-3: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-2:after, h3.paragraph-small-title-3: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-3 {
  color: var(--style-secondary);
}
h3.paragraph-small-title-3:after {
  border-top: 3px solid var(--style-secondary);
  border-bottom: 1px solid var(--style-secondary);
}

.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 {
  background-size: cover;
  width: 100%;
}

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

img.image-style-1 {
  height: auto !important;
  background-color: white;
  background-color: inset var(--theme-blue);
  padding: calc(var(--image-padding) * 0.3);
  background-position: center;
  border: #1c335b 15px solid !important;
  border-radius: 0 !important;
}

img.image-style-2 {
  height: auto !important;
  background-image: var(--image-2-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding);
}

img.image-style-3 {
  height: auto !important;
  background-image: var(--image-3-bg);
  border-radius: var(--image-radius);
  padding: var(--image-padding);
}

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

table.table-style-1 {
  border-collapse: separate !important;
}
table.table-style-1 tr:nth-child(1) {
  background-color: var(--theme-blue);
  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: #519cdc;
  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: #e2eeff;
}

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

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