@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
}

/* Text */
p {
  margin: 0;
}

/* List */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Link */
a {
  color: inherit;
  text-decoration: none;
}

/* Media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form */
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* iOS tap highlight */
a,
button {
  -webkit-tap-highlight-color: transparent;
}

* {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans TC", "Roboto", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}

/* 不顯示滾動條 */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.outline * {
  outline: 1px solid #000;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .mb {
    display: block;
  }
}

/* loading動畫 */
.loading_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #c9000c;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.loading_mask.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lds-ellipsis {
  position: absolute;
  width: 64px;
  z-index: 99;
  display: inline-block;
  top: 50%;
  left: 50%;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-ellipsis div {
  position: absolute;
  width: 11px;
  z-index: 99;
  top: 27px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
header {
  position: relative;
  z-index: 50;
  display: block;
  height: 2.5rem;
  background-color: #dc2626;
  font-size: 0.75rem;
  color: white;
}
@media screen and (max-width: 767.98px) {
  header {
    display: none;
  }
}
header .header-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.75rem;
}
@media screen and (max-width: 1199.98px) {
  header .header-container {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
}
header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
header .header-left a img {
  height: 22px;
  width: 160px;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1199.98px) {
  header .header-right {
    gap: 0.5rem;
  }
}
header .header-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
header .header-right li.app-download {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer;
  gap: 0.75rem;
}
@media screen and (max-width: 1199.98px) {
  header .header-right li.app-download {
    display: none;
  }
}
header .header-right li.app-download .qrcode-popup {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 150px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
header .header-right li.app-download .qrcode-popup img {
  height: 150px;
  width: 150px;
}
header .header-right li.app-download:hover .qrcode-popup {
  display: block;
}
header .header-right .divider {
  display: block;
  height: 50%;
  width: 1px;
  background-color: #9c9c9c;
}
header .header-right .social-links a img {
  height: 28px;
  width: 28px;
}
header .header-right .social-links a img:hover {
  opacity: 0.75;
}

.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 40px);
  height: calc(var(--vh, 1vh) * 100 - 40px);
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.main {
  width: 100%;
  height: 100%;
  max-width: 576px;
  position: relative;
}
.main .snow-top {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 100%;
}

#app {
  width: 100%;
  height: 100%;
}

canvas {
  max-width: 576px;
  max-height: 768px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

body.modal-open {
  overflow: hidden;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

.modal-dialog {
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}

.modal-title {
  margin: 0;
  font-size: 1.1rem;
}

.close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.modal-body {
  padding: 8px 16px;
}

.modal-body ul {
  margin: 0;
  padding-left: 5px;
  list-style: none;
}

.modal-body ul li {
  margin-bottom: 8px;
}

.modal-footer {
  padding: 8px 16px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  border: 0;
  border-radius: 6px;
  padding: 6px 16px;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.modal-game * {
  border: none;
  background: none;
}
@media screen and (max-width: 575.98px) {
  .modal-game .modal-body {
    padding-top: 20%;
  }
}
.modal-game .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}
@media screen and (max-width: 575.98px) {
  .modal-game .btns {
    margin-top: -8%;
  }
}
.modal-game .btns a {
  display: block;
  width: 35%;
  max-width: 160px;
  margin: 0 10px;
}

#remind .modal-title {
  color: #3b5c8a;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  #remind .modal-title {
    font-size: 1.25rem;
  }
}
#remind .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-body ul li span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .modal-body ul li span {
    font-size: 1rem;
  }
}
.modal-body ul.decimal {
  list-style: decimal;
  padding-left: 20px;
}
.modal-body ul.decimal li {
  margin-bottom: 4px;
}
.modal-body ul.dot li span {
  font-size: 1rem;
  margin-left: -0.75rem;
  font-weight: normal;
}/*# sourceMappingURL=all.css.map */