@charset "UTF-8";
/*Globel*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

html,
body {
  font-family: "微軟正黑體", arial;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

:focus-visible {
  outline: invert;
}

.w-65 {
  width: 65% !important;
}

.a-acceky {
  position: absolute;
  top: 0px;
  left: -17px;
  color: #bbb !important;
  font-size: 0.813em !important;
}

.hero {
  padding: 50px 0px;
}

.hero2 {
  padding: 50px 0px 80px 0;
}

.navbar {
  width: 100%;
}

.navbar .navbar-brand {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
}

.navbar .navbar-brand .img-logo {
  width: 40%;
}

.navbar .navbar-brand .navbar-brand-title {
  white-space: nowrap;
  overflow: hidden;
  width: 20%;
  text-indent: -9999px;
}

.navbar .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 135px;
}

.navbar .navbar-collapse .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.navbar .navbar-collapse .top-area .index-nav {
  margin-right: 20px;
  color: #666;
}

.navbar .navbar-collapse .top-area label {
  display: none;
}

.navbar .navbar-collapse .top-area input[type="search"] {
  padding-left: 45px;
  border-color: #f5772a;
}

.navbar .navbar-collapse .top-area .btn {
  position: absolute;
  left: 0;
}

.navbar .navbar-collapse .nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: -25%;
  height: 55px;
  margin-top: 30px;
  background-color: #f5772a;
  border-radius: 27.5px 0 0 27.5px;
}

.navbar .navbar-collapse .nav-item {
  padding: 0 50px;
  font-size: 1.5em;
  font-weight: lighter;
}

.navbar .navbar-collapse .nav-item .nav-link {
  color: #000;
}

.navbar .navbar-collapse .nav-item:first-child {
  padding-left: 30px;
}

.navbar .navbar-collapse .nav-item:not(:last-child) {
  border-right: 1px solid #333;
}

#banner {
  border-top: 20px solid #ccc;
  border-bottom: 20px solid #ccc;
}

#banner .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#banner img {
  width: 100%;
}

.tooltip-area {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 5;
}

.tooltip-area.show-text {
  display: block;
}

.section-title {
  text-align: left;
  margin-bottom: 50px;
  height: 60px;
}

.section-title h2 {
  display: inline-block;
  text-align: center;
  background: url("../img/標題座.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  line-height: 60px;
}

.section-title::before {
  content: "";
  display: block;
  width: 20%;
  height: 8px;
  background-color: #f5772a;
  position: absolute;
  top: 50%;
  left: -23%;
  z-index: -1;
}

.section-title::after {
  content: "";
  display: block;
  width: 105%;
  height: 8px;
  background-color: #f5772a;
  position: absolute;
  top: 50%;
  right: -23%;
  z-index: -1;
}

.section-title2 {
  text-align: left;
  margin-bottom: 50px;
  height: 60px;
}

.section-title2 h2 {
  display: inline-block;
  text-align: center;
  /* background: url('../img/標題座.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
  width: 20%;
  line-height: 60px;
}

.section-title2 h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  background: url("../img/標題座.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

.section-title2::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #f5772a;
  margin-top: 5px;
}

.section-title-page {
  margin-top: 40px;
}

.section-title-page h2 {
  width: 50%;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  text-indent: 12%;
}

.section-title-page h2::after {
  content: "";
  width: 50%;
  height: 70px;
  top: 0;
}

.about-img img {
  width: 100%;
}

.about-intro {
  margin-left: 50px;
  word-break: break-all;
}

.about-intro span {
  font-size: 1.4em;
  letter-spacing: 15px;
  font-weight: lighter;
}

.index-list-area {
  padding: 0 30px;
}

.index-list-area .index-list {
  border-bottom: 2px dotted #000;
  font-weight: lighter;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.index-list-area .index-list .index-list-date {
  font-size: 1.3em;
  display: inline-block;
  margin-right: 30px;
}

.index-list-area .index-list .index-list-label {
  font-size: 1.3em;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 3px;
}

.index-list-area .index-list .index-list-title {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  width: 35%;
  margin-left: 30px;
  font-size: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card .news-img {
  margin-bottom: 20px;
}

.news-card .news-img img {
  max-height: 325px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  position: relative;
}

.news-card figcaption {
  padding: 0 5px;
}

.news-card figcaption h3 {
  margin: 10px 0;
  font-weight: lighter;
}

.news-card figcaption div {
  font-size: 1.1em;
  font-weight: lighter;
}

.news-card figcaption div .news-card-label {
  display: inline-block;
  margin-right: 20px;
}

.news-card figcaption div .news-card-date {
  display: inline-block;
}

.news-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news-inside .label-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
}

.news-inside .label-time .list-label {
  margin-right: 30px;
}

.news-inside .news-inside-img {
  width: 100%;
}

.news-inside .news-inside-intro {
  font-size: 1em;
  letter-spacing: 7px;
}

.news-inside .news-inside-img2 {
  float: right;
  width: 50%;
}

.news-inside .news-inside-intro2 {
  font-size: 1.2em;
  letter-spacing: 10px;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 10px 0;
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-item .page-link {
  color: #000;
  border-color: #f5772a;
}

.pagination .page-item .page-link:hover {
  background-color: #f5772a;
  color: #fff;
}

.pagination .page-item .page-link:active {
  background-color: #f5772a;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item:first-child .page-link {
  background-color: #f5772a;
  color: #fff;
}

.pagination .page-item:last-child .page-link {
  background-color: #f5772a;
  color: #fff;
}

.contact-page .contact-para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
}

.contact-page .contact-para div:first-child {
  background-color: #fac4a2;
  font-size: 1.2em;
  width: 10%;
  text-align: center;
  letter-spacing: 10px;
  margin-right: 30px;
  border-left: 10px solid #f5772a;
}

.contact-page .contact-para div:last-child {
  font-size: 1.2em;
  letter-spacing: 5px;
}

.sitemap-area .site-info-area {
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 40px;
}

.sitemap-area .site-info-area .wcag-explan {
  margin-bottom: 20px;
}

.sitemap-area .site-info-area .sitemap-accesskey {
  padding-left: 20px;
}

#goTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10%;
  bottom: -45px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 8;
  background-color: #f5772a;
  border-radius: 50%;
  font-size: 5em;
  color: #fff;
  border-width: 0;
}

#footer {
  background-color: #f5772a;
}

#footer .footer-img {
  width: 60%;
}

#footer .footer-img img {
  width: 100%;
}

#footer .footer-contact {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer-contact div {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.play-item {
  position: absolute;
  top: 5%;
  right: 10%;
}

.play-item .button.secondary {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 99999;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.play-item .button.secondary i {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.play-item .button:active {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1440px) {
  .w-65 {
    width: 85% !important;
  }
}

@media (max-width: 1024px) {
  .w-65 {
    width: 100% !important;
  }
  .section-title h2,
  .section-title2 h2 {
    background-size: contain;
    padding-left: 30px;
  }
  .section-title:after {
    width: 100%;
  }
  .about-page .about-intro {
    margin-left: 0;
    height: auto;
    overflow: unset;
    white-space: inherit;
    text-overflow: initial;
    display: block;
  }
  .about-page .about-intro span {
    font-size: 1em;
  }
  .section-title-page h2 {
    text-indent: 15%;
  }
  .section-title-page h2::after {
    width: 65%;
  }
  .contact-page .contact-para div:first-child {
    width: 20%;
  }
  .contact-page .contact-para div:last-child {
    font-size: 1.2em;
    letter-spacing: 5px;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    position: relative;
    width: 60%;
  }
  .navbar .navbar-collapse {
    height: auto;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .navbar .navbar-collapse .top-area {
    margin-left: 20px;
  }
  .navbar .navbar-collapse .nav {
    position: relative;
    right: 0;
    background-color: transparent;
    border-radius: 0;
    height: auto;
    z-index: 99999;
  }
  .navbar .navbar-collapse .nav-item {
    margin-left: 20px;
    padding: 0;
  }
  .navbar .navbar-collapse .nav-item:first-child {
    padding: 0;
  }
  .navbar .navbar-collapse .nav-item:not(:last-child) {
    border-right: none;
  }
  .section-title:after {
    width: 95%;
  }
  .section-title h2,
  .section-title2 h2 {
    width: 25%;
  }
  .section-title-page h2 {
    width: 75%;
    text-indent: 20%;
  }
  .section-title-page h2::after {
    width: 57%;
  }
  .about-intro {
    margin-left: 0;
    height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .about-intro span {
    font-size: 1em;
  }
  .about-page .about-intro {
    margin-top: 30px;
  }
  .index-list-area .index-list {
    font-size: 0.8em;
  }
  .news-inside .news-inside-intro {
    font-size: 0.7em;
    letter-spacing: 2px;
  }
  .news-inside .news-inside-intro2 {
    font-size: 0.7em;
    letter-spacing: 5px;
  }
  .contact-page .contact-para div:first-child {
    width: 20%;
  }
  .contact-page .contact-para div:last-child {
    font-size: 1.2em;
    letter-spacing: 5px;
  }
  #footer .footer-img {
    width: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #footer .footer-contact {
    font-size: 0.8em;
  }
}

.owl-nav {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin-top: 0 !important;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 99999;
}

.owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  left: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4) !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 2em;
}

.owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.owl-nav .owl-next {
  width: 50px;
  height: 50px;
  right: -92%;
  background: rgba(0, 0, 0, 0.4) !important;
  border: none;
  color: #fff;
  padding: 0 !important;
  font-size: 2em;
  font: inherit;
}

.owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 480px) {
  .navbar .navbar-brand {
    width: 60%;
  }
  .section-title h2,
  .section-title2 h2 {
    width: 40%;
  }
  .section-title-page h2 {
    width: 100%;
    text-indent: 20%;
  }
  .section-title-page h2::after {
    width: 75%;
  }
  .about-img {
    margin-bottom: 20px;
  }
  .about-page .about-intro span {
    font-size: 1em;
    text-align-last: justify;
    letter-spacing: 7px;
  }
  .index-list-area .index-list .index-list-title {
    margin-left: 0;
    width: 85%;
  }
  .news-inside .news-inside-img2 {
    float: none;
    width: 100%;
  }
  .news-inside .news-inside-intro2 {
    font-size: 0.5em;
    letter-spacing: 2px;
  }
  .contact-page .contact-para div:first-child {
    width: 30%;
  }
  .contact-page .contact-para div:last-child {
    font-size: 1em;
    letter-spacing: 0px;
  }
}

a.sr-only:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  border: #f5772a solid 0.4rem;
  background: #f5772a;
  color: #000000;
  font-weight: 400;
}
/*# sourceMappingURL=style.css.map */

.page-item.active .page-link {
  background-color: #f5772a;
}