html,
body {
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}
a:not([default]) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-size: inherit;
}
img {
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
svg {
  width: 100%;
}
* {
  box-sizing: border-box;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding-left: 1em;
}
ul li::before {
  font-size: inherit;
}
ul li ::marker {
  text-indent: 0 !important;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
  padding-left: 1.2em;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul._dot {
  list-style: none;
  padding: 0;
  padding-left: 1em;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.vtc > * {
  vertical-align: middle;
}
.vtc::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  font-size: 0;
}
.slime {
  animation: 1.3s slime infinite;
}
@media (min-width: 1501px) {
  .up_nb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .up_nb2_hide {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .mb2_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .up_lg2_hide {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .lg2_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
.frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 1px;
  font-size: 16px;
}
@media (max-width: 400px) {
  .frame {
    font-size: 5.3vw;
  }
}
.frame > :not(._fill) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.frame > * {
  width: 100%;
}
.frame * {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.swiper_frame {
  position: relative;
  max-height: 80%;
  overflow: hidden;
}
.swiper_frame::before {
  content: "";
  display: block;
  padding-top: 122%;
}
.swiper_frame .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination_fill {
  height: 2%;
  max-height: 20px;
}
.pagination {
  margin-bottom: auto;
  font-size: 1.5vh;
}
.swiper-pagination-bullets {
  text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 1em;
  height: 1em;
  background-color: #E9E9EA;
}
.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1em;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #4765FF;
}
.img_box {
  cursor: pointer;
  height: 100%;
}
.img_box .img {
  height: 100%;
  background: no-repeat center top;
  background-color: #ffffff;
  background-size: contain;
}
.check_ctn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8em 0;
}
.check_ctn .check_btn {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 80%;
}
.check_ctn #check {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #4765FF;
  margin-right: 0.6em;
  background: no-repeat center;
  background-size: 60% auto;
}
.check_ctn #check.active {
  background-color: #4765FF;
  background-image: url("../img/check.svg");
}
.check_ctn .text {
  color: #4765FF;
  font-weight: bold;
}
.btn_ctn {
  padding-top: 0 !important;
  padding: 0.7em 0;
  max-width: 80%;
  margin: 0 auto;
}
.btn_ctn .btn {
  cursor: pointer;
  background-color: #4765FF;
  font-size: 90%;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1;
  padding: 0.9em 0;
}
