@charset "UTF-8";
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +common
 *    +header
 *		=
 *    +content
 *		=
 *    +footer
 *		=
 *-----------------------------------------------------------------------------
 */
@font-face {
  font-family: "fontLight";
  src: local("PingFangTC-thin"), local("Microsoft Jhenghei UI"),
    local("Microsoft Jhenghei");
  font-weight: normal;
}

@font-face {
  font-family: "fontNormal";
  src: local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei"),
    local("PingFangTC-Regular");
  font-weight: normal;
}

@font-face {
  font-family: "fontBold";
  src: local("Microsoft Jhenghei UI Bold"), local("Microsoft Jhenghei Bold"),
    local("PingFangTC-Medium");
  font-weight: normal;
}

@font-face {
  font-family: "fontLight";
  src: local("PingFangTC-thin"), local("Microsoft Jhenghei UI"),
    local("Microsoft Jhenghei");
  font-weight: normal;
}

@font-face {
  font-family: "fontNormal";
  src: local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei"),
    local("PingFangTC-Regular");
  font-weight: normal;
}

@font-face {
  font-family: "fontBold";
  src: local("Microsoft Jhenghei UI Bold"), local("Microsoft Jhenghei Bold"),
    local("PingFangTC-Medium");
  font-weight: normal;
}

/**
 **
 ** =clear,clearfix
 **
 **/
main#topLevel .clear {
  clear: both;
}

main#topLevel .clearfix {
  display: block;
}

main#topLevel .clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

main#topLevel *:focus {
  outline: none;
  box-shadow: none;
}

main#topLevel a {
  text-decoration: none;
}

main#topLevel a:hover {
  text-decoration: none;
}

main#topLevel ul,
main#topLevel ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
}

main#topLevel main,
main#topLevel {
  margin: 0 auto;
  padding: 0;

}

main#topLevel p {
  padding: 0;
  margin: 0;
  width: 100%;
}

main#topLevel h1,
main#topLevel h2,
main#topLevel h3,
main#topLevel h4,
main#topLevel h5,
main#topLevel h6 {
  margin: 0;
}

main#topLevel button {
  border: 0;
}

/**
  **
  ** =IE input
  **
  **/
::-ms-clear,
::-ms-reveal {
  display: none;
}

/**
  **
  ** =Safari input
  **
  **/
main#topLevel input,
main#topLevel textarea {
  -webkit-appearance: none;
}

/* +common
 *----------------------------------------------------------------------------
*/
html,
body {
  word-break: break-all;
  color: #000;
  font-family: "微軟正黑體", "黑體-繁", "微软雅黑", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: #000; 
}

/**
 **
 ** =header
 **
 **
 */
/**
 **
 ** =content
 **
 **
 */
 @media screen and (min-width: 960px) {
main#topLevel {
  width: 2000px;
  height: 13437px;
   margin: 0 auto;
  background-image: url("BG_PC.jpg?t=1750236554570");
 background-repeat: no-repeat;
}
 }

main#topLevel .d-mobile {
  display: block !important;
}
main#topLevel .pc_menu .mac_header {
  background-color: #000000;
}
main#topLevel .pc_menu .mac_header img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
}
main#topLevel .pc_menu .pc_menu_outer {
  background-color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
main#topLevel .pc_menu .pc_menu_outer .pc_menu_li {
  padding: 0px 14px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 19px;
}
/*手機版*/
main#topLevel .phone_menu .mac_header {
  background-color: #000000;
}
main#topLevel .phone_menu .mac_header img {
  width: 100%;
  display: block;
}
main#topLevel .phone_menu .phone_menu_outer {
  background-color: #000000;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  height: 34px;
  overflow-x: scroll;
  position: relative;
}
main#topLevel .phone_menu .phone_menu_in {
  width: 1200px;
  height: 34px;
  text-align: left;
  position: relative;
  z-index: 0;
}
main#topLevel .phone_menu .phone_menu_outer .phone_menu_li {
  padding: 0px 14px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 19px;
}
main#topLevel .phone_menu .phone_menu_outer .bar_right {
  position: absolute;
  right: 0%;
  top: 3%;
  z-index: 2;
  width: 19px;
}
@media screen and (min-width: 960px) {
  main#topLevel .d-mobile {
    display: none !important;
  }
}

main#topLevel .d-pc {
  display: none !important;
}

@media screen and (min-width: 960px) {
  main#topLevel .d-pc {
    display: block !important;
  }
}

main#topLevel article {
  background-color: #fff;
}

main#topLevel .img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

main#topLevel .bn {
  z-index: 2;
}

main#topLevel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

main#topLevel .slick-arrow:focus {
  outline: 0;
  border: 0;
}

main#topLevel .slick-arrow.slick-prev {
  left: 0;
}

main#topLevel .slick-arrow.slick-next {
  right: 0;
}

main#topLevel .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}

main#topLevel .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  font-size: 0;
}

main#topLevel .slick-dots li button {
  width: 20px;
  height: 3px;
  border: 0;
  background-color: #fff;
  opacity: 0.35;
  text-indent: -10000px;
}

main#topLevel .slick-dots li.slick-active button {
  opacity: 0.65;
}

main#topLevel section.sec01 .kv {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

