@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    color: #F0F0F0;
    font-family: "Noto Serif TC", serif;
    font-weight: 300;
}
.a_layout .a-1 {
    position: relative;
    background: url(../../../images/layout06/common/about/abg.jpg) top no-repeat fixed;
    background-size: cover;
    text-align: center;
    padding: 70px 50px 115px;
    margin-bottom: 75px;
}
.a_layout .a-1 .title {
    color: #F2DFCC;
    font-size: 60px;
    font-family: "Crimson Text", serif;
    display: block;
    margin-bottom: 10px;
}
.a_layout .a-1 h3 {
    font-size: 17px;
    margin: 0;
    letter-spacing: 2.5px;
    font-weight: 300;
    color: #F0F0F0;
    line-height: 1.9;
}
.a_layout .a-1 h3 .desk-break {
    display: block;
}
.a_layout .a-2 .row {
    display: flex;
    letter-spacing: 2px;
    font-size: 15px;
    color: #c8c8c8;
    font-weight: 300;
}
.a_layout .a-2 .col:nth-child(1) {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}
.a_layout .a-2 .col:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 70px;
    line-height: 1.9;
}
.a_layout .a-2 .resbtn {
    background: rgba(242, 224, 205, 0.9);
    color: #212121;
    font-size: 16px;
    transition: all .3s ease;
    font-family: "Noto Serif TC", serif;
    width: 154px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
}
.a_layout .a-2 .resbtn:hover {
    background: rgba(242, 224, 205, 1);
}

@media screen and (max-width: 1440px) {
    .a_layout .a-2 .col:nth-child(2) {
        padding-right: 50px;
        padding-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .a_layout .a-2 .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .a_layout .a-2 .col:nth-child(1) {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        text-align: center;
    }
    .a_layout .a-2 .col:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0px;
        margin-bottom: 50px;
    }

    .a_layout .a-2 .resbtn {
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a-1 .title {
        font-size: 40px;
    }

    .a_layout .a-1 {
        position: relative;
        background: url(../../../images/layout06/common/about/abg.jpg) top no-repeat;
        background-size: cover;
        text-align: center;
        padding: 50px 25px 55px;
        margin-bottom: 55px;
    }
    .a_layout .a-1 h3 .desk-break {
        display: none;
    }
    .a_layout .a-1 h3 {
        letter-spacing: 1.5px;
        max-width: 350px;
        margin: 0 auto;
        text-align: left;
    }
}
/*------------ service-editor ------------*/
/*------------ 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: #5c5c5c;
    width: 30px;
    height: 30px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.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: #e7e7e7;
    font-weight: normal;
    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 {}
    .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%;
    }
}