@charset "UTF-8";
.top-img li {
  background-position: 80% 40%;
}

.foreword-inner {
  padding: 0 8%;
}
.foreword-slogan {
  margin-bottom: 80px;
}
.foreword-big {
  font-size: 2rem;
  margin-right: 5px;
  color: #95b3c1;
}
.foreword-wrap1 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.foreword-img1 {
  width: 50%;
  padding-top: 100px;
}
.foreword-img1 img {
  width: 100%;
}
.foreword-content2 {
  width: 40%;
  margin-left: 10%;
}
.foreword-img2 img {
  width: 100%;
}
.foreword-text2 {
  padding-top: 20%;
}
.foreword-wrap3 {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding-top: 10%;
}
.foreword-content3 {
  width: 45%;
  margin-right: 10%;
}
.foreword-panel {
  width: 100%;
  height: 100%;
  background: #15223c;
}
.foreword-text3 {
  padding: 50px;
}
.foreword-text3 span {
  font-size: 16px;
  color: #95b3c1;
  display: inline-block;
  padding-bottom: 2px;
}
.foreword-en {
  font-family: "Kalam", "Dosis", "Barlow", cursive, serif;
  font-size: 2rem;
  color: rgba(21, 34, 60, 0.4);
  padding-bottom: 50px;
}
.foreword-line {
  width: 0vw;
  height: 1px;
  background: #95b3c1;
  position: absolute;
  bottom: 50px;
  left: -8vw;
  z-index: -1;
  -moz-transition: width 0.6s linear;
  -o-transition: width 0.6s linear;
  -webkit-transition: width 0.6s linear;
  transition: width 0.6s linear;
}
.show .foreword-line {
  width: 100vw;
}

