@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
}


.notice-top-section {
    text-align: center;
    margin-top: 150px;
}

.section-title {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.section-title-des {
    color: darkgray;
}

.notice-content-section {
    width: 1080px;
    margin: 100px auto;
    min-height: 650px;
}