/***
 community(커뮤니티)
 */
.community-wrap {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    background-color: #fcf0ba;
}
