.gms-page {
    --navy: #123f59;
    --blue: #087fbb;
    --sky: #eaf6fb;
    --ivory: #f8f4ec;
    --paper: #fff;
    --orange: #f18b2b;
    --ink: #173a50;
    --muted: #677a86;
    --line: #dce7ed;
    color: var(--ink);
    background: #fff;
    font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
    line-height: 1.72;
    word-break: keep-all
}

.gms-page * {
    box-sizing: border-box
}

.gms-page a {
    text-decoration: none
}

.gms-shell {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto
}

.gms-eyebrow {
    margin: 0 0 12px !important;
    color: var(--blue) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .16em !important
}

.gms-hero {
    padding: 72px 0;
    background: linear-gradient(135deg, #f8f4ec 0 52%, #eaf6fb 52% 100%)
}

.gms-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 64px;
    align-items: center
}

.gms-hero h1 {
    margin: 0 0 24px;
    color: var(--navy);
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.16;
    letter-spacing: -.055em;

    font-size: 3.5em;
    font-weight: 600;
}

.gms-hero-answer {
    max-width: 700px;
    margin: 0;
    color: #435f70;
    font-size: 18px;
    line-height: 1.8
}

.gms-hero-answer sup a {
    color: var(--orange);
    font-weight: 850
}

.gms-hero figure {
    position: relative;
    margin: 0;
    min-height: 490px
}

.gms-hero figure:before {
    position: absolute;
    inset: -14px 18px 18px -14px;
    border: 1px solid #b9d4df;
    border-radius: 180px 28px 28px 28px;
    content: ""
}

.gms-hero figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 180px 28px 28px 28px;
    box-shadow: 0 24px 55px rgba(18, 63, 89, .16)
}

.gms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 20px
}

.gms-actions a,
.gms-cta a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff !important;
    font-weight: 800;
    width: 14em;
}

.gms-actions a:nth-child(2) {
    background: #fff;
    color: var(--navy) !important;
    border: 1px solid #c7d9e2;
}
.gms-cta a:nth-child(2) {
    width: 12em;
}


.gms-hero small {
    color: #738590
}

.gms-local-nav {
    position: sticky;
    top: 109px;
    z-index: 1050;
    border-block: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px)
}

.gms-local-nav>div {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity
}

.gms-local-nav a {
    flex: 0 0 auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: #506a79;
    font-size: 13px;
    font-weight: 750;
    scroll-snap-align: start
}

.gms-local-nav a:hover {
    color: var(--blue)
}

.gms-answer {
    padding: 66px 0;
    background: var(--navy);
    color: #fff
}

.gms-answer-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
/*    align-items: start*/
    align-items: center;
}
.gms-answer h2 {
    margin: 0;
    font-size: clamp(28px, 3.3vw, 46px);
    line-height: 1.3;
    letter-spacing: -0.035em;
}
.gmi-answer h2 {
    margin: 0;
    font-size: clamp(24px, 3.3vw, 40px);
    line-height: 1.3;
    letter-spacing: -0.035em;
}
.gms-answer p:last-child {
    margin: 0;
    color: #dceaf1;
    font-size: 18px
}

.gms-answer sup a {
    color: #ffc47d
}

.gms-section {
    padding: 96px 0
}

.gms-points-section,
.gms-references,
.gms-route-section {
    background: var(--ivory)
}

.gms-section-head {
    display: grid;
    grid-template-columns: 1fr minmax(280px, .7fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 42px
}
.gmi-head h2,
.gms-section-head h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.25;
    letter-spacing: -.045em
}
.gms-section-head h2 {
    color: var(--navy);
}


.gms-section-head>p {
    margin: 0;
    color: var(--muted)
}

.gms-route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.gms-route-grid a {
    display: grid;
    min-height: 180px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    color: var(--navy);
    transition: .2s
}

.gms-route-grid a:hover {
    border-color: #9bcce0;
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(18, 63, 89, .08)
}

.gms-route-grid span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900
}

.gms-route-grid strong {
    align-self: end;
    font-size: 20px
}

.gms-route-grid p {
    margin: 5px 0 14px;
    color: var(--muted);
    font-size: 13px
}

.gms-route-grid em {
    color: var(--blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 850
}

.gms-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.gms-point {
    min-height: 300px;
    padding: 30px 26px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(18, 63, 89, .04)
}

.gms-icon {
    position: relative;
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #cae4ee;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 25%, #fff 0 16%, #eaf7fb 45%, #d7edf6 100%);
    color: var(--blue);
    box-shadow: inset 0 1px 0 #fff, 0 8px 20px rgba(8, 127, 187, .1)
}

.gms-icon:after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 5px rgba(241, 139, 43, .13);
    content: ""
}

