@charset "utf-8";
/*首頁服務項目 */
.s_layout {
  position: relative;
  display: flex;
}

.s_layout .s_item {
  position: relative;
  transition: all 0.3s ease;
}

.s_layout .s_item .box {
  position: relative;
}

.s_layout .s_item .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  font-size: 0;
  z-index: 10;
}
.s_layout .box .col.pic img {
  min-height: 455px;
  object-fit: cover;
}
.s_layout .box .col.txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  color: rgb(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s_layout .box .col.txt .s_tit {
  transition: all 0.3s;
  margin-top: 70px;
}
.s_layout .box .col.txt .s_tit h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 4px;
}

.s_layout .box .col.txt .s_tit span {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.9;
  letter-spacing: 2px;
}
.s_layout .box .s_more {
  position: relative;
  margin-top: 65px;
  width: 208px;
  height: 53px;
  line-height: 53px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.s_layout .box:hover .s_more {
  background: #ffffff;
  color: #52a9a4;
}

@media screen and (max-width: 1000px) {
  .s_layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*END首頁服務項目 */

/*內頁關於我們*/
.a_layout {
  max-width: 1000px;
  margin: 0 auto;
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: 1px;
}
.a_layout .a-1 .title {
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin: 40px 0 35px;
}

.a_layout .a-1 .title span {
  font-family: "Cormorant Garamond", serif;
  color: #52a9a4;
  font-size: 25px;
  font-weight: 600;
}

.a_layout .a-1 .title h2 {
  font-size: 40px;
  color: #444444;
  font-weight: normal;
  display: block;
  letter-spacing: 3px;
  margin: 0 0 5px;
}
.a_layout .a-1 .title:after {
  content: "ABOUT";
  font-family: "Cormorant Garamond", serif;
  font-size: 150px;
  text-align: center;
  line-height: 0.9;
  position: absolute;
  top: -62px;
  left: calc(0% - 0px);
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  z-index: -1;
  font-weight: 600;
}

.a_layout .a-1 {
  padding-top: 50px;
}

.a_layout .a-1 .t-1 {
  color: #6c6c6c;
  font-size: 19px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.a_layout .a-1 .t-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 36px;
  background: #4e4e4e;
  display: block;
}

.a_layout .a-1 .p-1 {
  background: #fff;
  max-width: 685px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 70px 80px;
  box-shadow: 0 0 12px 2px rgb(62 62 62 / 5%);
}

.a_layout .a-1 .col:first-of-type {
  z-index: 2;
  position: relative;
  margin-bottom: -120px;
}
.a_layout .a-1 .col:last-of-type {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a_layout .a-1 {
    padding-top: 0;
  }
  .a_layout .a-1 .col:first-of-type {
    margin-bottom: 0;
  }
  .a_layout .a-1 .title {
    margin: 20px 0 20px;
  }
  .a_layout .a-1 .title:after {
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: -17px;
  }
  .a_layout .a-1 .p-1 {
    padding: 40px 30px;
    max-width: unset;
  }
}
/*END內頁關於我們*/

/*footer*/
.ic_phone {
  font-size: 20px;
  color: #444444;
  margin: -9px 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.ic_phone:before {
  content: "\e1050";
  font-family: "icon-font2" !important;
}
.ic_mail {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background-position: 0 -20px;
}
.ic_fax {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background-position: 0 -40px;
}
.ic_add {
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background-position: 0 -60px;
}
.site-info .ic-phone {
  font-size: 20px;
  width: 20px;
  color: #555555;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
}
.site-info .ic-envelope {
  font-size: 18px;
  width: 20px;
  color: #555555;
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.site-info .ic-fax {
  font-size: 18px;
  width: 20px;
  color: #555555;
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.site-info .ic-map-marker {
  font-size: 21px;
  width: 20px;
  color: #555555;
  margin-right: 5px;
  text-align: center;
  position: relative;
  top: 3px;
  display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}
.about-editor td {
  vertical-align: top;
}
.about-editor .pic2 {
  padding: 0 0 0 40px;
  width: 424px;
  position: relative;
  top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe {
  border: 10px solid#fff;
  width: 100%;
  box-sizing: border-box;
  height: 300px;
  margin: 0px 0 20px;
}
.contact-editor {
  text-align: center;
  margin: 5px 0;
}
.contact-editor .row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 0;
}
.contact-editor .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.contact-editor .col + .col:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #bbbbbb;
}
.contact-info-txt {
  max-width: 205px;
  margin: 0 auto;
}
.contact-info-txt .img-ic {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-info-txt a:hover {
  color: #52a9a4;
  text-decoration: underline;
}
.info-icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #52a9a4;
  color: rgb(255 255 255);
}
.contact-info-txt .info-icon-box [class^="ic-"] {
  font-size: 18px;
}
/*------------ 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:before {
  content: "- ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
.terms-editor .title {
  color: #52a9a4;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.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) {
  .about-editor .tb01 td,
  .about-editor .tb02 td,
  .service-table td,
  .service-table .pic {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
  }
  .about-editor .pic2 {
    top: 0;
  }
  .contact-editor .row,
  .contact-editor .col {
    display: block;
    width: auto;
  }
  .contact-editor .col {
    padding: 15px 0;
  }
  .contact-map iframe {
    border: 5px solid#fff;
    height: 200px;
    margin: 0px;
  }
  .contact-editor .col + .col:before {
    height: 1px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
  .contact-map {
    height: 200px;
  }
}
