@charset "utf-8";

.volunteer-page {
    padding:40px 0 110px;
    color:#222;
}

/* =========================================================
   Intro
========================================================= */

.volunteer-intro {
    position:relative;
    min-height:320px;
    padding:50px 60px;
    margin-bottom:70px;
    border-radius:24px;
    background:#f7f4ec;
    overflow:hidden;
    box-sizing:border-box;
}

.volunteer-intro:before {
    position:absolute;
    top:-130px;
    right:-80px;
    width:380px;
    height:380px;
    border:1px solid rgba(179,159,108,.16);
    border-radius:50%;
    content:"";
}

.volunteer-intro:after {
    position:absolute;
    right:24%;
    bottom:-90px;
    width:190px;
    height:190px;
    border-radius:50%;
    background:rgba(179,159,108,.08);
    content:"";
}

/* Intro Text */
.volunteer-intro-text {
    position:relative;
    z-index:3;
    width:55%;
    min-height:220px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.volunteer-eyebrow {
    display:block;
    margin-bottom:12px;
    color:#b39f6c;
    font-size:16px;
    font-weight:700;
    letter-spacing:.14em;
}

.volunteer-intro h3 {
    margin:0;
    color:#3a352b;
    font-size:40px;
    line-height:1.45;
    font-weight:700;
    letter-spacing:-.055em;
    word-break:keep-all;
}

/*
 * 이미지 자체를 Intro 박스 bottom:0에 고정
 * 따라서 인물 하단이 카드 바닥에 붙음
 */
.volunteer-intro-image {
    position:absolute;
    right:55px;
    bottom:0;
    z-index:2;
    width:44%;
    height:300px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    pointer-events:none;
}

.volunteer-intro-image img {
    display:block;
    width:auto;
    max-width:100%;
    max-height:290px;
    margin:0;
    padding:0;
    object-fit:contain;
    object-position:center bottom;
    vertical-align:bottom;
}

/* =========================================================
   Section
========================================================= */

.volunteer-section {
    margin-top:72px;
}

.volunteer-section:first-of-type {
    margin-top:0;
}

.volunteer-section-heading {
    margin-bottom:24px;
}

.volunteer-section-heading>span {
    display:block;
    margin-bottom:4px;
    color:#b39f6c;
    font-size:14px;
    font-weight:700;
    letter-spacing:.12em;
}

.volunteer-section-heading h4 {
    margin:0;
    color:#222;
    font-size:28px;
    line-height:1.4;
    font-weight:700;
    letter-spacing:-.045em;
}

/* =========================================================
   자원봉사활동은
========================================================= */

.volunteer-description-box {
    padding:30px 34px;
    display:flex;
    align-items:center;
    gap:24px;
    border:1px solid #e8e4da;
    border-radius:18px;
    background:#faf9f6;
}

.volunteer-description-icon {
    flex:0 0 auto;
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#f0eadb;
    color:#8e7a4b;
}

.volunteer-description-icon svg {
    width:31px;
    height:31px;
    stroke-width:1.7;
}

.volunteer-description-box p {
    margin:0;
    color:#555;
    font-size:18px;
    line-height:1.85;
    letter-spacing:-.025em;
    word-break:keep-all;
}

/* =========================================================
   봉사자의 자세
========================================================= */

.volunteer-attitude-list {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0 30px;
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid #e8e4da;
}

.volunteer-attitude-list li {
    min-height:82px;
    padding:19px 8px;
    display:grid;
    grid-template-columns:42px 1fr;
    gap:14px;
    align-items:start;
    border-bottom:1px solid #e8e4da;
    box-sizing:border-box;
}

.volunteer-attitude-list li>span {
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f4f0e6;
    color:#8e7a4b;
    font-size:13px;
    font-weight:700;
}

.volunteer-attitude-list p {
    margin:2px 0 0;
    color:#555;
    font-size:17px;
    line-height:1.7;
    letter-spacing:-.025em;
    word-break:keep-all;
}

/* =========================================================
   자원봉사 참여안내
========================================================= */

.volunteer-guide-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.volunteer-guide-card {
    min-height:138px;
    padding:28px 30px;
    display:flex;
    align-items:center;
    gap:22px;
    border:1px solid #e8e4da;
    border-radius:18px;
    background:#fff;
    box-sizing:border-box;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.volunteer-guide-card:hover {
    border-color:#cfc2a0;
    box-shadow:0 12px 34px rgba(83,69,38,.07);
    transform:translateY(-3px);
}

.volunteer-guide-card-wide {
    grid-column:1 / -1;
}

.volunteer-guide-icon {
    flex:0 0 auto;
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#f4f0e6;
    color:#8e7a4b;
}

.volunteer-guide-icon svg {
    width:30px;
    height:30px;
    stroke-width:1.7;
}

.volunteer-guide-content {
    min-width:0;
}

.volunteer-guide-card h5 {
    margin:0 0 6px;
    color:#222;
    font-size:19px;
    line-height:1.45;
    font-weight:700;
    letter-spacing:-.035em;
}

.volunteer-guide-card p {
    margin:0;
    color:#666;
    font-size:17px;
    line-height:1.7;
    letter-spacing:-.025em;
    word-break:keep-all;
}

/* =========================================================
   자원봉사 혜택
========================================================= */

.volunteer-benefit-box {
    padding:34px;
    border:1px solid #ebe5d8;
    border-radius:18px;
    background:#f7f4ec;
}

.volunteer-benefit-list {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px 30px;
    margin:0;
    padding:0;
    list-style:none;
}

.volunteer-benefit-list li {
    min-height:56px;
    display:flex;
    align-items:center;
    gap:13px;
    color:#444;
    font-size:18px;
    line-height:1.6;
    font-weight:600;
}

.volunteer-benefit-list svg {
    flex:0 0 auto;
    width:24px;
    height:24px;
    color:#9b8757;
    stroke-width:1.8;
}

.volunteer-benefit-note {
    margin:24px 0 0;
    padding-top:22px;
    border-top:1px solid #ded8c9;
    color:#777;
    font-size:16px;
    line-height:1.75;
    letter-spacing:-.02em;
    word-break:keep-all;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width:1024px) {

    .volunteer-intro {
        min-height:290px;
        padding:42px;
    }

    .volunteer-intro-text {
        width:56%;
        min-height:206px;
    }

    .volunteer-intro h3 {
        font-size:35px;
    }

    .volunteer-intro-image {
        right:24px;
        width:43%;
        height:260px;
    }

    .volunteer-intro-image img {
        max-height:245px;
    }

    .volunteer-attitude-list {
        grid-template-columns:1fr;
        gap:0;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width:700px) {

    .volunteer-page {
        padding:30px 0 70px;
    }

    /*
     * 모바일에서는 absolute 해제.
     * 텍스트 아래에 이미지가 내려오면서
     * 이미지 하단은 카드 하단에 그대로 붙음.
     */
    .volunteer-intro {
        min-height:auto;
        padding:32px 24px 0;
        margin-bottom:52px;
        border-radius:18px;
    }

    .volunteer-intro:before {
        top:-110px;
        right:-110px;
        width:260px;
        height:260px;
    }

    .volunteer-intro:after {
        display:none;
    }

    .volunteer-intro-text {
        width:100%;
        min-height:auto;
        display:block;
    }

    .volunteer-intro h3 {
        font-size:29px;
    }

    .volunteer-intro-image {
        position:relative;
        right:auto;
        bottom:auto;
        width:100%;
        height:185px;
        margin-top:18px;
        display:flex;
        align-items:flex-end;
        justify-content:center;
    }

    .volunteer-intro-image img {
        display:block;
        width:auto;
        max-width:100%;
        max-height:185px;
        margin:0;
        object-fit:contain;
        object-position:center bottom;
    }

    .volunteer-section {
        margin-top:54px;
    }

    .volunteer-section-heading {
        margin-bottom:18px;
    }

    .volunteer-section-heading h4 {
        font-size:24px;
    }

    .volunteer-description-box {
        padding:24px 20px;
        display:block;
    }

    .volunteer-description-icon {
        width:56px;
        height:56px;
        margin-bottom:16px;
        border-radius:16px;
    }

    .volunteer-description-box p {
        font-size:17px;
    }

    .volunteer-attitude-list li {
        min-height:auto;
        padding:16px 0;
        grid-template-columns:38px 1fr;
        gap:10px;
    }

    .volunteer-attitude-list p {
        font-size:16px;
    }

    .volunteer-guide-grid {
        grid-template-columns:1fr;
    }

    .volunteer-guide-card,
    .volunteer-guide-card-wide {
        grid-column:auto;
    }

    .volunteer-guide-card {
        min-height:auto;
        padding:22px 20px;
        gap:16px;
    }

    .volunteer-guide-icon {
        width:56px;
        height:56px;
        border-radius:15px;
    }

    .volunteer-guide-icon svg {
        width:26px;
        height:26px;
    }

    .volunteer-guide-card h5 {
        font-size:18px;
    }

    .volunteer-guide-card p {
        font-size:16px;
    }

    .volunteer-benefit-box {
        padding:24px 20px;
    }

    .volunteer-benefit-list {
        grid-template-columns:1fr;
        gap:8px;
    }

    .volunteer-benefit-list li {
        min-height:48px;
        font-size:17px;
    }

    .volunteer-benefit-note {
        margin-top:18px;
        padding-top:18px;
        font-size:15px;
    }
}

.volunteer-write-page {
    padding:40px 0 110px;
    color:#222;
}

/* =========================================================
   Intro
========================================================= */

.volunteer-write-intro {
    margin-bottom:54px;
}

.volunteer-write-eyebrow {
    display:block;
    margin-bottom:8px;
    color:#b39f6c;
    font-size:16px;
    font-weight:700;
    letter-spacing:.14em;
}

.volunteer-write-intro h3 {
    margin:0;
    color:#222;
    font-size:38px;
    line-height:1.4;
    font-weight:700;
    letter-spacing:-.05em;
}

.volunteer-write-intro p {
    margin:12px 0 0;
    color:#777;
    font-size:18px;
    line-height:1.75;
    letter-spacing:-.025em;
    word-break:keep-all;
}

/* =========================================================
   Section
========================================================= */

.volunteer-write-section {
    margin-top:72px;
}

.volunteer-write-section:first-of-type {
    margin-top:0;
}

.volunteer-write-heading {
    position:relative;
    margin-bottom:24px;
}

.volunteer-write-heading>span {
    display:block;
    margin-bottom:4px;
    color:#b39f6c;
    font-size:14px;
    font-weight:700;
    letter-spacing:.12em;
}

.volunteer-write-heading h4 {
    margin:0;
    color:#222;
    font-size:28px;
    line-height:1.4;
    font-weight:700;
    letter-spacing:-.045em;
}

.volunteer-required-guide {
    position:absolute;
    right:0;
    bottom:4px;
    margin:0;
    color:#777;
    font-size:15px;
}

.volunteer-required-guide span,
.required-mark {
    color:#d65c5c;
}

/* =========================================================
   절차
========================================================= */

.volunteer-process-list {
    margin:0;
    padding:34px 10px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    list-style:none;
}

.volunteer-process-list li {
    position:relative;
    min-width:0;
    text-align:center;
}

.volunteer-process-list li:not(:last-child):after {
    position:absolute;
    top:35px;
    right:-14px;
    width:9px;
    height:9px;
    border-top:2px solid #c4b58c;
    border-right:2px solid #c4b58c;
    content:"";
    transform:rotate(45deg);
}

.volunteer-process-icon {
    width:70px;
    height:70px;
    margin:0 auto 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:#f4f0e6;
    color:#8e7a4b;
}

.volunteer-process-icon svg {
    width:30px;
    height:30px;
    stroke-width:1.7;
}

.volunteer-process-number {
    display:block;
    margin-bottom:4px;
    color:#b39f6c;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
}

.volunteer-process-list strong {
    display:block;
    color:#222;
    font-size:17px;
    line-height:1.5;
    font-weight:700;
    letter-spacing:-.035em;
    word-break:keep-all;
}

.volunteer-process-list p {
    margin:9px 0 0;
    color:#777;
    font-size:15px;
    line-height:1.55;
    letter-spacing:-.025em;
    word-break:keep-all;
}

/* =========================================================
   Form
========================================================= */

.volunteer-form-card {
    padding:36px;
    border:1px solid #e8e4da;
    border-radius:20px;
    background:#fff;
}

.volunteer-field-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 30px;
}

.volunteer-field-full {
    grid-column:1 / -1;
}

.volunteer-field label {
    display:block;
    margin-bottom:10px;
    color:#333;
    font-size:16px;
    line-height:1.4;
    font-weight:700;
}

.volunteer-input,
.volunteer-textarea {
    width:100%;
    border:1px solid #dcdcdc;
    border-radius:10px;
    background:#fff;
    color:#333;
    font-family:inherit;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.volunteer-input {
    height:54px;
    padding:0 16px;
}

.volunteer-textarea {
    min-height:180px;
    padding:16px;
    line-height:1.7;
    resize:vertical;
}

.volunteer-input::placeholder,
.volunteer-textarea::placeholder {
    color:#aaa;
}

.volunteer-input:focus,
.volunteer-textarea:focus {
    border-color:#b39f6c;
    box-shadow:0 0 0 3px rgba(179,159,108,.12);
}

/* =========================================================
   개인정보 동의
========================================================= */

.volunteer-agreement-box {
    padding:34px;
    border:1px solid #e8e4da;
    border-radius:20px;
    background:#fff;
}

.volunteer-agreement-intro {
    margin:0 0 28px;
    padding:22px 24px;
    border-radius:14px;
    background:#f7f4ec;
    color:#555;
    font-size:17px;
    line-height:1.8;
    letter-spacing:-.025em;
    word-break:keep-all;
}

.volunteer-agreement-info {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:2px solid #b39f6c;
    border-bottom:1px solid #e8e4da;
}

.volunteer-agreement-info>div {
    padding:24px 20px;
    text-align:center;
}

.volunteer-agreement-info>div+div {
    border-left:1px solid #e8e4da;
}

.volunteer-agreement-info span {
    display:block;
    margin-bottom:10px;
    color:#777;
    font-size:15px;
    line-height:1.55;
}

.volunteer-agreement-info strong {
    display:block;
    color:#333;
    font-size:17px;
    line-height:1.55;
    font-weight:700;
}

.volunteer-agreement-check {
    margin-top:26px;
    padding:20px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    border-radius:14px;
    background:#faf9f6;
}

.volunteer-agreement-check strong {
    display:block;
    color:#333;
    font-size:17px;
    line-height:1.5;
}

.volunteer-agreement-check p {
    margin:5px 0 0;
    color:#777;
    font-size:15px;
    line-height:1.6;
}

.volunteer-check {
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:9px;
    cursor:pointer;
}

.volunteer-check input {
    position:absolute;
    width:1px;
    height:1px;
    opacity:0;
}

.volunteer-check-box {
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ccc;
    border-radius:7px;
    background:#fff;
    color:transparent;
    transition:.2s ease;
}

.volunteer-check-box svg {
    width:18px;
    height:18px;
    stroke-width:2.4;
}

.volunteer-check input:checked+.volunteer-check-box {
    border-color:#b39f6c;
    background:#b39f6c;
    color:#fff;
}

.volunteer-check input:focus-visible+.volunteer-check-box {
    outline:2px solid #8e7a4b;
    outline-offset:3px;
}

.volunteer-check b {
    color:#555;
    font-size:16px;
    font-weight:700;
}

/* =========================================================
   신청문구
========================================================= */

.volunteer-application-message {
    margin:34px 0 0;
    color:#777;
    font-size:16px;
    line-height:1.6;
    text-align:center;
}

/* =========================================================
   Buttons
========================================================= */

.volunteer-form-buttons {
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:10px;
}

.volunteer-btn {
    min-width:150px;
    height:56px;
    padding:0 28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:10px;
    font-family:inherit;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
}

.volunteer-btn svg {
    width:19px;
    height:19px;
}

.volunteer-btn-cancel {
    border:1px solid #ddd;
    background:#fff;
    color:#555;
}

.volunteer-btn-primary {
    border:1px solid #9d8959;
    background:#9d8959;
    color:#fff;
}

.volunteer-btn-primary:hover {
    border-color:#8e7a4b;
    background:#8e7a4b;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width:1024px) {
    .volunteer-process-list {
        grid-template-columns:repeat(3,1fr);
        gap:34px 20px;
    }

    .volunteer-process-list li:not(:last-child):after {
        display:none;
    }
}

@media (max-width:900px) {
    .volunteer-field-grid {
        grid-template-columns:1fr;
    }

    .volunteer-field-full {
        grid-column:auto;
    }

    .volunteer-agreement-info {
        grid-template-columns:1fr;
    }

    .volunteer-agreement-info>div+div {
        border-left:0;
        border-top:1px solid #e8e4da;
    }

    .volunteer-agreement-check {
        display:block;
    }

    .volunteer-check {
        margin-top:18px;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width:700px) {
    .volunteer-write-page {
        padding:30px 0 70px;
    }

    .volunteer-write-intro {
        margin-bottom:42px;
    }

    .volunteer-write-intro h3 {
        font-size:30px;
    }

    .volunteer-write-intro p {
        font-size:17px;
    }

    .volunteer-write-section {
        margin-top:54px;
    }

    .volunteer-write-heading {
        margin-bottom:18px;
    }

    .volunteer-write-heading h4 {
        font-size:24px;
    }

    .volunteer-required-guide {
        position:static;
        margin-top:7px;
    }

    .volunteer-process-list {
        grid-template-columns:1fr;
        gap:0;
        padding:0;
        border-top:1px solid #eee;
    }

    .volunteer-process-list li {
        min-height:94px;
        padding:14px 0;
        display:grid;
        grid-template-columns:56px 36px 1fr;
        grid-template-rows:auto auto;
        gap:3px 12px;
        align-items:center;
        border-bottom:1px solid #eee;
        text-align:left;
    }

    .volunteer-process-icon {
        grid-row:1 / 3;
        width:56px;
        height:56px;
        margin:0;
        border-radius:16px;
    }

    .volunteer-process-icon svg {
        width:25px;
        height:25px;
    }

    .volunteer-process-number {
        grid-row:1 / 3;
        margin:0;
        text-align:center;
    }

    .volunteer-process-list strong {
        font-size:16px;
    }

    .volunteer-process-list strong br {
        display:none;
    }

    .volunteer-process-list p {
        margin:0;
        font-size:14px;
    }

    .volunteer-form-card,
    .volunteer-agreement-box {
        padding:24px 20px;
        border-radius:16px;
    }

    .volunteer-field-grid {
        gap:22px;
    }

    .volunteer-input {
        height:52px;
    }

    .volunteer-textarea {
        min-height:160px;
    }

    .volunteer-agreement-intro {
        padding:20px;
        font-size:16px;
    }

    .volunteer-agreement-info>div {
        padding:20px;
    }

    .volunteer-agreement-check {
        padding:18px;
    }

    .volunteer-form-buttons {
        margin-top:28px;
    }

    .volunteer-btn {
        flex:1;
        min-width:0;
        height:54px;
        padding:0 14px;
        font-size:16px;
    }
}