@charset "UTF-8";
.textEditor .enTitle {
  font-family: "Amiri", "微軟正黑體", serif;
  font-size: 23px;
  color: #333;
  line-height: 1;
}

.textEditor .sub {
  font-size: 17px;
  letter-spacing: .02em;
  color: #555;
}

.textEditor .Txt {
  font-size: 15px;
  letter-spacing: .08em;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}

.sectionBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sectionBox1 {
  padding-top: 110px;
  padding-bottom: 140px;
  background-image: url("../images/aboutBg.jpg");
}

@media (max-width: 1220px) {
  .sectionBox1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sectionBox1 .mainTitleBoxIns {
  color: #fff;
}

.sectionBox1 .wrapMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1555px;
}

@media (min-width: 1821px) {
  .sectionBox1 .wrapMax {
    -webkit-transform: translateX(115px);
    -ms-transform: translateX(115px);
    transform: translateX(115px);
  }
}

@media (max-width: 1220px) {
  .sectionBox1 .wrapMax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sectionBox1 .leftBox {
  width: 100%;
  max-width: 455px;
}

@media (max-width: 1220px) {
  .sectionBox1 .leftBox {
    padding-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .sectionBox1 .leftBox {
    padding-bottom: 0;
  }
}

.sectionBox1 .rightBox {
  width: calc(100% - 455px);
  padding-left: 140px;
}

@media (max-width: 1220px) {
  .sectionBox1 .rightBox {
    width: 100%;
    padding-left: 0;
    max-width: 800px;
  }
}

.sectionBox1 .logoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.sectionBox1 .logoList.show li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media (max-width: 414px) {
  .sectionBox1 .logoList {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.sectionBox1 .logoList li {
  width: 20%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 640px) {
  .sectionBox1 .logoList li {
    width: 33.333%;
  }
}

@media (max-width: 414px) {
  .sectionBox1 .logoList li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

.sectionBox1 .logoList .Img {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sectionBox1 .logoList .Img:hover {
  opacity: 0.75;
}

.sectionBox1 .logoList .Img img {
  display: block;
  width: 100%;
}

.sectionBox2 {
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: url("../images/aboutBg2.jpg");
  background-attachment: fixed;
}

@media (max-width: 1200px) {
  .sectionBox2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sectionBox2 .mainTitleBoxIns {
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  color: #fff;
}

@media (max-width: 1200px) {
  .sectionBox2 .mainTitleBoxIns {
    padding: 0;
  }
}

@media (max-width: 840px) {
  .sectionBox2 .mainTitleBoxIns {
    width: 100%;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.sectionBox3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e7e7e7;
}

.sectionBox3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutBg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 840px) {
  .sectionBox3::after {
    background-position: right center;
    opacity: 0.08;
  }
}

.sectionBox3 .wrapMax {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .sectionBox3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sectionBox3 .mainTitleBoxIns {
  width: 100%;
  max-width: 530px;
}

@media (max-width: 840px) {
  .sectionBox3 .mainTitleBoxIns {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.sectionBox3 .mainTitleBoxIns .title {
  font-weight: 400;
  margin-bottom: 5px;
}

.sectionBox3 .mainTitleBoxIns .subTitle {
  color: #2e2e2e;
}

.sectionBox3 .mainTitleBoxIns .top {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.sectionBox3 .mainTitleBoxIns .note {
  color: #2e2e2e;
}
