html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* RESET plus */
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-family: "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.52vw 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .header {
    padding: 1.86vw 2.666vw;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  width: 11.9vw;
}
@media (max-width: 750px) {
  .header .logo img {
    width: 49.86vw;
  }
}
.header .trigger,
.header .close {
  background: none;
  border: 0;
  outline: none;
  display: none;
}
@media (max-width: 750px) {
  .header {
    display: inline-block;
  }
}
.header .trigger img {
  width: 5.33vw;
}
.header .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4vw 5vw;
}
.header .nav {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.83vw;
  line-height: 1.823vw;
}
@media (max-width: 750px) {
  .header .nav {
    font-size: 5.333vw;
    line-height: 5.333vw;
    color: #b9b9b9;
  }
}
@media (max-width: 750px) {
  .header .nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s, opacity 0.3s;
    overflow: hidden;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .header .nav.active {
    opacity: 1;
    transform: translateZ(0);
  }
}
.header .nav .menu {
  display: inline-flex;
  align-items: center;
  list-style: none;
}
@media (max-width: 750px) {
  .header .nav .menu {
    flex-direction: column;
  }
}
.header .nav .menu li {
  margin-right: 2.083vw;
}
@media (max-width: 750px) {
  .header .nav .menu li {
    margin-right: 0;
    margin-top: 6.667vw;
    padding: 2vw 20vw;
  }
}
.header .nav .menu li.active {
  border-bottom: 2px solid #FFDA99;
}
@media (max-width: 750px) {
  .header .nav .menu li.active {
    border-bottom: 0;
    transform: scale(1.2);
    background: linear-gradient(to right, rgba(123, 101, 67, 0) 0%, rgba(123, 101, 67, 0.8) 30%, rgba(123, 101, 67, 0.8) 70%, rgba(123, 101, 67, 0) 100%);
  }
}
.header .nav .menu li a {
  color: #fff;
  text-decoration: none;
}
.header .langs {
  position: relative;
}
.header .langs .lang {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.373vw;
  padding: 0 0.573vw;
}
.header .langs .lang .globe {
  width: 1.5vw;
}
.header .langs .lang .arrow {
  width: 0.73vw;
}
.header .langs .lang span {
  padding: 0 0.3125vw;
}
@media (max-width: 750px) {
  .header .langs .lang {
    display: none;
  }
}
.header .langs .langmenu {
  position: absolute;
  width: 5.521vw;
  left: 50%;
  transform: translate(-50%, 0.26vw);
  border-radius: 0.521vw;
  background-color: #0a091b;
  opacity: 0;
}
.header .langs .langmenu .menuBtn {
  color: #fff;
  padding: 0.5vw;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
}
.header .langs .langmenu .menuBtn.active {
  color: #ecc18a;
}
.header .langs:hover .langmenu {
  opacity: 1;
}

#headerLogo {
  visibility: hidden;
}

.scrolldown {
  text-align: center;
  position: absolute;
  bottom: 1vw;
  left: 0;
  right: 0;
}
.scrolldown img {
  width: 1.458vw;
  transform: translateX(-50%);
  animation: scrolldown 0.6s infinite ease-out alternate-reverse;
}
@media (max-width: 750px) {
  .scrolldown img {
    width: 3.2vw;
  }
}
@keyframes scrolldown {
  from {
    transform: translate(-50%, -10px);
  }
  to {
    transform: translate(-50%, 10px);
  }
}
.title {
  font-size: 2.18vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.56vw;
}
@media (max-width: 750px) {
  .title {
    font-size: 9.06vw;
    margin-bottom: 8vw;
  }
}

.subtitle {
  font-size: 1.35vw;
  line-height: 1;
  color: #fff;
}
@media (max-width: 750px) {
  .subtitle {
    font-size: 5.33vw;
  }
}

.thirdtitle {
  font-size: 1.35vw;
  line-height: 1;
  color: #fff;
  padding: 0.83vw 3.958vw;
  background: linear-gradient(to right, rgba(146, 163, 255, 0), rgba(146, 163, 255, 0.3), rgba(146, 163, 255, 0.3), rgba(146, 163, 255, 0));
}
@media (max-width: 750px) {
  .thirdtitle {
    font-size: 5.33vw;
    padding: 3.75vw 25.6vw;
  }
}

.forthtitle {
  font-size: 1.35vw;
  line-height: 1;
  color: #fff;
  padding: 1.35vw 1.56vw;
  background: linear-gradient(to right, rgba(42, 38, 83, 0.7), rgba(42, 38, 83, 0.7), rgba(42, 38, 83, 0));
}
@media (max-width: 750px) {
  .forthtitle {
    font-size: 4.8vw;
    padding: 4.26vw 3.75vw;
  }
}

.btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 17vw;
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.wrapper {
  background: url("../image/sec_02/bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

/* sec 00 */
.section_00 {
  background-image: url("../image/sec_00/bg.jpg");
}
.section_00 .section_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .section_00 .section_inner {
    flex-direction: column;
  }
}
.section_00 .img {
  width: 16.3vw;
}
@media (max-width: 750px) {
  .section_00 .img {
    width: 53.333vw;
  }
}
.section_00 .main {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.77vw;
}
@media (max-width: 750px) {
  .section_00 .main {
    gap: 8vw;
    margin-top: -29.86vw;
  }
}
.section_00 .main .logo {
  width: 37.3vw;
}
@media (max-width: 750px) {
  .section_00 .main .logo {
    width: 90.54vw;
  }
}
.section_00 .main .btns {
  display: inline-flex;
  gap: 2.08vw;
}
@media (max-width: 750px) {
  .section_00 .main .btns {
    flex-direction: column;
    gap: 5.33vw;
  }
}
.section_00 .main .btns .btn {
  font-size: 1.04vw;
  line-height: 1;
  padding: 1.19vw 4.16vw;
}
@media (max-width: 750px) {
  .section_00 .main .btns .btn {
    font-size: 4.8vw;
    line-height: 1;
    padding: 4.26vw 22.4vw;
  }
}

/* sec 01 */
.section_01 {
  background-image: url("../image/sec_01/bg.jpg");
}
.section_01 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_01 .section_inner .subtitle {
  margin-bottom: 5.156vw;
}
@media (max-width: 750px) {
  .section_01 .section_inner .subtitle {
    margin-bottom: 14.66vw;
  }
}
.section_01 .section_inner .imgs {
  display: inline-flex;
  gap: 2.08vw;
}
.section_01 .section_inner .imgs img {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .section_01 .section_inner .imgs {
    display: inline-block;
    max-width: 64vw;
    margin: 0 auto;
  }
}

/* sec 02 */
.section_02 {
  background-image: url("../image/sec_02/bg.jpg");
}
.section_02 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_02 .section_inner .subtitle {
  margin-bottom: 5.156vw;
}
@media (max-width: 750px) {
  .section_02 .section_inner .subtitle {
    margin-bottom: 23.46vw;
  }
}
.section_02 .section_inner .imgs {
  height: 52.7vh;
}
.section_02 .section_inner .img {
  width: 43.75vw;
}
@media (max-width: 750px) {
  .section_02 .section_inner .img {
    width: 95.2vw;
  }
}

/* sec 03 */
.section_03 {
  background-image: url("../image/sec_03/bg.jpg");
}
.section_03 .section_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .section_03 .section_inner {
    flex-direction: column;
  }
}
.section_03 .section_inner .img {
  width: 38.75vw;
}
@media (max-width: 750px) {
  .section_03 .section_inner .img {
    width: 100vw;
  }
}
.section_03 .section_inner .title {
  display: inline-flex;
  align-items: center;
  gap: 0.31vw;
}
.section_03 .section_inner .title .logo {
  width: 10vw;
}
@media (max-width: 750px) {
  .section_03 .section_inner .title .logo {
    width: 32.26vw;
  }
}
.section_03 .section_inner .subtitle {
  line-height: 1.7;
}
@media (max-width: 750px) {
  .section_03 .section_inner .subtitle {
    line-height: 1.77;
    text-align: center;
  }
}

/* sec 04 */
.section_04 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .section_04 .section_inner .title {
    font-size: 7.46vw;
  }
}
.section_04 .section_inner .subtitle {
  margin-bottom: 2.18vw;
}
@media (max-width: 750px) {
  .section_04 .section_inner .subtitle {
    margin-bottom: 15.4vw;
  }
}
.section_04 .section_inner .thirdtitle {
  margin-top: 2.17vw;
}
@media (max-width: 750px) {
  .section_04 .section_inner .thirdtitle {
    margin-top: 15.4vw;
  }
}
.section_04 .section_inner .img {
  width: 43.69vw;
}
@media (max-width: 750px) {
  .section_04 .section_inner .img {
    width: 89.6vw;
  }
}

