@charset "UTF-8";
:root {
  --grad-1: rgb(2,172,230);
  --grad-2: rgb(135,231,255);
}

#gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ecf9ff;
  background: linear-gradient(45deg, var(--grad-1) 0%, var(--grad-2) 100%);
}

.pgkv {
  position: relative;
  overflow: hidden;
}
.pgkv .fen {
  color: #234872;
  font-weight: 400;
  line-height: 1;
  padding-top: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  .pgkv .fen {
    font-size: 2.5em;
  }
}
@media all and (min-width: 576px) {
  .pgkv .fen {
    font-size: 5.5em;
  }
}
.pgkv .mtitle {
  color: #5D5D5D;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1em;
}
@media all and (max-width: 575px) {
  .pgkv .mtitle {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .pgkv .mtitle {
    font-size: 1.5em;
  }
}
.pgkv .bgcolor {
  background-color: #F3FBFF;
  position: absolute;
  left: 0;
  z-index: -1;
}
.pgkv .bgGradient {
  background-color: #ecf9ff;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: -1;
}
.pgkv .bgGradient:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat url(../svg/pg_kv.svg) left top/contain;
}
@media all and (max-width: 768px) {
  .pgkv .bgcolor {
    height: 9.5em;
    width: 71.3%;
    top: -50px;
  }
  .pgkv .txt_pos {
    height: 9em;
  }
  .pgkv .bgGradient {
    border-top-left-radius: 4.5em;
    width: 71.3%;
    margin-left: 20px;
  }
}
@media all and (min-width: 576px) {
  .pgkv {
    padding-top: 80px;
  }
  .pgkv .bgcolor {
    height: 320px;
    width: 42.3%;
    top: -100px;
  }
  .pgkv .txt_pos {
    height: 200px;
  }
  .pgkv .bgGradient {
    border-top-left-radius: 140px;
    margin-left: 16px;
    top: -5em;
    height: 280px;
  }
  .pgkv .fen {
    padding-top: 0.2em;
  }
}

@media all and (max-width: 990px) {
  .deco-txt {
    display: none;
  }
}
@media all and (min-width: 991px) {
  .deco-txt {
    position: fixed;
    top: 50%;
    right: calc(100% - 242px);
    width: 320px;
  }
}

