@charset "utf-8";

/* Intro5 오시는 길 전용 스타일 */
.ctt_Intro5 #ctt_con {
    overflow: visible;
}

.ctt_Intro5 .eh-location-page {
    --loc-primary: #176b54;
    --loc-primary-dark: #0d4f3e;
    --loc-primary-soft: #edf7f3;
    --loc-blue: #2874b2;
    --loc-ink: #17212b;
    --loc-muted: #68737d;
    --loc-line: #dce3e8;
    width: 100%;
    color: var(--loc-ink);
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    box-sizing: border-box;
}

.ctt_Intro5 .eh-location-page *,
.ctt_Intro5 .eh-location-page *::before,
.ctt_Intro5 .eh-location-page *::after {
    box-sizing: border-box;
}

.ctt_Intro5 .eh-location-heading {
    margin-bottom: 40px;
    text-align: center;
}

.ctt_Intro5 .eh-location-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--loc-primary);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .18em;
}

.ctt_Intro5 .eh-location-heading h2 {
    margin: 0;
    color: var(--loc-ink);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -.045em;
}

.ctt_Intro5 .eh-location-heading h2::after {
    display: block;
    width: 42px;
    height: 3px;
    margin: 17px auto 0;
    border-radius: 3px;
    background: var(--loc-primary);
    content: "";
}

.ctt_Intro5 .eh-location-heading p {
    margin: 15px 0 0;
    color: var(--loc-muted);
    font-size: 15px;
}

.ctt_Intro5 .eh-location-map {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 475px;
    border-top: 5px solid var(--loc-primary);
    background: #eef1f3;
}

.ctt_Intro5 .eh-location-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.ctt_Intro5 .eh-location-map-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: var(--loc-primary-soft);
    color: var(--loc-primary-dark) !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.ctt_Intro5 .eh-location-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr) auto;
    gap: 0;
    align-items: stretch;
    margin-bottom: 60px;
    border: 1px solid var(--loc-line);
    border-top: 0;
    background: #fff;
}

.ctt_Intro5 .eh-location-summary-item {
    min-width: 0;
    padding: 25px 27px;
    border-right: 1px solid var(--loc-line);
}

.ctt_Intro5 .eh-location-label {
    display: block;
    margin-bottom: 7px;
    color: var(--loc-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.ctt_Intro5 .eh-location-summary strong {
    display: block;
    margin-bottom: 6px;
    color: var(--loc-ink);
    font-size: 20px;
    line-height: 1.35;
}

.ctt_Intro5 .eh-location-summary p {
    margin: 0;
    color: #4f5963;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.ctt_Intro5 .eh-location-summary p.eh-location-old-address {
    color: #8b939a;
    font-size: 12px;
}

.ctt_Intro5 .eh-location-map-button {
    display: grid;
    place-items: center;
    min-width: 174px;
    padding: 20px 25px;
    background: var(--loc-primary);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .2s ease;
}

.ctt_Intro5 .eh-location-map-button:hover,
.ctt_Intro5 .eh-location-map-button:focus-visible {
    background: var(--loc-primary-dark);
}

.ctt_Intro5 .eh-location-guide > h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 19px;
    color: var(--loc-ink);
    font-size: 27px;
    font-weight: 750;
    letter-spacing: -.035em;
}

.ctt_Intro5 .eh-location-guide > h3::before {
    width: 5px;
    height: 27px;
    border-radius: 5px;
    background: var(--loc-primary);
    content: "";
}

.ctt_Intro5 .eh-location-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ctt_Intro5 .eh-location-card,
.ctt_Intro5 .eh-location-car {
    overflow: hidden;
    border: 1px solid var(--loc-line);
    background: #fff;
}

.ctt_Intro5 .eh-location-card-head {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 65px;
    padding: 15px 21px;
    border-bottom: 1px solid var(--loc-line);
    background: #f7faf8;
}

.ctt_Intro5 .eh-location-card-head strong {
    font-size: 20px;
    font-weight: 750;
}

.ctt_Intro5 .eh-location-number,
.ctt_Intro5 .eh-location-card-icon {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--loc-primary);
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.ctt_Intro5 .eh-location-card-icon {
    background: var(--loc-blue);
    font-size: 9px;
    letter-spacing: .03em;
}

.ctt_Intro5 .eh-location-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 0;
    padding: 25px 22px 27px;
    color: #515b65;
    font-size: 14px;
    line-height: 1.55;
}

