@charset "utf-8";
.location-top-nav {
    position: relative;
}

.location-section {
    padding-top: 5.5rem;
    padding-bottom: 9rem;
}

.location-card {
    width: 100%;
}

.location-map-wrap {
    width: 100%;
    max-width: 640px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
}

.location-map {
    width: 100%;
    height: 360px;
}

.location-map .wrap_map {
    width: 100% !important;
    height: 360px !important;
}

.location-copy {
    margin-top: 1.5rem;
}

.location-title-line {
    display: block;
    width: 58px;
    height: 2px;
    background: #212121;
    margin-bottom: 1rem;
}

.location-title {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212121;
}

.location-address {
    margin-top: 1.25rem;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #656565;
}

.location-btn-row {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.875rem;
}

.location-btn {
    width: 100%;
    max-width: 309px;
    height: 54px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.location-btn--kakao {
    background: #fee500;
}

.location-btn--naver {
    background: #03c75a;
}

.location-btn-text {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    font-weight: 500;
    margin-left: 0.5rem;
}

.location-btn--kakao .location-btn-text {
    color: #212121;
}

.location-btn--naver .location-btn-text {
    color: #fff;
}

@media (max-width: 1023px) {
    .location-section {
        padding-top: 2.5rem;
        padding-bottom: 4.5rem;
    }

    .location-map {
        height: 260px;
    }

    .location-map .wrap_map {
        height: 260px !important;
    }

    .location-title {
        font-size: 1.5rem;
    }

    .location-address {
        font-size: 1rem;
        margin-top: 0.875rem;
    }

    .location-btn-row {
        margin-top: 1rem;
        gap: 0.625rem;
    }

    .location-btn {
        height: 48px;
    }
}