.caseInPage{
    overflow: hidden;
}
.caseInArea{
    border-bottom: 1px solid #d0c6bd;
    z-index: 5;
}
.caseInArea .TitleBox{
    margin-top: 8%;
    margin-bottom: 5%;
}
.caseInArea .ImgBox .logo{
    width: 70px;
    height: 70px;
    border-bottom: 0px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.caseInArea .ImgBox .Img{
   margin-bottom: 10%;
}
.caseInArea .ImgBox .Img .innerImg{
    padding-top: 70%;
}
.caseInArea .ImgBox .Img .innerImg .image{
    background-size: contain;
}
.decoBg{
    z-index: 1;
    margin-top: -20%;
}
.TextBox{
    z-index: 1;
    margin-top: -20%;
    border-bottom: 1px solid #d0c6bd;
}
.TextBox .TxtBox{
    padding:30% 0 10% 0%;
    margin: 0 auto;
    border-left: 1px solid #d0c6bd;
    border-right: 1px solid #d0c6bd;
}
.TextBox .TxtBox .Txt{
   text-align: justify;
   margin: 0 auto;
}
.TextBox .TxtBox .Txt h4{
    text-align: center;
}
.TextBox .TxtBox .Txt p{
    line-height: 2;
    text-align: center;
}
.imgSlick{
    margin-top: 5%;
}
.imgSlick .slick-prev {
    left:-50px
}
.imgSlick .slick-next:before, .slick-prev:before {
    font-size: 3rem;
}
.galleryArea{
    padding: 0% 5.05% 5% 5.05%;
}
.galleryArea .titleBox{
    border-left: 1px solid #d0c6bd;
    border-right: 1px solid #d0c6bd;
}
.galleryArea .Txt{
    padding-top: 8%;
}
.galleryArea .Title{
    font-weight: 700;
    z-index: 5 !important;
}
.galleryArea .Title::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #d0c6bd;
    top:50%;
    left: 0;
    z-index: -1;
}
.galleryArea .Title::before{
    content: '';
    width: 101%;
    height: 50px;
    background: #fff;
    position: absolute;
    top:52%;
    left: -0.5%;
    z-index: -1;
}
.galleryArea .btn{
    padding: 4% 0;
}
.galleryItem{
    padding: 0 2%;
}
.galleryItem a {
    display: block;
}
.galleryItem a .Img .innerImg .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #534741cf;
    opacity: 0;
    transition: all 1s;
}
.galleryItem a:hover .Img .innerImg .image:before {
    opacity: 1;
    transition: all 1s;
}
.galleryItem a .Img .innerImg .image:after {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0px;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border: 1px solid #534741cf;
    transition: all 1s;
}
.galleryItem a .infoImg {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    transition: all 2s;
}
.galleryItem a:hover .infoImg {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* color: #fff; */
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    transition: all 2s;
}

.btnBox{
    margin: 5% 0;
}
.infoBox{
    margin-top: 5%;
}
.infoTxt{
    border-top: 1px solid #282828;
    padding: 12% 0;
}
.infoTxt p{
    font-size: 1.2rem;
}
.caseInInfo{
    margin-top: 5%;
}
.imgSlick .slick-next:before, .slick-prev:before {
   color: #d0c6bd;
}
@media (max-width:991px) {
    .caseInPage{
        margin-top: 22%;
    }
    .caseInArea .ImgBox .logo{
        width: 30px;
        height: 30px;
    }
    .caseInArea .ImgBox .Img {
        margin: 0 -2%;
        margin-bottom: 10%;
    }
    .galleryArea .btn{
        padding: 3% 0%;
        margin: 0 1%;
        font-size: 0.8rem;
    }
    .galleryArea .titleBox{
        border-left: 0px;
        border-right: 0px;
    }
    .galleryArea .Title::after{
        width: 104%;
        left: -2%;
    }
    .imgSlick .slick-prev {
        left: -12px;
        z-index: 10;
    }
    .imgSlick .slick-next {
        right: -3px;
        z-index: 10;
    }
    .imgSlick .slick-next:before, .slick-prev:before {
        font-size: 2rem;
    }
    .galleryItem a .infoImg {
        font-size: 1rem;
        letter-spacing: 0.1rem;
        transition: all 1s;
    }
    .galleryItem a:hover .infoImg {
        font-size: 1rem;
        letter-spacing: 0.1rem;
        transition: all 1s;
    }
    .galleryItem{
        padding: 1%;
    }
    .TextBox .TxtBox .Txt p{
        line-height: 2;
        font-size: 0.9rem;
    }
    .ImgBox .Img .innerImg{
        padding-top: 60%;
    }
    .btnBox{
        margin: 5% 0;
    }
    .infoBox{
        margin-bottom: 5%;
    }
    .infoBox .col{
        padding: 0 2%;
    }
    .infoTxt{
        margin: 0 1%;
    }
    .infoTxt h4{
       font-size: 0.8rem;
    }
    .infoTxt h6{
        font-size: 0.9rem;
    }
    .infoTxt p{
        font-size: 0.9rem;
    }
}