.ctt_Intro5 .eh-location-route > * {
    display: inline-flex;
    align-items: center;
}

.ctt_Intro5 .eh-location-route > *:not(:last-child)::after {
    margin: 0 9px;
    color: #aeb6bd;
    content: "›";
    font-size: 20px;
    font-weight: 400;
}

.ctt_Intro5 .eh-location-route b {
    color: var(--loc-ink);
}

.ctt_Intro5 .eh-location-route em {
    color: var(--loc-primary);
    font-style: normal;
    font-weight: 750;
}

.ctt_Intro5 .eh-location-car {
    margin-top: 24px;
}

.ctt_Intro5 .eh-location-car-routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ctt_Intro5 .eh-location-car-routes > div {
    min-width: 0;
    padding: 24px 23px 26px;
}

.ctt_Intro5 .eh-location-car-routes > div + div {
    border-left: 1px solid var(--loc-line);
}

.ctt_Intro5 .eh-location-car-routes b {
    display: block;
    margin-bottom: 9px;
    color: var(--loc-primary-dark);
    font-size: 16px;
}

.ctt_Intro5 .eh-location-car-routes p {
    margin: 0;
    color: #555f69;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.ctt_Intro5 .eh-location-notice {
    margin-top: 35px;
    padding: 18px 21px;
    border: 1px solid #dfe9e4;
    background: #f8fbf9;
    color: #66716c;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 900px) {
    .ctt_Intro5 .eh-location-summary {
        grid-template-columns: 1fr 1fr;
    }

    .ctt_Intro5 .eh-location-contact {
        border-right: 0;
    }

    .ctt_Intro5 .eh-location-map-button {
        grid-column: 1 / -1;
        min-height: 58px;
    }

    .ctt_Intro5 .eh-location-car-routes {
        grid-template-columns: 1fr;
    }

    .ctt_Intro5 .eh-location-car-routes > div + div {
        border-top: 1px solid var(--loc-line);
        border-left: 0;
    }
}

@media (max-width: 650px) {
    .ctt_Intro5 .eh-location-heading {
        margin-bottom: 29px;
    }

    .ctt_Intro5 .eh-location-heading h2 {
        font-size: 30px;
    }

    .ctt_Intro5 .eh-location-map {
        height: 330px;
    }

    .ctt_Intro5 .eh-location-summary {
        display: block;
        margin-bottom: 43px;
    }

    .ctt_Intro5 .eh-location-summary-item {
        padding: 21px 19px;
        border-right: 0;
        border-bottom: 1px solid var(--loc-line);
    }

    .ctt_Intro5 .eh-location-map-button {
        min-height: 56px;
    }

    .ctt_Intro5 .eh-location-guide > h3 {
        font-size: 23px;
    }

    .ctt_Intro5 .eh-location-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ctt_Intro5 .eh-location-route {
        display: grid;
        gap: 0;
        padding: 21px 20px 23px;
    }

    .ctt_Intro5 .eh-location-route > * {
        position: relative;
        padding: 5px 0 5px 20px;
    }

    .ctt_Intro5 .eh-location-route > *::before {
        position: absolute;
        top: 13px;
        left: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #c8d2cd;
        content: "";
    }

    .ctt_Intro5 .eh-location-route > *:not(:last-child)::after {
        display: none;
    }

    .ctt_Intro5 .eh-location-route em::before {
        background: var(--loc-primary);
    }

    .ctt_Intro5 .eh-location-car-routes > div {
        padding: 20px;
    }
}

@media print {
    .ctt_Intro5 .eh-location-map-button,
    .ctt_Intro5 .eh-location-notice {
        display: none !important;
    }

    .ctt_Intro5 .eh-location-map {
        height: 380px;
    }
}
