body {
    font-family: 'Pretendard', sans-serif;
    padding-top: 60px;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.offcanvas {
    background-color: #343a40;
    color: white;
}

.board-preview .card {
    margin-bottom: 20px;
}

.view-more-btn {
    text-align: right;
}
.card {
    padding: 20px;
}
.hero-section { padding: 80px 0; background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: white; text-align: center; }
.feature-card { transition: transform 0.3s; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.feature-card:hover { transform: translateY(-10px); }
.card-icon { font-size: 2.5rem; margin-bottom: 1rem; }