*{
    box-sizing: border-box;
}

.coo-www-image {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}

.coo-www-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.coo-www {
    display: flex;
}

.coo-www-text {
    font-size: 16px;
    font-weight: 400;
}
.coo-www-readmore  {
    position: absolute;
    bottom: 0;
}
.coo-www-readmore a {
    
   
    font-size: 16px;
    font-weight: 600;
    color: #EB0A1E;
}

.coo-www-readmore i {
    padding-left: 10px;
}
.community-banner{
    margin-top:0;
    margin-bottom: 82px;
}
.community-content-img{
    width: 599px;
    height: 398px;
}
.community-content-img img{
   object-position: center;
}
.page-content{
    width: 1290px;
}
.community-content-title .community-header a{
    font-size: 40px;
    font-weight:700px;
    
}
.community-content-title .community-header{
    padding-bottom: 32px;
}
.community-list .community-item{
    padding: 0!important;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom:80px;
}
.community-list .community-item .community-text{
    border-bottom:none;
    padding-bottom: 14px;
}
.community-content-title {
    border-bottom: none;
    padding-bottom: 0px;
}
.relative-product-item-img img{
    width: 100%;
}
.relative-product-item-img:hover a img{
  
    transform:scale(1)!important;
   
}
.relative-product-item-content{
    padding: 4px;
}
.relative-product-item-content:hover{
    box-shadow: 0px 0px 7px 0px #ccc;;
    transition: 0.4s;
}
.pagination-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #ccc;
    color: #ccc;
    font-weight: 600;
    /* display: flex; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-button.--pagination-button-active {
    border: 1px solid #EB0A1E;
    background: #EB0A1E;
    color: #fff;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.community-relative-product{
    margin-bottom: 120px;
}
.reponsive-pc{
    display: flex;
}
@media (max-width: 576px){
    .reponsive-pc{
        display: none;
    }
    .community-relative-product{
        margin-bottom: 60px;
    }
    .community-content-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 34px;
    }
    .coo-www-readmore{
        position:inherit;
    }
    .community-banner{
        margin-top:-10px;
    }
    .community-banner{
        /* margin-top:0; */
        margin-bottom: 29px;
    }
    .community-banner-detail{
        text-align: center;
    }
    .community-content-img{
        max-width: 100%;
        height: 214px;
    }
    .community-list .community-item{
        margin-bottom:36px
    }
    .community-content-title .community-header a{
        font-size: 18px;
    }
    .community-content-title .community-header{
        padding-bottom:16px;
    }
    .community-banner-detail{
        text-align: center;
    }
    .community-banner{
        height:395px;
    }
}