@charset "utf-8";

.modern-page {
    color: #1f2937;
}

.modern-page * {
    box-sizing: border-box;
}

.modern-page a {
    color: #0f766e;
}

.modern-page img {
    max-width: 100%;
    height: auto;
}

.modern-page .modern-hero {
    margin: 0 0 28px;
    padding: 36px 40px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.16), transparent 32%),
        linear-gradient(135deg, #f8fbff 0%, #eef6f4 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.modern-page .modern-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.modern-page .modern-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
}

.modern-page .modern-lead {
    max-width: 840px;
    margin: 14px 0 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.modern-page .shared-page-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.modern-page .shared-page-hero {
    position: relative;
    padding: 8px 0 36px;
}

.modern-page .shared-page-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.18) 20%, rgba(15, 23, 42, 0.18) 80%, rgba(15, 23, 42, 0) 100%);
}

.modern-page .shared-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: start;
}

.modern-page .shared-page-hero-grid.is-single,
.modern-page .shared-page-panel.shared-page-panel--wide {
    grid-template-columns: 1fr;
}

.modern-page .shared-page-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.modern-page .shared-page-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.modern-page .shared-page-lead {
    max-width: 700px;
    margin: 20px 0 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.85;
}

.modern-page .shared-page-fact {
    padding: 18px 0 0 20px;
    border-left: 1px solid rgba(148, 163, 184, 0.2);
}

.modern-page .shared-page-fact strong {
    display: block;
    color: #0f172a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.modern-page .shared-page-fact span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.modern-page .shared-page-hero-image {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    border-radius: 24px;
}

.modern-page .shared-page-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

.modern-page .shared-page-copy {
    padding: 38px 40px;
}

.modern-page .shared-page-copy.shared-page-copy--full {
    max-width: none;
}

.modern-page .shared-page-copy p {
    margin: 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.95;
}

.modern-page .shared-page-copy p + p {
    margin-top: 22px;
}

.modern-page .shared-page-copy p:first-child {
    color: #0f172a;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.75;
}

.modern-page .shared-page-copy .message-signature {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.modern-page .shared-page-copy > img:first-child {
    display: block;
    width: 100%;
    margin: 0 0 26px;
    border-radius: 24px;
}

.modern-page .shared-page-rail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 28px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.7) 0%, rgba(241, 245, 249, 0.95) 100%);
    border-left: 1px solid rgba(148, 163, 184, 0.14);
}

.modern-page .shared-page-mark {
    display: block;
    max-width: 150px;
}

.modern-page .shared-page-notes {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.modern-page .shared-page-notes li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.modern-page .shared-page-notes small {
    display: block;
    margin-bottom: 6px;
    color: #0f766e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modern-page .shared-page-notes span {
    display: block;
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
}

.modern-page .shared-page-stack > * + * {
    margin-top: 24px;
}

.modern-page .modern-shell,
.modern-page .introbox,
.modern-page .bkcontentsBox,
.modern-page #ctt_con {
    padding: 32px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 24px;
    background: #fff;
}

.modern-page .introbox,
.modern-page .bkcontentsBox {
    margin-bottom: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
}

.modern-page .modern-prose {
    font-size: 16px;
    line-height: 1.9;
    color: #334155;
}

