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;
  -webkit-box-sizing: border-box;
          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%;
}


.project {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}
.project * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Microsoft JhengHei", "Noto Sans TC";
}
.project a {
  color: #222222;
  text-decoration: none;
}
.project a:focus {
  outline: none;
}
.project .container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.project header {
  position: relative;
  background-color: #91ccf4;
}
.project header .container {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .project header .container {
    margin-right: auto;
  }
}
.project header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project header nav .logo a {
  display: block;
  max-width: 224px;
}
.project header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project header nav ul li {
  margin: 0 5px;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  position: relative;
}
.project header nav ul li:hover {
  background-color: #fe8220;
}
.project header nav ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.project header nav ul li:last-child::after {
  display: none;
}
@media (min-width: 981px) {
  .project header nav ul li::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 30px;
    width: 1px;
    background-color: #fff;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 981px) {
  .project header nav ul li.on {
    background-color: #fe8220;
  }
}
.project .menuBtn {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 200;
  background-color: #fff;
  border: 2px solid #2e4864;
}
.project .menuBtn .close {
  display: none;
}

@media screen and (min-width: 981px) {
  header.fix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 149;
  }
}
.forzen {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.none {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .project header {
    top: 0;
    padding-top: 60px;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    z-index: 199;
    background-color: #91ccf4;
    height: 100vh;
  }
  .project header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project header nav {
    padding-bottom: 60px;
    height: auto;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project header nav .logo {
    display: block;
    max-width: 250px;
    margin: 0 auto 1.25rem auto;
  }
  .project header nav ul.row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .project header nav ul {
    height: auto;
    margin: 0 auto;
  }
  .project header nav ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .project header nav ul li:last-child {
    border-bottom: none;
  }
  .project header nav ul li a {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-bottom: unset;
  }
  .project header nav ul li a:hover {
    border-bottom: unset;
  }
  .project header nav ul li.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project header nav ul li.icon a.home {
    max-width: 21px;
  }
  .project header nav ul li.icon a {
    max-width: 12px;
    border-bottom: none;
  }
  .project header nav ul li.icon a:hover {
    border-bottom: none;
  }
  .project header.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .project .menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
  }
  .project .menuBtn > span {
    display: block;
    position: absolute;
    width: 55%;
    height: 1.5px;
    background-color: #2e4864;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .project .menuBtn > span:first-child {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  .project .menuBtn > span:nth-child(2) {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  .project .menuBtn > span:nth-child(3) {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  .project .closeBtn span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .project .closeBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .project .closeBtn span:nth-child(2) {
    opacity: 0;
  }
}