﻿.renovation-page-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: calc(100vh - 90px);
    background-color: #eee;
    font-size: 0;
}
.renovation-page-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 35px 0;
}

.renovation-page-path{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #888;
    position: relative;
    margin-left: 21px;
    transition: all .5s ease;
}
.renovation-page-path:before{
    content: '';
    background-color: #888;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}
.renovation-page-path:after{
    content: '>';
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 0;
    right: -15px;
    font-weight: lighter;
    cursor: default;
}
.renovation-page-path:first-child{
    margin-left: 0;
}
.renovation-page-path:last-child{
    color: #905e27;
}
.renovation-page-path:last-child:after{
    content: '';
}
.renovation-page-title-box{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin-top: 20px;
    margin-bottom: 25px;
}
.renovation-page-img-box{
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 20px;
}
.renovation-page-img-before{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: center;
}
.renovation-page-img-after{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.renovation-page-img-text{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    margin: 20px 0;
}
.renovation-page-img{
    width: 620px;
    height: 550px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.renovation-page-info-text-box{
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 20px;
}
.renovation-page-info-edit-box{
    font-size: 16px;
    color: #555;
    font-weight: lighter;
    line-height: 2;
}
.renovation-page-btn-box{
    display: block;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
}
.renovation-page-btn{
    font-size: 16px;
    color: #888;
    display: inline-block;
    line-height: 60px;
    width: 200px;
    background-color: #fff;
    letter-spacing: 1px;
    transition: all .3s linear;
}



.renovation-page-other-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
}
.renovation-page-other-title{
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
}
.renovation-page-other-all-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
    z-index: 1
}
.renovation-page-other{
    width: 640px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.renovation-page-other-img{
    width: 320px;
    height: 280px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.renovation-page-other-img:after{
    content: 'BEFORE';
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 10px;
    letter-spacing: 1px;
}
.renovation-page-other-img:nth-child(2):after{
    content: 'AFTER';
    left: initial;
    right: 10px;
}
.renovation-page-other-img:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
}
.renovation-page-other-text-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #fff;
}
.renovation-page-other-text-t{
    font-size: 14px;
    color: #905e27;
    font-weight: bold;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.renovation-page-other-text-t span{
    font-weight: bold;
}
.renovation-page-other-text{
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 75px;
    max-height: 75px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}
.renovation-page-other-all-box .slick-prev{
    left: -70px;
}
.renovation-page-other-all-box .slick-next{
    right: -70px;
}
.renovation-page-other-all-box .slick-prev:before{
    content: '\f053';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 36px;
    color: #000;
    transition: all .3s linear;
}
.renovation-page-other-all-box .slick-next:before{
    content: '\f054';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 36px;
    color: #000;
    transition: all .3s linear;
}
.renovation-page-back{
    font-size: 16px;
    border: 1px solid #d1d1d1;
    text-align: center;
    letter-spacing: 1px;
    width: 180px;
    margin: 0 auto;
    display: block;
    line-height: 46px;
    margin-top: 20px;
    color: #555;
    transition: all .3s linear;
}
/*---------------------hover-----------------------*/
.renovation-page-other:hover .renovation-page-other-img:before{
    opacity: 1;
}
.renovation-page-other:hover .renovation-page-other-text{
    color: #905e27; 
}
.renovation-page-btn:hover{
    background-color: #905e27;
    color: #fff;
}
.renovation-page-other-all-box .slick-prev:hover:before{
    color: #905e27;
}
.renovation-page-other-all-box .slick-next:hover:before{
    color: #905e27;
}
.renovation-page-back:hover{
    background-color: #905e27;
    color: #fff;
}
@media only screen and (max-width: 1440px){
    .renovation-page-all-box{
        width: 1200px;
    }
    .renovation-page-img{
        width: 570px;
        height: 506px;
    }
    .renovation-page-other{
        width: 590px;
    }
    .renovation-page-other-img{
        width: 50%;
        height: 258px;
    }
}
@media only screen and (max-width: 1340px){
    .renovation-page-all-box{
        width: 1000px;
    }
    .renovation-page-img{
        width: 470px;
        height: 417px;
    }
    .renovation-page-other{
        width: 490px;
    }
    .renovation-page-other-img{
        height: 214px;
    }
}
@media only screen and (max-width: 1140px){
    .renovation-page-all-box{
        width: 800px;
    }
    .renovation-page-img{
        width: 370px;
        height: 328px;
    }
    .renovation-page-other{
        width: 390px
    }
    .renovation-page-other-img{
        height: 171px;
    }
}
@media only screen and (max-width: 1000px){
    .renovation-page-all-box{
        width: 750px;
        padding-top: 15px;
    }
    .renovation-page-img-text{
        margin: 0;
        padding: 20px 0;
    }
    .renovation-page-img-before{
        display: block;
        margin-right: 0;
    }
    .renovation-page-img-after{
        display: block;
    }
    .renovation-page-img{
        width: 100%;
        height: 630px;
    }
    .renovation-page-other{
        width: 750px;
    }
    .renovation-page-other-img{
        height: 328px;
    }
    .renovation-page-other-title{
        text-align: center;
    }
    .renovation-page-other-all-box{
        padding-top: 10px;
    }
    .renovation-page-other-all-box .slick-prev{
        top: -20px;
        left: 80px;
        z-index: 3;
    }
    .renovation-page-other-all-box .slick-next{
        top: -20px;
        right: 80px;
    }
    .renovation-page-other-all-box .slick-prev:before,
    .renovation-page-other-all-box .slick-next:before{
        font-size: 24px;
    }
    .renovation-page-path-box{
        display: none;
    }
    .renovation-page-title-box{
        font-size: 22px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 750px){
    .renovation-page-all-box{
        width: 550px;
    }
    .renovation-page-img {
        height: 488px;
    }
    .renovation-page-other{
        width: 550px
    }
    .renovation-page-other-img{
        height: 241px;
    }
    .renovation-page-other-title{
        font-size: 18px;
    }
    .renovation-page-other-all-box .slick-prev{
        top: -15px;
    }
    .renovation-page-other-all-box .slick-next{
        top: -15px;
    }
    .renovation-page-other-all-box .slick-prev:before,
    .renovation-page-other-all-box .slick-next:before{
        font-size: 20px;
    }
    .renovation-page-btn-box{
        padding-top: 20px;
    }
    .renovation-page-btn{
        width: 160px;
    }
    .renovation-page-title-box{
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 550px){
    .renovation-page-all-box{
        width: 400px;
    }
    .renovation-page-title-box{
        font-size: 18px;
    }
    .renovation-page-img {
        height: 355px;
    }
    .renovation-page-other-box{
        margin-top: 10px;
    }
    .renovation-page-other{
        width: 400px
    }
    .renovation-page-other-img{
        height: 175px;
    }
    .renovation-page-img-text{
        padding: 10px 0;
        font-size: 14px;
    }
    .renovation-page-info-edit-box{
        font-size: 14px;
    }
    .renovation-page-btn{
        line-height: 50px;
    }
    .renovation-page-other-text{
        font-size: 14px;
        -webkit-line-clamp: 2;
        min-height: 44px;
        max-height: 44px; 
    }
    .renovation-page-other-text-t{
        font-size: 12px;
    }
    .renovation-page-other-title{
        font-size: 16px;
    }
    .renovation-page-other-all-box .slick-prev{
        top: -12px;
    }
    .renovation-page-other-all-box .slick-next{
        top: -12px;
    }
    .renovation-page-other-all-box .slick-prev:before,
    .renovation-page-other-all-box .slick-next:before{
        font-size: 16px;
    }
    .renovation-page-back{
        line-height: 36px;
        width: 120px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px){
    .renovation-page-all-box{
        width: 300px;
    }
    .renovation-page-title-box{
        font-size: 16px;
    }
    .renovation-page-img-box{
        padding: 0 10px;
        padding-bottom: 10px;
    }
    .renovation-page-img {
        height: 248px;
    }
    .renovation-page-other{
        width: 300px
    }
    .renovation-page-other-img{
        height: 131.25px;
    }
    .renovation-page-img-text{
        padding: 10px 0;
    }
    .renovation-page-info-edit-box{
        font-size: 12px;
    }
    .renovation-page-btn{
        line-height: 40px;
        font-size: 12px;
    }
    .renovation-page-other-text{
        -webkit-line-clamp: 1;
        min-height: 22px;
        max-height: 22px; 
        font-size: 12px;
    }
    .renovation-page-other-img:after{
        font-size: 14px;
    }
    .renovation-page-other-title{
        font-size: 14px;
    }
    .renovation-page-other-all-box .slick-prev{
        top: -10px;
        left: 40px;
    }
    .renovation-page-other-all-box .slick-next{
        top: -10px;
        right: 40px;
    }
    .renovation-page-other-all-box .slick-prev:before,
    .renovation-page-other-all-box .slick-next:before{
        font-size: 14px;
    }
    .renovation-page-info-text-box{
        padding: 10px;
        margin-top: 15px;
    }
}



@media only screen and (min-width: 1001px){
    .renovation-page-path-box,
    .renovation-page-title-box,
    .renovation-page-img-box,
    .renovation-page-info-text-box,
    .renovation-page-btn-box,
    .renovation-page-other-title,
    .renovation-page-other-all-box{
        opacity: 0;
    }
    .renovation-page-title-box.anima,
    .renovation-page-path-box.anima{
        animation: fadeInLeft 1s ease 0s both;
    }
    .renovation-page-info-text-box.anima,
    .renovation-page-img-box.anima {
        animation: fade 1s ease 0s both;
    }
    .renovation-page-btn-box.anima{
        animation: fadeInLeft 1s ease 0s both;
    }
    .renovation-page-other-title.anima{
        animation: fadeInDown 1s ease 0s both;
    }
    .renovation-page-other-all-box.anima{
        animation: fadeInUp 1s ease 0s both;
    }
}