@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 940px;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_pic{
    position: relative;
    max-width: 420px;
}
.a_layout .a_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 420px;
    color: #2B2B2B;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    letter-spacing: 0.15em;
    line-height: 3.2;
    margin: 0;
    margin-right: 2.5%;
}
.a_layout .a_txt .a_tit{
    position: relative;
    text-align: left;
    margin: 0 0 42px;
    display: block;
    font-weight: normal;
}
.a_layout .a_txt .a_tit span {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    letter-spacing: 0.15em;
    font-size: 82px;
    line-height: 1.2;
    margin: 0;
    color: #2B2B2B;
}
.a_layout .a_txt .a_tit h2 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    letter-spacing: 0.25em;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: #2B2B2B;
}
.a_layout .a_txt h4 {
    letter-spacing: 0.25em;
    line-height: 1.8;
    font-weight: 500;
    font-size: 30px;
    font-family: "Noto Sans TC", sans-serif;
    color: #2B2B2B;
    margin: 0 0 10px;
}
.a_layout .a_txt .a_icitem{
    position: relative;
    display: flex;
    margin-top: 42px;
}
.a_layout .a_txt .a_icitem .a_ic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.a_layout .a_txt .a_icitem .a_ic +.a_ic{
    margin-left: 30px;
}
.a_layout .a_txt .a_icitem .a_ic img{
    filter: invert(0);
    transition: all .4s ease;
}
.a_layout .a_txt .a_icitem .a_ic:hover img{
    filter: invert(1);
}
.a_layout .a_txt .a_icitem .a_ic:hover{
    background: #575B5A;
}
@media screen and (max-width: 1440px){
    .a_layout .a_txt{
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px){
    .a_layout{
        position: relative;
        margin: 30px auto 0;
        flex-direction: column;
    }
    .a_layout .a_txt .a_tit{
        text-align: center;
        margin-bottom: 30px;
    }
    .a_layout .a_txt h4{
        text-align: center;
    }
    .a_layout .a_txt .a_icitem{
        justify-content: center;
        margin-top: 30px;
    }
    .a_layout .a_pic {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_txt .a_tit span {
        font-size: 42px;
    }
    .a_layout .a_txt .a_tit h2 {
        font-size: 20px;
    }
    .a_layout .a_txt h4{
        font-size: 22px;
        line-height: 1.6;
    }
    .a_layout .a_txt{
        padding:0 0px;
        overflow:inherit;
        height: auto;
        line-height: 2.2;
        font-size: 15px;
        -webkit-line-clamp: inherit;
        margin:  0 auto;
        width: 100%;
    }
    .a_layout .a_txt .a_icitem .a_ic{
        width: 75px;
        height: 75px;
    }
    .a_layout .a_txt .a_icitem .a_ic +.a_ic {
        margin-left: 15px;
    }
    .a_layout .a_txt .a_icitem .a_ic img{
        transform: scale(.8);
    }
}
/*------------ 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: #575B5A;
    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;
    font-family: "Noto Sans TC", sans-serif;
    color: #2b2b2b;
    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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .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%;
    }
}
