@charset "utf-8";
/*-*/
.about-section {
  /* padding: 40px 20px; */
  max-width: 980px;
  margin: 0 auto;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px; */
  align-items: flex-end;
  /* margin-bottom: 30px; */
}
.about-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about-img {
  flex: 1 1 48%;
}
.about-text {
  flex: 1 1 52%;
}
.about-text h2 {
  font-size: 30px;
  margin: 0 0 -8px;
  color: #333;
  line-height: 1;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about-text .about-en {
  color: #32b8c6;
  font-weight: bold;
  margin-right: 8px;
  font-family: "Syncopate", sans-serif;
  font-size: 50px;
}
.about-text p {
  line-height: 1.6;
  color: #444;
  background: #fafafa;
  box-sizing: border-box;
  padding: 56px 72px;
  margin: 0 0 0 -72px;
  font-size: 16px;
}
.about-desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 40px;
}
.about-img-full img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* RWD 響應式設計 */
@media (max-width: 1000px) {
  .about-flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
    .about-img {
        flex: 1 1 100%;
    }
    .about-text {
        flex: 1 1 100%;
    }
    .about-text .about-en{
        font-size: 40px;
    }
  .about-text h2 {
    font-size: 22px;
  }
  .about-text p {
    font-size: 15px;
      margin:0 auto;
      padding: 40px;
  }
  .about-desc {
    font-size: 15px;
    padding: 0 10px;
  }
}
/*-*/
.spec_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 930px;
    margin: 0 auto 40px;
    /* padding: 20px 10px; */
    box-sizing: border-box;
    gap: 40px 72px;
}
.spec_col {
    flex: 1 1;
    box-sizing: border-box;
    /* padding: 10px; */
    text-align: center;
    /* min-width: 250px; */
}
.spec_num {
    font-size: 16px;
    color: #444;
    line-height: 1;
}
.spec_num .num {
    font-size: 40px;
    font-weight: bold;
    color: #53aabf;
    font-family: "Syncopate", sans-serif;
    margin-right: 8px
}
.spec_num .unit {
    font-size: 18px;
    margin-left: 4px;
}
.spec_title {
    margin-top: 6px;
    font-size: 24px;
    letter-spacing: 0.2em;
}
.spec_desc {
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}
/* RWD 調整：平板與手機 */
@media (max-width: 1000px) {
    .spec_row {
        gap: 30px;
        margin: 0 auto 16px;
    }
    .spec_col {
        flex: 1 1 40%;
    }
}
@media (max-width: 560px) {
    .spec_col {
        flex: 1 1 100%;
    }
}
/*-intro_text*/
.intro_text {
    color: #545454;
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 0 0 36px;
    margin-bottom: 42px;
    border-bottom: 1px solid #ddd;
}
.intro_text .index_more {
    display: flex!important;
    justify-content: flex-end;
    margin: 32px 0 0 auto;
}
.intro_text .index_more a {
    margin: 0;
}
@media (max-width: 1000px) {
    .intro_text .index_more{
        justify-content: center;
    }
}
/*-NUMBER COUNT*/
.intro_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.intro_row .col {
    font-size: 16px;
    color: #666;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.intro_row .col .intro_t {
    color: #444;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 auto 0 0;
}
.intro_row .col .num_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin: 0 0 5px;
    width: 100%;
        white-space: nowrap;
}
.intro_row .col .num_box span {
    color: #6EB9C5;
    font-size: 50px;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -1px;
    margin: 0 16px;
    font-family: "Syncopate", sans-serif;
}
.font_r {
    text-align: right;
    margin-top: 8px;
}
@media (max-width: 600px) {
    .intro_text{
            padding: 0 0 24px;
    margin-bottom: 24px;
    }
    .intro_row .col .num_box{
            flex-wrap: wrap;
            line-height: 1.8;
            text-align: left;
            justify-content: center;
    }
    .about-sect .col+.col{
        margin-top: 32px;
    }
    .intro_row .col .intro_t{
        margin:0 auto  16px;
    }
    .intro_row .col .num_box span{
        font-size: 32px;
    }
    .font_r{
        margin: 0 auto;
    }
}
/*-*/
.service_text{
    margin: 0 auto 55px;
    max-width: 430px;
    color: #444;
    font-size: 16px;
    text-align: center;
}
.service_layout {
    display: flex;
    align-items: center;
}
.service_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    justify-content: center;
    width: 100%;
}
.service_item {
    flex: 1 1 calc(33.33% - 72px);
    box-sizing: border-box;
    padding: 32px;
    text-align: center;
    background: #fff;
    position: relative;
    /* max-height: 180px; */
    transition: all .3s;
}
.service_item:hover {
    background: #6FBAC6;
}
.service_item .icon {
    text-indent: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_item .icon img:nth-child(1) {
    opacity: 1;
    transition: all .3s;
    position: relative;
}
.service_item:hover img:nth-child(1) {
    opacity: 0;
}
.service_item .icon img:nth-child(2) {
    transition: all .3s;
    position: absolute;
    z-index: 10;
    opacity: 0;
}
.service_item:hover img:nth-child(2) {
    opacity: 1;
}
.service_item .num {
    font-size: 45px;
    font-weight: bold;
    color: #6FBAC6;
    position: absolute;
    left: -21px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Syncopate", sans-serif;
    z-index: 1;
    transition: all .3s;
}
.service_item:hover .num {
    color: #444;
}
.service_item h3 {
    font-size: 22px;
    letter-spacing: 0;
    color: #004B99;
    margin: -8px 0 0;
    font-family: "Syncopate", sans-serif;
    transition: all .3s;
}
.service_item:hover h3 {
    color: #fff;
}
.service_item .zh {
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #444;
    margin: 8px 0 0;
    transition: all .3s;
}
.service_item:hover .zh {
    color: #fff;
}
/* RWD：平板 */
@media (max-width: 1340px) {
    .service_layout {
        flex-direction: column;
    }

    .s_box {
        margin: 40px auto 0;
    }
}
@media (max-width: 1000px) {
    .service_grid {
        padding: 0 40px;
        width: auto;
        gap: 24px;
    }
    .service_item {
        flex: 1 1 calc(50% - 40px);
    }
    .service_item .zh{
        font-size: 20px;
    }
}
/* RWD：手機 */
@media (max-width: 600px) {
    .service_item {
        flex: 1 1 100%;
    }
}
/*------------ 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: #6FBAC6;
    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: #6FBAC6;
    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%;
    }
}