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;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

img {
  display: block;
  border: none;
  width: 100%;
}

.timer-project {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}
.timer-project * {
  box-sizing: border-box;
  font-family: "Microsoft JhengHei";
}
.timer-project a {
  color: #222222;
  text-decoration: none;
}
.timer-project a:focus {
  outline: none;
}
.timer-project .container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.countdown {
  padding: 5px 0;
}

ul {
  display: flex;
  gap: 1px;
  justify-content: center;
}
ul li {
  font-size: 14px;
  color: #464644;
  letter-spacing: 1.5px;
  margin-right: 10px;
}
ul li span {
  font-size: 30px;
  color: #004BFF;
  letter-spacing: 1.5px;
}

@media (max-width: 980px) {
  ul li {
    margin-right: 5px;
  }
}/*# sourceMappingURL=timer.css.map */