.navbar {
  height: 52px;
}

.mobile-nav-padding {
  height: 52px;
  width: 100%;
}

.mobile-menu-bg {
  background-color: #202d4e;
}

#mobile_menu {
  top: 52px;
}
#mobile_menu .side_menu_item {
  background-color: #192f67;
}
#mobile_menu .menu-bg-lv-2 .side_menu_item {
  background-color: #18264a;
}

ul.menu li .subMenu li:hover {
  background-color: #3f4791;
}

ul.menu.nav {
  background-color: #51b7e8;
}

.menu-bg-lv-2, ul.menu li .subMenu li {
  background-color: #368fb9;
}

.menu-bg-lv-3 {
  background-color: #368fb9;
}
.menu-bg-lv-3 .menu-text {
  padding-left: 10px;
  display: block;
}

.menu-text {
  color: #FFFFFF;
}

.menu-text:hover {
  color: #FFFFFF;
}

body {
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  background: #f5ffff;
  padding-top: 52px;
}

#top {
  background-color: #1B377E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#top .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  #header .container {
    padding-right: 0;
  }
}
#page {
  padding-top: 85px;
}
@media (min-width: 400px) {
  #page {
    padding-top: 105px;
  }
}
@media (min-width: 576px) {
  #page {
    padding-top: 105px;
  }
}
@media (min-width: 768px) {
  #page {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  #page {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  #page {
    padding-top: 150px;
  }
}
#page .page-title, #page .page-title > h2 {
  font-weight: bold;
  font-family: "Noto Sans TC", serif;
  color: #1c377d;
  word-break: break-word;
  font-size: clamp(20px, 2vw, 30px);
}
#page .page-content {
  background-color: #FFF;
  min-height: 600px;
}
@media (min-width: 576px) {
  #page .page-content {
    padding: 45px 35px 50px 35px;
  }
}

#search {
  position: relative;
}
#search .preprend-icon {
  position: absolute;
  padding: 7px 10px 7px 13px;
  z-index: 10;
  font-size: 14px;
}
#search .preprend-icon .oi {
  color: #8CA9E8;
}
#search .preprend-icon::after {
  content: " ";
  position: absolute;
  background: #A8A8A8;
  top: 7px;
  right: 2px;
  width: 1px;
  height: 19px;
}
#search input {
  border-radius: 500px;
  padding: 3px;
  padding-left: 45px;
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
}

#header {
  z-index: 20;
  position: absolute;
  width: 100%;
}
#header .header-bg {
  top: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #header .header-bg {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #header .header-bg .container {
    max-width: 1340px;
  }
}
#header .school-name {
  padding-left: 10px;
  color: #1B377E;
  font-weight: bold;
}
@media (min-width: 1200px) {
  #header .school-name {
    padding-left: 20px;
    margin-left: 105px;
  }
}
#header .school-name {
  font-size: 13px;
}
@media (min-width: 400px) {
  #header .school-name {
    font-size: 16px;
  }
}
#header .school-name .ch {
  font-size: 25px;
}

svg#header-curve-shape {
  position: relative;
  width: 100%;
  height: 5vw;
}
@media (min-width: 339px) {
  svg#header-curve-shape {
    height: 4.7vw;
  }
}
@media (min-width: 576px) {
  svg#header-curve-shape {
    height: 3.6vw;
  }
}
svg#header-curve-shape path {
  fill: rgb(255, 255, 255);
}

.nounderline {
  text-decoration: none !important;
}

#mainmenu {
  position: relative;
  padding: 0 20px;
  width: 100%;
  font-weight: bold;
}
#mainmenu ul {
  margin-top: 10px;
  list-style: none;
  margin-bottom: 0px;
}
#mainmenu .menu-item.menu-item-category {
  padding: 10px 0;
  padding-right: 17px;
  flex: 0 0 auto;
  width: auto;
  cursor: pointer;
}
#mainmenu .menu-item.menu-item-category:hover {
  background-color: transparent;
}
#mainmenu .menu-item.menu-item-category a.disabled {
  pointer-events: none;
}
@media (min-width: 1200px) {
  #mainmenu .menu-item.menu-item-category {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#mainmenu .sub-menu-category .menu-item-page {
  padding-right: 30px;
  position: relative;
}
#mainmenu .sub-menu-category .menu-item-page-lv2:after {
  position: absolute;
  right: 3px;
  bottom: 0;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 100%;
  content: "";
}
#mainmenu .menu-item-label {
  text-align: center;
  font-size: 14px;
  color: #333;
}
#mainmenu .menu-item-label:hover {
  text-decoration: none;
}

