@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Serif+Display:wght@200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  .material-icons {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
  }
}

body {
  font-family: "Noto Serif TC", serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
  font-family: "Noto Serif TC", serif;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: 0;
}

img {
  width: 100%;
  display: block;
}

.pc {
  display: block;
}

.mob {
  display: none;
}

@media (max-width: 1080px) {
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
}

input, button, select, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 0;
  padding: 10px 20px;
  position: relative;
}

.popup {
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popup .popup_content {
  text-align: center;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: 500;
}

.popup .popup_content.popup_img {
  width: 1200px;
  height: 760px;
  padding: 50px;
}

@media (max-width: 1280px) {
  .popup .popup_content.popup_img {
    width: 720px;
    height: 560px;
  }
}

@media (max-width: 800px) {
  .popup .popup_content.popup_img {
    width: calc(100% - 40px);
    height: 50vh;
  }
}

.popup .popup_content.popup_message {
  width: 320px;
  height: 60px;
  line-height: 60px;
}

.popup .popup_content .close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 6px;
  text-align: center;
}

.popup .popup_content .close i {
  font-size: 32px;
  line-height: 40px;
}

.popup .popup_content .close:hover {
  cursor: pointer;
}

.popup.is_acted {
  display: block;
}

.popup_close {
  position: absolute;
  z-index: 200;
  right: 20px;
  top: 20px;
}

.popup_close span {
  color: #fff;
  font-size: 32px;
}

.popup_close:hover {
  cursor: pointer;
}

span.animate {
  margin-right: -4px;
}

span.animate_e {
  margin-right: -4px;
}

#page_navigation {
  text-align: center;
  margin: 80px 0 0;
}

#page_navigation > div {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_navigation > div a {
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_navigation > div a span {
  vertical-align: middle;
}

#page_navigation .page_link {
  width: 36px;
  border-radius: 36px;
  margin: 0 6px;
  border: 1px solid #231815;
}

#page_navigation .page_link.active_page, #page_navigation .page_link:hover {
  background: #231815;
}

#page_navigation .page_link.active_page a, #page_navigation .page_link:hover a {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 800px) {
  .container {
    padding: 0 20px;
  }
}

.topic {
  margin-top: 100px;
  padding: 60px 0;
}

@media (max-width: 800px) {
  .topic {
    margin-top: 86px;
  }
}

@media (max-width: 600px) {
  .topic {
    margin-top: 80px;
  }
}

.topic h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 14px;
  margin-top: -80px;
}

@media (max-width: 800px) {
  .topic h1 {
    font-size: 36px;
    margin-top: -40px;
  }
}

@media (max-width: 600px) {
  .topic h1 {
    font-size: 28px;
    margin-top: -32px;
  }
}

.topic h2 {
  font-size: 120px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: .1;
  letter-spacing: -1px;
  font-weight: 600;
}

@media (max-width: 800px) {
  .topic h2 {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .topic h2 {
    font-size: 48px;
  }
}

h2 {
  font-size: 32px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 600px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 600px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
  letter-spacing: 2px;
}

p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: justify;
  margin-top: 20px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}

@media (max-width: 1200px) {
  header {
    padding: 24px;
  }
}

@media (max-width: 800px) {
  header {
    padding: 16px;
  }
}

header.fixed {
  background: rgba(255, 255, 255, 0.8);
}

header .logo {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 600px) {
  header .logo {
    width: 160px;
  }
}

header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .logo a img {
  width: 200px;
}

header .logo a img.taiwantop {
  width: 80px;
  margin-left: 20px;
}