.gms-icon svg {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.gms-icon .accent {
    stroke: var(--orange)
}

.gms-point-kicker {
    display: block;
    margin-bottom: 9px;
    color: #7c9aaa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em
}

.gms-point strong {
    display: block;
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 21px
}

.gms-point p {
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.gms-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden
}

.gms-process article {
    position: relative;
    min-height: 230px;
    padding: 36px 38px;
    background: #fff
}

.gms-process article:nth-child(1),
.gms-process article:nth-child(3) {
    border-right: 1px solid var(--line)
}

.gms-process article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line)
}

.gms-process article>span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em
}

.gms-process h3 {
    margin: 28px 0 12px;
    color: var(--navy);
    font-size: 25px
}

.gms-process p {
    margin: 0;
    color: var(--muted)
}

.gms-process-visuals,
.gms-visual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 20px
}

.gms-process-visuals figure,
.gms-visual-grid figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 63, 89, .06)
}

.gms-process-visuals img,
.gms-visual-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    background: #eef4f6
}

.gms-process-visuals figcaption {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 22px
}

.gms-visual-grid figcaption {
    padding: 24px 26px
}

.gms-process-visuals figcaption>span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900
}

.gms-process-visuals strong,
.gms-visual-grid strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 19px
}

.gms-process-visuals p,
.gms-visual-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.gms-visual-section {
    background: #f5fafc
}

.gms-care-section {
    background: linear-gradient(135deg, #113c55, #0d7291);
    color: #fff
}

.gms-care-section .gms-eyebrow {
    color: #92d9ef !important
}

.gms-care-section .gms-section-head h2,
.gms-care-section .gms-section-head>p {
    color: #fff
}

.gms-care-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.gms-care-grid article {
    min-height: 230px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08)
}

.gms-care-grid h3 {
    margin: 0 0 18px;
    font-size: 22px
}

.gms-care-grid p {
    margin: 0;
    color: #d8e7ed
}

.gms-attention {
    padding: 70px 0;
    background: #fff3e8;
    border-block: 1px solid #f3d6b8
}

.gms-attention-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 60px
}

.gms-attention h2 {
    margin: 0;
    color: #843d16;
    font-size: clamp(29px, 3.2vw, 43px);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.gms-attention ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none
}

.gms-attention li {
    position: relative;
    padding: 15px 18px 15px 50px;
    border-radius: 14px;
    background: #fff;
    color: #754527;
    font-size: 18px;
    font-weight: 500;
}

.gms-attention li:before {
    position: absolute;
    left: 18px;
    top: 15px;
    color: var(--orange);
    font-weight: 900;
    content: "!"
}

.gms-faq-section {
    background: #faf8f3
}

.gms-faq-layout {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 64px;
    align-items: start
}

.gms-faq-intro {
    position: sticky;
    top: 190px
}

.gms-faq-intro h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.28
}

.gms-faq-count {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid #f0c692;
    border-radius: 999px;
    background: #fff6e8;
    color: #9a531b;
    font-size: 12px;
    font-weight: 850
}

.gms-faq-intro>p:last-child {
    color: var(--muted)
}

.gms-faq-list {
    border-top: 2px solid var(--navy)
}

.gms-faq-item {
    border-bottom: 1px solid var(--line)
}

.gms-faq-item summary {
    display: grid;
    grid-template-columns: 52px 1fr 30px;
    gap: 10px;
    align-items: center;
    min-height: 92px;
    padding: 16px 8px;
    cursor: pointer;
    list-style: none
}

.gms-faq-item summary::-webkit-details-marker {
    display: none
}

.gms-q {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900
}

.gms-faq-question {
    display: grid;
    gap: 4px
}

.gms-faq-question small {
    color: #83939b;
    font-size: 10px;
    font-weight: 750
}

.gms-faq-question strong {
    color: var(--navy);
    font-size: 18px
}

.gms-plus {
    color: var(--orange);
    font-size: 25px;
    transition: .2s
}

.gms-faq-item[open] .gms-plus {
    transform: rotate(45deg)
}

.gms-faq-answer {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 0 18px 28px 58px
}

.gms-faq-answer>span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-weight: 850
}

.gms-faq-answer p {
    margin: 0;
    color: #526c7a
}

.gms-reference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px
}

.gms-reference-grid article {
    min-height: 285px;
    padding: 28px;
    border: 1px solid #ddd7cb;
    border-radius: 22px;
    background: #fff
}

.gms-reference-grid article>span {
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em
}

.gms-reference-grid h3 {
    margin: 20px 0 12px;
    font-size: 20px;
    line-height: 1.45
}

.gms-reference-grid h3 a {
    color: var(--navy)
}

