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