@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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
}

a {
  text-decoration: none;
  color: #0033e8;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  overflow: hidden;
}
strong {
  font-weight: 600;
}
body {
  font-family: "PingFangHK", "Noto Sans TC", "Heiti TC", "微軟正黑體",
    Microsoft JhengHei, "Roboto Sans", Helvetica, Arial, sans-serif;
  background-color: #f5f6fa;
  color: #2f3030;
  border-radius: 4px;
}

ol,
ul {
  padding: 0px 15px;
  list-style-type: decimal;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Scss Document */
.body_article_txt {
  padding: 16px 16px 32px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.body_article_txt p + p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
.hder {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(47, 48, 48, 0.16);
}
.bold {
  font-weight: 600;
  font-size: 20px;
  margin: 16px 0px;
}
.body_article_txt ul {
  list-style-type: lower-alpha;
  margin-top: 24px;
}
.body_article_txt ol {
  margin-top: 24px;
}
ol li {
  margin-bottom: 0px !important;
}
.body_article_txt li {
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
div + ul {
  margin-top: 0px !important;
}
/*--------------------setting the responsive screen size--------------------*/
@media screen and (min-width: 660px) {
  .hder {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .body_article_txt {
    padding: 16px 24px 32px;
  }
  .bold {
    margin: 24px 0px;
  }
}
