/**
 * 대운표 스타일
 */

.sdu-container {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 20px 0 !important;
}

.sdu-container > .sdu-header-wrap,
.sdu-container > .sdu-table-wrap {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.sdu-header-wrap {
    background: #fffdf7 !important;
    border: 3px double #8B7355 !important;
    outline: 1px solid #8B7355 !important;
    outline-offset: 4px !important;
    position: relative !important;
    padding: 24px 20px !important;
    margin-bottom: 16px !important;
    margin-top: 24px !important;
    text-align: center !important;
}

.sdu-header-wrap::before,
.sdu-header-wrap::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-color: #8B7355 !important;
    border-style: solid !important;
}

.sdu-header-wrap::before {
    bottom: 6px !important;
    left: 6px !important;
    border-width: 0 0 2px 2px !important;
}

.sdu-header-wrap::after {
    bottom: 6px !important;
    right: 6px !important;
    border-width: 0 2px 2px 0 !important;
}

.sdu-title {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
    margin-bottom: 6px !important;
}

.sdu-desc {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 18px !important;
    color: #8b95a1 !important;
}

.sdu-table {
    margin: 0 auto !important;
}

.sdu-table-wrap {
    background: #fffdf7 !important;
    border: 3px double #8B7355 !important;
    outline: 1px solid #8B7355 !important;
    outline-offset: 4px !important;
    position: relative !important;
    padding: 8px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.sdu-table-wrap::before,
.sdu-table-wrap::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-color: #8B7355 !important;
    border-style: solid !important;
}

.sdu-table-wrap::before {
    bottom: 6px !important;
    left: 6px !important;
    border-width: 0 0 2px 2px !important;
}

.sdu-table-wrap::after {
    bottom: 6px !important;
    right: 6px !important;
    border-width: 0 2px 2px 0 !important;
}

.sdu-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    table-layout: fixed !important;
}

.sdu-cell {
    padding: 6px 2px !important;
    text-align: center !important;
    border: 1px solid #d4c9b8 !important;
    vertical-align: middle !important;
    background: transparent !important;
    font-size: 11px !important;
    word-break: keep-all !important;
}

.sdu-table tr:first-child td { border-top: none !important; }
.sdu-table tr:last-child td { border-bottom: none !important; }
.sdu-table tr td:first-child { border-left: none !important; }
.sdu-table tr td:last-child { border-right: none !important; }

.sdu-row-year .sdu-cell {
    font-size: 14px !important;
    color: #8b95a1 !important;
}

.sdu-row-age .sdu-cell {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #3f3f46 !important;
}

.sdu-cell-main {
    padding: 10px 4px !important;
}

.sdu-hanja {
    display: block !important;
    font-family: 'Noto Serif SC', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.sdu-kr {
    display: block !important;
    font-size: 11px !important;
    color: #71717a !important;
    margin-top: 2px !important;
}

.sdu-ai-section {
    margin: 20px 16px !important;
    padding: 24px 20px !important;
    background: #fffdf7 !important;
    border: 3px double #8B7355 !important;
    outline: 1px solid #8B7355 !important;
    outline-offset: 4px !important;
    position: relative !important;
}

.sdu-ai-section::before,
.sdu-ai-section::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-color: #8B7355 !important;
    border-style: solid !important;
}

.sdu-ai-section::before {
    bottom: 6px !important;
    left: 6px !important;
    border-width: 0 0 2px 2px !important;
}

.sdu-ai-section::after {
    bottom: 6px !important;
    right: 6px !important;
    border-width: 0 2px 2px 0 !important;
}

.sdu-ai-title {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
}

.sdu-ai-text {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #3f3f46 !important;
    line-height: 1.9 !important;
    letter-spacing: -0.2px !important;
}

.sdu-ai-text p {
    margin: 0 0 14px 0 !important;
}

.sdu-ai-text p:last-child {
    margin-bottom: 0 !important;
}
