@charset "utf-8";
/*------------ about-in ------------*/
.a_layout{
}
.a_layout .col1{
    text-align:center;
    font-size:17px;
    position: relative;
    line-height: 2;
    z-index: 1;
}
.a_layout .col1 .t1{
    color: #193F85;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 auto 10px;
    background: url('../../../images/layout01/common/about/apic.webp') no-repeat;
    background-size: cover;
    padding: 106px;
    text-shadow: 0 0 10px rgb(255 255 255 / 90%), 0 0 10px rgb(255 255 255 / 90%), 0 0 20px rgb(255 255 255 / 80%);
}
.a_layout .col1 .t2{
    color: #52595F;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 500;
    margin: 10px 100px 25px 100px;
}
.a_layout .col1::after{
    content: 'ABOUT US';
    display: block;
    position: relative;
    color: #EAECF0;
    font-size: 145px;
    font-family: "Montserrat", sans-serif;
    line-height: 0.73;
    letter-spacing: 0;
    font-weight: 700;
    left: 0;
    right: 0;
    background-size: contain;
    text-align: center;
    margin: 0px auto;
    bottom: 0;
    opacity: 0.5;
}
.a_layout .col2 {
    background: url('../../../images/layout01/common/about/apic1.webp') no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    padding-top: 100px;
    height: 565px;
    flex-direction: column;
    align-items: center;
}
.a_layout .col2:before{
    content: '';
    background: url('../../../images/layout01/common/about/aicon.webp') no-repeat;
    width: 148px;
    height: 102px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-size: contain;
    margin: -136px auto;
    z-index: 10;
}
.a_layout .col2tit{
    text-align: center;
}
.a_layout .col2tit .a2_txt{
    padding-bottom: 20px;
}
.a_layout .col2 .a2_txt
.a_layout .sect1,
.a_layout .sect2{
    padding: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}
.ptxt {
    margin: 10px 0;
}
.ptxt::before{
    content: ' ';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    top: -1px;
    background: #DDDDDD;
    z-index: 1;
    border-radius: 100%;
}

