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%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-attachment: fixed, fixed;
  background: #91c1d885;
  background-image: url(images/overlay-pattern.png), url(images/overlay.svg);
  background-position: top left, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  left: 0;
  top: 0;
  width: 100%;
  color: #464646;
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
  line-height: 1.6;
  font-size: 1rem;
}

li {
  padding-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

.style1 {
  color: #0000ff;
  font-weight: bold;
}

.title {
  padding-left: 30px;
}

h1 {
  font-size: calc(32px + (56 - 32) * (100vw - 320px) / (1920 - 320));
  font-weight: 900;
  padding-top: 5px;
}

h2 {
  font-size: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 900;
  line-height: 1.3;
  color: #458288;
  text-align: center;
  padding-bottom: 20px;
}

p {
  font-size: 1.25em;
  margin: 0.5em 0 0 0;
}

.top,
.add {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 400px) {
  .top,
  .add {
    flex-direction: column;
    text-align: center;
  }
}

.add {
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
}

.top img {
  height: calc(80px + (110 - 80) * (100vw - 320px) / (1920 - 320));
}

.bg {
  background-color: #ffffffdb;
  padding: 30px;
  box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
}

.but {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

@media (max-width: 400px) {
  .but {
    flex-direction: column;
    text-align: center;
  }
}

.grid_but,
.grid_but:before {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  cursor: pointer;
  min-width: 80px;
  background-image: linear-gradient(to top, #9ab7d6 0%, #fff 80%, #fdfdfd 100%);
  border-radius: 90px;
  border: 1px solid #eaeaea;
  font-size: 18px;
  text-align: center;
  padding: 8px 20px;
  margin: 10px;
}

.grid_but:hover {
  background: #85d8ff;
  background: linear-gradient(to top, #eecec1 0%, #fbe1db 80%, #f2e9e5 100%);
}

.grid_but2,
.grid_but2:before {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  cursor: pointer;
  min-width: 80px;
  background-image: linear-gradient(
    to top,
    #c68a8d 0%,
    #fbe4e4 80%,
    #eec8c8 100%
  );
  border-radius: 5px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
}

.grid_but2:hover {
  background: #85d8ff;
  background: linear-gradient(to top, #ffffff 0%, #c5deea 80%, #d6e6ed 100%);
}

a:link {
  color: #464646;
  text-decoration: underline;
  font-weight: 600;
}

a:visited {
  color: #680117;
  text-decoration: none;
}

a:hover {
  color: #680117;
  text-decoration: underline;
}
