@charset "UTF-8";
@import url("https://unpkg.com/boxicons@latest/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap");
body {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 0.95rem !important;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

p {
  font-weight: 400 !important;
}

.form-control,
.custom-select {
  font-weight: 500 !important;
}

.scaleSize {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.scaleSize::before {
  display: block;
  content: "";
}
.scaleSize .scaleSize-item,
.scaleSize img,
.scaleSize iframe,
.scaleSize embed,
.scaleSize object,
.scaleSize video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scaleSize-21by9::before {
  padding-top: 42.857143%;
}

.scaleSize-16by9::before {
  padding-top: 56.25%;
}

.scaleSize-10by6::before {
  padding-top: 60%;
}

.scaleSize-4by3::before {
  padding-top: 75%;
}

.scaleSize-1by1::before {
  padding-top: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

:root {
  scroll-padding-top: 4rem;
}

.headerTopSpace {
  width: 100%;
  height: 135px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .headerTopSpace {
    width: 100%;
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .headerTopSpace {
    height: 80px;
  }
}

.navbar-L1 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
}
.navbar-L1 .navRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 575.98px) {
  .navbar-L1 .navRow .navRow_logo {
    padding-left: 20px;
  }
}
.navbar-L1 .navRow .navRow_logo .navbar-brand {
  display: block;
  background-image: url(../img/logo_c.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 280px;
  height: 90px;
}
@media (max-width: 575.98px) {
  .navbar-L1 .navRow .navRow_logo .navbar-brand {
    width: 260px;
    height: 80px;
  }
}
.navbar-L1 .navRow .navRow_logo .page_name {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #009078;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navbar-L1 .navRow .navRow_logo .page_name:hover {
  color: #045e4f;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.navbar-L1 .navRow .top_nav {
  display: block;
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-L1 .navRow .top_nav {
    display: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.navbar-L1 .navRow .top_nav li {
  display: inline-block;
  padding: 0px 12px;
  border-left: 0.5px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
  position: relative;
}
.navbar-L1 .navRow .top_nav li:first-child {
  border-left: none;
}
.navbar-L1 .navRow .top_nav li a {
  font-size: 17px !important;
  font-weight: 400;
  color: #009078;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.navbar-L1 .navRow .top_nav li a:hover {
  color: #f85616;
}
.navbar-L1 .navRow .nav-burger {
  position: relative;
  width: 80px;
}
@media (min-width: 992px) {
  .navbar-L1 .navRow .nav-burger {
    width: 0px;
  }
}
@media (max-width: 991.98px) {
  .navbar-L1 .navRow .nav-burger {
    width: 70px;
    margin-left: auto;
    margin-right: 30px;
  }
}
.navbar-L1 .navRow .nav-burger .animated-icon1 {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 0.5px solid #009078;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .navbar-L1 .navRow .nav-burger .animated-icon1 {
    display: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.navbar-L1 .navRow .nav-burger .animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 60%;
  border-radius: 9px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #009078;
}
.navbar-L1 .navRow .nav-burger .animated-icon1 span:nth-child(1) {
  top: 12px;
}
.navbar-L1 .navRow .nav-burger .animated-icon1 span:nth-child(2) {
  top: 20px;
  width: 50%;
  left: 12px;
}
.navbar-L1 .navRow .nav-burger .animated-icon1 span:nth-child(3) {
  top: 28px;
  width: 40%;
  left: 16px;
}
.navbar-L1 .navRow .nav-burger .animated-icon1.open span:nth-child(1) {
  top: 20px;
  width: 60%;
  left: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navbar-L1 .navRow .nav-burger .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  width: 60%;
}
.navbar-L1 .navRow .nav-burger .animated-icon1.open span:nth-child(3) {
  top: 20px;
  width: 60%;
  left: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top-nav-collapse.navbar-L1 {
  background: rgba(242, 241, 241, 0.9);
  -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
.top-nav-collapse.navbar-L1::before {
  display: none;
}
.top-nav-collapse.navbar-L1 .navRow .navRow_logo .navbar-brand {
  background-image: url(../img/logo_c.svg);
}
.top-nav-collapse.navbar-L1 .navRow .top_nav li a {
  font-size: 16px !important;
  font-weight: 400;
  color: #3c3c3c;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-nav-collapse.navbar-L1 .navRow .top_nav li a:hover {
  color: #0ac3a4;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-nav-collapse.navbar-L1 .navRow .nav-burger {
  position: relative;
}
.top-nav-collapse.navbar-L1 .navRow .nav-burger .animated-icon1 {
  border: 1px solid #6b6b6b;
}
.top-nav-collapse.navbar-L1 .navRow .nav-burger .animated-icon1 span {
  background: #414040;
}
.top-nav-collapse.navbar-L1 .main-nav li a {
  color: #fff;
}
.top-nav-collapse.navbar-L1 .main-nav li a:hover {
  color: #0ac3a4;
}
.top-nav-collapse.navbar-L1 .main-nav li a:before, .top-nav-collapse.navbar-L1 .main-nav li a:after {
  content: "";
  color: #0ac3a4;
}
.top-nav-collapse.navbar-L1 .main-nav li a:after {
  background: #0ac3a4;
}
.top-nav-collapse.navbar-L1 .main-nav li a:hover:before {
  background: #0ac3a4;
}

@media (min-width: 600px) {
  .navbar-L1.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .navbar-L1.scrolling-navbar {
    padding-top: 8px;
    padding-bottom: 12px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
@media (min-width: 992px) {
  .navbar_over {
    padding-top: 140px !important;
  }
}
.navbar-L1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0), 0 2px 10px 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0), 0 2px 10px 0 rgba(0, 0, 0, 0) !important;
}
.navbar-L1 .main-nav-bg {
  background-color: #00C3A2;
  width: 100%;
}
.navbar-L1 .main-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 1199.98px) {
  .navbar-L1 .main-nav {
    display: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.navbar-L1 .main-nav li {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.navbar-L1 .main-nav li a {
  font-size: 17px !important;
  color: #fff;
  padding: 10px 12px;
  position: relative;
  display: block;
  cursor: pointer;
}
.navbar-L1 .main-nav li a:hover {
  color: #e3e3e3;
}
.navbar-L1 .main-nav li a:before, .navbar-L1 .main-nav li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  margin-top: -0.5px;
  background: #f85616;
}
.navbar-L1 .main-nav li a:before {
  left: -2.5px;
}
.navbar-L1 .main-nav li a:after {
  right: 2.5px;
  background: #f85616;
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-L1 .main-nav li a:hover:before {
  background: #f85616;
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-L1 .main-nav li a:hover:after {
  background: transparent;
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.navbar-L1 .main-nav li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  margin-top: -0.5px;
  background: #f85616;
}

body.navOver {
  overflow: hidden;
}

.navbar_over {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .navbar_over {
    padding-top: 100px;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar_over {
    padding-top: 80px;
    overflow-y: auto;
  }
}
.navbar_over.open {
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: auto;
  background-blend-mode: multiply;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.navbar_over.open .container-index {
  border-top: 1px solid rgba(216, 216, 216, 0.9);
}
.navbar_over li {
  list-style: none;
}
.navbar_over .L1_btn {
  margin-top: 30px;
  padding-left: 30px;
}
@media (max-width: 767.99px) {
  .navbar_over .L1_btn {
    margin-top: 0px;
  }
}
.navbar_over .L1_btn > a {
  font-size: 22px;
  font-weight: 500;
  color: #009078;
  line-height: 40px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar_over .L1_btn > a:hover {
  font-size: 23px;
  color: #077461;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar_over li > ul.L2_list {
  padding-left: 0px;
}
.navbar_over li > ul.L2_list li {
  padding: 6px auto 6px 15px;
  padding-left: 10px;
  padding-right: 15px;
  border-radius: 3px;
}
.navbar_over li > ul.L2_list li a {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  line-height: 10px;
  color: #230909;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar_over li > ul.L2_list li:hover {
  cursor: pointer;
  background-color: #009078;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar_over li > ul.L2_list li:hover a {
  color: #fff;
}
.navbar_over .L3_list.dropdown-menu {
  top: auto !important;
  left: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 15rem;
}
.navbar_over .L3_list.dropdown-menu li a {
  color: #009078 !important;
}
.navbar_over .L3_list.dropdown-menu li:hover {
  cursor: pointer;
  background-color: #009078;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar_over .L3_list.dropdown-menu li:hover a {
  color: #fff !important;
}

.itemList_picW .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList_picW .flex-row [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.itemList_picW .flex-row .itemCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.itemList_picW .itemCard {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .itemList_picW .itemCard {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .itemList_picW .itemCard {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.itemList_picW .itemCard .card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 6px;
}
.itemList_picW .itemCard .card__img i.youtube {
  position: absolute;
  z-index: 100;
  font-size: 3.6rem;
  top: calc(50% - 1.8rem);
  left: calc(50% - 1.8rem);
  color: #f00;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.itemList_picW .itemCard .card__img i.youtube::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 30%;
  left: 30%;
  background-color: #fff;
  z-index: -1;
}
.itemList_picW .itemCard .card__img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66%;
  background-color: #fff;
}
.itemList_picW .itemCard .card__img:hover img {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.itemList_picW .itemCard .card__img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: block;
}
.itemList_picW .itemCard .card__img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  border-radius: 6px;
  vertical-align: middle;
  border-style: none;
  overflow: clip;
  object-fit: cover;
  visibility: inherit;
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.itemList_picW .itemCard .card__body {
  margin: 0;
  padding: 0.85rem 0;
  font-family: "Roboto", "Arial", sans-serif;
  text-align: center;
}
.itemList_picW .itemCard .card__body a {
  text-decoration: none;
}
.itemList_picW .itemCard .card__body--title {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  display: block;
  max-height: 4.4rem;
  display: box;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.itemList_picW .itemCard .card__body--desc {
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.4em;
  font-weight: 400;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.itemList_picW .itemCard .card__body--date {
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.4em;
  font-weight: 400;
  white-space: normal;
}
.itemList_picW .itemCard .card__body--date span {
  margin-left: 15px;
}

.itemList_picH .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList_picH .flex-row [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.itemList_picH .flex-row .itemCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.itemList_picH .itemCard {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.itemList_picH .itemCard:hover .card__img {
  border-radius: 0px;
}
@media (max-width: 767.98px) {
  .itemList_picH .itemCard {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .itemList_picH .itemCard {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.itemList_picH .itemCard .card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 10px;
}
.itemList_picH .itemCard .card__img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 140%;
  background-color: #fff;
}
.itemList_picH .itemCard .card__img:hover img {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
}
.itemList_picH .itemCard .card__img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: block;
}
.itemList_picH .itemCard .card__img a img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  vertical-align: middle;
  border-style: none;
  overflow: clip;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: inherit;
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.itemList_picH .itemCard .card__body {
  margin: 0;
  padding: 0.85rem 0;
  font-family: "Roboto", "Arial", sans-serif;
  text-align: center;
}
.itemList_picH .itemCard .card__body a {
  text-decoration: none;
}
.itemList_picH .itemCard .card__body--title {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  display: block;
  max-height: 4.4rem;
  display: box;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.itemList_picH .itemCard .card__body--desc {
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.4em;
  font-weight: 400;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.itemList_picH .itemCard .card__body--date {
  color: #5e5e5e;
  font-size: 0.85rem;
  line-height: 1.4em;
  font-weight: 400;
  white-space: normal;
}
.itemList_picH .itemCard .card__body--date span {
  margin-left: 15px;
}

a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

@media (min-width: 1400px) {
  .pageItem.cover {
    min-height: 80vh;
  }
}

.onePage.detail {
  padding: 20px 40px 60px 40px;
}
.onePage.detail .detail_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 8px;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  font-weight: 500;
}
.onePage.detail .detail_title_item {
  font-size: 0.85rem;
  color: #777;
  padding-bottom: 20px;
}
.onePage.detail .file_list li a {
  color: #333;
}
.onePage.detail .file_list li a:hover {
  color: #009078;
}
.onePage.detail .file_list li .fileType {
  height: 35px;
  width: auto;
  padding-right: 5px;
  padding-bottom: 3px;
}

.swiper_box {
  position: relative;
}
.swiper_box .swiper_pagesin,
.swiper_box .swiper_pagesin_02,
.swiper_box .swiper_pagesin_03 {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.swiper_box .swiper-slide {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper_box .swiper-slide .link_pic {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
.swiper_box .swiper-slide .link_pic i.youtube {
  position: absolute;
  z-index: 100;
  font-size: 3.6rem;
  top: calc(50% - 1.8rem);
  left: calc(50% - 1.8rem);
  color: #f00;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.swiper_box .swiper-slide .link_pic i.youtube::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 30%;
  left: 30%;
  background-color: #fff;
  z-index: -1;
}
.swiper_box .swiper-slide .link_pic::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.swiper_box .swiper-slide .link_pic:hover::after {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper_box .swiper-slide .link_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper_box .swiper-slide .link_pic .link_name {
  position: absolute;
  padding: 0 20px;
  bottom: 15%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0;
  line-height: 1.4rem;
  max-height: 2.8rem; /* 1.4rem * 2 行 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.swiper_box .swiper-slide .link_pic .link_desc {
  position: absolute;
  padding: 0 10px;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fafafa;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0;
  line-height: 1.4rem;
  max-height: 2.8rem; /* 1.4rem * 2 行 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.swiper_box .swiper-slide .link_pic:hover .link_name {
  bottom: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper_box .swiper-slide .link_pic:hover .link_desc {
  bottom: 25%;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.swiper_box .swiper-slide .link_pic:hover i.youtube {
  top: 25%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper_box .swiper-button-prev, .swiper_box .swiper-button-next {
  position: absolute;
  color: #ccc;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  cursor: pointer;
}
.swiper_box .swiper-button-prev {
  left: -50px;
}
.swiper_box .swiper-button-next {
  right: -50px;
}
.swiper_box .swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper_box .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #999;
  width: 30px;
  height: 8px;
  border-radius: 8px;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1200px) {
  .lightboxjs .ljs-content {
    width: 800px !important;
    min-height: 580px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lightboxjs .ljs-content {
    width: 800px !important;
    min-height: 580px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lightboxjs .ljs-content {
    width: 600px !important;
    height: 580px !important;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .lightboxjs .ljs-content {
    width: 400px !important;
    height: 500px !important;
  }
}
@media (max-width: 374.98px) {
  .lightboxjs .ljs-content {
    width: 300px !important;
    height: 500px !important;
  }
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #00C3A2;
  min-height: 250px !important;
}

.footer .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
  color: #fff;
}
.footer .footer__info--name {
  width: 25%;
  padding-bottom: 15px;
}
.footer .footer__info--name__logo {
  padding-bottom: 5px;
  width: 300px;
}
.footer .footer__info--name__logo img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(1px 1px 4px #fffefc);
          filter: drop-shadow(1px 1px 4px #fffefc);
}
.footer .footer__info--name__tw {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 2px;
}
.footer .footer__info--name__en {
  font-size: xx-small;
  line-height: 2em;
}
.footer .footer__info--line {
  width: 25%;
  padding-left: 7%;
  padding-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer__info--line {
    width: 50%;
    display: inline-block;
  }
}
.footer .footer__info--line__title {
  font-size: 1.2rem;
  font-weight: 400;
}
.footer .footer__info--line__tel {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1em;
}
.footer .footer__info--line span {
  font-size: 2.3rem;
  line-height: 1.3;
}
.footer .footer__info--line span a {
  color: #fff;
  text-decoration: none;
}
.footer .footer__info--line span a:hover {
  color: #fff;
}
.footer .footer__info--contact {
  width: 50%;
  padding-left: 5%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6rem;
  font-size: 1rem;
}
.footer .footer__info--contact__add {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 7px;
}
.footer .footer__info--contact__tel {
  display: inline;
}
.footer .footer__info--contact__fax {
  display: inline;
}
.footer .footer__info--contact__mail {
  display: inline-block;
}
.footer .footer__info--contact__copyright {
  font-size: 1rem;
  font-weight: 300;
}

@media (max-width: 1399.98px) {
  .footer .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer__info--name {
    width: 60%;
  }
  .footer .footer__info--line {
    width: 30%;
    padding-left: 7%;
  }
  .footer .footer__info--contact {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer .footer__info--contact__mail {
    margin-left: 15px;
  }
}
@media (max-width: 900px) {
  .footer .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer__info--name {
    width: 100%;
  }
  .footer .footer__info--line {
    width: 30%;
    padding-left: 0;
  }
  .footer .footer__info--contact {
    width: 70%;
    padding-left: 0%;
    padding-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0);
  }
  .footer .footer__info--contact__fax {
    display: block;
    margin-left: 0px !important;
  }
  .footer .footer__info--contact__mail {
    display: block;
    margin-left: 0px;
  }
  .footer .footer__info--contact__copyright {
    font-size: 15px;
  }
}
/* GoTop */
.btn-top {
  position: fixed;
  bottom: 45px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.btn-top .btn-floating {
  position: relative;
  background-color: #00C3A2 !important;
  border: 1px solid #bdf8ee;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.btn-top .btn-floating i {
  position: absolute;
  color: #FFF !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-top .btn-floating:hover {
  background-color: #d8eddb !important;
  border: 1px solid #00C3A2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-top .btn-floating:hover.btn-floating i {
  color: #00C3A2 !important;
}