.page01 {
    width: 92.44791%;
    margin: 0 auto;
    border-top: 1px solid #707070;
    padding-top: 2%;
    padding-bottom: 4%;
}

.textArea {
    padding: 0% 3%;
}

.top {
    padding-bottom: 3%;
}

.top .row {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
}

.top .InnerImg {
    width: 100%;
    padding-top: 40.4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 2%;
}

.top .top2 {
    padding-top: 57%;
}

.bottom .row {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
}

.bottom .title {
    position: relative;
}

.bottom .title .EN {
    color: #383838;
    font-size: 35px;
    font-family: 'Noto Serif TC', serif;
}

.bottom .title p {
    color: #383838;
    font-size: 24px;
    font-family: 'Noto Serif TC', serif;
    margin: 0;
}

.bottom .content {
    padding-bottom: 5%;
}

.bottom .content p {
    font-size: 1rem;
    color: #757575;
    margin: 0;
    text-align: justify;
}

.bottom .content p span {
    display: block;
    font-size: 1rem;
    color: #757575;
    margin: 0;
}

@media screen and (max-width:1366px){
    .page01 .textArea .top{
        width: 90%;
    }
}

@media screen and (max-width:991px) {
    .page01 {
        padding-top: 4%;
    }
    .textArea {
        padding: 0%;
    }
    .page01 .textArea .top{
        width: 100%;
    }
    .top .InnerImg {
        margin-bottom: 4%;
    }
    .bottom .title {
        margin-bottom: 8%;
    }
    .bottom .content p span {
        display: inline;
    }
}