:root {
  --theme-deep-blue: #042150;
  --theme-light-blue: #A5D3EE;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #042150;
  --footer-bg: #E0E6F2;
  --theme-secondary: #704435;
  --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-media-bg: rgba(96, 68, 14, 1);
  --media-font: #a98b4f;
  --anniversary-yellow: #D89228;
  --theme-menu-main: #4F70B0;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: #483D95;
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --news-title-background: #2b58b0;
  --album-title-background: #758ebe;
  --news-content-title: #594440;
  --theme-more-button-deep-blue: #404C79;
  --theme-more-button-pale-blue: #4568AC;
}

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

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
@media (min-width: 1200px) {
  .container {
    max-width: unset;
    width: 90%;
  }
}

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

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

.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-section-header {
  padding: 10px 0.8rem !important;
  background: linear-gradient(318deg, #6254b7 0%, #4471c7 80%) !important;
  color: white !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
  transform: skewX(-6deg);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}

body {
  font-family: "Microsoft JhengHei";
  overflow-x: hidden;
}

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

.themedButton_album {
  background: linear-gradient(to left, white 50%, var(--theme-deep-blue) 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, var(--theme-more-button-deep-blue) 50%, var(--theme-more-button-pale-blue) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
}
.themedButton:hover {
  background-position: right bottom;
}

.themedButton.mediaThemedButton {
  background: linear-gradient(to right, var(--media-font) 50%, #997735 50%);
  background-size: 200% 100%;
}
.themedButton.mediaThemedButton: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, #7E4A4C 50%, #945154 50%) left bottom;
  background-size: 200% 100%;
}

.media_row .themedButton {
  background: linear-gradient(to right, #795F2C 50%, #956E21 50%) left bottom;
  background-size: 200% 100%;
}
.media_row .themedButton:hover {
  background-position: right bottom;
}

#alumniSection .themedButton {
  background: linear-gradient(to right, #65514B 50%, #926659 50%) left bottom;
  background-size: 200% 100%;
}
#alumniSection .themedButton:hover {
  background-position: right bottom;
}

.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;
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  background: white;
  padding: 0px 0px 10px 0px;
  box-shadow: #d6dae1 -1px 0px 3px;
  color: var(--theme-deep-blue-menu-hover);
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-menu-main);
  color: white;
  background-blend-mode: multiply;
  background-image: url("../images/nwcss/titleBG.png");
}
#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 .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-deep-blue-menu-hover);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  color: var(--theme-secondary);
}
#pageContainer .pageMenuBar .lev3_menu {
  padding: 0px 10px 0px 35px;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 0;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-deep-blue-menu-hover);
}
#pageContainer .pageMenuBar .lev3_menu a:hover {
  color: var(--theme-secondary);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  border-bottom: 1px solid var(--theme-secondary) !important;
}
#pageContainer .pageMenuBar .menuActive a {
  color: var(--theme-secondary);
}
#pageContainer .pageContentBar {
  padding: 10px 30px 30px 30px;
  background: white;
  min-height: 400px;
  box-shadow: #e2e2e2 -1px 0px 1px;
  line-height: 165%;
  background: white url("../images/nwcss/bg_page.png") no-repeat top right;
  background-size: 200% auto;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar {
    background-size: 100% auto;
  }
}
#pageContainer .pageContentBar .page-title {
  color: var(--font-title-blue);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-top: 25px;
  line-height: 120%;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 15px;
  background-color: #ecf4f7;
  margin-left: -30px;
  margin-right: -30px;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-light-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: #f1aaaa;
}

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

#news-page-index .news-index-title {
  color: var(--font-title-blue);
  font-weight: bold;
  font-size: 2rem;
}
#news-page-index .news_item, #news-page-index .news-title, #news-page-index .news-date {
  color: #3b3b3b;
  font-weight: bold;
}
#news-page-index .news-item {
  border-bottom: 1px #3b3b3b solid;
}
#news-page-index .news-item:hover {
  border-bottom: 1px var(--theme-secondary) solid;
}
#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: white;
  box-shadow: #e2e2e2 -1px 0px 1px;
  padding: 1.5rem 1rem;
}
.news-page-container .news-page-content-container .news-title {
  color: var(--font-title-blue);
}
.news-page-container .news-page-content-container .news-date, .news-page-container .news-page-content-container .recent-title, .news-page-container .news-page-content-container .recent-news-item-info {
  color: #3b3b3b;
}
.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-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%;
}
@media (min-width: 576px) {
  #album-page-index .items .photoAlbums_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #album-page-index .items .photoAlbums_item {
    width: 33.33%;
  }
}
#album-page-index .items .photoAlbums_item a {
  display: block;
}
#album-page-index .items .photoAlbums_item a * {
  transition: ease-in-out 0.5s;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_info {
  height: 100%;
  background-color: rgba(32, 32, 32, 0.51);
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#album-page-index .items .photoAlbums_item a:hover .photoAlbums_item_arrow {
  display: flex;
}
#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: cover;
  transition: 0.4s;
}
#album-page-index .items .photoAlbums_item .photoAlbums_item_info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: none;
  color: white;
  font-weight: bold;
  padding-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 {
  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;
}

