@charset "utf-8";
/*內頁關於我們*/
.a_layout {
  max-width: 1030px;
  margin: 0 auto;
  color: #666666;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.a_layout .atitle {
  margin: 0;
  margin-bottom: 5px;
  color: #006699;
  font-size: 22px;
  font-weight: normal;
}
.a_layout p {
  margin: 0;
}
.a_layout .row {
  display: flex;
}
.a_layout .title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.a_layout .title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00b050;
  margin: 20px auto 0px;
}
.a_layout .title span {
  font-size: 18px;
  font-family: "Newsreader", serif;
  color: #006699;
  font-weight: bold;
}
.a_layout .title h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.a_layout .a-1 {
  margin-bottom: 50px;
}
.a_layout .a-1 .col:first-of-type {
  width: 49%;
  padding-bottom: 10px;
  padding-right: 10px;
}
.a_layout .a-1 .col:last-of-type {
  width: 51%;
  padding-left: 40px;
  padding-top: 20px;
}
.a_layout .a-1 .point-list {
  margin-top: 34px;
}
.a_layout .a-1 .point-list .point {
  position: relative;
  padding-left: 26px;
  display: block;
}
.a_layout .a-1 .point-list .point::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../../../images/layout01/common/about/checkic.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.a_layout .a-2 {
  margin-bottom: 50px;
}
.a_layout .a-2 .row {
  display: flex;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
}
.a_layout .a-2 .col:first-of-type {
  width: 25%;
  padding-bottom: 10px;
  padding-right: 10px;
}
.a_layout .a-2 .col:last-of-type {
  width: 75%;
  padding-left: 0px;
  padding-right: 0;
}
.a_layout .a-2 .point {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-bottom: 5px;
}
.a_layout .a-2 .point:nth-child(4) .date {
  padding-right: 15px;
}
.a_layout .a-2 .point::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00b050;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
}
.a_layout .a-2 .point.highlight {
  color: #006699;
}
.a_layout .a-2 .point .date {
  color: #006699;
  font-family: "Newsreader", serif;
  font-weight: bold;
  letter-spacing: 0;
  width: 73px;
  display: inline-block;
}
.a_layout .a-3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.a_layout .a-3 .col {
  flex: 1;
  background: #fff;
  border: 5px solid #f2f2f2;
  padding: 30px 30px;
}
.a_layout .a-3 .atitle {
  padding-left: 42px;
  position: relative;
}
.a_layout .a-3 .atitle::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #00b050;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .a_layout {
    max-width: 767px;
  }
  .a_layout .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .a_layout .a-1 .col:first-of-type {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .a_layout .a-1 .col:last-of-type {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .a_layout .a-2 .col:first-of-type {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .a_layout .a-2 .col:last-of-type {
    width: 100%;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 30px;
  }
  .a_layout .a-2 .atitle {
    text-align: center;
  }
  .a_layout .a-2 .point {
    position: relative;
    padding-left: 22px;
    display: block;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
  }
  .a_layout .a-3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .a_layout .a-3 .col {
    flex: 1;
    padding: 20px 15px;
  }
  .a_layout .a-3 .atitle {
    padding-left: 42px;
    position: relative;
    font-size: 20px;
  }
}
/*END內頁關於我們*/
/*首頁服務項目*/
.service-sect .srow {
  display: flex;
}
.service-sect .srow .col.slist {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  width: calc(100% - 0px);
  justify-content: center;
}
.service-sect .srow .s_box {
  width: calc(25% - 16px);
  box-sizing: border-box;
  text-align: center;
  background: #f2f2f2;
  height: 220px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
}
.service-sect .srow .s_box:hover {
  background: #006699;
}
.service-sect .srow .s_pic {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-sect .srow .s_pic::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 7px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.service-sect .srow .s_box:hover .s_pic::before {
  opacity: 1;
}
.service-sect .srow .s_pic img {
  width: 100%;
  max-width: 50px;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.service-sect .srow .s_box:hover .s_pic img {
  filter: grayscale(0);
}
.service-sect .srow .s_text {
  margin-top: 8px;
  color: #333333;
  font-size: 18px;
  transition: all 0.5s ease;
}
.service-sect .srow .s_box:hover .s_text {
  color: #fff;
}
.service-sect .srow .col.txt {
  max-width: 420px;
  padding-top: 165px;
  font-size: 16px;
  color: #666666;
}
.service-sect .srow .col.txt .t-1 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 22px;
  color: #006699;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-sect .srow .col.txt .p-1 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.9;
}
@media screen and (max-width: 1200px) {
  .service-sect .srow {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .service-sect .srow .col.txt {
    max-width: 420px;
    padding-top: 0px;
    margin-bottom: 50px;
  }
  .service-sect .srow .col.slist {
    width: 100%;
    justify-content: center;
    max-width: 767px;
  }
}
@media screen and (max-width: 1000px) {
  .service-sect .srow .col.txt {
    margin-bottom: 30px;
  }
  .service-sect .srow .col.txt .t-1,
  .service-sect .srow .col.txt .p-1 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
  }
}
@media screen and (max-width: 500px) {
  .service-sect .srow .col.slist {
    gap: 10px;
    max-width: 300px;
  }
  .service-sect .srow .s_box {
    height: 150px;
    width: 140px;
  }
}
/*首頁服務項目*/
/*footer*/
.ic_mail {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout01/common/siteinfo_mail_ic.png)
    no-repeat;
  width: 23px;
  height: 17px;
  margin-right: 8px;
}
.ic_fax {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
  width: 23px;
  height: 24px;
  margin-right: 8px;
}
.ic_add {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
  width: 23px;
  height: 24px;
  margin-right: 8px;
}
.site-info .ic-envelope {
  font-size: 18px;
  width: 20px;
  color: #006699;
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.site-info .ic-fax {
  font-size: 18px;
  width: 20px;
  color: #006699;
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.site-info .ic-map-marker {
  font-size: 21px;
  width: 20px;
  color: #006699;
  margin-right: 5px;
  text-align: center;
  position: relative;
  top: 3px;
  display: inline-block;
}
/*------------ about-editor ------------*/
.row_ {
  display: flex;
}
.about-editor .row_1 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.about-editor .about-title {
  color: #262626;
  font-size: 29px;
  font-family: Roboto;
  font-weight: 300;
  margin: 0;
}
.about-editor .about-title:after {
  content: "";
  background: #4f4f4f;
  height: 1px;
  width: 60px;
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-editor .row_2 {
  margin-top: 40px;
}
.about-editor .row_2 .col {
  flex-basis: 50%;
  position: relative;
}
.about-editor .row_2 .txt_box {
  margin-top: 65px;
  border: solid 1px #4f4f4f;
  display: block;
  padding: 50px;
  position: relative;
  margin-right: -100px;
  color: #000000;
  box-sizing: border-box;
}
.as_title {
  margin-bottom: 10px;
}
.as_txt {
  line-height: 2;
  padding-left: 35px;
}
.about-editor .row_2 .col1:after {
  content: "";
  display: block;
  position: absolute;
  width: 126px;
  background: #fff;
  height: 65px;
  right: -100px;
  bottom: 0;
  z-index: 3;
}
.about-editor .row_2 .col2 {
  position: relative;
  z-index: 4;
  text-align: center;
}
.about-editor .row_3 {
  align-items: flex-end;
}
.about-editor .row_3 .col {
  flex-basis: 50%;
}
.about-editor .row_3 .txt_box {
  margin-top: -65px;
  border: solid 1px #4f4f4f;
  display: block;
  padding: 115px 50px 50px;
  position: relative;
  margin-left: -26px;
  color: #000000;
}
/*------------ service-editor ------------*/
.s_title {
  color: #ffffff;
  margin-bottom: 15px;
}
.s_txt {
  color: #acacac;
  margin-bottom: 40px;
}
.s_txt:last-child {
  margin-bottom: 0px;
}
.service-editor .row_ {
  margin-bottom: 40px;
}
.service-editor .row_ .col1 {
  width: 40%;
}
.service-editor .row_ .col2 {
  width: 60%;
  padding: 0px 30px;
}
/*------------ contact-editor ------------*/
.contact-editor {
  padding: 0 2%;
}
.contact-editor .col {
  float: left;
  padding: 0 2%;
}
.contact-editor .col1 {
  width: 48%;
}
.contact-editor .col2 {
  width: 52%;
}
.contact-map {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: 8px solid #fff;
}
.contact-map iframe {
  display: block;
  max-height: 100%;
}
.contact-info-list {
  color: #555;
  font-size: 14px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-info-list li {
  position: relative;
  padding: 2px 0 2px 40px;
  margin: 8px 0;
  line-height: 25px;
}
.contact-info-list li.tel:before {
  font-family: "icon-font" !important;
  content: "\ff001";
  font-size: 21px;
  position: absolute;
  left: 9px;
  top: 3px;
  color: #006699;
}
.contact-info-list li.fax:before {
  font-family: "icon-font" !important;
  content: "\ff002";
  font-size: 21px;
  position: absolute;
  left: 9px;
  top: 3px;
  color: #006699;
}
.contact-info-list li.mail:before {
  font-family: "icon-font" !important;
  content: "\ff003";
  font-size: 21px;
  position: absolute;
  left: 9px;
  top: 3px;
  color: #006699;
}
.contact-info-list li.addr:before {
  font-family: "icon-font" !important;
  content: "\ff004";
  font-size: 24px;
  position: absolute;
  left: 13px;
  top: 3px;
  color: #006699;
}
/*------------ video-editor ------------*/
.video-editor .pic {
  float: left;
  margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
  font-size: 15px;
  line-height: 2;
  /*max-width: 1045px;*/
  margin: 0 auto;
}
.terms-editor .title {
  color: #006699;
  font-size: 16px;
  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: 1000px) {
  .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 {
  }
  .service-editor .row_ .col2,
  .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-editor .row_ .col2 {
    padding: 0;
  }
  .contact-editor {
    padding: 0 2%;
  }
  .contact-editor .col {
    width: 100%;
    padding: 0;
  }
  .contact-map {
    height: 300px;
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
  .contact-map {
    height: 200px;
  }
}
