#sub-banner {
    min-height: 550px;
}
.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;
}
#people-list-wr h3 {
    font-size: 1.7em;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D0D0D0;
}
#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 {
    column-gap: 50px;
    row-gap: 80px;
}
#people-list > * {
    position: relative;
    padding: 30px 0 80px;
    background-color: #F6F6F6;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    -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 > *:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}
#people-list .info {
    padding: 30px 0;
}
#people-list .name {
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 35px;
    cursor: pointer;
}
#people-list .name small {
    display: block;
    font-size: 0.5em;
    color: #8a8a8a;
    font-weight: 300;
    margin-top: 3px;
}
#people-list .phone,
#people-list .email,
#people-list .work-place {
    font-size: 1.4em;
    line-height: 30px;
}
[id^="people-"] .sns {
    font-size: 0;
}
#people-list .sns {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
[id^="people-"] .sns > * {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E9E9E9;
    margin: 0 7px;
    cursor: pointer;
    -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;
}
[id^="people-"] .sns > *:hover {
    background-color: #626262;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
[id^="people-"] .sns > *:hover:before {
    color: #FFF !important;
}
[id^="people-"] .sns > *:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-size: 21pt;
}
[id^="people-"] .sns .facebook:before {
    content: "\f39e";
    color: #286EF2;
    font-size: 19pt;
}
[id^="people-"] .sns .insta:before {
    content: "\f16d";
    background: rgb(229,202,123);
    background: linear-gradient(104deg, rgba(229,202,123,1) 0%, rgba(232,60,116,1) 34%, rgba(142,36,188,1) 65%);
    color: transparent;
    -webkit-background-clip: text;
}
[id^="people-"] .sns .twitter:before {
    content: "\f099";
    color: #01CDFF;
}
[id^="people-"] .sns .youtybe:before {
    content: "\f167";
    color: #c40d0d;
}

#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 .detail-img img {
    max-width: 100%;
}
#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;
}

@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-search span {
        max-width: 90vw;
    }
    #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;
    }
}