/* Korean-first subpage typography */
.igp-subpage .igp-page-intro h1,
.igp-subpage .igp-booking-copy h1 {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 520;
    font-style: normal;
    letter-spacing: -.045em;
    line-height: 1.1;
    text-wrap: balance;
}

.igp-subpage .igp-page-intro h1 {
    font-size: clamp(48px, 4.8vw, 76px);
    max-width: 900px;
}

.igp-subpage .igp-booking-copy h1 {
    font-size: clamp(46px, 4.25vw, 68px);
    max-width: 660px;
}

.igp-subpage .igp-page-intro h1 em,
.igp-subpage .igp-booking-copy h1 em {
    display: inline-block;
    margin-top: .08em;
    font-family: inherit;
    font-weight: 560;
    font-style: normal;
    letter-spacing: -.055em;
    line-height: 1.12;
}

.igp-subpage .igp-page-intro > p:last-child,
.igp-subpage .igp-booking-copy > p:not(.igp-kicker) {
    line-height: 1.85;
    letter-spacing: -.012em;
}

.igp-subpage .igp-course-statement {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(25px, 2.5vw, 42px);
    line-height: 1.3;
    letter-spacing: -.035em;
}

.igp-subpage .igp-stay-grid h2,
.igp-subpage .igp-about-values h2 {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.25;
}

/* Use lining figures for the public phone number. Georgia's text figures make
   the final 8 appear raised beside the other digits on Windows browsers. */
.igp-footer-contact .igp-footer-phone {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    line-height: 1.05;
    letter-spacing: -.035em;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .igp-subpage .igp-page-intro h1,
    .igp-subpage .igp-booking-copy h1 {
        font-size: clamp(38px, 10.6vw, 46px);
        line-height: 1.13;
        letter-spacing: -.045em;
        text-wrap: pretty;
    }

    .igp-subpage .igp-page-intro h1 em,
    .igp-subpage .igp-booking-copy h1 em {
        margin-top: .1em;
        line-height: 1.15;
    }

    .igp-subpage .igp-course-statement {
        font-size: clamp(22px, 6.4vw, 27px);
        line-height: 1.38;
    }
}
