.pagetitle{
    width: 112px;
    margin: 0 auto;
    margin-right: 2%;
    font-size: 0;
    padding-top: 3%;
}

.CaseArea{
    width: 85.46875%;
    margin: 0 auto;
    margin-right: 0%;
    position: relative;
    padding-top: 5%;
}

.CaseInfo{
    width: 90%;
    margin: 0 auto;
    margin-left: 0%;
    margin-bottom: 10%;
}

.CaseInfo .row{
    align-items: flex-end;
}

.CasePic{
    width: 90%;
    margin: 0 auto;
    margin-left: 0%;
}

.CasePic .InnerImg{
    width: 100%;
    padding-top: 109%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.CaseText{
    width: 100%;
}

.CaseText .CaseName{
    font-size: 1.5rem;
    color: #2F2F2F;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    padding-bottom: 5%;
}

.CaseText .info{
    padding-bottom: 5%;
}

.CaseText .info:last-child{
    padding-bottom: 0%;
}

.CaseText .info p{
    font-size: 20px;
    margin: 0;
    margin-top: 1%;
}

.GalleryArea{
    width: 90%;
    margin: 0 auto;
    margin-left: 0%;
}

.GalleryArea .title{
    font-size: 1.2rem;
    color: #2F2F2F;
    font-family: 'Noto Serif TC', serif;
    border-bottom: 1px solid #2F2F2F;
    padding-bottom: 1%;
}

.Gallery{
    padding-top: 1%;
}

.GalleryCard{
    color: #2F2F2F;
}

.GalleryCard:hover{
    color: #2F2F2F;
}

.Gallery .GalleryPic{
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.Gallery .imgtxt{
    font-size: 1rem;
    padding: 4% 0%;
}

.Gallery .col-lg-3{
    padding-left: 0%;
    margin-bottom: 3%;
}

.Gallery .GalleryPic .Mask{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 1;
    transition: all .5s ease-in-out;
}

.Gallery .GalleryPic .Mask:hover{
    opacity: 0;
    transition: all .5s ease-in-out;
}

.GalleryPic .Mask .plus{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    padding-top: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.GoBack{
    width: 100%;
    margin-top: 5%;
    border-top: 2px solid #2F2F2F;
    padding-top: 2%;
    padding-right: 2%;
    text-align: right;
}
.GoBack .back{
    color: #2F2F2F;
    font-size: 1.1rem;
    letter-spacing: 0px;
    transition: all .5s ease-in-out;
}

.GoBack .back:hover{
    letter-spacing: 3px;
    transition: all .5s ease-in-out;
}


@media screen and (max-width:991px){
    .pagetitle {
        width: 112px;
        margin-right: auto;
        padding: 15% 0%;
    }
    .CaseArea {
        width: 100%;
        margin-right: auto;
    }
    .CaseInfo {
        width: 80%;
        margin-left: auto;
        margin-bottom: 10%;
    }
    .CasePic {
        width: 100%;
        margin-left: auto;
        margin-bottom: 3%;
    }
    .CaseText {
        padding: 0% 3%;
    }
    .CaseText .Date {
        font-size: 1.2rem;
    }
    .CaseText .CaseName {
        font-size: 1.5rem;
    }
    .CaseText .info p {
        font-size: 16px;
    }
    .TextArea {
        width: 95%;
        margin-left: auto;
    }
    .GalleryArea{
        width: 90%;
        margin-left: auto;
    }
    .Gallery .col-lg-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .Gallery .imgtxt {
        font-size: 1rem;
    }
    .TextArea .txt .title {
        font-size: 1rem;
    }
    .TextArea .txt .content p {
        font-size: 0.8rem;
    }
    .GalleryArea .title {
        font-size: 1.5rem;
    }
    .GoBack .back {
        font-size: 0.8rem;
    }
}