.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 130px;
}
#people-list-wr h1 {
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: 50px !important;
}
#people-list-wr h3 {
    position: relative;
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 50px !important;
    color: #000;
    padding-left: 23px;
}
#people-list-wr h3:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 3px;
    left: 0;
    width: 8px;
    background-color: #2f5096;
}
#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 [data-group="담임목사"] {
    padding: 50px 0 150px;
}
#people-list-wr > div:last-child {
    margin-bottom: 0 !important;
}
#people-list-wr > div:nth-of-type(2n) > ul {
    max-width: 1400px !important;
    margin: 0 auto;
}
/*
#people-list-wr [data-group="EM 교역자"],
#people-list-wr [data-group="EM Lay Leadership"],
#people-list-wr [data-group="원로/시무은퇴장로"] {
    background-color: #f2f2f2;
    padding: 120px 0;
    max-width: 100% !important;
    margin: 120px 0 !important;
}
#people-list-wr [data-group="EM 교역자"],
#people-list-wr [data-group="원로/시무은퇴장로"] {
    margin-bottom: 0 !important;
}
#people-list-wr [data-group="EM Lay Leadership"] {
    margin-top: 0 !important;
    padding-top: 0;
}
#people-list-wr [data-group="EM 교역자"] > ul,
#people-list-wr [data-group="EM Lay Leadership"] > ul,
#people-list-wr [data-group="원로/시무은퇴장로"] > ul {
    max-width: 1400px !important;
    margin: 0 auto;
}
*/
#people-list {
    column-gap: 50px;
    row-gap: 150px;
}
#people-list > * {
    position: relative;
    text-align: right;
}
#people-list.grid-3 {
    margin-top: 150px !important;
    padding: 0 25px 25px 0;
}
#people-list.grid-2 > * {
    text-align: left;
}
#people-list .thumb {
    position: relative;
    margin: 0 auto 0 0;
    width: fit-content;
}
#people-list .thumb img {
    max-width: 100%;
}
#people-list.grid-2 .info {
    position: absolute;
    padding: 30px 0;
    top: 0;
    right: 0;
    border-radius: 20px;
    white-space: nowrap;
    max-width: 350px;
    width: 100%;
    text-align: left;
    transform: translate(85%, 20px);
}
#people-list.grid-3 .info {
    position: absolute;
    padding: 30px 0;
    top: 0;
    right: 0;
    border-radius: 20px;
    white-space: nowrap;
    max-width: 350px;
    width: 100%;
    text-align: left;
    transform: translate(90%, 40px);
}
#people-list .name {
    color: #163141;
    font-size: 2.3em;
    font-weight: 600;
    /*margin-bottom: 15px;*/
    line-height: 100%;
    cursor: pointer;
}
#people-list .info .name small {
    position: relative;
    display: block;
    font-size: 0.85em;
    color: #163141;
    font-weight: 400;
    vertical-align: middle;
    margin: 10px 0 0 0;
    letter-spacing: -1px;
}
#people-list .info .name small span:not(.church):before {
    content: ' (';
}
#people-list .info .name small span:not(.church):after {
    content: ')';
}
#people-list .info .name small span.church {
    display: block;
    font-size: 0.6em;
    margin: 10px 0 -20px 0;
}
#people-list.grid-2 .name.en,
#people-list.grid-2 .name.en *{
    font-family: 'GmarketSansLight';
    color: #dadada;
    font-weight: 100;
    letter-spacing: -2px;
}
#people-list.grid-2 .name.en {
    font-size: 8em;
    line-height: 100%;
}
#people-list.grid-2 .name.en small {
    line-height: 100%;
    font-size: 0.75em;
}
#people-list .phone,
#people-list .email,
#people-list .work-place {
    display: inline-block;
    font-size: 1em;
    line-height: 30px;
}
#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;
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px 0 0 0;
}
#people-list .info .email {
    margin: 20px 0 0 0;
}
#people-list .email a {
    color: #1c3b4e;
    opacity: 0.7;
    -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-list .email a:hover {
    opacity: 1;
}
/*#people-list .email:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background-color: #d0d0d0;
}*/
/*#people-list .sns {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}*/
#people-list .sns {
    margin: 10px 0 0 0;
}
#people-list .sns span {
    font-size: 1.5em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

#people-list .sub-info {
    position: absolute;
    top: 10%;
    right: 10%;
    white-space: nowrap;
    text-align: center;
    padding: 0 60px;
}
/*#people-list .sub-info:before,
#people-list .sub-info:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Gowun Batang', serif;
    font-size: 10em;
}
#people-list .sub-info:before {
    content: '{';
    left: 0;
}
#people-list .sub-info:after {
    content: '}';
    right: 0;
}*/
#people-list .sub-info > small {
    position: absolute;
    font-size: 2em;
    color: #1c3b4e;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