.iridescence {
  -webkit-filter: blur(200px);
          filter: blur(200px);
  width: 100%;
  height: 100%;
  background: #a1a2ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iridescence div {
  position: absolute;
  border-radius: 50%;
  -webkit-animation-name: bokeh;
          animation-name: bokeh;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.iridescence div:nth-child(1) {
  width: 30.05966924rem;
  height: 30.05966924rem;
  top: 74%;
  left: 17%;
  color: #a2d3fe;
  opacity: 0.9;
  -webkit-box-shadow: 35.05966924rem 0 0.3720727611rem currentColor;
          box-shadow: 35.05966924rem 0 0.3720727611rem currentColor;
  -webkit-filter: brightness(345%) blur(100px);
          filter: brightness(345%) blur(100px);
  -webkit-transform-origin: 4rem 3rem;
          transform-origin: 4rem 3rem;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.iridescence div:nth-child(2) {
  width: 30.1272602097rem;
  height: 30.1272602097rem;
  top: 21%;
  left: 98%;
  color: #a2d3fe;
  opacity: 1.05;
  -webkit-box-shadow: 35.1272602097rem 0 0.4459665054rem currentColor;
          box-shadow: 35.1272602097rem 0 0.4459665054rem currentColor;
  -webkit-filter: brightness(212%) blur(100px);
          filter: brightness(212%) blur(100px);
  -webkit-transform-origin: 5rem -8rem;
          transform-origin: 5rem -8rem;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.iridescence div:nth-child(3) {
  width: 30.1813600405rem;
  height: 30.1813600405rem;
  top: 1%;
  left: 46%;
  color: #C6F8FF;
  opacity: 0.75;
  -webkit-box-shadow: 35.1813600405rem 0 0.4326888542rem currentColor;
          box-shadow: 35.1813600405rem 0 0.4326888542rem currentColor;
  -webkit-filter: brightness(330%) blur(100px);
          filter: brightness(330%) blur(100px);
  -webkit-transform-origin: -18rem 0rem;
          transform-origin: -18rem 0rem;
  -webkit-animation-duration: 38s;
          animation-duration: 38s;
}
.iridescence div:nth-child(4) {
  width: 30.4465745668rem;
  height: 30.4465745668rem;
  top: 47%;
  left: 2%;
  color: #ecf9ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.4465745668rem 0 0.5038545436rem currentColor;
          box-shadow: 35.4465745668rem 0 0.5038545436rem currentColor;
  -webkit-filter: brightness(241%) blur(100px);
          filter: brightness(241%) blur(100px);
  -webkit-transform-origin: 9rem -16rem;
          transform-origin: 9rem -16rem;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
}
.iridescence div:nth-child(5) {
  width: 30.0049207903rem;
  height: 30.0049207903rem;
  top: 72%;
  left: 76%;
  color: #ecf9ff;
  opacity: 0.75;
  -webkit-box-shadow: 35.0049207903rem 0 0.4676550221rem currentColor;
          box-shadow: 35.0049207903rem 0 0.4676550221rem currentColor;
  -webkit-filter: brightness(285%) blur(100px);
          filter: brightness(285%) blur(100px);
  -webkit-transform-origin: -14rem 14rem;
          transform-origin: -14rem 14rem;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.iridescence div:nth-child(6) {
  width: 30.1607519938rem;
  height: 30.1607519938rem;
  top: 12%;
  left: 97%;
  color: #679efe;
  opacity: 0.75;
  -webkit-box-shadow: 35.1607519938rem 0 0.5354104638rem currentColor;
          box-shadow: 35.1607519938rem 0 0.5354104638rem currentColor;
  -webkit-filter: brightness(294%) blur(100px);
          filter: brightness(294%) blur(100px);
  -webkit-transform-origin: 20rem 19rem;
          transform-origin: 20rem 19rem;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.iridescence div:nth-child(7) {
  width: 30.7424878215rem;
  height: 30.7424878215rem;
  top: 31%;
  left: 73%;
  color: #abe0ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.7424878215rem 0 0.4728572187rem currentColor;
          box-shadow: 35.7424878215rem 0 0.4728572187rem currentColor;
  -webkit-filter: brightness(312%) blur(100px);
          filter: brightness(312%) blur(100px);
  -webkit-transform-origin: 4rem 14rem;
          transform-origin: 4rem 14rem;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}
.iridescence div:nth-child(8) {
  width: 30.0755906144rem;
  height: 30.0755906144rem;
  top: 54%;
  left: 50%;
  color: #ecf9ff;
  opacity: 0.75;
  -webkit-box-shadow: 35.0755906144rem 0 0.5678419376rem currentColor;
          box-shadow: 35.0755906144rem 0 0.5678419376rem currentColor;
  -webkit-filter: brightness(349%) blur(100px);
          filter: brightness(349%) blur(100px);
  -webkit-transform-origin: 3rem -1rem;
          transform-origin: 3rem -1rem;
  -webkit-animation-duration: 44s;
          animation-duration: 44s;
}
.iridescence div:nth-child(9) {
  width: 30.2225400598rem;
  height: 30.2225400598rem;
  top: 48%;
  left: 73%;
  color: #abe0ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.2225400598rem 0 0.2949901502rem currentColor;
          box-shadow: 35.2225400598rem 0 0.2949901502rem currentColor;
  -webkit-filter: brightness(293%) blur(100px);
          filter: brightness(293%) blur(100px);
  -webkit-transform-origin: 2rem 12rem;
          transform-origin: 2rem 12rem;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.iridescence div:nth-child(10) {
  width: 30.5925391622rem;
  height: 30.5925391622rem;
  top: 19%;
  left: 42%;
  color: #02ACE6;
  opacity: 0.9;
  -webkit-box-shadow: 35.5925391622rem 0 0.2045724771rem currentColor;
          box-shadow: 35.5925391622rem 0 0.2045724771rem currentColor;
  -webkit-filter: brightness(285%) blur(100px);
          filter: brightness(285%) blur(100px);
  -webkit-transform-origin: -13rem 14rem;
          transform-origin: -13rem 14rem;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.iridescence div:nth-child(11) {
  width: 30.7958889863rem;
  height: 30.7958889863rem;
  top: 77%;
  left: 51%;
  color: #ecf9ff;
  opacity: 0.9;
  -webkit-box-shadow: 35.7958889863rem 0 0.3591878922rem currentColor;
          box-shadow: 35.7958889863rem 0 0.3591878922rem currentColor;
  -webkit-filter: brightness(348%) blur(100px);
          filter: brightness(348%) blur(100px);
  -webkit-transform-origin: 17rem 10rem;
          transform-origin: 17rem 10rem;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.iridescence div:nth-child(12) {
  width: 30.0597155897rem;
  height: 30.0597155897rem;
  top: 47%;
  left: 9%;
  color: #ecf9ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.0597155897rem 0 0.5193756817rem currentColor;
          box-shadow: 35.0597155897rem 0 0.5193756817rem currentColor;
  -webkit-filter: brightness(296%) blur(100px);
          filter: brightness(296%) blur(100px);
  -webkit-transform-origin: -11rem 1rem;
          transform-origin: -11rem 1rem;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.iridescence div:nth-child(13) {
  width: 30.4651425777rem;
  height: 30.4651425777rem;
  top: 12%;
  left: 22%;
  color: #87e7ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.4651425777rem 0 0.2081054499rem currentColor;
          box-shadow: 35.4651425777rem 0 0.2081054499rem currentColor;
  -webkit-filter: brightness(329%) blur(100px);
          filter: brightness(329%) blur(100px);
  -webkit-transform-origin: -19rem 6rem;
          transform-origin: -19rem 6rem;
  -webkit-animation-duration: 34s;
          animation-duration: 34s;
}
.iridescence div:nth-child(14) {
  width: 30.545576212rem;
  height: 30.545576212rem;
  top: 92%;
  left: 90%;
  color: #ecf9ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.545576212rem 0 0.5041066589rem currentColor;
          box-shadow: 35.545576212rem 0 0.5041066589rem currentColor;
  -webkit-filter: brightness(312%) blur(100px);
          filter: brightness(312%) blur(100px);
  -webkit-transform-origin: 10rem -17rem;
          transform-origin: 10rem -17rem;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.iridescence div:nth-child(15) {
  width: 30.8900851863rem;
  height: 30.8900851863rem;
  top: 17%;
  left: 76%;
  color: #02ACE6;
  opacity: 0.6;
  -webkit-box-shadow: 35.8900851863rem 0 0.3199056229rem currentColor;
          box-shadow: 35.8900851863rem 0 0.3199056229rem currentColor;
  -webkit-filter: brightness(212%) blur(100px);
          filter: brightness(212%) blur(100px);
  -webkit-transform-origin: 0rem -19rem;
          transform-origin: 0rem -19rem;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.iridescence div:nth-child(16) {
  width: 30.1946060851rem;
  height: 30.1946060851rem;
  top: 2%;
  left: 95%;
  color: #a2d3fe;
  opacity: 0.75;
  -webkit-box-shadow: 35.1946060851rem 0 0.6343222515rem currentColor;
          box-shadow: 35.1946060851rem 0 0.6343222515rem currentColor;
  -webkit-filter: brightness(278%) blur(100px);
          filter: brightness(278%) blur(100px);
  -webkit-transform-origin: 5rem -1rem;
          transform-origin: 5rem -1rem;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.iridescence div:nth-child(17) {
  width: 30.7272255361rem;
  height: 30.7272255361rem;
  top: 12%;
  left: 76%;
  color: #679efe;
  opacity: 0.75;
  -webkit-box-shadow: 35.7272255361rem 0 0.415684748rem currentColor;
          box-shadow: 35.7272255361rem 0 0.415684748rem currentColor;
  -webkit-filter: brightness(344%) blur(100px);
          filter: brightness(344%) blur(100px);
  -webkit-transform-origin: 7rem -10rem;
          transform-origin: 7rem -10rem;
  -webkit-animation-duration: 46s;
          animation-duration: 46s;
}
.iridescence div:nth-child(18) {
  width: 30.0146107496rem;
  height: 30.0146107496rem;
  top: 52%;
  left: 38%;
  color: #679efe;
  opacity: 1.05;
  -webkit-box-shadow: 35.0146107496rem 0 0.5617645077rem currentColor;
          box-shadow: 35.0146107496rem 0 0.5617645077rem currentColor;
  -webkit-filter: brightness(288%) blur(100px);
          filter: brightness(288%) blur(100px);
  -webkit-transform-origin: 6rem 2rem;
          transform-origin: 6rem 2rem;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.iridescence div:nth-child(19) {
  width: 30.2636280259rem;
  height: 30.2636280259rem;
  top: 69%;
  left: 81%;
  color: #abe0ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.2636280259rem 0 0.4475705582rem currentColor;
          box-shadow: 35.2636280259rem 0 0.4475705582rem currentColor;
  -webkit-filter: brightness(327%) blur(100px);
          filter: brightness(327%) blur(100px);
  -webkit-transform-origin: 10rem 2rem;
          transform-origin: 10rem 2rem;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.iridescence div:nth-child(20) {
  width: 30.6346135987rem;
  height: 30.6346135987rem;
  top: 44%;
  left: 17%;
  color: #02ACE6;
  opacity: 0.6;
  -webkit-box-shadow: 35.6346135987rem 0 0.6245789064rem currentColor;
          box-shadow: 35.6346135987rem 0 0.6245789064rem currentColor;
  -webkit-filter: brightness(223%) blur(100px);
          filter: brightness(223%) blur(100px);
  -webkit-transform-origin: 19rem 9rem;
          transform-origin: 19rem 9rem;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.iridescence div:nth-child(21) {
  width: 30.1721276983rem;
  height: 30.1721276983rem;
  top: 1%;
  left: 37%;
  color: #02ACE6;
  opacity: 0.9;
  -webkit-box-shadow: 35.1721276983rem 0 0.6074980322rem currentColor;
          box-shadow: 35.1721276983rem 0 0.6074980322rem currentColor;
  -webkit-filter: brightness(266%) blur(100px);
          filter: brightness(266%) blur(100px);
  -webkit-transform-origin: -1rem 16rem;
          transform-origin: -1rem 16rem;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.iridescence div:nth-child(22) {
  width: 30.1359581488rem;
  height: 30.1359581488rem;
  top: 66%;
  left: 78%;
  color: #abe0ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.1359581488rem 0 0.6733161311rem currentColor;
          box-shadow: 35.1359581488rem 0 0.6733161311rem currentColor;
  -webkit-filter: brightness(237%) blur(100px);
          filter: brightness(237%) blur(100px);
  -webkit-transform-origin: 4rem 5rem;
          transform-origin: 4rem 5rem;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.iridescence div:nth-child(23) {
  width: 30.0789982573rem;
  height: 30.0789982573rem;
  top: 25%;
  left: 9%;
  color: #679efe;
  opacity: 0.9;
  -webkit-box-shadow: 35.0789982573rem 0 0.5151442568rem currentColor;
          box-shadow: 35.0789982573rem 0 0.5151442568rem currentColor;
  -webkit-filter: brightness(346%) blur(100px);
          filter: brightness(346%) blur(100px);
  -webkit-transform-origin: -6rem 7rem;
          transform-origin: -6rem 7rem;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.iridescence div:nth-child(24) {
  width: 30.3356058355rem;
  height: 30.3356058355rem;
  top: 39%;
  left: 5%;
  color: #679efe;
  opacity: 1.05;
  -webkit-box-shadow: 35.3356058355rem 0 0.5053759357rem currentColor;
          box-shadow: 35.3356058355rem 0 0.5053759357rem currentColor;
  -webkit-filter: brightness(245%) blur(100px);
          filter: brightness(245%) blur(100px);
  -webkit-transform-origin: 19rem 0rem;
          transform-origin: 19rem 0rem;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
}
.iridescence div:nth-child(25) {
  width: 30.4653310317rem;
  height: 30.4653310317rem;
  top: 29%;
  left: 9%;
  color: #abe0ff;
  opacity: 0.9;
  -webkit-box-shadow: 35.4653310317rem 0 0.3326549543rem currentColor;
          box-shadow: 35.4653310317rem 0 0.3326549543rem currentColor;
  -webkit-filter: brightness(278%) blur(100px);
          filter: brightness(278%) blur(100px);
  -webkit-transform-origin: -19rem -12rem;
          transform-origin: -19rem -12rem;
  -webkit-animation-duration: 23s;
          animation-duration: 23s;
}
.iridescence div:nth-child(26) {
  width: 30.8639165083rem;
  height: 30.8639165083rem;
  top: 52%;
  left: 4%;
  color: #a2d3fe;
  opacity: 1.05;
  -webkit-box-shadow: 35.8639165083rem 0 0.6506135132rem currentColor;
          box-shadow: 35.8639165083rem 0 0.6506135132rem currentColor;
  -webkit-filter: brightness(289%) blur(100px);
          filter: brightness(289%) blur(100px);
  -webkit-transform-origin: -4rem -11rem;
          transform-origin: -4rem -11rem;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
}
.iridescence div:nth-child(27) {
  width: 30.144082168rem;
  height: 30.144082168rem;
  top: 85%;
  left: 14%;
  color: #02ACE6;
  opacity: 0.9;
  -webkit-box-shadow: 35.144082168rem 0 0.3405562076rem currentColor;
          box-shadow: 35.144082168rem 0 0.3405562076rem currentColor;
  -webkit-filter: brightness(235%) blur(100px);
          filter: brightness(235%) blur(100px);
  -webkit-transform-origin: 2rem -2rem;
          transform-origin: 2rem -2rem;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}
.iridescence div:nth-child(28) {
  width: 30.8687686687rem;
  height: 30.8687686687rem;
  top: 31%;
  left: 34%;
  color: #ecf9ff;
  opacity: 0.6;
  -webkit-box-shadow: 35.8687686687rem 0 0.2533856323rem currentColor;
          box-shadow: 35.8687686687rem 0 0.2533856323rem currentColor;
  -webkit-filter: brightness(218%) blur(100px);
          filter: brightness(218%) blur(100px);
  -webkit-transform-origin: -3rem -18rem;
          transform-origin: -3rem -18rem;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.iridescence div:nth-child(29) {
  width: 30.47025217rem;
  height: 30.47025217rem;
  top: 87%;
  left: 50%;
  color: #679efe;
  opacity: 0.9;
  -webkit-box-shadow: 35.47025217rem 0 0.57473277rem currentColor;
          box-shadow: 35.47025217rem 0 0.57473277rem currentColor;
  -webkit-filter: brightness(238%) blur(100px);
          filter: brightness(238%) blur(100px);
  -webkit-transform-origin: -17rem -15rem;
          transform-origin: -17rem -15rem;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.iridescence div:nth-child(30) {
  width: 30.1104910582rem;
  height: 30.1104910582rem;
  top: 58%;
  left: 18%;
  color: #679efe;
  opacity: 0.75;
  -webkit-box-shadow: 35.1104910582rem 0 0.5566580645rem currentColor;
          box-shadow: 35.1104910582rem 0 0.5566580645rem currentColor;
  -webkit-filter: brightness(270%) blur(100px);
          filter: brightness(270%) blur(100px);
  -webkit-transform-origin: 13rem -1rem;
          transform-origin: 13rem -1rem;
  -webkit-animation-duration: 23s;
          animation-duration: 23s;
}
.iridescence div:nth-child(31) {
  width: 30.5221432551rem;
  height: 30.5221432551rem;
  top: 24%;
  left: 87%;
  color: #02ACE6;
  opacity: 0.9;
  -webkit-box-shadow: 35.5221432551rem 0 0.5658901248rem currentColor;
          box-shadow: 35.5221432551rem 0 0.5658901248rem currentColor;
  -webkit-filter: brightness(289%) blur(100px);
          filter: brightness(289%) blur(100px);
  -webkit-transform-origin: 17rem -19rem;
          transform-origin: 17rem -19rem;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.iridescence div:nth-child(32) {
  width: 30.6533966rem;
  height: 30.6533966rem;
  top: 22%;
  left: 69%;
  color: #ecf9ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.6533966rem 0 0.5456464763rem currentColor;
          box-shadow: 35.6533966rem 0 0.5456464763rem currentColor;
  -webkit-filter: brightness(301%) blur(100px);
          filter: brightness(301%) blur(100px);
  -webkit-transform-origin: -8rem 2rem;
          transform-origin: -8rem 2rem;
  -webkit-animation-duration: 46s;
          animation-duration: 46s;
}
.iridescence div:nth-child(33) {
  width: 30.5755120945rem;
  height: 30.5755120945rem;
  top: 14%;
  left: 61%;
  color: #87e7ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.5755120945rem 0 0.322275145rem currentColor;
          box-shadow: 35.5755120945rem 0 0.322275145rem currentColor;
  -webkit-filter: brightness(297%) blur(100px);
          filter: brightness(297%) blur(100px);
  -webkit-transform-origin: -6rem 2rem;
          transform-origin: -6rem 2rem;
  -webkit-animation-duration: 37s;
          animation-duration: 37s;
}
.iridescence div:nth-child(34) {
  width: 30.0172598757rem;
  height: 30.0172598757rem;
  top: 3%;
  left: 84%;
  color: #C6F8FF;
  opacity: 0.75;
  -webkit-box-shadow: 35.0172598757rem 0 0.6302574084rem currentColor;
          box-shadow: 35.0172598757rem 0 0.6302574084rem currentColor;
  -webkit-filter: brightness(305%) blur(100px);
          filter: brightness(305%) blur(100px);
  -webkit-transform-origin: 10rem -9rem;
          transform-origin: 10rem -9rem;
  -webkit-animation-duration: 37s;
          animation-duration: 37s;
}
.iridescence div:nth-child(35) {
  width: 30.4159927115rem;
  height: 30.4159927115rem;
  top: 31%;
  left: 75%;
  color: #ecf9ff;
  opacity: 1.05;
  -webkit-box-shadow: 35.4159927115rem 0 0.5314223311rem currentColor;
          box-shadow: 35.4159927115rem 0 0.5314223311rem currentColor;
  -webkit-filter: brightness(297%) blur(100px);
          filter: brightness(297%) blur(100px);
  -webkit-transform-origin: -8rem -4rem;
          transform-origin: -8rem -4rem;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
}
.iridescence div:nth-child(36) {
  width: 30.8724583957rem;
  height: 30.8724583957rem;
  top: 32%;
  left: 50%;
  color: #02ACE6;
  opacity: 0.9;
  -webkit-box-shadow: 35.8724583957rem 0 0.5359146889rem currentColor;
          box-shadow: 35.8724583957rem 0 0.5359146889rem currentColor;
  -webkit-filter: brightness(334%) blur(100px);
          filter: brightness(334%) blur(100px);
  -webkit-transform-origin: 20rem 7rem;
          transform-origin: 20rem 7rem;
  -webkit-animation-duration: 44s;
          animation-duration: 44s;
}
.iridescence div:nth-child(37) {
  width: 30.4724574266rem;
  height: 30.4724574266rem;
  top: 2%;
  left: 94%;
  color: #C6F8FF;
  opacity: 0.6;
  -webkit-box-shadow: 35.4724574266rem 0 0.3416304383rem currentColor;
          box-shadow: 35.4724574266rem 0 0.3416304383rem currentColor;
  -webkit-filter: brightness(308%) blur(100px);
          filter: brightness(308%) blur(100px);
  -webkit-transform-origin: -2rem -6rem;
          transform-origin: -2rem -6rem;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}
.iridescence div:nth-child(38) {
  width: 30.0683597408rem;
  height: 30.0683597408rem;
  top: 19%;
  left: 60%;
  color: #02ACE6;
  opacity: 1.05;
  -webkit-box-shadow: 35.0683597408rem 0 0.2365196931rem currentColor;
          box-shadow: 35.0683597408rem 0 0.2365196931rem currentColor;
  -webkit-filter: brightness(317%) blur(100px);
          filter: brightness(317%) blur(100px);
  -webkit-transform-origin: 11rem 4rem;
          transform-origin: 11rem 4rem;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.iridescence div:nth-child(39) {
  width: 30.701331048rem;
  height: 30.701331048rem;
  top: 86%;
  left: 36%;
  color: #679efe;
  opacity: 0.75;
  -webkit-box-shadow: 35.701331048rem 0 0.3392303783rem currentColor;
          box-shadow: 35.701331048rem 0 0.3392303783rem currentColor;
  -webkit-filter: brightness(217%) blur(100px);
          filter: brightness(217%) blur(100px);
  -webkit-transform-origin: 17rem -1rem;
          transform-origin: 17rem -1rem;
  -webkit-animation-duration: 28s;
          animation-duration: 28s;
}
.iridescence div:nth-child(40) {
  width: 30.1340404846rem;
  height: 30.1340404846rem;
  top: 72%;
  left: 98%;
  color: #02ACE6;
  opacity: 1.05;
  -webkit-box-shadow: 35.1340404846rem 0 0.587172382rem currentColor;
          box-shadow: 35.1340404846rem 0 0.587172382rem currentColor;
  -webkit-filter: brightness(219%) blur(100px);
          filter: brightness(219%) blur(100px);
  -webkit-transform-origin: 17rem 14rem;
          transform-origin: 17rem 14rem;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}

@-webkit-keyframes bokeh {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes bokeh {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-menu-ul {
  font-family: "Noto Serif TC", serif;
  position: relative;
}
.top-menu-ul .item_menu_Box {
  margin: 0 auto;
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.top-menu-ul li {
  position: relative;
  display: inline-block;
}
.top-menu-ul li.active a {
  color: white;
  background-color: #02ACE6;
}
.top-menu-ul li a {
  position: relative;
  color: #02ACE6;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  border: 1px solid #02ACE6;
  -webkit-transition: color 0.6s, background 0.6s;
  transition: color 0.6s, background 0.6s;
}
.top-menu-ul::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  width: 3em;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 2em;
}
.top-menu-ul::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  width: 3em;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 2em;
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav .svg {
  width: 10px;
  height: 10px;
}
.flex-direction-nav .svg path {
  stroke: #02ACE6;
}
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 12;
  border-radius: 99em;
  width: 2.3em;
  height: 2.3em;
  text-align: center;
  padding-top: 0.3em;
  background-color: white;
  border: 1px solid #02ACE6;
}
.flex-direction-nav a.ltbn {
  left: 0;
}
.flex-direction-nav a.rtbn {
  right: 0;
}

.top-menu-ul.open_flexslider::before, .top-menu-ul.open_flexslider:after {
  opacity: 1;
}
.top-menu-ul.open_flexslider.mleft::before {
  opacity: 0;
}
.top-menu-ul.open_flexslider.mright::after {
  opacity: 0;
}
.top-menu-ul.open_flexslider .flex-direction-nav {
  display: block;
}

@media all and (max-width: 768px) {
  .top-menu-ul {
    text-align: center;
    margin: 2em auto 3em;
    padding: 0 65px;
  }
  .top-menu-ul .item_menu_Box {
    height: 3em;
    overflow-y: hidden;
  }
  .top-menu-ul li a {
    padding: 0.4em 0.8em;
    border-top-left-radius: 1.35em;
    border-bottom-right-radius: 1.35em;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 8px;
  }
  .top-menu-ul li:after {
    position: absolute;
    top: -50%;
    right: -5%;
  }
  .top-menu-ul::before {
    left: 3em;
  }
  .top-menu-ul:after {
    right: 3em;
  }
  .flex-direction-nav a.ltbn {
    left: 20px;
  }
  .flex-direction-nav a.rtbn {
    right: 20px;
  }
}
@media all and (min-width: 769px) {
  .top-menu-ul {
    margin-top: 48px;
    margin-bottom: 64px;
    max-width: 992px;
    width: 60%;
    margin-left: 25%;
    padding: 0 70px;
  }
  .top-menu-ul .item_menu_Box {
    margin-left: 0;
  }
  .top-menu-ul li a {
    padding: 5px 24px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 24px;
  }
  .top-menu-ul li:hover a {
    color: white;
    background-color: #02ACE6;
  }
  .flex-direction-nav a {
    width: 56px;
    height: 56px;
    padding-top: 8px;
  }
  .flex-direction-nav a:hover {
    -webkit-filter: grayscale(1);
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
  .flex-direction-nav .svg {
    width: 20px;
  }
}
@media all and (max-width: 575px) {
  #topmenu1 {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 576px) {
  #topmenu1 {
    font-size: 1.375rem;
  }
}

.page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media all and (max-width: 575px) {
  .page {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .page {
    font-size: 1em;
  }
}
.page dd a, .page dt a {
  color: #707070;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
  border-radius: 99em;
  border: 1px solid rgba(0, 0, 0, 0);
}
.page .svg path {
  stroke: #707070;
  -webkit-transition: fill 0.6s;
  transition: fill 0.6s;
}
.page .active a {
  color: #02ACE6;
  border-color: #02ACE6;
}
@media all and (max-width: 768px) {
  .page {
    margin-bottom: 3em;
  }
  .page dd {
    margin: 0 9px;
  }
  .page dd a, .page dt a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (min-width: 769px) {
  .page {
    margin-top: 45px;
  }
  .page dd {
    margin: 0 6px;
  }
  .page dt {
    margin: 0 10px;
  }
  .page dd a, .page dt a {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
  .page dt a:hover {
    border-color: #02ACE6;
  }
  .page dt a:hover .svg path {
    stroke: #02ACE6;
  }
  .page dd a:hover {
    border-color: #02ACE6;
    color: #02ACE6;
  }
}
@media all and (min-width: 576px) and (max-width: 990px) {
  .page {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

.col-8.page-wrap {
  border-left: 0;
}

/*----------------------編輯器------------------------*/
.editor_box {
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #5D5D5D;
}
@media all and (max-width: 575px) {
  .editor_box {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .editor_box {
    font-size: 1.125em;
  }
}
.editor_box ul, .editor_box ol {
  padding-left: 10px;
}
.editor_box ol {
  list-style: decimal;
}
.editor_box ul {
  list-style: disc;
}
.editor_box img {
  max-width: 100%;
  height: auto !important;
}
.editor_box b, .editor_box strong {
  font-weight: bold;
  font-style: inherit;
}
.editor_box em {
  font-style: italic;
}
.editor_box a {
  text-decoration: underline;
  color: #0782C1;
}
.editor_box iframe {
  max-width: 100%;
}
.editor_box h1, .editor_box h2, .editor_box h3, .editor_box h4, .editor_box h5, .editor_box h6 {
  margin: inherit;
}
.editor_box p {
  margin-bottom: 2em;
}
.editor_box blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  border-left: 5px solid #ccc;
  margin-left: 40px;
}
@media all and (max-width: 990px) {
  .editor_box.pc_use {
    display: none;
  }
}
@media all and (min-width: 991px) {
  .editor_box.mo_use {
    display: none;
  }
}

.inner-title {
  background-color: #F3FBFF;
  padding: 6em 0 10em;
}
.inner-title .tag {
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.7em 1.2em 0.5em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  color: #234872;
  background-color: #FFFA50;
}
@media all and (max-width: 575px) {
  .inner-title .tag {
    font-size: 0.8125em;
  }
}
@media all and (min-width: 576px) {
  .inner-title .tag {
    font-size: 1.125em;
  }
}
.inner-title h1 {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0.6em 0;
}
@media all and (max-width: 575px) {
  .inner-title h1 {
    font-size: 1.25em;
  }
}
@media all and (min-width: 576px) {
  .inner-title h1 {
    font-size: 2.5em;
  }
}
.inner-title .stext {
  color: #5D5D5D;
}
@media all and (max-width: 575px) {
  .inner-title .stext {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .inner-title .stext {
    font-size: 1.25em;
  }
}

.detail .row {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

@media all and (min-width: 769px) {
  .detail .row {
    width: 1176px;
    max-width: 80%;
  }
  .detail .row:not(.col) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail .col-5 {
    width: 90%;
    max-width: 636px;
  }
}
.news a {
  display: block;
}
.news h5 {
  color: #02ACE6;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 575px) {
  .news h5 {
    font-size: 1.125em;
  }
}
@media all and (min-width: 576px) {
  .news h5 {
    font-size: 1.375em;
  }
}
.news .stext {
  height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  color: #5D5D5D;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
@media all and (max-width: 575px) {
  .news .stext {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .news .stext {
    font-size: 1.125em;
  }
}
.news .bgimg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/0.77;
  width: 100%;
  background: no-repeat white center/cover;
  background-blend-mode: multiply;
  -webkit-transition: background 0.6s, border-radius 0.6s;
  transition: background 0.6s, border-radius 0.6s;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.news .unhover, .news .hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: no-repeat white center/cover;
  background-blend-mode: multiply;
}
.news .unhover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.news .hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media all and (min-width: 991px) {
  .news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 56px) / 3);
            flex: 0 0 calc((100% - 56px) / 3);
  }
  .news li:nth-child(3n+2) {
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media all and (max-width: 768px) {
  .news li {
    margin-bottom: 24px;
  }
  .news h5 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
  }
  .news .bgimg {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .news .more {
    display: none;
  }
  .news .hover {
    display: none;
  }
  .detail .inner-title {
    padding: 2em 0 4em;
    margin-bottom: 2em;
  }
  .detail .editor_content {
    margin-bottom: 32px;
    margin-bottom: 48px;
  }
}
@media all and (min-width: 769px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 56px) / 3);
            flex: 0 0 calc((100% - 56px) / 3);
    margin-bottom: 48px;
  }
  .news li:nth-child(3n+2) {
    margin: 0 28px;
  }
  .news h5 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .news .bgimg {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .news .more {
    font-size: 1.5em;
    color: white;
    width: 160px;
    height: 160px;
    text-align: center;
    padding-top: 2.5em;
    border: 1px solid white;
    border-radius: 99em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .news .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news a:hover .bgimg {
    background-color: #02ACE6;
  }
  .news a:hover .hover {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .news a:hover .unhover {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .news a:hover .more {
    opacity: 1;
  }
  .news a:hover .stext {
    color: #02ACE6;
  }
  .detail .editor_content {
    margin-top: 48px;
    margin-bottom: 96px;
  }
}