table.bluearchive td:not([colspan="2"]) { /* td, th */
padding: 0.5em 0.5em;
border-bottom: 1px solid #ffffff;
}
table.bluearchive td:not([colspan="2"]):first-child { /* th 역할 */
width: 6em;
font-weight: bold;
color: white;
background-color: #0099ff; /* 배경색 */
}
table.bluearchive td[colspan="2"] { /* 사진, 제목 */
text-align: center;
padding: 0.1em;
}
table.bluearchive tr:last-child td:not([colspan="2"]):first-child,
table.bluearchive td:not([colspan="2"]):last-child {
border-bottom: 1px solid #0099ff; /* 테두리색 */
}
@media screen and (max-width: 520px) {
table.bluearchive {
width: 100%;
}
}
table.bluearchive img {
width: 32em;
}