.navbar ul .about a::after {
    width: 100%;
}

.wrapper {
    margin-top: 40px;
}

.Aboutpic {
    width: 64%;
    margin: 0 auto;
    margin-left: 0%;
    padding-top: 67%;
    background-image: url(../images/img/about/about01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -140px bottom;
}

.TxtArea {
    width: 74%;
    margin: 0 auto;
    margin-left: -10%;
}

.TxtArea .row{
    align-items: center;
}


.TxtArea .Title {
    width: 80px;
    padding-top: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0%;
    margin-left: 0%;
}

.content {
    padding-bottom: 5%;
}

.content p{
    font-size: 1rem;
    /* font-weight: bold; */
    color: #323232;
    padding: 0;
    line-height: 150%;
    font-family: 凝書體;
    font-weight: 400;
}
.EN p {
    font-size: 1rem;
    color: #323232;
    padding: 0;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
}

.EN p:first-child {
    font-weight: 200;
}

.Aboutpic2 {
    width: 40%;
    margin: 0 auto;
    margin-right: 0%;
    padding-top: 60%;
    background-image: url(../images/img/about/about01.jpg);
    background-repeat: no-repeat;
    background-size: 500%;
    background-position: -687px -67px;
    opacity: 0;
}

.Aboutpic_m {
    width: 100%;
    margin: 0 auto;
    margin-right: 0%;
    padding-top: 130%;
    background-image: url(../images/img/about/about01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -116px bottom;
    /* margin-bottom: 5%; */
}

@media screen and (max-width:991px) {
    .content p,
    .EN p {
        font-size: 0.8rem;
        text-align: left;
        font-weight: 300;
    }
    .EN p:first-child {
        font-weight: 300;
    }
    .TxtArea {
        width: 100%;
        margin: 0 auto;
        margin-right: 0%;
    }
    .TxtArea .row{
        align-items: center;
        justify-content: space-around;
    }
    .TxtArea .Title {
        width: 67px;
        padding-top: unset;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .AboutArea {
        padding-bottom: 5%;
    }
    .TxtArea .content {
        padding-bottom: 10%;
    }
}

@media screen and (max-width:376px){
    .TxtArea .Title {
        width: 50px;
        /* padding-top: 99%; */
    }
    .TxtArea .col-6{
        padding-left: 0;
        padding-right: 0;
    }
}