@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Sen&display=swap');

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #e2e5df;
  /* background-image: url(../images/bg.png); */
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.active {
  overflow: hidden;
}

.festival {
  margin-top: 40px;
}

.movie-tit {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  padding-bottom: 20px;
  color: #576652;
}

.ab-row {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #5e6998;
}

.col-l {
  width: 56%;
}

.col-l p {
  margin-bottom: 0 !important;
}

.col-r {
  width: 44%;
  padding-left: 30px;
}

.ab-row .col-r img,
.history-box img,
.his-info img {
  border-radius: 10px;
}

.mv-url.fix {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.mv-url.fix img {
  transform: scale(1);
  transform-origin: center center;
  transition: 0.5s;
}

.mv-url.fix:hover img {
  transform: scale(1.2);
}

.v-info {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 55, 0.8);
  color: #fff;
  padding: 0.75vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.v-title {
  font-size: 1.2vw;
  line-height: 1.65;
  font-weight: 500;
}

.v-title span {
  font-size: 80%;
  margin-left: 5px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.lan {
  position: absolute;
  top: 2vw;
}

.lan a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
}

.lan a.active {
  color: rgba(255, 255, 255, 1);
}

.lan a:nth-child(1) {
  padding-right: 15px;
  border-right: solid 1px #fff;
}

.lan a:nth-child(2) {
  padding-left: 15px;
}

.tabbox h3 {
  font-size: 1.5rem;
  color: #5e6998;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

.parallax-box {
  width: 100%;
  max-width: 76vw;
  margin: 0 auto;
  position: relative;
}

.parallax-box div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax-box div img {
  width: 100%;
}

.ifun1 img {
  opacity: 0;
  animation: fadeIn 1.5s forwards 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ifun2 img {
  opacity: 0;
  animation: fadeIn 1.5s forwards 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ifun3 img {
  opacity: 0;
  animation: fadeIn 1.5s forwards 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ifun1 {
  z-index: 0;
}

.ifun2 {
  z-index: 1;
}

@keyframes fadeIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.ifun3 {
  z-index: 2;
}

.movie-swiper {
  overflow: hidden;
  position: relative;
}

.movie-swiper .swiper-wrapper {
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.movie-swiper .swiper-wrapper .swiper-slide {
  width: calc(50% - 40px);
  margin: 0 20px 40px 20px;
  overflow: hidden;
}

.vid-more {
  margin-top: 30px;
}

.vid-more a {
  display: inline-block;
  width: 260px;
  line-height: 40px;
  text-decoration: none;
  color: #39382E;
  border-bottom: solid 1px #39382E;
  background-image: url(../images/icon-wdw.svg);
  background-position: center right;
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.vid-more a.active {
  background-image: url(../images/icon-wdw-1.svg);
}

.vid-detail {
  display: none;
  padding: 20px 0;
}

.hashtag {
  padding: 30px 0;
}

.vid-info {
  display: flex;
  font-size: 1.25rem;
  color: #39382E;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 30px;
  position: relative;
}

.watched {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}

.vid-info-l {
  width: 320px;
  padding-right: 20px;
  border-right: solid 1px #39382E;
  font-size: 2rem;
  font-weight: 500;
}

.vid-info-r {
  width: calc(100% - 320px);
  padding: 0 280px 0 30px;

}

.modal-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.modal-mask.active {
  display: block;
}

.modal-box {
  width: 100%;
  margin: 0 auto;
  padding: 5vw 12vw;
  position: relative;
  overflow-y: auto;
  height: 100vh;
}

.back,
.y-btn {
  position: absolute;
  top: 1vw;
  left: 30px;
  display: inline-block;
}

.back img,
.y-btn img {
  height: 3vw;
}

.row-box.fix {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px 0;
}

.mv-tit {
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #606852;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
}

.mv-main {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5;
  background-image: url(../images/icon-r.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  padding: 12px 20px 12px 46px;
  text-decoration: none;
  border-bottom: solid 1px #8f8075;
  background-size: 10px auto;
}

.mv-main.active {
  background-image: url(../images/icon-dw.svg);
  background-color: #9fae86;
  background-size: 15px auto;
}

.mv-main:hover {
  background-color: #a0b184c9;
}

.sub-menu a {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  color: #33401f;
  line-height: 1.3;
  padding: 10px 46px;
  background-color: #d6e0b9;
  text-decoration: none;
  border-bottom: solid 1px #8f8075;
}

/* .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

.mv-box {
  display: flex;
  min-height: 100vh;
  padding-top: 55px;
  padding-bottom: 50px;
}

.mv-menu {
  width: 330px;
}

.mv-list {
  width: calc(100% - 330px);
  padding-left: 100px;
}

.row {
  display: flex;
  margin: 50px -15px 0 -15px;
}

.card-col {
  width: calc(33.3% - 30px);
  margin: 0 15px;
  /*
  border: solid 1px #6490D8;
  border-top: solid 15px #6490D8;
  */
  border: solid 1px #2A2E14;
  border-top: solid 15px #2A2E14;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.card-up {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.card-info {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #576652;
  padding: 20px 0 0 0;
}

.card-info span {
  display: block;
  height: 30px;
  width: 100%;
}

.card-info a {
  color: #576652;
  text-decoration: underline;
}

.icon {
  width: 130px;
}

.con-tit {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  padding: 20px 0 20px 0;
  color: #576652;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white,
.prev-bt-b,
.next-bt-b,
.prev-bt-c,
.next-bt-c,
.prev-bt-d,
.next-bt-d,
.prev-bt-e,
.next-bt-e,
.prev-bt-f,
.next-bt-f,
.prev-bt-g,
.next-bt-g,
.prev-bt-h,
.next-bt-h {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev,
.swiper-button-next,
.prev-bt-b,
.next-bt-b,
.prev-bt-c,
.next-bt-c,
.prev-bt-d,
.next-bt-d,
.prev-bt-e,
.next-bt-e,
.prev-bt-f,
.next-bt-f,
.prev-bt-g,
.next-bt-g,
.prev-bt-h,
.next-bt-h {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev:after,
.swiper-button-next:after,
.prev-bt-b:after,
.next-bt-b:after,
.prev-bt-c:after,
.next-bt-c:after,
.prev-bt-d:after,
.next-bt-d:after,
.prev-bt-e:after,
.next-bt-e:after,
.prev-bt-f:after,
.next-bt-f:after,
.prev-bt-g:after,
.next-bt-g:after,
.prev-bt-h:after,
.next-bt-h:after {
  content: '';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 4.375rem;

}

.swiper-button-next:after,
.next-bt-b:after,
.next-bt-c:after,
.next-bt-d:after,
.next-bt-e:after,
.next-bt-f:after,
.next-bt-g:after,
.next-bt-h:after {
  content: 'next';
}

.swiper-button-prev:after,
.prev-bt-b:after,
.prev-bt-c:after,
.prev-bt-d:after,
.prev-bt-e:after,
.prev-bt-f:after,
.prev-bt-g:after,
.prev-bt-h:after {
  content: 'prev';
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.prev-bt-b.swiper-button-disabled,
.next-bt-b.swiper-button-disabled,
.prev-bt-c.swiper-button-disabled,
.next-bt-c.swiper-button-disabled,
.prev-bt-d.swiper-button-disabled,
.next-bt-d.swiper-button-disabled,
.prev-bt-e.swiper-button-disabled,
.next-bt-e.swiper-button-disabled,
.prev-bt-f.swiper-button-disabled,
.next-bt-f.swiper-button-disabled,
.prev-bt-g.swiper-button-disabled,
.next-bt-g.swiper-button-disabled,
.prev-bt-h.swiper-button-disabled,
.next-bt-h.swiper-button-disabled {
  opacity: 0.05;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.prev-bt-b,
.prev-bt-c,
.prev-bt-d,
.prev-bt-e,
.prev-bt-f,
.prev-bt-g,
.prev-bt-h {
  left: 20px;
}

.swiper-button-next,
.next-bt-b,
.next-bt-c,
.next-bt-d,
.next-bt-e,
.next-bt-f,
.next-bt-g,
.next-bt-h {
  right: 20px;
}

.swiper-pagination {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: -45px;
}

.swiper-pagination.fix {
  display: block;
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-a,
.swiper-container-b,
.swiper-container-c,
.swiper-container-d,
.swiper-container-e,
.swiper-container-f,
.swiper-container-g,
.swiper-container-h {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.tab-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

.tab-link {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 40px;
}

.tab-link a {
  color: #333;
  display: inline-block;
  line-height: 42px;
  font-size: 1.25rem;
  border-bottom: solid 5px #8fa588;
  text-decoration: none;
  min-width: 120px;
  text-align: center;
}

.tab-link a.active,
.tab-link a:hover {
  text-decoration: none;
  border-bottom: solid 5px #5E6998;
  font-weight: 500;
}

.tb-panel {
  height: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.tb-panel.active {
  height: auto;
  opacity: 1;
}

.his-info {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.info-left {
  width: 50%;
  margin-right: 30px;
}

.info-left img {
  border: solid 1px #999;
}

.info-right {
  width: 50%;
  font-size: 1.375rem;
  font-weight: 400;
  color: #39382E;
  line-height: 1.8;
  text-align: justify;
  padding-top: 70px;
}

.info-tit {
  font-size: 1.875rem;
  font-weight: 500;
  display: block;
  padding-bottom: 30px;
  color: #576652;
}

.history-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.history-box a {
  text-decoration: none;
  margin-bottom: 30px;
}

.history-box a img {
  border: solid 1px #999;
}

.history-box a:hover img {
  border: solid 1px #6495DB;
}

.history-box a:hover {
  text-decoration: none;
  color: #e2713f;
}

.his-left {
  width: 50%;
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
}

.his-right {
  width: 50%;
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
}

.his-tit {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  color: #576652;
  text-decoration: none;
}

.mb-title {
  display: none;
}

.about-tab {
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  margin-top: 2.5rem;
}

.about-tab a {
  font-size: 1.75rem;
  color: #2A2E14;
  font-weight: 500;
  line-height: 1;
  border-bottom: solid 5px #8fa588;
  padding: 10px;
  margin: 0 30px;
  text-decoration: none;
}

.about-tab a.active {
  border-bottom: solid 5px #5E6998;
}

.tabbox {
  display: none;
  z-index: 2;
}

.tabbox.active {
  display: block;
}

.tabbox-tit {
  font-size: 1.875rem;
  color: #6495DB;
  font-weight: 700;
  padding: 50px 0;
}

.tabbox p {
  font-size: 1.25rem;
  color: #39382E;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: justify;
  text-indent: 2em;
}

.about-pic {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.tabbox.fix p {
  text-indent: 0;
}

.tabbox.fix p.fix {
  text-indent: 2em;
}

.container-box {
  min-height: calc(100vh - 140px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 35px 20px 80px 20px;
}

.container-box.fix {
  max-width: 1100px;
}

.show-xs {
  display: none !important;
}

.mbanner {
  display: none;
}

.button_container {
  display: none;
}

main {
  overflow: hidden;
  flex-grow: 1;
  padding-bottom: 5rem;
  /* padding-top: 2rem;
  margin-top: 2rem; */
}

img.camera {
  position: absolute;
  bottom: 0;
  width: 136px;
  z-index: 1;
}

img.swim {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50%;
  z-index: 1;
}

img.planet {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 50%;
  z-index: 1;
}

.w-100 {
  width: 100%;
}

.container-main {
  width: calc(100% - 232px);
  margin: 0 auto;
  position: relative;
}

.container-xxl {
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 576px) {
  .container-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  img.swim {
    width: 40%;
  }

  img.planet {
    width: 40%;
  }

  /* 
  main {
    margin-top: 5rem;
  } */
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}

header {
  height: 70px;
  width: 100%;
  position: relative;
  z-index: 99;
}

header>.container-xxl {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  width: 340px;
}

.logo img {
  width: 100%;
}

.menu-box {
  display: flex;
  justify-content: flex-end;
}

.menu-link {
  display: inline-block;
  font-size: 1.4rem;
  color: #5e6998;
  font-weight: 500;
  line-height: 80px;
  padding: 0 18px;
  text-decoration: none;
}


.menu-box .menu-link:hover,
.menu-link.active {
  background-color: #8fa588;
  text-decoration: none;
  color: #fff;
}

.search-box {
  padding: 0 28px;
  border-left: solid 1px #e8e2d9;
  position: relative;
}

.search-group {
  height: 120px;
  width: 0;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  transition: width 0.5s;
}

.search-group.active {
  background-color: #cebca5;
  width: 360px;
  padding: 0 0 0 28px;
}

.search-btn {
  position: absolute;
  right: 0;
}

.search-btn img {
  width: 38px;
}

.search-input {
  font-size: 1.125rem;
  display: none;
  width: 100%;
  height: 60px;
  border: none;
  color: #333;
  padding: 0 10px;
  background-color: transparent;
  border-bottom: solid 1px #e8e2d9;
}

.search-input:focus {
  outline: none;
}

.search-group.active .search-input {
  display: block;
}

.banner {
  margin-top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bar {
  height: auto;
  text-align: center;
}

.bar img {
  display: inline-block;
  width: 70%;
  max-width: 416px;
}

.bar span {
  display: inline-block;
  font-size: 1.625rem;
  margin-left: 10px;
}

.more {
  width: 38px;
  margin-left: 10px;
}

.balloon {
  width: 9.2vw;
  position: absolute;
  top: -40px;
  left: 7.36vw;
  z-index: 9;
}

.balloon-1 {
  width: 7.4vw;
  position: absolute;
  top: 30px;
  left: 21vw;
  z-index: 10;
}

.row-box {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  z-index: 2;
}

.mv-col {
  width: 50%;
  margin-bottom: 50px;
}

.row-box .mv-col:nth-child(odd) {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row-box .mv-col:nth-child(even) {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.mv-col a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* text-shadow: 1px 1px 3px #f7d3d3; 粉色 */
}

.mv-col a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, transparent 50%, #f8a59f); 粉色 */
  z-index: 1;
}

.mv-url:hover .mv-info {
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
  background: rgba(248, 165, 159, 0.8);
}

.mv-url:hover .mv-info.fix {
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
  padding: 0 40px 15px 40px;
}

.mv-info {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #253355;
  padding: 0 40px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: height 0.3s ease-in-out;
  z-index: 2;
}

.mv-info.fix {
  transform: translateY(-60px);
}

.row-box .mv-col a:hover .v-info {
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 37, 55, 0.8);
  padding-bottom: 30px;
}

.mv-col a:hover .mv-info.fix {
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
  padding: 0 40px 15px 40px;
}

.mv-info.fix .mv-title {
  font-size: 1.8rem;
  line-height: 1.65;
  font-weight: 700;
}

.mv-title {
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 700;
}

.mv-title span {
  font-family: 'Sen', 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: .5rem;
}

.mv-text {
  border-left: solid 5px #6490d8;
  padding: 0 100px 0 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  background-image: url(../images/more-btn.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70px auto;
  display: none;
}

.mv-col a:hover .mv-title {
  margin-bottom: 3rem;
}

.mv-col a:hover .mv-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.index-banner {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.index-banner>.index-banner-logo {
  width: 60%;
  position: absolute;
  top: 41%;
  transform: translate(50%, -50%);
  right: 50%;
  z-index: 2;
}

.index-banner>.index-banner-logo>img {
  width: 100%;
}

.index-banner>.index-banner-bg {
  width: 100%;
  opacity: 0.5;
}

footer {
  padding: 40px 0;
  background-color: #252537;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  font-family: 'Sen', sans-serif;
}

.footer-info {
  display: block;
}



.footer-info a {
  color: #fff;
  text-decoration: none;
}

footer .container-xxl {
  flex-direction: column;
  justify-content: center;
}

.footer-info>div {
  padding: 0;
}

.edu {
  width: 100%;
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #888888;
  margin-bottom: 1rem;
  text-align: center;
}

.edu img {
  width: 100%;
}

.article-header {
  text-align: center;
  width: fit-content;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.article-header.index {
  margin-top: 2rem;
  margin-bottom: 0;
}

.article-header>span {
  z-index: 2;
  position: relative;
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  /*color: #f8a59f;*/
  color: #576652;
  /*text-shadow: 1px 1px 2px #ffffff;*/
}

.article-header>img {
  position: absolute;
  width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: saturate(6) brightness(50%) opacity(0.3);
}

.article-header.index>img {
  width: 130%;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 768px) {

  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  body {
    padding-top: 80px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
  }

  header.white {
    background-color: rgb(226 229 223 / 80%);
  }

  .footer-info {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }

  .footer-info>div {
    padding: 0 2rem;
  }

  .footer-info>div:first-child {
    border-right: 1px solid #888888;
  }

  .edu img {
    width: 50%;
  }

  .index-banner {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .index-banner>.index-banner-logo {
    width: 35%;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 5%;
  }

  .index-banner>.index-banner-logo>img {
    width: 100%;
  }

  .index-banner>.index-banner-bg {
    width: 65%;
    opacity: 1;
  }

  .article-header {
    margin-top: 5.5rem;
    margin-bottom: 4.5rem;
  }

  .article-header>span {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  footer .container-xxl {
    flex-direction: row;
  }

  .footer-info>div {
    padding: 0 2rem;
  }

  .edu {
    padding-top: 5px;
    width: 386px;
    padding-right: 30px;
    border: none;
  }

  .edu img {
    width: 100%;
  }

  body {
    padding-top: 120px;
  }

  header {
    height: 100px;
  }

  img.swim {
    width: 30%;
  }

  img.planet {
    width: 30%;
  }
}

@media (min-width: 1366px) {
  body {
    padding-top: 120px;
  }

  header {
    height: 120px;
  }
}

@media (max-width:1440px) {
  .container-box {
    padding: 80px 20px 80px 20px;
  }

  .mv-box {
    padding-top: 150px;
  }

  .search-group {
    height: 90px;
  }

  .mv-title {
    font-size: 1.8rem;
  }

  .bar {
    height: 86px;
    font-size: 1.625rem;
    padding-bottom: 26px;
  }
}

@media (max-width:1366px) {
  .container-box {
    padding: 30px 20px 80px 20px;
  }

  .mv-box {
    padding-top: 100px;
  }

  .logo {
    width: auto;
    height: 50px;
  }

  .logo img {
    width: auto;
    height: 100%;
  }

  .container-main {
    width: 100%;
    padding: 0 30px;
  }

  .menu-box {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
  }

  .menu-box .menu-link:hover,
  .menu-link.active {
    background-color: transparent;
    text-decoration: none;
    color: #333;
    border-right: none !important;
  }

  .menu-box.active {
    display: flex;
  }

  .mask {
    display: none;
  }

  .mask.active {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(37, 37, 55, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
  }

  .menu-link {
    font-size: 1.125rem;
    line-height: 60px;
    padding: 0;
    border-left: none;
    border-bottom: solid 1px #6490D8;
  }

  .menu-box .menu-link:last-child {
    border-bottom: none;
    border-right: none;
  }

  .search-box {
    padding: 0;
    border-left: none;
  }

  .search-group,
  .search-group.active {
    position: static;
    height: 90px;
    width: 100%;
    padding: 20px 0 30px 0;
    background-color: transparent;
    transition: none;
  }

  .search-btn {
    display: none;
  }

  .search-input {
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 50px;
    color: #333;
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 25px;
    background-image: url(../images/msr.svg), url(../images/ricon.svg);
    background-repeat: no-repeat;
    background-size: auto 26px, auto 16px;
    background-position: center left 12px, center right 16px;
    padding: 0 30px 0 60px;
  }

  .button_container {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 22px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }

  .button_container:hover {
    opacity: .9;
  }

  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .button_container.active .middle {
    opacity: 0;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }

  .button_container span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    background-color: #2A2E14;
  }

  .button_container span:nth-of-type(2) {
    top: 8px;
  }

  .button_container span:nth-of-type(3) {
    top: 16px;
  }

  .mv-list {
    padding-left: 30px;
  }

  .mv-col a:hover .mv-title {
    margin-bottom: 2rem !important;
  }

  .mv-col a:hover .mv-text {
    -webkit-line-clamp: 3;
  }
}

@media (max-width:1024px) {
  .movie-swiper .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }

  .movie-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
  }

  .mv-col {
    width: 50%;
    margin-bottom: 40px;
  }

  .row-box.fix .mv-col {
    padding: 0;
  }

  .mv-list {
    padding-left: 30px;
  }

  .mv-info {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    padding: 0 20px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.3s ease-in-out;
    /* background-image: url(../images/more-btn.svg); */
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    background-size: 40px auto;
  }

  .mv-title span {
    font-size: 1.1rem;
  }

  .mv-title {
    font-size: 1.4rem;
    line-height: 25px;
  }

  .vid-info {
    font-size: 1rem;
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;

  }

  .watched {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: auto;
    z-index: 1;
  }

  .vid-info-l {
    width: 100%;
    padding-right: 0;
    border-right: none;
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .vid-info-r {
    width: 100%;
    padding: 0;
  }

  .modal-box {
    padding: 80px 30px;
  }

  .back img,
  .y-btn img {
    height: 40px;
  }

  .back,
  .y-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    display: inline-block;
  }

  .row-box .mv-col:nth-child(odd) {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .row-box .mv-col:nth-child(even) {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

}

@media (max-width:840px) {
  .his-info {
    display: block;
    margin-top: 0;
  }

  .info-right {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 15px;
  }

  .banner {
    padding-top: 56%;
  }

  .row-box {
    padding: 50px 0;
  }

  .mv-col {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .row-box .mv-col:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }

  .row-box .mv-col:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .bar {
    width: calc(100% - 60px);
    height: 50px;
    font-size: 1.125rem;
    padding-bottom: 0;
    line-height: 50px;
    margin: 0 auto;
  }

  .bar img {
    width: 220px;
  }

  .tab-box {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    z-index: 2;
  }

  .tab-link {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }

  .tab-link a {
    width: auto;
    min-width: 70px;
    color: #333;
    display: inline-block;
    line-height: 1;
    font-size: 0.875rem;
    border-bottom: solid 3px #5E6998;
    padding-bottom: 5px;
    margin: 0 20px 10px 20px;
    text-align: center;
    font-weight: 500;
  }

  .tab-link a.active,
  .tab-link a:hover {
    border-bottom: solid 5px #576652;
  }

  .tb-panel {
    margin: 0 auto;
  }

  .swiper-container-a,
  .swiper-container-b,
  .swiper-container-c,
  .swiper-container-d,
  .swiper-container-e,
  .swiper-container-f,
  .swiper-container-g,
  .swiper-container-h {
    padding-bottom: 35px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after,
  .prev-bt-b:after,
  .next-bt-b:after,
  .prev-bt-c:after,
  .next-bt-c:after,
  .prev-bt-d:after,
  .next-bt-d:after,
  .prev-bt-e:after,
  .next-bt-e:after,
  .prev-bt-f:after,
  .next-bt-f:after,
  .prev-bt-g:after,
  .next-bt-g:after,
  .prev-bt-h:after,
  .next-bt-h:after {
    font-size: 2.188rem;
    transform: translateY(-25%);
  }

  .swiper-button-next,
  .next-bt-b,
  .next-bt-c,
  .next-bt-d,
  .next-bt-e,
  .next-bt-f,
  .next-bt-g,
  .next-bt-h {
    right: -5px;
  }

  .swiper-button-prev,
  .prev-bt-b,
  .prev-bt-c,
  .prev-bt-d,
  .prev-bt-e,
  .prev-bt-f,
  .prev-bt-g,
  .prev-bt-h {
    left: -5px;
  }

  .info-tit {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }

  .info-left {
    width: 100%;
    margin-right: 0;
  }

  .swiper-pagination.fix {
    margin-bottom: 0;
  }

  .history-box {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .his-left {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .his-tit {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  .his-right {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .con-tit {
    font-size: 1.125rem;
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
  }

  .row {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
  }

  .card-col {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
    /*
    border: solid 1px #6490D8;
    border-top: solid 10px #6490D8;
    */
    border: solid 1px #2A2E14;
    border-top: solid 10px #2A2E14;
    border-radius: 10px 10px 5px 5px;
  }

  .card-up {
    height: auto;
    width: 80px;
    padding: 0 10px 0 0;
    border-right: solid 1px #6490D8;
  }

  .icon {
    width: 50px;
  }

  .card-info {
    height: auto;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    padding: 10px;
  }

  .card-info span {
    display: none;
  }

  .mv-info.fix .mv-title {
    font-size: 1.8rem;
    line-height: 50px;
    padding-right: 50px;
  }

  .mv-info.fix {
    transform: translateY(-50px);
  }

}

@media (max-width:440px) {
  .mv-main {
    font-size: 1rem;
    line-height: 1.3;
    background-position: center left 10px;
    padding: 10px 20px 10px 36px;
    background-size: 7px auto;
  }

  .mv-main.active {
    background-size: 10px auto;
  }

  .sub-menu a {
    font-size: 0.938rem;
    padding: 8px 36px;
  }

  .mv-tit {
    display: none;
  }

  .row-box.fix {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .vid-more a {
    width: 100%;
  }

  .mv-box {
    padding-top: 10px;
    flex-direction: column-reverse;
    padding-bottom: 50px;
    min-height: 60vh;
  }

  .mv-list {
    padding-left: 0;
    width: 100%;
  }

  .mv-menu {
    width: 100%;
  }

  .show-xs {
    display: block !important;
  }

  .hide-xs {
    display: none !important;
  }

  .banner {
    display: none;
  }

  .mbanner {
    margin-top: 60px;
    display: block;
    padding: 30px 15px;
  }

  .logo {
    height: 35px;
    top: 18px;
    left: 20px;
    padding: 0;
  }

  .logo img {
    height: 100%;
  }

  .button_container {
    right: 20px;
  }

  .go-top {
    text-align: center;
    padding: 0 20px 20px 20px;
  }

  .go-top img {
    width: 50px;
    display: inline-block;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }

  .mb-title {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    background-color: #788365;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .container-box {
    padding: 20px 20px 50px 20px;
    min-height: 0;
  }

  .swiper-pagination-bullet {
    background: #5E6998;
    opacity: 1;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6490D8;
    width: 16px;
    border-radius: 8px;
  }

  .about-tab {
    margin-top: 1rem !important;
  }

  .about-tab a {
    font-size: 1.1rem;
    border-width: 3px;
    padding: 7px 6px;
    margin: 0 10px;
  }

  .about-tab a.active {
    border-width: 3px;
  }

  .movie-tit {
    font-size: 1.125rem;
    padding-bottom: 15px;
    text-align: center;
  }

  .tabbox-tit {
    font-size: 1.125rem;
    color: #6490D8;
    padding: 20px 0;
    text-align: center;
  }

  .tabbox p {
    font-size: 1rem;
    color: #39382E;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .movie-swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .movie-swiper .swiper-wrapper .swiper-slide {
    margin: 0;
  }

  .movie-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }

  .mv-info.fix .mv-title {
    padding-right: 50px;
    line-height: 1.7;
  }

  .mv-info.fix {
    transition: none;
    padding-top: 13px;
  }

  .mv-url:hover .mv-info.fix {
    font-size: 1.125rem;
    padding-right: 50px;
  }

  .mv-col a:hover .mv-title {
    margin-bottom: 1rem !important;
  }

  .mv-col a:hover .mv-text {
    -webkit-line-clamp: 2;
  }

  .tabbox h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .lan {
    position: static;
    margin-bottom: 20px;
  }

  .v-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .v-info {
    padding: 10px 20px;
  }

  .history-box a {
    text-decoration: none;
    margin: 0 0 30px 0;
  }

  .ab-row {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .festival {
    margin-top: 20px;
  }

  .container-box.fix {
    max-width: 100%;
  }

  .vid-info {
    min-height: 70vh;
    padding-bottom: 50px;
  }

  .lan a {
    font-size: 1rem;
  }

}

@media (max-width:340px) {
  .logo img {
    height: 22px;
  }
}

/* --------------- 無障礙 --------------- */

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.float-right {
  float: right !important;
}

/* --- 首頁專用 --- */
.article-content {
  max-width: 1360px;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.article-content>article {
  padding: 0 1rem;
}

/* --- 首頁專用 --- */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header .top-wrap {
  height: 35px;
}

header .top-wrap ul {
  font-size: 0;
}

header .top-wrap .site-map {
  display: block;
  width: 38px;
  margin-top: 5px;
}

header .top-wrap .site-map img {
  max-width: 60%;
  max-height: 60%;
}

@media screen and (min-width: 768px) {
  header .top-wrap .site-map {
    font-size: 1rem;
  }
}

header .wrap-content {
  width: 100%;
  max-width: 1360px;
  padding: 0 .5rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  header .wrap-content {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  header .top-wrap {
    height: 30px;
  }
}

@media screen and (max-width: 1024px) {

  header article,
  main article,
  #footer_accesskey,
  .article-content {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  header>.container-xxl {
    height: auto;
  }

  .row-box .fadeInUp:nth-child(odd) {
    padding-right: 1.5rem;
    padding-left: 0rem;
  }

  .row-box .fadeInUp:nth-child(even) {
    padding-right: 0rem;
    padding-left: 1.5rem;
  }
}

main article nav {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}


main nav .for-accesskey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding-left: 1rem;
  line-height: 35px;
}

.for-accesskey a {
  color: #8fa588;
  text-decoration: none;
}

footer a[accesskey="Z"] {
  color: #fff;
  text-decoration: none;
}

a:focus,
.for-accesskey a:focus {
  outline: 2px #f76d6d dotted;
  outline-offset: 1px;
}

footer a[accesskey="Z"]:focus,
footer a:focus {
  outline: 2px #ffcccc dotted;
  padding: 0px;
  outline-offset: 1px;
}

.modal-box figure .plyr:focus {
  outline: 3px #f76d6d dotted;
  outline-offset: 1px;
}

/* - 影展電影 專用 - */
.mv-menu a:focus {
  outline: 2px #f76d6d dotted;
  outline-offset: 1px;
}

.mv-list .swiper-slide a:focus {
  outline: 3px #f76d6d dotted;
  margin: 5px;
  outline-offset: 1px;
}

footer .footer-wrap {
  position: relative;
  width: 100%;
  max-width: 1360px;
  padding: 1.25rem 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  main .menubar .for-accesskey {
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  footer .footer-wrap {
    padding: 1.75rem 0;
  }
}

.back-main {
  /*display: inline-block;*/
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: 1;
  color: #fff;
}

/* - css icon - */
.gg-close-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-close-o::after,
.gg-close-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}

.gg-close-o::after {
  transform: rotate(-45deg);
}

.back-main a {
  color: #fff;
  text-decoration: none;
}

.back-main a i {
  display: inline-block;
  margin-right: 5px;
  top: 5px;
}

.accessibility-line {
  border: 2px #f76d6d dotted;
  margin: 2px;
  outline-offset: 1px;
}

.action-survey {
  color: #2A2E14;
  text-decoration: none;
  margin-left: 6px;
}

.tab {
  display: flex;
  margin: 0.75rem 0;
}

.tab li a {
  border-left: 1px solid #dee2e6;
  color: #253355;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.25rem 1.25rem;
  text-decoration: none;
}

.tab li:last-child a {
  border-right: 1px solid #dee2e6;
}

.tab-active1 {
  background-color: #6495DB;
  border-left: 1px solid #6495DB !important;
  border-right: 1px solid #6495DB !important;
  color: #fff !important;
}

.tab-active2 {
  background-color: #6495DB;
  border-right: 1px solid #6495DB !important;
  color: #fff !important;
}

#english_version {
  display: none;
}

