@charset "UTF-8";
/*匯入其他字體*/
/*@font-face {
  font-family: ApivitaAsty;
  src: url(../font/ApivitaAsty-Medium.woff);
}*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Secular+One&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  /*	-webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.3;
  letter-spacing: 1.3px;
  /*google思源字體*/
  /*google思源宋體*/
  font-family: "Noto Serif TC";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*img {width:100%;height:auto;}*/
a {
  color: black;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  font-family: "Noto Serif TC";
}

img {
  max-width: 100%;
  height: auto;
}

/*開始css*/
.dark-bg {
  background-color: #000;
}

.light-bg {
  background-color: #fff;
}

.f1f1f1-bg {
  background-color: #f1f1f1;
}

.fz-Sans {
  font-family: Arial;
}

.fz-Secular {
  font-family: "Secular One";
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

.c-ba9960 {
  color: #ba9960;
}

.c-dbbda3 {
  color: #dbbda3;
}

.c-474747 {
  color: #474747;
}

.white-color {
  color: #fff;
}

.px-1 {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.px-2 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.px-3 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.px-5 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.py-2 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.pt-1 {
  padding-top: 0.8em;
}

.pt-2 {
  padding-top: 1.25em;
}

.pt-3 {
  padding-top: 2.5em;
}

.pt-5 {
  padding-top: 4.5em;
}

.pb-1 {
  padding-bottom: 0.8em;
}

.pb-2 {
  padding-bottom: 1.25em;
}

.pb-3 {
  padding-bottom: 2.5em;
}

.pb-5 {
  padding-bottom: 4.5em;
}

.line-h-2 {
  line-height: 2;
}

.line-h-15 {
  line-height: 1.5;
}

.line-h-18 {
  line-height: 1.8;
}

.mx-1 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.mx-2 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.mx-3 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.mt-1 {
  margin-top: 0.8em;
}

.mt-2 {
  margin-top: 1.25em;
}

.mt-3 {
  margin-top: 2.5em;
}

.mb-05 {
  margin-bottom: 0.2em;
}

.mb-1 {
  margin-bottom: 0.8em;
}

.mb-2 {
  margin-bottom: 1.25em;
}

.mb-3 {
  margin-bottom: 2.5em;
}

.fz-14 {
  font-size: 0.875em;
}

.fz-18 {
  font-size: 1.125em;
}

.fz-22 {
  font-size: 1.375em;
}

.fz-24 {
  font-size: 1.5em;
}

.fz-30 {
  font-size: 1.875em;
}

.fz-36 {
  font-size: 2.25em;
}
@media (max-width: 640px) {
  .fz-36 {
    font-size: 1.5em;
  }
}

.fz-36-2 {
  font-size: 2.25em;
}

.text-center {
  text-align: center;
}

.container-big {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container-big {
    width: 90%;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .container {
    width: 90%;
  }
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.wrap {
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  border-bottom: 1px solid #fff;
}

.white-color a {
  color: #fff;
  font-weight: 300;
}

.down-icon {
  letter-spacing: 1.5px;
  display: none;
}
@media (max-width: 1100px) {
  .down-icon {
    display: block;
  }
}

.down-icon i {
  display: none;
}

.down-icon .action {
  display: inline-block;
}

@media (max-width: 1100px) {
  .navber ul {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    background: #000;
    padding: 10px;
  }

  .navber ul li {
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .main-ul {
    display: block;
  }
}

.main-ul > li {
  width: 32%;
}
@media (max-width: 1100px) {
  .main-ul > li {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

.s2-p3-b {
  margin-top: 5em;
}
@media (max-width: 1100px) {
  .s2-p3-b {
    margin-top: 2em;
  }
}

.s2-p2-b {
  margin-top: 4em;
}
@media (max-width: 1100px) {
  .s2-p2-b {
    margin-top: 2em;
  }
}

@media (max-width: 1100px) {
  .s3-flex {
    flex-direction: column;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-w {
  width: 70%;
  margin: 1.25em auto;
}
@media (max-width: 1100px) {
  .video-w {
    width: 100%;
  }
}

.pro-bg {
  background: url("../images/s5_bg.jpg") no-repeat center center;
  background-size: 100%;
  height: 44vw;
}
@media (max-width: 640px) {
  .pro-bg {
    background-image: url("../images/s5_bg-m.jpg");
    height: 125vw;
  }
}

.ez_text {
  padding-top: 20%;
}
@media (max-width: 1100px) {
  .ez_text {
    padding-top: 15%;
  }
}
@media (max-width: 640px) {
  .ez_text {
    padding-top: 12%;
    font-size: 9px;
  }
}

.ez_text * {
  text-shadow: 0.1em 0.1em 0.2em #5a2556;
}

.s7 {
  background-image: url("../images/s7_bg.jpg");
  height: 41vw;
}
.s7 .ez_text * {
  text-shadow: 0.1em 0.1em 0.2em #000;
}
@media (max-width: 640px) {
  .s7 {
    background-image: url("../images/s7_bg-m.jpg");
    height: 140vw;
  }
}

.pcNo-phoneYes {
  display: none;
}
@media (max-width: 1100px) {
  .pcNo-phoneYes {
    display: block;
  }
}

.fixed {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 11%;
}

.fixed a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.fixed a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 75%);
  animation: btnPlay 2s 0s infinite linear;
}
@keyframes btnPlay {
  0% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.s3 .fz-phone {
  font-size: 1.5em;
}

.pcmr-10{
  margin-right: 10px;
}
.pc-m-100{
  margin-left: -100px;
}
@media (max-width: 1100px) {
  .pc-m-100{
    margin-left: 0px;
  }
  .pcmr-10{
  margin-right: 0px;
}
.mon-mb{
  margin-bottom: 0px;
}
.m-mt-33{
  margin-top: -33px;  
}
}