:root {
  --header-height: 80px;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
}

#page-wrapper {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  font-family: "Noto Sans TC";
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #page-wrapper {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #page-wrapper {
    font-size: 3.6vw;
  }
}
#page-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

#nav_ck {
  display: none;
}
#nav_ck:checked ~ #page-header label i:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#nav_ck:checked ~ #page-header label i:nth-of-type(2) {
  opacity: 0;
}
#nav_ck:checked ~ #page-header label i:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#nav_ck:checked ~ #page-nav {
  opacity: 0.9;
  pointer-events: auto;
}

#page-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2em;
  height: var(--header-height);
  background: rgba(0, 0, 0, 0);
  z-index: 998;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 768px) {
  #page-header {
    z-index: 999;
  }
}
#page-header.act {
  position: fixed;
  background: rgb(0, 0, 0);
}
#page-header #logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 12em;
  margin-right: 5vw;
}
@media screen and (max-width: 768px) {
  #page-header #logo {
    width: 50%;
    margin-right: 0;
  }
}
#page-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #page-header ul {
    display: none;
  }
}
#page-header ul li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  margin: 0 1.5vw;
  font-size: 1em;
}
#page-header ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#page-header ul li a:hover {
  color: #edc547;
}
#page-header ul li span {
  display: block;
}

#page-main {
  overflow: hidden;
}
#page-main #page-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-main #page-kv {
    width: 170%;
    margin-left: -65%;
    padding-bottom: 20%;
  }
}
#page-main #page-kv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgb(0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 30%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page-main #page-kv:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%);
  }
}
#page-main #page-kv .kv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28%;
  height: auto;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #page-main #page-kv .kv-img {
    top: 50%;
    left: 50%;
    width: 28%;
    height: auto;
    -webkit-transform: translate(15%, 90%);
            transform: translate(15%, 90%);
  }
}
#page-main #page-kv video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-main #page-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #page-main #page-content {
    width: 100%;
  }
}
#page-main #page-content section {
  position: relative;
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(var(--header-height) * 1.5) 0;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section {
    width: 100%;
    padding: calc(var(--header-height) * 0.5) 0;
  }
}
#page-main #page-content section .bg-img {
  position: absolute;
  opacity: 1;
  pointer-events: none;
}
#page-main #page-content section .container {
  position: relative;
  z-index: 5;
}
#page-main #page-content section .title {
  width: 100%;
  margin: 0 auto 5em auto;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .title {
    margin: 0 auto 3em auto;
  }
}
#page-main #page-content section .title.sp {
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .title.sp {
    margin: 0 auto 1.5em auto;
  }
}
#page-main #page-content section .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .flex-box {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page-main #page-content section .flex-box.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-main #page-content section .flex-box .row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-main #page-content section .flex-box .row p {
  text-align: center;
  margin: 1em auto 0 auto;
}
#page-main #page-content section .text-box {
  display: block;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .text-box {
    margin: 1.5em auto;
  }
}
#page-main #page-content section .text-box p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .text-box p {
    font-size: 0.8em;
  }
}
#page-main #page-content section .img-box {
  display: block;
  margin: 0 auto;
}
#page-main #page-content section .img-box img {
  display: block;
  width: 100%;
}
#page-main #page-content section .list-box {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: minmax(auto, 420px) 2em minmax(auto, 420px);
  grid-template-columns: repeat(2, minmax(auto, 420px));
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .list-box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-main #page-content section .list-box .list-item {
  width: 100%;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .list-box .list-item {
    width: 70%;
    max-width: auto;
  }
}
#page-main #page-content section .list-box .list-item:hover .list-text .list-btn {
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffca1e), to(#fae8b0));
  background: linear-gradient(to top, #ffca1e 10%, #fae8b0 100%);
}
#page-main #page-content section .list-box .list-item .list-text {
  padding: 1em;
}
#page-main #page-content section .list-box .list-item .list-text h6 {
  width: 100%;
  font-size: 1em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0.5em 0;
}
#page-main #page-content section .list-box .list-item .list-text p {
  width: 100%;
  font-size: 0.7em;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 1.5em 0;
}
#page-main #page-content section .list-box .list-item .list-text .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 10em;
  padding: 0.5em;
  font-size: 0.7em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #9d7906), to(#cfab39));
  background: linear-gradient(to top, #9d7906 10%, #cfab39 100%);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .list-box .list-item .list-text .list-btn {
    padding: 0.3em;
  }
}
#page-main #page-content section .video-box {
  position: relative;
  display: block;
  margin: 0 auto;
}
#page-main #page-content section .video-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#page-main #page-content section .video-box iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-main #page-content section .before-after-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#page-main #page-content section .before-after-slider .before-img span, #page-main #page-content section .before-after-slider .after-img span {
  position: absolute;
  top: 1.8em;
  font-size: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .before-after-slider .before-img span, #page-main #page-content section .before-after-slider .after-img span {
    font-size: 0.8em;
  }
}
#page-main #page-content section .before-after-slider .before-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#page-main #page-content section .before-after-slider .before-img span {
  right: 1.8em;
}
#page-main #page-content section .before-after-slider .after-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url("../images/img_4_2.png");
  background-size: cover;
  background-position: left center;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