.gms-reference-grid p {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 1em;
}

.gms-ref-link {
    color: var(--blue) !important;
    font-size: 13px;
    font-weight: 700
}

.gms-review {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px 24px;
    align-items: center;
    margin-top: 24px;
    padding: 26px;
    border-radius: 18px;
    background: var(--navy);
    color: #fff
}

.gms-review p {
    grid-column: 1/-1;
    margin: 0;
    color: #d9e7ed;
    font-size: 13px
}

.gms-related {
    background: #fff
}

.gms-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.gms-related-grid a {
    display: flex;
    min-height: 120px;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    color: var(--navy)
}

.gms-related-grid span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800
}

.gms-cta {
    padding: 80px 0 0;
    background: linear-gradient(135deg, #102f45, #075a7c);
    color: #fff
}

.gms-cta>.gms-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.gms-cta p {
    margin: 0 0 9px;
    color: #90d5ed;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .15em
}

.gms-cta h2 {
    margin: 0 0 9px;
    font-size: clamp(29px, 3.4vw, 46px);
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.gms-cta span {
    color: #d9e7ed
}

.gms-cta>div>div:last-child {
    display: flex;
    gap: 10px
}

.gms-cta a:nth-child(2) {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .45)
}

.gms-snoring .gms-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #9ed6e8;
    box-shadow: 0 12px 30px rgba(8, 127, 187, .14)
}

.gms-snoring .gms-icon:after {
    display: none
}

.gms-snoring .gms-icon svg {
    width: 66px;
    height: 66px;
    stroke-width: 2.8
}

.gms-icon text {
    font-size: 11px;
    font-weight: 700;
    fill: currentColor;
    stroke: none
}

@media(max-width:1000px) {
    .gms-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px
    }

    .gms-hero figure {
        min-height: 440px
    }

    .gms-points {
        grid-template-columns: 1fr 1fr
    }

    .gms-route-grid {
        grid-template-columns: 1fr 1fr
    }

    .gms-care-grid,
    .gms-reference-grid {
        grid-template-columns: 1fr
    }

    .gms-faq-layout {
        grid-template-columns: 1fr
    }

    .gms-faq-intro {
        position: static
    }

    .gms-related-grid {
        grid-template-columns: 1fr 1fr
    }

    .gms-local-nav {
        top: 101px
    }
}

@media(max-width:680px) {
    .gms-shell {
        width: min(100% - 28px, 1200px)
    }

    .gms-hero {
        padding: 42px 0;
        background: linear-gradient(180deg, #eaf6fb 0 42%, #f8f4ec 42% 100%)
    }

    .gms-hero-grid {
        display: flex;
        flex-direction: column-reverse
    }

    .gms-hero figure {
        width: 100%;
        min-height: 330px
    }

    .gms-hero figure:before {
        inset: -8px 8px 12px -8px
    }

    .gms-hero figure img {
        border-radius: 120px 22px 22px 22px
    }

    .gms-hero h1 {
        font-size: 38px
    }

    .gms-hero-answer {
        font-size: 16px
    }

    .gms-local-nav {
        top: 97px
    }

    .gms-answer,
    .gms-section {
        padding: 68px 0
    }

    .gms-answer-grid,
    .gms-section-head,
    .gms-attention-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .gms-points {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .gms-point {
        min-height: 250px;
        padding: 22px 16px
    }

    .gms-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px
    }

    .gms-icon svg {
        width: 42px;
        height: 42px
    }

    .gms-point strong {
        font-size: 17px
    }

    .gms-process,
    .gms-process-visuals,
    .gms-visual-grid,
    .gms-route-grid {
        grid-template-columns: 1fr
    }

    .gms-process article {
        min-height: 190px;
        padding: 28px
    }

    .gms-process article:nth-child(n) {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .gms-process article:last-child {
        border-bottom: 0
    }

    .gms-care-grid {
        grid-template-columns: 1fr
    }

    .gms-faq-item summary {
        grid-template-columns: 45px 1fr 22px
    }

    .gms-faq-question strong {
        font-size: 15px
    }

    .gms-faq-answer {
        padding-left: 45px
    }

    .gms-review {
        grid-template-columns: 1fr
    }

    .gms-related-grid {
        grid-template-columns: 1fr 1fr
    }

    .gms-cta>.gms-shell {
        align-items: flex-start;
        flex-direction: column
    }

    .gms-cta>div>div:last-child {
        width: 100%;
        flex-direction: column
    }

    .gms-cta a {
        width: 100% !important;
    }
}

@media(max-width:430px) {

    .gms-points,
    .gms-related-grid {
        grid-template-columns: 1fr
    }

    .gms-hero figure {
        min-height: 285px
    }
}
