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;
  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 * {
  box-sizing: border-box;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
}
.project a {
  color: #222222;
  text-decoration: none;
}
.project a:focus {
  outline: none;
}
.project .container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.forzen {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.none {
  display: none !important;
}

.coming {
  padding-top: 144px;
  padding-bottom: 376px;
  background-color: #efefef;
}
.coming h2 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
}

.side {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  z-index: 50;
}

.file {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 120px;
  height: 115px;
  transition: 0.25s linear;
  z-index: 50;
  background-image: url(../images/download_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.file .pic {
  max-width: 40px;
}
.file p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (min-width: 981px) {
  .file:hover {
    background-image: url(../images/download_bg_h.png);
  }
}
@media screen and (max-width: 1440px) {
  .file {
    width: 85px;
    height: 85px;
  }
  .file .pic {
    max-width: 30px;
  }
  .file p {
    font-size: 12px;
  }
}

.uploadBtn {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 120px;
  height: 115px;
  transition: 0.25s linear;
  z-index: 50;
  background-image: url(../images/upload_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.uploadBtn .pic {
  max-width: 40px;
}
.uploadBtn p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (min-width: 981px) {
  .uploadBtn:hover {
    background-image: url(../images/upload_bg_h.png);
  }
}
@media screen and (max-width: 1440px) {
  .uploadBtn {
    width: 85px;
    height: 80px;
  }
  .uploadBtn .pic {
    max-width: 30px;
  }
  .uploadBtn p {
    font-size: 12px;
  }
}

.gotop {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 78px;
  height: 78px;
  transition: 0.25s linear;
  z-index: 50;
  background-image: url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gotop .pic {
  max-width: 40px;
}
@media (min-width: 981px) {
  .gotop:hover {
    background-image: url(../images/top_bg_h.png);
  }
}
@media screen and (max-width: 1440px) {
  .gotop {
    width: 60px;
    height: 60px;
  }
  .gotop .pic {
    max-width: 30px;
  }
}

@media screen and (max-width: 980px) {
  .file {
    width: 80px;
    height: 75px;
  }
  .file .pic {
    max-width: 25px;
  }
  .uploadBtn {
    margin-top: 10px;
    width: 80px;
    height: 75px;
  }
  .uploadBtn .pic {
    max-width: 25px;
  }
  .gotop {
    margin-top: 10px;
    width: 50px;
    height: 50px;
  }
  .gotop .pic {
    max-width: 30px;
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: #f4e4cb;
  border-top: 20px solid #b85024;
  border-left: 20px solid #b85024;
  border-right: 20px solid #b85024;
}
.header .container {
  max-width: 1792px;
}
.header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .logo_group {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .logo_group .logo {
  width: 200px;
}
.header .logo_group .logo a {
  -webkit-tap-highlight-color: transparent;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav ul {
  display: flex;
  gap: 30px;
}
.header .nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav ul li .pic {
  max-width: 24px;
}
.header .nav ul li .small {
  max-width: 21px;
}
.header .nav ul li .big {
  max-width: 29px;
}
.header .nav ul li a {
  z-index: 2;
  position: relative;
  transition: 0.15s linear;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.header .nav ul li a p {
  transition: 0.15s linear;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.header .nav ul li a:hover {
  border-bottom: 2px solid #990000;
}
.header .nav .icon_group {
  display: flex;
  margin-left: 36px;
  gap: 12px;
}
.header .nav .icon_group .logo {
  width: 48px;
}
.header .nav .icon_group .logo a {
  -webkit-tap-highlight-color: transparent;
}
.header .gotop:hover {
  transform: scale(1.1);
}

.header.show {
  background-color: #fcfaf4;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}

.header.open {
  transform: translate(0, 0);
}

.menuBtn {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 200;
  background-color: #fff;
}
.menuBtn .close {
  display: none;
}

.footer {
  background-color: #f5e5cc;
}
.footer .radius {
  padding-top: 50px;
  background-color: #fcfaf4;
  border-radius: 30px 30px 0 0;
}
.footer .container {
  max-width: 820px;
}
.footer .row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .row .pic1 {
  max-width: 205px;
}
.footer .row .pic2 {
  max-width: 265px;
}
.footer .row .pic3 {
  max-width: 86px;
}
.footer .row .ad {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  color: #000;
  border: 1px solid #000;
  padding: 2px 5px;
}
.footer .text {
  margin-top: 40px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .text p {
  margin-left: 10px;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: left;
  color: #1d1e1e;
  position: relative;
}
.footer .text .window,
.footer .text .phone {
  display: flex;
  align-items: start;
}
.footer .text .window .pic,
.footer .text .phone .pic {
  max-width: 15px;
  transform: translateY(5px);
}
.footer .text .icon_group {
  display: flex;
  margin-left: 36px;
  gap: 12px;
}
.footer .text .icon_group .logo {
  width: 48px;
}
.footer .text .icon_group .logo a {
  -webkit-tap-highlight-color: transparent;
}
.footer .bottom {
  background-color: #bb5226;
  padding: 15px 0;
}
.footer .bottom .links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer .bottom .links a,
.footer .bottom .links span,
.footer .bottom .links .copyright {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .bottom .links .copyright {
  margin-left: 70px;
}

@media screen and (max-width: 1440px) {
  .header .row .logo_group {
    gap: 5px;
  }
  .header .row .logo_group .logo {
    width: 80px;
  }
  .header .row .nav ul {
    gap: 10px;
  }
  .header .row .nav ul li .pic {
    width: 20px;
  }
  .header .row .nav ul li .small {
    max-width: 16px;
  }
  .header .row .nav ul li .big {
    max-width: 22px;
  }
  .header .row .nav ul li a {
    gap: 5px;
  }
  .header .row .nav .icon_group {
    margin-left: 9px;
    gap: 5px;
  }
  .header .row .nav .icon_group .logo {
    width: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    transform: translateY(-150%);
    border: unset;
    height: 100vh;
  }
  .header .row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
  }
  .header .row .logo_group {
    gap: 10px;
    align-items: center;
  }
  .header .row .logo_group .logo {
    width: 35vw;
    min-width: 100px;
  }
  .header .row .nav {
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .row .nav ul {
    flex-direction: column;
  }
  .header .row .nav ul li .pic {
    width: 28px;
  }
  .header .row .nav ul li a {
    gap: 10px;
  }
  .header .row .nav ul li a p {
    font-size: 24px;
  }
  .header .row .nav .icon_group {
    margin-top: 30px;
    margin-left: 0;
  }
  .header .row .nav .icon_group .logo {
    width: 48px;
  }
  .header.open {
    transform: translate(0, 0);
  }
  .header.show {
    background-color: #f4e4cb;
  }
  .menuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background-color: #952132;
  }
  .menuBtn > span {
    display: block;
    position: absolute;
    width: 55%;
    height: 1.5px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: all ease 0.3s;
  }
  .menuBtn > span:first-child {
    transform: translate(-50%, 0px);
  }
  .menuBtn > span:nth-child(2) {
    transform: translate(-50%, 10px);
  }
  .menuBtn > span:nth-child(3) {
    transform: translate(-50%, -10px);
  }
  .closeBtn span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .closeBtn span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .closeBtn span:nth-child(2) {
    opacity: 0;
  }
  .gotop {
    top: unset;
    bottom: 40px;
  }
  .footer .row {
    flex-wrap: wrap;
  }
  .footer .text {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    row-gap: 20px;
    gap: 50px;
  }
  .footer .text .icon_group {
    margin-left: 0;
  }
  .footer .bottom .links {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
  }
  .footer .bottom .links .copyright {
    margin-left: 0;
  }
  .footer .radius {
    border-radius: 15px 15px 0 0;
  }
}