
/* 조사원 홈페이지 스타일 충돌 에러 */

/* 지도이동 */
.footer-wrap {
    width: 100%;
    height: auto;
    font-size: 0;    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: initial;
    bottom: 0;
}


/* 상세정보 */
dl dt {
    font-weight: 500;
    background: none;
    color: black;
    padding: 2px 2px;
    border-bottom: none;
}

dl dd {
    padding: 2px 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
    border-top: 0px;
    display: block;
}