main#topLevel section.sec01 .kv .item {
  display: block;
  float: left;
}

main#topLevel section.sec01 .kv-slider {
  position: relative;
  overflow: hidden;
}

main#topLevel section.sec01 .kv-slider::after {
  content: "";
  display: block;
  clear: both;
}

main#topLevel section.sec01 .full-block .content-block {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 960px) {
  main#topLevel .slick-dots li button {
    width: 43px;
    height: 3px;
    border: 0;
    background-color: #fff;
    opacity: 0.35;
    text-indent: -10000px;
  }
}

main#topLevel .menu {
  display: block;
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #000000;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu {
    display: block;
  }
}

main#topLevel .menu .menu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  padding: 26vw 0 0;
  background-color: #000;
}

main#topLevel .menu .menu-list li {
  max-width: 764px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}

main#topLevel .menu .menu-list li span {
  color: #fff;
  font-size: 18px;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu .menu-list {
    display: flex !important;
    justify-content: center;
    position: relative;
    height: auto;
    padding: 10px 0;
    background-color: #000;
  }
  main#topLevel .menu .menu-list li {
    height: 20px;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    line-height: 20px;
  }
  main#topLevel .menu .menu-list li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

main#topLevel .menu .logo {
  position: relative;
  width: 80%;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu .logo {
    max-width: 1220px;
    margin: 0 auto;
  }
  main#topLevel .pc_hide {
    display: none;
  }
  main#topLevel .div3_banner {
    margin-top: 2% !important;
  }
}
@media screen and (max-width: 959px) {
  main#topLevel {
    width: 100%;
    /*max-width: 2000px;*/
    margin: 0 auto;
    background-image: url("BG_mb.jpg?t=1750236554571");
    background-size: 100% 100%;
    background-repeat:no-repeat;
	  
  }
  main#topLevel .phone_hide {
    display: none;
  }

  main#topLevel .pc_hide .owl-nav button.owl-next,
  main#topLevel .pc_hide .owl-nav button.owl-prev {
    transform: scale(0.7);
  }
  main#topLevel .pc_hide .owl-theme .owl-nav.disabled + .owl-dots {
    transform: scale(0.7);
  }
  main#topLevel .pc_hide .owl-carousel .owl-nav button.owl-prev {
    left: -8px !important;
  }
  main#topLevel .pc_hide .owl-carousel .owl-nav button.owl-next {
    right: -8px !important;
  }
  main#topLevel .div3_banner {
    margin-top: 2% !important;
  }
}
main#topLevel .menu .menu-top {
  position: relative;
  z-index: 999;
}

main#topLevel .menu .menu-top a {
  width: 20%;
}

main#topLevel .menu .menu-top a .on {
  display: block;
}

main#topLevel .menu .menu-top a .off {
  display: none;
}

main#topLevel .menu .menu-top a.on .on {
  display: none;
}

main#topLevel .menu .menu-top a.on .off {
  display: block;
}

main#topLevel section .content-block {
  max-width: 1220px;
  margin: 0 auto;
}

main#topLevel section.ft .kv {
  max-width: 1220px;
  margin: 0 auto;
}

main#topLevel .article-ft {
  background: #000 url("BG_mb.jpg?t=1750236554571") center top no-repeat;
  background-size: 2000px;
  padding-bottom: 60px;
}

/**
 **
 ** =footer
 **
 **
 */
/*# sourceMappingURL=style.css.map */
main#topLevel .mac_wrap {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  text-align: center;
}
main#topLevel .div1 {
  margin-top: 5%;
}
main#topLevel .div2 {
  margin-top: 3%;
}
main#topLevel .div2 .one_div img {
  width: 98%;
  margin: 1% 1%;
}
main#topLevel .two_div img {
  width: 45%;
  max-width: 552px;
  margin: 1% 1%;
}
main#topLevel .div3 {
  margin-top: 0%;
}
main#topLevel .div3 .div3_title {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
main#topLevel .div4 {
  margin-top: 2%;
}
main#topLevel .div5 {
  position: relative;
  width: 100%;
  margin-top: 2%;
}
main#topLevel .div5 .div5_bg {
  position: relative;
  width: 100%;
  z-index: 0;
}
main#topLevel .demos3 {
  position: absolute;
  width: 95%;
  top: 23%;
  left: 2.5%;
  z-index: 2;
}

main#topLevel .div5_mob {
  position: relative;
  width: 100%;
  margin-top: 2%;
}
main#topLevel .div5_mob .div5_bg {
  position: relative;
  width: 100%;
  z-index: 0;
}
main#topLevel .demos4 {
  position: absolute;
  width: 95%;
  top: 18%;
  left: 2.5%;
  z-index: 2;
}
main#topLevel .div6 {
  margin-top: 3%;
  margin-bottom: 3%;
}
main#topLevel .div6 img {
  width: 32.9%;
  display: block;
  float: left;
  margin: 0.2% 0.2%;
}
@media screen and (min-width: 960px) {
  main#topLevel .two_div img {
    width: 97%;
    max-width: 552px;
    margin: 1% 1%;
  }
  main#topLevel .div6 img {
    /*width: 100%;*/
  }
}
main#topLevel a {
  display: initial;
}

.demos3 .owl-dots {
  display: none;
}
