/*------------ about-editor ------------*/

.a_layout {
    position: relative;
    display: flex;
}

.a_text {
    position: relative;
    width: 100%;
}

.a_text h4 {
    color: #545454;
    font-size: 18px;
    margin: 0 0 10px;
    letter-spacing: 1.8px;
}

.a_text p {
    margin: 0;
}

/* 內頁 */

.ac_layout {
    position: relative;
    display: flex;
}

.ac_left {
    position: relative;
    position: absolute;
    z-index: 5;
}

.ac_left h2 {
    font-size: 100px;
    color: #555;
    font-weight: 400;
    display: block;
    margin: 0;
    font-family: 'Teko', serif;
    letter-spacing: 8.8px;
    line-height: 0.85;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -29px;
    z-index: 6;
}

.ac_left h2::first-letter {
    color: #F08519;
}

.ac_right {
    position: relative;
    background: #fff;
    width: 30%;
    padding: 55px 50px 70px 340px;
    margin: 50px 0 0 auto;
}

.ac_right h3 {
    color: #545454;
    font-size: 26px;
    letter-spacing: 6.5px;
    margin: 0 0 30px;
    position: relative;
    z-index: 5;
}

.ac_right h3 span {
    color: #F08519;
}

.ac_right h4 {
    color: #545454;
    font-size: 18px;
    margin: 0 0 10px;
    letter-spacing: 1.8px;
    position: relative;
}

.ac_right h4::before {
    content: '';
    position: absolute;
    background: #999999;
    width: 37px;
    height: 1px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.ac_right p {
    color: #777777;
    letter-spacing: 0.8px;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width: 1600px) {
    .ac_right h4::before {
        display: none;
    }
    .ac_left img {
        width: 80%;
    }
    .ac_left h2 {
        font-size: 70px;
        right: 115px;
    }
    .ac_right {
        position: relative;
        background: #fff;
        width: 37%;
        padding: 30px 30px 30px 250px;
        margin: 30px 0 0 auto;
    }
}

@media screen and (max-width: 1250px) {
    .ac_right {
        width: 36%;
        padding: 30px 15px 30px 250px;
    }
    .ac_right h3 {
        letter-spacing: 2.5px;
    }
    .ac_left img {
        width: 70%;
    }
    .ac_left h2 {
        font-size: 70px;
        right: 182px;
    }
}

@media screen and (max-width: 1100px) {
    .ac_left{
        position: relative;
    }
    .ac_left h2{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        transform: unset;
        padding: 10px 0;
        text-align: center;
        font-size: 50px;
    }
    .ac_layout{
        flex-direction: column;
    }
    .ac_left img{
        width: 100%;
    }
    .ac_right {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }
    .ac_right h3{
        margin: 0;
    }
}

/*------------ service-editor ------------*/

.service-table td {
    vertical-align: top;
}

.service-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service-table p {
    margin: 40px 0;
}

/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 18px;
    color: #F08519;
    font-weight: 500;
    margin: 0;
}

.terms-editor p {
    text-indent: 2em;
    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 ------------*/

.index-about-editor {
    color: #B9B9B9;
    font-size: 13px;
    line-height: 2;
}

.index-service-editor {
    font-size: 13px;
    line-height: 1.8;
    color: #333333;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1100px) {
    .about-editor .tb01 td, .about-editor .tb02 td, .service-table td, .service-table .pic {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
    .service-table td, .service-table .pic {
        padding: 0 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}