﻿.categroy-page-info-box{
    display:block; 
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.categroy-page-info{
    width: 1280px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    z-index: 5;
    position: relative;
}
.categroy-page-path-box{
    padding-top: 30px;
    padding-bottom: 10px;
}
.categroy-page-path{
    display: inline-block;
    font-size: 14px;
    font-family: "微軟正黑體";
    letter-spacing: 2px;
    color: #888888;
    transition: all .5s ease;
    position: relative;
    padding: 0 10px;
}
.categroy-page-path:after{
    content: '>';
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 0;
    right: -5px;
}
.categroy-page-path:nth-child(1){
    padding-left: 0;
}
.categroy-page-path:nth-child(3){
    color: #000;
    font-weight: bold;
}
.categroy-page-path:nth-child(3):after{
    content: '';
}
.categroy-page-info-center-box{
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.categroy-page-info-button-line{
    width: 1px;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.categroy-page-info-button-box{
    width: 160px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;

    z-index: 9;
    background-color: #fff;
}
.categroy-page-info-button-sticky-box,
.categroy-page-info-button-sticky{
    width: 100%;
    display: inline-block;
}
.categroy-page-info-button-sticky-box{
    display: block;
    position: relative;
    padding-top: 60px;
}
.categroy-page-info-button-sticky-box.move{
    padding-top: 65px;
    
}
.categroy-page-info-button{
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    border-left: none;
    display: block;
    font-size: 16px;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s linear; 
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    background-color: #fff;
}
.categroy-page-back{
    background-color: #f5f5f5;
    font-family: 'roboto';
    font-weight: 100;
    font-size: 14px;
    color: #888;
}

.categroy-page-info-case-box{
    width: calc(100% - 170px);
    box-sizing: border-box;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}
.categroy-page-info-case{
    width: 100%;
    display: block;
    padding-bottom: 50px;
}
.categroy-page-info-case-title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    transform: skewX(-10deg);
}
.categroy-page-info-case-line{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ccc;
    margin: 15px 0;
}
.categroy-page-info-case-big-img-box{
    position: relative;
    text-align: center;
}
.categroy-page-info-case-big-allbox{
    box-sizing: border-box;
    position: relative;
}
.categroy-page-info-case-big-img{
    width: 100%;
    height: 580px;
    display: block;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
} 
.categroy-page-info-case-big-img span{
    left: 0;
}
.categroy-page-info-case-big-img-title{
    width: 100%;
    max-width: 100%;
    height: 46px;
    display: block;
    background-color: #888;
    color: #fff;
    font-size: 16px;
    font-family: 'roboto';
    text-align: center;
    letter-spacing: 2px;
    line-height: 46px;
    z-index: 3;
    margin-bottom: 10px;
}/*
.categroy-page-info-case-big-img-cube{
    width: 50px;
    height: 50px;
    display: block;
    background-color: #1b1b1b;
    position: absolute;
    bottom: 132px;
    left: 30px;
    transform: rotateZ(-45deg);
    z-index: 0;
}*/
.categroy-page-info-case-small-img-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.categroy-page-info-case-small-img{
    height: 130px;
    margin-left: 8.5px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.categroy-page-info-case-small-img-mash{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #d0011b;
    box-sizing: border-box;
    transition: all .3s linear; 
}
.categroy-page-info-case-small-img-box .slick-next{
    right: -40px;
    top: 40%;
}
.categroy-page-info-case-small-img-box .slick-prev{
    left: -30px;
    top: 40%;
}
.categroy-page-info-case-small-img-box .slick-prev, .categroy-page-info-case-small-img-box .slick-next{
    z-index: 2;
}
.categroy-page-info-case-small-img-box .slick-next:before{
    content: '\f0da';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    text-align: right;
    font-size: 50px;
    color: #888;
    position: relative;
}
.categroy-page-info-case-small-img-box .slick-prev:before{
    content: '\f0d9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 50px;
    color: #888;
    position: relative;
}
.categroy-page-info-case-text-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #f5f5f5;
}
.categroy-page-info-case-text-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.categroy-page-info-case-text-edit{
    font-size: 16px;
    line-height: 2;
    font-weight: lighter;
    letter-spacing: 2px;
}
.categroy-page-more-case-title{
    position: relative;
    left: -48px;
    font-size: 0;
    padding: 30px 0;
}
.categroy-page-more-case-title span{
    font-size: 22px;
    font-family: 'roboto';
    font-weight: 300;
    letter-spacing: 10px;
    color: #888;
    text-align: center;
}
.categroy-page-more-case-box{
    box-sizing: border-box;
}
.categroy-page-more-case{
    display: inline-block;
    width: 600px;
    max-width: 100%;
    padding-right: 75px;

}
.categroy-page-more-case-img-box{
    width: 100%;
    height: 360px;
    display: block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .4s linear;
}
.categroy-page-more-case-img{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/front/categroy-case-img-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .4s linear;
}
.categroy-page-more-case-text{
    box-sizing: border-box;
    padding-top: 20px;
}
.categroy-page-more-case-text h2{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all .4s linear;
}
.categroy-page-more-case-box .slick-next{
    right: -80px;
    top: 40%;
}
.categroy-page-more-case-box .slick-prev{
    left: -80px;
    top: 40%;
}
.categroy-page-more-case-box .slick-prev, .categroy-page-more-case-box .slick-next{
    z-index: 2;
}
.categroy-page-more-case-box .slick-next:before{
    content: '\f0da';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    text-align: right;
    font-size: 50px;
    color: #888;
    position: relative;
}
.categroy-page-more-case-box .slick-prev:before{
    content: '\f0d9';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 50px;
    color: #888;
    position: relative;
}

.categroy-page-info-button-sticky-box.stuck .categroy-page-info-button-sticky {
    width: 160px;
    position: fixed;
    top: 90px;
}
.categroy-page-info-button-sticky-box.stuck .categroy-page-info-button {
    border-left: 1px solid #ccc;
}
/*<-------hover------->*/
.categroy-page-more-case a:hover .categroy-page-more-case-img-box{
    box-shadow: 3px 3px 3px 0px #555;
}
.categroy-page-more-case a:hover .categroy-page-more-case-img-box{
    border: 2px solid #8bb639;
}
.categroy-page-more-case a:hover .categroy-page-more-case-img{
    transform: scale(1.1);
}
.categroy-page-info-button:hover,
.categroy-page-info-button.active{
    background-color: #8bb639;
    border: 1px solid #8bb639;
    border-left: none;
    color: #fff;
}
.categroy-page-info-case a:hover .categroy-page-info-case-text h2{
    color: #8bb639;
}
.categroy-page-path:hover,
.categroy-page-path.active{
    color: #000;
    font-weight: bold;
}
.categroy-page-info-case-small-img.slick-current .categroy-page-info-case-small-img-mash,
.categroy-page-info-case-small-img-mash:hover,
.categroy-page-info-case-small-img-mash.active{
    opacity: 1;
}
@media only screen and (max-width: 1480px){
    .categroy-page-more-case-box{
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .categroy-page-more-case{
        width: 480px;
        padding-right: 40px;
    }
    .categroy-page-more-case-img-box{
        height: 296px;
    }

}
@media only screen and (max-width: 1280px){
    .categroy-page-info{
        width: 900px;
    }
    .categroy-page-more-case{
        width: 340px;
        padding-right: 35px;
    }
    .categroy-page-more-case-img-box{
        height: 218px;
    }
    .categroy-page-info-case-big-img{
        width: 100%;
        height: 450px;
    }
    .categroy-page-info-case-small-img{
        height: 116px;
    }
    .categroy-page-info-case-big-allbox{
        padding: 40px;
    }
    .categroy-page-info-case-small-img-box .slick-next,
    .categroy-page-info-case-small-img-box .slick-prev{
        top: 25%;
    }
    .categroy-page-info-case-big-img-title{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1000px){
    .categroy-page-info{
        width: 800px;
    }
    .categroy-page-path-box{
        display: none;
    }
    .categroy-page-more-case-title{
        left: 0;
        text-align: center;
    }
    .categroy-page-more-case-box .slick-prev:before, 
    .categroy-page-more-case-box .slick-next:before{
        content:'';
    }
    .categroy-page-more-case-box{
        width: 100%;
    }
    .categroy-page-more-case{
        width: 390px;
        padding-right: 20px;
    }
    .categroy-page-info-button-line{
        display: none;
    }
    .categroy-page-info-button-box{
        width: 100%;
    }
    .categroy-page-info-button{
        border: none;
        background-color: #fff;
        margin-bottom: 0;
    }
    .categroy-page-info-button:nth-child(3){
        background-color: #fff;
        color: #000;
        border: none;
    }
    .categroy-page-info-button-box{
        border: 1px solid #ccc;
        border-top: none;
        box-sizing: border-box;
        display: none;
        position: absolute;
        z-index: 10;
    }
    .categroy-page-back{
        display: none;
    }
    .categroy-page-info-center-box{
        padding: 0;
    }
    .categroy-page-info-case-box{
        width: 100%;
        padding-left: 0;
    }
    .categroy-page-info-case-big-img{
        height: 514px;
    }
    .categroy-page-info-case-title{
        padding-top: 10px;
    }
    .categroy-page-info-box{
        padding-top: 20px;
    }
    .categroy-page-info-case-small-img{
        height: 111px;
    }
    .categroy-page-info-case-big-allbox{
        padding: 30px;
    }
    .categroy-page-info-case-big-img-title{
        font-size: 14px;
    }
    .categroy-page-info-case-small-img-box{
        width: 100%;
    }
}
@media only screen and (max-width: 850px){
    .categroy-page-info{
        width: 600px;
    }
    .categroy-page-info-case-big-img{
        height: 386px;
        margin: 0;
        margin-bottom: 15px;
    }
    .categroy-page-more-case{
        width: 280px;
    }
    .categroy-page-more-case-img-box{
        height: 180px;
    }
    .categroy-page-more-case-title{
        padding: 15px 0;
    }
    .categroy-page-more-case-title span{
        font-size: 18px;
    }
    .categroy-page-more-case-text{
        padding-top: 10px;
    }
    .categroy-page-info-case-title{
        font-size: 22px;
    }
    .categroy-page-info-case-text-title{
        font-size: 14px;
    }
    .categroy-page-info-case-text-edit{
        font-size: 12px;
    }
    .categroy-page-info-case-text-box{
        margin-top: 15px;
    }
    .categroy-page-info-case-big-allbox{
        padding: 20px;
    }
}
@media only screen and (max-width: 650px){
    .categroy-page-info{
        width: 400px;
    }
    .categroy-page-info-case-big-img{
        height: 257px;
    }
    .categroy-page-more-case{
        width: 190px;
    }
    .categroy-page-more-case-img-box{
        height: 122px;
    }
    .categroy-page-info-case-big-img-title{
        font-size: 12px;
    }
    .categroy-page-info-case-big-img-cube{
        width: 15px;
        height: 15px;
        left: 2px;
        bottom: 60px;
    }
    .categroy-page-info-case-small-img{
        height: 95px;
    }
    .categroy-page-info-case-big-allbox{
        padding: 10px;
    }
}
@media only screen and (max-width: 420px){
    .categroy-page-info{
        width: 290px;
    }
    .categroy-page-info-case-big-img{
        height: 257px;
    }
    .categroy-page-more-case{
        width: 140px;
        padding-right: 10px;
    }
    .categroy-page-more-case-img-box{
        height: 122px;
    }
    .categroy-page-info-case-small-img{
        height: 64px;
    }
}
