@charset "utf-8";

html:has(body.ss-groupclass),
html:has(.gc-page),
body.ss-groupclass,
body.ss-site:has(.gc-page) {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    min-width: 0;
}
body.ss-groupclass #hd,
body.ss-groupclass .ss-header,
body.ss-groupclass #wrapper,
body.ss-groupclass #container_wr,
body.ss-groupclass #container,
body.ss-groupclass #container.ss-page,
body.ss-groupclass #ft,
body.ss-site:has(.gc-page) #hd,
body.ss-site:has(.gc-page) .ss-header,
body.ss-site:has(.gc-page) #wrapper,
body.ss-site:has(.gc-page) #container_wr,
body.ss-site:has(.gc-page) #container,
body.ss-site:has(.gc-page) #container.ss-page,
body.ss-site:has(.gc-page) #ft {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
body.ss-groupclass #container_title,
body.ss-site:has(.gc-page) #container_title {
    display: none !important;
}

.gc-page {
    --gc-cream: #f6f3ec;
    --gc-cream-2: #fbf9f4;
    --gc-green: #3d5330;
    --gc-olive: #5d6f3f;
    --gc-text: #2c2c2c;
    --gc-muted: #6d6860;
    --gc-line: #e4dfd4;
    --gc-gold: #c4b08a;
    --gc-white: #ffffff;
    --gc-max: 1120px;
    --gc-gutter: clamp(16px, 4.5vw, 40px);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: var(--gc-cream);
    color: var(--gc-text);
    overflow-x: hidden;
    box-sizing: border-box;
}
.gc-page img {
    max-width: 100% !important;
    height: auto !important;
}
.gc-page *,
.gc-page *::before,
.gc-page *::after {
    box-sizing: border-box;
}
.gc-page p {
    word-break: keep-all;
}

.gc-admin {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    max-width: var(--gc-max);
    margin: 0 auto;
    padding: 16px var(--gc-gutter) 0;
    box-sizing: border-box;
}
.gc-admin a {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border: 1px solid var(--gc-line);
    background: var(--gc-white);
    border-radius: 6px;
    font-size: 12px;
    color: var(--gc-muted);
}

.gc-sec {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 8vw, 96px) 0;
}
.gc-sec + .gc-sec {
    padding-top: 24px;
}
.gc-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--gc-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--gc-gutter);
    padding-right: var(--gc-gutter);
    box-sizing: border-box;
}
.gc-inner-narrow {
    max-width: min(760px, 100%);
    text-align: center;
}

.gc-intro {
    position: relative;
    padding: 84px 0 64px;
    overflow: visible;
}
.gc-intro .gc-inner-narrow {
    max-width: min(560px, 100%);
}
.gc-intro .gc-num {
    padding: 12px 0 16px;
}
.gc-intro .gc-kicker {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}
.gc-intro .gc-title {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: clamp(24px, 6.4vw, 32px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.04em;
    color: #2f3d24;
    margin: 0 0 28px;
}
.gc-hero-photo {
    margin: 0 auto 32px;
    width: calc(100% - 8px);
    max-width: 420px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}
.gc-hero-photo img {
    width: 100%;
    height: auto !important;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
}
.gc-intro .gc-lead {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 700;
    line-height: 1.65;
    margin: 0 0 20px;
    color: #2c2c2c;
    word-break: keep-all;
}
.gc-intro .gc-desc {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.85;
    margin: 0 auto;
    max-width: 34em;
    word-break: keep-all;
}
.gc-intro .gc-desc-last {
    margin-top: 22px;
}

.gc-head {
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 48px);
}
.gc-head-follow {
    margin-top: clamp(48px, 8vw, 88px);
}
.gc-num {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 46px;
    min-width: 46px;
    height: 68px;
    margin: 0;
    padding: 14px 0 16px;
    border-radius: 0 0 23px 23px;
    background: linear-gradient(180deg, #2c4a22 0%, #3c5c2c 42%, #2a461f 100%);
    box-shadow: 0 3px 8px rgba(32, 52, 24, 0.22);
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}
.gc-sec > .gc-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.gc-kicker {
    font-size: 15px;
    color: var(--gc-muted);
    letter-spacing: 0.04em;
    margin: 0 0 16px;
}
.gc-title {
    font-family: "Noto Serif KR", "Cormorant Garamond", serif;
    font-size: clamp(24px, 3.2vw, 36px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: var(--gc-green);
    margin: 0;
    word-break: keep-all;
}
.gc-sub {
    margin: 18px 0 0;
    font-size: 16px;
    color: var(--gc-muted);
    line-height: 1.8;
    word-break: keep-all;
}
.gc-ornament {
    display: block;
    width: 160px;
    height: 22px;
    margin: 18px auto 0;
    background-image:
        url("../../../img/fleur.png"),
        linear-gradient(#c4b08a, #c4b08a),
        linear-gradient(#c4b08a, #c4b08a);
    background-repeat: no-repeat;
    background-position: center, left center, right center;
    background-size: 18px 18px, 56px 1px, 56px 1px;
}
.gc-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 18px);
    font-size: clamp(22px, 2.6vw, 28px);
}
.gc-title-line::before,
.gc-title-line::after {
    content: "";
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gc-gold));
}
.gc-title-line::after {
    background: linear-gradient(90deg, var(--gc-gold), transparent);
}

