.notice-section {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
    padding-top: 70px;
    padding-bottom: 70px;
}

.notice-content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.notice-label {
    font-family: 'OpenSans-SemiBold';
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #8247FF;
    margin-bottom: 15px;
}

.notice-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.notice-date {
    color: rgba(31, 41, 51, 0.60);
    margin-bottom: 35px;
}

.notice-body {
    border-top: 1px solid #E4E7EB;
    padding-top: 35px;
}

.notice-body p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 25px;
}

.notice-body p:last-child {
    margin-bottom: 0;
}

.notice-body a {
    text-decoration: underline;
    word-break: break-word;
}

@media screen and (max-width: 1080px) {
    .notice-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .notice-title {
        font-size: 26px;
    }

    .notice-label {
        font-size: 12px;
    }

    .notice-body {
        padding-top: 25px;
    }

    .notice-body p {
        font-size: 15px;
        line-height: 1.7;
    }
}
