/* woonkyung.com inspired layout for song theme */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

:root {
    --green-dark:   #1a4a1a;
    --green-main:   #2d7a2d;
    --green-mid:    #3d8b37;
    --green-bright: #69b121;
    --green-accent: #8bc34a;
    --green-light:  #e8f5e9;
    --green-pale:   #f4fbf4;
    --text-dark:    #1c2b1c;
    --text-gray:    #6b7f6b;
    --wk-header-h:  103px;
    --wk-view-h:    calc(100vh - var(--wk-header-h));
    --wk-bridge-h:  60vh;
    /* 다음 섹션이 parallax 위로 미리 올라와 겹치는 양.
       클수록 더 빨리 덮음 (= parallax가 더 얇게 스쳐 지나감) */
    --wk-cover-overlap: calc(var(--wk-bridge-h) - 12vh);
    --transition:   0.3s ease;
    --radius:       8px;
    --shadow:       0 4px 20px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 32px rgba(0,0,0,0.14);
}

/* Korean typography: word-level line breaks (board post body excluded) */
html,
body {
    word-break: keep-all;
    overflow-wrap: break-word;
}

#bo_v #bo_v_con,
#bo_v #bo_v_con * {
    word-break: break-all;
    overflow-wrap: anywhere;
}

/* donation sub page */
.wk-donation-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wk-donation-hero {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
    align-items: end;
    padding: clamp(38px, 5vw, 64px);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.88)),
        url('../assets/img/green_heart.jpg') right center/cover no-repeat;
    color: #fff;
    box-shadow: 0 24px 70px rgba(26,74,26,.18);
}

.wk-donation-hero::before {
    content: '';
    position: absolute;
    right: -110px;
    top: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}

.wk-donation-hero-copy,
.wk-donation-hero-panel {
    position: relative;
    z-index: 1;
}

.wk-donation-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.06em;
}

.wk-donation-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.85;
    word-break: keep-all;
}

.wk-donation-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.wk-donation-primary,
.wk-donation-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.wk-donation-primary {
    background: #fff;
    color: var(--green-dark);
}

.wk-donation-secondary {
    border: 1px solid rgba(255,255,255,.42);
    color: #fff;
}

.wk-donation-hero-panel {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 24px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
}

.wk-donation-hero-panel strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.wk-donation-hero-panel span {
    display: block;
    color: rgba(255,255,255,.8);
    line-height: 1.7;
}

.wk-donation-intro {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wk-donation-intro article,
.wk-donation-section,
.wk-donation-account {
    border: 1px solid rgba(105,177,33,.14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(26,74,26,.08);
}

.wk-donation-intro article {
    position: relative;
    min-height: 210px;
    padding: 30px 28px;
}

.wk-donation-intro article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 16px;
    background: var(--green-pale);
    color: var(--green-main);
    font-weight: 900;
}

.wk-donation-intro h3,
.wk-donation-section h3,
.wk-donation-account h3 {
    margin: 0;
    color: var(--green-dark);
    font-weight: 900;
    letter-spacing: -.04em;
}

.wk-donation-intro h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.wk-donation-intro p,
.wk-donation-section p,
.wk-donation-account p {
    margin: 0;
    color: var(--text-gray);
    line-height: 1.85;
    word-break: keep-all;
}

.wk-donation-section {
    padding: clamp(30px, 4vw, 46px);
}

.wk-donation-section-head {
    margin-bottom: 26px;
}

.wk-donation-section-head span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--green-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.wk-donation-section-head h3,
.wk-donation-account h3 {
    font-size: clamp(26px, 3vw, 34px);
}

.wk-donation-section-head p {
    margin-top: 10px;
}

.wk-donation-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wk-donation-method-grid article {
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfefb, #f4fbf4);
}

.wk-donation-method-grid em {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--green-main);
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.wk-donation-method-grid strong {
    display: block;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-size: 19px;
    font-weight: 900;
}

.wk-donation-method-grid a {
    color: var(--green-main);
    font-weight: 800;
    text-decoration: none;
}

.wk-donation-account {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 4vw, 46px);
    background:
        radial-gradient(circle at top right, rgba(139,195,74,.16), transparent 34%),
        #fff;
}

.wk-donation-account dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.wk-donation-account dl div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(105,177,33,.16);
    border-radius: 16px;
    background: #fff;
}

.wk-donation-account dt,
.wk-donation-account dd {
    margin: 0;
    padding: 17px 18px;
}

.wk-donation-account dt {
    background: var(--green-pale);
    color: var(--green-dark);
    font-weight: 900;
    text-align: center;
}

.wk-donation-account dd {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 900;
}

.wk-donation-note {
    grid-column: 1 / -1;
    padding: 18px 20px;
    border-radius: 16px;
    background: #f8fbf2;
}

.wk-donation-table-wrap {
    overflow-x: auto;
}

.wk-donation-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(105,177,33,.16);
    border-radius: 18px;
    background: #fff;
}

.wk-donation-table th,
.wk-donation-table td {
    padding: 18px 16px;
    border-right: 1px solid rgba(105,177,33,.12);
    border-bottom: 1px solid rgba(105,177,33,.12);
    color: var(--text-gray);
    line-height: 1.65;
    text-align: center;
    vertical-align: middle;
}

.wk-donation-table th {
    background: var(--green-pale);
    color: var(--green-dark);
    font-weight: 900;
}

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

.wk-donation-table th:last-child,
.wk-donation-table td:last-child {
    border-right: 0;
}

.wk-donation-latest .lat {
    margin: 0;
    border: 0;
    background: transparent;
}

.wk-donation-latest .lat_title,
.wk-donation-latest .lt_more {
    display: none;
}

.wk-donation-latest .lat ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wk-donation-latest .lat li {
    position: relative;
    padding: 18px 20px;
    border: 1px solid rgba(105,177,33,.14);
    border-radius: 16px;
    background: #fbfefb;
    list-style: none;
}

.wk-donation-latest .lat li a {
    color: var(--text-dark);
    font-weight: 800;
    text-decoration: none;
}

.wk-donation-latest .lat li a:hover {
    color: var(--green-main);
}

.wk-donation-latest .lat .lt_info {
    margin-top: 8px;
    color: #8a9a8a;
    font-size: 13px;
}

@media (max-width: 900px) {
    .wk-donation-hero,
    .wk-donation-account {
        grid-template-columns: 1fr;
    }

    .wk-donation-intro,
    .wk-donation-method-grid {
        grid-template-columns: 1fr;
    }

    .wk-donation-hero-panel {
        max-width: 420px;
    }
}

@media (max-width: 520px) {
    .wk-donation-hero,
    .wk-donation-section,
    .wk-donation-account,
    .wk-donation-intro article {
        border-radius: 18px;
    }

    .wk-donation-hero {
        padding: 32px 24px;
    }

    .wk-donation-section,
    .wk-donation-account,
    .wk-donation-intro article {
        padding: 24px 20px;
    }

    .wk-donation-account dl div {
        grid-template-columns: 1fr;
    }

    .wk-donation-account dt {
        text-align: left;
    }
}

html, body { margin:0; padding:0; }
body {
    font-family: 'Noto Sans KR', 'Lato', sans-serif;
    color: #666;
    background: #fff;
}

ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none !important;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    list-style: none !important;
}

ul li::marker {
    content: '' !important;
}

.sound_only {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0,0,0,0); margin: -1px;
}

#hd_login_msg { display: none; }

