@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Noto+Sans+TC&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/ryh1knm.css");
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;
}

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

body {
  line-height: 1;
}

ul {
  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;
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  color: #fff;
}

h3 {
  font-size: 2rem;
}
html,
body {
  background: #303030;
  font-family: "din-2014", "Noto Sans TC", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  html,
  body {
    font-size: 15px;
  }
}

body.focus {
  overflow: hidden;
}

.layout {
  display: flex;
  background: url("../images/index/bodyBg.svg") no-repeat;
  background-size: 48.71vw;
  background-position: top right;
  background-attachment: fixed;
  flex-wrap: wrap;
}
.layout > *:not(nav) {
  width: 100%;
  padding: 0 0 0 210px;
}
@media screen and (max-width: 1279px) {
  .layout > *:not(nav) {
    padding: 0 0 0 160px;
  }
}
@media screen and (max-width: 1023px) {
  .layout > *:not(nav) {
    padding: 0;
  }
}

.btnBox .btn {
  background: #e85400;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  padding: 1.125rem 1rem;
  min-width: 187px;
  transition: background 0.3s ease, color 0.3s ease;
}
.btnBox .btn svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
.btnBox .btn:hover {
  color: #e85400;
  background: #fff;
}
.btnBox .btn:hover svg path {
  fill: #e85400;
}

main.In {
  padding: 0;
}
/*# sourceMappingURL=all.css.map */
