@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
/****** SETTINGS *****/
/****** ELEMENTS *****/
img {
  max-width: 100%;
  height: auto;
}

.region-content h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DDDDDD;
}
.region-content p {
  margin-bottom: 1.5rem;
}

/****** OBJUCTS ******/
.page-h1 {
  position: relative;
  padding-bottom: 0.5rem;
  margin: 3.5rem auto 3rem;
  font-size: 2rem;
  text-align: center;
}
.page-h1::after {
  content: "";
  position: absolute;
  left: calc(50% - 140px);
  bottom: -0.5rem;
  background-color: #2079BF;
  height: 4px;
  width: 280px;
}
.page-h2 {
  position: relative;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.page-h2::after {
  content: "";
  position: absolute;
  left: calc(50% - 140px);
  bottom: -0.5rem;
  background-color: #2079BF;
  height: 4px;
  width: 280px;
}
.page-h2-white {
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin: 0 auto 2rem;
  width: 200px;
  color: #fff;
  border-bottom: 4px solid #fff;
  text-align: center;
}

.btn-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #2079BF;
  width: 120px;
  height: 120px;
  border-radius: 46%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.btn-main:hover {
  background-color: rgb(22.4, 84.7, 133.7);
  color: #fff;
}

/****** COMPONENTS *****/
.banner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    height: auto;
  }
}
.banner > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner h1 {
  position: absolute;
  top: 35vh;
  left: 10%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
}
.banner h1 span {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .banner h1 {
    top: 30vh;
    font-size: 3.75rem;
  }
  .banner h1 span {
    font-size: 2rem;
  }
}
.banner-logo {
  position: absolute;
  top: 15vh;
  right: 40%;
  width: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner-logo {
    top: 25vh;
    right: 15%;
    width: auto;
  }
}
.banner-wave {
  position: absolute;
  bottom: 0;
  width: 150%;
  z-index: 3;
}
@media (min-width: 768px) {
  .banner-wave {
    position: relative;
    margin-top: -40vh;
    width: 100%;
  }
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  z-index: 99;
}
@media (min-width: 768px) {
  .header {
    flex-direction: row;
  }
}
.header-logo {
  width: 250px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 320px;
  }
}

.nav-link {
  padding: var(--bs-nav-link-padding-y) 0 !important;
}
@media (min-width: 768px) {
  .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
  }
}

.scene-block {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  direction: ltr !important;
}
.scene-block:hover .scene-overlay {
  opacity: 1;
}
.scene-block img {
  border-radius: 20px;
}
.scene-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 65, 99, 0.75);
  opacity: 0;
  transition: all 0.3s;
}
.scene-overlay h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.scene-tags {
  text-align: center;
  margin-top: 1rem;
}
.scene-tags span {
  display: inline-block;
  padding: 0.5rem;
  margin-left: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #2079BF;
}

.search {
  background-image: url(../images/bg-home-search.jpg);
  background-size: cover;
  background-position: center;
}
.search-block {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 5rem;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.search-tag {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 1rem 1rem 0;
  border-radius: 8px;
  background-color: #83CFEC;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.search-btn {
  position: absolute;
  right: 20px;
  bottom: -60px;
}
@media (min-width: 768px) {
  .search-btn {
    right: -60px;
    bottom: -40px;
  }
}

.film {
  background-image: url(../images/bg-film.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.film-block {
  position: relative;
  border: 20px solid #000;
  border-radius: 20px;
}
.film-block .player {
  position: relative;
  top: 50%;
  left: 50%;
  height: 110% !important;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.film-cover {
  height: 450px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .film-cover {
    height: 477px;
  }
}
.film-title {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.film-info {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 100%;
}
.film-info h3 {
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.film-tag {
  display: inline-block;
  padding: 0.5rem;
  margin-top: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #2079BF;
}

.news-block {
  display: block;
  text-decoration: none;
}
.news-sum {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  position: relative;
}
.footer-logo {
  width: 150px;
  height: auto;
}

.btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 130px;
  right: 40px;
  width: 80px;
  height: 80px;
  border: 1px solid #2079BF;
  border-radius: 46%;
  text-decoration: none;
  color: #2079BF;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn-top {
    top: auto;
    bottom: 40px;
  }
}
.btn-top:hover {
  background-color: #2079BF;
  color: #fff;
}

.btn-menu {
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  width: 40px;
  height: 24px;
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #373737;
  transition: all 0.3s;
}
.btn-menu.active span:first-child {
  transform: translateY(11px) rotate(45deg);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:last-child {
  transform: translateY(-11px) rotate(-45deg);
}

/***** MOD *****/
#views-exposed-form-scene-page-1 .form-item i {
  position: absolute;
  top: 14px;
  left: 10px;
  color: #838383;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 1rem !important;
  font-size: 1.5rem;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background-color: var(--bs-gray-dark) !important;
}

/***** FORM GROUP *****/
.field-group-html-element {
  margin-bottom: 1.5rem;
}

.field-group-toggler {
  padding: 1.5rem;
  background-color: #DDDDDD;
  border-radius: 0.75rem 0.75rem 0 0;
}
.field-group-toggler a {
  text-decoration: none;
}
.field-group-toggler a::after {
  content: "▼";
  display: inline-block;
  font-size: 14px;
  margin-left: 0.75rem;
  transform: translateY(-4px);
  transition: all 0.3s;
}
.field-group-toggler:hover {
  background-color: rgb(198.9, 198.9, 198.9);
  color: #fff;
}

.collapsed .field-group-toggler a::after {
  transform: translateY(-4px) rotate(-90deg);
}

.field-group-wrapper {
  padding: 1.5rem;
  border: 1px solid #DDDDDD;
  border-radius: 0 0 0.75rem 0.75rem;
}

/***** FORM *****/
.field--name-field-apply-date legend {
  font-size: 1rem;
}
.field--name-field-apply-date h4 {
  display: inline-block;
  font-size: 1rem;
}
.field--name-field-apply-date .form-inline {
  display: inline-block;
}

.page-download .views-field-draggableviews {
  display: none;
}

.field--name-field-scene-content .tabledrag-toggle-weight-wrapper {
  display: none;
}
.field--name-field-scene-content .field-multiple-drag {
  display: none;
}
.field--name-field-scene-content .paragraph-top {
  display: none;
}
.field--name-field-scene-content .clearfix em {
  display: none;
}
.field--name-field-scene-content th .paragraphs-actions {
  display: none;
}

:is(.node-apply-form, .node-apply-edit-form) .apply-project .field--name-field-apply-date h4 {
  font-weight: 300;
}
:is(.node-apply-form, .node-apply-edit-form) .apply-project .field--name-field-apply-date #edit-field-apply-date-0-value {
  display: block !important;
  margin-top: 0.25rem;
}
:is(.node-apply-form, .node-apply-edit-form) .apply-project .field--name-field-apply-date #edit-field-apply-date-0-value > div {
  display: block !important;
}

.description {
  margin-top: 0.25rem;
  font-size: 14px;
  font-weight: 300;
}

/***** UNTILITIES *****/
/***** PRINT *****/
@media print {
  .header,
  .footer,
  .print,
  #block-misa-pagetitle {
    display: none;
  }
  .node-apply table {
    font-size: 12px !important;
  }
  .page-break {
    -moz-column-break-before: page;
         break-before: page;
    page-break-before: always;
  }
  .toolbar-loading #block-misa-yeqian,
  .toolbar-loading .admin-toolbar,
  .toolbar-loading .admin-toolbar-control-bar {
    display: none;
  }
}/*# sourceMappingURL=klca.css.map */