/* 메인 컨턴츠 */
#mainComtents {
    min-height: 1100px;
    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 > .div-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}   

/* 버튼 [광주/전남] */
.contentBoxBottom > .location-btnBox > button {
    min-width: 210px;
    width: auto;
    height: 55px;
    border-width: 2px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    background-color: rgb(255, 255, 255);

    font-size: 20px;
    color: rgb(118, 118, 118);
    line-height: 1.5;
    text-align: center;
}

.location-btnBox > button.on {
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(25, 138, 105);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

/* 지도 */
.contentBoxBottom > .location-mapBox {
    height: 500px;
    width: 99.8%;
    border: 1px solid black;
}

/* 하단 설명 */
.contentBoxBottom > .location-textMap > div{
    width: 49%;
}

/* 하단 설명 - 왼쪽 박스 */
.contentBoxBottom > .location-textMap > .location-textMap-leftBox  {
    font-size: 24px;
    color: rgb(58, 58, 58);
    font-weight: 600;
    line-height: 1.417;
    text-align: left;
    margin-right: 1%;
}

/* 하단 설명 - 오른쪽 박스 */
.contentBoxBottom > .location-textMap > .location-textMap-rightBox  {
    font-size: 18px;
    color: rgb(58, 58, 58);
    line-height: 1.5;
    font-weight: 400;
}
.contentBoxBottom > .location-textMap > div.location-textMap-rightBox > div {
    padding-right: 50px;
}
.contentBoxBottom > .location-textMap > .location-textMap-rightBox > div  p b {
    font-weight: 600;
}
.contentBoxBottom > .location-textMap > .location-textMap-rightBox >div > div {
    min-height: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contentBoxBottom > .location-textMap > .location-textMap-rightBox >div > div > .imgBox {
    min-width: 30px;
    margin-right: 10px;
}