.location-page {
    margin: -20px 0;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    color: #333;
}

.location-page__inner {
    width: calc(100% - 20px);
    max-width: 340px;
    margin: 30px auto 80px;
}

.location-page__title {
    margin: 0;
    color: #333;
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.location-page__hero {
    margin: 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.location-page__hero img {
    width: 100%;
    aspect-ratio: 1280 / 380;
    object-fit: cover;
    display: block;
}

.location-page__address-wrap {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.location-page__icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #599034;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}

.location-page__icon-box img {
    width: 20px;
    height: 20px;
    display: block;
}

.location-page__address-content {
    flex: 1;
    min-width: 0;
}

.location-page__address-content .location-page__address-title {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 700;
    word-break: keep-all;
}

.location-page__address-content p {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.03em;
    font-weight: 500;
    word-break: keep-all;
}

.location-page__address-content p + p {
    margin-top: 6px;
}

.location-page__address-content .location-page__address-title + p {
    margin-top: 20px;
}

.location-page__map {
    margin: 30px 0 0;
}

.location-page__map-inner {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 361px) {
    .location-page__inner {
        width: calc(100% - 20px);
        max-width: 747px;
    }
}

@media (min-width: 768px) {
    .location-page__inner {
        width: calc(100% - 60px);
        max-width: 963px;
        ;
        margin-bottom: 100px;
    }

    .location-page__title {
        font-size: 44px;
    }

    .location-page__icon-box {
        width: 80px;
        height: 80px;
        flex-basis: 80px;
    }

    .location-page__icon-box img {
        width: 34px;
        height: 34px;
    }

    .location-page__address-content .location-page__address-title {
        font-size: 33px;
        line-height: 1.2;
    }

    .location-page__address-content p {
        font-size: 18px;
        line-height: 1.66;
    }
}

@media (min-width: 1024px) {
    .location-page {
        max-width: 1660px;
        margin: 0 auto;
    }

    .location-page__inner {
        width: calc(100% - 30px);
        max-width: 1600px;
        ;
        margin-bottom: 120px;
    }

    .location-page__title {
        font-size: 55px;
        letter-spacing: -0.03em;
    }

    .location-page__hero {
        margin-top: 60px;
    }

    .location-page__address-wrap {
        margin-top: 50px;
        gap: 50px;
    }

    .location-page__icon-box {
        width: 108px;
        height: 108px;
        flex-basis: 108px;
    }

    .location-page__icon-box img {
        width: 54px;
        height: 54px;
    }

    .location-page__address-content .location-page__address-title {
        font-size: 33px;
        line-height: 1.2;
    }

    .location-page__address-content p {
        font-size: 18px;
        line-height: 1.66;
    }

    .location-page__map {
        margin-top: 50px;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    .location-page__map-inner {
        height: 440px;
    }
}
