.CaseArea {
    width: 64.27083%;
    margin: 0% auto;
    position: relative;
    margin-top: 6%;
    padding-bottom: 6%;
}

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

.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%;
}

.TextArea img {
    max-width: 100% !important;
}

.TextArea iframe{
    max-width: 100% !important;
    
}

.CaseText .CaseName {
    font-size: 40px;
    color: #383838;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    border-bottom: 1px solid #707070;
    padding-bottom: 5%;
}

.CaseText .CaseName .EN {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #848484;
}

.Casetxt {
    padding-top: 5%;
}

.Casetxt p {
    font-size: 1rem;
    margin: 0;
    color: #757575;
    line-height: 200%;
    letter-spacing: 2px;
}

.CaseLink {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    position: fixed;
    top: 12%;
    right: 0%;
    width: 200px;
    height: 100%;
    z-index: 0;
    border-left: 1px solid #707070;
}

.CaseLink .linkArea {
    width: 76px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-left: 14%;
}

.CaseLink .linkArea .infolink {
    padding: 15%;
    border-top: 1px solid #707070;
}

.CaseLink .linkArea .infolink:last-child {
    border-bottom: 1px solid #707070;
}

.CaseLink .linkArea .infolink img {
    font-size: 0;
}

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

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

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

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

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

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

.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: 100%;
    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;
    cursor: pointer;
}

.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%;
    }

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

    .Casetxt p {
        letter-spacing: 0px;
    }

    .CaseLink {
        display: flex;
        position: relative;
        top: 0%;
        right: 0%;
        width: 100%;
        height: auto;
        z-index: 1;
        border-left: 0px;
    }

    .CaseLink .linkArea {
        width: 85%;
        margin: 0 auto;
        margin-left: 0%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        margin-left: 0%;
    }

    .CaseLink .linkArea .infolink {
        width: calc(100%/5);
        padding: 2% 5%;
        border-left: 1px solid #707070;
        border-top: 0px solid #707070;
    }

    .CaseLink .linkArea .infolink:last-child {
        border-right: 1px solid #707070;
        border-bottom: 0px solid #707070;
    }

    .CaseArea {
        width: 100%;
        margin-right: auto;
        margin-top: 26%;
    }

    .CasePic {
        width: 95%;
        margin-left: auto;
        margin-bottom: 3%;
    }

    .CaseText {
        padding: 0% 0%;
    }

    .CaseText .Date {
        font-size: 1.2rem;
    }

    .CaseText .CaseName {
        font-size: 1.5rem;
    }

    .info p {
        font-size: 1rem;
    }

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

    .TextArea img {
        max-width: 100% !important;
        height: auto !important;
    }

    .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;
    }
}