@charset "UTF-8"; /* 최근 게시글 */ #latest { -webkit-box-sizing: border-box; box-sizing: border-box; } #latest table { margin-left: auto; margin-right: auto; border: 1px solid #222c36; } > #latest table:not(:first-child) { border-top: none; } #latest table tbody tr td { vertical-align: middle; } #latest table tbody tr td p { margin-bottom: 5px; } #latest table tbody tr td p label { margin-right: 5px; } #latest table tbody tr td p label a { color: #cbd5e0; } #latest table tbody tr td p del, #latest table tbody tr td p a { font-size: 0.875rem; font-weight: normal; } #latest table tbody tr td p var { color: #aa0000; font-style: normal; margin-left: 3px; letter-spacing: -1px; vertical-align: middle; } #latest table tbody tr td p i { color: #cbd5e0; margin-left: 3px; vertical-align: -1px; } #latest table tbody tr td p span { font-size: 0.625rem; margin-left: 3px; vertical-align: middle; } #latest table tbody tr td ul { margin: 0; padding: 0; } #latest table tbody tr td ul li { display: inline-block; font-size: 0.75rem; } #latest table tbody tr td ul li:after { content: "·"; padding: 0 3px 0 7px; } #latest table tbody tr td ul li:last-child:after { content: ""; padding: 0; } #latest table tbody tr td .thumbnail { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; min-height: 50px; } #latest table tbody tr td .thumbnail > img { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #latest table tbody tr td > section { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; } #latest table tbody tr td > section figure { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; -ms-flex-preferred-size: auto; flex-basis: auto; max-width: 50%; padding: 5px; } #latest table tbody tr td > section figure > a { display: inline-block; } #latest table tbody tr td > section figure > a img { width: 100%; max-width: 210px; max-height: 215px; } #latest table tbody tr td > section figure > a img:focus, #latest table tbody tr td > section figure > a img:hover { -webkit-filter: drop-shadow(2px 2px 4px #969696); filter: drop-shadow(2px 2px 4px #969696); } #latest table tbody tr td > section figure figcaption { margin: 5px 0; } #latest table tbody tr td > section figure figcaption a { display: initial; } #latest table tbody tr td > section figure strong { display: block; font-size: 0.813rem; margin-bottom: 3px; } #latest table tbody tr td > section figure small { font-size: 0.688rem; }