.c43769-guide-page,
.c43769-guide-page button,
.c43769-guide-page input,
.c43769-guide-page select,
.c43769-guide-page textarea {
    font-family: "Noto Sans KR", "Noto Sans", "Malgun Gothic", Arial, sans-serif;
}

.c43769-guide-page,
.c43769-guide-page * {
    box-sizing: border-box;
}

.c43769-guide-page .c43769-guide-main {
    width: 100%;
    min-width: 0;
}

.c43769-guide-wrap {
    width: calc(100% - 32px);
    max-width: 1460px;
    margin: 0 auto;
    padding: 42px 0 110px;
    color: #0a315b;
}

.c43769-guide-breadcrumb {
    position: static !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: auto;
    margin: 0 0 34px;
    padding: 0;
    color: #657382;
    font-size: 15px;
    line-height: 1.5;
    background: transparent;
}

.c43769-guide-breadcrumb a,
.c43769-guide-breadcrumb span,
.c43769-guide-breadcrumb strong {
    float: none;
    width: auto;
    color: inherit;
    font: inherit;
}

.c43769-guide-breadcrumb a:hover,
.c43769-guide-breadcrumb a:focus {
    color: #178f83;
    text-decoration: underline;
}

.c43769-guide-breadcrumb strong {
    color: #0a315b;
    font-weight: 800;
}

.c43769-guide-hero {
    position: relative;
    overflow: hidden;
    min-height: 205px;
    padding: 52px 64px;
    border-radius: 34px;
    background: linear-gradient(125deg, #eaf8f4 0%, #f4f8fc 68%, #e8f1f8 100%);
}

.c43769-guide-hero::after {
    position: absolute;
    right: -70px;
    bottom: -190px;
    width: 410px;
    height: 410px;
    border: 74px solid rgba(99, 187, 174, .12);
    border-radius: 50%;
    content: "";
}

.c43769-guide-hero p {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #2b958b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .08em;
}

.c43769-guide-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #073566;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.22;
    word-break: keep-all;
}

.c43769-guide-content {
    margin-top: 48px;
}

.c43769-guide-item {
    overflow: hidden;
    margin-top: 22px;
    padding: 38px 42px;
    border: 1px solid #dbe7e6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(19, 66, 85, .07);
}

.c43769-guide-item:first-child {
    margin-top: 0;
}

.c43769-guide-item h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    color: #073566;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

.c43769-guide-text {
    margin: 0;
    color: #40576c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: keep-all;
}

.c43769-guide-image {
    text-align: center;
}

.c43769-guide-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.c43769-guide-webpage {
    overflow-x: auto;
    max-width: 100%;
    color: #40576c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
}

.c43769-guide-webpage img,
.c43769-guide-webpage iframe,
.c43769-guide-webpage video,
.c43769-guide-webpage table {
    max-width: 100% !important;
}

.c43769-guide-webpage img,
.c43769-guide-webpage video {
    height: auto !important;
}

.c43769-guide-tools {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.c43769-guide-translation {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #b7dbd5;
    border-radius: 50%;
    color: #238e84;
    background: #edf8f6;
    transition: color .2s, background-color .2s, transform .2s;
}

.c43769-guide-translation svg {
    width: 21px;
    height: 21px;
}

.c43769-guide-translation:hover,
.c43769-guide-translation:focus {
    color: #fff;
    background: #238e84;
    transform: translateY(-2px);
}

.c43769-history {
    margin-top: 48px;
}

.c43769-history-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c43769-history-list::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 193px;
    width: 2px;
    background: #cce5e1;
    content: "";
}

.c43769-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    gap: 60px;
    align-items: center;
    margin-top: 22px;
}

.c43769-history-item:first-child {
    margin-top: 0;
}

.c43769-history-item::before {
    position: absolute;
    top: 50%;
    left: 185px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #52aa9e;
    box-shadow: 0 0 0 2px #86c8bf;
    content: "";
    transform: translateY(-50%);
}

.c43769-history-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    color: #0a4a70;
}

.c43769-history-date time {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
}

.c43769-history-date .c43769-guide-translation {
    width: 34px;
    height: 34px;
}

.c43769-history-date .c43769-guide-translation svg {
    width: 18px;
    height: 18px;
}

.c43769-history-card {
    min-width: 0;
    padding: 30px 34px;
    border: 1px solid #dbe7e6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(19, 66, 85, .06);
}

