.Banner{
    display: flex;
    width: 94.21875%;
    margin: 0 auto;
    padding: 10%;
    padding-right: 5%;
    padding-left: 3%;
    padding-bottom: 3%;
    background-image: url(../images/img/service/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.Banner .title{
    min-width: 196px;
    font-size: 40px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
}

.Banner .title span{
    display: block;
    font-size: 21px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    padding-top: 2%;
}

.Subtitle{
    width: 94.21875%;
    margin: 0 auto;
    margin-top: 5%;
}

.Subtitle .title .EN{
    font-size: 33px;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
}

.Subtitle .title{
    font-size: 40px;
    color: #383838;
    font-family: 'Noto Serif TC', serif;
    padding-bottom: 3%;
}

.ServiceArea::before {
    content: '';
    position: absolute;
    top: 2%;
    left: 0%;
    width: 1vw;
    height: 100%;
    background-image: url(../images/img/service/plate.svg);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.ServiceArea{
    width: 94.21875%;
    margin: 0 auto;
    padding: 0% 4%;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
}

.ServiceArea .item{
    margin-bottom: 10%;
    position: relative;
}

.ServiceArea .item:nth-child(even) .row{
    flex-direction: row-reverse;
}

.ServiceArea .item:nth-child(even) .textArea{
    transform: translateX(7vw);
}

.ServiceArea .item .row{
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.ServiceArea .item .InnerImg{
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ServiceArea .item .textArea{
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.8);
    padding: 15% 5%;
    padding-top: 20%;
    transform: translateX(-7vw);
    position: relative;
}

.ServiceArea .item .number{
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 3rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    z-index: 2;
}

.ServiceArea .item:nth-child(even) .number{
    right: unset;
    left: 2%;
}

.ServiceArea .item .title{
    font-size: 1.5rem;
    padding-bottom: 2%;
    font-weight: bold;
}

.ServiceArea .item:nth-child(even) .title{
    text-align: right;
}

.ServiceArea .item .content{
    border-top: 1px solid #848484;
    padding-top: 2%;
}

.ServiceArea .item .content p{
    font-size: 1rem;
    margin: 0;
    line-height: 180%;
    
}

.ServiceArea .item:nth-child(even) .content p{
    padding-left: 5%;
}

@media screen and (max-width:991px){
    .Banner{
        padding: 30%;
        padding-right: 5%;
        background-attachment: scroll;
    }
    .page01 {
        padding: 0%;
        padding-top: 2%;
        padding-bottom: 5%;
    }
    .Subtitle .title {
        font-size: 25px;
        padding-bottom: 10%;
    }
    .Subtitle .title .EN {
        font-size: 28px;
    }

    .ServiceArea .item .number{
        font-size: 2rem;
    }
    

    .ServiceArea .item:nth-child(even) .textArea{
        transform: translateX(0vw);
    }
    .ServiceArea .item .textArea{
        transform: translateX(0vw);
    }

    .ServiceArea .item .title{
        font-size: 1rem;
    }

    .ServiceArea .item .content p{
        font-size: 0.8rem;
    }

    .ServiceArea .item:nth-child(even) .content p{
        padding-left: 0%;
    }
}