#sub-page {
    padding: 0 0 0 0;
}
.sub-banner .text {
    transform: translate(-50%, -30%);
}
#people-search {
    margin-top: 70px;
}
#people-search span {
    position: relative;
    display: block;
    width: 100%;
    max-width: 790px;
    line-height: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #FFF;
    overflow: hidden;
    margin: 0 auto;
}
#people-search span input {
    display: block;
    width: 100%;
    height: 60px;
    border-width: 0 !important;
    padding: 0 80px 0 40px;
    font-size: 1.3em;
    outline: none !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
}
#people-search span button {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border-width: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.5em;
    color: #2E3384;
    line-height: 0;
}

#category {
    max-width: 1330px;
    column-gap: 50px;
}
#category .medical_staff_top_message {
    overflow: inherit;
}
#category .box {
    padding: 39px 37px;
    border-width: 0;
    border-radius: 10px;
    box-shadow: 0 2px 7.8px rgba(0, 0, 0, 0.15);
}
#people-group-tabs {
    position: sticky;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
}
#people-group-tabs .tab-parent {
    display: block;
    align-items: center;
    margin: 40px auto 10px;
    padding: 10px 0 0;
}
#people-group-tabs .tab-parent > * {
    position: relative;
    display: inline-grid;
    text-align: center;
    font-weight: 400;
    align-content: center;
    justify-content: center;
    height: 48px;
    border-radius: 48px;
    padding: 0 20px;
    margin: 0 15px 15px 0;
    cursor: pointer;
    color: #656565;
    box-shadow: 0 2px 7.8px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#people-group-tabs .tab-parent > * div {
    font-size: 3em;
    font-weight: 800 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#people-group-tabs .tab-parent > * a {
    transition: all 0.3s ease-out;
}
#people-group-tabs .tab-parent > *:hover a,
#people-group-tabs .tab-parent > *.active a {
    color: #0D3563;
    font-weight: 700;
}

#people-list-wr {
    max-width: 1330px;
    padding: 0 0 150px;
    margin: 0 auto !important;
}
#people-list-wr .tot-page {
    text-align: right;
    margin: 0 0 30px;
}
#people-list-wr > div.active {
    display: block;
}
#people-list-wr > div {
    display: none;
}
#people-list-wr h1 {
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 50px !important;
}
#people-list-wr h2:not(:first-child) {
    margin-top: 150px !important;
}
#people-list-wr h2 {
    position: relative;
    font-size: 3em;
    font-weight: 500;
    padding: 0;
    margin-bottom: 70px !important;
}
#people-list-wr h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -245px;
    height: 245px;
    z-index: -1;
}
#people-list-wr h2[data-name='교역자']:after {
    background-color: #e2f2f2;
}
#people-list-wr h2[data-name='평신도 사역자']:after {
    background-color: #f8eee5;
}
#people-list-wr h2[data-name='평신도 리더십']:after {
    background-color: #fff7fc;
}
#people-list-wr h3 {
    display: none;
    font-size: 2.1em;
    font-weight: 600;
    margin-bottom: 50px !important;
    line-height: 50px;
    color: #0d2799;
}
#people-list-wr > div.all h3 {
    display: block;
}
#people-list-wr h3 .num {
    color: #D29640;
    font-weight: 600;
}
#people-list-wr select {
    float: right;
    margin-left: 10px;
    font-size: 10pt;
    min-width: 120px;
}
#people-list-wr > .common-width {
    padding: 50px 0 0;
    margin: 50px 0 0 !important;
    border-top: 1px solid #919191;
}
#people-list-wr > h2 + .common-width {
    margin-top: 0 !important;
}
#people-list {
    column-gap: 17px;
    row-gap: 45px;
    justify-items: center;
}
#people-list > * {
    display: grid !important;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 7.8px rgba(0, 0, 0, 0.1);
}
#people-list > *:hover {
    border-color: #2BA6AD ;
}
#people-list-wr .img-full-auto,
#people-list .wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    background: #EAEAE7;
}
#people-list .wrap .position {
    position: absolute;
    left: 20px;
    bottom: 12px;
    line-height: 39px;
    border-radius: 39px;
    height: 39px;
    color: #FFF;
    background: #0D3563;
    padding: 0 27px;
    font-size: 1.2em;
}
#people-list img {
    width: 100%;
}
#people-list .info {
    padding: 10px 0 0;
}
#people-list .name {
    color: #0D3563;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 20px 0;
    letter-spacing: 7px;
}
#people-list .name small {
    position: relative;
    display: inline-block;
    font-size: 1em;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
}
#people-list .phone,
#people-list .email,
#people-list .work-place {
    display: block;
    font-size: 1.5em;
    line-height: 30px;
    margin-top: 4px;
}
#people-list .phone,
#people-list .email,
#people-list .work-place,
#people-list .phone *,
#people-list .email *,
#people-list .work-place * {
    color: #000;
}
#people-list .phone a {
    font-weight: 600;
}
#people-list a:hover {
    color: #0d2799;
}
/*
#people-list .email {
    position: relative;
    margin-right: 6px;
    padding-right: 10px;
}
#people-list .email:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background-color: #d0d0d0;
}
*/
#people-list .medical-field {
    padding: 0 20px 25px;
    font-size: 1.25em;
    font-weight: 300;
}