/* sec 05 */
.section_05 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .section_05 .section_inner .title {
    font-size: 7.46vw;
  }
}
.section_05 .section_inner .subtitle {
  margin-bottom: 2.18vw;
}
@media (max-width: 750px) {
  .section_05 .section_inner .subtitle {
    margin-bottom: 15.4vw;
  }
}
.section_05 .section_inner .thirdtitle {
  margin-top: 2.17vw;
}
@media (max-width: 750px) {
  .section_05 .section_inner .thirdtitle {
    margin-top: 15.4vw;
  }
}
.section_05 .section_inner .img {
  width: 35.87vw;
}
@media (max-width: 750px) {
  .section_05 .section_inner .img {
    width: 87.2vw;
  }
}

/* sec 06 */
.section_06 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .section_06 .section_inner .title {
    font-size: 7.46vw;
  }
}
.section_06 .section_inner .subtitle {
  margin-bottom: 2.18vw;
}
@media (max-width: 750px) {
  .section_06 .section_inner .subtitle {
    margin-bottom: 15.4vw;
  }
}
.section_06 .section_inner .thirdtitle {
  margin-top: 2.17vw;
}
@media (max-width: 750px) {
  .section_06 .section_inner .thirdtitle {
    margin-top: 15.4vw;
  }
}
.section_06 .section_inner .img {
  width: 20.83vw;
}
@media (max-width: 750px) {
  .section_06 .section_inner .img {
    width: 87.2vw;
  }
}

/* sec 07 */
.section_07 {
  background-image: url("../image/sec_07/bg.jpg");
  background-repeat: no-repeat;
}
.section_07 .title {
  text-align: center;
  margin-bottom: 6.6vw;
}
@media (max-width: 750px) {
  .section_07 .title {
    line-height: 1.2;
    margin-bottom: 17.333vw;
  }
}
.section_07 .section_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.76vw;
}
@media (max-width: 750px) {
  .section_07 .section_inner {
    gap: 13.333vw;
  }
}
@media (max-width: 750px) {
  .section_07 .section_inner {
    flex-direction: column;
  }
}
.section_07 .section_inner .img {
  width: 37vw;
}
@media (max-width: 750px) {
  .section_07 .section_inner .img {
    width: 89.33vw;
  }
}
.section_07 .section_inner .titles {
  display: inline-flex;
  flex-direction: column;
  gap: 1.04vw;
}
@media (max-width: 750px) {
  .section_07 .section_inner .titles {
    gap: 5.33vw;
  }
}

/* sec 08 */
.section_08 {
  background-image: url("../image/sec_08/bg.jpg");
  background-repeat: no-repeat;
}
.section_08 .subtitle {
  margin-bottom: 3.86vw;
}
.section_08 .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_08 .cards {
  display: flex;
  gap: 2.08vw;
}
@media (max-width: 750px) {
  .section_08 .cards {
    gap: 2.4vw;
  }
}
.section_08 .cards .card {
  width: 14.666vw;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1vw 3.48vw;
  background: linear-gradient(to bottom, rgba(83, 38, 38, 0) 30%, rgba(83, 38, 38, 0.7) 40%, rgba(83, 38, 38, 0.7) 80%, rgba(83, 38, 38, 0) 100%);
}
@media (max-width: 750px) {
  .section_08 .cards .card {
    width: 46.1333vw;
  }
}
.section_08 .cards .card img {
  width: 12.8vw;
}
@media (max-width: 750px) {
  .section_08 .cards .card img {
    width: 42.666vw;
  }
}
.section_08 .cards .card .cardtitle {
  font-size: 1.14vw;
  color: #fff;
  margin-bottom: 1.56vw;
}
@media (max-width: 750px) {
  .section_08 .cards .card .cardtitle {
    font-size: 4.26vw;
  }
}
.section_08 .cards .card .cardtxt {
  font-size: 0.93vw;
  line-height: 1.6;
  color: #FF9999;
  text-align: center;
  min-height: 3.6vw;
  margin-bottom: 1.7vw;
}
@media (max-width: 750px) {
  .section_08 .cards .card .cardtxt {
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
}
.section_08 .cards .card .cardbtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
}
@media (max-width: 750px) {
  .section_08 .cards .card .cardbtns {
    flex-direction: column;
    gap: 2.93vw;
  }
}
.section_08 .cards .card .cardbtns .btn {
  font-size: 0.83vw;
  line-height: 0.83vw;
  padding: 0.625vw 1.458vw;
}
@media (max-width: 750px) {
  .section_08 .cards .card .cardbtns .btn {
    font-size: 3.75vw;
    padding: 2.666vw 8.53vw;
  }
}

