@charset "UTF-8";
html, body {
  background: none;
  line-height: 1.75em;
  font-size: 19px;
  -webkit-text-size-adjust: none; /*iPhone旋轉後 文字不要放大*/
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  html, body {
    font-size: 16px;
  }
}

h1 {
  display: none;
}

.w187719 .info6, .w187719 .info5, .w187719 .info4, .w187719 .info3, .w187719 .info2, .w187719 .info1, .w187719 .table-text6, .w187719 .table-text5, .w187719 .table-text4, .w187719 .table-text3, .w187719 .table-text2, .w187719 .table-text1, .w187719 .table-text, .w187719 .info, .w187719 .h4 {
  width: initial;
}

.text-danger {
  color: #ff5858;
}

.text-fun {
  color: #f7f40a;
}

.text-primary {
  color: #92bbff;
}

@media (max-width: 1399px) {
  .w187719 .wrapper {
    background: var(--src) 50% 0%/150% no-repeat;
  }
}
.w187719 .slogan {
  -webkit-animation: fadeInDown 0.5s, pulse 2s 2s infinite;
          animation: fadeInDown 0.5s, pulse 2s 2s infinite;
}
.w187719 .logo img {
  display: block;
  width: 100%;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}
.w187719 .h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.w187719 .table-text6, .w187719 .table-text5, .w187719 .table-text4, .w187719 .table-text3, .w187719 .table-text2, .w187719 .table-text1, .w187719 .table-text {
  word-wrap: break-word;
  word-break: keep-all;
  line-height: 1.5;
}
.w187719 a {
  cursor: pointer;
}
.w187719 a:hover {
  text-decoration: none;
  color: #ed88ff;
}
.w187719 .gototop a {
  cursor: pointer;
}
.w187719 .gototop a:hover {
  text-decoration: none;
  color: #53cbff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #111;
  color: #fff;
  border: 1px solid #3376e7;
  border-radius: 12px;
  width: 90%;
  max-width: 960px;
  position: fixed;
  line-height: 1.8;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal-content span {
  word-break: break-all;
}
.modal .close {
  position: absolute;
  display: block;
  top: -1.470588%;
  right: -2%;
  width: 50px;
  height: 50px;
  background-image: url(../../images/btn_close.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 798px), only screen and (max-height: 798px) {
  .modal .close {
    width: 35px;
    height: 35px;
  }
}
.modal .modal-text {
  overflow: auto;
  padding: 2rem;
  padding-top: 0;
  max-height: 82dvh;
  margin: 32px 22px;
}
.modal .modal-text h3,
.modal .modal-text p {
  margin-left: -22px;
}
.modal .modal-text ul {
  margin-left: 1em;
  list-style: disc;
}
.modal .modal-text ul ul {
  list-style: circle;
  margin-left: 2em;
}
.modal .modal-text::-webkit-scrollbar {
  width: 8px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.modal .modal-text::-webkit-scrollbar-thumb {
  width: 6px;
  padding: 2px;
  background: rgba(79, 79, 79, 0.671);
  border-radius: 5px;
}
@media screen and (orientation: landscape) and (max-height: 420px) {
  .modal .modal-text {
    max-height: 70dvh;
  }
}