.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{
    margin-bottom: 10%;
}

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

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

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

.CaseText{
    width: 100%;
    padding-right: 15%;
}

.CaseText .Date{
    font-size: 1.5rem;
    font-family: 'Lora', serif;
    border-bottom: 1px solid #707070;
    padding-bottom: 2%;
    color: #707070;
}

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

.CaseText .CaseName small{
    font-size: 0.8rem;
    color: #2F2F2F;
    margin-left: 3%;
}

.info{
    padding-top: 5%;
}

.info p{
    font-size: 1.2rem;
    margin: 0;
    color: #2F2F2F;
    line-height: 200%;
    letter-spacing: 2px;
}

.TextArea{
    width: 74%;
    margin: 0 auto;
    margin-left: 0%;
    margin-bottom: 5%;
}

.TextArea .txt{
    padding-bottom: 1%;
}

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

.TextArea .txt .content p{
    font-size: 20px;
    margin: 0;
    line-height: 200%;
    color: #2F2F2F;
    letter-spacing: 2px;
}

.TextArea .pic{
    width: 100%;
    font-size: 0;
    margin-bottom: 5%;
}

.videopic{
    width: 100%;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.videopic .playicon{
    width: 20%;
    padding-top: 19.1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.GalleryArea{
    width: 74%;
    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%;
}

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

.Gallery .col-lg-4{
    padding-left: 0%;
}

.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;
    }
    .CasePic {
        width: 95%;
        margin-left: auto;
        margin-bottom: 3%;
    }
    .CaseText {
        padding: 0% 3%;
    }
    .CaseText .Date {
        font-size: 1.2rem;
    }
    .CaseText .CaseName {
        font-size: 1.5rem;
    }
    .info p {
        font-size: 1rem;
    }
    .TextArea {
        width: 95%;
        margin-left: auto;
    }
    .GalleryArea{
        width: 95%;
        margin-left: auto;
    }
    .TextArea .txt .title {
        font-size: 1.3rem;
    }
    .TextArea .txt .content p {
        font-size: 1rem;
    }
    .GalleryArea .title {
        font-size: 1rem;
    }
    .GoBack .back {
        font-size: 0.8rem;
    }
}