.anniversary_item {
  width: 100%;
}
.anniversary_item a {
  border: 10px solid white;
  border-top: 40px solid white;
  display: block;
  overflow: hidden;
}
.anniversary_item a:hover {
  cursor: pointer;
}
@media (min-width: 576px) {
  .anniversary_item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .anniversary_item {
    width: 33.33%;
  }
}
.anniversary_item .photoAlbums_item_img {
  padding-top: 75%;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.anniversary_item:hover .photoAlbums_item_img {
  transform: scale(1.1);
}
.anniversary_item .anniversary_year {
  clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
  color: white;
  padding: 5px 28px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  height: 75px;
  width: 110px;
  display: flex;
  align-items: center;
  margin-top: 14px;
  font-weight: bold;
  justify-content: center;
}
.anniversary_item .anniversary_year.titleReplace {
  width: 260px;
  font-size: 1.5rem;
  overflow: hidden;
  clip-path: polygon(11% 0%, 100% 0%, 89% 100%, 0% 100%);
}
.anniversary_item .anniversary_year_word {
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  color: white;
  padding: 10px 25px;
  margin-left: -43px;
  margin-top: 50px;
  position: relative;
  z-index: 0;
  height: 55px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.anniversary_item .anniversary_year_word.titleReplace {
  clip-path: polygon(43% 0%, 100% 0%, 54% 100%, 0% 100%);
  width: 50px;
}
.anniversary_item .anniversary_year_word.titleReplace.left {
  margin-right: -26px;
  margin-left: 5px;
}

.pageFileContainer {
  margin-bottom: 15px;
}

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

.pageFileItem {
  background: #f7fbff;
  margin-bottom: 0.7rem;
  transition: 0.5s;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pageFileItem {
    padding: 0 30px;
  }
}
.pageFileItem a {
  color: #347cd0;
}
.pageFileItem:hover {
  background: #e5e9f1;
}
.pageFileItem:hover .pageFileItem_Icon {
  background-color: #1474e0;
}
.pageFileItem:hover .pageFileItem_title {
  color: #1474e0;
}
.pageFileItem .pageFileItem_Icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #347cd0;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.1rem;
  min-width: 35px;
}
.pageFileItem .pageFileItem_title {
  padding: 10px;
}
@media (min-width: 576px) {
  .pageFileItem .pageFileItem_title {
    padding: 15px;
  }
}

#staff_page .staff_item {
  text-align: center;
  color: var(--theme-menu-main);
  background-color: white;
  padding: 0.5rem;
  box-shadow: 5px 5px 1px rgba(187, 189, 204, 0.4588235294);
  transition: 0.3s ease-in-out;
}
#staff_page .staff_item:hover {
  transform: scale(1.05);
}
#staff_page .staff-item-box {
  transform: rotate(-3deg);
}
#staff_page .staff-item-box:nth-child(2n) {
  transform: rotate(3deg);
}
#staff_page .staff-item-box:nth-child(3n) {
  transform: rotate(1deg);
}
#staff_page .staff-item-box:nth-child(4n) {
  transform: rotate(2deg);
}
#staff_page .staff-item-box:nth-child(5n) {
  transform: rotate(-1deg);
}
#staff_page .staff-item-box:nth-child(6n) {
  transform: rotate(-2deg);
}
#staff_page .staff-item-bg {
  background-color: rgba(122, 148, 182, 0.2);
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
}
#staff_page .staff_photo {
  padding-top: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#staff_page .staff_name {
  padding-top: 0.5rem;
}

.staff-popup-name {
  color: var(--theme-menu-main);
  font-size: 1.2rem;
  border-bottom: 1px solid var(--theme-menu-main);
  padding: 0.3rem 0;
}

.staff-popup-content table {
  width: 100%;
}
.staff-popup-content img {
  max-width: 100%;
}

#toTop {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 768px) {
  #toTop {
    right: 0.5rem;
  }
}
#toTop img {
  max-width: 60px;
}
@media (min-width: 768px) {
  #toTop img {
    max-width: 80px;
  }
}
#toTop :hover {
  opacity: 0.8;
  cursor: pointer;
}

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