@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.pageSection .container .mainBox .boxLeft .download, .acSection .container .mainBox .boxLeft .download, .section1 .container .mainBox .boxLeft .download {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  position: relative;
  background-size: contain;
  background: #3d331a;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Microsoft JhengHei";
  color: #fff;
}

.footerbox {
  max-width: 1200px;
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.footerbox_logo {
  display: flex;
  justify-content: center;
}

a.logo_digeam {
  background: url(../../img/footer/logo_digeam.png) center center no-repeat;
  width: 168px;
  height: 40px;
  pointer-events: none;
}

a.logo_rw {
  background: url(../../img/footer/wmlogo.png) center center no-repeat;
  width: 216px;
  height: 38px;
  margin-left: 20px;
  pointer-events: none;
}

.spec {
  line-height: 1.2rem;
  margin-left: 20px;
}
.spec a {
  color: #ffe2a0;
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.spec a:hover {
  color: #fff;
}

.classlavel {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.classlavel img {
  width: 70px;
  height: 70px;
}
.classlavel ul {
  padding-left: 10px;
  list-style-type: none;
}
.classlavel ul li {
  line-height: 1rem;
}
.classlavel ul li:nth-child(4) {
  color: #ffe2a0;
}

/* ========== footer ========== */
@media all and (max-width: 1024px) {
  .footer {
    align-items: center;
  }
  .footerbox {
    max-width: 90%;
    font-size: 12px;
    line-height: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerbox_logo {
    width: 100%;
    align-items: center;
  }
  .spec {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .spec,
  .classlavel {
    margin: 20px 0;
  }
  a.logo_rw,
  .classlavel {
    margin: 10px auto;
  }
  .footerbox_logo {
    flex-direction: column;
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #5f5f5f;
  height: 100%;
  font-family: "微軟正黑", "Noto Serif TC", serif;
  font-size: 100%;
  color: #fff;
  position: relative;
}

.wrap {
  width: 100%;
  overflow: hidden;
  min-width: 1920px;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  padding: 0;
}

header {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  font-family: "微軟正黑";
}
header a {
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
}
header nav {
  margin: 0 auto;
}
header nav ul {
  text-align: center;
  display: flex;
  align-items: center;
}
header nav ul .menu1,
header nav ul .menu2,
header nav ul .menu3,
header nav ul .menu4,
header nav ul .menu5,
header nav ul .menu6,
header nav ul .menu7 {
  position: relative;
  display: inline-block;
}
header nav ul .menu1:hover .sub1, header nav ul .menu1:hover .sub3, header nav ul .menu1:hover .sub4, header nav ul .menu1:hover .sub5, header nav ul .menu1:hover .sub6,
header nav ul .menu2:hover .sub1,
header nav ul .menu2:hover .sub3,
header nav ul .menu2:hover .sub4,
header nav ul .menu2:hover .sub5,
header nav ul .menu2:hover .sub6,
header nav ul .menu3:hover .sub1,
header nav ul .menu3:hover .sub3,
header nav ul .menu3:hover .sub4,
header nav ul .menu3:hover .sub5,
header nav ul .menu3:hover .sub6,
header nav ul .menu4:hover .sub1,
header nav ul .menu4:hover .sub3,
header nav ul .menu4:hover .sub4,
header nav ul .menu4:hover .sub5,
header nav ul .menu4:hover .sub6,
header nav ul .menu5:hover .sub1,
header nav ul .menu5:hover .sub3,
header nav ul .menu5:hover .sub4,
header nav ul .menu5:hover .sub5,
header nav ul .menu5:hover .sub6,
header nav ul .menu6:hover .sub1,
header nav ul .menu6:hover .sub3,
header nav ul .menu6:hover .sub4,
header nav ul .menu6:hover .sub5,
header nav ul .menu6:hover .sub6,
header nav ul .menu7:hover .sub1,
header nav ul .menu7:hover .sub3,
header nav ul .menu7:hover .sub4,
header nav ul .menu7:hover .sub5,
header nav ul .menu7:hover .sub6 {
  display: block;
}
header nav ul .menu1 .menu1Btn,
header nav ul .menu1 .menu2Btn,
header nav ul .menu1 .menu3Btn,
header nav ul .menu1 .menu4Btn,
header nav ul .menu1 .menu5Btn,
header nav ul .menu1 .menu6Btn,
header nav ul .menu1 .menu7Btn,
header nav ul .menu2 .menu1Btn,
header nav ul .menu2 .menu2Btn,
header nav ul .menu2 .menu3Btn,
header nav ul .menu2 .menu4Btn,
header nav ul .menu2 .menu5Btn,
header nav ul .menu2 .menu6Btn,
header nav ul .menu2 .menu7Btn,
header nav ul .menu3 .menu1Btn,
header nav ul .menu3 .menu2Btn,
header nav ul .menu3 .menu3Btn,
header nav ul .menu3 .menu4Btn,
header nav ul .menu3 .menu5Btn,
header nav ul .menu3 .menu6Btn,
header nav ul .menu3 .menu7Btn,
header nav ul .menu4 .menu1Btn,
header nav ul .menu4 .menu2Btn,
header nav ul .menu4 .menu3Btn,
header nav ul .menu4 .menu4Btn,
header nav ul .menu4 .menu5Btn,
header nav ul .menu4 .menu6Btn,
header nav ul .menu4 .menu7Btn,
header nav ul .menu5 .menu1Btn,
header nav ul .menu5 .menu2Btn,
header nav ul .menu5 .menu3Btn,
header nav ul .menu5 .menu4Btn,
header nav ul .menu5 .menu5Btn,
header nav ul .menu5 .menu6Btn,
header nav ul .menu5 .menu7Btn,
header nav ul .menu6 .menu1Btn,
header nav ul .menu6 .menu2Btn,
header nav ul .menu6 .menu3Btn,
header nav ul .menu6 .menu4Btn,
header nav ul .menu6 .menu5Btn,
header nav ul .menu6 .menu6Btn,
header nav ul .menu6 .menu7Btn,
header nav ul .menu7 .menu1Btn,
header nav ul .menu7 .menu2Btn,
header nav ul .menu7 .menu3Btn,
header nav ul .menu7 .menu4Btn,
header nav ul .menu7 .menu5Btn,
header nav ul .menu7 .menu6Btn,
header nav ul .menu7 .menu7Btn {
  background-color: none;
  color: white;
  padding: 42px 0;
  border: none;
  cursor: pointer;
  width: 160px;
  font-size: 22.5px;
}
header nav ul .menu1 .menu1Btn:hover,
header nav ul .menu1 .menu2Btn:hover,
header nav ul .menu1 .menu3Btn:hover,
header nav ul .menu1 .menu4Btn:hover,
header nav ul .menu1 .menu5Btn:hover,
header nav ul .menu1 .menu6Btn:hover,
header nav ul .menu1 .menu7Btn:hover,
header nav ul .menu2 .menu1Btn:hover,
header nav ul .menu2 .menu2Btn:hover,
header nav ul .menu2 .menu3Btn:hover,
header nav ul .menu2 .menu4Btn:hover,
header nav ul .menu2 .menu5Btn:hover,
header nav ul .menu2 .menu6Btn:hover,
header nav ul .menu2 .menu7Btn:hover,
header nav ul .menu3 .menu1Btn:hover,
header nav ul .menu3 .menu2Btn:hover,
header nav ul .menu3 .menu3Btn:hover,
header nav ul .menu3 .menu4Btn:hover,
header nav ul .menu3 .menu5Btn:hover,
header nav ul .menu3 .menu6Btn:hover,
header nav ul .menu3 .menu7Btn:hover,
header nav ul .menu4 .menu1Btn:hover,
header nav ul .menu4 .menu2Btn:hover,
header nav ul .menu4 .menu3Btn:hover,
header nav ul .menu4 .menu4Btn:hover,
header nav ul .menu4 .menu5Btn:hover,
header nav ul .menu4 .menu6Btn:hover,
header nav ul .menu4 .menu7Btn:hover,
header nav ul .menu5 .menu1Btn:hover,
header nav ul .menu5 .menu2Btn:hover,
header nav ul .menu5 .menu3Btn:hover,
header nav ul .menu5 .menu4Btn:hover,
header nav ul .menu5 .menu5Btn:hover,
header nav ul .menu5 .menu6Btn:hover,
header nav ul .menu5 .menu7Btn:hover,
header nav ul .menu6 .menu1Btn:hover,
header nav ul .menu6 .menu2Btn:hover,
header nav ul .menu6 .menu3Btn:hover,
header nav ul .menu6 .menu4Btn:hover,
header nav ul .menu6 .menu5Btn:hover,
header nav ul .menu6 .menu6Btn:hover,
header nav ul .menu6 .menu7Btn:hover,
header nav ul .menu7 .menu1Btn:hover,
header nav ul .menu7 .menu2Btn:hover,
header nav ul .menu7 .menu3Btn:hover,
header nav ul .menu7 .menu4Btn:hover,
header nav ul .menu7 .menu5Btn:hover,
header nav ul .menu7 .menu6Btn:hover,
header nav ul .menu7 .menu7Btn:hover {
  background-color: rgba(122, 29, 27, 0.5);
}
header nav ul .menu1 .sub1,
header nav ul .menu1 .sub3,
header nav ul .menu1 .sub4,
header nav ul .menu1 .sub5,
header nav ul .menu1 .sub6,
header nav ul .menu2 .sub1,
header nav ul .menu2 .sub3,
header nav ul .menu2 .sub4,
header nav ul .menu2 .sub5,
header nav ul .menu2 .sub6,
header nav ul .menu3 .sub1,
header nav ul .menu3 .sub3,
header nav ul .menu3 .sub4,
header nav ul .menu3 .sub5,
header nav ul .menu3 .sub6,
header nav ul .menu4 .sub1,
header nav ul .menu4 .sub3,
header nav ul .menu4 .sub4,
header nav ul .menu4 .sub5,
header nav ul .menu4 .sub6,
header nav ul .menu5 .sub1,
header nav ul .menu5 .sub3,
header nav ul .menu5 .sub4,
header nav ul .menu5 .sub5,
header nav ul .menu5 .sub6,
header nav ul .menu6 .sub1,
header nav ul .menu6 .sub3,
header nav ul .menu6 .sub4,
header nav ul .menu6 .sub5,
header nav ul .menu6 .sub6,
header nav ul .menu7 .sub1,
header nav ul .menu7 .sub3,
header nav ul .menu7 .sub4,
header nav ul .menu7 .sub5,
header nav ul .menu7 .sub6 {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
header nav ul .menu1 .sub1 li,
header nav ul .menu1 .sub3 li,
header nav ul .menu1 .sub4 li,
header nav ul .menu1 .sub5 li,
header nav ul .menu1 .sub6 li,
header nav ul .menu2 .sub1 li,
header nav ul .menu2 .sub3 li,
header nav ul .menu2 .sub4 li,
header nav ul .menu2 .sub5 li,
header nav ul .menu2 .sub6 li,
header nav ul .menu3 .sub1 li,
header nav ul .menu3 .sub3 li,
header nav ul .menu3 .sub4 li,
header nav ul .menu3 .sub5 li,
header nav ul .menu3 .sub6 li,
header nav ul .menu4 .sub1 li,
header nav ul .menu4 .sub3 li,
header nav ul .menu4 .sub4 li,
header nav ul .menu4 .sub5 li,
header nav ul .menu4 .sub6 li,
header nav ul .menu5 .sub1 li,
header nav ul .menu5 .sub3 li,
header nav ul .menu5 .sub4 li,
header nav ul .menu5 .sub5 li,
header nav ul .menu5 .sub6 li,
header nav ul .menu6 .sub1 li,
header nav ul .menu6 .sub3 li,
header nav ul .menu6 .sub4 li,
header nav ul .menu6 .sub5 li,
header nav ul .menu6 .sub6 li,
header nav ul .menu7 .sub1 li,
header nav ul .menu7 .sub3 li,
header nav ul .menu7 .sub4 li,
header nav ul .menu7 .sub5 li,
header nav ul .menu7 .sub6 li {
  list-style-type: none;
}
header nav ul .menu1 .sub1 a,
header nav ul .menu1 .sub3 a,
header nav ul .menu1 .sub4 a,
header nav ul .menu1 .sub5 a,
header nav ul .menu1 .sub6 a,
header nav ul .menu2 .sub1 a,
header nav ul .menu2 .sub3 a,
header nav ul .menu2 .sub4 a,
header nav ul .menu2 .sub5 a,
header nav ul .menu2 .sub6 a,
header nav ul .menu3 .sub1 a,
header nav ul .menu3 .sub3 a,
header nav ul .menu3 .sub4 a,
header nav ul .menu3 .sub5 a,
header nav ul .menu3 .sub6 a,
header nav ul .menu4 .sub1 a,
header nav ul .menu4 .sub3 a,
header nav ul .menu4 .sub4 a,
header nav ul .menu4 .sub5 a,
header nav ul .menu4 .sub6 a,
header nav ul .menu5 .sub1 a,
header nav ul .menu5 .sub3 a,
header nav ul .menu5 .sub4 a,
header nav ul .menu5 .sub5 a,
header nav ul .menu5 .sub6 a,
header nav ul .menu6 .sub1 a,
header nav ul .menu6 .sub3 a,
header nav ul .menu6 .sub4 a,
header nav ul .menu6 .sub5 a,
header nav ul .menu6 .sub6 a,
header nav ul .menu7 .sub1 a,
header nav ul .menu7 .sub3 a,
header nav ul .menu7 .sub4 a,
header nav ul .menu7 .sub5 a,
header nav ul .menu7 .sub6 a {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 20px;
  padding: 30px 0;
}
header nav ul .menu1 .sub1 a:hover,
header nav ul .menu1 .sub3 a:hover,
header nav ul .menu1 .sub4 a:hover,
header nav ul .menu1 .sub5 a:hover,
header nav ul .menu1 .sub6 a:hover,
header nav ul .menu2 .sub1 a:hover,
header nav ul .menu2 .sub3 a:hover,
header nav ul .menu2 .sub4 a:hover,
header nav ul .menu2 .sub5 a:hover,
header nav ul .menu2 .sub6 a:hover,
header nav ul .menu3 .sub1 a:hover,
header nav ul .menu3 .sub3 a:hover,
header nav ul .menu3 .sub4 a:hover,
header nav ul .menu3 .sub5 a:hover,
header nav ul .menu3 .sub6 a:hover,
header nav ul .menu4 .sub1 a:hover,
header nav ul .menu4 .sub3 a:hover,
header nav ul .menu4 .sub4 a:hover,
header nav ul .menu4 .sub5 a:hover,
header nav ul .menu4 .sub6 a:hover,
header nav ul .menu5 .sub1 a:hover,
header nav ul .menu5 .sub3 a:hover,
header nav ul .menu5 .sub4 a:hover,
header nav ul .menu5 .sub5 a:hover,
header nav ul .menu5 .sub6 a:hover,
header nav ul .menu6 .sub1 a:hover,
header nav ul .menu6 .sub3 a:hover,
header nav ul .menu6 .sub4 a:hover,
header nav ul .menu6 .sub5 a:hover,
header nav ul .menu6 .sub6 a:hover,
header nav ul .menu7 .sub1 a:hover,
header nav ul .menu7 .sub3 a:hover,
header nav ul .menu7 .sub4 a:hover,
header nav ul .menu7 .sub5 a:hover,
header nav ul .menu7 .sub6 a:hover {
  color: #ff5e5a;
}
header .iconBox {
  list-style-type: none;
  display: flex;
  margin: 0 42px 0 0;
}
header .iconBox li {
  margin: 0 28px 0 0;
}

.section1 {
  background-image: url(/img/neiye.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section1 .container {
  height: 100%;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section1 .container .mainBox {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  width: 100%;
  height: 410px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section1 .container .mainBox .boxLeft {
  width: 280px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "微軟正黑";
}
.section1 .container .mainBox .boxLeft .download {
  background-image: url("/img/buttonDownload.jpg");
  width: 245px;
  height: 82px;
  display: block;
  margin-bottom: 9px;
}
.section1 .container .mainBox .boxLeft .download:hover {
  background-image: url("/img/buttonDownloadHover.jpg");
}
.section1 .container .mainBox .boxLeft .register,
.section1 .container .mainBox .boxLeft .addValue {
  display: block;
  width: 243px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.section1 .container .mainBox .boxLeft .register img,
.section1 .container .mainBox .boxLeft .addValue img {
  margin: 0 8px 0 0;
}
.section1 .container .mainBox .boxLeft .register:hover,
.section1 .container .mainBox .boxLeft .addValue:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.section1 .container .mainBox .boxLeft .boxLeftBtn2 {
  width: 243px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .OTP,
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .customerService {
  display: block;
  width: 118px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .OTP img,
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .customerService img {
  margin: 0 0 8px 0;
}
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .OTP:hover,
.section1 .container .mainBox .boxLeft .boxLeftBtn2 .customerService:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.section1 .container .mainBox .boxRight {
  width: 1070px;
  height: 380px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 23px 0 0;
}
.section1 .container .mainBox .boxRight .swiper-container {
	width: 530px;
	height: 350px;
	background-color: rgba(255, 255, 255, 0.5);
}
.section1 .container .mainBox .boxRight .swiper-slide {
	height: 350px;
	position: relative;
}
.section1 .container .mainBox .boxRight .swiper-slide .slideshow {
	width: 530px;
	height: 350px;
	object-fit: cover;
}
.section1 .container .mainBox .boxRight .swiper-pagination {
	top: 300px;
	position: absolute;
	left: 202px;
}
.section1 .container .mainBox .boxRight .swiper-pagination-bullet {
	border-radius: 0px;
	background: #fff;
}
.section1 .container .mainBox .boxRight .swiper-button-prev,
.section1 .container .mainBox .boxRight .swiper-button-next {
	color: #fff;
	width: 40px;
	height: 40px;
}
.section1 .container .mainBox .boxRight .swiper-button-prev:after,
.section1 .container .mainBox .boxRight .swiper-button-next:after {
	font-size: 24px;
}
.section1 .container .mainBox .boxRight .news {
  width: 495px;
  height: 350px;
  background-color: #000;
  border: 1px solid #ab995d;
  font-family: "微軟正黑", sans-serif;
  padding: 20px;
}
.section1 .container .mainBox .boxRight .news .yellow {
  border-bottom: 1px solid #ab995d;
  display: block;
  position: absolute;
  top: 70px;
  width: 458px;
}
.section1 .container .mainBox .boxRight .news .newsUp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section1 .container .mainBox .boxRight .news .newsUp .newsBtn {
  width: 80px;
  background: none;
  height: 35px;
  padding-top: 6px;
  font-size: 18px;
  color: #ab995d;
  border: 1px solid #ab995d;
}
.section1 .container .mainBox .boxRight .news .newsUp .newsBtn:hover, .section1 .container .mainBox .boxRight .news .newsUp .newsBtn.active {
  color: #291500;
  background-image: linear-gradient(to bottom, #fff29c, #ffa11c);
}
.section1 .container .mainBox .boxRight .news .newsUp .activity,
.section1 .container .mainBox .boxRight .news .newsUp .systemBox {
  font-weight: 700;
}
.section1 .container .mainBox .boxRight .news .newsUp .btnMore {
  color: #ab995d;
}
.section1 .container .mainBox .boxRight .news .newsUp .btnMore:hover {
  color: #fff;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox {
  padding: 20px 0 15px 36px;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUl {
  margin: 0;
  list-style-type: "▶";
  line-height: 37px;
  letter-spacing: 0.5px;
  font-weight: 550;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUl .newsTextBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUl .newsTextBox:hover {
  color: #ab995d;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUl .newsTextBox .newsTitle {
  font-size: 17px;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUl .newsTextBox .newsTime {
  font-size: 12px;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUlTop {
  list-style-type: "TOP";
  font-style: italic;
  color: #ffa11c;
}
.section1 .container .mainBox .boxRight .news .newsContainer .newsBox .newsTextUlNew {
  list-style-type: "NEW";
  font-style: italic;
  color: #ffa11c;
}

.section2 {
  background-image: url(/img/section2Bg.jpg);
  width: 100%;
  height: 950px;
}
.section2 .section2TitleBox {
  display: flex;
}
.section2 .section2TitleBox .section2Title {
  margin: 162px auto 49px;
  display: block;
}
.section2 .section2TextBox {
  position: relative;
  width: 1164px;
  height: 507px;
  margin: 0 auto;
  display: flex;
}
.section2 .section2TextBox .textBtnBox {
  width: 56px;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC";
  padding: 1px 0 0 0;
  z-index: 1;
}
.section2 .section2TextBox .textBtnBox .textBtn {
  color: #a05420;
  width: 56px;
  height: 118px;
  font-size: 28px;
  font-weight: 650;
  background-color: rgba(75, 27, 21, 0.5);
  border-top: 1px solid #a05420;
  border-left: 1.5px solid #a05420;
  border-bottom: 1px solid #a05420;
  border-right: 1.5px solid #a05420;
}
.section2 .section2TextBox .textBtnBox .textBtn:hover, .section2 .section2TextBox .textBtnBox .textBtn.active {
  color: #fff;
  background-color: rgba(134, 15, 0, 0.8);
  text-shadow: 0em 0em 0.3em #fff;
}
.section2 .section2TextBox .textContainer {
  background-image: url(/img/section2TextBg.png);
  width: 1100px;
  height: 501px;
}
.section2 .section2TextBox .textContainer .up {
  width: 1100px;
  height: 501px;
  display: flex;
  flex-direction: row-reverse;
}
.section2 .section2TextBox .textContainer .up .lyu,
.section2 .section2TextBox .textContainer .up .wong,
.section2 .section2TextBox .textContainer .up .zhu {
  position: absolute;
  right: 466px;
}
.section2 .section2TextBox .textContainer .up .bgA,
.section2 .section2TextBox .textContainer .up .bgB,
.section2 .section2TextBox .textContainer .up .bgC {
  position: absolute;
  right: 0px;
}
.section2 .section2TextBox .textContainer .up .containerA,
.section2 .section2TextBox .textContainer .up .containerB,
.section2 .section2TextBox .textContainer .up .containerC {
  display: flex;
  flex-direction: column;
  width: 474px;
  height: 499px;
  padding: 34px;
  z-index: 1;
}
.section2 .section2TextBox .textContainer .up .containerA .titleA,
.section2 .section2TextBox .textContainer .up .containerA .titleB,
.section2 .section2TextBox .textContainer .up .containerA .titleC,
.section2 .section2TextBox .textContainer .up .containerB .titleA,
.section2 .section2TextBox .textContainer .up .containerB .titleB,
.section2 .section2TextBox .textContainer .up .containerB .titleC,
.section2 .section2TextBox .textContainer .up .containerC .titleA,
.section2 .section2TextBox .textContainer .up .containerC .titleB,
.section2 .section2TextBox .textContainer .up .containerC .titleC {
  font-size: 50px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(0deg, #e4a282 20%, #fff1ea 75%);
  /* 設定漸層角度及顏色 */
  -webkit-background-clip: text;
  /* 背景裁剪成文字的前景色 */
}
.section2 .section2TextBox .textContainer .up .containerA .text,
.section2 .section2TextBox .textContainer .up .containerB .text,
.section2 .section2TextBox .textContainer .up .containerC .text {
  font-family: "微軟正黑";
  font-size: 18px;
  line-height: 26px;
}
.section2 .section2TextBox .textContainer .down {
  width: 1100px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .section2TextBox .textContainer .down .btnA {
  margin: 10px 0 0 0;
  display: block;
  width: 108px;
  height: 108px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .down .btnL,
.section2 .section2TextBox .textContainer .down .btnR {
  width: 35px;
  height: 60px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .down .btnL {
  background-image: url(/img/ArmsBtnLeft.png);
}
.section2 .section2TextBox .textContainer .down .btnL:hover {
  background-image: url(/img/ArmsBtnLeftH.png);
}
.section2 .section2TextBox .textContainer .down .btnR {
  background-image: url(/img/ArmsBtnRight.png);
}
.section2 .section2TextBox .textContainer .down .btnR:hover {
  background-image: url(/img/ArmsBtnRightH.png);
}
.section2 .section2TextBox .textContainer .down .btnA0 {
  background-image: url(/img/ArmsBtnA1.png);
}
.section2 .section2TextBox .textContainer .down .btnA0:hover, .section2 .section2TextBox .textContainer .down .btnA0.active {
  background-image: url(/img/ArmsBtnA1H.png);
}
.section2 .section2TextBox .textContainer .down .btnA1 {
  background-image: url(/img/ArmsBtnA2.png);
}
.section2 .section2TextBox .textContainer .down .btnA1:hover, .section2 .section2TextBox .textContainer .down .btnA1.active {
  background-image: url(/img/ArmsBtnA2H.png);
}
.section2 .section2TextBox .textContainer .down .btnA2 {
  background-image: url(/img/ArmsBtnA3.png);
}
.section2 .section2TextBox .textContainer .down .btnA2:hover, .section2 .section2TextBox .textContainer .down .btnA2.active {
  background-image: url(/img/ArmsBtnA3H.png);
}
.section2 .section2TextBox .textContainer .down .btnA3 {
  background-image: url(/img/ArmsBtnA4.png);
}
.section2 .section2TextBox .textContainer .down .btnA3:hover, .section2 .section2TextBox .textContainer .down .btnA3.active {
  background-image: url(/img/ArmsBtnA4H.png);
}
.section2 .section2TextBox .textContainer .down .btnA4 {
  background-image: url(/img/ArmsBtnA5.png);
}
.section2 .section2TextBox .textContainer .down .btnA4:hover, .section2 .section2TextBox .textContainer .down .btnA4.active {
  background-image: url(/img/ArmsBtnA5H.png);
}
.section2 .section2TextBox .textContainer .down .btnA5 {
  background-image: url(/img/ArmsBtnA6.png);
}
.section2 .section2TextBox .textContainer .down .btnA5:hover, .section2 .section2TextBox .textContainer .down .btnA5.active {
  background-image: url(/img/ArmsBtnA6H.png);
}
.section2 .section2TextBox .textContainer .down .btnA6 {
  background-image: url(/img/ArmsBtnA7.png);
}
.section2 .section2TextBox .textContainer .down .btnA6:hover, .section2 .section2TextBox .textContainer .down .btnA6.active {
  background-image: url(/img/ArmsBtnA7H.png);
}
.section2 .section2TextBox .textContainer .down .btnA7 {
  background-image: url(/img/ArmsBtnA8.png);
}
.section2 .section2TextBox .textContainer .down .btnA7:hover, .section2 .section2TextBox .textContainer .down .btnA7.active {
  background-image: url(/img/ArmsBtnA8H.png);
}
.section2 .section2TextBox .textContainer .downB {
  width: 1100px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .section2TextBox .textContainer .downB .btnB {
  margin: 10px 0 0 0;
  display: block;
  width: 108px;
  height: 108px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .downB .btnL,
.section2 .section2TextBox .textContainer .downB .btnR {
  width: 35px;
  height: 60px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .downB .btnL {
  background-image: url(/img/ArmsBtnLeft.png);
}
.section2 .section2TextBox .textContainer .downB .btnL:hover {
  background-image: url(/img/ArmsBtnLeftH.png);
}
.section2 .section2TextBox .textContainer .downB .btnR {
  background-image: url(/img/ArmsBtnRight.png);
}
.section2 .section2TextBox .textContainer .downB .btnR:hover {
  background-image: url(/img/ArmsBtnRightH.png);
}
.section2 .section2TextBox .textContainer .downB .btnB0 {
  background-image: url(/img/ArmsBtnB0.png);
}
.section2 .section2TextBox .textContainer .downB .btnB0:hover, .section2 .section2TextBox .textContainer .downB .btnB0.active {
  background-image: url(/img/ArmsBtnB0H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB1 {
  background-image: url(/img/ArmsBtnB1.png);
}
.section2 .section2TextBox .textContainer .downB .btnB1:hover, .section2 .section2TextBox .textContainer .downB .btnB1.active {
  background-image: url(/img/ArmsBtnB1H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB2 {
  background-image: url(/img/ArmsBtnB2.png);
}
.section2 .section2TextBox .textContainer .downB .btnB2:hover, .section2 .section2TextBox .textContainer .downB .btnB2.active {
  background-image: url(/img/ArmsBtnB2H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB3 {
  background-image: url(/img/ArmsBtnB3.png);
}
.section2 .section2TextBox .textContainer .downB .btnB3:hover, .section2 .section2TextBox .textContainer .downB .btnB3.active {
  background-image: url(/img/ArmsBtnB3H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB4 {
  background-image: url(/img/ArmsBtnB4.png);
}
.section2 .section2TextBox .textContainer .downB .btnB4:hover, .section2 .section2TextBox .textContainer .downB .btnB4.active {
  background-image: url(/img/ArmsBtnB4H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB5 {
  background-image: url(/img/ArmsBtnB5.png);
}
.section2 .section2TextBox .textContainer .downB .btnB5:hover, .section2 .section2TextBox .textContainer .downB .btnB5.active {
  background-image: url(/img/ArmsBtnB5H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB6 {
  background-image: url(/img/ArmsBtnB6.png);
}
.section2 .section2TextBox .textContainer .downB .btnB6:hover, .section2 .section2TextBox .textContainer .downB .btnB6.active {
  background-image: url(/img/ArmsBtnB6H.png);
}
.section2 .section2TextBox .textContainer .downB .btnB7 {
  background-image: url(/img/ArmsBtnB7.png);
}
.section2 .section2TextBox .textContainer .downB .btnB7:hover, .section2 .section2TextBox .textContainer .downB .btnB7.active {
  background-image: url(/img/ArmsBtnB7H.png);
}
.section2 .section2TextBox .textContainer .downC {
  width: 1100px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .section2TextBox .textContainer .downC .btnC {
  margin: 10px 0 0 0;
  display: block;
  width: 108px;
  height: 108px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .downC .btnL,
.section2 .section2TextBox .textContainer .downC .btnR {
  width: 35px;
  height: 60px;
  border: 0;
  background: none;
}
.section2 .section2TextBox .textContainer .downC .btnL {
  background-image: url(/img/ArmsBtnLeft.png);
}
.section2 .section2TextBox .textContainer .downC .btnL:hover {
  background-image: url(/img/ArmsBtnLeftH.png);
}
.section2 .section2TextBox .textContainer .downC .btnR {
  background-image: url(/img/ArmsBtnRight.png);
}
.section2 .section2TextBox .textContainer .downC .btnR:hover {
  background-image: url(/img/ArmsBtnRightH.png);
}
.section2 .section2TextBox .textContainer .downC .btnC0 {
  background-image: url(/img/ArmsBtnC0.png);
}
.section2 .section2TextBox .textContainer .downC .btnC0:hover, .section2 .section2TextBox .textContainer .downC .btnC0.active {
  background-image: url(/img/ArmsBtnC0H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC1 {
  background-image: url(/img/ArmsBtnC1.png);
}
.section2 .section2TextBox .textContainer .downC .btnC1:hover, .section2 .section2TextBox .textContainer .downC .btnC1.active {
  background-image: url(/img/ArmsBtnC1H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC2 {
  background-image: url(/img/ArmsBtnC2.png);
}
.section2 .section2TextBox .textContainer .downC .btnC2:hover, .section2 .section2TextBox .textContainer .downC .btnC2.active {
  background-image: url(/img/ArmsBtnC2H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC3 {
  background-image: url(/img/ArmsBtnC3.png);
}
.section2 .section2TextBox .textContainer .downC .btnC3:hover, .section2 .section2TextBox .textContainer .downC .btnC3.active {
  background-image: url(/img/ArmsBtnC3H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC4 {
  background-image: url(/img/ArmsBtnC4.png);
}
.section2 .section2TextBox .textContainer .downC .btnC4:hover, .section2 .section2TextBox .textContainer .downC .btnC4.active {
  background-image: url(/img/ArmsBtnC4H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC5 {
  background-image: url(/img/ArmsBtnC5.png);
}
.section2 .section2TextBox .textContainer .downC .btnC5:hover, .section2 .section2TextBox .textContainer .downC .btnC5.active {
  background-image: url(/img/ArmsBtnC5H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC6 {
  background-image: url(/img/ArmsBtnC6.png);
}
.section2 .section2TextBox .textContainer .downC .btnC6:hover, .section2 .section2TextBox .textContainer .downC .btnC6.active {
  background-image: url(/img/ArmsBtnC6H.png);
}
.section2 .section2TextBox .textContainer .downC .btnC7 {
  background-image: url(/img/ArmsBtnC7.png);
}
.section2 .section2TextBox .textContainer .downC .btnC7:hover, .section2 .section2TextBox .textContainer .downC .btnC7.active {
  background-image: url(/img/ArmsBtnC7H.png);
}

.section3 {
  background-image: url(/img/section3Bg.jpg);
  width: 100%;
  height: 950px;
}
.section3 .section3TitleBox {
  display: flex;
}
.section3 .section3TitleBox .section3Title {
  margin: 162px auto 49px;
  display: block;
}
.section3 .s3owlbox {
  background-image: url(/img/section3TextBg.png);
  width: 846px;
  height: 501px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.section3 .s3owlbox .owl-carousel .owl-next {
  position: absolute;
  top: 104px;
  left: 853px;
}
.section3 .s3owlbox .owl-carousel .owl-next:hover {
  background-color: transparent;
  filter: drop-shadow(1px 1px 10px rgb(255, 168, 168)) contrast(120%);
}
.section3 .s3owlbox .owl-carousel .owl-prev {
  position: absolute;
  top: 104px;
  left: -62px;
}
.section3 .s3owlbox .owl-carousel .owl-prev:hover {
  background-color: transparent;
  filter: drop-shadow(1px 1px 10px rgb(255, 168, 168)) contrast(120%);
}
.section3 .s3owlbox .owl-carousel .owl-nav {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}
.section3 .s3owlbox .owl-carousel .owl-item {
  width: 1102px;
  margin-right: 10px;
  height: 478px;
}
.section3 .s3owlbox .owl-carousel .owl-item .itemText {
  color: #fff;
  position: absolute;
  top: 370px;
  left: 250px;
  font-size: 20px;
  text-align: center;
  font-weight: 350;
  line-height: 36px;
}
.section3 .s3owlbox .owl-carousel .owl-item .itemText .textSize49 {
  font-family: "Noto Serif TC";
  font-weight: 550;
  font-size: 39px;
}
.section3 .s3owlbox .owl-carousel .owl-item .itemText .textSize40 {
  font-family: "Noto Serif TC";
  font-weight: 550;
  font-size: 30px;
}
.section3 .s3owlbox .owl-carousel .item {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 25px 0;
  justify-content: center;
}
.section3 .s3owlbox .owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.4375rem;
  margin-top: 0rem;
}
.section3 .s3owlbox .owl-carousel .item img {
  width: 750px;
  height: 450px;
}
.section3 .s3owlbox .owl-carousel .owl-dots {
  top: 0px;
}
.section3 .s3owlbox .owl-carousel .owl-dot span {
  border-radius: 0px;
  width: 7px;
  height: 7px;
}
.section3 .s3moreBtn {
  font-family: "Noto Serif TC";
  width: 229px;
  height: 56px;
  background-color: rgba(120, 42, 0, 0.5);
  border: 2px solid #e65d00;
  text-shadow: 0px 0px 5px #fff;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 2px;
  margin-top: 35px;
}
.section3 .s3moreBtn a {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.section3 .s3moreBtn:hover {
  transition: 0.3s;
  background-color: #ff6700;
  text-shadow: none;
}

footer {
  background: #000000;
}

.acSection {
  background-image: linear-gradient(to bottom, #191007 45%, #000);
  height: auto;
}
.acSection .mainBg {
  background-image: url(/img/section1Bg.jpg);
  width: 1920px;
  height: 950px;
  background-position: top;
  position: relative;
}
.acSection .container {
  height: auto;
  width: 1350px;
  margin: 0 auto;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.acSection .container .mainBox {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1350px;
  position: relative;
}
.acSection .container .mainBox .boxLeft {
  width: 280px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "微軟正黑";
  padding: 20px 0 0 0;
}
.acSection .container .mainBox .boxLeft .download {
  background-image: url("/img/buttonDownload.jpg");
  width: 245px;
  height: 82px;
  display: block;
  margin-bottom: 9px;
}
.acSection .container .mainBox .boxLeft .download:hover {
  background-image: url("/img/buttonDownloadHover.jpg");
}
.acSection .container .mainBox .boxLeft .register,
.acSection .container .mainBox .boxLeft .addValue {
  display: block;
  width: 243px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.acSection .container .mainBox .boxLeft .register img,
.acSection .container .mainBox .boxLeft .addValue img {
  margin: 0 8px 0 0;
}
.acSection .container .mainBox .boxLeft .register:hover,
.acSection .container .mainBox .boxLeft .addValue:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.acSection .container .mainBox .boxLeft .boxLeftBtn2 {
  width: 243px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP,
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService {
  display: block;
  width: 118px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP img,
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService img {
  margin: 0 0 8px 0;
}
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP:hover,
.acSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.acSection .container .mainBox .boxRight {
  width: 1045px;
  display: flex;
  flex-direction: column;
  margin: 20px 20px 20px 0;
  background-color: #000;
  border: 1px solid #ffe89c;
  /* 頁面按鈕 */
}
.acSection .container .mainBox .boxRight .title {
  font-family: "微軟正黑";
  font-size: 36px;
  font-weight: 900;
  margin: 0 auto;
  padding: 30px;
}
.acSection .container .mainBox .boxRight .titleLine {
  border-bottom: 1px solid #ffe89c;
  width: 1044px;
}
.acSection .container .mainBox .boxRight p {
  padding: 30px;
}
.acSection .container .mainBox .boxRight .seat {
  position: absolute;
  top: 148px;
  right: 65px;
  font-family: "微軟正黑體";
  font-size: 15px;
  font-weight: bold;
}
.acSection .container .mainBox .boxRight .seat a {
  color: #fff;
}
.acSection .container .mainBox .boxRight .seat a:hover {
  color: #ab995d;
}
.acSection .container .mainBox .boxRight .seat a .colorYellow {
  color: #ab995d;
}
.acSection .container .mainBox .boxRight .seat a .colorYellow:hover {
  color: #fff;
}
.acSection .container .mainBox .boxRight .ACnews {
  background-color: #000;
  border: 1px solid #ab995d;
  font-family: "微軟正黑", sans-serif;
  padding: 44px 92px;
}
.acSection .container .mainBox .boxRight .ACnews .yellow {
  border-bottom: 1px solid #ab995d;
  display: block;
  position: absolute;
  top: 202px;
  width: 869px;
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .newsBtn {
  width: 80px;
  background: none;
  height: 35px;
  padding-top: 6px;
  font-size: 18px;
  color: #ab995d;
  border: 1px solid #ab995d;
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .newsBtn:hover, .acSection .container .mainBox .boxRight .ACnews .ACnewsUp .newsBtn.active {
  color: #291500;
  background-image: linear-gradient(to bottom, #fff29c, #ffa11c);
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .activity,
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .systemBox {
  font-weight: 700;
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .btnMore {
  color: #ab995d;
}
.acSection .container .mainBox .boxRight .ACnews .ACnewsUp .btnMore:hover {
  color: #fff;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer {
  height: 558px;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox {
  padding: 20px 0 15px 42px;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUl {
  margin: 0;
  list-style-type: "▶  ";
  line-height: 37px;
  letter-spacing: 0.5px;
  font-weight: 550;
  text-indent: 20px;
  border-bottom: 0.5px solid rgba(255, 240, 153, 0.2117647059);
  margin-top: 10px;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUl .newsTextBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUl .newsTextBox:hover {
  color: #ab995d;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUl .newsTextBox .newsTitle {
  font-size: 17px;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUl .newsTextBox .newsTime {
  font-size: 12px;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUlTop {
  list-style-type: "TOP";
  font-style: italic;
  color: #ffa11c;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUlTop .newsTextBox {
  font-style: normal;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUlNew {
  list-style-type: "NEW";
  font-style: italic;
  color: #ffa11c;
}
.acSection .container .mainBox .boxRight .ACnews .newsContainer .ACnewsBox .newsTextUlNew .newsTextBox {
  font-style: normal;
}
.acSection .container .mainBox .boxRight .pagination {
  list-style: none;
  text-align: center;
  margin-bottom: 4px;
  width: 100%;
}
.acSection .container .mainBox .boxRight .pagination li {
  display: inline-block;
  margin-right: 10px;
}
.acSection .container .mainBox .boxRight .pagination li .page-link {
  color: #958737;
}
.acSection .container .mainBox .boxRight .pagination .page-item {
  font-size: 16px;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #fff099;
}
.acSection .container .mainBox .boxRight .pagination .page-item.active, .acSection .container .mainBox .boxRight .pagination .page-item.disabled {
  background-color: #fff099;
  border: 1px solid #fff099;
  font-size: 16px;
  padding: 8px;
  text-decoration: none;
}

.pageSection {
  background-image: linear-gradient(to bottom, #191007 45%, #000);
  height: auto;
}
.pageSection .mainBg {
  background-image: url(/img/section1Bg.jpg);
  width: 1920px;
  height: 950px;
  background-position: top;
  position: relative;
}
.pageSection .container {
  height: auto;
  width: 1350px;
  margin: 0 auto;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.pageSection .container .mainBox {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1350px;
  position: relative;
}
.pageSection .container .mainBox .boxLeft {
  width: 280px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "微軟正黑";
  padding: 20px 0 0 0;
}
.pageSection .container .mainBox .boxLeft .download {
  background-image: url("/img/buttonDownload.jpg");
  width: 245px;
  height: 82px;
  display: block;
  margin-bottom: 9px;
}
.pageSection .container .mainBox .boxLeft .download:hover {
  background-image: url("/img/buttonDownloadHover.jpg");
}
.pageSection .container .mainBox .boxLeft .register,
.pageSection .container .mainBox .boxLeft .addValue {
  display: block;
  width: 243px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pageSection .container .mainBox .boxLeft .register img,
.pageSection .container .mainBox .boxLeft .addValue img {
  margin: 0 8px 0 0;
}
.pageSection .container .mainBox .boxLeft .register:hover,
.pageSection .container .mainBox .boxLeft .addValue:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 {
  width: 243px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP,
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService {
  display: block;
  width: 118px;
  height: 80px;
  border: 1px solid #ffe89c;
  color: #ffe89c;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP img,
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService img {
  margin: 0 0 8px 0;
}
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .OTP:hover,
.pageSection .container .mainBox .boxLeft .boxLeftBtn2 .customerService:hover {
  background-color: rgba(255, 232, 156, 0.2);
}
.pageSection .container .mainBox .boxRight {
  width: 1045px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 20px 0;
  background-color: #fff;
  border: 1px solid #ffe89c;
  color: #000;
}
.pageSection .container .mainBox .boxRight .titleLine {
  border-bottom: 1px solid #7f5f3f;
  width: 1044px;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox {
  font-family: "微軟正黑";
  font-size: 16px;
  position: relative;
  margin: 80px 80px 50px;
  line-height: 30px;
  font-weight: 900;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .upBox {
  display: flex;
  width: 890px;
  justify-content: space-between;
  margin: 0 0 15px;
  align-items: flex-end;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .upBox .announcementContentTitle {
  width: 600px;
  font-size: 30px;
  line-height: 40px;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .upBox .announcementContentTime {
  width: 140px;
  font-size: 14px;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .borderColor {
  width: 890px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(127, 95, 63, 0) 1%, rgba(127, 95, 63, 0.2117647059) 5%, #7f5f3f, rgba(127, 95, 63, 0.2117647059) 95%, rgba(127, 95, 63, 0) 99%);
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .downBox {
  font-size: 18px;
  padding: 60px 0;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .downBox .table {
  width: 840px;
  border: 2px solid #7f5f3f;
  margin: 15px 5px 0;
  border-collapse: collapse;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .downBox .table th {
  border: 1px solid #7f5f3f;
  background-color: rgba(127, 95, 63, 0.862745098);
  height: 45px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.pageSection .container .mainBox .boxRight .announcementContentBBox .downBox .table td {
  border: 0.5px solid #7f5f3f;
  font-weight: 400;
  padding: 12px;
  text-align: center;
}

.pageSection .container .mainBox .boxRight {
  width: 1045px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 20px 0;
  background-color: #fff;
  border: 1px solid #ffe89c;
  color: #000;
}
.pageSection .container .mainBox .boxRight .title {
  font-family: "微軟正黑";
  font-size: 36px;
  font-weight: 900;
  margin: 0 auto;
  padding: 30px;
}
.pageSection .container .mainBox .boxRight .seat {
  position: absolute;
  top: 148px;
  right: 65px;
  font-family: "微軟正黑體";
  font-size: 15px;
  font-weight: bold;
}
.pageSection .container .mainBox .boxRight .seat a {
  color: #757575;
}
.pageSection .container .mainBox .boxRight .seat a:hover {
  color: #ab995d;
}
.pageSection .container .mainBox .boxRight .seat a .colorYellow {
  color: #ab995d;
}
.pageSection .container .mainBox .boxRight .seat a .colorYellow:hover {
  color: #da871c;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox {
  font-family: "微軟正黑";
  font-size: 16px;
  position: relative;
  margin: 80px 50px 50px;
  line-height: 30px;
  font-weight: 900;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox .red {
  color: rgb(179, 0, 0);
  border: none;
  display: contents;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox h2 {
  text-align: center;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox .table {
  width: 840px;
  border: 2px solid #7f5f3f;
  margin: 15px 5px 0;
  border-collapse: collapse;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox .table th {
  border: 1px solid #7f5f3f;
  background-color: rgba(127, 95, 63, 0.862745098);
  height: 45px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox .table td {
  border: 0.5px solid #7f5f3f;
  font-weight: 400;
  padding: 12px;
  text-align: center;
  color: #000;
}
.pageSection .container .mainBox .boxRight .regulationsTextBox .table .textLeft {
  text-align: left;
}

.pageSection .container .mainBox .boxRight {
  width: 1045px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 20px 0;
  background-color: #fff;
  border: 1px solid #ffe89c;
  color: #000;
}
.pageSection .container .mainBox .boxRight .downloadBox {
  font-family: "微軟正黑", sans-serif;
  font-size: 18px;
  position: relative;
  margin: 80px 150px 50px;
  line-height: 30px;
  font-weight: 550;
  width: 740px;
  text-align: center;
}
.pageSection .container .mainBox .boxRight .downloadBox .btnBox {
  display: flex;
  justify-content: space-between;
}
.pageSection .container .mainBox .boxRight .downloadBox .btnBox .downloadBtn {
  font-family: "Noto Sans SC";
  font-weight: 650;
  font-size: 30px;
  width: 360px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #7f5f3f;
  color: #fff;
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageSection .container .mainBox .boxRight .downloadBox .btnBox .downloadBtn:hover {
  color: #7f5f3f;
  background-color: #fff;
  border: 2px solid #7f5f3f;
}
.pageSection .container .mainBox .boxRight .downloadBox .tableTitle {
  font-family: "Noto Sans SC";
  border: none;
  font-weight: 650;
  font-size: 25px;
}
.pageSection .container .mainBox .boxRight .downloadBox .table {
  border: 2px solid #7f5f3f;
  border-collapse: collapse;
}
.pageSection .container .mainBox .boxRight .downloadBox .table th {
  border: 1px solid #7f5f3f;
  background-color: rgba(127, 95, 63, 0.862745098);
  height: 45px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.pageSection .container .mainBox .boxRight .downloadBox .table td {
  border: 0.5px solid #7f5f3f;
  font-weight: 400;
  padding: 12px;
  text-align: center;
  color: #000;
}

.pageSection .container .mainBox .boxRight {
  width: 1045px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 20px 0;
  background-color: #fff;
  border: 1px solid #ffe89c;
  color: #000;
}
.pageSection .container .mainBox .boxRight .communityBox {
  padding: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "微軟正黑體";
  font-size: 18px;
}
.pageSection .container .mainBox .boxRight .communityBox #imagePreview {
  border: 1px solid rgba(127, 95, 63, 0.6705882353);
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pageSection .container .mainBox .boxRight .communityBox .accountBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.pageSection .container .mainBox .boxRight .communityBox .accountBox .account p {
  margin: 0 10px;
  padding: 0px;
}
.pageSection .container .mainBox .boxRight .communityBox .accountBox .account .accountText {
  margin: 0 10px;
  color: #7f5f3f;
  font-size: 20px;
  border-bottom: 1px solid #7f5f3f;
}
.pageSection .container .mainBox .boxRight .communityBox .accountBox select {
  background: #fff;
  border: 1px solid #7f5f3f;
  color: #7f5f3f;
  margin: 10px;
  width: 160px;
  height: 1.5em;
  position: relative;
  border-radius: 3px;
  font-size: 18px;
}
.pageSection .container .mainBox .boxRight .communityBox .accountBox option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  position: absolute;
}
.pageSection .container .mainBox .boxRight .communityBox .login {
  width: 90px;
  height: 40px;
  background-color: #d48943;
  border: 0;
  color: #fff;
}
.pageSection .container .mainBox .boxRight .communityBox .login:hover {
  background-color: #fff;
  border: 2px solid #d48943;
  color: #d48943;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 {
  margin-top: 50px;
  padding: 50px 0;
  line-height: 25px;
  text-align: left;
  border: 1px solid #7f5f3f;
  width: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 p {
  letter-spacing: 1.5px;
  padding: 0;
  width: 600px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 p .colorRed {
  color: rgb(179, 0, 0);
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 510px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox input {
  margin: 10px 0 10px;
  height: 27px;
  border: 1px solid #a5886c;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .textTitleCharacter,
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .textTitleLegion {
  position: absolute;
  width: 90px;
  height: 27px;
  background-color: #a5886c;
  border: 0;
  color: #fff;
  padding: 1px 9px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .textTitleCharacter {
  top: 10px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .textTitleLegion {
  top: 57px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .character,
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .legion {
  margin-left: 89px;
  width: 226px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .imgBtn0 {
  width: 315px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .imgBtn {
  position: absolute;
  width: 90px;
  height: 27px;
  background-color: #a5886c;
  border: 0;
  color: #fff;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .imgBtn2 {
  position: absolute;
  right: 0px;
  width: 97px;
  height: 66px;
  background-color: #d48943;
  border: 0;
  color: #fff;
  margin: 38px 10px;
}
.pageSection .container .mainBox .boxRight .communityBox .communityText1 .imgBox .imgBtn2:hover {
  background-color: #fff;
  border: 2px solid #d48943;
  color: #d48943;
}

.mask {
  width: 1920px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  font-family: "微軟正黑體";
}
.mask .popBox {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9058823529);
  width: 500px;
  height: 300px;
  border: 2.5px solid #ffd19c;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 3px rgba(255, 232, 156, 0.5215686275) inset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask .popBox .popTextEmpty {
  height: 150px;
  width: 400px;
  text-align: center;
  font-size: 22px;
}
.mask .popBox .btnBox {
  position: absolute;
  bottom: 20px;
  width: 300px;
  display: flex;
  justify-content: space-around;
}
.mask .popBox .btnBox .yesStyle,
.mask .popBox .btnBox .cancleStyle {
  width: 82px;
  height: 40px;
  border: 1.5px solid #fff;
  font-family: "微軟正黑體";
  font-size: 19px;
  font-weight: 550;
  background-color: #ffe89c;
}
.mask .popBox .btnBox .yesStyle:hover,
.mask .popBox .btnBox .cancleStyle:hover {
  background-color: #ffd139;
}/*# sourceMappingURL=style.css.map */