.c43769-history-card p {
    margin: 0;
    color: #40576c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0;
    word-break: keep-all;
}

.c43769-guide-empty,
.c43769-guide-placeholder {
    margin-top: 48px;
    padding: 70px 32px;
    border: 1px solid #dbe7e6;
    border-radius: 26px;
    text-align: center;
    background: #fff;
}

.c43769-guide-empty {
    color: #66798b;
    font-size: 16px;
    line-height: 1.75;
}

.c43769-guide-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    background: #65b8ad;
}

.c43769-guide-placeholder h2 {
    margin: 0 0 14px;
    color: #073566;
    font-size: 34px;
    font-weight: 800;
}

.c43769-guide-placeholder p {
    margin: 0;
    color: #617487;
    font-size: 18px;
}

.c43769-guide-page .c43769-footer {
    width: 100%;
    min-width: 0;
}

.c43769-directions {
    margin-top: 48px;
}

.c43769-directions-heading > p {
    margin: 0 0 8px;
    color: #2b958b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .1em;
}

.c43769-directions-heading > h2 {
    margin: 0;
    color: #073566;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    word-break: keep-all;
}

.c43769-directions-contact,
.c43769-directions-tools {
    padding: 38px 42px;
    border: 1px solid #dbe7e6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(19, 66, 85, .07);
}

.c43769-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.c43769-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 22px;
    border-radius: 18px;
    background: #f3f9f8;
}

.c43769-contact-icon,
.c43769-visit-grid > article > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    color: #278f85;
    background: #e1f2ef;
}

.c43769-contact-icon svg,
.c43769-visit-grid > article > span svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.c43769-contact-card > div {
    min-width: 0;
}

.c43769-contact-card h3,
.c43769-visit-grid h3 {
    margin: 0 0 7px;
    color: #073566;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.c43769-contact-card p,
.c43769-visit-grid p {
    margin: 0;
    color: #40576c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.c43769-contact-card a {
    color: inherit;
    text-decoration: none;
}

.c43769-contact-card a:hover,
.c43769-contact-card a:focus {
    color: #137f75;
    text-decoration: underline;
}

.c43769-copy-address {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 10px 14px;
    border: 1px solid #72bcb3;
    border-radius: 12px;
    color: #176f68;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
    cursor: pointer;
}

.c43769-copy-address:hover,
.c43769-copy-address:focus {
    color: #fff;
    background: #238e84;
}

.c43769-copy-status {
    min-height: 24px;
    margin: 10px 0 -14px;
    color: #187b72;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-align: right;
}

.c43769-map-skip {
    margin: 12px 0 8px;
    font-size: 15px;
    line-height: 1.5;
    text-align: right;
}

.c43769-map-skip a {
    color: #4c687c;
}

.c43769-map-shell {
    overflow: hidden;
    min-height: 510px;
    border: 1px solid #d4e4e2;
    border-radius: 24px;
    background: #edf7f5;
    box-shadow: 0 15px 35px rgba(19, 66, 85, .08);
}

.c43769-kakao-map[hidden],
.c43769-map-fallback[hidden] {
    display: none !important;
}

.c43769-kakao-map {
    width: 100%;
    height: 510px;
}

.c43769-map-fallback {
    display: flex;
    min-height: 510px;
    padding: 45px 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(135deg, #e9f7f4 0%, #f3f8fc 100%);
}

.c43769-map-fallback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
    border-radius: 28px;
    color: #318f86;
    background: #d7efeb;
}

.c43769-map-fallback-icon svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.c43769-map-fallback strong {
    color: #073566;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.c43769-map-fallback p {
    margin: 10px 0 22px;
    color: #40576c;
    font-size: 16px;
    line-height: 1.75;
}

.c43769-map-fallback a,
.c43769-route-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 21px;
    border-radius: 14px;
    border: 1px solid #e4cb00;
    color: #191919;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    background: #fee500;
    transition: background-color .2s, transform .2s;
}

.c43769-map-fallback a:hover,
.c43769-map-fallback a:focus,
.c43769-route-actions a:hover,
.c43769-route-actions a:focus {
    color: #111;
    background: #f2d600;
    transform: translateY(-2px);
}

.c43769-map-label {
    padding: 10px 14px;
    color: #073566;
    font-family: "Noto Sans KR", "Noto Sans", "Malgun Gothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.c43769-directions-tools {
    margin-top: 28px;
}

.c43769-route-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.c43769-route-actions a {
    gap: 10px;
}