#people-list .sub-info .en-name {
    font-size: 4em;
    font-weight: 600;
    letter-spacing: -1px;
    color: #1c3b4e;
}
#people-list .sub-info .flex {
    width: fit-content;
    align-items: end;
    margin: 0 auto;
}
#people-list .sub-info .flex a {
    display: inline-block;
    padding: 10px 15px 0;
    font-size: 2em;
    -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-list .sub-info .flex img {
    width: 32px;
}
#people-list .sub-info .fa-facebook-f {
    color: #3d9fff;
}
#people-list .sub-info .fa-youtube {
    color: #fe0000;
}
#people-list .sub-info a:hover {
    transform: translateY(-10px);
}
#people-list .sub-info .name {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #DDD;
}
#people-list.grid-3 .name {
    font-size: 1.9em;
    position: relative;
    padding: 30px 0 0 0;
}
#people-list.grid-3 .name small {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    font-size: 0.75em;
}
#people-list.grid-3 .name .add_info {
    font-size: 0.7em;
    padding: 15px 0 0;
    opacity: 0.8;
}

#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;
}

#people-list-wr .etc {
    position: relative;
    padding: 150px 0 160px;
}
#people-list-wr .etc:after {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f4f4;
}
#people-list-wr .etc .img-full {
    position: relative;
    margin: 20px 0 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 25px;
}
#people-list-wr .etc .img-full ul {
    align-items: center;
    justify-content: center;
    color: #FFF;
    padding: 30px 10px;
    column-gap: 10px;
    background: #163241;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 1400px) {
    #people-list .sub-info {
        right: 5%;
    }
    #people-list.grid-2 .info {
        bottom: 0;
        top: auto;
        left: 0;
        border-radius: 10px;
        background: #FFF;
        width: 100%;
        margin: 10px;
        padding: 15px;
        transform: scale(0.7) translate(-60px, 30px);
    }
}
@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;
    }
    #people-list.grid-2 > * {
        align-items: center;
    }
    #people-list .sub-info {
        position: relative;
        width: fit-content;
        margin: 0 auto 50px;
        left: 0;
        top: 0;
        font-size: 0.7em;
    }
}
@media (max-width: 900px) {
    #people-list-wr select {
        float: unset;
        margin: 10px 0 0;
        width: 100%;
    }
    #people-list-wr [data-group="담임목사"] {
        padding: 50px 0 150px;
    }
    #people-list.grid-2 {
        grid-template-columns: 1fr;
    }
    #people-list.grid-2 img {
        display: block;
        margin: 0 auto;
    }
    #people-list-wr .etc {
        padding: 100px 0 50px;
    }
    #people-list-wr .etc:after {
        display: none;
    }
    #people-list.grid-3 {
        grid-template-columns: 1fr;
    }
    #people-list.grid-3 > * {
        align-items: center;
    }
    #people-list.grid-3 .info {
        bottom: 0;
        top: auto;
        left: 0;
        border-radius: 10px;
        background: #FFF;
        width: 100%;
        margin: 10px;
        padding: 15px;
        transform: scale(0.7) translate(-70px, 10px);
    }
}
@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;*/
    }
    #people-list-wr [data-group="담임목사"] {
        padding: 0 0 30px;
    }
    #people-list {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #people-list img {
        width: 100%;
    }
    #people-view #history {
        padding-bottom: 0;
    }
    #people-list .name {
        font-size: 2em;
        margin-bottom: 5px;
    }
    #people-list .phone,
    #people-list .email,
    #people-list .work-place {
        font-size: 1.1em;
        margin: 0;
    }
    #people-list .info .email {
        font-size: 1.5em;
    }
    #people-list .sub-info .name {
        font-size: 3.5em;
    }
    #people-list .sub-info .name {
        font-size: 3.5em;
    }
    #people-list .sub-info .email {
        font-size: 2em;
    }
    #people-view-wr {
        margin: 50px 0 0;
    }
    #people-list .sub-info {
        font-size: 0.5em;
        padding: 0 40px;
    }
    #people-list .sub-info small {
        top: -20px;
    }
    #people-list .sub-info .flex a {
        font-size: 4.5em;
    }
    #people-list-wr .etc .img-full ul {
        padding: 10px;
    }
    #people-list-wr .etc .img-full ul li {
        font-size: 0.8em;
        font-weight: 400;
    }
    #people-list.grid-3 .info {
        transform: scale(0.7) translate(-80px, 30px);
    }
}
@media (max-width: 550px) {
    #people-list-wr .etc .img-full ul li {
        font-size: 0.6em;
    }
}