.gc-lead {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 16px;
    word-break: keep-all;
    color: var(--gc-text);
}
.gc-desc {
    font-size: 15px;
    color: var(--gc-muted);
    line-height: 1.9;
    margin: 0 0 10px;
    word-break: keep-all;
}
.gc-desc-last {
    margin-top: 18px;
}

.gc-card {
    background: var(--gc-white);
    border: 1px solid var(--gc-line);
    border-radius: 16px;
    min-width: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
    .gc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(61, 83, 48, 0.08);
    }
}

.gc-sec.gc-program,
.gc-sec.gc-event,
.gc-sec.gc-diff,
.gc-sec.gc-process,
.gc-sec.gc-guide,
.gc-sec.gc-contact {
    overflow: visible;
    padding-top: 0;
}
.gc-program .gc-head,
.gc-event .gc-head:not(.gc-head-follow),
.gc-diff .gc-head,
.gc-process .gc-head,
.gc-guide .gc-head:not(.gc-head-follow),
.gc-contact .gc-head:not(.gc-head-follow) {
    padding-top: 84px;
    margin-bottom: clamp(22px, 4vw, 36px);
}
.gc-program .gc-title {
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: clamp(22px, 5.6vw, 30px);
    font-weight: 700;
    color: #2f3d24;
    letter-spacing: -0.04em;
}
.gc-program-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
}
.gc-program-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}
.gc-program-col.is-main {
    justify-content: space-between;
    min-height: 100%;
}
.gc-program-botany {
    width: min(100%, 230px);
    margin: 8px 0 0 0;
    pointer-events: none;
    align-self: start;
}
.gc-program-botany img {
    width: 210px;
    max-width: 100%;
    height: auto !important;
    display: block;
}
.gc-program .gc-card {
    background: #fff;
    border: 1px solid #e6e0d4;
    border-radius: 18px;
    box-shadow: none;
}
.gc-program-card {
    padding: 22px 20px 20px;
}
.gc-program-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}
.gc-program .gc-ico-ring {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: #4a5c32;
    color: #fff;
    border-radius: 50%;
}
.gc-program .gc-ico-ring svg {
    width: 24px;
    height: 24px;
}
.gc-program .gc-tag {
    font-style: normal;
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: 12px;
    font-weight: 700;
    color: #3d4a2c;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 8px 13px;
    border-radius: 3px;
    background-color: #f3eee3;
    background-image:
        radial-gradient(circle at 0 0, #fff 3.5px, transparent 4px),
        radial-gradient(circle at 100% 0, #fff 3.5px, transparent 4px),
        radial-gradient(circle at 0 100%, #fff 3.5px, transparent 4px),
        radial-gradient(circle at 100% 100%, #fff 3.5px, transparent 4px);
    border: 1px solid #c9b896;
    box-shadow: inset 0 0 0 2px #f3eee3, inset 0 0 0 3px #c9b896;
}
.gc-program-card h3 {
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: clamp(16px, 3.8vw, 22px);
    color: #24301c;
    margin: 0 0 14px;
    font-weight: 700;
    letter-spacing: -0.04em;
    word-break: keep-all;
    line-height: 1.35;
}
.gc-program-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.gc-program-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans KR", sans-serif;
    font-size: clamp(12px, 2.8vw, 14.5px);
    font-weight: 400;
    color: #3a3732;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.gc-program .gc-li-ico {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 0;
    background: transparent;
    color: #6b7a48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gc-program .gc-li-ico svg {
    width: 18px;
    height: 18px;
    color: #6b7a48;
}

.gc-ico-ring {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--gc-green);
    flex: 0 0 54px;
}
.gc-ico-ring svg {
    width: 28px;
    height: 28px;
}
.gc-tag {
    font-style: normal;
    font-size: 13px;
    color: var(--gc-green);
    border: 1px solid #d7cbb6;
    background: #f4efe4;
    border-radius: 999px;
    padding: 6px 14px;
    letter-spacing: 0.04em;
}

.gc-event-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
}
.gc-event-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    text-align: left;
    background: #fff;
    border-radius: 16px;
}
.gc-ico-outline {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    border: 1.4px solid #d9d1bf;
    background: #fbf9f4;
    color: #4a5c36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gc-ico-outline svg {
    width: 26px;
    height: 26px;
}
.gc-event-card h3 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.gc-event-card p {
    margin: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.55;
    word-break: keep-all;
}

