.article6 {
    display: none;
}

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

#map {
    width: 60%;
    height: 700px;
    border: 1px solid #eee;
    background-color: #ddd;
}

#daumRoughmapContainer1731607163955 {
    width: 100%;
    height: 100%;
}

.root_daum_roughmap .wrap_map {
    height: 700px !important;
}

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

.loc-box h5 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

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

.loc-box li span {
    width: 80px;
    min-width: 80px;
    color: #555;
    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-telBtn {
    width: fit-content;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}

.loc-telBtn i {
    font-size: 32px;
}

.rsvBtn {
    color: #fff;
    width: 250px;
    height: 58px;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #03c95a;
}

.rsvBtn img {
    width: 22px;
}

.rsvBtn i {
    font-size: 22px;
    font-weight: 300;
}


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

    #map {
        width: 100%;
        height: 350px;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }
}


@media (max-width: 768px) {
    .rsvBtn {
        width: 220px;
        height: 52px;
        font-size: 18px;
    }
    
    .rsvBtn img {
        width: 18px;
    }
    
    .rsvBtn i {
        font-size: 18px;
    }
}


@media (max-width: 550px) {
    .loc-wrapper {
        flex-direction: column-reverse;
    }
    
    .loc-box h5 {
        font-size: 18px;
    }

    .loc-box li {
        font-size: 15px;
        font-weight: 500;
        gap: 1.2rem;
    }

    .loc-box li span {
        width: 75px;
        min-width: 75px;
    }

    .loc-box-group {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

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

    .loc-box-group a {
        width: 100%;
        height: 50px;
    }

    .loc-telBtn {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #111;
    }

    .loc-telBtn i {
        font-size: 16px;
    }

    .rsvBtn {
        width: 190px;
        height: 46px;
        font-size: 16px;
    }
    
    .rsvBtn img {
        width: 16px;
    }
    
    .rsvBtn i {
        font-size: 16px;
    }
}


@media (max-width: 450px) {
    .loc-box h5 {
        font-size: 18px;
    }

    .loc-box li {
        font-size: 13px;
    }

    .loc-box li span {
        width: 65px;
        min-width: 65px;
    }

    .loc-box-group a {
        height: 45px;
    }

    .loc-telBtn {
        font-size: 15px;
    }

    .loc-telBtn i {
        font-size: 14px;
    }

    .rsvBtn {
        width: 180px;
        height: 43px;
        font-size: 15px;
    }
    
    .rsvBtn img {
        width: 14px;
    }
    
    .rsvBtn i {
        font-size: 14px;
    }
}