.bgimg{
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-image: url(../images/product_detail3_sec1_bg.png);
    background-size: 33.49% auto;
    background-position: right 4% bottom;
}
.sec0{
    padding: 5.2% 0 0;
}
.sec0 h5{
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.sec1{
    padding: 0 0 9.375%;
    color: #333;
}
.sec1 p{
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0.833em;
    /*padding-left: 0.66em;*/
}
.sec1 p:last-child{
    margin-bottom: 0;
}
.sec1 p::before{
    content: "";
    width: 0.33em;
    height: 0.33em;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 0.585em;
    margin-left: -0.66em;
    margin-right: 0.33em;
    background-color: #333;
    border-radius: 50%;
    display: none;
}
.sec2{
    padding: 5.2% 0 10.4%;
}
.sec2 ul{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec2 li{
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0 2.25em;
}
.sec2 p{
    font-size: 1.125em;
    line-height: 1.5;
    padding: 0 1.333em;
    height: 3.78em;
    display: flex;
    align-items: center;
}
.sec2 p:first-child{
    width: 10.666em;
}
@media only screen and (min-width:1025px){
    .sec2 ul:nth-child(odd){
        background-color: rgba(252,51,41,0.05);
    }
}
@media only screen and (max-width:1024px){
    .bgimg{
        background-size: 50% auto;
        background-position: right bottom;
    }
    .sec0{
        padding: 10% 0 0;
    }
    .sec0 h5{
        font-size: 1.375em;
    }
    .sec1{
        padding: 0 0 15%;
    }
    .sec1 p{
        font-size: 0.9375em;
    }
    .sec2{
        padding: 10% 0 15%;
    }
    .sec2 ul{
        display: block;
    }
    .sec2 li{
        width: 100%;
        padding: 0 1em;
    }
    .sec2 ul:nth-child(odd) li:nth-child(odd),.sec2 ul:nth-child(even) li:nth-child(even){
        background-color: rgba(252,51,41,0.05);
    }
    .sec2 p{
        font-size: 0.9375em;
        padding: 0 1em;
        height: 3.78em;
    }
    .sec2 p:empty{
        height: auto;
    }
    .sec2 p:first-child{
        width: 60%;
    }
}