<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: Microsoft JhengHei;
  scroll-behavior: smooth;
}

div {
  font-family: Microsoft JhengHei;
}

ol,
ul {
  font-family: Microsoft JhengHei;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background-color: rgb(20, 20, 20);
  background-image: url(../images/sky/starry2.jpg);
  background-attachment: fixed;
  background-position: center center;
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3, button {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  p, button.smallButton,
  li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3, button {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1rem;
  }
  p, button.smallButton,
  li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3, button {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  p, button.smallButton,
  li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3, button {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  p, button.smallButton,
  li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3, button {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 1.45rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3, button {
    font-size: 1.15rem;
  }
}
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

@media screen and (min-width: 1201px) {
  header {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding-bottom: 40px;
  }
}
div#menu {
  position: fixed;
  top: 0;
  right: 0;
}
div#menu span#menuSpan {
  position: relative;
  top: -10px;
  font-size: 1.8rem;
  color: yellow;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
div#menu img#menuImg {
  width: 50px;
}

@media screen and (min-width: 993px) {
  div#menu {
    display: none;
  }
}
ul#nav li {
  padding: 10px 4px;
}
ul#nav li a {
  color: #fbf6ce;
  text-decoration: none;
}
ul#nav li.focus, ul#nav li:hover {
  font-weight: 600;
  border-radius: 3px;
  background-color: rgba(35, 35, 119, 0.95);
}

@media screen and (min-width: 993px) {
  img#topLogo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100px;
  }
  ul#nav {
    margin-top: 30px;
    display: flex;
  }
  ul#nav li {
    margin: 0px 20px;
    border: 1px dashed hsla(53, 85%, 90%, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  ul#nav li#logoInNav {
    display: none;
  }
}
@media screen and (min-width: 1331px) {
  ul#nav {
    justify-content: center;
  }
}
@media screen and (max-width: 1330px) {
  ul#nav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  img#topLogo {
    position: relative;
    top: 10px;
    left: 20px;
    width: 70px;
  }
  div#menu {
    z-index: 200;
  }
  ul#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    z-index: 100;
  }
  ul#nav li {
    width: 50%;
    margin: 10px auto;
    border: 1px dashed none;
    text-align: center;
  }
  ul#nav li:nth-child(2) {
    margin-top: 100px;
  }
  ul#nav li#logoInNav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
  }
  ul#nav li#logoInNav a img {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 70px;
  }
  ul#nav.hidden {
    display: none;
  }
}
@media screen and (min-width: 1331px) {
  ul#nav li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1330px) {
  ul#nav li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  ul#nav li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 585px) {
  ul#nav li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  ul#nav li {
    font-size: 1.2rem;
  }
}
footer {
  box-sizing: border-box;
  background-position: center top;
}
footer ul.footer {
  box-sizing: border-box;
}
footer ul.footer li {
  margin: 0px 30px;
}
footer ul.footer li h3 {
  margin-bottom: 10px;
}
footer ul.footer li h3 a {
  color: rgb(209, 209, 209);
}
footer ul.footer li p a {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.8);
}
footer ul.footer li p a img {
  width: 75%;
  max-width: 220px;
  z-index: 3;
}
footer ul.footer li h3,
footer ul.footer li p {
  text-align: center;
}
footer ul.footer li h3 a,
footer ul.footer li p a {
  text-decoration: none;
}

@media screen and (min-width: 586px) {
  footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  footer ul.footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 585px) {
  footer {
    padding: 40px 0px;
  }
  footer ul.footer {
    display: block;
  }
  footer ul.footer li h3,
  footer ul.footer li p {
    text-shadow: 0 0 0.8rem black;
    text-align: center;
  }
  footer ul.footer li:first-child {
    margin-bottom: 10px;
  }
}
div.board {
  background-color: rgba(30, 29, 32, 0.85);
  box-sizing: border-box;
  margin: 0px auto 30px auto;
  padding: 10px 24px;
  border-radius: 20px;
}
div.board h1 {
  margin: 10px 0px;
  color: yellow;
}
div.board h2 {
  color: white;
}
div.board h3,
div.board h4,
div.board h5,
div.board p {
  color: rgb(180, 180, 180);
}
div.board hr {
  border: 1px dashed rgba(180, 180, 180, 0.3);
}
div.board .marginTop20 {
  margin-top: 20px;
}

