index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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. -webkit-box-sizing: border-box;
  42. box-sizing: border-box;
  43. /* 게시판 검색 */
  44. }
  45. #board #boardList .head {
  46. margin-bottom: 10px;
  47. }
  48. #board #boardList .body table {
  49. margin-left: auto;
  50. margin-right: auto;
  51. border: 1px solid #333;
  52. }
  53. #board #boardList .body table caption {
  54. caption-side: top;
  55. color: #bbbbbb;
  56. }
  57. #board #boardList .body table caption span {
  58. font-size: 15px;
  59. }
  60. #board #boardList .body table caption select {
  61. width: auto;
  62. display: inline-block;
  63. }
  64. #board #boardList .body table caption select:last-child {
  65. margin-left: 5px;
  66. }
  67. #board #boardList .body table thead tr {
  68. background-color: #133a46;
  69. border: 1px solid #333;
  70. }
  71. #board #boardList .body table thead tr th {
  72. text-align: center;
  73. border-bottom: none;
  74. }
  75. #board #boardList .body table tbody tr:hover, #board #boardList .body table tbody tr:focus {
  76. background-color: #1a1e21;
  77. }
  78. #board #boardList .body table tbody tr th, #board #boardList .body table tbody tr td {
  79. text-align: center;
  80. vertical-align: middle;
  81. }
  82. #board #boardList .body table tbody tr td {
  83. font-size: 13px;
  84. }
  85. #board #boardList .body table tbody tr td label {
  86. margin-right: 5px;
  87. }
  88. #board #boardList .body table tbody tr td label a {
  89. color: #cbd5e0;
  90. }
  91. #board #boardList .body table tbody tr td del, #board #boardList .body table tbody tr td a {
  92. font-size: 14px;
  93. font-weight: normal;
  94. color: #b3b3b3;
  95. }
  96. #board #boardList .body table tbody tr td var {
  97. color: #aa0000;
  98. font-style: normal;
  99. margin-left: 3px;
  100. letter-spacing: -1px;
  101. vertical-align: middle;
  102. }
  103. #board #boardList .body table tbody tr td i {
  104. color: #cbd5e0;
  105. margin-left: 3px;
  106. vertical-align: -1px;
  107. }
  108. #board #boardList .body table tbody tr td span {
  109. font-size: 10px;
  110. margin-left: 3px;
  111. vertical-align: middle;
  112. }
  113. #board #boardList .body table tbody tr td > section {
  114. display: -webkit-box;
  115. display: -ms-flexbox;
  116. display: flex;
  117. -ms-flex-wrap: wrap;
  118. flex-wrap: wrap;
  119. }
  120. #board #boardList .body table tbody tr td > section figure {
  121. -webkit-box-sizing: border-box;
  122. box-sizing: border-box;
  123. min-width: 250px;
  124. padding: 20px 10px 20px 10px;
  125. margin: 0;
  126. text-align: center;
  127. }
  128. #board #boardList .body table tbody tr td > section figure a {
  129. display: inline-block;
  130. }
  131. #board #boardList .body table tbody tr td > section figure a img {
  132. max-width: 210px;
  133. max-height: 215px;
  134. width: 100%;
  135. }
  136. #board #boardList .body table tbody tr td > section figure a img:focus, #board #boardList .body table tbody tr td > section figure a img:hover {
  137. -webkit-filter: drop-shadow(2px 2px 4px #969696);
  138. filter: drop-shadow(2px 2px 4px #969696);
  139. }
  140. #board #boardList .body table tbody tr td > section figure figcaption {
  141. margin: 5px 0;
  142. }
  143. #board #boardList .body table tbody tr td > section figure figcaption h5 a {
  144. display: initial;
  145. }
  146. #board #boardList .body table tbody tr td > section figure strong {
  147. font-weight: 500;
  148. margin-bottom: 3px;
  149. display: block;
  150. }
  151. #board #boardList .body table tbody tr td > section figure ul {
  152. list-style: none;
  153. padding-left: 0;
  154. margin: 0;
  155. }
  156. #board #boardList .body table tbody tr td > section figure ul li {
  157. display: inline-block;
  158. font-size: 13px;
  159. }
  160. #board #boardList .body table tbody tr td > section figure ul li:first-child::before {
  161. display: none;
  162. }
  163. #board #boardList .body table tbody tr td > section figure ul li::before {
  164. content: "";
  165. display: inline-block;
  166. width: 2px;
  167. height: 2px;
  168. margin: 0 5px 4px 2px;
  169. border-radius: 2px;
  170. background-color: #616670;
  171. }
  172. #board #boardList .body table tfoot tr td {
  173. border-bottom: none;
  174. }
  175. #board #boardList .body table tfoot tr td nav ul {
  176. margin-bottom: 0;
  177. }
  178. #board #boardList .foot {
  179. margin-top: 10px;
  180. }
  181. #board #boardList .search form select {
  182. margin-right: 5px;
  183. width: auto;
  184. display: inline;
  185. }
  186. #board #boardList .search form input {
  187. margin-right: 5px;
  188. width: auto;
  189. display: inline;
  190. }
  191. #board #boardList .search form button {
  192. width: auto;
  193. vertical-align: initial;
  194. }