header .logo:hover {
  opacity: 0.4;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header nav .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  header nav .nav_box {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

header nav .nav_box .nav_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header nav .nav_box .nav_primary li {
  position: relative;
}

header nav .nav_box .nav_primary li a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 3;
  padding: 0 16px;
  color: #000;
}

@media (max-width: 1200px) {
  header nav .nav_box .nav_primary li a {
    letter-spacing: 1px;
    padding: 0 8px;
  }
}

@media (max-width: 960px) {
  header nav .nav_box .nav_primary li a {
    line-height: 4;
  }
}

header nav .nav_box .nav_primary li a span {
  vertical-align: middle;
  margin-top: -4px;
  color: #000;
}

header nav .nav_box .nav_primary li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header nav .nav_box .nav_primary > li + li {
  margin-left: 24px;
}

@media (max-width: 1200px) {
  header nav .nav_box .nav_primary > li + li {
    margin-left: 12px;
  }
}

header nav .nav_box .nav_primary .nav_secondery {
  width: 100%;
  width: auto;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #2D3D8C;
}

header nav .nav_box .nav_primary .nav_secondery li {
  padding: 0;
}

header nav .nav_box .nav_primary .nav_secondery li a {
  width: 100%;
  padding: 0 16px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

header nav .nav_box .nav_primary .nav_secondery li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header nav .nav_box .nav_primary .nav_secondery li:hover:after {
  display: none;
}

header nav .nav_box .nav_primary li:hover .nav_secondery {
  opacity: 1;
  visibility: visible;
}

header nav .nav_box.open {
  display: block;
}

header nav .nav_box.open .nav_primary {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav .nav_box.open .nav_primary li a {
  color: #fff;
  padding: 0 40px;
}

header nav .nav_box.open .nav_primary li a span {
  color: #fff;
}

header nav .nav_box.open .nav_primary > li + li {
  margin-left: 0;
}

header nav .nav_box.open .nav_primary .nav_secondery {
  opacity: 1;
  visibility: visible;
  position: static;
  top: auto;
  background: none;
}

header nav .nav_box.open .nav_primary .nav_secondery li {
  padding: 0 40px;
}

header nav .nav_box.open .nav_primary .nav_secondery li a {
  text-align: left;
}

header nav #menu-toggle {
  background-color: transparent;
  display: none;
}

@media (max-width: 960px) {
  header nav #menu-toggle {
    display: block;
  }
}

header nav #menu-toggle span {
  display: block;
  background: #000;
  width: 32px;
  height: 4px;
  border-radius: 10px;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 640px) {
  header nav #menu-toggle span {
    width: 24px;
    height: 3px;
    margin: 5px 0;
  }
}

header nav #menu-toggle:hover {
  cursor: pointer;
}

header nav #menu-toggle.active span:nth-child(2) {
  background: transparent !important;
}

header nav #menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-220deg);
          transform: rotate(-220deg);
  margin-top: 10px;
}

header nav #menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  margin-top: -20px;
}

@media (max-width: 640px) {
  header nav #menu-toggle.active span:nth-child(3) {
    margin-top: -16px;
  }
}

header nav #menu-toggle.active h6 {
  opacity: 0;
  visibility: hidden;
}

.home header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: transparent;
}

.home header .logo {
  display: none;
}

.home header nav #menu-toggle span {
  background: #fff;
}

.home header nav .nav_box .nav_primary li a {
  color: #fff;
}

.home header nav .nav_box .nav_primary li a span {
  color: #fff;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
}

.home header.fixed nav #menu-toggle span {
  background: #000;
}

.home header.fixed nav .nav_box .nav_primary li a {
  color: #000;
}

.home header.fixed nav .nav_box .nav_primary li a span {
  color: #000;
}

.home header.fixed nav .nav_box .nav_primary .nav_secondery li a {
  color: #fff;
}

footer {
  background: #fff;
  padding: 66px 108px;
}

@media (max-width: 1080px) {
  footer {
    padding: 66px;
  }
}

@media (max-width: 960px) {
  footer {
    padding: 40px;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 20px;
  }
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .content .menu .logo {
  width: 260px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  footer .content .menu .logo {
    width: 180px;
  }
}

footer .content .menu nav {
  margin-top: 40px;
}

footer .content .menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  footer .content .menu nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .content .menu nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px;
}

footer .content .menu nav ul li a {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 960px) {
  footer .content .menu nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  footer .content .menu nav ul li a {
    margin-bottom: 10px;
  }
}

footer .copyright {
  text-align: center;
  color: #B9B9BA;
  margin-top: 40px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.home_kv {
  position: relative;
}

.home_kv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.home_kv .photo {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .home_kv .photo {
    height: auto;
  }
}

.home_kv .home_kv_logo {
  width: 30%;
  height: 0;
  padding-bottom: 16%;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: logo_ani 5s 1s both;
          animation: logo_ani 5s 1s both;
}

@media (max-width: 1080px) {
  .home_kv .home_kv_logo {
    width: 50%;
    height: 0;
    padding-bottom: 26%;
  }
}

.home_news {
  padding: 60px 0;
}

.home_news .news_topic {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: center;
}

.home_news .news_topic span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  opacity: .3;
}

