body {
    background-image: url(../images/case/banner.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.CaseList{
    justify-content: center;
}
.PortfolioBox{
    padding: 10% 0;
    width: 100%;
}
.PortfolioBox .CaseList .Item a{
    display: block;
    padding:0;
    border: 10px solid #e4e4e4;
    background-color: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    transition: 0.5s all;
    text-align: center;
    margin-bottom: 3rem;
}
.PortfolioBox .CaseList .Item a:hover{
    border: 10px solid #e4e4e4;
    border-image: 0 0 1 #714a29;
    border-image: 10 10 10 linear-gradient(to top, #c3a08d 40%, #f3cc7f 100%);
    transform: translateY(-20px);
}

.PortfolioBox .CaseList .Item img{
    width: 100%;
}


.PortfolioBox .CaseList .Item .Txt{
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
    color: #534741;
}
.PortfolioBox .CaseList .Item .Txt>div{
    border-top: 1px solid #8e7d4a;
    border-bottom: 1px solid #8e7d4a;
    padding:0px 20px 20px;
}
.PortfolioBox .CaseList .Item .Txt .CaseArea{
    transform: translateY(-10px);
    background-color: #fff;
    display: inline-block;
    padding:0 20px;
}
.PortfolioBox .CaseList .Item .Txt .CaseArea span:after{
    content: '｜';
}
.PortfolioBox .CaseList .Item .Txt .CaseInfo{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 25px;
}

.PortfolioBox .CaseList .Item .ReadmoreBtn{
    display: inline-block;
    padding:10px 20px;
    background-color: #666666;
    color: #fff;
    transform: translateY(20px);
}
.PortfolioBox .CaseList .Item:hover .ReadmoreBtn{
    background-color: #8e7d4a;
}

.ProgressBox{
    padding-top: 10rem;
    background-image: url(../images/index/Progress_bg.png);
    background-size: 100% auto;
    background-position: bottom;
    margin-top: 5rem;
    background-repeat: no-repeat;
    overflow: hidden;

}
.ProgressBox:before{
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    width: 80%;
    height:100%;
    background: -webkit-linear-gradient(45deg,#564b51,#a39d9f);
    background: -o-linear-gradient(45deg,#564b51,#a39d9f);
    background: -moz-linear-gradient(45deg,#564b51,#a39d9f);
    background: linear-gradient(45deg,#564b51,#a39d9f);
}
.ProgressBox:after{
    content: 'JINGCHENG';
    font-family: '微軟正黑體';
    font-weight: 900;
    position: absolute;
    bottom: -5.8rem;
    letter-spacing: 10px;
    right: -20rem;
    opacity: 0.1;
    font-size: 15rem;
    color: #000;
    z-index: 1;
}
.ProgressBox>div>div:before{
    content: '';
    position: absolute;
    width: 85%;
    bottom:22%;
    right: 85px;
    padding-top: 33%;
    border: 5px solid #fff;
}
.ProgressBox .title{
    color: #fff;
    font-size: 1.4rem;
}
.ProgressBox .title span{
    display: block;
    font-size: 2.8rem;
}
.ProgressBox .title span:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120%;
    height: 1px;
    background-color: #fff;
}
.ProgressBox .TxtBox{
    width: 100%;
    height: 100%;
}
.ProgressBox .TxtBox .Txt{
    width: 100%;
}
/*ProgressBox end*/

/*----------------caseBox END----------------*/