@charset "utf-8";

/* location.php — Figma 1:1081 위치 및 연락처 */

/* .location-page .company-visual__bg {
    background:
        linear-gradient(rgba(23, 28, 34, 0.75), rgba(23, 28, 34, 0.75)),
        url("/resources/img/sub/history/hero_layer1.jpg") center / cover no-repeat;
} */

/* 탭 4번 라벨이 길어 피그마와 동일하게 밑줄 폭 확대 */
.location-page .company-tabs__item:nth-child(4).company-tabs__item--active::after {
    width: 90px;
    max-width: calc(100% - 8px);
}

.location-body {
    padding: 80px 0 0;
    background: #fff;
}

.location-lead {
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.location-lead strong {
    font-weight: 800;
}

.location-contact {
    padding-bottom: 56px;
}

.location-contact__address {
    padding-bottom: 28px;
    border-bottom: 1px solid #d9d9d9;
}

.location-field-label {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #5c5c5c;
}

.location-contact__address .location-field-value {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.location-contact__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 28px;
    padding-top: 32px;
}

.location-field {
    min-width: 0;
}

.location-field h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 600;
    color: #5c5c5c;
}

.location-field p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.location-field a {
    color: inherit;
    text-decoration: none;
}

.location-field a:hover {
    text-decoration: underline;
}

.location-map {
    width: 100%;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    background: #e8e8e8;
    box-sizing: border-box;
}

.location-map__frame {
    position: relative;
    width: 100%;
    max-height: 620px;
    min-height: 280px;
    overflow: hidden;
    background: #e5e5e5;
}

.location-map__iframe {
    display: block;
    width: 100%;
    height: 620px;
    min-height: 280px;
    border: 0;
}

.location-transport {
    padding: 56px 0 100px;
    background: #fff;
}

.location-transport__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 80px;
    align-items: start;
}

.location-transport__title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #060606;
}

.location-transport__row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Figma Group 244 —보낸 SVG (ico_metro_line3.svg) */
.location-metro__brand {
    flex-shrink: 0;
    line-height: 0;
    margin-top: 2px;
}

.location-metro__ico {
    display: block;
    width: 50px;
    height: 26px;
}

.location-transport__text {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

.location-transport__text p {
    margin: 0;
}

.location-transport__text p + p {
    margin-top: 4px;
}

.location-parking__ico {
    display: block;
    width: 24px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 1024px) {
    .location-lead {
        font-size: 32px;
    }

    .location-contact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }

    .location-transport__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .location-map__iframe {
        height: 480px;
    }
}

@media (max-width: 768px) {
    .location-body {
        padding-top: 56px;
    }

    .location-lead {
        font-size: 26px;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .location-contact__grid {
        grid-template-columns: 1fr;
    }

    .location-transport__title {
        font-size: 24px;
    }

    .location-transport__text {
        font-size: 16px;
    }

    .location-map__iframe {
        height: 360px;
        min-height: 220px;
    }
}
