@charset "utf-8";
/*-*/
.about-section {
  /* padding: 40px 20px; */
  max-width: 1016px;
  margin: 0 auto;
}
.about-flex {
  display: flex;
  /* flex-wrap: wrap; */
  /* gap: 30px; */
  align-items: flex-start;
  /* margin-bottom: 30px; */
}
.about-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about-img {
  /* flex: 1 1 48%; */
  flex-shrink: 0;
}
.about-text {
  /* flex: 1 1 52%; */
  margin: 76px 0 0 -196px;
  background: #fff;
  box-sizing: border-box;
  padding: 52px 74px;
}
.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: #202020;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  font-size: 55px;
}
.about-text .about-en:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #F4BA1C;
    margin: 16px 0 24px;
    border-left: 30px solid #1692D3;
    flex-shrink: 0;
}
.about-text p {
  line-height: 1.6;
  color: #666;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.02em;
}
.about-desc {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin: 40px 0;
  color: #666;
  letter-spacing: 0.02em;
}
.about-img-full img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slogan_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 60px;
    flex-wrap: wrap;
}
.slogan_l{
    font-size: 55px;
    color: #136AB2;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    white-space: normal;
    /* flex: 1; */
    word-break: break-word;
}
.slogan_r{
    font-size: 24px;
    color: #F2B81A;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    word-break: break-word;
}
/* RWD 響應式設計 */
@media (max-width: 1100px) {
  .about-flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
    .about-img {
        flex: 1 1 100%;
    }
    .about-text {
        flex: 1 1 100%;
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .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;
  }
}
/*-*/
/*------------ 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: 'Rubik', sans-serif;
    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 ------------*/
.intro_box{
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 40px;
}
.intro_box.about{
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}
.intro_text{
    color: #D6D6D6;
    font-size: 16px;
}
.intro_box.about .intro_text{
    color: #666;
    text-align: left;
}
.intro_title{
    font-weight: 500;
    color: #F2B81A;
    font-size: 24px;
}
.intro_box.about .intro_title{
    align-self: flex-end;
}
/* service_area */
.service_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 100px;
    align-items:center;
    justify-content: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.service_item {
    position: relative;
    text-align: center;
    width: 160px;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 160px;
}
.service_item:before{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background: rgb(0 0 0 /30%);
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 75px);
    /* right: 0; */
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s;
}
.service_item:hover:before{
    background: rgb(19 106 178 /30%);
}
.service_item .num {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    opacity: 0.12;
    position: absolute;
    left: -16px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .3s;
}
.service_item:hover .num{
    color:#F4BA1C;
    opacity: 1;
}
.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;
    transition: all .3s;
}
.service_item .name{
    color:#fff;
    font-size:18px;
    line-height: 1.2;
    margin: 9px auto 0;
    transition: all .3s;
}
.service_item:hover .name{
    color:#F3B91B;
}
/* RWD */
@media (max-width: 1024px) {
  .service_item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .service_item {
    flex: 1 1 100%;
  }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #216FB0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    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;
    transform: rotate(-45deg); 
}
.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;
}
/*------------ 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: #216FB0;
    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: 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%;
    }
}
