.article-notice {
    font-family: 'Pretendard Variable', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    word-break: keep-all;
    letter-spacing: -0.2px;
}

.article-notice strong,
.article-notice b {
    font-weight: 700;
}

.article-notice em,
.article-notice i {
    font-style: italic;
}

.article-notice u {
    text-decoration: underline;
}

.article-notice s {
    text-decoration: line-through;
}

.article-notice ul {
    list-style: disc;
    padding-left: 22px;
    margin: 4px 0 8px;
}

.article-notice ol {
    list-style: decimal;
    padding-left: 22px;
    margin: 4px 0 8px;
}

.article-notice ul > li,
.article-notice ol > li {
    position: static;
    padding-left: 0;
    list-style: inherit;
}

.article-notice ul > li::before,
.article-notice ol > li::before {
    content: none;
    display: none;
}

.article-notice li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2px;
}

.article-notice p {
    font-size: 15px;
    margin: 0 0 8px;
    line-height: 1.7;
}

.article-notice h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 12px 0 10px;
    word-break: keep-all;
}

.article-notice h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 12px 0 10px;
    word-break: keep-all;
}

.article-notice h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 10px 0 8px;
    word-break: keep-all;
}

.article-notice blockquote {
    border-left: 3px solid #ddd;
    padding: 4px 12px;
    margin: 8px 0;
    color: #666;
}

.article-notice a {
    color: #1976d2;
    text-decoration: underline;
}

.article-notice img {
    display: block;
    float: none;
    clear: both;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 0 8px;
}

.article-notice table {
    border-collapse: collapse;
    margin: 8px 0;
}

.article-notice table th,
.article-notice table td {
    border: 1px solid #ddd;
    padding: 6px 10px;
}

.article-notice > :first-child {
    margin-top: 0;
}

.article-notice > :last-child {
    margin-bottom: 0;
}