.gc-benefit-box {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
    padding: 10px 24px 14px;
    background: #fff;
    border-radius: 18px;
}
.gc-benefit-box:hover {
    transform: none;
    box-shadow: 0 8px 24px rgba(61, 83, 48, 0.06);
}
.gc-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f0ebe3;
}
.gc-benefit:last-child {
    border-bottom: 0;
}
.gc-ico-solid {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gc-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
}
.gc-ico-solid svg {
    width: 22px;
    height: 22px;
}
.gc-benefit h3 {
    margin: 0 0 4px;
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--gc-green);
    letter-spacing: -0.03em;
}
.gc-benefit p {
    margin: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    color: var(--gc-muted);
}

.gc-sec.gc-diff {
    overflow: visible;
}
.gc-diff-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 520px;
    margin: 0 auto;
}
.gc-diff-card {
    text-align: center;
    padding: 36px 24px 32px;
    background: #fff;
    border-radius: 16px;
}
.gc-diff-ico {
    display: inline-flex;
    color: var(--gc-green);
    margin-bottom: 18px;
}
.gc-diff-ico svg {
    width: 52px;
    height: 52px;
}
.gc-diff-card h3 {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    word-break: keep-all;
    line-height: 1.45;
    color: #2c2c2c;
    letter-spacing: -0.03em;
}
.gc-diff-card p {
    margin: 0 auto;
    max-width: 18em;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    color: var(--gc-muted);
    line-height: 1.75;
    word-break: keep-all;
}
.gc-diff-grid,
.gc-diff-last {
    overflow: visible;
    position: relative;
}
.gc-diff-last {
    padding-bottom: 40px;
}
.gc-diff-flora {
    position: absolute;
    right: -14px;
    bottom: -22px;
    width: 128px;
    height: auto !important;
    max-width: none !important;
    pointer-events: none;
    z-index: 3;
    display: block;
}