.service-inner {
  padding: 0 8%;
}
.service-title {
  font-size: 1.5rem;
  font-family: "Dosis", "Barlow", serif, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-align: center;
}
.service-item {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 150px;
}
.service-item:nth-child(1) {
  margin-top: 100px;
}
.service-item:nth-child(odd) .service-img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.service-item:nth-child(odd) .service-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-item:nth-child(even) {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.service-item:nth-child(even) .service-img {
  margin-right: unset;
  margin-left: 10%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.service-item:nth-child(even) .service-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-item2 {
  margin-top: 150px;
}
.service-img {
  width: 35%;
  margin-right: 10%;
  -webkit-filter: saturate(0.2);
  filter: saturate(0.2);
}
.service-img img {
  width: 100%;
}
.service-img2 {
  -webkit-filter: saturate(0.2);
  filter: saturate(0.2);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.service-img2.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service-img2 img {
  width: 100%;
}
.service-content {
  width: 55%;
}
.service-content2 {
  padding-top: 50px;
}
.service-name {
  background: #95b3c1;
  color: #2e3644;
  padding: 0 8px 1px;
  width: fit-content;
  opacity: 0;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.service-name.show {
  opacity: 1;
}
.service-text {
  font-size: 0.875em;
  padding-left: 23px;
  padding-top: 20px;
  margin-left: 15px;
  position: relative;
}
.service-text.show:before {
  height: 100%;
  -moz-transition: height 0.6s linear 0.6s;
  -o-transition: height 0.6s linear 0.6s;
  -webkit-transition: height 0.6s linear;
  -webkit-transition-delay: 0.6s;
  transition: height 0.6s linear 0.6s;
}
.service-text:before {
  content: "";
  width: 1px;
  height: 0%;
  background: #95b3c1;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: height 0.6s linear;
  -o-transition: height 0.6s linear;
  -webkit-transition: height 0.6s linear;
  transition: height 0.6s linear;
}
.service-text p {
  margin-bottom: 10px;
}
.service-text p:last-child {
  margin-bottom: unset;
}
.service-text i {
  padding-right: 5px;
  color: #95b3c1;
}
.service-text span {
  padding-right: 5px;
  color: #95b3c1;
}
.service-text-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  padding: 50px;
  background: #15223c;
}
.service-text-list {
  width: 48%;
}
.service-text-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(149, 179, 193, 0.3);
}

@media screen and (max-width: 1200px) {
  .service-text-list:nth-child(1) {
    width: 51%;
  }
  .service-text-list:last-child {
    width: 43%;
  }
}
@media screen and (max-width: 1100px) {
  .foreword-inner {
    padding: 0 5%;
  }
  .foreword-slogan {
    text-align: center;
  }
  .foreword-img1 {
    width: 45%;
    padding-top: 120px;
    position: relative;
  }
  .foreword-img1:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2e3644;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    -webkit-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }
  .foreword-img1.show:after {
    height: 0;
  }
  .foreword-content2 {
    width: 50%;
    margin-left: 5%;
  }
  .foreword-img2 {
    width: 112%;
    position: relative;
  }
  .foreword-img2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2e3644;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: width 0.6s linear;
    -o-transition: width 0.6s linear;
    -webkit-transition: width 0.6s linear;
    transition: width 0.6s linear;
  }
  .foreword-img2.show:after {
    width: 0;
  }
  .foreword-text2 {
    padding-top: 120px;
    width: 200%;
    margin-left: -100%;
  }
  .foreword-wrap3 {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding-top: 70px;
  }
  .foreword-content3 {
    width: 100%;
    margin-right: unset;
  }
  .foreword-text3 {
    padding: 40px;
  }
  .foreword-en {
    padding-bottom: unset;
    margin-bottom: -16px;
  }
  .foreword-line {
    left: -5vw;
  }

  .service-inner {
    padding: 0 5%;
  }
  .service-item {
    display: block;
    margin-top: 120px;
  }
  .service-item:nth-child(even) {
    display: block;
  }
  .service-item:nth-child(even) .service-img {
    margin: auto;
  }
  .service-item2 {
    margin-top: 120px;
  }
  .service-img {
    width: 50%;
    margin: auto;
  }
  .service-img2 {
    margin-left: auto;
  }
  .service-content {
    width: 100%;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    position: relative;
  }
  .service-content.show:before {
    width: 100%;
  }
  .service-content:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #95b3c1;
    position: absolute;
    top: 11px;
    left: 0;
    -moz-transition: width 0.6s linear 0.4s;
    -o-transition: width 0.6s linear 0.4s;
    -webkit-transition: width 0.6s linear;
    -webkit-transition-delay: 0.4s;
    transition: width 0.6s linear 0.4s;
  }
  .service-content2 {
    padding-top: unset;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    position: relative;
  }
  .service-content2.show:before {
    width: 100%;
  }
  .service-content2:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #95b3c1;
    position: absolute;
    top: 11px;
    left: 0;
    -moz-transition: width 0.6s linear 0.4s;
    -o-transition: width 0.6s linear 0.4s;
    -webkit-transition: width 0.6s linear;
    -webkit-transition-delay: 0.4s;
    transition: width 0.6s linear 0.4s;
  }
  .service-name {
    margin: auto;
    z-index: 2;
  }
  .service-text {
    padding-left: unset;
    margin-left: unset;
  }
  .service-text:before {
    display: none;
  }
  .service-text-wrap {
    padding: 40px;
    display: block;
  }
  .service-text-list:nth-child(1), .service-text-list:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .foreword-inner {
    padding: 0 25px;
  }
  .foreword-slogan {
    margin-bottom: 50px;
  }
  .foreword-big {
    font-size: 1.5rem;
  }
  .foreword-en {
    font-size: 1.5rem;
    margin-bottom: -11px;
  }
  .foreword-wrap1 {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .foreword-wrap3 {
    padding-top: unset;
    margin-top: -24px;
  }
  .foreword-content2 {
    width: 100%;
    margin-left: unset;
  }
  .foreword-img1 {
    width: 100%;
    padding-top: 30px;
  }
  .foreword-img2 {
    width: 100%;
  }
  .foreword-text2 {
    width: 100%;
    margin-left: unset;
    padding-top: 30px;
  }
  .foreword-text3 {
    padding: 30px;
  }
  .foreword-line {
    display: none;
  }

  .service-inner {
    padding: 0 25px;
  }
  .service-item {
    margin-top: 80px;
  }
  .service-item:nth-child(1) {
    margin-top: 80px;
  }
  .service-item2 {
    margin-top: 80px;
  }
  .service-img {
    width: 100%;
  }
  .service-content {
    margin-top: 30px;
  }
  .service-content2 {
    margin-top: 30px;
  }
  .service-text-wrap {
    padding: 30px;
  }
}
