@font-face{font-family:'GmarketStaff';src:url('./fonts/GmarketSansMedium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'GmarketStaff';src:url('./fonts/GmarketSansBold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
.church-staff,.church-staff *{box-sizing:border-box}
.church-staff{width:100%;padding:95px 22px 110px;background:#fff;color:#182233;font-family:'Pretendard','Noto Sans KR','Malgun Gothic',sans-serif}
.church-staff__inner{width:100%;max-width:1240px;margin:0 auto}
.church-staff__head{text-align:center;margin-bottom:54px}
.church-staff__eyebrow{display:block;margin-bottom:12px;color:var(--staff-point);font-size:12px;font-weight:800;letter-spacing:.2em}
.church-staff__head h2{margin:0;font-family:'GmarketStaff',sans-serif;font-size:42px;font-weight:700;letter-spacing:-.05em;color:#172033}
.church-staff__head p{max-width:720px;margin:17px auto 0;color:#778193;font-size:16px;line-height:1.8;word-break:keep-all}
.church-staff__lead{display:grid;grid-template-columns:minmax(320px,470px) 1fr;align-items:stretch;max-width:1120px;margin:0 auto 85px;border-radius:30px;overflow:hidden;background:#f4f6f9}
.church-staff__lead-photo{min-height:540px;background:#e8edf3;overflow:hidden}
.church-staff__lead-photo img{display:block;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center top}
.church-staff__lead-info{display:flex;flex-direction:column;justify-content:center;padding:62px 64px}
.church-staff__role{display:inline-block;align-self:flex-start;margin-bottom:13px;padding:7px 13px;border-radius:999px;background:var(--staff-point);color:#fff;font-size:13px;font-weight:800}
.church-staff__lead-info h3{margin:0;font-family:'GmarketStaff',sans-serif;font-size:38px;font-weight:700;letter-spacing:-.045em;color:#172033}
.church-staff__content{margin-top:26px;padding-top:25px;border-top:1px solid #dce2e9;color:#5f6978;font-size:15px;line-height:2;word-break:keep-all}
.church-staff__group{margin-top:82px}
.church-staff__group-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-bottom:34px}
.church-staff__group-head span{height:1px;background:#dce2e9}
.church-staff__group-head h3{margin:0;font-family:'GmarketStaff',sans-serif;font-size:25px;font-weight:700;letter-spacing:-.04em;color:#243044}
.church-staff__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.church-staff__card{min-width:0;background:#fff;border:1px solid #e4e8ee;border-radius:20px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.church-staff__card:hover{transform:translateY(-5px);box-shadow:0 14px 35px rgba(26,39,63,.1)}
.church-staff__card-photo{height:310px;background:#eef1f5;overflow:hidden}
.church-staff__card-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.church-staff__card-info{padding:23px 22px 25px;text-align:center}
.church-staff__card-info>span{display:block;color:var(--staff-point);font-size:13px;font-weight:800}
.church-staff__card-info h4{margin:7px 0 0;font-family:'GmarketStaff',sans-serif;font-size:21px;font-weight:700;letter-spacing:-.04em}
.church-staff__card-info p{margin:15px 0 0;color:#788191;font-size:13px;line-height:1.75;word-break:keep-all}
.church-staff__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#aab3bf;font-size:12px;font-weight:800;letter-spacing:.15em}
.church-staff__empty{padding:65px 20px;text-align:center;border:1px dashed #d7dee8;border-radius:20px;color:#8893a4}

/* 2안: 모던 분할형 */
.staff-template-2 .church-staff__head{text-align:left;max-width:1120px;margin-left:auto;margin-right:auto}
.staff-template-2 .church-staff__head p{margin-left:0}
.staff-template-2 .church-staff__lead{grid-template-columns:52% 48%;max-width:1180px;border-radius:0;background:#162238}
.staff-template-2 .church-staff__lead-photo,.staff-template-2 .church-staff__lead-photo img{min-height:620px}
.staff-template-2 .church-staff__lead-info{padding:70px 58px;color:#fff}
.staff-template-2 .church-staff__lead-info h3{color:#fff;font-size:42px}
.staff-template-2 .church-staff__content{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.72)}
.staff-template-2 .church-staff__role{background:transparent;border:1px solid rgba(255,255,255,.45)}
.staff-template-2 .church-staff__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.staff-template-2 .church-staff__card{display:grid;grid-template-columns:42% 1fr;min-height:220px;border-radius:0}
.staff-template-2 .church-staff__card-photo{height:100%;min-height:220px}
.staff-template-2 .church-staff__card-info{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:25px 22px}

/* 3안: 미니멀 중앙형 */
.staff-template-3 .church-staff__lead{display:block;max-width:790px;background:transparent;text-align:center;overflow:visible}
.staff-template-3 .church-staff__lead-photo{width:430px;height:540px;min-height:0;margin:0 auto;border-radius:230px 230px 26px 26px;box-shadow:0 22px 55px rgba(35,46,67,.14)}
.staff-template-3 .church-staff__lead-photo img{min-height:0;height:100%}
.staff-template-3 .church-staff__lead-info{align-items:center;padding:40px 30px 0}
.staff-template-3 .church-staff__lead-info h3{font-size:40px}
.staff-template-3 .church-staff__content{width:100%;border-top:0;margin-top:22px;padding-top:0;color:#697383}
.staff-template-3 .church-staff__grid{gap:34px 24px}
.staff-template-3 .church-staff__card{border:0;border-radius:0;overflow:visible}
.staff-template-3 .church-staff__card:hover{box-shadow:none}
.staff-template-3 .church-staff__card-photo{width:210px;height:250px;margin:0 auto;border-radius:110px 110px 18px 18px}
.staff-template-3 .church-staff__card-info{padding:19px 8px 0}

/* 4안: 웜 카드형 */
.staff-template-4{background:#fbf8f3}
.staff-template-4 .church-staff__lead{background:#efe5d7;border:10px solid #fff;box-shadow:0 20px 50px rgba(93,72,46,.1)}
.staff-template-4 .church-staff__lead-photo{border-radius:22px;min-height:570px}
.staff-template-4 .church-staff__lead-photo img{min-height:570px}
.staff-template-4 .church-staff__lead-info{padding:62px 58px}
.staff-template-4 .church-staff__content{border-color:#d8c9b5;color:#675f55}
.staff-template-4 .church-staff__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.staff-template-4 .church-staff__card{border:8px solid #fff;background:#f2eadf;border-radius:25px;box-shadow:0 12px 32px rgba(92,72,45,.07)}

/* 교역자·장로 카드 사진: 세로형 + 원본 전체 표시 */
.staff-template-4 .church-staff__card-photo{
    height:470px;
    border-radius:17px;
    background:#e9dfd1;
    overflow:hidden;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.staff-template-4 .church-staff__card-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center top;
    background:#e9dfd1;
}
.staff-template-4 .church-staff__group-head span{background:#ddd0bf}

@media(max-width:1050px){
    .church-staff__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .church-staff__lead-info{padding:48px 42px}
    .staff-template-2 .church-staff__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
    .church-staff{padding:70px 18px 85px}
    .church-staff__head h2{font-size:35px}
    .church-staff__lead,.staff-template-2 .church-staff__lead{grid-template-columns:1fr;max-width:620px}
    .church-staff__lead-photo,.church-staff__lead-photo img,.staff-template-2 .church-staff__lead-photo,.staff-template-2 .church-staff__lead-photo img,.staff-template-4 .church-staff__lead-photo,.staff-template-4 .church-staff__lead-photo img{min-height:0;height:580px}
    .church-staff__lead-info,.staff-template-2 .church-staff__lead-info,.staff-template-4 .church-staff__lead-info{padding:40px 34px}
    .church-staff__grid,.staff-template-4 .church-staff__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .staff-template-4 .church-staff__card-photo{height:420px}
    .staff-template-2 .church-staff__card{grid-template-columns:1fr}.staff-template-2 .church-staff__card-photo{height:300px}
}
@media(max-width:560px){
    .church-staff{padding:55px 15px 70px}
    .church-staff__head{margin-bottom:38px}.church-staff__head h2{font-size:30px}.church-staff__head p{font-size:14px}
    .church-staff__lead{margin-bottom:62px;border-radius:20px}.church-staff__lead-photo,.church-staff__lead-photo img,.staff-template-2 .church-staff__lead-photo,.staff-template-2 .church-staff__lead-photo img,.staff-template-4 .church-staff__lead-photo,.staff-template-4 .church-staff__lead-photo img{height:470px}
    .church-staff__lead-info,.staff-template-2 .church-staff__lead-info,.staff-template-4 .church-staff__lead-info{padding:31px 24px}.church-staff__lead-info h3,.staff-template-2 .church-staff__lead-info h3{font-size:31px}.church-staff__content{font-size:14px;line-height:1.85}
    .church-staff__group{margin-top:62px}.church-staff__group-head{gap:13px;margin-bottom:25px}.church-staff__group-head h3{font-size:21px}
    .church-staff__grid,.staff-template-2 .church-staff__grid,.staff-template-4 .church-staff__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 11px}
    .church-staff__card-photo{height:220px}.staff-template-4 .church-staff__card-photo{height:310px}.church-staff__card-info{padding:17px 9px 19px}.church-staff__card-info h4{font-size:17px}.church-staff__card-info p{display:none}
    .staff-template-2 .church-staff__card{display:block}.staff-template-2 .church-staff__card-photo{height:220px}.staff-template-2 .church-staff__card-info{text-align:center;padding:17px 9px 19px}
    .staff-template-3 .church-staff__lead-photo{width:290px;height:390px}.staff-template-3 .church-staff__lead-info{padding-left:10px;padding-right:10px}.staff-template-3 .church-staff__card-photo{width:100%;height:220px;border-radius:100px 100px 15px 15px}
    .staff-template-4 .church-staff__lead{border-width:6px}.staff-template-4 .church-staff__card{border-width:5px}
}
