@charset "utf-8";

#body_layout #txt .tab-layout { padding: 0; }
/*검색바*/
@media screen and (max-width:916px) {
   .program--page { display: none; }
}
@media screen and (max-width:767px) {
   .program--search .search--btn span { width: auto; }
   .no-more-tables .table-default [data-cell-header="제목"]:before { display: inline-block !important; }
   .no-more-tables .table-default [data-cell-header="첨부파일"] {/* display: flex; */}
   .table tbody td.subject a, .table tbody td.subject button {white-space: normal;word-break: keep-all;}
   .no-more-tables .table-default [data-cell-header] {min-height: 31px;position: relative;padding-left: 110px;}
   .no-more-tables .table-default [data-cell-header]:before {position: absolute;left: 0;top: 5px;width: 90px;}
}
@media screen and (max-width:670px) {
   .program--search .float-md-right { float: none; }
   .program--search .fieldset { width: 100%; text-align: right; }
   .program--search .search--select { text-align: right; margin-bottom: 2px; }
   .program--search .search--text { width: calc(100% - 322px); }
}
@media screen and (max-width:600px) {
   .program--search .search--select { width: 100%; }
   .program--search .search--text { width: 100%; }
   .program--search .search--btn { width: 100%; margin-top: 5px; }
   .program--search .search--btn .btn--submit, .program--search .search--btn .btn.btn-default { width: calc(100% / 2 - 3px); }
}
@media screen and (max-width:475px) {
   .program--search .search--text { width: 100%; }
}