@import './common.css';
@import './photo.css';
@import './index-page.css';
@import './album.css';
@import './news.css';
@import './news_short.css';
@import './links.css';
@import './footer.css';
@import './top_banner.css';
@import './school_logo_banner.css';
@import "./link-page.css";
@import "./pdf.css";
.navbar {
  height: 46px;
}

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

.mobile-menu-bg {
  background-color: #1B4988;
}

#mobile_menu {
  top: 46px;
}
#mobile_menu .side_menu_item {
  background-color: #FFF;
}
#mobile_menu .side_menu_item:hover {
  background-color: #00A5AC;
}
#mobile_menu .side_menu_item:hover .menu-text {
  color: #FFF;
}
#mobile_menu .side_menu_item.menu-text:hover {
  color: #FFF;
}
#mobile_menu .menu-bg-lv-2 .side_menu_item:hover {
  color: #00A5AC;
}

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

.menu-bg-lv-3 {
  background-color: #00A5AC;
}

.menu-text {
  color: #00A5AC;
}

body {
  background-color: #fff;
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
}

.outer-wrap {
  max-width: 1920px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

header {
  position: relative;
  overflow: hidden;
  background: #4bcbf3;
  background: linear-gradient(90deg, #4cccf5, #46c4e8);
}

.slider-container {
  position: relative;
  min-height: calc(337px + 6.5vw);
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 1920px) {
  .slider-container {
    min-height: auto;
    height: 447px;
  }
}

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

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

.top-banner-logo-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 29.7%;
}

.top-banner-logo-bar .container {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

#logo-xs {
  margin-top: -30px;
}
#logo-xs > div {
  width: 390px;
  max-width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}

img#banner-rainbow {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  width: 100%;
  bottom: 0;
}

img#banner-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: 1482px;
}
@media (min-width: 1000px) {
  img#banner-bg {
    width: 1582px;
  }
}
@media (min-width: 1400px) {
  img#banner-bg {
    width: 1920px;
  }
}

#banner-extend-bg {
  background: linear-gradient(45deg, #6fd5f5, #15beef);
  bottom: 0;
  height: 3vw;
  width: 100%;
  /*transform: translateY(100%);*/
}

#logo {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 52%;
  margin-left: -10px;
}
@media (min-width: 768px) {
  #logo {
    width: 38%;
  }
}

img.orange-heart {
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

img.heart-letter {
  position: absolute;
  width: 35%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.slogon-stars > a.active img.orange-heart {
  opacity: 1;
}

a#heart-j {
  width: 12.6%;
  bottom: 81px;
  right: 65%;
  transform: rotate(-19deg);
}

a#heart-o {
  width: 12.2%;
  bottom: 65px;
  transform: rotate(2deg);
  right: 53.7%;
}

a#heart-y {
  width: 14.1%;
  bottom: 90px;
  right: 38.9%;
  transform: rotate(-5deg);
}

a#heart-f {
  width: 13.9%;
  bottom: 77px;
  right: 24%;
  transform: rotate(4deg);
}

a#heart-u {
  width: 14%;
  bottom: 119px;
  right: 12.8%;
  transform: rotate(-12deg);
}

a#heart-l {
  width: 14%;
  bottom: 90px;
  right: 0%;
  transform: rotate(15deg);
}
a#heart-l .heart-letter {
  width: 24%;
}

