index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. @charset "UTF-8";
  2. /* 1150px~1400px 3열 */
  3. figure.figure {
  4. width: 32%;
  5. }
  6. /* 1400px~1700px 4열 */
  7. @media screen and (min-width: 1400px) {
  8. figure.figure {
  9. width: 24.7%;
  10. }
  11. }
  12. /* 1700px~2200px 6열 */
  13. @media screen and (min-width: 1700px) {
  14. figure.figure {
  15. width: 16.44%;
  16. }
  17. }
  18. /* 2200px~3000px 8열 */
  19. @media screen and (min-width: 2200px) {
  20. figure.figure {
  21. width: 12.3%;
  22. }
  23. }
  24. /* 3000px 12열 */
  25. @media screen and (min-width: 3000px) {
  26. figure.figure {
  27. width: 8.21%;
  28. }
  29. }
  30. .mce-label.mce-autoscroll {
  31. overflow: hidden !important;
  32. }
  33. #board {
  34. /* 게시판 목록 */
  35. }
  36. #board .board-name {
  37. font-weight: normal;
  38. margin-bottom: 0;
  39. }
  40. #board #boardList {
  41. box-sizing: border-box;
  42. /* 게시판 검색 */
  43. }
  44. #board #boardList .head {
  45. margin-bottom: 10px;
  46. }
  47. #board #boardList .body table {
  48. margin-left: auto;
  49. margin-right: auto;
  50. border: 1px solid #333;
  51. }
  52. #board #boardList .body table caption {
  53. caption-side: top;
  54. color: #bbbbbb;
  55. }
  56. #board #boardList .body table caption span {
  57. font-size: 15px;
  58. }
  59. #board #boardList .body table caption select {
  60. width: auto;
  61. display: inline-block;
  62. }
  63. #board #boardList .body table caption select:last-child {
  64. margin-left: 5px;
  65. }
  66. #board #boardList .body table thead tr {
  67. background-color: #133a46;
  68. border: 1px solid #333;
  69. }
  70. #board #boardList .body table thead tr th {
  71. text-align: center;
  72. border-bottom: none;
  73. }
  74. #board #boardList .body table tbody tr:hover, #board #boardList .body table tbody tr:focus {
  75. background-color: #1a1e21;
  76. }
  77. #board #boardList .body table tbody tr th, #board #boardList .body table tbody tr td {
  78. text-align: center;
  79. vertical-align: middle;
  80. }
  81. #board #boardList .body table tbody tr td {
  82. font-size: 13px;
  83. }
  84. #board #boardList .body table tbody tr td label {
  85. margin-right: 5px;
  86. }
  87. #board #boardList .body table tbody tr td label a {
  88. color: #cbd5e0;
  89. }
  90. #board #boardList .body table tbody tr td del, #board #boardList .body table tbody tr td a {
  91. font-size: 14px;
  92. font-weight: normal;
  93. color: #b3b3b3;
  94. }
  95. #board #boardList .body table tbody tr td var {
  96. color: #aa0000;
  97. font-style: normal;
  98. margin-left: 3px;
  99. letter-spacing: -1px;
  100. vertical-align: middle;
  101. }
  102. #board #boardList .body table tbody tr td i {
  103. color: #cbd5e0;
  104. margin-left: 3px;
  105. vertical-align: -1px;
  106. }
  107. #board #boardList .body table tbody tr td span {
  108. font-size: 10px;
  109. margin-left: 3px;
  110. vertical-align: middle;
  111. }
  112. #board #boardList .body table tbody tr td > section {
  113. display: flex;
  114. flex-wrap: wrap;
  115. }
  116. #board #boardList .body table tbody tr td > section figure {
  117. box-sizing: border-box;
  118. min-width: 250px;
  119. padding: 20px 10px 20px 10px;
  120. margin: 0;
  121. text-align: center;
  122. }
  123. #board #boardList .body table tbody tr td > section figure a {
  124. display: inline-block;
  125. }
  126. #board #boardList .body table tbody tr td > section figure a img {
  127. max-width: 210px;
  128. max-height: 215px;
  129. width: 100%;
  130. }
  131. #board #boardList .body table tbody tr td > section figure a img:focus, #board #boardList .body table tbody tr td > section figure a img:hover {
  132. filter: drop-shadow(2px 2px 4px #969696);
  133. }
  134. #board #boardList .body table tbody tr td > section figure figcaption {
  135. margin: 5px 0;
  136. }
  137. #board #boardList .body table tbody tr td > section figure figcaption h5 a {
  138. display: initial;
  139. }
  140. #board #boardList .body table tbody tr td > section figure strong {
  141. font-weight: 500;
  142. margin-bottom: 3px;
  143. display: block;
  144. }
  145. #board #boardList .body table tbody tr td > section figure ul {
  146. list-style: none;
  147. padding-left: 0;
  148. margin: 0;
  149. }
  150. #board #boardList .body table tbody tr td > section figure ul li {
  151. display: inline-block;
  152. font-size: 13px;
  153. }
  154. #board #boardList .body table tbody tr td > section figure ul li:first-child::before {
  155. display: none;
  156. }
  157. #board #boardList .body table tbody tr td > section figure ul li::before {
  158. content: "";
  159. display: inline-block;
  160. width: 2px;
  161. height: 2px;
  162. margin: 0 5px 4px 2px;
  163. border-radius: 2px;
  164. background-color: #616670;
  165. }
  166. #board #boardList .body table tfoot tr td {
  167. border-bottom: none;
  168. }
  169. #board #boardList .body table tfoot tr td nav ul {
  170. margin-bottom: 0;
  171. }
  172. #board #boardList .foot {
  173. margin-top: 10px;
  174. }
  175. #board #boardList .search form select {
  176. margin-right: 5px;
  177. width: auto;
  178. display: inline;
  179. }
  180. #board #boardList .search form input {
  181. margin-right: 5px;
  182. width: auto;
  183. display: inline;
  184. }
  185. #board #boardList .search form button {
  186. width: auto;
  187. vertical-align: initial;
  188. }/*# sourceMappingURL=index.css.map */