@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+TC&family=Overpass:wght@400;700;800&display=swap");
.indexPage header {
  background: none;
}
.indexPage main {
  margin-top: 0;
}
.indexPage header .logo {
  background: url(../images/logo_w.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .indexPage header .logo {
    -webkit-transition: 0.5s 0.6s;
    transition: 0.5s 0.6s;
  }
}
@media (max-width: 767px) {
  .indexPage header.menu-expanded .logo {
    background: url(../images/logo.png) no-repeat center/cover;
    -webkit-transition: 0.5s 0.6s;
    transition: 0.5s 0.6s;
  }
}
.indexPage header.menu-expanded .menuicon .bar:before {
  background: #333;
}
.indexPage header.menu-expanded .menuicon .bar::after {
  background: #333;
}
.indexPage header .menuicon .bar:before {
  background: #fff;
}
.indexPage header .menuicon .bar::after {
  background: #fff;
}
.indexPage .h-conbtn {
  color: #fff;
}
.indexPage .banner-item .bgcover {
  padding-bottom: 100vh;
  background-size: cover !important;
}
.indexPage .banner-item .slick-dots {
  margin: 0;
  bottom: 35px;
  left: 2.5%;
}
.indexPage .banner-item .slick-dots li {
  display: block;
  width: 20px;
  height: 20px;
}
.indexPage .banner-item .slick-dots li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .indexPage .banner-item .slick-dots li:hover button::before {
    opacity: 0;
  }
  .indexPage .banner-item .slick-dots li:hover button::after {
    opacity: 1;
  }
}
.indexPage .banner-item .slick-dots li button {
  position: relative;
}
.indexPage .banner-item .slick-dots li button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.4);
}
.indexPage .banner-item .slick-dots li button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.indexPage .banner-item .slick-dots li.slick-active button::before {
  opacity: 0;
}
.indexPage .banner-item .slick-dots li.slick-active button::after {
  opacity: 1;
}
.indexPage .case-bx {
  position: absolute;
  bottom: 20%;
  left: 3.5%;
  width: 70%;
}
@media (max-width: 767px) {
  .indexPage .case-bx {
    width: 90%;
    left: 6%;
    bottom: 24%;
  }
}
@media (max-width: 340px) {
  .indexPage .case-bx {
    bottom: 30%;
  }
}
.indexPage .case-bx .adr {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .indexPage .case-bx .adr {
    font-size: 0.75rem;
  }
}
.indexPage .case-bx .ti {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Barlow";
}
@media (max-width: 767px) {
  .indexPage .case-bx .ti {
    font-size: 2.25rem;
  }
}

.about-bx {
  width: 90%;
  max-width: 872px;
  margin: 0 auto;
  padding-top: 85px;
  padding-left: 60px;
  position: relative;
  margin-top: 40px;
  border-left: 1px solid #000;
  left: 8%;
}
@media (max-width: 1199px) {
  .about-bx {
    left: 3%;
    margin-left: 65px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .about-bx {
    left: auto;
  }
}
@media (max-width: 767px) {
  .about-bx {
    margin-left: 24px;
    padding-left: 24px;
    padding-top: 45px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.aboutideaPage .about-bx .tw-bx {
  margin-bottom: 75px;
}
.aboutideaPage .about-bx .tw-bx .f16, .aboutideaPage .about-bx .en-bx .f16 {
  margin-bottom: 22px;
}

.aboutmemberPage .member-item {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .aboutmemberPage .member-item {
    padding-bottom: 0;
  }
}
.aboutmemberPage .about-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  .aboutmemberPage .about-bx ul {
    display: block;
  }
}
.aboutmemberPage .about-bx ul li {
  width: 44%;
}
.aboutmemberPage .about-bx ul li img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  .aboutmemberPage .about-bx ul li img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .aboutmemberPage .about-bx ul li {
    width: 100%;
  }
  .aboutmemberPage .about-bx ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.aboutmemberPage .about-bx .tw-des {
  margin-top: 15px;
}
.aboutmemberPage .about-bx .tw-des .sch {
  margin-bottom: 25px;
}
.aboutmemberPage .about-bx .en-des {
  margin-top: 35px;
}
.aboutmemberPage .about-bx .en-des .sch {
  margin-bottom: 25px;
}

.aboutbasicchargePage .basic-item {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .aboutbasicchargePage .basic-item {
    padding-bottom: 0;
  }
}
.aboutbasicchargePage .about-bx .ti-bx {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .aboutbasicchargePage .about-bx .ti-bx {
    margin-bottom: 35px;
  }
}
.aboutbasicchargePage .about-bx .ti-bx div:first-child {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #000;
}
.aboutbasicchargePage .about-bx .card:last-child {
  margin-top: 60px;
}
.aboutbasicchargePage .about-bx .card .des-ti {
  color: #000;
  margin-bottom: 25px;
}
.aboutbasicchargePage .about-bx .card .des-ti span {
  margin: 0 6px;
}
.aboutbasicchargePage .about-bx .card ul li:not(:last-child) {
  margin-bottom: 20px;
}
.aboutbasicchargePage .about-bx .card ul li .f14:first-child {
  color: #000;
}

.aboutdesignprocessPage .design-item {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .aboutdesignprocessPage .design-item {
    padding-bottom: 0;
  }
}
.aboutdesignprocessPage .about-bx .ti-bx {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .aboutdesignprocessPage .about-bx .ti-bx {
    margin-bottom: 35px;
  }
}
.aboutdesignprocessPage .about-bx .ti-bx div:first-child {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #000;
}
.aboutdesignprocessPage .about-bx .step-list .step {
  color: #000;
}
.aboutdesignprocessPage .about-bx .step-list li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .aboutdesignprocessPage .about-bx .step-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}