.modern-page .introbox.modern-prose {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(45, 212, 191, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.modern-page .introbox.modern-prose::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #0f766e 0%, #38bdf8 100%);
}

.modern-page .modern-prose p,
.modern-page .modern-prose ul,
.modern-page .modern-prose ol,
.modern-page .modern-prose table,
.modern-page .modern-prose .list_st_01,
.modern-page .modern-prose .div_info {
    margin-top: 0;
    margin-bottom: 24px;
}

.modern-page .modern-prose > p {
    max-width: 960px;
}

.modern-page .modern-prose > p:first-of-type {
    color: #0f172a;
    font-size: 18px;
    font-weight: 500;
}

.modern-page .modern-prose > p + p {
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.modern-page .modern-prose h2,
.modern-page .modern-prose h3,
.modern-page .modern-prose h4,
.modern-page .modern-prose .table_title,
.modern-page .modern-prose .menu_title5,
.modern-page .modern-prose .h3_dot_blue,
.modern-page .modern-prose .h5_dot_2,
.modern-page .modern-prose .h5_dot_blue {
    display: block;
    margin: 34px 0 16px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

.modern-page .modern-prose h2:first-child,
.modern-page .modern-prose h3:first-child,
.modern-page .modern-prose .table_title:first-child,
.modern-page .modern-prose .menu_title5:first-child {
    margin-top: 0;
}

.modern-page .modern-prose .table_title,
.modern-page .modern-prose .menu_title5 {
    padding-left: 18px;
    font-size: 26px;
}

.modern-page .modern-prose .h3_dot_blue,
.modern-page .modern-prose .h5_dot_2,
.modern-page .modern-prose .h5_dot_blue {
    font-size: 20px;
}

.modern-page .modern-prose .page-title-image {
    margin-bottom: 28px;
}

.modern-page .modern-prose .message-photo {
    margin-bottom: 32px;
    text-align: center;
}

.modern-page .modern-prose .message-signature {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.modern-page .modern-prose ul,
.modern-page .modern-prose ol {
    padding-left: 22px;
}

.modern-page .modern-prose li {
    margin-bottom: 10px;
}

.modern-page .modern-card,
.modern-page .div_map_con,
.modern-page .list_st_01,
.modern-page .div_info .white_box {
    padding: 22px 24px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.modern-page .modern-image-card,
.modern-page .modern-image-card img,
.modern-page .bk_img,
.modern-page .introbox>img,
.modern-page .introbox p>img,
.modern-page .modern-prose center img {
    border-radius: 22px;
}

.modern-page .modern-image-card img,
.modern-page .bk_img,
.modern-page .introbox>img,
.modern-page .introbox p>img,
.modern-page .modern-prose center img {
    display: block;
    margin: 0 auto;

}

.modern-page .modern-table-wrap {
    overflow-x: auto;
    margin-bottom: 24px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 22px;
    background: #fff;

}

.modern-page table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
}

.modern-page table thead th {
    position: sticky;
    top: 0;
    background: #0f172a;
    color: #f8fafc;
    font-weight: 600;
}

.modern-page table th,
.modern-page table td {
    padding: 14px 16px;
    border-right: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    vertical-align: top;
}

.modern-page table tr:last-child th,
.modern-page table tr:last-child td {
    border-bottom: 0;
}

.modern-page table th:last-child,
.modern-page table td:last-child {
    border-right: 0;
}

.modern-page table tbody tr:nth-child(even) td,
.modern-page table tbody tr:nth-child(even) th {
    background: #f8fafc;
}

.modern-page .modern-download-link,
.modern-page .more-btn,
.modern-page .btn_down a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-weight: 600;
    text-decoration: none;

}

.modern-page .tab_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.modern-page .tab_menu li {
    margin: 0;
}

.modern-page .tab_menu li a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    text-decoration: none;
}

.modern-page .tab_menu li.on a {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.modern-page .tab_con section {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.modern-page .tab_con section p {
    margin: 0 0 18px;
}

.modern-page .root_daum_roughmap,
.modern-page .history_h_thumb_wrap,
.modern-page .modern-map-box {
    overflow: hidden;
    border-radius: 24px;
}

.modern-page .ul_map,
.modern-page .ul_st_01,
.modern-page .ul_st_02 {
    margin: 0;
}

.modern-page .ul_map {
    padding: 0;
    list-style: none;
}

.modern-page .ul_map li {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.modern-page .ul_map li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.modern-page .ul_map b {
    min-width: 84px;
    color: #0f172a;
}

.modern-page .map_head {
    margin: 28px 0 14px;
    padding: 18px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.modern-page .map_method dd {
    margin: 0 0 18px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: #fff;
}

.modern-page .map_method {
    margin: 0;
}

.modern-page .modern-map-frame {
    width: 100%;
    height: 400px;
    margin: 0 0 24px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 24px;
}

.modern-page .left.map_sub_head {
    width: 120px;
    font-weight: 700;
    color: #0f766e;
}

.modern-page .left.map_sub_cont {
    width: calc(100% - 120px);
}

.modern-page .clear {
    clear: both;
}

.modern-page .donor_wrap h2 span,
.modern-page .donor_wrap h3 {
    color: #0f172a;
}

.modern-page .anchor_box {
    margin: 0 0 24px;
}

.modern-page .ul_history {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.modern-page .ul_history li {
    width: auto !important;
    margin: 0;
}

.modern-page .ul_history a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-weight: 600;
    text-decoration: none;
}

.modern-page .history_table {
    margin-bottom: 24px;
}

.modern-page .history_table .year {
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {

    .modern-page .shared-page-hero-grid,
    .modern-page .shared-page-panel {
        grid-template-columns: 1fr;
    }

    .modern-page .shared-page-hero {
        padding-bottom: 34px;
    }

    .modern-page .shared-page-fact {
        padding: 18px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.24);
    }

    .modern-page .shared-page-copy {
        padding: 30px 24px;
    }

    .modern-page .shared-page-rail {
        padding: 28px 24px;
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.14);
    }

    .modern-page .modern-hero,
    .modern-page .modern-shell,
    .modern-page .introbox,
    .modern-page .bkcontentsBox,
    .modern-page #ctt_con {
        padding: 24px;
        border-radius: 20px;
    }

    .modern-page .left.map_sub_head,
    .modern-page .left.map_sub_cont {
        float: none;
        width: auto;
    }

    .modern-page .tab_con section {
        padding: 18px;
    }

    .modern-page .ul_map li {
        display: block;
    }

    .modern-page .ul_map b {
        display: block;
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .modern-page .modern-hero {
        padding: 24px 20px;
    }

    .modern-page .modern-title {
        font-size: 28px;
    }

    .modern-page table th,
    .modern-page table td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .modern-page .table_title,
    .modern-page .menu_title5 {
        font-size: 22px;
    }
}
