/* Font Family */
/* Project Fonts */
/* Breakpoints */
.bannerBox {
  background-color: #E9E9ED;
}

.bannerBox .banner i {
  text-align: left;
  display: block;
  width: 100%;
  transform: translateY(40px);
}

.bannerBox .banner .Txt {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 50;
}

.bannerBox .banner .ImgBox {
  text-align: right;
  padding: 10% 0;
}

.bannerBox .banner .ImgBox .InnerImg {
  width: 75%;
  display: inline-block;
  padding-top: 30%;
  background: linear-gradient(to bottom, #E9E9ED 0%, #E9E9ED 25%, #ffffff 25%, #ffffff 100%);
}

.bannerBox .banner .ImgBox .InnerImg .image {
  background-size: 100% auto;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .bannerBox .banner .Txt h2 {
    font-size: clamp(52px, 39.02px + 3.33vw, 72px);
  }
}

@media (max-width: 768px) {
  .bannerBox .banner {
    overflow: hidden;
    height: 60vh;
  }
  .bannerBox .banner .Txt {
    position: relative;
    left: 10%;
    top: 47%;
  }
  .bannerBox .banner .ImgBox {
    height: auto;
    position: absolute;
    bottom: -1%;
    padding: 0;
  }
  .bannerBox .banner .ImgBox .InnerImg {
    padding-top: 60%;
    width: 100%;
    background: linear-gradient(to bottom, #E9E9ED 0%, #E9E9ED 25%, #ffffff 25%, #eaeaea 100%);
  }
  .bannerBox .banner .ImgBox i {
    /*display: none;*/
  }
}
/*mainArea*/
.CompanyProfile {
  margin-top: 10%;
  padding-top: 5%;
  background-image: url(../images/about/CompanyProfile_bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
}

.CompanyProfile:before {
  content: "";
  width: 20%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 15%;
}

.CompanyProfile .TxtBox .Txt {
  background-color: #fff;
  transform: translateX(10%);
  padding: 10% 9% 5%;
}

.CompanyProfile .TxtBox {
  padding-left: 20%;
}

.TxtBox .Txt:before {
  content: "";
  width: 80px;
  height: 5px;
  background: linear-gradient(97deg, #8CC5B4 0%, #47A5C2 47.63%, #276AA4 100%);
  display: block;
}

.CompanyProfile .TxtBox h4 {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: 10;
}

.CompanyProfile .TxtBox h4:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
}

.TxtBox .Txt p b {
  font-size: 1.1rem;
}

/*FutureBox*/
.FutureBox {
  padding: 20% 0 5%;
}

.FutureBox .content {
  padding: 0 6%;
}

.FutureBox .ImgBox .InnerImg .image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.FutureBox .ImgBox h4 {
  font-size: 1.1rem;
  font-family: "Noto Serif TC", serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 30%;
  top: -15%;
  z-index: 10;
  background: linear-gradient(97deg, #8CC5B4 0%, #47A5C2 47.63%, #276AA4 100%);
  color: #fff;
  padding: 3% 3% 5%;
  letter-spacing: 3px;
}

.FutureBox .ImgBox h4:after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 90%;
  left: 50%;
  background-color: #fff;
}

.FutureBox .TxtBox {
  padding: 10% 3% 15%;
}

.FutureBox .TxtBox h3 {
  color: #333;
}

.FutureBox .TxtBox:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 130%;
  background-color: #DDDDDD;
  right: -5%;
  top: 0%;
}
@media (min-width: 992px) {
  .FutureBox .TxtBox:before {
    height: 95%;
  }
}

@media (max-width: 768px) {
  .CompanyProfile:before {
    width: 33%;
  }
  .FutureBox {
    padding-bottom: 0;
  }
  .FutureBox .TxtBox p {
    padding-right: 50%;
  }
  .FutureBox .TxtBox:before {
    bottom: -10%;
  }
  .FutureBox .ImgBox {
    top: -60%;
    left: 10%;
  }
  .FutureBox .content {
    transform: translateY(4%);
  }
}
@media (max-width: 767px) {
  .CompanyProfile {
    margin-top: 20%;
  }
  .CompanyProfile .TxtBox {
    padding-top: 5%;
    padding-left: 5%;
  }
  .CompanyProfile:before {
    left: 5%;
  }
  .CompanyProfile .TxtBox h4 {
    left: 3%;
  }
  .CompanyProfile .TxtBox .Txt {
    padding-top: 20%;
    padding-right: 15%;
  }
  .FutureBox .ImgBox {
    top: 0;
    left: 0;
  }
  .FutureBox .content {
    transform: none;
  }
  .FutureBox .TxtBox {
    padding-bottom: 25%;
  }
  .FutureBox .TxtBox p {
    padding: 0;
  }
  .FutureBox .TxtBox:before {
    right: 0;
  }
}/*# sourceMappingURL=about.css.map */