.featuresBox .cubeBox {
  z-index: 0;
}
.featuresBox .cubeBox::before {
  display: none;
}
.featuresBox .cubeBox::after {
  top: -10px;
  left: -10px;
  right: auto;
}
@media (max-width: 767px) {
  .featuresBox .cubeBox::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .featuresBox .topBox {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .featuresBox .pageMainTitle {
    width: 100%;
    flex: auto;
    border-bottom: 1px solid #d6d6d6;
  }
}

.mainArea {
  padding-top: 75px;
  padding-bottom: 0;
  background-image: url("../images/bg3.jpg");
}
@media (max-width: 1180px) {
  .mainArea {
    padding-top: 60px;
  }
}
.mainArea .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mainArea .wrapLeftBox {
  width: 31%;
  background-color: #fff;
  overflow-y: auto;
}
@media (min-width: 1181px) {
  .mainArea .wrapLeftBox {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 75px;
    height: 100vh;
  }
}
@media (max-width: 1180px) {
  .mainArea .wrapLeftBox {
    width: 100%;
  }
}
.mainArea .wrapLeftBox.index {
  display: flex;
  flex-direction: column;
  background-color: #143338;
  background-image: url("../images/titleBg.png");
  background-color: #143338;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.mainArea .wrapLeftBox.index .titleBox {
  background-image: none;
}
.mainArea .wrapRightBox {
  width: 69%;
  padding: 40px 60px;
  margin-left: auto;
}
@media (max-width: 1640px) {
  .mainArea .wrapRightBox {
    padding: 30px;
  }
}
@media (max-width: 1180px) {
  .mainArea .wrapRightBox {
    width: 100%;
    padding: 20px;
  }
}
.mainArea .titleBox {
  height: 440px;
  padding: 100px 60px;
  background-image: url("../images/titleBg.png");
  background-color: #143338;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1520px) {
  .mainArea .titleBox {
    min-height: auto;
    padding: 80px 20px;
  }
}
@media (max-width: 1180px) {
  .mainArea .titleBox {
    padding: 30px 20px;
    height: auto;
  }
}
.mainArea .titleBox .ins {
  position: relative;
}
@media (min-width: 1181px) {
  .mainArea .titleBox .en {
    font-size: 55px;
  }
}
.mainArea .titleBox .text {
  color: #d3d3d3;
}
@media (min-width: 1181px) {
  .mainArea .titleBox .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mainArea .sectionCircleTitle {
  position: absolute;
  right: 0;
  top: -20px;
}
@media (max-width: 1280px) {
  .mainArea .sectionCircleTitle {
    display: none;
  }
}
.mainArea .leftBanner {
  display: none;
  height: calc(100% - 440px);
}
@media (max-width: 1180px) {
  .mainArea .leftBanner {
    display: none;
  }
}
.mainArea .leftBanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featuresBox {
	position: relative;
	z-index: 4;
}

.facList {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .facList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
  }
}
.facList li {
  margin-bottom: 45px;
}
@media (max-width: 1180px) {
  .facList li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .facList li {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .facList li:nth-child(even) .Img {
    order: 2;
  }
}
.facList .item {
  display: flex;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .facList .item {
    flex-wrap: wrap;
  }
}
.facList .Img {
  width: 67%;
}
@media (max-width: 1680px) {
  .facList .Img {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .facList .Img {
    width: 100%;
  }
}
.facList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facList .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  padding: 40px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
@media (max-width: 1680px) {
  .facList .Txt {
    width: 40%;
  }
}
@media (max-width: 1480px) {
  .facList .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .facList .Txt {
    width: 100%;
  }
}
.facList .en {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.facList .title {
  display: block;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  .facList .title {
    margin-bottom: 20px;
  }
}
.facList .text {
  margin-top: 15px;
  margin-bottom: 55px;
  padding-top: 20px;
  max-height: 65px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .facList .text {
    padding-top: 10px;
    margin-top: 5px;
  }
}
.facList .titleStyle1::before {
  top: 8px;
  margin-top: 0;
}

.insPageLeftBottomBox,
.insPageRightTopBox {
  padding: 25px;
}
@media (max-width: 1180px) {
  .insPageLeftBottomBox,
.insPageRightTopBox {
    padding: 20px;
  }
}
.insPageLeftBottomBox .ins,
.insPageRightTopBox .ins {
  padding: 30px;
  border: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .insPageLeftBottomBox .ins,
.insPageRightTopBox .ins {
    padding: 20px;
  }
}
.insPageLeftBottomBox .en,
.insPageRightTopBox .en {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.insPageLeftBottomBox .leftMainTitle,
.insPageRightTopBox .leftMainTitle {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.insPageLeftBottomBox .titleStyle2,
.insPageRightTopBox .titleStyle2 {
  margin-bottom: 20px;
}
.insPageLeftBottomBox .text,
.insPageRightTopBox .text {
  line-height: 1.7;
}

.insPageRightTopBox {
  background-color: #fff;
}

.facIconList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.facIconList li {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .facIconList li {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .facIconList li {
    width: 33.333%;
  }
}
@media (max-width: 375px) {
  .facIconList li {
    width: 50%;
  }
}
.facIconList .icon {
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.facIconList .icon img {
  display: block;
  width: 100%;
}
.facIconList .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.albumBox {
  width: 100%;
  background-color: #fff;
}

.albumList img {
  display: block;
  width: 100%;
}

.insContentBottomBox {
  width: 100%;
  background-color: #fff;
  padding: 50px 60px;
}
@media (max-width: 1180px) {
  .insContentBottomBox {
    padding: 20px;
  }
}
.insContentBottomBox .titleStyle2 {
  margin-bottom: 15px;
}