section {
  min-width: 320px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
section > img {
  width: auto;
  width: 100%;
}
section .group {
  position: absolute;
}
#mainWrite h3 {
  border: none;
}
#mainWrite p {
  text-align: justify;
}
.pchide {
  display: none;
}
.mhide {
  display: block;
}
@media (max-width: 1000px) {
  .pchide {
    display: block;
  }
  .mhide {
    display: none;
  }
}
#mainWrite .w3-container {
  padding: 0;
}
@media (min-width: 992px) {
  #mainWrite .w3-container {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .content > .w3-container {
    padding: 0;
  }
}
#section1 p {
  text-align: center;
}
.mhide #section2 > .container:nth-of-type(1) > img,
#section3 > .container:nth-of-type(1) > img,
#section4 > .container:nth-of-type(1) > img,
#section5 > .container:nth-of-type(1) > img,
#section6 > .container:nth-of-type(1) > img {
  display: inline-block;
  width: 30%;
  margin: 0 2%;
  vertical-align: bottom;
}
.mhide #section2 > .container:nth-of-type(1) > article,
#section3 > .container:nth-of-type(1) > article,
#section4 > .container:nth-of-type(1) > article,
#section5 > .container:nth-of-type(1) > article {
  display: inline-block;
  width: 60%;
  margin: 0 2% 5%;
}
.mhide #section2 > .container:nth-of-type(2) > .group {
  width: 40%;
  bottom: 385px;
  left: 120px;
}
.mhide #section2 > .container:nth-of-type(2) img,
.mhide #section3 > .container:nth-of-type(2) img,
.mhide #section4 > .container:nth-of-type(2) img,
.mhide #section5 > .container:nth-of-type(2) img {
  width: 100%;
}
.mhide #section3 > .container:nth-of-type(2) > .group {
  width: 40%;
  bottom: 420px;
  right: 85px;
}
.mhide #section4 > .container:nth-of-type(2) > .group {
  width: 95%;
  margin: 0 2.5%;
  top: 37%;
}
.mhide #section5 > .container:nth-of-type(2) > .group {
  width: 90%;
  margin: 0 5%;
  bottom: 50px;
}
.mhide #section6 > .container:nth-of-type(1) > article {
  display: inline-block;
  width: 60%;
  margin: 0 2% 2%;
}
@media (max-width: 999px) {
  #section1 article {
    padding: 0 5%;
  }
  #section1 h1 {
    font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
    color: #000;
  }
  #section1 h2 {
    margin-bottom: 3%;
    color: #000;
  }
  #section1 p {
    text-align: justify;
    margin: 0;
  }
}
@media (max-width: 600px) {
  #section1 h1 {
    font-size: 30px;
  }
  #section1 h2 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  #section1 h1 {
    font-size: 28px;
  }
}
.pchide section {
  margin-top: 5%;
}
.pchide #section8 .w3-container,
.pchide #section10 .w3-container,
.pchide #section12 .w3-container,
.pchide #section13 .w3-container,
.pchide #section14 .w3-container,
.pchide #section15 .w3-container,
.pchide #section16 article {
  padding: 3% 5%;
}
.pchide #section8 article > h3,
.pchide #section9 article > h3,
.pchide #section10 article > h3,
.pchide #section11 article > h3,
.pchide #section12 article > h3,
.pchide #section14 article > h3,
.pchide #section15 article > h3,
.pchide #section16 article > h3,
.pchide #section16 > h3 {
  margin-bottom: 5%;
  font-size: 35px;
  color: #000;
}
.pchide article > img {
  width: 100%;
  max-width: 600px;
}
.pchide #section9 article {
  padding: 3% 0;
}
.pchide #section9 article > img,
.pchide #section11 article > img,
.pchide #section13 article > img,
.pchide #section15 article > img,
.pchide #section16 article > img {
  max-width: 1000px;
}
.pchide #section13 article > h3 {
  font-size: 30px;
  color: #000;
}
.pchide #section13 article > h4 {
  font-size: 20px;
}
.pchide #section15 article > h3 {
  margin: 0;
}
.pchide #section16 article img {
  padding-left: 5%;
}
@media (max-width: 600px) {
  .pchide #section8 article > h3,
  .pchide #section9 article > h3,
  .pchide #section10 article > h3,
  .pchide #section11 article > h3,
  .pchide #section12 article > h3,
  .pchide #section14 article > h3,
  .pchide #section15 article > h3,
  .pchide #section16 article > h3,
  .pchide #section16 > h3,
  .pchide #section13 article > h3 {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .pchide #section13 article > h3 {
    font-size: 24px;
  }
  .pchide #section13 article > h4 {
    font-size: 18px;
  }
}
#section7 {
  margin-top: 0;
  background-color: #fff;
  color: #1a1a1a;
}
#section7 .w3-row .w3-third {
  width: 25%;
  margin: 0 38%;
  transition: 0.5s;
}
#section7 .w3-row .w3-third:hover {
  transform: scale(0.8);
}
@media (min-width: 1171px) {
  header .w3-container,
  .content .w3-container {
    padding: 0 1%;
  }
}
#section7 .group {
  position: absolute;
  top: 78%;
  right: 0;
  z-index: 1;
  display: block;
  max-width: 1600px;
  width: 100%;
  height: 100%;
}
#section7 .group {
  top: 8%;
  padding: 0px 13% 0%;
  /* left: 1%; */
}
#section7 .group h2 {
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #section7 .group {
    top: 14%;
    padding: 0px 20% 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #section7 .group {
    top: 4%;
    padding: 0px 6% 0%;
  }
  #section7 .group h2 {
    font-size: 1.8rem;
  }
  #section7 .group p {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #section7 .group {
    top: 3%;
    padding: 0px 2% 0%;
  }
}
@media screen and (min-width: 420px) and (max-width: 575px) {
  #section7 .group {
    top: 3%;
    padding: 0px 0% 0%;
  }
}
@media screen and (min-width: 320px) and (max-width: 419px) {
  #section7 .group {
    top: 2%;
    padding: 0px 0% 0%;
  }
  #section7 .group h2 {
    font-size: 1.4rem;
  }
  #section7 .group P {
    font-size: 0.8rem;
  }
}
#section7 .group h6 {
  color: #fff;
}
#section17 .w3-row img {
  width: 75%;
  margin-left: 25%;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #section17 .w3-row img {
    margin-left: 22%;
  }
}
@media screen and (min-width: 420px) and (max-width: 575px) {
  #section17 .w3-row img {
    margin-left: 22%;
  }
}
@media screen and (min-width: 320px) and (max-width: 419px) {
  #section17 .w3-row img {
    margin-left: 22%;
  }
}
@media (max-width: 680px) {
  section h2 {
    font-size: 25px;
  }
}
@media (max-width: 419px) {
  section h2 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  section p {
    font-size: 14px;
  }
  section:last-of-type p {
    margin: 0;
  }
  #section7 .group {
padding: 0;
top: 2%;
  }
}
