@charset "UTF-8";

.AboutArea .AboutBox {

    padding: 8% 5%;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.AboutArea .Txt h3 {
    margin-bottom: 2rem;
}

.AboutArea .Txt h3:before {
    content: '關於大業欣';
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #333;
    font-weight: 400;
}

.AboutArea .Txt .content {
    width: 85%;
    margin: 10px auto 30px;
    color: #666;
    column-count: 2;
    column-gap: 30px;
    letter-spacing: 2px;
    line-height: 1.8;
    text-align: justify;
}





/*ProgressBox*/
.PortfolioBox{
    background-color: #e8e8e8;
    width: 100%;
    background-image: url(../images/home/bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.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----------------*/

/*---------------------news---------------------*/
.NewsArea {
   background-color: #e9e4e4;

}

.NewsBox {
    padding-bottom: 10%
}

.NewsBox .item{
    margin-bottom: 5%;
    padding: 5px;
}

.NewsBox .item a>div {
    background-color: #fff;
    /*border-bottom: 1px solid #999;*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35%;

}

.NewsBox .item a {
    display: block;
    text-decoration: none;
    color: #666;
}


.NewsBox .item .Img .innerImg {
    padding-top: 80%;
    width: 100%;
}

.NewsBox .item .Img .innerImg .image {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
}


.NewsBox .item .Txt {
    background-color: #fff;
    padding: 5%;
}

.NewsBox .item .Txt .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #354048;
    font-weight: normal;
}

.NewsBox .item .Txt span {
    font-size: 10px;
    line-height: 2;
}

.NewsBox .item .Txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #354048;
    font-weight: normal;
}

.NewsBox .item .btn {
    padding: 20px;
}

.home-latest-news-more {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
}

/*-------------------news ned-------------------*/
/*媒體查詢*/

@media(max-width: 768px) {}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media(max-width: 991px) {
    .AboutArea .Txt .content {
        column-count: 1;
    }

    .caseBox .item .date span {
        font-size: 1.5rem;
    }
}