/* ── header (logo + nav single row, songbockeun green) ── */
.wk-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--green-dark);
    border-bottom: 3px solid var(--green-bright);
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.wk-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    position: relative;
}
.wk-logo {
    grid-column: 1;
}
.wk-logo img {
    height: 58px;
    width: auto;
    max-width: 240px;
    display: block;
    filter: brightness(0) invert(1);
}
.wk-nav {
    grid-column: 2;
    min-width: 0;
    justify-self: stretch;
}
.wk-nav > ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
.wk-nav > ul > li {
    position: relative;
}
.wk-nav > ul > li > a {
    display: block;
    padding: 12px 13px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color .2s;
    white-space: nowrap;
}
.wk-nav > ul > li > a:hover,
.wk-nav > ul > li.is-active > a {
    color: var(--green-accent);
}
.wk-nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    min-width: 200px;
    background: #fff;
    border-top: 3px solid var(--green-bright);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    list-style: none;
    margin: 0;
    padding: 8px 0;
    z-index: 200;
}
.wk-nav li:hover > .sub-menu { display: block; }
.wk-nav .sub-menu a {
    display: block;
    padding: 9px 20px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.wk-nav .sub-menu a:hover {
    background: #f4fbf4;
    color: var(--green-main);
}
.wk-header-right {
    grid-column: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.wk-util {
    display: flex;
    gap: 12px;
    font-size: 12px;
}
.wk-util a { color: rgba(255,255,255,0.75); text-decoration: none; }
.wk-util a:hover { color: var(--green-accent); }

.wk-burger {
    display: none;
    background: none;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    flex-shrink: 0;
}

/* ── section-unit scroll controller ── */
html.wk-snap-page {
    scroll-behavior: auto;
}

html.wk-fullpage-active,
body.wk-fullpage-active {
    height: 100%;
    overflow: hidden;
}

html.wk-fullpage-active .wk-fp-panel,
html.wk-fullpage-active .wk-fp-parallax {
    position: fixed !important;
    inset: 0;
    width: 100%;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

html.wk-fullpage-active .wk-fp-panel {
    z-index: 20;
    transform: translate3d(0, 100%, 0);
}

html.wk-fullpage-active .wk-fp-panel.is-active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

html.wk-fullpage-active .wk-fp-parallax {
    top: 0;
    z-index: 10;
}

#wk-hero.wk-scroll-panel {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    padding-top: var(--wk-header-h);
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
}

.wk-scroll-cover {
    position: relative;
    z-index: 2;
}

.wk-scroll-cover-inner {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}

#wk-sec-memoir .wk-scroll-cover-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--wk-header-h);
    box-shadow: none;
}

#wk-sec-scholarship .wk-scroll-cover-inner {
    display: block;
    background: var(--green-pale);
    padding: calc(var(--wk-header-h) + 40px) 0 80px;
}

#wk-sec-donation .wk-scroll-cover-inner {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background: var(--green-dark);
    padding: 0;
}

#wk-sec-partners .wk-scroll-cover-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    background: #f2f2f2;
    padding: calc(var(--wk-header-h) + 32px) 0 0;
}

#wk-sec-partners .wk-partners-inner {
    width: calc(100% - 40px);
    margin: auto;
}

.wk-footer-merged {
    width: 100%;
    max-width: none;
    margin-top: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background: #fff;
    border-top: 1px solid #dedede;
    padding: 28px 20px;
    box-sizing: border-box;
}

/* parallax bridge — controlled by wk.js on the home page */
.wk-parallax-pass {
    position: relative;
    height: var(--wk-bridge-h);
    min-height: 400px;
    z-index: 1;
    pointer-events: none;
    background-image: none !important;
    background-attachment: scroll;
    margin: 0;
}
.wk-parallax-pass .wk-parallax-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -18%;
    width: 100%;
    height: 136%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    will-change: transform;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}
.wk-parallax-pass .wk-parallax-overlay {
    z-index: 1;
}

/* ── full-screen sections ── */
.wk-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wk-section-full {
    height: 100%;
    min-height: 100%;
}
.wk-section-75 {
    min-height: 100%;
}
.wk-section-text {
    min-height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 40px 20px;
}

/* memoir — section 2 */
.wk-memoir-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-memoir-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.35) 0%,
        rgba(0,0,0,0.55) 50%,
        rgba(0,0,0,0.65) 100%
    );
}
.wk-memoir-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 48px 32px;
    max-width: 920px;
}
.wk-memoir-quote {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 3.8vw, 38px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.02em;
    word-break: keep-all;
    text-shadow: 0 2px 16px rgba(0,0,0,0.6);
}
.wk-memoir-link {
    display: inline-block;
    margin-top: 32px;
    padding: 12px 28px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: var(--radius);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--transition);
    backdrop-filter: blur(4px);
    background: rgba(26,74,26,0.35);
}
.wk-memoir-link:hover {
    background: rgba(105,177,33,0.55);
    border-color: var(--green-accent);
    color: #fff;
}

/* scholarship — songbockeun.org/v2 */
.wk-scholarship {
    background: var(--green-pale);
    position: relative;
    overflow: hidden;
}
.wk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.wk-section-label {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--green-bright);
    background: rgba(105,177,33,0.1);
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(105,177,33,0.3);
    white-space: nowrap;
}
.wk-section-label.is-light {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.2);
}
.wk-section-header {
    text-align: center;
    margin: 20px 0 56px;
}
.wk-section-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.25;
    color: var(--text-dark);
    margin: 0 0 16px;
}
.wk-section-title em {
    font-style: normal;
    color: var(--green-bright);
}
.wk-section-desc {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0;
}
.wk-sch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.wk-sch-card {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition);
    box-shadow: var(--shadow);
    text-decoration: none;
    color: inherit;
    display: block;
}
.wk-sch-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.wk-sch-card-inner {
    padding: 32px 24px;
    height: 100%;
    background: #fff;
    border-top: 4px solid var(--green-light);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color var(--transition);
    box-sizing: border-box;
}
.wk-sch-card:hover .wk-sch-card-inner { border-top-color: var(--green-bright); }
.wk-sch-card.is-primary .wk-sch-card-inner {
    border-top-color: var(--green-bright);
    background: linear-gradient(135deg, var(--green-main), var(--green-mid));
    color: #fff;
}
.wk-sch-num {
    font-size: 40px;
    font-weight: 900;
    color: var(--green-light);
    line-height: 1;
    opacity: 0.5;
}
.wk-sch-card.is-primary .wk-sch-num { color: rgba(255,255,255,0.3); }
.wk-sch-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--green-dark);
    line-height: 1.3;
    margin: 0;
}
.wk-sch-card.is-primary h3 { color: #fff; }
.wk-sch-card p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.6;
    flex: 1;
    margin: 0;
}
.wk-sch-card.is-primary p { color: rgba(255,255,255,0.8); }
.wk-sch-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
    margin: 8px 0 4px;
}
.wk-sch-img picture,
.wk-sch-img img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}
.wk-sch-card.is-primary .wk-sch-img img {
    filter: none;
    opacity: 1;
}
.wk-dl-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.wk-dl-icons span {
    font-size: 11px;
    background: var(--green-pale);
    color: var(--green-main);
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid var(--green-light);
    font-weight: 600;
}
.wk-btn-sch {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--green-bright);
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: border-color var(--transition);
    align-self: flex-start;
}
.wk-sch-card:hover .wk-btn-sch { border-color: var(--green-bright); }
.wk-sch-card.is-primary .wk-btn-sch { color: rgba(255,255,255,0.9); }
.wk-sch-card.is-primary:hover .wk-btn-sch { border-color: rgba(255,255,255,0.9); }

