@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.term_content {
    max-width: 1400px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    font-size: 1rem;
    margin: auto;
    margin-top: 50px;
    min-height: 100vh;
    font-family: 'Pretendard-Regular';
}

.term_content h1, .term_content h2 {
    color: #333;
    font-family: 'Pretendard-Regular';
}

.term_content p {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .term_content {
        padding: 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .term_content {
        padding: 10px;
        font-size: 0.8rem;
    }
}