﻿.products-page-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 100px;
    min-height: calc(100vh - 100px);
}
.products-page-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0;
}
.products-page-box .news-page-path-box{
    margin-bottom: 10px;
}
.products-page-box .news-page-path{
    font-size: 12px;
    font-weight: inherit;
}
.products-page-r-box{
    width: 1020px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.products-page-r-img-box{
    width: 600px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.products-page-r-img-big{
    width: 500px;
    max-width: 100%;
    height: 400px;
    margin-left: 100px;
}
.products-page-r-img-small-box{
    width: 80px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.products-page-r-img-small{
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 26.66666px;
}
.products-page-r-img-small.slick-slide{
    border: none;
}
.products-page-r-img-small.slick-slide.slick-current span{
    box-sizing: border-box;
    border: 2px solid #f26348;
}
.products-page-r-img-small span{
    width: 80px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.products-page-r-info{
    width: calc(100% - 600px);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 25px;
}
.products-page-r-title{
    font-size: 22px;
    font-weight: bold;
    color: #25262d;
    letter-spacing: 1px;
}
.products-page-r-name{
    font-size: 16px;
    color: #25262d;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 25px;
}
.products-page-r-name span{
    color: #555;
}
.products-page-r-monay{
    font-size: 16px;
    color: #25262d;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 30px;
}
.products-page-r-monay span{
    color: #f26348;
}
.products-page-r-text{
    font-size: 16px;
    color: #555;
    letter-spacing: 1px;
    line-height: 2;
    min-height: 170px;
    max-height: 170px;
    overflow: auto;
    margin-bottom: 30px;
}
.products-page-r-buybtn{
    width: 160px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #25262d;
    border-radius: 5px;
    display: block;
    transition: all .3s linear;
}
.products-page-r-buybtn i{
    color: #f26348;
    transition: all .3s linear;
}
.products-page-r-explanation-box{
    margin-top: 30px;
}
.products-page-r-explanation-info-box{
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
}
.products-page-r-explanation-info-box:first-child{
    border-top: 1px solid #d1d1d1;
}
.products-page-r-explanation-info-title{
    font-size: 16px;
    font-weight: bold;
    color: #25262d;
    letter-spacing: 1px;
    line-height: 60px;
    position: relative;
    transition: all .3s linear;
}
.products-page-r-explanation-info-title span{
    font-family: "Oswald";
}
.products-page-r-explanation-info-title:after{
    content: '\f105';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 16px;
    color: #25262d;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .3s linear;
}
.products-page-r-explanation-info-box.open .products-page-r-explanation-info-title:after{
    transform: rotateZ(90deg);
}
.products-page-r-explanation-edit-box{
    font-size: 16px;
    font-weight: lighter;
    color: #555;
    letter-spacing: 1px;
    line-height: 1.8;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: none;
}
.products-page-r-explanation-btn-box{
    margin-top: 25px;
}
.products-page-r-explanation-btn-box>span{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 500;
    color: #ddd;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    margin: 0 10px;
}
.products-page-r-explanation-btn{
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 500;
    color: #25262d;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    transition: all .3s linear;
}
.products-page-r-explanation-btn i{
    color: #25262d;
    margin: 0 5px;
    transition: all .3s linear;
}
.products-page-r-other-box{
    margin-top: 60px;
    transition: all .3s linear;
}
.products-info-other-title{
    font-size: 18px;
    font-weight: bold;
    color: #25262d;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.products-info-other-title span{
    font-family: "Oswald";
    font-weight: 700;
}

@media only screen and (max-width: 1280px){
    .products-page-all-box{
        width: 1000px;
    }
    .products-page-r-box{
        width: 800px;
    }
    .products-page-r-img-box{
        width: 500px;
    }
    .products-page-r-info{
        width: calc(100% - 500px);
    }
    .products-page-r-img-big,
    .products-page-r-img-small-box{
        height: 320px;
    }
    .products-page-r-img-small-box{
        width: 70px;
    }
    .products-page-r-img-small{
        margin-bottom: 12px;
    }
    .products-page-r-img-small span{
        width: 70px;
        height: 70px;
    }
    .products-page-r-name{
        margin-top: 15px;
    }
    .products-page-r-monay{
        margin-bottom: 15px;
    }
    .products-page-r-text{
        min-height: 140px;
        max-height: 140px; 
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1000px){
    .products-page-box{
        margin-top: 80px;
        min-height: calc(100vh - 80px);
    }
    .products-page-all-box{
        width: 750px;
    }
    .products-page-r-box{
        width: 100%;
        margin-top: 20px;
    }
    .products-page-r-img-box{
        width: 100%;
    }
    .products-page-r-img-big{
        margin-left: 0;
        height: 520px;
    }
    .products-page-r-img-small-box{
        width: 320px;
        height: inherit;
        position: static;
        margin: 0 auto;
        margin-top: 10px;
    }
    .products-page-r-img-small{
        margin-bottom: 0;
        height: initial;
    }
    .products-page-r-img-small span{
        margin: 0 auto;
    }
    .products-page-r-info{
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
    .products-page-r-text{
        min-height: inherit;
        max-height: inherit;
    }
}
@media only screen and (max-width: 750px){
    .products-page-all-box{
        width: 550px;
    }
    .products-page-r-img-big{
        height: 440px;
    }
}
@media only screen and (max-width: 550px){
    .products-page-all-box{
        width: 400px;
    }
    .products-page-box{
        margin-top: 54px;
        min-height: calc(100vh - 54px);
    }
    .products-page-r-img-big{
        height: 320px;
    }
    .products-page-r-title{
        font-size: 18px;
    }
    .products-page-r-name{
        font-size: 14px;
        margin-top: 5px;
    }
    .products-page-r-monay{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .products-page-r-text{
        font-size: 14px;
        line-height: 1.8;
    }
    .products-page-r-buybtn {
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    }
    .products-page-r-explanation-info-title{
        font-size: 14px;
        line-height: 40px;
    }
    .products-page-r-explanation-edit-box{
        font-size: 14px;
        padding-bottom: 10px;
    }
    .products-page-r-explanation-box{
        margin-top: 15px;
    }
    .products-page-r-explanation-btn-box{
        margin-top: 10px;
    }
    .products-page-r-explanation-btn{
        font-size: 14px;
    }
    .products-page-r-other-box{
        margin-top: 20px;
    }
    .products-info-other-title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .products-page-r-box{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 400px){
    .products-page-all-box{
        width: 300px;
    }
    .products-page-r-img-big{
        height: 240px;
    }
    .products-page-r-img-small span{
        width: 50px;
        height: 50px;
    }
    .products-page-r-img-small-box{
        width: 240px;
    }
    .products-page-r-title{
        font-size: 16px;
    }
    .products-page-r-name,
    .products-page-r-monay{
        font-size: 12px;
        line-height: 1.8;
    }
    .products-page-r-text{
        font-size: 12px;
    }
    .products-page-r-buybtn {
        width: 100px;
        line-height: 30px;
        font-size: 12px;
    }
    .products-page-r-explanation-edit-box{
        font-size: 12px;
    }
    .products-info-other-title{
        font-size: 14px;
    }
}


/*hover*/
.products-page-r-buybtn:hover{
    background-color: #f26348;
}
.products-page-r-buybtn:hover i{
    color: #25262d;
}
.products-page-r-explanation-info-title:hover{
    color: #f26348;
}
.products-page-r-explanation-btn:hover{
    color: #f26348;
}
.products-page-r-explanation-btn:nth-child(1):hover i{
    color: #f26348;
    transform: translateX(-5px);
}
.products-page-r-explanation-btn:nth-child(3):hover i{
    color: #f26348;
    transform: translateX(5px);
}



/*animation*/

@media only screen and (min-width: 1001px){
    .products-page-r-info-box,
    .products-page-r-explanation-box,
    .products-info-other-title{
        opacity: 0;
    }
    .products-page-r-info-box.anima,
    .products-info-other-title.anima{
        animation: fade 1s ease .0s 1 both;
    }
    .products-page-r-explanation-box.anima{
        animation: fadeInUp 1s ease .0s 1 both;
    }
}


