@charset "UTF-8";
/* CSS Document */
/*--公司介紹--*/
.aboutSectionBox1 .note,
.aboutSectionBox2 .note {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.aboutSectionBox1 .note strong,
.aboutSectionBox2 .note strong {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: .06em;
}

@media (min-width: 481px) and (max-width: 1480px) {
  .aboutSectionBox1 .titleBox2,
  .philosophySectionBox .titleBox2 {
    padding-top: 40px;
  }
}

.aboutSectionBox1 {
  padding-bottom: 150px;
}

@media (max-width: 1180px) {
  .aboutSectionBox1 {
    padding-bottom: 50px;
  }
}

.aboutSectionBox1 .titleBox2 {
  padding-bottom: 30px;
}

.aboutSectionBox1 .topImg img {
  display: block;
  width: 100%;
}

.aboutSectionBox1 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 91px;
  padding-right: 90px;
}

@media (max-width: 1220px) {
  .aboutSectionBox1 .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  .aboutSectionBox1 .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutSectionBox1 .note {
  position: relative;
  width: 100%;
  padding: 50px 60px;
  margin-top: -130px;
  max-width: 540px;
  background-color: #f5f5f5;
}

@media (max-width: 1220px) {
  .aboutSectionBox1 .note {
    padding: 30px 40px;
  }
}

@media (max-width: 1180px) {
  .aboutSectionBox1 .note {
    margin-top: 0;
    max-width: 100%;
    padding: 20px;
  }
}

.aboutSectionBox1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  max-width: 660px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 85px;
}

@media (max-width: 1180px) {
  .aboutSectionBox1 .list {
    margin-right: auto;
    margin-top: 40px;
  }
}

.aboutSectionBox1 .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.333%;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 58px;
}

@media (max-width: 640px) {
  .aboutSectionBox1 .list li {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .aboutSectionBox1 .list li {
    width: 100%;
  }
}

.aboutSectionBox1 .list .item {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 1px solid #e2e2e2;
  max-width: 200px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutSectionBox1 .list .item::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -0.5px;
  top: -15px;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #e2e2e2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutSectionBox1 .list .item::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 50%;
  margin-left: -9px;
  top: -1px;
  width: 18px;
  height: calc(100% + 2px);
  background-color: #fff;
}

.aboutSectionBox1 .list .item:hover {
  border-color: #8db537;
}

.aboutSectionBox1 .list .item:hover::before {
  background-color: #8db537;
}

.aboutSectionBox1 .list .item:hover .Txt {
  background-color: rgba(141, 181, 55, 0.7);
}

.aboutSectionBox1 .list .item:hover .icon img {
  -webkit-filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.24));
  filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(0, 0, 0, 0.24));
}

.aboutSectionBox1 .list .item:hover .title,
.aboutSectionBox1 .list .item:hover .en {
  color: #fff;
}

.aboutSectionBox1 .list .ins {
  position: relative;
}

.aboutSectionBox1 .list .Img img {
  display: block;
  width: 100%;
}

.aboutSectionBox1 .list .icon {
  width: 50px;
  height: 50px;
}

.aboutSectionBox1 .list .icon img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutSectionBox1 .list .Txt,
.aboutSectionBox1 .list .title,
.aboutSectionBox1 .list .en {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutSectionBox1 .list .Txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  pointer-events: none;
}

.aboutSectionBox1 .list .title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: .12em;
}

.aboutSectionBox1 .list .en {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 12px;
  color: #9dc742;
}

.aboutSectionBox2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
}

@media (max-width: 1180px) {
  .aboutSectionBox2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
}

.aboutSectionBox2 .leftBox {
  position: relative;
  width: 645px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 680px) {
  .aboutSectionBox2 .leftBox {
    width: 100%;
  }
}

.aboutSectionBox2 .rightBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
}

