/* 메인 컨턴츠 */
#mainComtents {
    padding-bottom: 30;
}
.contentBoxBottom {
    width: 100%;
}
.contentBoxBottom > .memberImgDiv {
    width: 100%;
    text-align: center;
}

/* 버튼 [광주/전남] */
.contentBoxBottom > .location-btnBox > button {
    width: 40%;
    font-size: 18px;
}
@media (max-width:458px) {
    .contentBoxBottom > .location-btnBox > button {
        margin: 0;
    }
}
@media (max-width:446px) {
    .contentBoxBottom > .location-btnBox > button:not(button:first-child) {
        margin-top: 5px;
    }
}
/* 지도 */
.contentBoxBottom > .location-mapBox {
    margin-bottom: 30;
}

/* 하단 설명 */
.contentBoxBottom > .location-textMap {
    flex-direction: column;
}
.contentBoxBottom > .location-textMap > div{
    width: 100%;
}

/* 하단 설명 - 왼쪽 박스 */
.contentBoxBottom > .location-textMap > .location-textMap-leftBox  {
    font-size: 20px;
    margin-bottom: 30;
}

/* 하단 설명 - 오른쪽 박스 */
.contentBoxBottom > .location-textMap > .location-textMap-rightBox >div > div {
    height: auto;
    margin-bottom: 10;
    font-size: 16;
}
.contentBoxBottom > .location-textMap > .location-textMap-rightBox > div > div > .imgBox  {
    min-width: 30px;
    margin-right: 5px;
}
.contentBoxBottom > .location-textMap > div.location-textMap-rightBox > div {
    padding-right: 0;
}
