@charset "UTF-8";
/* CSS Document */
.articleTitle {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

.mainArea {
  padding: 0;
  padding-top: 30px;
}

.mainArea .wrap {
  width: 100%;
}

.mainArea .wrap .contentBox {
  width: 100%;
}

.mainArea .wrap .textBox {
  padding: 80px 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainArea .wrap .textBox:first-child {
  padding-top: 0;
}

.mainArea .wrap .textBox.blueBg {
  background-color: #4628ae;
  z-index: 10;
}

.mainArea .wrap .textBox.blueBg:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/blueBg.jpg);
  /*background-size: 1900px 620px;*/
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
}

.mainArea .wrap .textBox.blueBg .title {
  color: #fff;
}

.mainArea .wrap .textBox.blueBg .title:before {
  background-color: #fff;
}

.mainArea .wrap .textBox.blueBg .text {
  color: #fff;
}

.mainArea .wrap .textBox.blueBg .left.Txt {
  background: url(../images/pageDeckB01.png) no-repeat top left;
}

.mainArea .wrap .textBox.blueBg .right.Txt {
  background: url(../images/pageDeckB02.png) no-repeat bottom right;
}

.mainArea .wrap .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #27003d;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
}

.mainArea .wrap .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #27003d;
}

.mainArea .wrap .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #000;
  letter-spacing: 1px;
}

.mainArea .wrap .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 640px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainArea .wrap .left.Img {
  padding-right: 90px;
}

.mainArea .wrap .left.Txt {
  padding-top: 90px;
  padding-left: 110px;
  min-height: 420px;
  background: url(../images/pageDeck01.png) no-repeat top left;
}

.mainArea .wrap .right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 640px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainArea .wrap .right.Img {
  padding-left: 90px;
}

.mainArea .wrap .right.Txt {
  padding-bottom: 90px;
  padding-right: 110px;
  min-height: 420px;
  background: url(../images/pageDeck02.png) no-repeat bottom right;
}

.textEditor > div {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media (max-width: 1340px) {
  .mainArea .wrap .textBox {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) {
  .articleTitle {
    width: 100%;
  }
  .textEditor > div {
    width: 100%;
    padding: 0 20px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 1180px) {
  .articleTitle {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .mainArea .wrap .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mainArea .wrap .textBox.blueBg .right.Txt {
    padding: 0;
    /*padding-top: 90px;
    padding-left: 110px;*/
    min-height: 420px;
    /*background: url(../images/pageDeckB01.png) no-repeat top left;*/
    background: none;
  }
  .mainArea .wrap .left {
    width: 100%;
  }
  .mainArea .wrap .right {
    width: 100%;
  }
  .mainArea .wrap .Txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mainArea .wrap .Img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
  }

  .mainArea .wrap .left.Txt {
  padding-top: 0;
  padding-left: 0;
  background: none;
  }

  .mainArea .wrap .right.Img {
    padding-left: 0;
  }

  .mainArea .wrap .left.Img {
    padding-right: 0;
  }

  .articleTitle {
    display: none;
  }

}

@media (max-width: 480px) {
  .articleTitle {
    padding: 10px 0 30px;
  }
}

/*# sourceMappingURL=package.css.map */