<br />
<b>Warning</b>:  htmlspecialchars(): charset `euc-kr' not supported, assuming utf-8 in <b>/home/dony06/public_html/theme/rb.basic/skin/board/rb.contents_bbs/style.php</b> on line <b>6</b><br />
<br />
<b>Warning</b>:  htmlspecialchars(): charset `euc-kr' not supported, assuming utf-8 in <b>/home/dony06/public_html/theme/rb.basic/skin/board/rb.contents_bbs/style.php</b> on line <b>7</b><br />
<br />
<b>Warning</b>:  htmlspecialchars(): charset `euc-kr' not supported, assuming utf-8 in <b>/home/dony06/public_html/theme/rb.basic/skin/board/rb.contents_bbs/style.php</b> on line <b>8</b><br />
<br />
<b>Warning</b>:  htmlspecialchars(): charset `euc-kr' not supported, assuming utf-8 in <b>/home/dony06/public_html/theme/rb.basic/skin/board/rb.contents_bbs/style.php</b> on line <b>9</b><br />



.rb_gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 30px;
    margin: 0 auto;
    padding-top:40px;
    padding-bottom:40px;
}

.bbs_prd_list_img img {width: px; height:px; border-radius: 10px; object-fit: cover;}
.bbs_prd_list_con {padding-left: 30px;}

@media all and (max-width:1024px) {
    .rb_gallery_grid {
        grid-template-columns: repeat(auto-fill, minmax(100% ,1fr));
        gap: 20px;
    }
    .bbs_prd_list_img img {width: px; height:px; border-radius: 10px; object-fit: cover;}
    .bbs_prd_list_con {padding-left: 30px;}
}