.c43769-route-actions svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.c43769-visit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.c43769-visit-grid > article {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
    padding: 26px;
    border: 1px solid #dbe7e6;
    border-radius: 18px;
    background: #fff;
}

.c43769-visit-grid > article > div {
    min-width: 0;
}

.c43769-visit-grid p {
    word-break: keep-all;
}

.c43769-visit-grid a {
    display: inline-block;
    margin-top: 12px;
    color: #167e74;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 780px) {
    .c43769-guide-wrap {
        width: calc(100% - 28px);
        padding: 26px 0 80px;
    }

    .c43769-guide-breadcrumb {
        gap: 7px;
        margin-bottom: 22px;
        font-size: 13px;
    }

    .c43769-guide-hero {
        min-height: 150px;
        padding: 34px 24px;
        border-radius: 24px;
    }

    .c43769-guide-hero::after {
        right: -110px;
        bottom: -210px;
    }

    .c43769-guide-hero p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.45;
    }

    .c43769-guide-hero h1 {
        font-size: 31px;
    }

    .c43769-guide-content {
        margin-top: 28px;
    }

    .c43769-guide-item {
        margin-top: 16px;
        padding: 25px 21px;
        border-radius: 20px;
    }

    .c43769-guide-item h2 {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .c43769-guide-text,
    .c43769-guide-webpage {
        font-size: 15px;
        line-height: 1.65;
        word-break: normal;
    }

    .c43769-guide-empty,
    .c43769-guide-placeholder {
        margin-top: 28px;
        padding: 48px 20px;
        border-radius: 20px;
    }

    .c43769-guide-placeholder h2 {
        font-size: 27px;
    }

    .c43769-guide-placeholder p {
        font-size: 16px;
    }

    .c43769-history {
        margin-top: 28px;
    }

    .c43769-history-list {
        padding-left: 24px;
    }

    .c43769-history-list::before {
        top: 16px;
        bottom: 16px;
        left: 6px;
    }

    .c43769-history-item {
        display: block;
        margin-top: 18px;
    }

    .c43769-history-item::before {
        top: 14px;
        left: -25px;
        width: 12px;
        height: 12px;
        transform: none;
    }

    .c43769-history-date {
        justify-content: flex-start;
        margin-bottom: 9px;
    }

    .c43769-history-date time {
        font-size: 18px;
    }

    .c43769-history-card {
        padding: 22px 20px;
        border-radius: 17px;
    }

    .c43769-history-card p {
        font-size: 15px;
        line-height: 1.65;
        word-break: normal;
    }

    .c43769-directions {
        margin-top: 28px;
    }

    .c43769-directions-contact,
    .c43769-directions-tools {
        padding: 25px 21px;
        border-radius: 20px;
    }

    .c43769-directions-heading > p {
        font-size: 13px;
    }

    .c43769-directions-heading > h2 {
        font-size: 27px;
    }

    .c43769-contact-grid,
    .c43769-route-actions,
    .c43769-visit-grid {
        grid-template-columns: 1fr;
    }

    .c43769-contact-grid {
        margin-top: 20px;
    }

    .c43769-contact-card {
        align-items: flex-start;
        padding: 19px 17px;
    }

    .c43769-contact-address {
        flex-wrap: wrap;
    }

    .c43769-contact-address > div {
        flex: 1 1 calc(100% - 70px);
    }

    .c43769-contact-card h3,
    .c43769-visit-grid h3,
    .c43769-map-fallback strong {
        font-size: 18px;
    }

    .c43769-contact-card p,
    .c43769-visit-grid p,
    .c43769-map-fallback p,
    .c43769-map-fallback a,
    .c43769-route-actions a,
    .c43769-visit-grid a {
        font-size: 15px;
        line-height: 1.65;
        word-break: normal;
    }

    .c43769-copy-address {
        width: 100%;
        margin-left: 0;
        font-size: 15px;
    }

    .c43769-map-shell,
    .c43769-map-fallback {
        min-height: 360px;
    }

    .c43769-kakao-map {
        height: 360px;
    }

    .c43769-map-fallback {
        padding: 34px 19px;
    }

    .c43769-map-fallback-icon {
        width: 74px;
        height: 74px;
        border-radius: 23px;
    }

    .c43769-route-actions {
        margin-top: 20px;
    }

    .c43769-route-actions a {
        justify-content: space-between;
    }

    .c43769-visit-grid > article {
        padding: 21px 18px;
    }
}