#school-logo {
  width: 85px;
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: -25px;
  transform: translateX(calc(-50% - 7px));
  transition: 0.2s;
}
@media (min-width: 576px) {
  #school-logo {
    width: 13.2vw;
  }
}
@media (min-width: 1200px) {
  #school-logo {
    width: 150px;
    bottom: 0.6vw;
  }
}
#school-logo:hover {
  filter: brightness(1.1) saturate(1.2);
}

#school-logo-mobile {
  width: 60px;
  transition: 0.2s;
}
@media (min-width: 400px) {
  #school-logo-mobile {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  #school-logo-mobile {
    width: 105px;
    float: left;
  }
}
#school-logo-mobile:hover {
  filter: brightness(1.1) saturate(1.2);
}

#menu-center-blank {
  display: none;
  list-style: none;
  flex: 1;
  text-align: center;
}

.img-preview-bg {
  width: 100%;
  padding-top: 66.7%;
  position: relative;
  background-color: white;
  background-size: cover;
}

a.img-preview-bg {
  display: block;
}

.album-section .container {
  position: relative;
}
.album-section .img-preview-bg {
  padding-top: 60%;
}
.album-section .album-info {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 40px;
  max-width: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .album-section .album-info {
    bottom: 40px;
    left: 80px;
  }
}
.album-section .album-info .date {
  color: #E6A64E;
  font-size: 24px;
}
.album-section .album-info .title {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .album-section .album-info .title {
    font-size: 30px;
  }
}

.link-section {
  background-image: linear-gradient(90deg, #E6A64E 0%, #E6A64E 50%, #34A5B5 50%, #34A5B5 100%);
}
.link-section .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .link-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.link-section .featured-page-link {
  padding: 12px;
  display: block;
}
.link-section .featured-page-link:nth-child(1) {
  background-color: #E6A64E;
}
.link-section .featured-page-link:nth-child(1) svg {
  fill: #E6A64E;
}
.link-section .featured-page-link:nth-child(2) {
  background-color: #34A5B5;
}
.link-section .featured-page-link:nth-child(2) svg {
  fill: #34A5B5;
}
.link-section .featured-page-link .img-preview-bg {
  transition: 0.2s;
  filter: brightness(1);
}
.link-section .featured-page-link:hover .img-preview-bg {
  filter: brightness(1.2);
}
.link-section .link-title {
  position: absolute;
  width: 140px;
  color: #FFF;
  font-size: 16px;
  z-index: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .link-section .link-title {
    width: 190px;
    font-size: 21px;
  }
}
.link-section .link-title svg {
  position: relative;
  top: -5px;
  left: -5px;
}
.link-section .link-title .center-text {
  position: absolute;
  left: 0;
  padding-left: 10px;
  top: -5px;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .link-section .link-title .center-text {
    padding-left: 20px;
  }
}

.section-title {
  border: 0 solid #FFF;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-weight: bold;
  transition: 0.2s background-color;
}
.section-title h1 {
  font-weight: bold;
  padding: 7px;
  margin-bottom: 0;
  font-size: 26px;
  transition: 0.2s background-color;
}
@media (min-width: 576px) {
  .section-title h1 {
    font-size: 40px;
  }
}

.news-section {
  background-color: #6C4198;
  color: #FFF;
  padding-top: 10px;
  height: 100%;
}
.news-section .section-title {
  background-color: #A48EC0;
  transition: 0.2s background-color;
}
.news-section .section-title h1 {
  text-align: center;
}
.news-section .section-title:hover {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
}
.news-section .section-title:hover h1 {
  color: #8946d0;
}
.news-section ul.news-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: auto;
  height: 375px;
}
@media (min-width: 992px) {
  .news-section ul.news-list {
    height: 306px;
  }
}
@media (min-width: 1200px) {
  .news-section ul.news-list {
    height: 378px;
  }
}
.news-section ul.news-list li {
  padding: 15px 30px;
  height: 102px;
  background-color: #6C4198;
  transition: 0.2s;
  filter: brightness(1) saturate(1);
}
@media (min-width: 992px) {
  .news-section ul.news-list li {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 113px;
  }
}
@media (min-width: 1200px) {
  .news-section ul.news-list li {
    height: 111px;
  }
}
.news-section ul.news-list li:hover {
  filter: brightness(1.2) saturate(1.2);
}
.news-section ul.news-list li .date {
  color: #F09D3C;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .news-section ul.news-list li .date {
    font-size: 27px;
  }
}
.news-section ul.news-list li .title {
  font-weight: 600;
  color: #FFF;
}
.news-section ul.news-list li:nth-child(even) {
  background-color: #A48EC0;
}
.activity-section {
  position: relative;
}
.activity-section .activity-info {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 30px;
  max-width: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.activity-section .activity-info .date {
  color: #E6A64E;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .activity-section .activity-info .date {
    font-size: 24px;
  }
}
.activity-section .activity-info .title {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .activity-section .activity-info .title {
    font-size: 30px;
  }
}
.activity-section .img-preview-bg {
  transition: 0.2s;
  filter: brightness(1);
}
.activity-section:hover .img-preview-bg {
  filter: brightness(1.2);
}
.activity-section .section-title {
  position: absolute;
  top: 10px;
  z-index: 10;
  color: #FFF;
  width: 100%;
  border-bottom: none;
}
.activity-section .section-title h1 {
  width: auto;
  display: inline-block;
  background: #E6A64E;
  padding-left: 35px;
  padding-right: 35px;
  transition: 0.2s background-color;
}
.activity-section .section-title h1:hover {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
  color: #dc8711;
}
.activity-section .img-preview-bg {
  padding-top: 73.35%;
  padding-top: 61.45%;
}
@media (min-width: 1200px) {
  .activity-section .img-preview-bg {
    padding-top: 61.45%;
  }
}

