@charset "utf-8";
/*------------ about-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.s_layout .s_pbox{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    overflow: hidden;
}
.s_layout .s_pbox img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}
.s_layout .s_tbox{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 556px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.s_layout .s_tbox .s_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    letter-spacing: 0.05em;
}
.s_layout .s_tbox .s_txt h4{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    color: #0066AC;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 12px;
}
.s_layout .s_tbox .s_icrow{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.s_layout .s_icrow .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
}
.s_layout .s_icrow .s_col+.s_col{
    margin-top: 20px;
}
.s_layout .s_icrow .s_col .s_ic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 8px solid rgba(2,103,175,.15);
}
.s_layout .s_icrow .s_col:nth-child(1) .s_ic img{
    position: relative;
    top: 4px;
}
.s_layout .s_icrow .s_col:nth-child(2) .s_ic img{
    position: relative;
    left: 4px;
}
.s_layout .s_icrow .s_col .s_ic img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.s_layout .s_icrow .s_col:hover .s_ic img{
    transform: scaleX(-1);
}
.s_layout .s_icrow .s_col:nth-child(2):hover  .s_ic img{
    position: relative;
    left: -4px;
}
.s_layout .s_icrow .s_col .s_t{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666666;
    width: calc(100% - 110px);
    margin-left: 20px;
}
.s_layout .s_icrow .s_col .s_t h5{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333333;
    line-height: 2;
    margin: 0 0 0px;
}
@media screen and (max-width: 1280px){
    .s_layout .s_tbox{
        width: 60%;
        padding-left: 3%;
    }
    .s_layout .s_pbox{
        width: 40%;
    }
}
@media screen and (max-width: 1000px){
    .s_layout{
        flex-direction: column;
        box-sizing: border-box;
    }
    .s_layout .s_pbox{
        width: 100%;
        max-width: 650px;
        margin-bottom: 30px;
    }
    .s_layout .s_tbox{
        width: 100%;
        max-width: 650px;
        padding: inherit;
        margin: 0 auto;
    }
    .s_layout .s_tbox .s_txt h4{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .s_layout .s_tbox .s_txt{
        font-size: 14px;
        text-align: center;
    }
    .s_layout .s_icrow .s_col{
        height: 80px;
    }
    .s_layout .s_icrow .s_col .s_t h5{
        font-size: 17px;
    }
    .s_layout .s_icrow .s_col .s_t{
        font-size: 14px;
        width: calc(100% - 105px);
        margin-left: 15px;
    }
    .s_layout .s_icrow .s_col .s_ic{
        width: 80px;
        height: 80px;
        border: 6px solid rgba(2, 103, 175, .15);
    }
    .s_layout .s_icrow .s_col .s_ic img{
        transform: scale(.9);
    }
    .s_layout .s_icrow .s_col:hover .s_ic img{
        transform: scale(.9) scaleX(-1);
    }
    .s_layout .s_icrow .s_col+.s_col {
        margin-top: 15px;
    }
    .s_layout .s_tbox .s_icrow{
        margin-top: 24px;
    }
    .s_layout .s_pbox img{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_icrow .s_col{
        height: auto;
        flex-direction: column;
    }
    .s_layout .s_icrow .s_col .s_t{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .s_layout .s_icrow .s_col .s_t h5{
        text-align: center;
    }
    .s_layout .s_icrow .s_col+.s_col {
        margin-top: 20px;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    margin: 10px auto 0;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
}
.a_layout .a_row1 .a_item1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 65px;
}
.a_layout .a_row1 .a_item1 .a_pic{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 520px;
}
.a_layout .a_row1 .a_item1 .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 460px;
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    letter-spacing: 0.05em;
    font-weight: normal;
    padding-top: 12px;
    margin-left: auto;
}
.a_layout .a_row1 .a_item1 .a_txt .a_tit {
    position: relative;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 12px;
}
.a_layout .a_row1 .a_item1 .a_txt .a_tit span{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #8896A6;
    letter-spacing: 0.05em;
    line-height: 1.65;
    font-family: "Poppins", sans-serif;
    padding-left: 30px;
}
.a_layout .a_row1 .a_item1 .a_txt .a_tit span::before{
    content: '';
    display: block;
    width:7px;
    height: 7px;
    background: #44A1E5;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -15px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 2px;
}
.a_layout .a_row1 .a_item1 .a_txt .a_tit span::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #0267AF;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    top: -15px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
}
.a_layout .a_row1 .a_item1 .a_txt .a_tit h2 {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.1em;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0;
}
.a_layout .a_row1 .a_item2{
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.a_layout .a_row1 .a_item2 .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    letter-spacing: 0.05em;
    font-weight: normal;
    padding-top: 12px;
}
.a_layout .a_row1 .a_txt h4{
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    color: #0066AC;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
}
.a_layout .a_row1 .a_item2 .a_pic{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 460px;
    margin-left: auto;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_row2 .a_col{
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 31.4%;
    background:#F1F2F6;
    align-items: center;
    padding: 40px 35px 40px;
    height: auto;
}
.a_layout .a_row2 .a_col .a_ic{
    position: relative;
    display: block;
    margin: 0 auto 15px;
}
.a_layout .a_row2 .a_col .a_txt{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0 auto;
}
.a_layout .a_row2 .a_col .a_txt h5{
    font-size: 18px;
    color: #0066AC;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 0px;
}
@media screen and (max-width: 1280px){
    .a_layout{
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 15px;
    }
    .a_layout .a_row1 .a_item1{
        position: relative;
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
    }
    .a_layout .a_row1 .a_item1 .a_pic{
        width: 100%;
        margin-bottom: 40px;
    }
    .a_layout .a_row1 .a_item1 .a_txt,
    .a_layout .a_row1 .a_item2 .a_txt{
        width: 100%;
        max-width: 520px;
        margin: 0 auto 0;
        padding: 0;
        font-size: 14px;
    }
    .a_layout .a_row1 .a_item2 .a_pic{
        margin: 0 auto;
        display: none;
    }
    .a_layout .a_row1 .a_item2 {
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row1 .a_item1 .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_row1 .a_item1 .a_txt .a_tit span{
        padding: 0;
    }
    .a_layout .a_row1 .a_item1 .a_txt .a_tit span::before {
        position: absolute;
        top: -12px;
        width: 6px;
        height: 6px;
        margin-left: -8px;
        left: 50%;
        right: inherit;
        bottom: inherit;
    }
    .a_layout .a_row1 .a_item1 .a_txt .a_tit span::after {
        position: absolute;
        top: -12px;
        width: 6px;
        height: 6px;
        margin-right: -8px;
        right: 50%;
        left: inherit;
        bottom: inherit;
    }

    .a_layout .a_row1 .a_item1 .a_txt .a_tit span{
        font-size: 13px;
    }
    .a_layout .a_row1 .a_item1 .a_txt .a_tit h2{
        font-size: 35px;
    }

    .a_layout .a_row1 .a_txt h4{
        text-align: center;
        font-size: 20px;
    }
    .a_layout .a_row1{
        margin-bottom: 40px;
    }
    .a_layout .a_row2{
        flex-direction: column;
        justify-content:inherit;
        align-items: center;
    }
    .a_layout .a_row2 .a_col{
        width: 100%;
        max-width: 520px;
        padding: 20px 20px 20px;
    }
    .a_layout .a_row2 .a_col + .a_col{
        margin-top: 20px;
    }
    .a_layout .a_row2 .a_col .a_txt{
        font-size: 14px;
    }
    .a_layout .a_row2 .a_col .a_txt h5{
        font-size: 17px;
    }
}
@media screen and (max-width: 1000px){

}

/*------------ service-editor ------------*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #ffffff;
    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: 18px;
    width: 20px;
    color: #ffffff;
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 16px;
    width: 20px;
    color: #ffffff;
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 16px;
    width: 20px;
    color: #ffffff;
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 19px;
    width: 20px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}

/*------------ 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: #ddd;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    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: #0267AF;
    color: #ffffff;
}
.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: #0267AF;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    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){

}
@media screen and (max-width: 1000px){
    .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;
    }
}