#people-list-wr .pg_wrap {
    margin-top: 50px;
}

#people-view-wr {
    margin: 70px auto !important;
}
#people-view {
    column-gap: 100px;
}
#people-view > * {
    position: relative;
    font-size: 1.2em;
}
#people-view > *:first-child:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #D3D3D3;
}
#people-view .basic-info,
#people-view .work-info,
#people-view .sns-info {
    margin-top: 50px;
}
#people-view h3 {
    color: #000;
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 20px;
}
#people-view .grid-2 {
    grid-template-columns: 80px auto;
    column-gap: 20px;
    row-gap: 6px;
}
#people-view .grid-2 dt,
#people-view .grid-2 dd {
    font-size: 1em;
    padding: 0;
}

#people-view .grid-2 dd,
#people-view .grid-2 dd * {
    color: #838383;
}

#people-view #history {
    position: relative;
    padding-bottom: 50px;
}
#people-view #history h1 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
}
#people-view #history .grid-2.history {
    grid-template-columns: 175px auto;
    column-gap: 30px;
    margin-bottom: 50px;
}
#people-view .grid-2.history dt {
    font-weight: 600 !important;
    padding-top: 5px;
}
#people-view #history .grid-3.history {
    grid-template-columns: 105px auto 40px;
}
#people-view #history .grid-3.history > * {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    padding: 5px 0;
}
#people-view #history .grid-3.history .title {
    padding: 5px 15px;
}
#people-view #history .grid-3.history .resource .btn {
    font-size: 1.2em;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
}
#people-view #history .grid-3.history .resource .btn i {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#people-view #history .grid-3.history .resource .btn:hover i {
    color: #2E3384;
}
#people-view .list-btn {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    height: auto;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 50px;
    font-size: 1.1em;
    background: #989898;
    overflow: hidden;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#people-view .list-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
#people-view .list-btn span {
    position: relative;
    z-index: 1;
}

#sub-anchor {
    grid-template-columns: auto auto auto;
    width: fit-content;
    row-gap: 20px;
    font-size: 0.7em;
}
#sub-anchor > * {
    display: grid !important;
    height: 100%;
    align-items: center;
    position: relative;
    padding: 20px 60px;
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub-anchor > *:hover,
#sub-anchor .on {
    font-weight: 600;
}
[data-anchor="교역자"] .on {
    background-color: #e2f2f2;
}
[data-anchor='평신도 사역자'] .on {
    background-color: #f8eee5;
}
[data-anchor='평신도 리더십'] .on {
    background-color: #fff7fc;
}

@media (max-width: 1330px) {
    #category nav {
        padding: 0 20px;
    }
}
@media (max-width: 1100px) {
    #category {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #category .content {
        text-align: left;
    }

    #sub-banner {
        min-height: 270px;
    }
    #people-search {
        margin-top: 20px;
    }
    #people-search span {
        line-height: 30px;
        height: 30px;
        border-radius: 30px;
    }
    #people-search span button {
        font-size: 1.5em;
        right: 15px;
    }
    #people-search span input {
        height: 30px;
        padding: 0 20px;
    }
    #people-list-wr {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #people-list {
        grid-template-columns: 1fr 1fr;
    }
    #people-view {
        grid-template-columns: 1fr;
        row-gap: 100px;
    }
    #people-view > .info:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -50px;
        height: 1px;
        width: 100%;
        background-color: #D3D3D3;
    }
    #people-view #history .grid-2.history {
        grid-template-columns: 1fr;
    }
    #people-view #history .grid-3.history {
        grid-template-columns: auto auto 40px;
        row-gap: 0 !important;
    }
    #people-view .list-btn {
        position: relative;
        margin-top: 10px;
        float: right;
    }
}
@media (max-width: 900px) {
    #people-list-wr select {
        float: unset;
        margin: 10px 0 0;
        width: 100%;
    }
}
@media (max-width: 640px) {
    #people-list-wr > .common-width {
        margin-top: 50px !important;
    }

    #people-list-wr h1 {
        font-size: 3em;
    }
    #people-search span {
        max-width: 90vw;
    }
    #people-list-wr h1,
    #people-list-wr h3 {
        text-align: center;
        border-left-width: 0;
    }
    #people-list {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #people-view #history {
        padding-bottom: 0;
    }
    #people-list .name {
        font-size: 2em;
        margin-bottom: 15px;
    }
    #people-list .phone,
    #people-list .email,
    #people-list .work-place {
        font-size: 1.1em;
    }
    #people-view-wr {
        margin: 50px 0 0;
    }

    #sub-anchor {
        font-size: 0.45em;
        margin: 0 10px;
    }
    #sub-anchor > * {
        padding: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}