#error[data-v-53f1073e] {
  width: 100%;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px !important;
  background-color: #FBFBFB;
}
@media (max-width: 1023.98px) {
#error[data-v-53f1073e] {
    top: 70px !important;
    height: calc(100vh - 70px);
}
}
#error .msg[data-v-53f1073e] {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 3.2px;
  color: #555555;
  white-space: pre-line;
  margin-bottom: 110px;
}
@media (max-width: 1023.98px) {
#error .msg[data-v-53f1073e] {
    margin-bottom: 60px;
}
}
#error .icons[data-v-53f1073e] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16.5px;
}
#error .icons span[data-v-53f1073e] {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#error .icons span a[data-v-53f1073e] {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#error .icons span img[data-v-53f1073e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
#error .icons span[data-v-53f1073e]:not(:last-of-type) {
  margin-right: 28.04px;
}
#error .subtitle[data-v-53f1073e] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #555555;
}
#error hr[data-v-53f1073e] {
  width: 24px;
  height: 0;
  border-bottom: 0 solid #555555;
  margin-top: 24px;
}
