@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");

.abouShow .Img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
.mainArea {
  position: relative;
  padding-bottom: 0;
}
.mainArea .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 1100px;
  background-color: #ededed;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mainArea .bg {
    display: none;
  }
}

.abouShow {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.abouShow .wrap {
  max-width: 1800px;
  height: 800px;
  position: relative;
}
.abouShow .Img {
  margin: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 993px) {
  .abouShow .Img {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .abouShow .Img img {
    display: block;
    height: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.abouShow .Txt {
  text-align: center;
  opacity: 0;
}
.abouShow .Txt .title {
  color: #000000;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 20px;
}
.abouShow .Txt p {
  color: #000000;
  font-size: 24px;
}
@media (max-width: 992px) {
  .abouShow {
    margin-top: 30px;
  }
  .abouShow .wrap {
    height: auto;
    padding-bottom: 20px;
  }
  .abouShow .Txt {
    opacity: 1;
    padding-top: 30px;
  }
  .abouShow .Txt .title {
    font-size: 35px;
  }
  .abouShow .Txt p {
    font-size: 20px;
  }
  .abouShow .Img img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .abouShow .Txt {
    padding-top: 20px;
  }
  .abouShow .Txt .title {
    font-size: 30px;
  }
  .abouShow .Txt p {
    font-size: 18px;
  }
}
.textEditor {
  margin-top: 0;
}
.textEditor .titleBox .title {
  font-weight: 500;
}
.textEditor .titleBox p {
  color: #000000;
  font-weight: 500;
}
.textEditor .halfGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -60px;
  padding-top: 60px;
}
.textEditor .halfGroup .halfBox {
  width: 50%;
  padding: 0 60px;
  line-height: 0;
}
.textEditor .halfGroup .halfBox .title {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.25;
  margin-bottom: 40px;
}
.textEditor .halfGroup .halfBox p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.6;
}
.textEditor .halfGroup.twoTxt {
  padding-top: 20px;
  padding-bottom: 50px;
}
.textEditor .halfGroup.lIRT, .textEditor .halfGroup.lTRI {
  margin: 0;
}
.textEditor .halfGroup.lIRT .halfBox, .textEditor .halfGroup.lTRI .halfBox {
  padding: 0;
}
.textEditor .halfGroup.lIRT .halfBox.txt {
  padding-left: 65px;
  padding-right: 200px;
  padding-top: 75px;
}
.textEditor .halfGroup.lIRT .halfBox img {
  width: 100%;
}
.textEditor .halfGroup.lTRI {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.textEditor .halfGroup.lTRI .bg {
  left: 0;
  top: auto;
  bottom: 0;
  max-width: calc(100% - 200px);
  height: 940px;
}
.textEditor .halfGroup.lTRI .halfBox.img {
  text-align: right;
}
.textEditor .halfGroup.lTRI .halfBox.txt {
  padding-left: 200px;
  padding-right: 65px;
}
@media (max-width: 1800px) {
  .textEditor .halfGroup.lIRT .halfBox.txt {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
  }
  .textEditor .halfGroup.lTRI .halfBox.txt {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .textEditor .halfGroup {
    margin: 0 -15px;
    padding-top: 30px;
  }
  .textEditor .halfGroup .halfBox {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .textEditor .halfGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .textEditor .halfGroup .halfBox {
    padding: 0;
    width: 100%;
  }
  .textEditor .halfGroup .halfBox .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .textEditor .halfGroup .halfBox p {
    font-size: 16px;
  }
  .textEditor .halfGroup.twoTxt {
    padding-bottom: 30px;
  }
  .textEditor .halfGroup.lIRT .halfBox.img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .textEditor .halfGroup.lIRT .halfBox.txt {
    padding: 0 20px 30px;
  }
  .textEditor .halfGroup.lTRI .bg {
    display: none;
  }
  .textEditor .halfGroup.lTRI .halfBox.img {
    text-align: center;
  }
  .textEditor .halfGroup.lTRI .halfBox.txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}