#page-main #page-content section .before-after-slider .after-img span {
  left: 1.8em;
}
#page-main #page-content section .before-after-slider .slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
#page-main #page-content section .before-after-slider .slider-handle:before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/slider-handle.png") no-repeat center/contain;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section .before-after-slider .slider-handle:before {
    width: 50px;
    height: 50px;
  }
}
#page-main #page-content section#sec-2 .flex-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-2 .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#page-main #page-content section#sec-2 .flex-box .row:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
#page-main #page-content section#sec-4 .bg-img {
  width: 130%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-25%, 20%);
          transform: translate(-25%, 20%);
}
#page-main #page-content section#sec-4 .before-after-slider {
  margin-bottom: 5em;
}
#page-main #page-content section#sec-5 .bg-img {
  width: 130%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
#page-main #page-content section#sec-6 .img-box {
  width: 59%;
}
#page-main #page-content section#sec-8 {
  width: 80%;
  max-width: 1920px;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-8 {
    width: 100%;
  }
}
#page-main #page-content section#sec-8 .bg-img {
  width: 175%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
#page-main #page-content section#sec-8 .title {
  width: 62.5%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-8 .title {
    width: 100%;
  }
}
#page-main #page-content section#sec-8 #swiper {
  position: relative;
}
#page-main #page-content section#sec-8 .swiper {
  display: block;
  width: 100%;
}
#page-main #page-content section#sec-8 .swiper-button-next, #page-main #page-content section#sec-8 .swiper-button-prev {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-8 .swiper-button-next, #page-main #page-content section#sec-8 .swiper-button-prev {
    display: none;
  }
}
#page-main #page-content section#sec-8 .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-200%, -150%);
          transform: translate(-200%, -150%);
}
#page-main #page-content section#sec-8 .swiper-button-next {
  right: 0;
  -webkit-transform: translate(200%, -150%);
          transform: translate(200%, -150%);
}
#page-main #page-content section#sec-8 .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-8 .swiper-pagination {
    margin-top: 2em;
  }
}
#page-main #page-content section#sec-8 .swiper-pagination-bullet {
  background: #fff;
}
#page-main #page-content section#sec-8 .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 12em;
  padding: 0.5em;
  font-size: 0.9em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #9d7906), to(#cfab39));
  background: linear-gradient(to top, #9d7906 10%, #cfab39 100%);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  margin: 3em auto 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #page-main #page-content section#sec-8 .link-btn {
    padding: 0.3em;
  }
}
#page-main #page-content section#sec-8 .link-btn:hover {
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffca1e), to(#fae8b0));
  background: linear-gradient(to top, #ffca1e 10%, #fae8b0 100%);
}