.home_news .swiper {
  margin-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 960px) and (min-width: 800px) {
  .home_news .swiper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home_news .swiper .photo {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}

@media (max-width: 960px) and (min-width: 800px) {
  .home_news .swiper .photo {
    width: 48%;
    height: 0;
    padding-bottom: 30%;
  }
}

.home_news .swiper .info {
  overflow: hidden;
}

@media (max-width: 960px) and (min-width: 800px) {
  .home_news .swiper .info {
    width: 50%;
  }
}

.home_news .swiper .info h4 {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 960px) and (min-width: 800px) {
  .home_news .swiper .info h4 {
    margin-top: 10px;
  }
}

.home_news .swiper .info h3 {
  font-size: 22px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_news .swiper .info p {
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 960px) {
  .home_news .swiper .info p {
    -webkit-line-clamp: 2;
  }
}

.home_news .swiper .info span {
  display: inline-block;
  float: right;
  text-decoration: underline;
}

.home_news .swiper .link {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000;
  padding: 4px 0;
}

@media (max-width: 960px) and (min-width: 800px) {
  .home_news .swiper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: right;
  }
}

.home_news .swiper .link a {
  color: #fff;
}

.home_news .swiper .link a span {
  vertical-align: bottom;
  font-size: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.home_news .swiper .link:hover a span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.home_news .swiper .swiper-button-next:after, .home_news .swiper .swiper-button-prev:after {
  display: none;
}

.home_news .swiper .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_news .swiper .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_news .swiper .swiper-button-next span, .home_news .swiper .swiper-button-prev span {
  color: #fff;
  background: #000;
}

@media (max-width: 1080px) {
  .home_news .swiper .swiper-button-next span, .home_news .swiper .swiper-button-prev span {
    font-size: 30px;
  }
}

.home_news .swiper .swiper-pagination {
  bottom: 0;
}

.home_news .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.home_news .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2D3D8C;
}

.home_aboutus, .home_leark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f5f6;
}

@media (max-width: 960px) {
  .home_aboutus, .home_leark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_aboutus .aboutus_photo, .home_leark .aboutus_photo {
  width: 65%;
}

@media (max-width: 960px) {
  .home_aboutus .aboutus_photo, .home_leark .aboutus_photo {
    width: 80%;
  }
}

.home_aboutus .aboutus_photo img, .home_leark .aboutus_photo img {
  padding: 120px;
}

.home_aboutus .aboutus_info, .home_leark .aboutus_info {
  width: 40%;
  padding: 0 5%;
}

@media (max-width: 960px) {
  .home_aboutus .aboutus_info, .home_leark .aboutus_info {
    width: 90%;
  }
}

.home_aboutus .aboutus_info .aboutus_topic, .home_leark .aboutus_info .aboutus_topic {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: left;
  color: #000;
}

.home_aboutus .aboutus_info .aboutus_topic span, .home_leark .aboutus_info .aboutus_topic span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  color: #fff;
  opacity: .3;
  margin-bottom: 20px;
}

.home_aboutus .aboutus_info .aboutus_content, .home_leark .aboutus_info .aboutus_content {
  margin-top: 60px;
}

.home_aboutus .aboutus_info .aboutus_content p, .home_leark .aboutus_info .aboutus_content p {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
}

.home_aboutus .aboutus_info .aboutus_content .link, .home_leark .aboutus_info .aboutus_content .link {
  width: 280px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000;
  padding: 4px 0;
}

.home_aboutus .aboutus_info .aboutus_content .link a, .home_leark .aboutus_info .aboutus_content .link a {
  color: #fff;
}