@media (min-width: 768px) {
  a#heart-j {
    width: 7.1%;
    bottom: 88px;
    right: 33%;
    transform: rotate(-19deg);
  }
  a#heart-o {
    width: 6.4%;
    bottom: 21%;
    bottom: 91px;
    transform: rotate(2deg);
    right: 25.7%;
  }
  a#heart-y {
    width: 7.1%;
    bottom: 31.5%;
    bottom: 122px;
    right: 18.9%;
    transform: rotate(-5deg);
  }
  a#heart-f {
    width: 6.8%;
    bottom: 27.2%;
    bottom: 112px;
    right: 11.4%;
    transform: rotate(4deg);
  }
  a#heart-u {
    width: 7.1%;
    bottom: 42.9%;
    bottom: 161px;
    right: 6.8%;
    transform: rotate(-12deg);
  }
  a#heart-l {
    width: 7.1%;
    bottom: 37.2%;
    bottom: 143px;
    right: 0%;
    transform: rotate(15deg);
  }
  a#heart-l .heart-letter {
    width: 24%;
  }
}
@media (min-width: 997px) {
  a#heart-j {
    width: 7.1%;
    bottom: 88px;
    right: 33%;
  }
  a#heart-o {
    width: 6.4%;
    bottom: 94px;
    right: 25.7%;
  }
  a#heart-y {
    width: 7.1%;
    bottom: 137px;
    right: 19.4%;
  }
  a#heart-f {
    width: 6.8%;
    bottom: 132px;
    right: 11.4%;
  }
  a#heart-u {
    width: 7.1%;
    bottom: 198px;
    right: 7.2%;
  }
  a#heart-l {
    width: 7.1%;
    bottom: 183px;
    right: 0%;
  }
}
@media (min-width: 1440px) {
  a#heart-j {
    bottom: 93px;
  }
  a#heart-o {
    bottom: 103px;
  }
  a#heart-y {
    bottom: 154px;
  }
  a#heart-f {
    bottom: 133px;
  }
  a#heart-u {
    bottom: 209px;
    right: 6.8%;
  }
  a#heart-l {
    bottom: 182px;
  }
}
.index-right-col {
  padding-left: 26px;
}
@media (min-width: 576px) {
  .index-right-col {
    padding-left: 65px;
  }
}

.index-section .section-title-image .img-wrapper {
  display: inline-block;
  width: 285px;
  position: relative;
  z-index: 10;
}
.index-section .section-bg {
  display: none;
}
.index-section .section-frame {
  position: relative;
  z-index: 1;
}
.index-section .section-box {
  background: rgb(255, 213, 30);
  padding: 20px;
  border: 4px solid #424242;
  border-radius: 35px;
}
.index-section .section-media-border {
  border-radius: 15px;
  border: 2px solid #FFF;
  margin-bottom: 13px;
}
.index-section a.btn-info {
  border-radius: 200px;
  font-weight: bold;
  border: 3px solid #424242;
  background: #0fcdd6;
  color: #333;
  min-width: 65px;
  padding: 4px 10px;
  font-size: 15px;
}
.index-section a.btn-info:hover {
  background: #b9fcff;
  border-color: #72d0d4;
}
.index-section .img-title {
  background: rgb(252, 252, 252);
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 18px;
}
.index-section .img-title a {
  color: #333;
}