.section-bottom-border-blue {
  border-bottom: 10px solid #1A367C;
}

.section-news-blue-bg {
  background-color: #1A367C;
}

#ach-bg-img {
  background-image: url(../images/hands-gesturing-blur.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: #C1627B;
  width: 230%;
  height: 250%;
  position: absolute;
  left: 0px;
}
@media (min-width: 992px) {
  #ach-bg-img {
    left: -110%;
    top: -14%;
  }
}

#ach-bg-layer {
  background-color: rgba(233, 235, 242, 0.67);
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0px;
}
@media (min-width: 992px) {
  #ach-bg-layer {
    left: 50%;
  }
}

#ach-bg-mobile-layer {
  background-color: rgba(255, 255, 255, 0.65);
  width: 100vw;
  height: calc(100% + 200px);
  position: absolute;
  left: 0px;
}

.achievement-section {
  background-image: url(../images/hands-gesturing-blur.png);
  background-blend-mode: multiply;
  background-size: 750px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #C1627B;
  overflow: hidden;
}
@media (min-width: 576px) {
  .achievement-section {
    background-size: 1000px;
  }
}
@media (min-width: 992px) {
  .achievement-section {
    background-image: none;
    background-blend-mode: normal;
  }
}
.achievement-section .section-box {
  padding: 30px 0;
  border-left: 1px solid #FFF;
}
.achievement-section .section-title {
  color: #FFF;
  margin-top: 55px;
  position: relative;
  z-index: 10;
}
.achievement-section .section-title h1 {
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.2s background-color;
}
.achievement-section .section-title h1:hover {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
  color: #da3d66;
}
.achievement-section ul {
  list-style: none;
}
.achievement-section ul .list-item {
  padding: 0 5px;
  max-width: 330px;
}
.achievement-section ul .list-item:first-child {
  padding-left: 0;
}
.achievement-section ul .list-item .item-info {
  transition: 0.2s background-color;
}
.achievement-section ul .list-item:hover .item-info {
  background-color: rgba(255, 255, 255, 0.6);
}
.achievement-section ul .image-box {
  border: 5px solid #FFF;
}
.achievement-section ul .image-box .img-preview-bg {
  padding-top: 100%;
  background-position: center;
  transition: 0.3s;
  filter: brightness(1);
}
.achievement-section ul .image-box:hover .img-preview-bg {
  filter: brightness(1.2);
}
.achievement-section ul .item-info {
  border-left: 4px solid #1B377E;
  padding-left: 13px;
  margin-top: 10px;
  color: #1B377E;
  font-weight: bold;
}
.achievement-section ul .item-info .date {
  font-size: 30px;
}
.achievement-section ul .item-info .title {
  font-size: 16px;
}