/* donation — songbockeun.org/v2 */
.wk-donation {
    padding: 0;
    overflow: hidden;
}
.wk-donation-inner {
    width: 100%;
    height: var(--wk-view-h);
    min-height: var(--wk-view-h);
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 60%, var(--green-mid) 100%);
    padding: 52px 0 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.wk-donation-inner > .wk-section-label {
    top: 24px;
}
.wk-donation-inner > .wk-container {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 0;
}
.wk-donation-inner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(105,177,33,0.15);
}
.wk-donation-inner::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}
.wk-donation-content {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    width: 100%;
}
.wk-donation-text {
    flex: 1;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 0;
}
.wk-donation-title {
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px;
}
.wk-donation-title em {
    font-style: normal;
    color: var(--green-accent);
}
.wk-donation-text p {
    font-size: clamp(14px, 1.6vw, 16px);
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin: 0 0 18px;
}
.wk-donation-text strong { color: var(--green-accent); }
.wk-donation-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    background: rgba(255,255,255,0.1);
    padding: 12px 20px;
    border-radius: 40px;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.2);
}
.wk-donation-badge img {
    height: 28px;
    width: auto;
    border-radius: 50%;
}
.wk-donation-badge span {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}
.wk-btn-donation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: var(--green-bright);
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: all var(--transition);
    box-shadow: 0 4px 20px rgba(105,177,33,0.4);
}
.wk-btn-donation:hover {
    background: var(--green-accent);
    color: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(105,177,33,0.5);
}
.wk-donation-img {
    flex: 0 0 min(380px, 36vw);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-donation-img img {
    width: 100%;
    max-height: min(48vh, 380px);
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 16px 60px rgba(0,0,0,0.4);
    display: block;
}

/* parallax bg */
.wk-parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (max-width: 768px) {
    .wk-parallax { background-attachment: scroll; }
}

.wk-parallax-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);
}

/* hero — songbockeun.org/v2 */
#wk-hero.hero {
    background: var(--green-dark);
    min-height: 580px;
}
.hero-bg-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max(100%, calc(100vh * 1.7778));
    height: max(100%, calc(100vw * 0.5625));
    pointer-events: none;
    z-index: 0;
}
.hero-bg-player #ytplayer,
.hero-bg-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.hero-dim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.65) 100%),
        linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 30%);
    z-index: 1;
    pointer-events: none;
}
.hero-bottom-bar {
    position: absolute;
    bottom: 28px;
    left: 40px;
    right: 330px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}
.video-caption {
    flex: 1;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    border-left: 4px solid var(--green-bright);
    padding: 8px 18px;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    border-radius: 0 var(--radius) var(--radius) 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    min-width: 0;
}
.caption-icon { color: var(--green-bright); font-size: 12px; flex-shrink: 0; }
.mute-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all var(--transition);
    line-height: 1;
    padding: 0;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}
.mute-btn:hover {
    background: rgba(105,177,33,0.35);
    border-color: var(--green-bright);
    transform: scale(1.1);
}
.mute-btn.muted {
    background: rgba(180,0,0,0.35);
    border-color: rgba(255,100,100,0.5);
}
.hero-right-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px 24px 32px;
    gap: 14px;
    pointer-events: auto;
}
.vbox {
    background: rgba(15,30,15,0.55);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}
.vbox:hover {
    background: rgba(45,122,45,0.45);
    border-color: var(--green-bright);
    transform: translateX(-4px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}
.vbox.active {
    background: rgba(45,122,45,0.5);
    border-color: var(--green-bright);
    border-width: 2px;
    box-shadow: 0 4px 20px rgba(105,177,33,0.35);
}
.vbox-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.vbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.vbox:hover .vbox-thumb img { transform: scale(1.06); }
.vbox-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.85);
    font-size: 26px;
    opacity: 0;
    transition: opacity 0.3s;
}
.vbox:hover .vbox-play { opacity: 1; }
.vbox.active .vbox-play {
    opacity: 1;
    color: var(--green-bright);
    background: rgba(0,0,0,0.2);
}
.vbox-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
}
.vbox-num {
    font-size: 11px;
    font-weight: 800;
    color: var(--green-bright);
    background: rgba(105,177,33,0.18);
    padding: 2px 8px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(105,177,33,0.35);
}
.vbox-title {
    font-size: 12px;
    color: rgba(255,255,255,0.88);
    line-height: 1.4;
    font-weight: 500;
}
.memoir-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(26,74,26,0.75), rgba(105,177,33,0.25));
    border: 1px solid rgba(105,177,33,0.4);
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    color: rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);
    text-decoration: none;
}
.memoir-banner:hover {
    background: linear-gradient(135deg, rgba(45,122,45,0.9), rgba(105,177,33,0.45));
    transform: translateX(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    border-color: var(--green-bright);
}
.memoir-icon { height: 36px; width: auto; border-radius: 4px; flex-shrink: 0; }
.memoir-text strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--green-accent);
    margin-bottom: 3px;
}
.memoir-text p {
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
}
.memoir-go {
    margin-left: auto;
    font-size: 18px;
    color: var(--green-accent);
    flex-shrink: 0;
}
.hero-intro {
    position: absolute;
    top: calc(var(--wk-header-h) + 36px);
    left: 48px;
    z-index: 3;
    max-width: 540px;
    pointer-events: none;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border-left: 4px solid var(--green-bright);
    border-radius: 0 8px 8px 0;
    padding: 20px 22px;
}
.hero-intro-text {
    font-size: 15px;
    color: rgba(255,255,255,0.88);
    line-height: 1.85;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    margin-bottom: 12px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.hero-intro-text:last-child { margin-bottom: 0; }
.typing-cursor::after {
    content: '|';
    color: var(--green-bright);
    font-weight: 300;
    margin-left: 3px;
    animation: wkCursorBlink 0.65s step-end infinite;
}
@keyframes wkCursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* text-area banner link */
.wk-banner-link {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    transition: opacity .2s;
}
.wk-banner-link:hover { opacity: .85; }
.wk-banner-link img {
    width: 100%;
    height: auto;
    display: block;
}

/* partners row */
.wk-partners {
    background: #f2f2f2;
    padding: 40px 20px 50px;
}
.wk-partners-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.wk-partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.wk-partners-item:hover {
    border-color: #c8c8c8;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.wk-partners-item picture,
.wk-partners-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 54px;
    height: auto;
    object-fit: contain;
}

/* footer */
.wk-footer {
    background: #fff;
    border-top: 1px solid #dedede;
    padding: 30px 20px;
    text-align: center;
}
.wk-footer-sns {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}
.wk-footer-sns img { height: 36px; }
.wk-footer-copy {
    font-size: 13px;
    color: #999;
}
#wk-sec-partners .wk-footer-merged {
    width: 100%;
    max-width: none;
    margin-top: auto;
    padding: 28px 20px;
    box-sizing: border-box;
}

/* scroll top */
#wk-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #8B6914;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: none;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