.gc-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}
.gc-guide-card {
    text-align: center;
    padding: 28px 16px 24px;
    background: #fff;
    border-radius: 16px;
    min-height: 100%;
}
.gc-guide-ico {
    display: inline-flex;
    color: var(--gc-green);
    margin-bottom: 12px;
}
.gc-guide-ico svg {
    width: 40px;
    height: 40px;
}
.gc-guide-card h3 {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    word-break: keep-all;
    line-height: 1.4;
    color: #2c2c2c;
    letter-spacing: -0.03em;
}
.gc-guide-card p,
.gc-guide-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    color: var(--gc-muted);
    line-height: 1.7;
    word-break: keep-all;
}
.gc-guide-card li::before {
    content: "· ";
}

.gc-sec.gc-process {
    overflow: visible;
}
.gc-step-grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    gap: 0;
}
.gc-step {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    position: relative;
    padding: 22px 24px 22px 18px;
    margin: 0;
    background: #fbf9f3;
    border: 1px solid #e8e2d4;
    border-radius: 22px;
    box-shadow: none;
}
.gc-card.gc-step:hover {
    transform: none;
    box-shadow: none;
}
.gc-step + .gc-step {
    margin-top: 44px;
}
.gc-step + .gc-step::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    background: url("../../../img/fleur.png") center / contain no-repeat;
    filter: sepia(0.85) saturate(2.6) hue-rotate(-12deg) brightness(1.25);
}
.gc-step + .gc-step::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--gc-gold);
    border-bottom: 1.5px solid var(--gc-gold);
    transform: translateX(-50%) rotate(45deg);
}
.gc-step-scroll {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 28px;
    height: 10px;
    transform: translateX(-50%);
    pointer-events: none;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 16' fill='none'%3E%3Cpath d='M4 8c8-6 14-6 20 0' stroke='%23c4b08a' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M32 8c6 6 12 6 20 0' stroke='%23c4b08a' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M28 3.2 30.6 8 28 12.8 25.4 8Z' fill='%23c4b08a'/%3E%3C/svg%3E")
        center / 28px 10px no-repeat;
}
.gc-step-scroll.is-top {
    top: -5px;
}
.gc-step-scroll.is-bot {
    bottom: -5px;
}
.gc-step-ico {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.gc-step-ico svg {
    width: 50px;
    height: 50px;
    display: block;
}
.gc-step h3 {
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: 16.5px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #2a2a2a;
    letter-spacing: -0.02em;
    word-break: keep-all;
    line-height: 1.45;
}
.gc-step p {
    margin: 0;
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: 13px;
    font-weight: 400;
    color: #6a655c;
    line-height: 1.55;
    word-break: keep-all;
    letter-spacing: -0.02em;
}
.gc-step-n {
    display: none;
}
.gc-step-grid,
.gc-step-pack {
    overflow: visible;
}
.gc-step-flora {
    position: absolute;
    right: -10px;
    bottom: -18px;
    width: 96px;
    height: auto !important;
    max-width: none !important;
    pointer-events: none;
    z-index: 3;
    display: block;
}

.gc-cta {
    margin: 48px auto 0;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 28px 24px 24px;
    background: #fff;
    border-radius: 16px;
}
.gc-cta:hover {
    transform: none;
}
.gc-cta h3 {
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 700;
    word-break: keep-all;
    letter-spacing: -0.03em;
    color: #2c2c2c;
}
.gc-cta p {
    margin: 0;
    color: var(--gc-muted);
    font-size: 13.5px;
    line-height: 1.7;
    word-break: keep-all;
}
.gc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 48px;
    padding: 0 24px;
    background: #1c1c1c;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-radius: 4px;
    white-space: nowrap;
}
.gc-btn:hover {
    background: #000;
}