.container-footer {
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .container-footer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-footer {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-footer {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container-footer {
    max-width: 1400px;
  }
}

#footer {
  background-color: #ffa83c;
  border-top: 13px solid #F09D3C;
  text-align: center;
  color: #FFF;
  /*

  #siteMapContainer{
    @media (min-width: 768px) {
      margin-left: clamp(0px, 1.5vw, 120px);
    }
  }
  .siteMap-column{
    width: 100%;
    padding: 0 10px;

    @media (min-width: 768px) {
      width: calc(100% / 6);
      max-width: calc(100% / 6);
      margin: 0 10px;
    }

    @media (min-width: 1200px) {
      width: calc(100% / 8);
      max-width: calc(100% / 8);
      margin: 0 10px;
    }
  }

  */
}
#footer .sitemap {
  background-color: #1B377E;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #footer .sitemap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#footer .sitemap .sitemap-category-name {
  color: #F09D3C;
}
#footer .sitemap .sitemap-page-link, #footer .sitemap .sitemap-page {
  color: lightblue;
}
#footer .sitemap .sitemap-sub-page, #footer .sitemap .sitemap-sub-page .sitemap-page-link {
  color: #FFF;
  font-size: 12px;
  padding-left: 6px;
}
#footer .sitemap .sitemap-sub-page:before {
  content: "-";
}
#footer .sitemap #siteMapContainer {
  display: flex;
  flex-flow: row wrap;
}
#footer .sitemap #siteMapContainer .sitemap-pages {
  display: flex;
  flex-flow: column;
}
#footer .sitemap #siteMapContainer .sitemap-category {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 5px;
}
#footer .sitemap-page.sitemap-sub-page {
  padding-left: 25px;
  display: flex;
}
#footer .sitemap-page.collapse-button {
  margin-left: -24px;
}
#footer .sitemap-page.collapse-button button.sitemap-page {
  background: none;
  color: #e3fbff !important;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#footer .sitemap-page.collapse-button button.sitemap-page svg {
  margin: 0 5px;
}
#footer .sitemap-page.collapse-button button.sitemap-page[aria-expanded=true] svg {
  transition: ease 0.3s;
  transform: rotate(45deg);
}
#footer .sitemap-page.collapse-button button.sitemap-page[aria-expanded=false] svg {
  transition: ease 0.3s;
  transform: rotate(0deg);
}

.white-blue-bg {
  background-image: linear-gradient(180deg, #FFF 0%, #FFF 50%, #E9EBF1 50%, #E9EBF1 100%);
}

.calendar-box #index-calendar {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.calendar-box #index-calendar .datepicker {
  width: 100%;
}
.calendar-box #index-calendar .datepicker table {
  width: 100%;
  margin: 0 auto;
}
.calendar-box #index-calendar .datepicker table tr td, .calendar-box #index-calendar .datepicker table tr th {
  height: 45px;
}
.calendar-box #index-calendar .datepicker table tr td {
  width: 14.2857142857%;
  padding: 3px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.calendar-box #index-calendar .datepicker table tr td:nth-child(1), .calendar-box #index-calendar .datepicker table tr td:nth-child(1).old, .calendar-box #index-calendar .datepicker table tr td:nth-child(1).new, .calendar-box #index-calendar .datepicker table thead tr:nth-child(3) > th:nth-child(1), .calendar-box #index-calendar .datepicker table thead tr:nth-child(3) > th:nth-child(1).old, .calendar-box #index-calendar .datepicker table thead tr:nth-child(3) > th:nth-child(1).new {
  background-color: #8CA9E8 !important;
  color: #f3f3f3 !important;
}
.calendar-box #index-calendar .datepicker table thead tr:nth-child(2) {
  background-color: #1B377E;
  color: #FFF;
}
.calendar-box #index-calendar .datepicker table thead tr:nth-child(3) {
  background-color: #E9EBF1;
  color: #1E2F68;
  font-family: sans-serif;
}
.calendar-box #index-calendar .datepicker table tr td.disabled, .calendar-box #index-calendar .datepicker table tr td.disabled:hover {
  color: black;
}
.calendar-box #index-calendar .datepicker table tr td.old, .calendar-box #index-calendar .datepicker table tr td.old:hover, .calendar-box #index-calendar .datepicker table tr td.new, .calendar-box #index-calendar .datepicker table tr td.new:hover {
  color: #CCC !important;
  background: none !important;
}
.calendar-box #index-calendar .datepicker table tbody tr td.active {
  background: #f09d3b;
  border: none;
  text-shadow: none;
  color: #FFF;
}
.calendar-box #index-calendar .datepicker table tbody tr td.holiday {
  background: #8CA9E8;
  color: white;
}
.calendar-box #index-calendar .datepicker .datepicker-switch {
  background: none;
  color: #f09d3b;
  font-size: 22px;
  padding: 7px;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .calendar-box #index-calendar .datepicker .datepicker-switch {
    font-size: 18px;
  }
}
.calendar-box #index-calendar .datepicker .prev, .calendar-box #index-calendar .datepicker .next {
  color: #F2D96E;
  padding: 10px 20px;
  background: none;
}
.calendar-box #index-calendar .datepicker .prev {
  text-align: left;
}
.calendar-box #index-calendar .datepicker .next {
  text-align: right;
}
.calendar-box .calendar-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .calendar-box .calendar-container {
    height: 230px;
  }
}
.calendar-box .calendar-details {
  width: 100%;
  height: 100%;
  background: #1c377d;
  overflow: auto;
  padding: 0;
}
.calendar-box .calendar-details > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 25px;
  background-color: #8CA9E8;
  font-size: 17px;
  font-weight: bold;
}
.calendar-box .calendar-details > div .date {
  color: #FFF;
}
.calendar-box .calendar-details > div .title {
  color: #1B377E;
}
.calendar-box .calendar-details > div:nth-child(even) {
  background-color: #1B377E;
}
.calendar-box .calendar-details > div:nth-child(even) .title {
  color: #f09d3b;
}