/* sec 09 */
.section_09 {
  background-image: url("../image/sec_09/bg.jpg");
  background-repeat: no-repeat;
}
.section_09 .section_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.89vw;
}
@media (max-width: 750px) {
  .section_09 .section_inner {
    flex-direction: column;
    padding: 0 3.75vw;
  }
}
.section_09 .section_inner .imgs {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.section_09 .section_inner .imgs .img {
  width: 19.1vw;
}
@media (max-width: 750px) {
  .section_09 .section_inner .imgs .img {
    width: 39.73vw;
  }
}
.section_09 .section_inner .imgs .logo {
  width: 29.53vw;
}
@media (max-width: 750px) {
  .section_09 .section_inner .imgs .logo {
    width: 66.93vw;
    margin-top: -4vw;
  }
}
.section_09 .section_inner .subtitle {
  line-height: 1.4;
}
@media (max-width: 750px) {
  .section_09 .section_inner .subtitle {
    font-size: 4.26vw;
  }
}
@media (max-width: 750px) {
  .section_09 .section_inner .subtitle.text-center {
    font-size: 4.8vw;
  }
}
@media (max-width: 750px) {
  .section_09 .section_inner .text-center {
    text-align: center;
  }
}
.section_09 .section_inner .titles {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  padding: 1.77vw 0 2.08vw;
}
@media (max-width: 750px) {
  .section_09 .section_inner .titles {
    gap: 2.666vw;
    padding: 5vw 0 8vw;
  }
}
.section_09 .section_inner .titles .forthtitle {
  background: linear-gradient(to right, rgba(83, 38, 38, 0.7), rgba(83, 38, 28, 0.7), rgba(83, 38, 38, 0));
}
@media (max-width: 750px) {
  .section_09 .section_inner .titles .forthtitle {
    font-size: 5.33vw;
    padding: 3.2vw 5.33vw;
  }
}
.section_09 .section_inner .titles .forthtitle .forthtitleTxt {
  font-size: 1.875vw;
  font-weight: bold;
  color: #FFDA99;
  display: inline-block;
  margin-left: 3.59vw;
}
@media (max-width: 750px) {
  .section_09 .section_inner .titles .forthtitle .forthtitleTxt {
    font-size: 5.33vw;
    margin-left: 7.46vw;
  }
}
.section_09 .section_inner .btn {
  font-size: 1.04vw;
  line-height: 1.04vw;
  padding: 1.19vw 4.16vw;
  margin-top: 2.125vw;
  display: inline-block;
}
@media (max-width: 750px) {
  .section_09 .section_inner .btn {
    font-size: 4.8vw;
    padding: 3.75vw 12vw;
  }
}
.section_09 .footer {
  font-size: 0.83vw;
  color: #fff;
  text-align: center;
  margin-top: 2.4vw;
}
@media (max-width: 750px) {
  .section_09 .footer {
    font-size: 2.666vw;
    padding: 3.75vw 12vw;
    margin-top: 0;
    position: sticky;
    bottom: 0;
    background: #000;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  /* The Close Button */
}
.modal .modal-content {
  background-color: #121212;
  margin: 15% auto;
  border: 1px solid #353535;
  border-radius: 20px;
  width: 28.6vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.modal .closeBtn {
  position: absolute;
  right: 1.04vw;
  top: 1.04vw;
  color: #aaa;
  float: right;
  font-size: 1.45vw;
  font-weight: bold;
}
.modal .closeBtn:hover, .modal .closeBtn:focus {
  color: #777777;
  text-decoration: none;
  cursor: pointer;
}
.modal .input {
  background-color: #202020;
  border-radius: 3.333vw;
  font-size: 1.04vw;
  padding: 0.67vw 1.04vw;
  margin-bottom: 1.04vw;
  color: #fff;
  width: 12.5vw;
}
.modal .text {
  color: #fff;
  margin-bottom: 3.69vw;
  font-size: 1.04vw;
}
.modal .modalBtn {
  background-color: #610000;
  border-radius: 3.333vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.19vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 12.5vw;
  font-size: 1.04vw;
}
.modal .modalBtn:hover {
  background-color: #4d0101;
}

#startPlay .modal-body {
  padding: 3.02vw 0 2.7vw;
}
#startPlay .modalBtn {
  margin-top: 1.56vw;
}

#applyApi .modal-body {
  padding: 5.36vw 0 2.7vw;
}

#toTopBtn {
  background: none;
  border: 0;
  outline: none;
  position: fixed;
  right: 1.04vw;
  bottom: 1.04vw;
  visibility: hidden;
  text-decoration: none;
  cursor: pointer;
}
#toTopBtn:hover {
  opacity: 0.6;
}/*# sourceMappingURL=index.css.map */