/* Korea Loop: applied only when the runtime's current-site guard adds kl-site. */
body.kl-site {
    --kl-ink: #111725;
    --kl-blue: #1647e8;
    --kl-yellow: #f5e64d;
    --kl-muted: #576171;
    --kl-line: #dce1e8;
    --kl-paper: #f5f6f8;
    --ast-global-color-0: #1647e8;
    --ast-global-color-1: #1037b7;
    --ast-global-color-2: #111725;
    --ast-global-color-3: #303b4b;
    --ast-global-color-4: #ffffff;
    --ast-global-color-5: #f5f6f8;
    background: #fff;
    color: var(--kl-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
body.kl-site *, body.kl-site *::before, body.kl-site *::after { box-sizing: border-box; }
body.kl-site a { color: var(--kl-blue); text-underline-offset: .2em; text-decoration-thickness: 1px; }
body.kl-site a:hover { color: #1037b7; }
body.kl-site a:focus-visible, body.kl-site button:focus-visible, body.kl-site input:focus-visible, body.kl-site select:focus-visible, body.kl-site textarea:focus-visible {
    outline: 3px solid var(--kl-blue);
    outline-offset: 5px;
}
body.kl-site h1, body.kl-site h2, body.kl-site h3, body.kl-site h4, body.kl-site h5, body.kl-site h6 {
    color: var(--kl-ink);
    font-family: inherit;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.035em;
    overflow-wrap: break-word;
}
body.kl-site h1 { font-size: clamp(2.25rem, 4.5vw, 3.65rem); }
body.kl-site h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
body.kl-site h3 { font-size: 1.45rem; }
body.kl-site .ast-container { max-width: 1264px; padding-inline: 32px; }
body.kl-site #primary { margin: 54px 0 76px; }
body.kl-site .site-content { background: #fff; }
body.kl-site .ast-separate-container .ast-article-post,
body.kl-site .ast-separate-container .ast-article-single { background: #fff; }
body.kl-site.ast-separate-container .ast-article-single { padding: 0; }
body.kl-site .site-header { background: #fff; }
body.kl-site .ast-primary-header-bar { background: #fff; border-bottom: 1px solid var(--kl-line); }
body.kl-site .site-title { line-height: 1; }
body.kl-site .site-title a { color: var(--kl-ink); font-size: 31px; font-weight: 800; letter-spacing: -.065em; text-decoration: none; }
body.kl-site .site-description { color: var(--kl-muted); font-size: 13px; letter-spacing: .015em; margin-top: 7px; }
body.kl-site .main-header-menu > .menu-item > .menu-link { font-size: 16px; font-weight: 650; color: var(--kl-ink); padding-inline: 14px; }
body.kl-site .main-header-menu > .current-menu-item > .menu-link,
body.kl-site .main-header-menu > .menu-item > .menu-link:hover { color: var(--kl-blue); }
body.kl-site .ast-header-button-1 .ast-custom-button { border-radius: 2px; font-size: 16px; font-weight: 650; background: var(--kl-blue); padding: 13px 18px; }
body.kl-site .ast-button-wrap .menu-toggle { border-radius: 2px; color: var(--kl-ink); }
body.kl-site .entry-content { overflow-wrap: break-word; }
body.kl-site:not(.home):not(.kl-topic-page).page .entry-header,
body.kl-site:not(.home):not(.kl-topic-page).page .entry-content { max-width: 820px; margin-inline: auto; }
body.kl-site .entry-header { margin-bottom: 32px; }
body.kl-site .entry-title { line-height: 1.12; letter-spacing: -.045em; }
body.kl-site .entry-content > h2 { margin-top: 2.2em; margin-bottom: .7em; }
body.kl-site .entry-content > h3 { margin-top: 1.8em; }
body.kl-site .entry-content p { margin-bottom: 1.3em; }
body.kl-site .entry-content ul, body.kl-site .entry-content ol { margin-left: 1.4em; }
body.kl-site .entry-content li + li { margin-top: .55em; }
body.kl-site .entry-content blockquote { border-left: 4px solid var(--kl-blue); background: var(--kl-paper); margin: 30px 0; padding: 22px 26px; color: var(--kl-ink); font-style: normal; }
body.kl-site .entry-content table { font-size: 16px; border-color: var(--kl-line); }
body.kl-site .entry-content th { background: var(--kl-paper); }
body.kl-site .entry-content td, body.kl-site .entry-content th { padding: 13px; border-color: var(--kl-line); vertical-align: top; }
body.kl-site .wp-block-table { overflow-x: auto; }
body.kl-site .wp-block-image img, body.kl-site .post-thumb-img-content img { border-radius: 2px; }
body.kl-site .wp-block-image figcaption, body.kl-site .wp-caption-text { color: var(--kl-muted); font-size: 13px; line-height: 1.5; text-align: left; }
body.kl-site .entry-meta, body.kl-site .entry-meta a { color: var(--kl-muted); font-size: 14px; }
body.kl-site .entry-content .kl-eyebrow { margin: 0 0 14px; color: var(--kl-blue); font-size: 12px; font-weight: 750; line-height: 1.5; letter-spacing: .105em; text-transform: uppercase; }
body.kl-site .kl-text-link { display: inline-flex; align-items: baseline; gap: 12px; font-size: 16px; font-weight: 650; line-height: 1.5; text-decoration: none; }
body.kl-site .kl-text-link:hover { text-decoration: underline; }
body.kl-site .kl-text-link span { font-size: 20px; }
body.kl-site .kl-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 52px; padding: 14px 21px; border: 1px solid var(--kl-blue); border-radius: 2px; background: var(--kl-blue); color: #fff; font-size: 16px; font-weight: 650; line-height: 1.4; text-decoration: none; }
body.kl-site .kl-button:hover { background: #1037b7; color: #fff; }
body.kl-site .kl-button span { font-size: 22px; }
body.kl-site .kl-photo { margin: 0; min-width: 0; }
body.kl-site .kl-photo .kl-image { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 2px; }
body.kl-site .kl-photo figcaption { padding-top: 9px; color: var(--kl-muted); font-size: 11px; line-height: 1.5; letter-spacing: 0; }
body.kl-site .kl-photo figcaption a { color: inherit; }
body.kl-site .kl-photo figcaption,body.kl-site .kl-card__photo figcaption { font-size:12px; }
body.kl-site.home #primary { margin-top: 28px; margin-bottom: 76px; }
body.kl-site.home .entry-header, body.kl-site.home .ast-single-entry-banner { display: none; }
body.kl-site.home .entry-content .kl-home { max-width: none; }
body.kl-site .kl-hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 46px; padding-top: 14px; }
body.kl-site .kl-hero__copy { padding: 25px 0; }
body.kl-site .kl-hero .kl-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 11px; }
body.kl-site .kl-hero .kl-eyebrow > span { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--kl-blue); }
body.kl-site .entry-content .kl-hero h1 { margin: 0 0 24px; font-size: clamp(3.5rem, 6.25vw, 5.3rem); font-weight: 800; line-height: .99; letter-spacing: -.075em; }
body.kl-site .kl-hero h1 em { color: var(--kl-blue); font-style: normal; }
body.kl-site .entry-content .kl-hero__intro { max-width: 405px; margin: 0 0 25px; color: #455064; font-size: 18px; line-height: 1.7; }
body.kl-site .kl-hero__actions { display: flex; flex-wrap: wrap; gap: 17px 25px; align-items: center; }
body.kl-site .entry-content .kl-hero__footnote { margin: 25px 0 0; color: var(--kl-muted); font-size: 12px; line-height: 1.6; }
body.kl-site .kl-hero__visual { min-width: 0; align-self: stretch; display: flex; align-items: center; }
body.kl-site .kl-hero__photo { width: 100%; }
body.kl-site .kl-hero__photo .kl-image { aspect-ratio: 1.17; max-height: 510px; object-position: center; }
body.kl-site .kl-hero--text { grid-template-columns: 1fr; padding: 30px 0; }
body.kl-site .kl-hero--text .kl-hero__intro { max-width: 650px; }
body.kl-site .kl-section { margin-top: 66px; }
body.kl-site .kl-section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 27px; }
body.kl-site .kl-section-heading h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.6rem); }
body.kl-site .kl-section-heading .kl-eyebrow { margin-bottom: 7px; }
body.kl-site .kl-section-heading > p { margin: 0; color: var(--kl-muted); font-size: 16px; line-height: 1.6; }
body.kl-site .kl-topics { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; border-top: 1px solid var(--kl-ink); border-bottom: 1px solid var(--kl-line); }
body.kl-site .kl-topic { display: block; min-width: 0; padding: 25px 23px 27px; border-right: 1px solid var(--kl-line); color: var(--kl-ink); text-decoration: none; transition: background-color .15s ease; }
body.kl-site .kl-topic:last-child { border-right: 0; }
body.kl-site .kl-topic--destinations { background: var(--kl-yellow); }
body.kl-site .kl-topic:hover { color: var(--kl-ink); background: var(--kl-paper); }
body.kl-site .kl-topic--destinations:hover { background: #f0de29; }
body.kl-site .kl-topic__top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 29px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; }
body.kl-site .kl-topic__top > span:last-child { font-size: 20px; line-height: 1; }
body.kl-site .kl-topic h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
body.kl-site .entry-content .kl-topic p { margin: 0; color: #455064; font-size: 16px; line-height: 1.65; }
body.kl-site .kl-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 28px; }
body.kl-site .kl-card { min-width: 0; margin: 0; }
body.kl-site .kl-card__photo .kl-image { aspect-ratio: 1.55; }
body.kl-site .kl-card__photo figcaption { font-size: 12px; }
body.kl-site .kl-card__body { padding: 17px 0 0; }
body.kl-site .kl-card--text { border-top: 3px solid var(--kl-blue); }
body.kl-site .kl-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-bottom: 11px; color: var(--kl-muted); font-size: 11px; font-weight: 500; letter-spacing: .025em; }
body.kl-site .kl-card__meta > span { color: var(--kl-blue); font-weight: 750; text-transform: uppercase; }
body.kl-site .entry-content .kl-card__title { margin: 0 0 13px; font-size: 23px; font-weight: 750; line-height: 1.26; letter-spacing: -.025em; }
body.kl-site .kl-card__title a { color: var(--kl-ink); text-decoration: none; }
body.kl-site .kl-card__title a:hover { color: var(--kl-blue); text-decoration: underline; }
body.kl-site .entry-content .kl-card__body > p { margin: 0 0 13px; color: #4f5a6b; font-size: 16px; line-height: 1.7; }
body.kl-site .kl-card .kl-text-link { font-size: 16px; }
body.kl-site .kl-editorial-note { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 90px; margin-top: 76px; padding: 35px 0 10px; border-top: 1px solid var(--kl-ink); }
body.kl-site .kl-editorial-note > .kl-eyebrow { grid-column: 1 / -1; margin-bottom: 14px; }
body.kl-site .kl-editorial-note h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); }
body.kl-site .entry-content .kl-editorial-note p { font-size: 16px; line-height: 1.75; }
body.kl-site .kl-editorial-note > div > p { color: #4f5a6b; }
body.kl-site .kl-topic-index { margin-top: 35px; }
body.kl-site .kl-index-more { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--kl-line); }
body.kl-site .kl-empty { padding: 30px; background: var(--kl-paper); border-left: 4px solid var(--kl-blue); font-size: 17px; }
body.kl-site .kl-empty h2 { font-size: 26px; }
body.kl-site .kl-empty p:last-child { margin-bottom: 0; }
body.kl-site.kl-topic-page .entry-header { max-width: 850px; }
body.kl-site.kl-topic-page .entry-content > p { max-width: 820px; }
body.kl-site.single-post #primary { width: 100%; }
body.kl-site.single-post .entry-header { max-width: 900px; margin-inline: auto; }
body.kl-site.single-post .entry-content { max-width: 820px; margin-inline: auto; font-size: 18px; line-height: 1.8; }
body.kl-site.single-post .entry-content > h2 { font-size: 30px; }
body.kl-site.single-post .entry-content > h3 { font-size: 23px; }
body.kl-site.single-post .ast-single-post-featured-section { max-width: 1000px; margin-inline: auto; }
body.kl-site.single-post .post-thumb-img-content img { display: block; max-height: 560px; width: 100%; object-fit: cover; }
body.kl-site .kl-article-discovery { margin-top: 58px; padding-top: 35px; border-top: 1px solid var(--kl-ink); }
body.kl-site .kl-related > h2 { margin: 0 0 26px; font-size: 32px; }
body.kl-site .kl-related .kl-card-grid { gap: 28px 23px; }
body.kl-site .kl-related .kl-card__title { font-size: 20px; }
body.kl-site .kl-related .kl-card__body > p { font-size: 16px; }
body.kl-site .kl-post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--kl-line); }
body.kl-site .kl-post-navigation > a { display: flex; flex-direction: column; gap: 9px; text-decoration: none; }
body.kl-site .kl-post-navigation > a:hover strong { text-decoration: underline; }
body.kl-site .kl-post-navigation > a > span { color: var(--kl-muted); font-size: 12px; }
body.kl-site .kl-post-navigation strong { font-size: 17px; line-height: 1.5; }
body.kl-site .kl-post-navigation__next { grid-column: 2; text-align: right; }
body.kl-site .ast-archive-description { padding: 0 0 30px; background: #fff; }
body.kl-site .ast-archive-title { color: var(--kl-ink); }
body.kl-site .ast-pagination .page-numbers { border-radius: 2px; }
body.kl-site .ast-pagination .page-numbers.current { background: var(--kl-blue); }
body.kl-site .site-below-footer-wrap { padding: 0; background: var(--kl-ink); }
body.kl-site .site-below-footer-wrap .ast-builder-grid-row { display: block; width: 100%; }
body.kl-site .site-below-footer-wrap .site-footer-section { display: block; width: 100%; }
body.kl-site .ast-footer-copyright { width: 100%; }
body.kl-site .kl-footer { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 60px; row-gap: 30px; max-width: 1200px; margin: 0 auto; padding: 48px 0 27px; text-align: left; color: #fff; }
body.kl-site .kl-footer a { color: #fff; }
body.kl-site .kl-footer__brand { display: inline-flex; align-items: baseline; gap: 18px; font-size: 35px; font-weight: 800; letter-spacing: -.06em; line-height: 1.1; text-decoration: none; }
body.kl-site .kl-footer__brand > span { color: var(--kl-yellow); font-size: 36px; }
body.kl-site .kl-footer__identity p { margin: 11px 0 0; color: #c6cbd5; font-size: 14px; }
body.kl-site .kl-footer__links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 14px 25px; padding-top: 5px; }
body.kl-site .kl-footer__links a { font-size: 14px; text-decoration: none; }
body.kl-site .kl-footer__links a:hover { text-decoration: underline; }
body.kl-site .kl-footer__copyright { grid-column: 1 / -1; margin: 0; padding-top: 23px; border-top: 1px solid #3d4451; color: #b9c0cb; font-size: 12px; }
body.kl-site .kl-footer a:focus-visible { outline-color: var(--kl-yellow); }
@media (min-width: 1100px) {
    body.kl-site .kl-related .kl-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
    body.kl-site .kl-hero { gap: 30px; }
    body.kl-site .kl-hero__actions { align-items: flex-start; flex-direction: column; }
    body.kl-site .kl-topic { padding-inline: 18px; }
    body.kl-site .kl-topic h3 { font-size: 21px; }
    body.kl-site .main-header-menu > .menu-item > .menu-link { padding-inline: 9px; }
}
@media (max-width: 980px) {
    body.kl-site .ast-container { padding-inline: 24px; }
    body.kl-site .kl-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.kl-site .kl-topic { padding: 25px; }
    body.kl-site .kl-topic:nth-child(2) { border-right: 0; }
    body.kl-site .kl-topic:nth-child(n + 3) { border-top: 1px solid var(--kl-line); }
    body.kl-site .kl-topic__top { margin-bottom: 20px; }
    body.kl-site .kl-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.kl-site .kl-related .kl-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.kl-site .kl-editorial-note { column-gap: 40px; }
    body.kl-site .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link { min-height: 50px; padding-inline: 25px; }
    body.kl-site .ast-mobile-header-content { border-bottom: 1px solid var(--kl-line); }
}
@media (max-width: 760px) {
    body.kl-site .ast-container { padding-inline: 22px; }
    body.kl-site #primary { margin-top: 34px; margin-bottom: 50px; }
    body.kl-site.home #primary { margin-top: 0; margin-bottom: 50px; }
    body.kl-site .kl-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 0; }
    body.kl-site .kl-hero__copy { padding: 37px 0 0; }
    body.kl-site .entry-content .kl-hero h1 { font-size: clamp(3.65rem, 11vw, 5.3rem); margin-bottom: 20px; }
    body.kl-site .kl-hero .kl-eyebrow { margin-bottom: 19px; }
    body.kl-site .entry-content .kl-hero__intro { max-width: 590px; margin-bottom: 22px; font-size: 17px; }
    body.kl-site .kl-hero__actions { flex-direction: row; align-items: center; gap: 18px 24px; }
    body.kl-site .entry-content .kl-hero__footnote { margin-top: 18px; }
    body.kl-site .kl-hero__photo .kl-image { aspect-ratio: 1.55; max-height: 430px; }
    body.kl-site .kl-section { margin-top: 48px; }
    body.kl-site .kl-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 22px; }
    body.kl-site .kl-section-heading > p br { display: none; }
    body.kl-site .kl-editorial-note { grid-template-columns: 1fr; gap: 12px; margin-top: 49px; padding-top: 28px; }
    body.kl-site .kl-editorial-note > .kl-eyebrow { margin-bottom: 0; }
    body.kl-site .kl-editorial-note h2 { margin-bottom: 12px; }
    body.kl-site .kl-footer { column-gap: 30px; padding-top: 35px; }
    body.kl-site .kl-footer__links { gap: 12px 21px; }
    body.kl-site.single-post .entry-content > h2 { font-size: 28px; }
}
@media (max-width: 540px) {
    body.kl-site .ast-container { padding-inline: 20px; }
    body.kl-site .site-title a { font-size: 28px; }
    body.kl-site .site-description { font-size: 11px; }
    body.kl-site .kl-hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
    body.kl-site .kl-hero__copy { padding-top: 29px; }
    body.kl-site .entry-content .kl-hero h1 { font-size: clamp(3.35rem, 13.2vw, 4.8rem); }
    body.kl-site .kl-hero__photo .kl-image { aspect-ratio: 1.3; }
    body.kl-site .kl-topics { grid-template-columns: 1fr; }
    body.kl-site .kl-topic { border-right: 0; padding: 23px 20px; }
    body.kl-site .kl-topic + .kl-topic { border-top: 1px solid var(--kl-line); }
    body.kl-site .kl-topic__top { margin-bottom: 16px; }
    body.kl-site .kl-topic h3 { font-size: 25px; }
    body.kl-site .entry-content .kl-topic p { max-width: 390px; font-size: 16px; }
    body.kl-site .kl-card-grid, body.kl-site .kl-related .kl-card-grid { grid-template-columns: 1fr; gap: 34px; }
    body.kl-site .kl-card__photo .kl-image { aspect-ratio: 1.55; }
    body.kl-site .entry-content .kl-card__title { font-size: 25px; }
    body.kl-site .entry-content .kl-card__body > p { font-size: 16px; }
    body.kl-site .kl-card .kl-text-link { font-size: 16px; }
    body.kl-site .kl-card__meta { font-size: 12px; }
    body.kl-site .kl-related .kl-card__title { font-size: 24px; }
    body.kl-site .kl-post-navigation { gap: 23px; grid-template-columns: 1fr; }
    body.kl-site .kl-post-navigation__next { grid-column: 1; text-align: left; }
    body.kl-site .kl-post-navigation strong { font-size: 18px; }
    body.kl-site .kl-footer { grid-template-columns: 1fr; row-gap: 25px; padding-bottom: 25px; }
    body.kl-site .kl-footer__brand { font-size: 37px; }
    body.kl-site .kl-empty { padding: 23px; }
    body.kl-site .entry-content blockquote { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    body.kl-site .kl-topic { transition: none; }
}
/* Astra's full-width page setting otherwise removes the content gutter. */
body.kl-site #content > .ast-container { max-width:1264px; padding-inline:32px; margin-inline:auto; }
body.kl-site .main-header-menu > .kl-login-link { align-self:center; }
body.kl-site .main-header-menu > .kl-login-link > .menu-link { display:inline-flex;align-items:center;height:42px;line-height:1.4;border:1px solid var(--kl-ink);border-radius:2px;margin-left:12px;padding:8px 13px;font-size:14px; }
@media(max-width:760px){body.kl-site #content > .ast-container{padding-inline:20px}.ast-header-break-point.kl-site .main-header-menu > .kl-login-link > .menu-link{margin:10px 24px 16px;height:44px}}
