.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;
}

#people-list-wr {
    padding: 70px 0 150px;
}
#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 {
    font-size: 2.1em;
    font-weight: 600;
    margin-bottom: 50px !important;
    padding-left: 20px;
    line-height: 50px;
    color: #2975b9;
    border-left: 5px solid #08a7a4;
}
#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 {
    margin-top: 150px !important;
}
#people-list-wr > h2 + .common-width {
    margin-top: 0 !important;
}
#people-list {
    column-gap: 50px;
    row-gap: 50px;
    justify-items: center;
}
#people-list > * {
    position: relative;
}
#people-list-wr .img-full-auto,
#people-list .wrap {
    width: fit-content;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 50px;
    margin: 0 auto;
}
#people-list img {
    width: 100%;
}
#people-list .info {
    padding: 10px 0 30px;
}
#people-list .name {
    color: #000;
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 10px;
    /*cursor: pointer;*/
}
#people-list .name small {
    position: relative;
    display: inline-block;
    font-size: 1em;
    color: #000;
    font-weight: 300;
}
#people-list .phone,
#people-list .email,
#people-list .work-place {
    display: inline-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: #939393;
}
#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 .sns {

}
#people-list .sns span {
    font-size: 1.4em;
    font-weight: 400;
    color: #888;
}

#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: 1100px) {
    #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 {
        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 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;
    }
}