/* zins page global setting */
* {
  font-family: "Helvetica", "Roboto", "Arial", "PingFang TC", "PingFang SC",
    "Source Han Sans TC", "Droid Sans", "Microsoft JhengHei", "微軟正黑體",
    "Microsoft YaHei", "Hiragino Sans GB", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  min-width: 0;
  min-height: 0;
}
.font-loaded * {
  font-family: "Lato", "Helvetica", "Roboto", "Arial", "Noto Sans CJK TC",
    "Noto Sans TC", "PingFang TC", "PingFang SC", "Source Han Sans TC",
    "Droid Sans", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei",
    "Hiragino Sans GB", "sans-serif";
}
body {
  margin: 0;
}
.react-parallax-background {
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
/* global reset setting */
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 {
  font-weight: 300;
}
.bold {
  font-weight: 500;
}
.bold a {
  font-weight: 500;
}
.bold span {
  font-weight: 500;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