.school-event-header {
  color: #f09d3b;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 25px;
  background-color: #1B377E;
  border-left: 1px solid #364d8a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .school-event-header {
    padding: 9px 25px;
  }
}

.bottom-link-list {
  padding-left: 0;
}
.bottom-link-list li {
  display: block;
  list-style: none;
}
.bottom-link-list li .link-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  padding-bottom: 30px;
  padding-left: 23px;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 360px) {
  .bottom-link-list li .link-title {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .bottom-link-list li .link-title {
    font-size: 23px;
    padding-left: 35px;
  }
}
.bottom-link-list li .link-title:after {
  content: " ";
  width: 50px;
  height: 20px;
  border-bottom: 5px solid #FFF;
  display: block;
  transition: 0.3s width;
  /* margin-bottom: -9px; */
}
.bottom-link-list li a {
  transition: 0.3s;
  filter: brightness(1) saturate(1);
  display: block;
}
.bottom-link-list li a:hover {
  filter: brightness(1.1) saturate(1.2);
}
.bottom-link-list li a:hover .link-title:after {
  width: 120px;
}
.bottom-link-list li .link-bg-front {
  fill: #ED6586;
}
.bottom-link-list li:nth-child(even) .link-bg-front {
  fill: #8CA9E8;
}

.breadcrumbs {
  margin: 10px 0;
  color: #333;
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
}

.main-news {
  background-color: #FFF;
  min-height: 600px;
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
}
@media (min-width: 576px) {
  .main-news {
    padding: 45px 35px 50px 35px;
  }
}
@media (max-width: 576px) {
  .main-news {
    padding: 10px 15px;
  }
}
.main-news .news-title {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  color: #1c377d;
  word-break: break-word;
  font-size: clamp(20px, 2vw, 30px);
}

.news-content {
  margin-top: 25px;
}

.recent-title {
  font-size: 30px;
  color: #444;
  font-weight: bold;
}

.recent-news ul {
  padding-left: 23px;
}
.recent-news li {
  padding: 7px 0;
  font-weight: bold;
  color: #33436d;
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
}
.recent-news li a {
  color: #33436d;
  text-decoration: none;
  font-size: 15px;
}

.album_description {
  background-color: #FFF;
  min-height: auto;
}
@media (min-width: 576px) {
  .album_description {
    padding: 45px 35px 50px 35px;
  }
}

.gsc-control-cse {
  width: 100%;
}

.album-slider-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .album-slider-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .album-slider-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .album-slider-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .album-slider-container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .album-slider-container {
    max-width: 1350px;
  }
}

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