/* ── sub pages ── */
.wk-sub-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 52px 20px 90px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    grid-template-areas:
        "side title"
        "side content";
    column-gap: 46px;
    row-gap: 0;
    align-items: start;
}
.wk-sub-sidebar {
    grid-area: side;
    width: 250px;
    flex-shrink: 0;
}
.wk-sub-body {
    display: contents;
}
.wk-sub-content {
    grid-area: content;
    min-width: 0;
}
.wk-sub-title {
    grid-area: title;
    font-size: 26px;
    color: #a9a9a9;
    font-weight: 650;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid #85be52;
}
.wk-sub-sidebar #sm {
    position: sticky;
    top: calc(var(--wk-header-h) + 24px);
    overflow: hidden;
    border: 1px solid rgba(105, 177, 33, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,252,247,0.98)),
        radial-gradient(circle at top right, rgba(105,177,33,0.12), transparent 42%);
    box-shadow: 0 16px 42px rgba(26, 74, 26, 0.10);
}
.wk-sub-sidebar #sm h2 {
    position: relative;
    margin: 0;
    padding: 26px 24px 22px;
    background: linear-gradient(135deg, var(--green-dark), var(--green-main));
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
}
.wk-sub-sidebar #sm h2::after {
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 14px;
    border-radius: 99px;
    background: var(--green-accent);
}
.wk-sub-sidebar #sm ul {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    width: 100%;
    box-sizing: border-box;
}
.wk-sub-sidebar #sm li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
.wk-sub-sidebar #sm li + li {
    margin-top: 5px;
}
.wk-sub-sidebar #sm li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    width: 100%;
    margin-left: 0;
    padding: 14px 48px 14px 24px;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #4c624c;
    text-decoration: none;
    word-break: keep-all;
    background: transparent;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.wk-sub-sidebar #sm li a::before {
    display: none;
    content: none;
}
.wk-sub-sidebar #sm li a::after {
    content: '›';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(76, 98, 76, 0.42);
    font-size: 20px;
    line-height: 1;
    transition: right .2s ease, color .2s ease;
}
.wk-sub-sidebar #sm li.is-active a,
.wk-sub-sidebar #sm li a:hover {
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    color: #fff;
    transform: none;
    box-shadow: 0 8px 20px rgba(45, 122, 45, 0.20);
}
.wk-sub-sidebar #sm li.is-active a::before,
.wk-sub-sidebar #sm li a:hover::before {
    display: none;
}
.wk-sub-sidebar #sm li.is-active a::after,
.wk-sub-sidebar #sm li a:hover::after {
    right: 13px;
    color: rgba(255,255,255,0.86);
}
.wk-sub-sidebar #sm li.sel {
    padding: 18px 12px 22px !important;
    border: 0 !important;
    text-align: center;
    background: transparent !important;
}
.wk-sub-sidebar #sm li.sel a {
    justify-content: center;
    padding: 0;
    background: transparent !important;
    box-shadow: none;
    transform: none;
}
.wk-sub-sidebar #sm li.sel a::before,
.wk-sub-sidebar #sm li.sel a::after {
    display: none;
}

