.picBox {
  position: relative;
  overflow: hidden;
}
/********************/
.Apic01 {
  width: 62%;
  position: relative;
  margin: 0 auto;
  z-index: 100;
  opacity: 1;
}
.Apic01 > img {
  position: relative;
  z-index: 100;
}
.Apic02 {
  position: absolute;
  z-index: 110;
  width: 46%;
  left: 12%;
  bottom: 0%;
}
.Apic03 {
  position: absolute;
  z-index: 120;
  width: 45%;
  right: 8%;
  bottom: 0%;
}
/********************/
.Bpic01 {
  width: 55.6%;
  position: relative;
  margin: 0 auto;
  z-index: 100;
  opacity: 1;
}
.Bpic01 > img {
  position: relative;
  z-index: 100;
}
@keyframes Bpic02ani {
  0% {
    transform: translate3d(-100%, 0%, 0);
    opacity: 0;
  }
  7% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
  80% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
  85% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
}
@keyframes Bpic03ani {
  0% {
    transform: translate3d(100%, 0%, 0);
    opacity: 0;
  }
  7% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
  80% {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
  }
  85% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
}
.Bpic02 {
  position: absolute;
  z-index: 110;
  opacity: 0;
  width: 100%;
  left: -41%;
  bottom: 0%;
}
.Bpic02ani {
  animation: Bpic02ani 8s linear infinite;
}
.Bpic03 {
  position: absolute;
  z-index: 109;
  opacity: 0;
  width: 100%;
  right: -32%;
  bottom: 0%;
}
.Bpic03ani {
  animation: Bpic03ani 8s linear infinite;
}
@keyframes Bpic04ani {
  0% {
    width: 82%;
    left: 9%;
    bottom: 55.8%;
    opacity: 0;
  }
  9% {
    width: 130%;
    left: -15%;
    bottom: 54%;
    opacity: 1;
  }
  85% {
    width: 130%;
    left: -15%;
    bottom: 54%;
    opacity: 1;
  }
  90% {
    width: 130%;
    left: -15%;
    bottom: 54%;
    opacity: 0;
  }
  100% {
    width: 130%;
    left: -15%;
    bottom: 54%;
    opacity: 0;
  }
}
.Bpic04ani {
  animation: Bpic04ani 8s linear infinite;
}
.Bpic04 {
  position: absolute;
  z-index: 108;
  opacity: 0;
}
/********************/
.Cpic01 {
  width: 62%;
  position: relative;
  margin: 0 auto;
  z-index: 100;
  opacity: 1;
}
.Cpic01 > img {
  position: relative;
  z-index: 100;
}
.Cpic01::after {
  position: absolute;
  content: "";
  background: #f9f9f9;
  width: 200%;
  height: 15%;
  z-index: 130;
  left: -50%;
  bottom: 0;
}
.Cpic02 {
  position: absolute;
  z-index: 140;
  left: -8%;
  bottom: 10%;
  width: 75%;
}
.Cpic03 {
  position: absolute;
  z-index: 150;
  right: -8%;
  bottom: 10%;
  width: 40%;
}
/********************/
.myLink {
  position: relative;
  z-index: 800;
  display: inline-block;
  color: #9A7FDD;
  text-decoration: none;
  font-size: 0.92em;
  vertical-align: top;
  padding: 0.4em 1em;
  border: 1px solid #9A7FDD;
  border-radius: 300px;
  margin: 2em 0 0em 0;
  background: #ffffff;
  cursor: pointer;
}
.myLink > img {
  display: inline-block;
  height: 0.92em;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 0.4em;
}
.myLink:hover {
  text-decoration: none;
  border: 1px solid #9A7FDD;
}
.myLink02 {
  position: relative;
  z-index: 800;
  display: inline-block;
  color: #9A7FDD;
  text-decoration: none;
  font-size: 0.92em;
  vertical-align: top;
  padding: 0.4em 1em;
  border: 1px solid #9A7FDD;
  border-radius: 300px;
  margin: 0em 0 0em 0;
  background: #ffffff;
  cursor: pointer;
}
.myLink02 > img {
  display: inline-block;
  height: 0.92em;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 0.4em;
}
.myLink02:hover {
  text-decoration: none;
  border: 1px solid #9A7FDD;
}
/*********文件表***********/
.paperPre {
  display: none;
  background: rgba(52, 52, 73, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: scroll;
  left: 0;
  top: 0;
  z-index: 961;
}
.paperBox {
  position: relative;
  margin: 4em auto 3em auto;
  width: 90%;
}
.paperClose {
  position: absolute;
  right: 0%;
  top: -3em;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.paperClose02 {
  display: inline-block;
  font-size: 0.7em;
  color: #ffffff;
  text-align: center;
  padding: 0.7em 1.2em;
  border-radius: 300px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  margin: 1.5em 0 0 0;
}
.paperTitle {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.3em;
  margin: 0 0 0.4em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.paperPS {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 0.4em 0;
}
.paperTxt {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0 0 1em 0;
  text-align: justify;
}
.paperTable {
  width: 100%;
  border-left: 1px solid #9a77db;
  border-top: 1px solid #9a77db;
  margin: 0 0 0.5em 0;
}
.paperTable th {
  border-right: 1px solid #9a77db;
  border-bottom: 1px solid #9a77db;
  color: #ffffff;
  padding: 0.5em 0.4em;
  font-size: 0.8em;
  line-height: 1.3em;
  background: #7b34c6;
  text-align: center;
  vertical-align: middle;
}
.paperTable td {
  border-right: 1px solid #9a77db;
  border-bottom: 1px solid #9a77db;
  color: #000000;
  background: #ffffff;
  padding: 0.5em 0.4em;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  vertical-align: middle;
}
.moLine {
  display: block;
}
@media screen and (min-width: 821px) {
  /********************/
  .Cpic01 {
    width: 62%;
    position: relative;
    margin: 0 auto;
    z-index: 100;
    opacity: 1;
  }
  .Cpic01 > img {
    position: relative;
    z-index: 100;
  }
  .Cpic01::after {
    position: absolute;
    content: "";
    background: #f9f9f9;
    width: 110%;
    height: 15%;
    z-index: 130;
    left: -5%;
    bottom: 0;
  }
  /*********級距表***********/
  .paperPre {
    display: none;
    background: rgba(52, 52, 73, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    z-index: 961;
  }
  .paperBox {
    position: relative;
    margin: 4em auto 3em auto;
    width: 90%;
  }
  .paperClose {
    position: absolute;
    right: 0%;
    top: -3em;
    background: #000000;
    border-radius: 300px;
    border: 2px solid #ffffff;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    box-sizing: border-box;
    cursor: pointer;
  }
  .paperClose02 {
    display: inline-block;
    font-size: 0.8em;
    color: #ffffff;
    text-align: center;
    padding: 0.7em 1.2em;
    border-radius: 300px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    margin: 1.5em 0 0 0;
  }
  .paperTitle {
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 0.8em 0;
  }
  .paperPS {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0 0 0.4em 0;
  }
  .paperTxt {
    font-size: 0.8em;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0 0 1em 0;
    text-align: justify;
  }
  .paperTable {
    width: 100%;
    border-left: 1px solid #9a77db;
    border-top: 1px solid #9a77db;
    margin: 0 0 0.5em 0;
  }
  .paperTable th {
    border-right: 1px solid #9a77db;
    border-bottom: 1px solid #9a77db;
    color: #ffffff;
    padding: 0.5em 0.4em;
    font-size: 0.8em;
    line-height: 1.3em;
    background: #7b34c6;
    text-align: center;
    vertical-align: middle;
  }
  .paperTable td {
    border-right: 1px solid #9a77db;
    border-bottom: 1px solid #9a77db;
    color: #000000;
    background: #ffffff;
    padding: 0.5em 0.4em;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
    vertical-align: middle;
  }
  .moLine {
    display: inline-block;
  }
}
@media screen and (min-width: 451px) and (max-width: 820px) {
}
