@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1024px) {
.board_view_bottom tbody tr:first-child td a,
.board_view_bottom tbody tr:last-child td a{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.board_st.write td iframe,
.board_view_middle iframe{width: 100%;}
.board_view_middle{padding: 2em 1em 5em 1em;}
}

@media screen and (max-width: 768px) {
.board_gallery > li{width: calc((100% - 2em) / 2);}
}


@media screen and (max-width: 500px) {
/*BOARD*/
.board_st.list .w_date{display: none;}
.board_view_bottom th .xi{margin-right: 0;}
.input_st.s1{padding: .5em 1em;}
.board_gallery > li{width: 100%;}

}