@charset "utf-8";

.product-list {
    width: 100%;
    font-size: 0;
    position: relative;
}

.product-item {
    width: 52.942%;
    min-height: 260px;
    vertical-align: top;
    align-items: center;
    justify-content: flex-end;
}

.item-product-left {
    width: 100%;
    max-width: 500px;
    margin-right: 50px;
}

.tt-product {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 240%;
    padding-bottom: 3px;
}

.item-product-left p {
    font-size: 14px;
    line-height: 157%;
}

.product-item:last-child {
    width: 47.058%;
    background-image: url(../img/product/pro_img01.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#product_gallery{
    background-color: #F5F4F2;
    padding-top: 50px;
    padding-bottom: 25px;
}

#product_gallery .pro_row_img ul{
    margin-top: 50px;
    margin-bottom: 25px;
}

#product_gallery .pro_row_img ul li{
    list-style: none;
    margin-right: 3.5%;
    margin-bottom: 50px;
}
_::-webkit-full-page-media, _:future, :root #product_gallery .pro_row_img ul li{
    margin-right: 2.5%;
}

#product_gallery .pro_row_img ul li:nth-child(3n){
    margin-right: 0%;
}

#product_gallery .pro_row_img ul li span{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 142%;
    color: #333333;
    margin-top: 10px;
    font-weight: 400;
}
.pro_row_img2 ul li {
    width: 24%;
    margin-right: 1.3%;
    float: left;
    list-style: none;
    margin-bottom: 50px;
}
.pro_row_img2 ul li img {
    width: 100%;
}
.pro_row_img2 ul li:nth-child(4){
    margin-right: 0;
}



@media screen and (max-width:1200px){
    .item-product-left{
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 20px;
    }
    
}

@media screen and (max-width:1040px) {
	.item-product-left {
        padding-left: 20px;
    }
    #product_gallery .pro_row_img ul li:nth-child(3n) {
        margin-right: 3.5%;
    }
    _::-webkit-full-page-media, _:future, :root #product_gallery .pro_row_img ul li:nth-child(3n){
        margin-right: 2.5%;
    }
    
}

@media screen and (max-width: 930px){
    .product-item:last-child {
        background-position: center center;
    }
}


@media screen and (max-width:767px){

    #product_gallery {
		padding-top: 30px;
		padding-bottom: 0px;
    }
    #product_gallery .pro_row_img ul{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #product_gallery .pro_row_img ul li{
        margin-right: 5.22%;
        margin-bottom: 22px;
    }
    #product_gallery .pro_row_img ul li:nth-child(3n){
		margin-right: 5.22%;
    }
    #product_gallery .pro_row_img ul li:nth-child(2n){
		margin-right: 5.22%;
    }
    #product_gallery .pro_row_img ul li span{
        font-size: 10px;
        margin-top: 6px;
    }
    .product-item {
        width: 100%;
        min-height: auto;
    }
    .product-item:last-child {
        display: none;
    }
    .item-product-left{
        width: 100%;
        margin: 0;
        padding: 25px 20px;
        max-width: none;
    }
    .tt-product {
        font-size: 16px;
        line-height: 180%;
    }
    .item-product-left p {
        font-size: 12px;
        color: #4D4D4D;
    }
    .pro_row_img2 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
    }
    .pro_row_img2 ul li img {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .pro_row_img2 ul li span {
        display: block;
        font-size: 10px;
        margin-top: 6px;
        text-align: center;
    }
}
@media screen and (max-width:540px){
#product_gallery .pro_row_img ul li:nth-child(2n){
    margin-right: 0%;
}
}
@media screen and (max-width:470px){
    #product_gallery .pro_row_img ul li {
        margin-right: 0%;
        width: 100%;
        text-align: center;
    }
    #product_gallery .pro_row_img ul li:nth-child(3n) {
        margin-right: 0%;
    }
    #product_gallery .pro_row_img ul{
        justify-content: space-between;
    }
    #product_gallery .pro_row_img ul li{
        margin-right: 0%;
    }
    #product_gallery .pro_row_img ul li:nth-child(3n){
		margin-right: 0%;
    }
}