.gc-faq {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.gc-faq-item:hover {
    transform: none;
}
.gc-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: 0;
    padding: 22px 28px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--gc-text);
    cursor: pointer;
    font-family: inherit;
}
.gc-faq-q span {
    flex: 1;
    min-width: 0;
    word-break: keep-all;
}
.gc-faq-q i {
    width: 12px;
    height: 12px;
    border-right: 1.6px solid #888;
    border-bottom: 1.6px solid #888;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex: 0 0 12px;
    margin-top: -4px;
}
.gc-faq-item.is-open .gc-faq-q i {
    transform: rotate(225deg);
    margin-top: 6px;
}
.gc-faq-a {
    display: none;
    padding: 0 28px 22px;
    color: var(--gc-muted);
    font-size: 15px;
    line-height: 1.8;
    border-top: 1px solid #f0ebe3;
}
.gc-faq-item.is-open .gc-faq-a {
    display: block;
    background: #faf7f1;
    margin: 0 1px 1px;
    border-radius: 0 0 15px 15px;
    padding-top: 18px;
}
.gc-faq-a p {
    margin: 0;
}

.gc-sec.gc-contact {
    overflow: visible;
}
.gc-contact .gc-head {
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
}
.gc-contact .gc-title {
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-weight: 700;
    line-height: 1.55;
}
.gc-contact .gc-sub {
    font-family: "Nanum Myeongjo", "Noto Serif KR", serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--gc-green);
    line-height: 1.75;
    margin-top: 18px;
}
.gc-contact-board {
    position: relative;
    max-width: 480px;
    margin: 4px auto 48px;
    min-height: 200px;
    overflow: visible;
}
.gc-contact-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    max-width: 100%;
    margin: 0;
    padding: 8px 88px 8px 8px;
}
.gc-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: inherit;
    text-align: left;
}
.gc-contact-item:hover {
    transform: none;
}
.gc-contact-item .gc-ico-solid {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    background: #6d7f52;
    box-shadow: 0 3px 8px rgba(61, 83, 48, 0.14);
}
.gc-contact-item strong {
    display: block;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    letter-spacing: -0.03em;
}
.gc-contact-item span {
    font-size: 12.5px;
    color: var(--gc-muted);
}
.gc-contact-flora {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: auto !important;
    max-width: none !important;
    pointer-events: none;
    z-index: 2;
    display: block;
}

.gc-review-slot {
    min-height: 160px;
    border: 1px dashed #cfc6b6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9184;
    font-size: 14px;
    margin: 0 auto 64px;
    max-width: 720px;
    background: rgba(255, 255, 255, 0.45);
}
.gc-review-slot p {
    margin: 0;
}