@media (max-width: 1180px) {
  .aboutSectionBox2 .rightBox {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutSectionBox2 .titleBox {
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .aboutSectionBox2 .titleBox {
    padding-bottom: 20px;
  }
}

.aboutSectionBox2 .pieTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

@media (min-width: 681px) {
  .aboutSectionBox2 .pieTitle {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 680px) {
  .aboutSectionBox2 .pieTitle {
    padding-bottom: 20px;
  }
}

.aboutSectionBox2 .pieTitle .title {
  font-size: 25px;
  letter-spacing: .12em;
  color: #1d3871;
}

.aboutSectionBox2 .pieTitle .text {
  font-size: 19px;
  letter-spacing: .06em;
}

.aboutSectionBox2 .pieBox {
  position: relative;
  width: 100%;
}

@media (min-width: 681px) {
  .aboutSectionBox2 .pieBox {
    height: 647px;
  }
}

@media (max-width: 680px) {
  .aboutSectionBox2 .pieBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aboutSectionBox2 .pieBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 681px) {
  .aboutSectionBox2 .pieBox .item {
    position: absolute;
    width: 280px;
    height: 190px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
  }
  .aboutSectionBox2 .pieBox .item:hover {
    background-image: url("../images/bg_hover.png");
  }
  .aboutSectionBox2 .pieBox .item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .aboutSectionBox2 .pieBox .item:hover .text {
    color: #fff;
  }
}

@media (max-width: 680px) {
  .aboutSectionBox2 .pieBox .item {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #fff;
    padding: 20px;
    background-color: #aee4f0;
  }
}

@media (max-width: 480px) {
  .aboutSectionBox2 .pieBox .item {
    width: 100%;
  }
}

.aboutSectionBox2 .pieBox .item .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutSectionBox2 .pieBox .item .icon {
  width: 50px;
  height: 50px;
}

.aboutSectionBox2 .pieBox .item .icon img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutSectionBox2 .pieBox .text {
  font-size: 16px;
  letter-spacing: .06em;
  text-align: center;
  color: #4a4a4a;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 681px) {
  .aboutSectionBox2 .pieBox .item1 {
    left: 84px;
    top: 23px;
    -webkit-transform: rotate(154deg);
    -ms-transform: rotate(154deg);
    transform: rotate(154deg);
  }
  .aboutSectionBox2 .pieBox .item1 .ins {
    -webkit-transform: rotate(-154deg);
    -ms-transform: rotate(-154deg);
    transform: rotate(-154deg);
  }
  .aboutSectionBox2 .pieBox .item2 {
    right: 85px;
    top: 22px;
    -webkit-transform: rotate(-154deg);
    -ms-transform: rotate(-154deg);
    transform: rotate(-154deg);
  }
  .aboutSectionBox2 .pieBox .item2 .ins {
    -webkit-transform: rotate(154deg);
    -ms-transform: rotate(154deg);
    transform: rotate(154deg);
  }
  .aboutSectionBox2 .pieBox .item3 {
    right: -39px;
    top: 177px;
    -webkit-transform: rotate(-103deg);
    -ms-transform: rotate(-103deg);
    transform: rotate(-103deg);
  }
  .aboutSectionBox2 .pieBox .item3 .ins {
    -webkit-transform: rotate(103deg);
    -ms-transform: rotate(103deg);
    transform: rotate(103deg);
  }
  .aboutSectionBox2 .pieBox .item4 {
    right: 5px;
    bottom: 87px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
  }
  .aboutSectionBox2 .pieBox .item4 .ins {
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  .aboutSectionBox2 .pieBox .item5 {
    left: 50%;
    bottom: 0;
    margin-left: -140px;
  }
  .aboutSectionBox2 .pieBox .item6 {
    left: 4px;
    bottom: 86px;
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  .aboutSectionBox2 .pieBox .item6 .ins {
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
  }
  .aboutSectionBox2 .pieBox .item7 {
    left: -39px;
    top: 177px;
    -webkit-transform: rotate(103deg);
    -ms-transform: rotate(103deg);
    transform: rotate(103deg);
  }
  .aboutSectionBox2 .pieBox .item7 .ins {
    -webkit-transform: rotate(-103deg);
    -ms-transform: rotate(-103deg);
    transform: rotate(-103deg);
  }
}

/*--企業理念--*/
.philosophySectionBox {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1280px) {
  .philosophySectionBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.philosophySectionBox .titleBox2 {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .philosophySectionBox .titleBox2 {
    margin-bottom: 40px;
  }
}

.philosophySectionBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}

.philosophySectionBox .list li {
  width: 50%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .philosophySectionBox .list li {
    width: 100%;
  }
}

.philosophySectionBox .list .no {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 1px solid #e2e2e2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.philosophySectionBox .list .no::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -0.5px;
  top: -15px;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #e2e2e2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.philosophySectionBox .list .no::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 50%;
  margin-left: -9px;
  top: -1px;
  width: 18px;
  height: calc(100% + 2px);
  background-color: #fff;
}

.philosophySectionBox .list .no i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  font-size: 45px;
  letter-spacing: .02em;
  color: #2b8cc9;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #f1f1f1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.philosophySectionBox .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 40px;
  line-height: 1.8;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1280px) {
  .philosophySectionBox .list .item {
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .philosophySectionBox .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.philosophySectionBox .list .item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}

.philosophySectionBox .list .item:hover .no {
  border-color: #2b8cc9;
}

.philosophySectionBox .list .item:hover .no::before {
  background-color: #2b8cc9;
}

.philosophySectionBox .list .item:hover .no i {
  background-color: #2b8cc9;
  color: #fff;
}

.philosophySectionBox .list .item:hover .title {
  color: #2b8cc9;
}

.philosophySectionBox .list .right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

@media (max-width: 960px) {
  .philosophySectionBox .list .right {
    padding-left: 0;
    padding-top: 20px;
  }
}

.philosophySectionBox .list .title {
  font-weight: 500;
  font-size: 19px;
  letter-spacing: .06em;
  color: #373737;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.philosophySectionBox .list .text {
  font-size: 16px;
  letter-spacing: .04em;
  color: #333;
}

/*--專業流程--*/
.processArea .pageNoteBox {
  margin-bottom: 50px;
}

@media (max-width: 1420px) {
  .processArea .pageNoteBox {
    margin-bottom: 0;
  }
}

.processBox {
  padding-bottom: 130px;
}

@media (max-width: 1480px) {
  .processBox {
    padding-bottom: 20px;
  }
}

.processBox .wrap {
  max-width: 1760px;
  padding-left: 20px;
  padding-right: 20px;
}

.processList {
  margin-bottom: 50px;
}

.processList .slick-list {
  padding-top: 70px;
}

@media (max-width: 960px) {
  .processList .slick-list {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .processList .slick-list {
    padding-top: 20px;
  }
}

@media (min-width: 961px) {
  .processList li:nth-child(even) {
    margin-top: -20px;
  }
}

@media (min-width: 481px) and (max-width: 960px) {
  .processList li:nth-child(even) .item {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  }
  .processList li:nth-child(even) .Txt {
    background-color: #fff;
  }
}

.processList .item {
  -webkit-transition: all .5s .1s;
  -o-transition: all .5s .1s;
  transition: all .5s .1s;
}

@media (min-width: 961px) {
  .processList .item:hover {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  }
  .processList .item:hover .no::after {
    opacity: .6;
  }
  .processList .item:hover .Txt {
    background-color: #fff;
  }
}

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

.processList .Txt {
  position: relative;
  z-index: 1;
  padding: 40px 35px;
  background-color: #f3f3f3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1680px) {
  .processList .Txt {
    padding: 20px;
  }
}

.processList .no {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -1;
  font-size: 45px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: bold;
  color: transparent;
}

@media (max-width: 1680px) {
  .processList .no {
    right: 10px;
    top: 0;
  }
}

.processList .no::before, .processList .no::after {
  content: attr(data-no);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 45px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1cd5ff;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.processList .no::before {
  opacity: 0.6;
  -webkit-text-fill-color: transparent;
}

.processList .no::after {
  opacity: 0;
  -webkit-text-fill-color: #1cd5ff;
}

.processList .title a {
  display: block;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: .06em;
  padding-bottom: 12px;
}

@media (max-width: 1420px) {
  .processList .title a {
    font-size: 16px;
  }
}

.processList .text {
  font-size: 16px;
  letter-spacing: .04em;
  color: #333;
  line-height: 1.7;
  min-height: 81px;
}

@media (max-width: 1420px) {
  .processList .text {
    font-size: 13px;
  }
}

.processArrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.processArrowBox .ins {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 890px;
}

.processArrowBox .ins::after {
  content: '';
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -1.5px;
  z-index: -1;
  width: calc(100% - 160px);
  height: 3px;
  background-color: #cacaca;
}

.processArrowBox .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #cacaca;
  background-color: #fff;
}

.processArrowBox .count .current {
  color: #2b8cc9;
}

.processArrowBox .count .total::before {
  content: '/';
  padding-left: 7px;
  padding-right: 7px;
}
