@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;900&display=swap');
.post { margin-top: 72px; }
.post img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
.blog-card img { height: auto; max-height: none; object-fit: contain; }
@media (max-width: 800px) { .post { margin-top: 32px; } }
