/* °Ô½ÃÆÇ Àû¿ë css */




/* »ó´ã¹®ÀÇ */
.formmail_textarea_style { width: 100% !important;}




/* °øÁö»çÇ× */
.board { table-layout: unset;}
.border__none { border-bottom: 0; }
.att_title { font-family: 'Pretendard'; font-weight: 500; font-size: 16px !important; color: #222222 !important; padding: 15px 10px;}



/* ½Ã°ø»ç·Ê */
.gallery_top {
    border-top: 2px solid #222222;
    & td {
        padding: 30px 0 0 0;
    }
    & tbody{
        tr {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
    }
}
.gallery { 
    & th,
    & td { 
        border-bottom: 0 !important;
        padding: 0;
    }
    & tr {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;  
        & td {
            width: calc(25% - 15px);
            text-align: left !important;
            margin-bottom: 1rem;
        }  
        & img {
            width: 100%;
            max-width: 290px;
        }
        & table {
            width: 100%;
            & td {
                width: 100%;
                text-align: center !important;
            }
        }
    }
}


.gallery_read {
  border-top: 2px solid #222222;
    & img {
        max-width: 100% !important;
        height: fit-content !important;
    }
#post_area {
   text-align:center;
}
}




.board_paging { 
    & th,
    & td { 
        border-bottom: 0 !important;
    }
}
.bbsnewf5 {

}




/* °Ë»ö */
.search_wrap { margin-top: 30px;}
#search_table { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    & td {
        border-bottom: 0;
    }
    .est_cate_cell { 



    }
    .est_keyword_cell { 
        & input {
            width: 150px;
        }
    }
    .est_btn_cell { 



    }
}



@media (max-width: 1024px) { 
    .search_wrap {
        display: none;
    }



    /* »ó´ã¹®ÀÇ */
    .formmail_border { 
        width: 100% !important;
    }



    .gallery { 
        & tr {
            & td {
                width: calc(50% - 10px);
            }
        }
    }



 }



@media (max-width: 481px) {
    .gallery { 
        & tr {
            gap: 0;
            & td {
                width: 100%;
            }
        }
    }
    .board {
        & td:first-child {
            display: none;
        }
    }
 }