#wrap { 
    min-height: 2150px;
}
/* 메인 컨턴츠 */
#mainComtents {
    min-height: 1600px;
    position: relative;
    padding-bottom: 180px;
}

.contentBoxBottom {
    height: 100%
}

#mainComtents > .contentBox > p  {
    margin: 60px 0;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    font-weight: 300;
}
#mainComtents > .contentBox > p  > span {
    color: rgb(25, 138, 105);
    font-weight: 600;
}

.contentBoxBottom > .memberImgDiv {
    width: 100%;
    text-align: center;
}
.contentBoxBottom > .memberImgDiv > .title {
    font-size: 32px;
    color: rgb(58, 58, 58);
    font-weight: 600;
    line-height: 0.938;
    text-align: center;
}
.contentBoxBottom > .div-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}   
.imgBox-margin {
    margin: 0 15px;
}
.imgBox {
    display: inline-block;
    border-top: 2px solid rgb(25, 138, 105);
    margin-top: 40px;
}

.imgBox > .imgBox-img {
    position: relative;
    width: 300;
    height: 325;
}
.imgBox > .imgBox-img > .imgBox-logo {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.imgBox > .imgBox-name {
    font-size: 18px;
}
.imgBox > .imgBox-name > p:nth-child(1) {
    color: rgb(25, 138, 105);
    font-weight: 600;
    margin: 24px 0 15px 0;
}
.imgBox > .imgBox-name > p:nth-child(2) {
    font-size: 24px;
    color: rgb(58, 58, 58);
    font-weight: 600;
    margin-bottom: 10px;
}
.imgBox > .imgBox-name > p:nth-child(3) {
    font-family: "Constantia";
    color: rgba(58, 58, 58, 0.502);
    font-style: italic;
}