.a_layout .col2 .t2{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.a_layout .col2 .p2{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.035em;
    line-height: 1.5;
    color: #DDDDDD;
}
.a_layout .col2 .num {
    font-family: "Poppins", sans-serif;
    color: #193F85;
    font-weight: 700;
    font-size: 30px;
}
.a_layout .col2 .sect2 .num:before{
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 15px auto;
    right: 15%;
    background: #193F85;
    z-index: 1;
}
.a_layout .col2 h2{
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}
.a_layout .col2 h2:before {
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 8px 0 25px auto;
    background: #ffffff;
    z-index: 1;
}
.a_layout .col3 {
    text-align:center;
    box-sizing: border-box;
    background: url(../../../images/layout01/common/about/col3_bg.webp) 100% repeat;
    padding: 55px;
    margin: -230px 40px 40px 40px;
    z-index: 2;
    position: relative;
    border-radius: 30px;
    filter: drop-shadow(0px 8px 0px #193F85);
}
.a_layout .col3::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background: url(../../../images/layout01/common/about/col3_bg.webp) 100% repeat;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    display: block;
    left: 0;
    right: 0;
    margin: -28px auto;
    bottom: 0;
    filter: drop-shadow(0px 12px 0px #193F85);
}
/* .a_layout .col3:before{
    content: '';
    background: url('../../../images/layout06/common/about/decorate.png') no-repeat;
    width: 18px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    background-size: contain;
    margin: 0px auto;
} */
.a_layout .col3 h2{
    color: #193F85;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: -5px;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 50px;
}
.a_layout .col3 span{
    color: #193F85;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
}
.a_layout .col3 h2:before{
    content: ' ';
    display: inline-block;
    width: 114px;
    height: 2px;
    position: relative;
    margin: 8px auto;
    background: #193F85;
    z-index: 1;
}
.col3tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.col3tit .a3_txt {
    margin: 0 15px 35px;
    width: calc(100% / 3 - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px #3FC0FF;
}
.col3tit .a3_txt h3 {
    font-size: 20px;
    color: #7D7D7D;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.a_layout .t3 {
    color: #068578;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
    position: relative;
}
.a_layout .p3 {
    font-weight: 300;
    font-size: 17px;
}
.a_layout .col4{
    padding: 50px 0px 00px 0;
    text-align:center;
    color: #193F85;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1300px){
    .a_layout .col2 {
        display: flex;
        flex-direction: column;
    }
     .a_layout .sect1, .a_layout .sect2 {
        width: auto;
    }
    .a_layout .col1::after {
        font-size: 130px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .col2 .t2 {
        font-size: 24px;
    }
    .a_layout .col1 {
        font-size: 15px;
    }
    .a_layout .col4{
        font-size: 20px;
    }
    .a_layout {
        margin: 0 0px 0px;
    }
    .a_layout .col1 .t2 {
        color: #52595F;
        margin: 0px 0px 0px 0px;
    }
    .a_layout .sect1, .a_layout .sect2 {
        padding: 50px 0;
    }
    .a_layout .p3 {
        font-size: 15px;
    }
    .col3tit .a3_txt {
        width: calc(100% / 2 - 60px);
    }
    .a_layout .col1 .t1 {
        padding: 80px 5px 80px 5px;
    }
    .a_layout .col1::after {
        font-size: 100px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .col2 {
        height: 630px;
    }
    .col3tit .a3_txt {
        width: calc(100% / 1 - 60px);
    }
    .a_layout .col1::after {
        font-size: 80px;
    }
}
@media screen and (max-width: 484px){
    .a_layout .col1::after {
        font-size: 60px;
    }
    .a_layout .col3 {
        padding: 55px 0px 55px 0px;
        margin: 0px;
    }
    .a_layout .col2 {
        height: 450px;
    }
    .a_layout .col2tit {
        padding: 0 5px 0 5px;
    }
    .a_layout .col1 .t1 {
        font-size: 15px;
    }
}
/*------------ about-in ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.s_layout .s_box {
    padding: 18px;
    margin: 0 15px 30px;
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.184);
}
.s_layout .s_box::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 68px;
  background: #1A4086;
  border-radius: 0 0 30px 30px;
  z-index: 0;
}
.s_layout .s_box:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 22px;
    background: #1A4086;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    margin: -21px auto;
}
.s_layout .s_box:nth-child(even)::after {
    background:#FAB92B;
}

/* 奇數變藍色 */
.s_layout .s_box::before{
    background:#1A4086;
}
/* 偶數變黃色 */
.s_layout .s_box:nth-child(even)::before{
    background:#FAB92B;
}

.s_layout .s_box:hover {
    box-shadow: inset 0 0 0 1px #1A4086;
    box-sizing: border-box;
    background: url(../../../images/layout01/common/index/new_bg.webp) 100% repeat;
}
.s_layout .s_box:nth-child(even):hover {
    box-shadow: inset 0 0 0 1px #FAB92B;
}
.s_layout .s_box:hover .s_pic::before {
    transform: scale(1.2);
}
.s_layout .s_pic img {
    width: 215px;
}
.s_layout .s_pic img {
    transition: all 0.4s ease;
    transform: scaleX(1);
}
/* 將 hover 限定在 .box */
.s_layout .s_box:hover .s_pic img,
.s_layout .s_box:hover .s_pic img {
    transform: scaleX(-1);
}

.s_layout .s_box .s_txt {
    padding: 0px 0 0;
}
.s_layout .s_box .s_txt h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0;
}
.s_layout .s_box .s_txt p {
    margin: 0;
    color: #808080;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media screen and (max-width: 1000px){
    .s_layout .s_box {
        padding: 51px 15px 30px;
        margin: 0 10px 30px;
        width: calc(100% / 2 - 20px);
    }
    .s_layout .s_box:nth-last-child(-n+4){
        margin-bottom: 30px;
    }
    .s_layout .s_box:nth-last-child(-n+2){
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px){
    .s_layout {
        margin: 0 0px;
    }
    .s_layout .s_box {
        padding: 51px 15px 30px;
        margin: 0 10px 30px;
        width: calc(100% / 1 - 20px);
    }
    .s_layout .s_pic::before {
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }
    .s_layout .s_box .s_txt {
        padding: 0 0 0 10px;
        width: calc(100% - 90px);
    }
    .s_layout .s_box .a_pic {
    }
    .s_layout .s_pic img {
    }
    .s_layout .s_box:nth-last-child(-n+4),
    .s_layout .s_box:nth-last-child(-n+2){
        margin-bottom: 15px;
    }
    .s_layout .s_box:hover {
        top: 0;
    }
}
/*------------ /service-editor ------------*/
/*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: #ffffff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #ffffff;
    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;
}
.scroll1 {
    background: url(../../../images/layout01/common/index/scroll1.webp);
    width: 333px;
    height: 313px;
    position: absolute;
    right: 300px;
    top: 0px;
    z-index: 5;
}
.scroll2 {
    background: url(../../../images/layout01/common/index/scroll2.webp);
    ;width: 135px;
    height: 168px;
    position: absolute;
    right: 160px;
    bottom: 200px;
}
.scroll3 {
    background: url(../../../images/layout01/common/index/scroll3.webp);
    width: 197px;
    height: 153px;
    position: absolute;
    right: 205px;
    bottom: 0px;
}
.scroll4 {
    background: url(../../../images/layout01/common/index/scroll4.webp);
    width: 192px;
    height: 116px;
    position: absolute;
    left: 440px;
    bottom: -25px;
    z-index: 10;
}
.about-txt{
    color: #1A4086;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 10px;
}
@media screen and (max-width: 1680px){
    .scroll1 {
        right: 150px;
    }
    .scroll2 {
        right: 60px;
    }
}
@media screen and (max-width: 1280px){
        .scroll1 {
        right: 80px;
    }
    .scroll2 {
        right: 30px;
    }
}
@media screen and (max-width: 1200px){
    .scroll1,
    .scroll2,
    .scroll3,
    .scroll4{
        display: none;
    }
}
/*------------ 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: 0px 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: #1A4086;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #1A4086;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #1A4086;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #1A4086;
}
/*------------ 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: #1A4086;
    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{
        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{
        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;
    }
}
