.read-notice-wrap {
    padding: 2.5rem 0 4rem;
}

.read-notice {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(20, 34, 71, 0.08);
    overflow: hidden;
    border: 1px solid rgba(20, 34, 71, 0.08);
}

.read-notice__header {
    padding: 2rem 2rem 1.25rem;
    background: linear-gradient(135deg, #142247 0%, #0c1630 100%);
    color: #fff;
}

.read-notice__back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
}

.read-notice__back:hover {
    color: #E3AE4A;
    text-decoration: none;
}

.read-notice__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(227, 174, 74, 0.18);
    color: #E3AE4A;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.read-notice__title {
    margin: 0.85rem 0 0.5rem;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.read-notice__meta {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.read-notice__body {
    padding: 2rem;
    color: #334155;
    font-size: 1rem;
    line-height: 1.75;
    word-break: normal;
    overflow-wrap: break-word;
}

.read-notice__body p {
    margin-bottom: 1rem;
}

.read-notice__body ul,
.read-notice__body ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.read-notice__gallery {
    padding: 0 2rem 2rem;
}

.read-notice__gallery .galleryfancy {
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .read-notice-wrap {
        padding: 1rem 0 2.5rem;
    }

    .read-notice__header,
    .read-notice__body,
    .read-notice__gallery {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}