.album-section .section-title-image .img-wrapper {
  top: 20px;
}
.album-section .section-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(120deg, rgb(101, 202, 207), rgb(101, 202, 207) 25px, #FFF 25px, #FFF 50px);
  background: repeating-linear-gradient(120deg, #00ccd6, #00ccd6 25px, #FFF 25px, #FFF 50px);
  transform: rotate(-2.5deg);
}
.album-section .section-frame {
  padding: 40px 20px;
}

.video-section .section-title-image {
  text-align: right;
}
.video-section .section-title-image .img-wrapper {
  display: inline-block;
  top: 68px;
  right: -10px;
}
.video-section .section-box {
  padding: 72px 10px 20px;
  border-radius: 15px;
}
@media (min-width: 997px) {
  .video-section .section-box {
    padding: 35px 40px 20px;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container::after {
  padding-top: 66.7%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-section .section-title-image {
  text-align: right;
}
.news-section .section-title-image .img-wrapper {
  top: 18px;
}
.news-section .section-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #14a7ef;
  bottom: -20px;
  left: -20px;
}
.news-section .section-frame {
  padding: 4px 7px;
  background: rgb(242, 202, 43);
  border: 5px #bfe7fb solid;
}
.news-section .section-box {
  border-radius: 0;
  background: none;
  border: 10px solid transparent;
  border-image: url(../images/2x/border.png) 25 round;
  border-color: white;
  border-image-width: 30px;
  padding: 0;
}
.news-section a.btn-info {
  background-color: #fb3d6a;
  color: #FFF;
  text-shadow: 0 0 4px #bd0069;
  margin-bottom: 20px;
}
.news-section a.btn-info:hover {
  background: #ff9ab6;
  border-color: #ff58d3;
}
.news-section:after {
  content: "";
  display: block;
  background: #14a7ef;
  border: 6px solid #bfe7fb;
  width: 55px;
  height: 62px;
  left: -40px;
  bottom: -47px;
  position: absolute;
  z-index: 2;
}
.news-section ul.news-list {
  padding-left: 0;
  padding: 20px;
  margin-bottom: 0;
  overflow: auto;
}
@media (min-width: 1200px) {
  .news-section ul.news-list {
    height: 750px;
  }
}
.news-section ul.news-list li {
  border-bottom: 1px solid #333;
  display: flex;
  padding: 10px 2px;
  line-height: 2;
  color: #000;
  flex-wrap: wrap;
}
.news-section ul.news-list .news-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 997px) {
  .news-section ul.news-list .news-date {
    width: 80px;
    text-align: left;
  }
}
.news-section ul.news-list .news-title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bible-section {
  margin-top: 40px;
}
.bible-section #bible-title-img {
  width: 230px;
  top: 50px;
  left: -6px;
}
@media (min-width: 576px) {
  .bible-section #bible-title-img {
    left: -43px;
  }
}
.bible-section #bible-boy-img {
  width: 95px;
  position: absolute;
  right: 10px;
  top: 40px;
}
.bible-section .section-box {
  border: 2px solid #424242;
  border-radius: 10px;
  padding: 45px 38px 20px;
}

.links-section {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .links-section .row {
    justify-content: space-around;
  }
}
.links-section div.col-auto {
  width: 50%;
}
@media (min-width: 576px) {
  .links-section div.col-auto {
    width: 31%;
  }
}
@media (min-width: 997px) {
  .links-section div.col-auto {
    width: 18%;
  }
}

#bg-box {
  background-image: url(../images/2x/bg2.png);
  background-color: #BFE7FB;
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: 1700px;
}

#footer {
  position: relative;
  background-image: url(../images/2x/footer@2x.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 211vw;
  height: 100px;
}
@media (min-width: 568px) {
  #footer {
    background-position: center 100%;
  }
}
@media (min-width: 768px) {
  #footer {
    background-size: 1500px;
  }
}
@media (min-width: 997px) {
  #footer {
    background-size: 1700px;
    height: 446px;
  }
}
@media (min-width: 1440px) {
  #footer {
    background-size: 1920px;
    height: 505px;
  }
}
#footer .school-contact {
  display: inline-block;
  background-color: #ffd51e;
  border: 4px solid #424242;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  top: 0;
  margin-bottom: 115px;
}
@media (min-width: 768px) {
  #footer .school-contact {
    position: relative;
  }
}
#footer .school-contact .inner-box {
  border: 10px solid transparent;
  border-image: url(../images/2x/contact-border@4x.png) 25 round;
  border-color: white;
  border-image-width: 15px;
  border-image-slice: 53 61 53 66;
  padding: 0px 20px;
  font-size: 15px;
}
#footer .school-contact .contact-item {
  display: flex;
  padding: 10px;
}
#footer .school-contact .dash-line {
  background-repeat: repeat-x;
  background-image: url("../images/2x/white-dash.png");
  height: 5px;
  background-size: 21px;
  background-position-y: center;
  width: 100%;
}

.mobile-footer {
  background-color: #0e8245;
  padding: 10px;
  margin-top: -2px;
}

.copyright-text {
  color: #e4e4e4;
  text-shadow: 0 0 4px #0e311f;
}
.copyright-text a {
  color: #6dcee4;
  font-weight: bold;
}

