.pageTitle .CH {
    letter-spacing: 6px;
}
.page01 {
    background-image: url(../images/img/about01/page_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 5%;
}

.textArea {
    max-width: 1357px;
    margin: 0 auto;
    margin-right: 0%;
    background-color: #fff;
    padding: 5%;
    padding-right: 3%;
    position: relative;
}

.textArea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -29%;
    transform: translateY(-50%);
    width: 36%;
    padding-top: 50%;
    background-image: url(../images/img/about01/page_pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pagelogo {
    width: 20%;
    position: absolute;
    bottom: 10%;
    left: 12%;
    font-size: 0;
}

.textArea .row {
    justify-content: flex-end;
}

.textArea .title p {
    margin: 0;
    font-size: 38px;
    color: #757575;
    font-family: 'Noto Serif TC', serif;
}

.textArea .content {
    font-size: 1rem;
    color: #757575;
    text-align: justify;
    padding-bottom: 5%;
    position: relative;
    z-index: 3;
}

.textArea .Sign {
    color: #383838;
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}

.textArea .Sign span {
    color: #383838;
    margin-left: 1%;
}

@media screen and (max-width:991px) {
    .page01{
        background-attachment: scroll;
    }
    .textArea {
        max-width: 95%;
    }
    .textArea .title p {
        font-size: 30px;
    }
    .textArea::before {
        content: unset;
    }
    .aboutpic {
        width: 100%;
        padding-top: 140%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 4%;
    }
    .pagelogo {
        width: 50%;
        bottom: 0%;
        left: 0%;
        opacity: .6;
        z-index: 0;
    }

    .textArea .Sign {
        font-size: 1.2rem;
    }
}