@charset "UTF-8"; /* 1150px~1400px 3열 */ figure.figure { width: 32%; } /* 1400px~1700px 4열 */ @media screen and (min-width: 1400px) { figure.figure { width: 24.7%; } } /* 1700px~2200px 6열 */ @media screen and (min-width: 1700px) { figure.figure { width: 16.44%; } } /* 2200px~3000px 8열 */ @media screen and (min-width: 2200px) { figure.figure { width: 12.3%; } } /* 3000px 12열 */ @media screen and (min-width: 3000px) { figure.figure { width: 8.21%; } } .mce-label.mce-autoscroll { overflow: hidden !important; } #board { /* 게시판 목록 */ } #board .board-name { font-weight: normal; margin-bottom: 0; } #board #boardList { box-sizing: border-box; /* 게시판 검색 */ } #board #boardList .head { margin-bottom: 10px; } #board #boardList .body table { margin-left: auto; margin-right: auto; border: 1px solid #333; } #board #boardList .body table caption { caption-side: top; color: #bbbbbb; } #board #boardList .body table caption span { font-size: 15px; } #board #boardList .body table caption select { width: auto; display: inline-block; } #board #boardList .body table caption select:last-child { margin-left: 5px; } #board #boardList .body table thead tr { background-color: #133a46; border: 1px solid #333; } #board #boardList .body table thead tr th { text-align: center; border-bottom: none; } #board #boardList .body table tbody tr:hover, #board #boardList .body table tbody tr:focus { background-color: #1a1e21; } #board #boardList .body table tbody tr th, #board #boardList .body table tbody tr td { text-align: center; vertical-align: middle; } #board #boardList .body table tbody tr td { font-size: 13px; } #board #boardList .body table tbody tr td label { margin-right: 5px; } #board #boardList .body table tbody tr td label a { color: #cbd5e0; } #board #boardList .body table tbody tr td del, #board #boardList .body table tbody tr td a { font-size: 14px; font-weight: normal; color: #b3b3b3; } #board #boardList .body table tbody tr td var { color: #aa0000; font-style: normal; margin-left: 3px; letter-spacing: -1px; vertical-align: middle; } #board #boardList .body table tbody tr td i { color: #cbd5e0; margin-left: 3px; vertical-align: -1px; } #board #boardList .body table tbody tr td span { font-size: 10px; margin-left: 3px; vertical-align: middle; } #board #boardList .body table tbody tr td > section { display: flex; flex-wrap: wrap; } #board #boardList .body table tbody tr td > section figure { box-sizing: border-box; min-width: 250px; padding: 20px 10px 20px 10px; margin: 0; text-align: center; } #board #boardList .body table tbody tr td > section figure a { display: inline-block; } #board #boardList .body table tbody tr td > section figure a img { max-width: 210px; max-height: 215px; width: 100%; } #board #boardList .body table tbody tr td > section figure a img:focus, #board #boardList .body table tbody tr td > section figure a img:hover { filter: drop-shadow(2px 2px 4px #969696); } #board #boardList .body table tbody tr td > section figure figcaption { margin: 5px 0; } #board #boardList .body table tbody tr td > section figure figcaption h5 a { display: initial; } #board #boardList .body table tbody tr td > section figure strong { font-weight: 500; margin-bottom: 3px; display: block; } #board #boardList .body table tbody tr td > section figure ul { list-style: none; padding-left: 0; margin: 0; } #board #boardList .body table tbody tr td > section figure ul li { display: inline-block; font-size: 13px; } #board #boardList .body table tbody tr td > section figure ul li:first-child::before { display: none; } #board #boardList .body table tbody tr td > section figure ul li::before { content: ""; display: inline-block; width: 2px; height: 2px; margin: 0 5px 4px 2px; border-radius: 2px; background-color: #616670; } #board #boardList .body table tfoot tr td { border-bottom: none; } #board #boardList .body table tfoot tr td nav ul { margin-bottom: 0; } #board #boardList .foot { margin-top: 10px; } #board #boardList .search form select { margin-right: 5px; width: auto; display: inline; } #board #boardList .search form input { margin-right: 5px; width: auto; display: inline; } #board #boardList .search form button { width: auto; vertical-align: initial; }/*# sourceMappingURL=index.css.map */