/* song-txt content from original */
.wk-sub-content .song-txt,
.wk-sub-body .song-txt { line-height: 1.8; font-size: 14px; color: #666; }
.wk-sub-body .song-txt h2 { font-size: 23px; color: #000; }
.wk-sub-body .song-txt h6 { font-size: 17px; }
.wk-sub-body .song-txt h6 span { color: #FF812C; }
.wk-sub-body .song-txt hr { display: block; border: none; border-top: 3px solid #A4CD73; margin: 20px 0; }
.wk-sub-body .song-txt p { margin: 15px 0; text-align: justify; line-height: 180%; }
.wk-sub-body .song-txt img { max-width: 100%; height: auto; }
.wk-sub-body .boxGuide { overflow-x: auto; }
.wk-sub-body .boxGuide table { width: 100%; border-top: 2px solid #333; border-collapse: collapse; }
.wk-sub-body .boxGuide th, .wk-sub-body .boxGuide td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.wk-sub-body .boxGuide thead th { background: #f1f1f1; font-weight: bold; color: #333; }

/* founder intro page */
.wk-founder-page {
    display: grid;
    gap: 30px;
}
.wk-sub-body .wk-founder-page p {
    margin: 0;
    text-align: justify;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.95;
    word-break: keep-all;
}
.wk-founder-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green-bright);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.wk-founder-kicker::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}
.wk-founder-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.94), rgba(45,122,45,.88)),
        url('../assets/img/memorial_stone.jpg') center/cover no-repeat;
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-founder-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-founder-hero-copy,
.wk-founder-pdf {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-founder-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-founder-hero p {
    max-width: 680px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    text-align: left;
}
.wk-founder-pdf {
    display: grid;
    min-width: 190px;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.wk-founder-pdf:hover {
    transform: translateY(-4px);
    background: rgba(139,195,74,.28);
    border-color: rgba(255,255,255,.58);
    color: #fff;
}
.wk-founder-pdf span {
    font-size: 13px;
    color: rgba(255,255,255,.74);
}
.wk-founder-pdf strong {
    margin-top: 4px;
    font-size: 18px;
}
.wk-founder-about,
.wk-founder-lead,
.wk-founder-profile,
.wk-founder-story,
.wk-founder-story article,
.wk-founder-closing {
    border: 1px solid rgba(105, 177, 33, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(26, 74, 26, .08);
}
.wk-founder-about {
    padding: 34px 36px;
    background: linear-gradient(180deg, #fff, rgba(244, 251, 244, .92));
}
.wk-founder-about h3 {
    margin: 14px 0 18px;
    color: var(--text-dark);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-founder-about p + p {
    margin-top: 14px;
}
.wk-founder-lead {
    padding: 34px 36px;
    background: linear-gradient(180deg, #fff, var(--green-pale));
}
.wk-founder-lead h3 {
    margin: 0;
    color: var(--text-dark);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-founder-lead h3 em {
    color: var(--green-bright);
    font-style: normal;
}
.wk-founder-profile {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 46px);
    align-items: center;
    padding: clamp(26px, 4vw, 42px);
}
.wk-founder-photo {
    position: relative;
}
.wk-founder-photo::before {
    content: '';
    position: absolute;
    inset: 18px -14px -14px 18px;
    border-radius: 22px;
    background: var(--green-light);
}
.wk-founder-photo img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.wk-sub-body .wk-founder-profile-copy h2 {
    margin: 10px 0 18px;
    color: var(--green-dark);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-founder-story {
    padding: 30px 34px;
}
.wk-founder-story p + p {
    margin-top: 1.95em;
}
.wk-founder-story article {
    position: relative;
    padding: 30px 34px 30px 92px;
}
.wk-founder-story article > span {
    position: absolute;
    left: 30px;
    top: 30px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(45,122,45,.22);
}
.wk-founder-story h3 {
    margin: 0 0 12px;
    color: var(--text-dark);
    font-size: 21px;
    font-weight: 850;
    letter-spacing: -0.03em;
}
.wk-founder-closing {
    padding: 34px 38px;
    border-left: 6px solid var(--green-bright);
    background:
        linear-gradient(135deg, rgba(232,245,233,.95), rgba(255,255,255,.98));
}
.wk-sub-body .wk-founder-closing p {
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 600;
}

/* honorary chairman greeting page */
.wk-greeting-page {
    display: grid;
    gap: 30px;
}
.wk-greeting-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.94), rgba(45,122,45,.86)),
        url('../assets/img/subVisual12.jpg') center/cover no-repeat;
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-greeting-hero::after {
    content: '';
    position: absolute;
    right: -92px;
    bottom: -92px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-greeting-copy,
.wk-greeting-video {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-greeting-copy h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-greeting-copy p {
    margin: 0;
    max-width: 640px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
}
.wk-greeting-video {
    display: grid;
    min-width: 190px;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.wk-greeting-video:hover {
    transform: translateY(-4px);
    background: rgba(139,195,74,.28);
    border-color: rgba(255,255,255,.58);
    color: #fff;
}
.wk-greeting-video span {
    font-size: 13px;
    color: rgba(255,255,255,.74);
}
.wk-greeting-video strong {
    margin-top: 4px;
    font-size: 18px;
}
.wk-greeting-card {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(105, 177, 33, .14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, #fff, rgba(244,251,244,.78));
    box-shadow: 0 16px 44px rgba(26, 74, 26, .09);
}
.wk-greeting-photo {
    position: sticky;
    top: calc(var(--wk-header-h) + 28px);
}
.wk-greeting-photo::before {
    content: '';
    position: absolute;
    inset: 18px -14px -14px 18px;
    border-radius: 22px;
    background: var(--green-light);
}
.wk-greeting-photo img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.wk-greeting-message {
    position: relative;
    padding-left: 28px;
    border-left: 4px solid var(--green-bright);
}
.wk-greeting-message::before {
    content: '“';
    position: absolute;
    right: 0;
    top: -34px;
    color: rgba(105,177,33,.13);
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
}
.wk-greeting-message h3 {
    position: relative;
    margin: 0 0 20px;
    color: var(--text-dark);
    font-size: clamp(23px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-greeting-message p {
    position: relative;
    margin: 0 0 18px;
    text-align: left;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.95;
    word-break: keep-all;
}
.wk-sub-body .wk-greeting-message p.first {
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 700;
}
.wk-greeting-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(105,177,33,.18);
}
.wk-greeting-sign span {
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 700;
}
.wk-greeting-sign img {
    max-width: 160px;
    height: auto;
}

/* board and organization page */
.wk-team-page {
    display: grid;
    gap: 30px;
}
.wk-team-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.88)),
        url('../assets/img/subVisual12.jpg') center/cover no-repeat;
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-team-hero::after {
    content: '';
    position: absolute;
    right: -88px;
    top: -88px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-team-hero > div {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-team-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-team-hero p {
    margin: 0;
    max-width: 640px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.wk-team-lead {
    padding: 34px 36px;
    border: 1px solid rgba(105, 177, 33, .14);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff, var(--green-pale));
    box-shadow: 0 14px 38px rgba(26, 74, 26, .08);
}
.wk-team-lead h3 {
    margin: 0 0 14px;
    color: var(--text-dark);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-team-lead h3 em {
    color: var(--green-bright);
    font-style: normal;
}
.wk-sub-body .wk-team-lead p {
    margin: 0;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
    word-break: keep-all;
}
.wk-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.wk-team-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 28px 28px 30px;
    border: 1px solid rgba(105, 177, 33, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(26, 74, 26, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.wk-team-card::after {
    content: '';
    position: absolute;
    right: -46px;
    top: -46px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: rgba(105,177,33,.10);
}
.wk-team-card:hover {
    transform: translateY(-5px);
    border-color: rgba(105,177,33,.32);
    box-shadow: 0 20px 48px rgba(26, 74, 26, .13);
}
.wk-team-card.is-chair {
    background: linear-gradient(180deg, #fff, rgba(232,245,233,.85));
}
.wk-team-card.is-chair::after {
    background: rgba(105,177,33,.16);
}
.wk-team-card.is-auditor {
    background: linear-gradient(180deg, #fff, rgba(246,250,244,.95));
}
.wk-team-role {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(105,177,33,.12);
    color: var(--green-main);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
}
.wk-team-card.is-chair .wk-team-role {
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    color: #fff;
}
.wk-team-card h3 {
    position: relative;
    z-index: 1;
    margin: 14px 0 18px;
    color: var(--green-dark);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-team-card ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.wk-team-card li {
    position: relative;
    margin: 0;
    padding-left: 0;
    list-style: none !important;
    color: #4f604f;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}
.wk-team-card li + li {
    margin-top: 6px;
}
.wk-team-card li::before {
    display: none;
    content: none;
}
.wk-team-card li::marker,
.wk-sub-sidebar #sm li::marker {
    content: '';
}
.wk-team-org {
    padding: 34px;
    border: 1px solid rgba(105, 177, 33, .14);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(26, 74, 26, .09);
}
.wk-team-org-head {
    margin-bottom: 22px;
}
.wk-team-org-head h3 {
    margin: 10px 0 0;
    color: var(--text-dark);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-team-org-img {
    overflow: hidden;
    border-radius: 18px;
    background: var(--green-pale);
    border: 1px solid rgba(105,177,33,.16);
}
.wk-team-org-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* history page */
.wk-history-page {
    display: grid;
    gap: 30px;
}
.wk-history-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.86)),
        url('../assets/img/history01.jpg') center/cover no-repeat;
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-history-hero::after {
    content: '';
    position: absolute;
    right: -88px;
    top: -88px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-history-hero > div {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-history-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-history-hero p {
    margin: 0;
    max-width: 680px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.wk-history-nav {
    position: sticky;
    top: calc(var(--wk-header-h) + 12px);
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(105,177,33,.16);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 32px rgba(26,74,26,.08);
}
.wk-history-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 12px;
    background: var(--green-pale);
    color: var(--green-main);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.wk-history-nav a:hover {
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    color: #fff;
    transform: translateY(-2px);
}
.wk-history-lead,
.wk-history-section {
    border: 1px solid rgba(105,177,33,.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(26,74,26,.08);
}
.wk-history-lead {
    padding: 34px 36px;
    background: linear-gradient(180deg, #fff, var(--green-pale));
}
.wk-history-lead h3 {
    margin: 0 0 14px;
    color: var(--text-dark);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-history-lead h3 em {
    color: var(--green-bright);
    font-style: normal;
}
.wk-sub-body .wk-history-lead p {
    margin: 0;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
    word-break: keep-all;
}
.wk-history-section {
    padding: 34px;
}
.wk-history-section-head {
    margin-bottom: 24px;
}
.wk-history-section-head span {
    display: inline-flex;
    align-items: center;
    color: var(--green-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.wk-history-section-head h3 {
    margin: 8px 0 0;
    color: var(--text-dark);
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-history-list,
.wk-history-summary-grid ul,
.wk-history-timeline .year ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.wk-history-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.wk-history-list li,
.wk-history-summary-grid li,
.wk-history-timeline .year li {
    position: relative;
    margin: 0;
    padding-left: 1.35em !important;
    color: #4f604f;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
    list-style: none !important;
}
.wk-history-list li::before,
.wk-history-summary-grid li::before,
.wk-history-timeline .year li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-bright);
    transform: translateY(-50%);
}
.wk-history-note {
    margin: 22px 0 0;
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--green-pale);
    color: var(--green-main);
    font-size: 13px;
    font-weight: 700;
}
.wk-history-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.wk-history-summary-grid article {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, rgba(244,251,244,.92));
    border: 1px solid rgba(105,177,33,.14);
}
.wk-history-summary-grid strong {
    display: block;
    margin-bottom: 14px;
    color: var(--green-dark);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.wk-history-summary-grid li + li,
.wk-history-timeline .year li + li {
    margin-top: 7px;
}
.wk-history-timeline {
    position: relative;
    --wk-history-line-x: 28px;
}
.wk-history-timeline .year {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 28px;
    padding: 26px 0 26px calc(var(--wk-history-line-x) + 28px);
    border-left: 0;
}
.wk-history-timeline .year::after {
    content: '';
    position: absolute;
    left: var(--wk-history-line-x);
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 99px;
    background: rgba(105,177,33,.22);
    transform: translateX(-50%);
}
.wk-history-timeline .year::before {
    content: '';
    position: absolute;
    left: var(--wk-history-line-x);
    top: 34px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--green-bright);
    box-shadow: 0 0 0 6px rgba(105,177,33,.12);
    transform: translateX(-50%);
    z-index: 1;
}
.wk-history-timeline .year h2 {
    margin: 0;
    color: var(--green-dark);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-history-timeline .year p {
    margin: 10px 0 0;
    color: var(--text-gray);
    font-size: 13px;
    line-height: 1.7;
}
.wk-history-board {
    overflow-x: auto;
}
.wk-history-board table {
    width: 100%;
    min-width: 680px;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.wk-history-board td {
    padding: 14px 18px;
    background: #fff;
    border-top: 1px solid rgba(105,177,33,.14);
    border-bottom: 1px solid rgba(105,177,33,.14);
    color: #4f604f;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
}
.wk-history-board td:first-child {
    border-left: 1px solid rgba(105,177,33,.14);
    border-radius: 16px 0 0 16px;
    background: var(--green-pale);
    text-align: center;
}
.wk-history-board td:last-child {
    border-right: 1px solid rgba(105,177,33,.14);
    border-radius: 0 16px 16px 0;
}
.wk-history-board td.role {
    width: 72px;
    color: var(--green-main);
    font-weight: 900;
    text-align: right;
}
.wk-history-board h2 {
    margin: 0;
    color: var(--green-dark);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-history-list li::marker,
.wk-history-summary-grid li::marker,
.wk-history-timeline .year li::marker {
    content: '';
}

/* location page */
.wk-road-page {
    display: grid;
    gap: 30px;
}
.wk-road-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.86)),
        url('../assets/img/road.png') center right/auto 78% no-repeat,
        var(--green-dark);
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-road-hero::after {
    content: '';
    position: absolute;
    right: -88px;
    top: -88px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-road-hero > div {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-road-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-road-hero p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.wk-road-map-card,
.wk-road-info article {
    border: 1px solid rgba(105,177,33,.14);
    background: #fff;
    box-shadow: 0 14px 38px rgba(26,74,26,.08);
}
.wk-road-map-card {
    overflow: hidden;
    border-radius: 24px;
}
.wk-road-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 30px;
    background: linear-gradient(180deg, #fff, var(--green-pale));
}
.wk-road-map-head span {
    display: inline-flex;
    color: var(--green-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.wk-road-map-head h3 {
    margin: 8px 0 0;
    color: var(--text-dark);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-road-map-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(45,122,45,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.wk-road-map-head a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(45,122,45,.28);
}
.wk-road-map {
    position: relative;
    height: clamp(320px, 44vw, 460px);
    background: var(--green-pale);
}
.wk-road-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wk-road-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.wk-road-info article {
    position: relative;
    overflow: hidden;
    min-height: 124px;
    padding: 26px 28px;
    border-radius: 20px;
}
.wk-road-info article::after {
    content: '';
    position: absolute;
    right: -38px;
    top: -38px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(105,177,33,.10);
}
.wk-road-info article.is-address {
    grid-column: 1 / -1;
    background: linear-gradient(180deg, #fff, rgba(244,251,244,.9));
}
.wk-road-info article span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(105,177,33,.12);
    color: var(--green-main);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}
.wk-road-info article strong {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--green-dark);
    font-size: clamp(18px, 2.3vw, 25px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-road-info article p {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.7;
}
.wk-road-info article a {
    color: inherit;
    text-decoration: none;
}
.wk-road-info article a:hover {
    color: var(--green-main);
}

/* movie / interview pages */
.wk-movie-page {
    display: grid;
    gap: 30px;
}
.wk-movie-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.94), rgba(45,122,45,.86)),
        url('../assets/img/subVisual12.jpg') center/cover no-repeat;
    box-shadow: 0 22px 58px rgba(26, 74, 26, .18);
}
.wk-movie-hero::after {
    content: '';
    position: absolute;
    right: -92px;
    bottom: -92px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-movie-hero > div {
    position: relative;
    z-index: 1;
}
.wk-sub-body .wk-movie-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-movie-hero p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.wk-movie-stage {
    overflow: hidden;
    border: 1px solid rgba(105,177,33,.14);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(26,74,26,.10);
}
.wk-movie-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    background: linear-gradient(180deg, #fff, var(--green-pale));
}
.wk-movie-stage-head span {
    display: inline-flex;
    color: var(--green-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.wk-movie-stage-head h3 {
    margin: 8px 0 0;
    color: var(--text-dark);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-movie-frame {
    padding: 0 clamp(18px, 3vw, 32px) clamp(24px, 4vw, 36px);
}
.wk-movie-frame-inner {
    position: relative;
    padding: clamp(12px, 2vw, 18px);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 38%, var(--green-bright) 72%, #8bc34a 100%);
    box-shadow:
        0 0 0 1px rgba(255,255,255,.22) inset,
        0 28px 64px rgba(26,74,26,.24);
}
.wk-movie-frame-inner::before,
.wk-movie-frame-inner::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255,255,255,.28);
    pointer-events: none;
}
.wk-movie-frame-inner::before {
    top: 14px;
    left: 14px;
    border-right: 0;
    border-bottom: 0;
    border-radius: 14px 0 0 0;
}
.wk-movie-frame-inner::after {
    right: 14px;
    bottom: 14px;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 14px 0;
}
.wk-movie-player {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background: #000;
    box-shadow: 0 12px 40px rgba(0,0,0,.38);
}
.wk-movie-yt-host,
.wk-movie-poster,
.wk-movie-shield {
    position: absolute;
    inset: 0;
}
.wk-movie-yt-host {
    z-index: 1;
    overflow: hidden;
}
.wk-movie-yt-host iframe,
.wk-movie-yt-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}
.wk-movie-shield {
    z-index: 2;
    background: transparent;
    cursor: default;
    pointer-events: none;
}
.wk-movie-poster {
    z-index: 3;
    display: grid;
    place-items: center;
    transition: opacity .28s ease, visibility .28s ease;
}
.wk-movie-poster.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.wk-movie-poster-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(26,74,26,.88), rgba(45,122,45,.72)),
        url('../assets/img/subVisual12.jpg') center/cover no-repeat;
}
.wk-movie-poster-play {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: clamp(72px, 12vw, 96px);
    height: clamp(72px, 12vw, 96px);
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.wk-movie-poster-play:hover {
    transform: scale(1.06);
    box-shadow: 0 20px 48px rgba(0,0,0,.34);
}
.wk-movie-poster-play-icon {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpolygon points='8 5 19 12 8 19 8 5'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpolygon points='8 5 19 12 8 19 8 5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wk-movie-error {
    position: relative;
    z-index: 2;
    margin: 18px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    font-weight: 600;
}
.wk-movie-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}
.wk-movie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(105,177,33,.22);
    border-radius: 999px;
    background: #fff;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(26,74,26,.08);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.wk-movie-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(105,177,33,.42);
    box-shadow: 0 12px 28px rgba(26,74,26,.12);
}
.wk-movie-btn:disabled {
    opacity: .42;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.wk-movie-btn.is-play {
    background: linear-gradient(135deg, var(--green-main), var(--green-bright));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 24px rgba(45,122,45,.22);
}
.wk-movie-btn.is-play:hover:not(:disabled) {
    box-shadow: 0 14px 30px rgba(45,122,45,.28);
}
.wk-movie-btn-icon {
    width: 16px;
    height: 16px;
    background: currentColor;
}
.wk-movie-btn.is-play .wk-movie-btn-icon {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpolygon points='8 5 19 12 8 19 8 5'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpolygon points='8 5 19 12 8 19 8 5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wk-movie-btn.is-pause .wk-movie-btn-icon {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Crect x='6' y='5' width='4.5' height='14' rx='1'/%3E%3Crect x='13.5' y='5' width='4.5' height='14' rx='1'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Crect x='6' y='5' width='4.5' height='14' rx='1'/%3E%3Crect x='13.5' y='5' width='4.5' height='14' rx='1'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wk-movie-btn.is-mute.is-muted .wk-movie-btn-icon {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cline x1='23' y1='9' x2='17' y2='15'/%3E%3Cline x1='17' y1='9' x2='23' y2='15'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cline x1='23' y1='9' x2='17' y2='15'/%3E%3Cline x1='17' y1='9' x2='23' y2='15'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wk-movie-btn.is-mute.is-unmuted .wk-movie-btn-icon {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14'/%3E%3Cpath d='M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'/%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14'/%3E%3Cpath d='M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wk-movie-note {
    margin: 0;
    padding: 0 clamp(24px, 3vw, 32px) clamp(24px, 3vw, 32px);
    color: #4f604f;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
}
@media (max-width: 768px) {
    .wk-movie-controls {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .wk-movie-btn {
        width: 100%;
        padding: 0 12px;
    }
    .wk-movie-btn-label {
        font-size: 13px;
    }
}

/* scholarship guide pages */
.wk-scholar-page,
.wk-application-page {
    display: grid;
    gap: 30px;
}
.wk-scholar-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.86)),
        url('../assets/img/guide.png') right 8% center/auto 82% no-repeat,
        var(--green-dark);
    box-shadow: 0 22px 58px rgba(26,74,26,.18);
}
.wk-scholar-hero.is-gitak {
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(61,139,55,.86)),
        url('../assets/img/green_heart.jpg') right 12% center/auto 58% no-repeat,
        var(--green-dark);
}
.wk-scholar-hero.is-pocheon {
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(61,139,55,.86)),
        url('../assets/img/guide_backup.png') right 8% center/auto 78% no-repeat,
        var(--green-dark);
}
.wk-scholar-hero.is-application {
    background:
        linear-gradient(135deg, rgba(26,74,26,.95), rgba(45,122,45,.86)),
        url('../assets/img/application.png') right 8% center/auto 70% no-repeat,
        var(--green-dark);
}
.wk-scholar-hero::after {
    content: '';
    position: absolute;
    right: -88px;
    top: -88px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(139,195,74,.18);
}
.wk-scholar-hero > div {
    position: relative;
    z-index: 1;
    max-width: 650px;
}
.wk-sub-body .wk-scholar-hero h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: -0.05em;
}
.wk-sub-body .wk-scholar-hero p {
    margin: 0;
    max-width: 620px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
}
.wk-scholar-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.wk-scholar-overview article,
.wk-scholar-detail-grid article,
.wk-application-guide article,
.wk-application-table {
    border: 1px solid rgba(105,177,33,.14);
    background: #fff;
    box-shadow: 0 14px 38px rgba(26,74,26,.08);
}
.wk-scholar-overview article {
    position: relative;
    overflow: hidden;
    min-height: 140px;
    padding: 26px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, rgba(244,251,244,.9));
}
.wk-scholar-overview article::after {
    content: '';
    position: absolute;
    right: -34px;
    top: -34px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(105,177,33,.12);
}
.wk-scholar-overview article > span,
.wk-application-guide span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(105,177,33,.12);
    color: var(--green-main);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}
.wk-scholar-overview strong:not(.wk-scholar-amounts) {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--green-dark);
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.04em;
}
.wk-scholar-overview strong.wk-scholar-amounts {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: inherit;
}
.wk-scholar-amount-item + .wk-scholar-amount-item {
    margin-top: 28px;
}
.wk-scholar-amount-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.wk-scholar-amount-label {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    color: rgba(45, 122, 45, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.3;
}
.wk-scholar-amount-value {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--green-dark);
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.2;
    white-space: nowrap;
}
#page-guide .wk-scholar-overview article:not(:first-child) {
    display: flex;
    flex-direction: column;
}
#page-guide .wk-scholar-overview article:not(:first-child) > strong {
    flex: 1;
    display: flex;
    align-items: center;
}
.wk-scholar-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.wk-scholar-detail-grid article {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    padding: 28px 30px;
    border-radius: 22px;
}
.wk-scholar-detail-grid article.is-wide {
    grid-column: 1 / -1;
    min-height: 0;
    background: linear-gradient(180deg, #fff, var(--green-pale));
}
.wk-scholar-detail-grid article::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--green-main), var(--green-bright));
}
.wk-scholar-detail-grid h3 {
    margin: 0 0 14px;
    color: var(--green-dark);
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-scholar-detail-grid p,
.wk-scholar-detail-grid li {
    margin: 0;
    color: #4f604f;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
    word-break: keep-all;
}
.wk-scholar-detail-grid ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.wk-scholar-detail-grid li {
    position: relative;
    padding-left: 1.35em !important;
    list-style: none !important;
}
.wk-scholar-detail-grid li + li {
    margin-top: 8px;
}
.wk-scholar-detail-grid li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-bright);
    transform: translateY(-50%);
}
.wk-application-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.wk-application-guide article {
    padding: 26px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, rgba(244,251,244,.9));
}
.wk-application-guide strong {
    display: block;
    color: var(--green-dark);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.wk-sub-body .wk-application-guide p {
    margin: 10px 0 0;
    color: #4f604f;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    word-break: keep-all;
}
.wk-sub-body .wk-application-table {
    overflow: auto;
    padding: 22px;
    border-radius: 24px;
}
.wk-sub-body .wk-application-table table {
    min-width: 760px;
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border-top: 0;
}
.wk-sub-body .wk-application-table th {
    padding: 16px 14px;
    background: linear-gradient(135deg, var(--green-dark), var(--green-main));
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 900;
}
.wk-sub-body .wk-application-table th:first-child {
    border-radius: 14px 0 0 0;
}
.wk-sub-body .wk-application-table th:last-child {
    border-radius: 0 14px 0 0;
}
.wk-sub-body .wk-application-table td {
    padding: 16px 14px;
    border: 0;
    border-bottom: 1px solid rgba(105,177,33,.14);
    background: #fff;
    color: #4f604f;
    font-size: 14px;
    text-align: center;
}
.wk-sub-body .wk-application-table tbody tr:nth-child(even) td {
    background: var(--green-pale);
}
.wk-sub-body .wk-application-table td:first-child,
.wk-sub-body .wk-application-table td:nth-child(2) {
    font-weight: 800;
    color: var(--green-dark);
}
.wk-sub-body .wk-application-table a {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 36px;
    border-radius: 999px;
    background: rgba(105,177,33,.12);
    transition: background .2s ease, transform .2s ease;
}
.wk-sub-body .wk-application-table a:hover {
    background: rgba(105,177,33,.24);
    transform: translateY(-2px);
}
.wk-sub-body .wk-application-table img {
    max-height: 24px;
    width: auto;
}

@media (max-width: 1100px) {
    .hero-right-panel { width: 260px; }
    .wk-sch-grid { grid-template-columns: repeat(2, 1fr); }
    .wk-nav > ul > li > a {
        padding: 12px 11px;
        font-size: 15px;
    }
    .wk-util { display: none; }
}

@media (max-width: 900px) {
    :root {
        --wk-header-h: 77px;
        --wk-bridge-h: 50vh;
    }
    .wk-donation-content {
        flex-direction: column;
        gap: 28px;
        justify-content: center;
    }
    .wk-donation-img {
        flex: none;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .wk-donation-img img {
        max-height: min(28vh, 240px);
    }
    .wk-donation-inner {
        padding: 48px 0 28px;
    }
    #wk-hero.hero { min-height: 480px; }
    .hero-right-panel {
        width: 220px;
        padding: 80px 16px 24px;
        gap: 10px;
    }
    .hero-bottom-bar {
        left: 16px;
        bottom: 20px;
        right: 250px;
    }
    .video-caption { font-size: 13px; }
    .hero-intro {
        left: 16px;
        right: 240px;
        top: calc(var(--wk-header-h) + 20px);
        max-width: none;
    }
    .hero-intro-text { font-size: 13px; }
    .wk-header-inner {
        display: flex;
        justify-content: space-between;
        padding: 12px 16px;
        gap: 12px;
    }
    .wk-logo img { height: 53px; }
    .wk-burger { display: block; }
    .wk-nav {
        display: none;
        position: fixed;
        top: var(--wk-header-h);
        left: 0;
        right: 0;
        bottom: 0;
        grid-column: auto;
        background: var(--green-dark);
        box-shadow: 0 8px 20px rgba(0,0,0,.25);
        z-index: 200;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 28px;
    }
    .wk-nav.is-open { display: block; }
    .wk-nav.is-open > ul { flex-direction: column; }
    .wk-nav > ul > li > a {
        color: rgba(255,255,255,0.88);
        padding: 17px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .wk-nav > ul > li > a:hover,
    .wk-nav > ul > li.is-active > a {
        color: var(--green-accent);
        background: rgba(0,0,0,0.15);
    }
    .wk-nav .sub-menu {
        position: static;
        transform: none;
        box-shadow: none;
        display: block;
        padding-left: 16px;
        background: rgba(0,0,0,0.2);
        border-top: none;
    }
    .wk-nav .sub-menu a {
        color: rgba(255,255,255,0.75);
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .wk-nav .sub-menu a:hover {
        background: rgba(105,177,33,0.2);
        color: #fff;
    }
    body.wk-nav-open {
        overflow: hidden;
    }
    html.wk-nav-open {
        overflow: hidden;
    }
    .wk-partners-inner { grid-template-columns: 1fr; }
    .wk-sub-wrap {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "nav"
            "content";
        gap: 14px;
        padding: 18px 14px 56px;
    }
    .wk-sub-sidebar {
        grid-area: nav;
        width: 100%;
    }
    .wk-sub-sidebar #sm {
        position: relative;
        top: auto;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .wk-sub-sidebar #sm h2 {
        display: none;
    }
    .wk-sub-sidebar #sm ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 0;
        padding: 0 0 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .wk-sub-sidebar #sm ul::-webkit-scrollbar {
        display: none;
    }
    .wk-sub-sidebar #sm li {
        flex: 0 0 auto;
        width: auto;
    }
    .wk-sub-sidebar #sm li + li {
        margin-top: 0;
    }
    .wk-sub-sidebar #sm li a {
        min-height: 0;
        padding: 9px 14px;
        border: 1px solid rgba(105, 177, 33, 0.22);
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 4px 14px rgba(26, 74, 26, 0.06);
        font-size: 12px;
        line-height: 1.35;
        white-space: nowrap;
    }
    .wk-sub-sidebar #sm li a::after {
        display: none;
    }
    .wk-sub-sidebar #sm li.is-active a,
    .wk-sub-sidebar #sm li a:hover {
        background: linear-gradient(135deg, var(--green-main), var(--green-bright));
        border-color: transparent;
        color: #fff;
        transform: none;
        box-shadow: 0 8px 18px rgba(45, 122, 45, 0.18);
    }
    .wk-sub-title {
        margin: 0 0 4px;
        padding-bottom: 10px;
        font-size: 21px;
        color: #687868;
    }
    .wk-founder-hero,
    .wk-founder-profile,
    .wk-greeting-hero,
    .wk-greeting-card {
        grid-template-columns: 1fr;
    }
    .wk-team-grid {
        grid-template-columns: 1fr;
    }
    .wk-history-nav {
        position: relative;
        top: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wk-history-list,
    .wk-history-summary-grid {
        grid-template-columns: 1fr;
    }
    .wk-road-info {
        grid-template-columns: 1fr;
    }
    .wk-scholar-overview,
    .wk-scholar-detail-grid,
    .wk-application-guide {
        grid-template-columns: 1fr;
    }
    .wk-scholar-detail-grid article.is-wide {
        grid-column: auto;
    }
    .wk-history-timeline .year {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .wk-founder-pdf,
    .wk-greeting-video {
        min-width: 0;
    }
    .wk-greeting-photo {
        position: relative;
        top: auto;
        max-width: 360px;
    }
    .wk-greeting-message {
        padding-left: 0;
        padding-top: 26px;
        border-left: 0;
        border-top: 4px solid var(--green-bright);
    }
    .wk-founder-story {
        padding: 26px 22px;
    }
    .wk-founder-story article {
        padding: 28px 28px 28px 82px;
    }
    .wk-parallax-pass {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    :root {
        --wk-header-h: 67px;
        --wk-bridge-h: 45vh;
    }
    .wk-sch-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    #wk-sec-scholarship .wk-scroll-cover-inner { padding: calc(var(--wk-header-h) + 36px) 0 72px; }
    .wk-section-header { margin-bottom: 40px; }
    .wk-sch-card-inner { padding: 24px 18px; }
    .wk-sch-num { font-size: 32px; }
    .hero-right-panel {
        width: 180px;
        padding: 70px 12px 16px;
        gap: 8px;
    }
    .hero-bottom-bar {
        left: 12px;
        bottom: 16px;
        right: 200px;
    }
    .video-caption { font-size: 12px; padding: 6px 12px; }
    .hero-intro {
        left: 12px;
        right: 200px;
        top: calc(var(--wk-header-h) + 16px);
        padding: 14px 16px;
    }
    .hero-intro-text { font-size: 12px; line-height: 1.7; }
    .vbox-title { font-size: 11px; }
    .memoir-text p { font-size: 10px; }
    .wk-sub-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
    .wk-sub-sidebar #sm li a {
        font-size: 11px;
        padding: 8px 12px;
    }
    .wk-sub-title {
        font-size: 19px;
    }
    .wk-founder-page {
        gap: 22px;
    }
    .wk-founder-hero,
    .wk-founder-about,
    .wk-founder-lead,
    .wk-founder-profile,
    .wk-founder-story,
    .wk-founder-story article,
    .wk-founder-closing,
    .wk-greeting-hero,
    .wk-greeting-card,
    .wk-team-hero,
    .wk-team-lead,
    .wk-team-card,
    .wk-team-org,
    .wk-history-hero,
    .wk-history-lead,
    .wk-history-section,
    .wk-road-hero,
    .wk-road-map-card,
    .wk-road-info article,
    .wk-scholar-hero,
    .wk-scholar-overview article,
    .wk-scholar-detail-grid article,
    .wk-application-guide article,
    .wk-application-table {
        border-radius: 18px;
    }
    .wk-founder-hero,
    .wk-greeting-hero,
    .wk-team-hero,
    .wk-history-hero,
    .wk-road-hero,
    .wk-scholar-hero {
        padding: 30px 24px;
    }
    .wk-founder-about,
    .wk-founder-lead,
    .wk-founder-profile,
    .wk-founder-story,
    .wk-founder-closing,
    .wk-greeting-card,
    .wk-team-lead,
    .wk-team-org,
    .wk-history-lead,
    .wk-history-section {
        padding: 26px 22px;
    }
    .wk-road-map-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 22px;
    }
    .wk-road-map-head a {
        width: 100%;
    }
    .wk-road-info article {
        min-height: 0;
        padding: 24px 22px;
    }
    .wk-scholar-overview article,
    .wk-scholar-detail-grid article,
    .wk-application-guide article {
        min-height: 0;
        padding: 24px 22px;
    }
    .wk-sub-body .wk-application-table {
        padding: 14px;
    }
    .wk-history-nav {
        grid-template-columns: 1fr;
    }
    .wk-history-timeline .year {
        padding-left: calc(var(--wk-history-line-x) + 24px);
    }
    .wk-team-card {
        min-height: 0;
        padding: 24px 22px 26px;
    }
    .wk-founder-story {
        padding: 26px 22px;
    }
    .wk-founder-story article {
        padding: 78px 22px 24px;
    }
    .wk-founder-story article > span {
        left: 22px;
        top: 22px;
    }
    .wk-sub-body .wk-founder-page p {
        font-size: 14px;
        line-height: 1.85;
    }
    .wk-sub-body .wk-greeting-message p {
        font-size: 14px;
        line-height: 1.85;
    }
    .wk-greeting-sign {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