#page {
  padding: 50px 8px;
}
#page img {
  max-width: 100%;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 20px;
}

.page-content {
  min-height: 380px;
}

.album_description h4 {
  margin: 10px 0;
}

.calendar-container {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media (min-width: 900px) {
  .calendar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .calendar-container {
    flex-direction: column;
  }
}
.header-calendar-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

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

#index-calendar {
  margin-top: 40px;
}

.calendar-details-list {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 40px;
  padding-right: 1rem;
  max-height: 360px;
  overflow-y: auto;
  margin-bottom: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.calendar-details-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1201px) {
  .calendar-details-list {
    margin-top: 45px;
    max-height: 385px;
  }
}
.datepicker {
  background-color: #FFF;
  padding: 4px 10px;
  border-radius: 20px;
}

.datepicker-inline {
  width: 285px;
  height: 300px;
}

.datepicker table thead tr:nth-child(2) {
  font-family: "Noto Sans TC Medium";
  background: #FFF;
  color: #1B4988;
}

.datepicker table thead tr:nth-child(3) {
  font-family: Roboto;
  font-size: 20px;
  background: #FFF;
  color: #1B4988;
}

.datepicker table thead tr:nth-child(3) > th {
  font-family: Roboto;
  font-size: 20px;
}

.datepicker table thead tr:nth-child(3) > th:first-child {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
}

.datepicker table tbody tr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  background: #FFF;
  font-size: 20px;
}

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

.datepicker table tr .day {
  color: #1B4988;
  width: 38px;
  padding: 3px;
}

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

.datepicker table tr td.day:first-child {
  color: #5583C3;
}

.datepicker table tr td.active.active {
  border-radius: 20px;
  color: #FFF;
  background-color: #00A5AC;
  border-color: unset;
}

.datepicker table tr td.active.active:hover {
  background-color: #5583C3;
  color: #FFF;
  border-color: unset;
}

.datepicker table tr td.holiday.holiday {
  background-color: #AC0600;
}

.calendar-title-container {
  font-weight: bold;
  margin-left: 20px;
  padding-top: 40px;
  font-family: "Noto Sans TC Medium";
  font-size: 26px;
  color: #1B4988;
}

.calendar-details .calendar-event, .calendar-details .calendar-holiday {
  display: flex;
  flex-direction: row;
  margin-bottom: 9px;
}

.calendar-details .calendar-holiday .calendar-date {
  background: #AC0600;
}

.calendar-details .calendar-holiday .calendar-content {
  color: #AC0600;
  border-top: 1px solid #AC0600;
  border-bottom: 1px solid #AC0600;
}

.calendar-details .calendar-event .calendar-date {
  background: #00A5AC;
}

.calendar-details .calendar-event .calendar-content {
  color: #00A5AC;
  border-top: 1px solid #00A5AC;
  border-bottom: 1px solid #00A5AC;
}

.calendar-details__item .calendar-date {
  display: flex;
  flex-direction: column;
  padding: 8.6px 10.1px 5.6px;
  border-radius: 4px;
  color: white;
  align-items: center;
}

.calendar-details__item .calendar-date .calendar-date-top {
  font-family: Roboto;
}

.calendar-details__item .calendar-date .calendar-date-top:not(.english) {
  font-size: 16px;
  border-bottom: 1px solid #FFF;
  word-break: keep-all;
}

.calendar-details__item .calendar-date .calendar-date-top.english {
  font-size: 20px;
  font-weight: bold;
}

.calendar-details__item .calendar-date .calendar-date-bottom {
  font-family: Roboto;
}

.calendar-details__item .calendar-date .calendar-date-bottom:not(.english) {
  font-size: 20px;
  font-weight: bold;
}

.calendar-details__item .calendar-date .calendar-date-bottom.english {
  font-size: 16px;
}

.calendar-details__item .calendar-content {
  margin-left: 8.2px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  font-size: 15px;
  font-family: "Noto Sans TC Medium";
}



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