.gc-relate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
    max-width: 720px;
    margin: 0 auto;
}
.gc-relate {
    color: inherit;
    text-align: center;
}
.gc-relate figure {
    position: relative;
    margin: 0 0 12px;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #ece7dc;
}
.gc-relate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gc-relate.is-poster figure {
    background: #f7e8ea;
}
.gc-relate.tone-purple.is-poster figure {
    background: #efe8f2;
}
.gc-relate.tone-blue.is-poster figure {
    background: #e8eef4;
}
.gc-relate.tone-green.is-poster figure {
    background: #e8efe6;
}
.gc-relate.is-poster img {
    object-fit: contain;
}
.gc-relate:hover img {
    transform: scale(1.05);
}
.gc-relate strong {
    display: block;
    font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.gc-relate-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: #3d6a8a;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.gc-relate-illust {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 62%, #8eb4d4 0 18%, transparent 19%),
        radial-gradient(circle at 50% 48%, #f4d7a8 0 12%, transparent 13%),
        linear-gradient(180deg, #d7e8f4 0%, #b7d0e4 100%);
}
.gc-note {
    margin: 28px 0 0;
    text-align: center;
    font-size: 12.5px;
    color: var(--gc-muted);
}

.gc-leaf {
    position: absolute;
    pointer-events: none;
    opacity: 0.85;
    background-repeat: no-repeat;
    background-size: contain;
}
.gc-leaf-tl {
    top: 4px;
    left: 0;
    width: 120px;
    height: 120px;
    opacity: 1;
    background-image: url("../../../img/intro-wheat.png");
    mix-blend-mode: normal;
}
.gc-leaf-bl {
    bottom: 10px;
    left: 4%;
    width: 180px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 140' fill='none' stroke='%237a8f5a' stroke-width='1.3'%3E%3Cpath d='M20 20c20 30 18 70 8 110'/%3E%3Cpath d='M28 70c18-8 36-4 48 10'/%3E%3Cpath d='M24 50c22-16 46-14 62 4'/%3E%3Cpath d='M22 96c26-6 44 8 52 24'/%3E%3C/svg%3E");
}
.gc-leaf-tr {
    top: 20px;
    right: 5%;
    width: 170px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 140' fill='none' stroke='%237a8f5a' stroke-width='1.3'%3E%3Cpath d='M150 8c-18 28-22 60-10 118'/%3E%3Cpath d='M140 40c-24-6-44 8-52 24'/%3E%3Cpath d='M146 70c-28 4-46 22-50 42'/%3E%3C/svg%3E");
}
.gc-leaf-br {
    bottom: 8px;
    right: 5%;
    width: 190px;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 190 150' fill='none' stroke='%237a8f5a' stroke-width='1.2'%3E%3Cpath d='M170 140c-16-30-12-70 8-120'/%3E%3Cpath d='M160 90c-22 10-40 6-54-8'/%3E%3Cpath d='M164 60c-26 14-40 36-38 58'/%3E%3Ccircle cx='120' cy='70' r='3' fill='%23e8e4d8' stroke='%23c9c3b4'/%3E%3Ccircle cx='132' cy='52' r='2.4' fill='%23e8e4d8' stroke='%23c9c3b4'/%3E%3Ccircle cx='108' cy='86' r='2.6' fill='%23e8e4d8' stroke='%23c9c3b4'/%3E%3C/svg%3E");
}
.gc-leaf-side {
    top: 80px;
    right: 4%;
    width: 90px;
    height: 280px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 280' fill='none' stroke='%237a8f5a' stroke-width='1.2'%3E%3Cpath d='M48 8c4 40 2 90-6 160-4 34 6 70 18 100'/%3E%3Cpath d='M46 70c18-8 28 6 22 22'/%3E%3Cpath d='M44 120c-16-4-26 10-18 24'/%3E%3Cpath d='M40 180c16 2 24 16 16 30'/%3E%3C/svg%3E");
}

@media (min-width: 1025px) {
    .gc-page {
        --gc-max: 1180px;
        --gc-gutter: 40px;
    }
    .gc-sec {
        padding: 88px 0 72px;
    }
    .gc-intro {
        padding: 96px 0 88px;
    }
    .gc-intro .gc-title {
        font-size: 32px;
        margin-bottom: 36px;
    }
    .gc-sec > .gc-num {
        width: 50px;
        min-width: 50px;
        height: 74px;
        font-size: 17px;
        border-radius: 0 0 25px 25px;
    }
    .gc-hero-photo {
        max-width: 420px;
        margin-bottom: 40px;
    }
    .gc-leaf-tl {
        top: 8px;
        left: 8px;
        width: 140px;
        height: 140px;
    }
    .gc-program .gc-head,
    .gc-event .gc-head:not(.gc-head-follow),
    .gc-diff .gc-head,
    .gc-process .gc-head,
    .gc-guide .gc-head:not(.gc-head-follow),
    .gc-contact .gc-head:not(.gc-head-follow) {
        padding-top: 92px;
    }
    .gc-program-grid {
        gap: 22px 24px;
    }
    .gc-program-col {
        gap: 22px;
    }
    .gc-program-card {
        padding: 32px 28px 28px;
    }
    .gc-program .gc-ico-ring {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        flex: 0 0 56px;
    }
    .gc-program .gc-ico-ring svg {
        width: 26px;
        height: 26px;
    }
    .gc-program-card h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .gc-program-card ul {
        gap: 12px;
    }
    .gc-program-card li {
        font-size: 15px;
        gap: 10px;
    }
    .gc-program-botany {
        width: 260px;
        margin-top: 16px;
    }
    .gc-program-botany img {
        width: 240px;
    }
    .gc-cta {
        padding: 28px 24px;
    }
}

@media (max-width: 1024px) {
    .gc-page {
        --gc-gutter: 20px;
        --gc-max: 100%;
    }
    .gc-sec,
    .gc-inner,
    .gc-inner-narrow,
    .gc-admin {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .gc-sec:not(.gc-intro) {
        padding: 56px 0 48px;
        overflow: hidden;
    }
    .gc-sec.gc-program,
    .gc-sec.gc-event,
    .gc-sec.gc-diff,
    .gc-sec.gc-process,
    .gc-sec.gc-guide,
    .gc-sec.gc-contact {
        overflow: visible;
        padding-top: 0;
    }
    .gc-intro {
        overflow: visible;
        padding: 80px 0 60px;
    }
    .gc-benefit-box {
        padding: 8px 18px 12px;
    }
    .gc-sec:not(.gc-intro) .gc-leaf {
        opacity: 0.45;
        transform: scale(0.8);
        transform-origin: center;
    }
}

@media (max-width: 768px) {
    .gc-page {
        --gc-gutter: 16px;
    }
    .gc-admin {
        padding: 12px var(--gc-gutter) 0;
    }
    .gc-sec {
        padding: 48px 0 40px;
    }
    .gc-sec + .gc-sec {
        padding-top: 4px;
    }
    .gc-inner-narrow {
        max-width: 100%;
    }
    .gc-num {
        width: 42px;
        min-width: 42px;
        height: 62px;
        font-size: 15px;
        border-radius: 0 0 21px 21px;
        padding: 10px 0 14px;
        margin-bottom: 0;
    }
    .gc-kicker {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .gc-intro .gc-kicker {
        font-size: 14px;
        color: #2c2c2c;
        margin-bottom: 10px;
    }
    .gc-intro .gc-num {
        width: 42px;
        min-width: 42px;
        height: 62px;
        font-size: 15px;
        border-radius: 0 0 21px 21px;
        padding: 10px 0 14px;
    }
    .gc-intro {
        padding: 76px 0 56px;
    }
    .gc-intro .gc-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .gc-ornament {
        width: 110px;
        margin-top: 12px;
    }
    .gc-title-line::before,
    .gc-title-line::after {
        width: 28px;
    }
    .gc-hero-photo {
        width: calc(100% - 4px);
        margin-bottom: 28px;
    }
    .gc-intro .gc-lead {
        font-size: 17px;
        margin-bottom: 18px;
    }
    .gc-intro .gc-desc {
        font-size: 13.5px;
    }
    .gc-intro .gc-desc-last {
        margin-top: 20px;
    }
    .gc-intro .gc-leaf-tl,
    .gc-leaf-tl {
        opacity: 1;
        top: 2px;
        left: 0;
        width: 96px;
        height: 96px;
        mix-blend-mode: normal;
    }
    .gc-desc {
        font-size: 14px;
        line-height: 1.85;
    }
    .gc-sec.gc-program,
    .gc-sec.gc-event,
    .gc-sec.gc-diff,
    .gc-sec.gc-process,
    .gc-sec.gc-guide,
    .gc-sec.gc-contact {
        padding-top: 0;
        overflow: visible;
    }
    .gc-program .gc-head,
    .gc-event .gc-head:not(.gc-head-follow),
    .gc-diff .gc-head,
    .gc-process .gc-head,
    .gc-guide .gc-head:not(.gc-head-follow),
    .gc-contact .gc-head:not(.gc-head-follow) {
        padding-top: 76px;
        margin-bottom: 18px;
    }
    .gc-program .gc-title {
        font-size: 22px;
    }
    .gc-program-card {
        padding: 16px 14px 14px;
        border-radius: 16px;
    }
    .gc-program-card h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .gc-program-card ul {
        gap: 7px;
    }
    .gc-program-card li {
        font-size: 11.5px;
        gap: 6px;
    }
    .gc-program-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px 8px;
    }
    .gc-program-col {
        gap: 10px;
    }
    .gc-program-botany {
        width: 120px;
        margin: 4px 0 0;
    }
    .gc-program-botany img {
        width: 118px;
    }
    .gc-program .gc-ico-ring {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }
    .gc-program .gc-ico-ring svg {
        width: 18px;
        height: 18px;
    }
    .gc-program .gc-tag {
        font-size: 10px;
        padding: 6px 9px;
    }
    .gc-program .gc-li-ico {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }
    .gc-program .gc-li-ico svg {
        width: 15px;
        height: 15px;
    }
    .gc-program-top {
        margin-bottom: 10px;
    }
    .gc-ico-ring {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
    .gc-ico-ring svg {
        width: 24px;
        height: 24px;
    }
    .gc-event-grid {
        max-width: none;
    }
    .gc-event-card {
        padding: 18px 16px;
    }
    .gc-benefit-box {
        max-width: none;
        padding: 8px 18px 12px;
    }
    .gc-diff-grid,
    .gc-step-grid {
        max-width: none;
    }
    .gc-benefit {
        padding: 14px 0;
        border-bottom: 1px solid #f0ebe3;
    }
    .gc-benefit:last-child {
        border-bottom: 0;
    }
    .gc-ico-solid {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .gc-diff-grid,
    .gc-step-grid {
        grid-template-columns: 1fr;
    }
    .gc-diff-card {
        padding: 28px 18px 24px;
    }
    .gc-diff-last {
        padding-bottom: 36px;
    }
    .gc-diff-flora {
        width: 100px;
        right: -10px;
        bottom: -16px;
    }
    .gc-guide-card {
        padding: 22px 12px 20px;
    }
    .gc-step {
        padding: 18px 16px 18px 12px;
        gap: 12px;
        border-radius: 18px;
    }
    .gc-step + .gc-step {
        margin-top: 40px;
    }
    .gc-step h3 {
        font-size: 15px;
    }
    .gc-step p {
        font-size: 12.5px;
    }
    .gc-step-ico {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
    .gc-step-ico svg {
        width: 42px;
        height: 42px;
    }
    .gc-step-flora {
        width: 78px;
        right: -8px;
        bottom: -14px;
    }
    .gc-diff-ico svg {
        width: 48px;
        height: 48px;
    }
    .gc-cta {
        text-align: center;
        padding: 24px 18px;
        gap: 16px;
    }
    .gc-cta h3 {
        font-size: 18px;
    }
    .gc-btn {
        width: 100%;
        min-width: 0;
        white-space: normal;
        height: auto;
        min-height: 52px;
        padding: 12px 16px;
    }
    .gc-contact-board {
        margin-bottom: 40px;
        min-height: 180px;
    }
    .gc-contact-row {
        padding-right: 72px;
        gap: 18px;
    }
    .gc-contact-flora {
        width: 64px;
        right: -2px;
    }
    .gc-review-slot {
        min-height: 140px;
        margin-bottom: 48px;
        font-size: 13px;
    }
    .gc-faq-q {
        padding: 18px 16px;
        font-size: 15px;
        gap: 10px;
    }
    .gc-faq-item.is-open .gc-faq-a {
        padding: 16px 16px 18px;
    }
    .gc-leaf-bl,
    .gc-leaf-tr,
    .gc-leaf-br {
        opacity: 0.28;
        width: 96px;
        height: 80px;
    }
    .gc-intro .gc-leaf-tl {
        opacity: 1;
        top: 2px;
        left: 0;
        width: 96px;
        height: 96px;
        mix-blend-mode: normal;
    }
    .gc-relate strong {
        font-size: 14px;
        word-break: keep-all;
    }
    .gc-sub {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gc-guide-grid {
        gap: 10px;
    }
    .gc-tag {
        font-size: 12px;
        padding: 5px 10px;
    }
    .gc-event-card h3 {
        font-size: 16px;
    }
    .gc-event-card p,
    .gc-benefit p {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .gc-relate-grid {
        grid-template-columns: 1fr;
    }
}
