@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Noto+Serif+TC:wght@300;500&display=swap");
body,
select,
input,
button {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

footer .linkBox {
  text-align: center;
  padding: 0;
  padding: 15px 0 20px;
  margin: 0;
}
footer .linkBox li {
  display: inline-block;
  vertical-align: middle;
  color: #221815;
  font-size: 14px;
}
footer .linkBox li.vr {
  width: 1px;
  height: 16px;
  background-color: #999999;
  margin: 0 8px;
}
footer .linkBox li.vr:nth-child(7) {
  display: none;
}

footer .bottom {
  background-color: #221815;
  padding: 20px;
  text-align: center;
}
footer .bottom p {
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.5;
}
footer .bottom .vr {
  padding: 0 8px 0 5px;
}
footer .bottom .iconEmail {
  width: 14px;
  height: 10.5px;
  vertical-align: middle;
  opacity: 0.5;
}
footer .bottom .linkLogo {
  display: inline-block;
  margin: 8px 16px 0;
  width: 112px;
  height: 32px;
  background-size: cover;
}
footer .bottom .linkLogo.taicca {
  background-image: url(../images/TAICCA.png);
  background-position: center center;
}
footer .bottom .linkLogo.moc {
  background-image: url(../images/MOC_LOGO_WHITE_S.png);
  background-position: center -18px;
}

@media screen and (min-width: 425px) {
  footer .linkBox br {
    display: none;
  }
  footer .linkBox li.vr:nth-child(7) {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  footer .linkBox li {
    font-size: 16px;
  }
  footer .linkBox li a {
    padding: 0 15px;
  }
  footer .bottom {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1025px) {
  footer .linkBox li {
    transition: all 0.3s;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
header .pcMenu {
  display: none;
}
header .mbMenu {
  display: flex;
  justify-content: space-between;
  height: 56.19px;
  padding: 0 10px;
}
header .mbMenu .iconHam {
  width: 30px;
  height: 26.5px;
}
header .mbMenu .iconLogo {
  width: 100px;
  height: 36.19px;
}
header .mbMenu .iconSearch {
  width: 27px;
  height: 27px;
}
header ul {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
header ul li {
  display: inline-block;
}
@media (min-width: 1025px) {
  header {
    position: relative;
  }
  header .pcMenu {
    display: flex;
  }
  header .mbMenu {
    display: none;
  }
  header ul {
    padding: 16px 10px;
  }
  header .logoImg {
    width: 168px;
    margin-right: 35px;
  }
  header .list_item {
    font-size: 18px;
    margin: 16px 15px;
  }
  header .search {
    box-sizing: border-box;
    width: 270px;
    height: 33px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    margin-left: auto;
    position: relative;
  }
  header .search .select {
    display: inline-block;
    padding: 6px 6px 6px 15px;
    width: 75px;
    font-size: 14px;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    position: relative;
  }
  header .search .select .iconSelect {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    width: 8px;
    height: 5px;
  }
  header .search .val {
    display: inline-block;
    width: 163px;
    padding: 6px 15px;
    font-size: 14px;
    box-sizing: border-box;
    color: #999;
  }
  header .search .iconSearch {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8.5px;
    width: 17px;
    height: 17px;
  }
  header .login {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  header .login span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    height: 14px;
    width: 1px;
    background-color: #000;
  }
}
@media (min-width: 1200px) {
  header ul {
    padding: 20px 10px;
  }
}

.errorInner {
  background-color: #f6f6f6;
  padding: 80px 10px 30px;
  text-align: center;
}
.errorInner img {
  max-width: 1200px;
  width: 100%;
}
.errorInner .text {
  text-align: left;
  font-weight: 300;
  color: #333333;
  font-style: normal;
  margin: 0 auto;
  max-width: 718px;
  line-height: 2em;
  font-size: 18px;
  padding: 10px 30px;
}
.errorInner .text a {
  color: #e69312;
  display: inline-block;
  margin-top: 5px;
}
.errorInner .text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .errorInner {
    padding-top: 95px;
    padding-bottom: 50px;
  }
  .errorInner img {
    margin-bottom: 20px;
  }
  .errorInner .text a {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .errorInner {
    padding: 35px 10px 60px;
  }
}
