@charset "utf-8";

/* 內頁 關於我們 */
.page-about {
  position: relative;
  max-width: 936px;
  margin: 0 auto;
  color: #727272;
  line-height: 1.8;
}

.page-about .a-1 {
  margin-top: 180px;
  position: relative;
  z-index: 1;
}

.page-about .row {
  display: flex;
  align-items: flex-end;
  background: #f6f6f6;
  justify-content: flex-end;
  padding: 50px;
}

.page-about .a-1 .row .col.pic {
  width: 403px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.page-about .a-1 .row .col.txt {
  width: calc(100% - 403px);
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

.page-about .a-1 .ttile {
  font-size: 60px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #1a679e;
  display: block;
  line-height: 1;
  position: absolute;
  top: -200px;
  left: 50px;
}

.page-about .a-1 .ttile b {
  color: #e37551;
  display: block;
  font-weight: unset;
}

.page-about .a-1 .item {
  box-sizing: border-box;
}

.page-about .a-1 .t-1 {
  color: #4c4c4c;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-about .a-2 {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}

.page-about .a-2 p {
  margin: 0;
  position: relative;
  display: block;
  max-width: 700px;
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}

.page-about .a-2 p::before,
.page-about .a-2 p::after {
  content: "[";
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  transform: translateY(-50%);
  font-size: 100px;
  opacity: 0.1;

  width: 30px;
  height: 123px;
  line-height: 1;
}

.page-about .a-2 p::after {
  content: "]";
  left: unset;
  right: 0;
}

.page-about .a-2 p .desk-break {
  display: block;
}

.page-about .a-2 .highlight {
  color: #e37251;
}

@media screen and (max-width: 1380px) {
  .page-about .a-1 {
    margin-top: 180px;

    max-width: 767px;
    margin: 0 auto;
  }

  .page-about .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    background: transparent;
  }

  .page-about .a-1 .row .col.pic {
    width: auto;
    position: absolute;
    left: unset;
    bottom: unset;
    top: 0;
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
  }

  .page-about .a-1 .ttile {
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
  }

  .page-about .a-1 .row .col.txt {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
    background: #f6f6f6;
    padding: 150px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-about .a-1 .t-1 {
    text-align: center;
  }

  .page-about .a-2 p .desk-break {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-about .a-1 .ttile {
    font-size: 40px;
  }

  .page-about .a-1 .t-1 {
    font-size: 21px;
  }

  .page-about .a-1 .row .col.txt {
    padding: 150px 20px 30px;
  }

  .page-about .a-2 {
    margin-top: 30px;
  }

  .page-about .a-2 p::before,
  .page-about .a-2 p::after {
    display: none;
  }

  .page-about .a-2 p {
    text-align: left;
    padding: 0;
  }
}

/* END內頁 關於我們 */

/* 首頁 關於我們 */

.about-sect .txt-box .arow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}

.about-sect .txt-box .arow .atit {
  max-width: 550px;
  flex: 0 0 auto;
  margin-right: auto;
  color: #525252;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 50px;
  height: 142px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-sect .txt-box .arow .atit .t-1 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 40px;
  color: #19669e;
  letter-spacing: 3px;
  line-height: 1.3;
}

.about-sect .txt-box .arow .atit .t-1 b {
  display: block;
  color: #e37551;
  font-weight: unset;
}

.about-sect .txt-box .arow .aitem {
  max-width: 370px;
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: 450px;
  color: #727272;
  font-size: 16px;
  line-height: 1.8;
  height: 172px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 5;
}

.about-sect .txt-box .arow .aitem .desk-break {
  display: block;
}

.about-sect .txt-box .arow .aitem .highlight {
  color: #df7250;
}

@media screen and (max-width: 1280px) {
  .about-sect .txt-box .arow .aitem {
    max-width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .about-sect .txt-box .arow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    max-width: unset;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .about-sect .txt-box .arow .atit {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    height: auto;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    letter-spacing: 2px;
  }

  .about-sect .txt-box .arow .atit .t-1 {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .about-sect .txt-box .arow .aitem {
    max-width: unset;
    margin: 0;
    height: auto;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
  }

  .about-sect .txt-box .arow .aitem .desk-break {
    display: none;
  }
}

/* END首頁 關於我們 */
/*------------ service-editor ------------*/

/* 首頁 服務項目 */
.s_layout {
  position: relative;
  color: #727272;
  font-size: 15px;
}

.s_layout .s_item + .s_item {
  margin-top: 30px;
}

.s_layout .s_box {
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
}

.s_layout .s_box .s_pic {
  box-sizing: border-box;
  background: transparent;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background: #fff;
  width: 135px;
  height: 135px;
  line-height: 135px;
  filter: drop-shadow(0 0 0.75rem rgba(26, 103, 158, 0.1));
}

.s_layout .s_box:hover .s_pic {
  background: #19669e;
}

.s_layout .s_box .s_pic span {
  box-sizing: border-box;
  background: transparent;
  margin: 0 auto;

  transition: all 0.3s ease;
}

.s_layout .s_box:hover .s_pic span {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.s_layout .s_box .s_pic span .s_pic1 {
  display: block;
}

.s_layout .s_box .s_pic span .s_pic2 {
  display: none;
}

.s_layout .s_box:hover span .s_pic1 {
  display: none;
}

.s_layout .s_box:hover span .s_pic2 {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.s_layout .s_box .s_text {
  position: relative;
  width: calc(100% - 135px);
  box-sizing: border-box;
  display: inline;
  padding-left: 30px;
}

.s_layout .s_box .s_text h3 {
  margin: 0;
  color: #19669e;
}

.s_layout .s_box .s_text p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .s_layout {
    margin: 0 auto;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

@media screen and (max-width: 484px) {
  .s_layout {
    margin: 0 auto;
    max-width: 240px;
  }
  .s_layout .s_box {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: column;
  }

  .s_layout .s_box .s_pic {
    margin-bottom: 15px;
  }

  .s_layout .s_box .s_text {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .s_layout .s_box .s_text h3 {
    text-align: center;
    margin-bottom: 5px;
  }
}

/* END首頁 服務項目 */
/*------------ contact-editor ------------*/
.contact-editor .col {
  float: left;
}

.contact-editor .col + .col {
  margin: 0 0 0 25px;
}

.contact-editor i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  position: relative;
  margin: 0 20px 0 0;
  z-index: 0;
}

.contact-editor i:after {
  content: "";
  background: #1a679e;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(45deg);
}

.contact-editor i:before {
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-editor .tel i:before {
  content: "\ff001";
}

.contact-editor .fax i:before {
  content: "\ff002";
}

.contact-editor .mail i:before {
  content: "\ff003";
}

.contact-editor .add i:before {
  content: "\ff004";
  font-size: 18px;
  position: relative;
  top: 2px;
}

.contact-editor .col a,
.contact-editor .col span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
}

/*------------ video-editor ------------*/
.video-editor .pic {
  float: left;
  margin-right: 25px;
}

/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  line-height: 2;
}

.terms-editor .title {
  font-size: 17px;
  color: #1a679e;
  margin: 0;
}

.terms-editor p {
  text-indent: 0em;
  margin: 0 0 50px;
}

.terms-editor .row {
  margin: 0 -27px;
}

.terms-editor .col {
  padding: 0 27px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
}

@media screen and (max-width: 960px) {
  .contact-editor .col + .col {
    margin: 25px 0 0 0;
  }

  .contact-editor .col {
    float: none;
  }
}

@media screen and (max-width: 1100px) {
  .row_ {
    display: block;
  }

  .about-editor .row_1 .col {
    margin-bottom: 20px;
  }

  .about-editor .row_1 {
    margin-bottom: 40px;
  }

  .about-editor .row_2 {
    margin-top: 20px;
  }

  .about-editor .row_2 .col1:after {
    display: none;
  }

  .about-editor .row_2 .col,
  .about-editor .row_3 .col {
    margin-bottom: 20px;
  }

  .about-editor .row_2 .txt_box,
  .about-editor .row_3 .txt_box {
    padding: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
  }

  .about-editor .row_2 .col2 {
    text-align: left;
  }

  .index-about-editor {
    padding: 0;
    height: auto;
  }

  .service-editor .row_ .col2,
  .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-editor .row_ .col2 {
    padding: 0;
  }

  .contact-editor i {
    text-indent: 0px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }

  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
