.article5 {
    display: none;
}

.loc-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50rem;
}

#daumRoughmapContainer1748243251880 {
    width: 100%;
    background-color: #ddd;
}

#daumRoughmapContainer1748243251880 .wrap_map {
    width: 100%;
    height: 100% !important;
}

#daumRoughmapContainer1748243251880 .wrap_controllers.hide,
#daumRoughmapContainer1748243251880 .cont {
    display: none;
}

.root_daum_roughmap_landing .border2 {
    display: block !important;
}

.loc-box-wrapper {
    width: 50%;
}

.loc-box-wrapper,
.loc-box-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40rem;
}

.loc-box h5 {
    color: #222;
    font-size: 24rem;
    font-weight: 700;
    font-family: 'GMarket Sans';
    margin-bottom: 20rem;
}

.loc-box ul {
    display: flex;
    flex-direction: column;
    gap: 15rem;
}

.loc-box li {
    color: #222;
    font-size: 17rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 30rem;
}

.loc-box li span {
    width: 80rem;
    color: #666;
    font-weight: 500;
    text-align: justify;
    line-height: 0;
}

.loc-box li span::before {
    content: '';
    display: inline-block;
    width: 100%;
}

.loc-box li span::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.loc-box li p {
    color: #db0000;
}

.locBtn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.loc-telBtn {
    color: #fff;
    width: 100%;
    height: 58rem;
    font-size: 20rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--main-color);
}

.loc-telBtn.rsvBtn {
    background-color: #00d05d;
}

.loc-telBtn.rsvBtn img {
    height: 40%;
}


/*==================================================*/
@media (max-width: 768px) {
    .loc-wrapper {
        flex-direction: column;
        justify-content: unset;
    }

    #daumRoughmapContainer1748243251880 .wrap_map {
        height: 300rem !important;
    }

    .loc-box-wrapper {
        width: 100%;
    }

    .loc-box-group .loc-box h5 {
        display: none;
    }

    .loc-telBtn {
        height: 77rem;
        font-size: 28rem;
    }
}


@media (max-width: 550px) {
    .loc-box-wrapper {
        gap: 60rem;
    }
    
    .loc-box h5 {
        font-size: 36rem;
    }
    
    .loc-box li {
        font-size: 24rem;
    }

    .loc-box li span {
        width: 120rem;
    }
}


@media (max-width: 450px) {
    #daumRoughmapContainer1748243251880 .wrap_map .map div {
        top: 15px;
    }
}