.map_wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px 0;
    justify-content: space-between;
}

.map_wrap .desc_wrap {
    width: calc((100% - 50px) * 0.4);
    max-width: 409px;
}

.map_wrap .map_img {
    width: calc((100% - 50px) * 0.6);
    max-width: 603px;
    aspect-ratio: 1/0.573797;
    border-radius: 8px;
    overflow: hidden;
}

.map_wrap .addr {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-top: 24px;
}

.map_wrap .map_info {
    margin-top: 30px;
    border-top: 1px solid #E1E1E1;
    padding-top: 30px;
}

.map_wrap .map_info dl {
    display: flex;
    align-items: flex-start;
}

.map_wrap .map_info dl:not(:last-child) {
    margin-bottom: 12px;
}

.map_wrap .map_info dt {
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    flex-shrink: 0;
}

.map_wrap .map_info dd {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}

#daumRoughmapContainer1768377609339 {
    width: 100% !important;
    height: 100%;
}

.root_daum_roughmap .cont {
    display: none;
}

.root_daum_roughmap .wrap_map {
    height: 100% !important;
}

@media screen and (max-width:1023px) {
    .map_wrap {
        flex-direction: column;
    }

    .map_wrap .desc_wrap {
        width: 100%;
        max-width: 100%;
    }

    .map_wrap .map_img {
        width: 100%;
        max-width: 100%;
    }
}