@media screen and (min-width: 1201px) {
  div.width70 {
    width: 70%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  div.width70 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  div.width70 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  div.width70 {
    width: 96%;
  }
}
@media screen and (min-width: 1201px) {
  div.width80 {
    width: 80%;
    max-width: 1200px;
  }
  div.width90,
  ul.width90 {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  div.width80 {
    width: 80%;
    max-width: 1200px;
  }
  div.width90,
  ul.width90 {
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 585px) {
  div.width80,
  div.width90,
  ul.width90 {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  div.width80,
  div.width90,
  ul.width90 {
    width: 98%;
  }
}
@media screen and (max-width: 376px) {
  div.width80,
  div.width90,
  ul.width90 {
    width: 100%;
  }
}
div#showboxWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
}
div#showboxWrap div#showbox {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-sizing: border-box;
  border: 1px dashed #FDF5D1;
  color: rgb(180, 180, 180);
  border-radius: 20px;
  padding: 0px 20px 20px 20px;
}
div#showboxWrap div#showbox h3 {
  margin: 10px 0px;
  text-align: center;
  color: white;
}
div#showboxWrap div#showbox p {
  color: #d9d9d9;
}
div#showboxWrap div#showbox button {
  font-size: 1rem;
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 4px;
}

h1.step {
  /*每個步驟的大標*/
  color: white;
  margin-top: 20px; /*要與前段保留適當的空間*/
  color: yellow;
  text-align: center;
}

p.DateTime {
  color: #bfbfbf;
  text-align: center;
}

ul.radio_array_type {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  align-items: self-start;
  padding-inline-start: 0px;
  color: white;
}
ul.radio_array_type li {
  max-width: 400px;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: rgba(30, 29, 32, 0.85);
  color: #cccccc;
  border-radius: 20px;
  text-align: center;
}
ul.radio_array_type li h4 {
  display: inline-flex;
}
ul.radio_array_type li p {
  margin-top: 10px;
  text-align: center;
}
ul.radio_array_type li p img { /*控制每張牌陣圖的位置*/
  width: 100%;
}

@media screen and (min-width: 769px) {
  ul.radio_array_type {
    display: flex;
    justify-content: space-between;
  }
  ul.radio_array_type li {
    margin: 0px 20px 50px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  ul.radio_array_type {
    display: block;
  }
  ul.radio_array_type li {
    margin: 0px auto 50px auto;
    width: 90%;
  }
}
img#washing {
  margin: 0px auto;
  filter: drop-shadow(0px 0px 40px rgb(164, 222, 255));
  width: 250px;
}

#washing.animate {
  animation-name: washing_pile;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

button#btn1 {
  background-color: #ffe15c;
  padding: 2px 20px;
  border-radius: 20px;
  font-weight: 700;
  color: rgb(104, 14, 14);
}

button#btn1:hover {
  background-color: yellow;
  color: red;
}

@keyframes washing_pile {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
#fadeOut.animate2 {
  opacity: 0;
  transition-delay: 3s;
}

p#pDirection {
  text-align: center;
  color: white;
}

ol#fadeIn {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -300px;
  opacity: 0;
}
ol#fadeIn li {
  margin-top: 10px;
  border: 3px solid #bbb7b8;
  border-right: 0px;
  background-color: #2f58a8;
  border-radius: 5px 0px 0px 5px;
  font-size: 14px;
  color: transparent;
  display: inline-block;
  height: 48px;
  width: 8px;
}
ol#fadeIn li:last-child {
  width: 34px;
  border: 3px solid #bbb7b8;
  border-radius: 5px;
}