.home_aboutus .aboutus_info .aboutus_content .link a span, .home_leark .aboutus_info .aboutus_content .link a span {
  vertical-align: bottom;
  font-size: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.home_aboutus .aboutus_info .aboutus_content .link:hover a span, .home_leark .aboutus_info .aboutus_content .link:hover a span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media (max-width: 960px) {
  .home_leark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .home_leark .aboutus_info {
    width: 45%;
    padding: 0 0 0 5%;
  }
}

@media (max-width: 960px) {
  .home_leark .aboutus_info {
    width: 90%;
  }
}

@media (max-width: 960px) {
  .home_leark .aboutus_photo {
    width: 80%;
  }
}

.home_leark .aboutus_photo img {
  padding: 120px;
}

@media (max-width: 1200px) {
  .home_leark .aboutus_photo img {
    padding: 60px;
  }
}

@media (max-width: 960px) {
  .home_leark .aboutus_photo img {
    padding: 80px 0;
  }
}

.home_aboutus {
  background: #000;
}

.home_aboutus .aboutus_photo img {
  padding: 0;
}

.home_aboutus .aboutus_info .aboutus_topic {
  color: #fff;
}

.home_aboutus .aboutus_info .aboutus_content p {
  color: #fff;
}

.home_contactus {
  padding: 60px 0;
  background: #000;
}

.home_contactus .contactus_topic {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
}

.home_contactus .contactus_topic span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  color: #fff;
  opacity: .3;
}

.home_contactus .contactus_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.home_contactus .contactus_social .item {
  width: 60px;
}

.home_contactus .contactus_social .item + .item {
  margin-left: 40px;
}

.home_events {
  padding: 60px 0;
}

.home_events .events_topic {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: center;
}

.home_events .events_topic span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  opacity: .3;
}

.home_events .swiper {
  margin-top: 40px;
  padding-bottom: 60px;
}

.home_events .swiper .photo {
  width: 100%;
  height: 0;
  padding-bottom: 143%;
  overflow: hidden;
}

.home_events .swiper .info h3 {
  font-size: 24px;
  height: 72px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_events .swiper .info p {
  height: 56px;
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_events .swiper .link {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000;
  color: #fff;
  padding: 4px 0;
}

.home_events .swiper .link span {
  vertical-align: bottom;
  font-size: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.home_events .swiper a:hover .link span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.home_events .swiper .swiper-button-next:after, .home_events .swiper .swiper-button-prev:after {
  display: none;
}

.home_events .swiper .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_events .swiper .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_events .swiper .swiper-button-next span, .home_events .swiper .swiper-button-prev span {
  color: #fff;
  background: #000;
}

@media (max-width: 1080px) {
  .home_events .swiper .swiper-button-next span, .home_events .swiper .swiper-button-prev span {
    font-size: 30px;
  }
}

.home_events .swiper .swiper-pagination {
  bottom: 0;
}

.home_events .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.home_events .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2D3D8C;
}

.home_events2 {
  padding: 60px 0;
}

.home_events2 .events_topic {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 6px;
  text-align: center;
}

.home_events2 .events_topic span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  opacity: .3;
}

.home_events2 .swiper {
  margin-top: 40px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home_events2 .swiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_events2 .swiper .photo {
  width: 42%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.home_events2 .swiper .info {
  width: 50%;
}

.home_events2 .swiper .info h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_events2 .swiper .info p {
  height: 56px;
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home_events2 .swiper .info .link {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000;
  color: #fff;
  padding: 4px 0;
}

.home_events2 .swiper .info .link span {
  vertical-align: bottom;
  font-size: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.home_events2 .swiper a:hover .link span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.home_events2 .swiper .swiper-button-next:after, .home_events2 .swiper .swiper-button-prev:after {
  display: none;
}

.home_events2 .swiper .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_events2 .swiper .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  background: none;
}

.home_events2 .swiper .swiper-button-next span, .home_events2 .swiper .swiper-button-prev span {
  color: #fff;
  background: #000;
}

@media (max-width: 1080px) {
  .home_events2 .swiper .swiper-button-next span, .home_events2 .swiper .swiper-button-prev span {
    font-size: 30px;
  }
}

.home_events2 .swiper .swiper-pagination {
  bottom: 0;
}

.home_events2 .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.home_events2 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2D3D8C;
}

@-webkit-keyframes logo_ani {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  70%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes logo_ani {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  70%, 100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
/*# sourceMappingURL=index.css.map */