@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;
    flex-wrap: wrap;
}

.post-wrapper {
    width: 900px;
    margin: 0 auto;
}

.post-title-text {
    display: block;
    font-size: 1.4rem;
}

.post-userpic {
   width: 30px;
    height: 30px;
}
.post-username {
    color: #353535;
    font-weight: bold;
    font-size: 1rem;
}

.post-date {
    color: #5D5D5D;
    font-size: 0.7rem;
}

.post-contents-area {
    min-height: 500px;
}