.hightLight {
  border: 3px solid #bbb7b8;
  background-color: #2f58a8;
}

#fadeIn.animate3 {
  opacity: 1;
  transition-property: all;
  transition-delay: 3s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 901px) {
  ol#fadeIn {
    width: 890px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  ol#fadeIn {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  ol#fadeIn li div.md {
    width: 34px;
    height: 48px;
    border: 3px solid #bbb7b8;
    background-color: #2f58a8;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    top: -3px;
    left: -3px;
  }
}
@media screen and (max-width: 585px) {
  ol#fadeIn {
    width: 280px;
    margin: 0 auto;
  }
  ol#fadeIn li div.sm_1 {
    width: 34px;
    height: 48px;
    border: 3px solid #bbb7b8;
    background-color: #2f58a8;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    top: -3px;
    left: -3px;
  }
}
@media screen and (max-width: 376px) {
  ol#fadeIn {
    margin-left: 4px;
  }
}
ul.ulOutPut {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(30, 29, 32, 0.85);
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
ul.ulOutPut li {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}
ul.ulOutPut li img {
  margin: 20px auto;
  border-radius: 5px;
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
}
ul.ulOutPut li.reverse img {
  transform: scaleY(-1);
}

ul.ulOutPut7 {
  background-color: rgba(30, 29, 32, 0.85);
  border-radius: 20px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
ul.ulOutPut7 li {
  width: 30%;
  box-sizing: border-box;
  text-align: center;
}
ul.ulOutPut7 li img {
  margin: 0px auto;
  border-radius: 5px;
  width: 100%;
  max-width: 120px;
  box-sizing: border-box;
}
ul.ulOutPut7 li.reverse img {
  transform: scaleY(-1);
}
ul.ulOutPut7 li:nth-child(1) img,
ul.ulOutPut7 li:nth-child(3) img,
ul.ulOutPut7 li:nth-child(4) img,
ul.ulOutPut7 li:nth-child(6) img {
  position: relative;
  top: 50%;
}

@media screen and (min-width: 481px) {
  ul.ulOutPut {
    justify-content: center;
  }
  ul.ulOutPut li img {
    border: 8px solid white;
  }
  ul.ulOutPut7 {
    width: 90%;
  }
  ul.ulOutPut7 li img {
    border: 8px solid white;
  }
}
@media screen and (max-width: 480px) {
  ul.ulOutPut {
    justify-content: space-around;
  }
  ul.ulOutPut li img {
    border: 3px solid white;
  }
  ul.ulOutPut7 {
    width: 100%;
  }
  ul.ulOutPut7 li img {
    border: 3px solid white;
  }
}
p#pSug {
  text-align: center;
  color: rgb(200, 200, 200);
  padding: 0px 10px;
}
p#pSug h4, p#pSug h3 {
  text-align: center;
  color: white;
}

div.hidden {
  display: none;
}

div#paidService {
  margin: 10px auto;
  border: 1px dashed #fbf6ce;
  box-sizing: border-box;
  background-color: rgba(30, 29, 32, 0.85);
  padding: 10px 20px;
  border-radius: 10px;
  color: rgb(180, 180, 180);
}
div#paidService span.yellow {
  color: yellow;
  cursor: pointer;
}
div#paidService div.QandA h5 {
  margin-top: 20px;
}
div#paidService div.QandA ol {
  color: rgb(180, 180, 180);
  list-style: decimal;
}
div#paidService div.QandA ol a {
  color: #b3b34d;
}

@media screen and (min-width: 586px) {
  div#paidService div.QandA ol {
    margin-left: 60px;
  }
}
@media screen and (max-width: 585px) {
  div#paidService div.QandA ol {
    margin-left: 36px;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>