/*
 * 병원소개 파일럿
 * - 공통 헤더/메뉴/퀵메뉴/푸터와 색·타이포는 슈가 시술 리뉴얼을 그대로 사용
 * - 본문 섹션 순서와 화면 리듬만 리뉴업 병원소개 와이어프레임을 참고
 */

body.sgr-intro-treatment {
    --sgr-wire-navy: #17233a;
    --sgr-wire-navy-soft: #263b5e;
    --sgr-wire-ink: #20252e;
    --sgr-wire-muted: #6e737c;
    --sgr-wire-paper: #f4f3ef;
    --sgr-wire-line: rgba(32, 37, 46, .15);
}

body.sgr-intro-treatment--doctors {
    --sgp-font: var(--sgr-font, "Noto Sans KR", "Noto Sans", sans-serif);
    --sgp-en: "Outfit", "Noto Sans KR", sans-serif;
    font-family: var(--sgp-font);
}

body.sgr-intro-treatment #container,
body.sgr-intro-treatment #container_wr,
body.sgr-intro-treatment #wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.sgr-intro-treatment #container_title,
body.sgr-intro-treatment #lnb {
    display: none !important;
}

body.sgr-intro-treatment #sub-wrap,
body.sgr-intro-treatment #contents {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

body.sgr-intro-treatment #contents {
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.sgr-intro-treatment .sgp-ribbon {
    letter-spacing: .15em;
}

/* The legacy tour/hours bodies borrow the doctors hero without copying it. */
body.sgr-intro-treatment--tour #sub_visual.sgp-hero,
body.sgr-intro-treatment--hours #sub_visual.sgp-hero {
    position: relative;
    z-index: 1;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden;
    background: #111722;
}

body.sgr-intro-treatment--tour #sub-wrap,
body.sgr-intro-treatment--hours #sub-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
}

body.sgr-intro-treatment--tour .sgp-hero-bg,
body.sgr-intro-treatment--hours .sgp-hero-bg {
    position: absolute;
    inset: -4% 0;
    will-change: transform;
}

body.sgr-intro-treatment--tour .sgp-hero-bgi,
body.sgr-intro-treatment--hours .sgp-hero-bgi {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.12);
    filter: blur(9px);
    animation: sgrIntroLegacyBlurIn 1.8s cubic-bezier(.37, 0, .63, 1) .1s both;
    will-change: transform, filter;
}

body.sgr-intro-treatment--tour .sgr-wire-hero .sgp-hero-bgi,
body.sgr-intro-treatment--hours .sgr-wire-hero .sgp-hero-bgi {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.sgr-intro-treatment--tour .sgr-intro-hero-image--mobile,
body.sgr-intro-treatment--hours .sgr-intro-hero-image--mobile {
    display: none;
}

body.sgr-intro-treatment--tour .sgp-hero-bg::after,
body.sgr-intro-treatment--hours .sgp-hero-bg::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 32, .05), rgba(10, 18, 32, .32));
    content: "";
}

body.sgr-intro-treatment--tour .sgp-hero-in,
body.sgr-intro-treatment--hours .sgp-hero-in {
    position: relative;
    z-index: 6;
    display: flex;
    width: min(calc(100vw - 60px), 1500px);
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
    padding: 0 30px;
    color: #fff;
    word-break: keep-all;
}

body.sgr-intro-treatment--tour .sgp-hb-l,
body.sgr-intro-treatment--tour .sgp-hb-r,
body.sgr-intro-treatment--hours .sgp-hb-l,
body.sgr-intro-treatment--hours .sgp-hb-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.sgr-intro-treatment--tour .sgp-hb-l,
body.sgr-intro-treatment--hours .sgp-hb-l {
    align-items: flex-start;
    text-align: left;
}

body.sgr-intro-treatment--tour .sgp-hb-r,
body.sgr-intro-treatment--hours .sgp-hb-r {
    flex: none;
    align-items: flex-end;
    text-align: right;
}

body.sgr-intro-treatment--tour .sgp-eyebrow,
body.sgr-intro-treatment--hours .sgp-eyebrow {
    margin: 0 0 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    animation: sgrIntroLegacyBlurTxt 1.2s cubic-bezier(.37, 0, .63, 1) .5s both;
}

body.sgr-intro-treatment--tour .sgp-head,
body.sgr-intro-treatment--hours .sgp-head {
    margin: 0;
    color: #fff;
    font-weight: 350;
    letter-spacing: -.04em;
    opacity: 0;
    filter: blur(5px);
    animation: sgrIntroLegacyBlurTxt 1.3s cubic-bezier(.37, 0, .63, 1) .6s both;
}

body.sgr-intro-treatment--tour .sgp-head .sgp-head-copy,
body.sgr-intro-treatment--tour .sgp-head strong,
body.sgr-intro-treatment--hours .sgp-head .sgp-head-copy,
body.sgr-intro-treatment--hours .sgp-head strong {
    display: block;
}

body.sgr-intro-treatment--tour .sgp-head strong,
body.sgr-intro-treatment--hours .sgp-head strong {
    font-weight: 600;
}

body.sgr-intro-treatment--tour .sgp-hb-r p,
body.sgr-intro-treatment--hours .sgp-hb-r p {
    margin: 0;
    color: #fff;
    opacity: 0;
    animation: sgrIntroLegacyBlurUp 1.2s cubic-bezier(.37, 0, .63, 1) .85s both;
}

body.sgr-intro-treatment--tour .sgp-hb-r .r1,
body.sgr-intro-treatment--hours .sgp-hb-r .r1 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1em;
}

body.sgr-intro-treatment--tour .sgp-hb-r .r2,
body.sgr-intro-treatment--hours .sgp-hb-r .r2 {
    margin-top: 10px;
    font-family: "Outfit", "Noto Sans KR", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    animation-delay: 1s;
}

body.sgr-intro-treatment--tour .sgp-hero-dark,
body.sgr-intro-treatment--hours .sgp-hero-dark {
    position: absolute;
    inset: 0;
    z-index: 5;
    visibility: hidden;
    background: rgba(24, 33, 55, .85);
    opacity: 0;
    pointer-events: none;
}

body.sgr-intro-treatment--tour .sgr-wire-hero .sgr-intro-hero-image--pc {
    background-color: #111722;
    background-image: url("/page/introduce/img/clinic-tour/interior-picture-1.jpg");
}

body.sgr-intro-treatment--hours .sgr-wire-hero .sgr-intro-hero-image--pc {
    background-color: #111722;
    background-image: url("/page/introduce/img/clinic-tour/interior-picture-2.jpg");
}

body.sgr-intro-treatment--tour .sgr-wire-hero .sgp-hero-bg::after,
body.sgr-intro-treatment--hours .sgr-wire-hero .sgp-hero-bg::after {
    background: linear-gradient(90deg, rgba(19, 28, 45, .88) 0%, rgba(19, 28, 45, .58) 46%, rgba(19, 28, 45, .18) 100%);
}

@keyframes sgrIntroLegacyBlurIn {
    from { transform: scale(1.12); filter: blur(9px); }
    to { transform: scale(1); filter: blur(0); }
}

@keyframes sgrIntroLegacyBlurTxt {
    from { opacity: 0; filter: blur(5px); }
    to { opacity: 1; filter: blur(0); }
}

@keyframes sgrIntroLegacyBlurUp {
    from { opacity: 0; filter: blur(5px); transform: translateY(50px); }
    to { opacity: 1; filter: blur(0); transform: none; }
}

/* 시술 페이지 메인 비주얼과 같은 높이 계약 */
body.sgr-intro-treatment #sub_visual.sgr-wire-hero {
    height: 100dvh;
    min-height: 560px;
}

@supports not (height: 100dvh) {
    body.sgr-intro-treatment #sub_visual.sgr-wire-hero {
        height: 100vh;
    }
}

body.sgr-intro-treatment .sgr-wire-hero .sgp-hero-bgi {
    background-color: var(--sgr-wire-navy) !important;
}

body.sgr-intro-treatment--philosophy .sgr-wire-hero .sgp-hero-bgi {
    background:
        linear-gradient(90deg, rgba(17, 29, 49, .98) 0%, rgba(17, 29, 49, .92) 45%, rgba(17, 29, 49, .47) 70%, rgba(17, 29, 49, .35) 100%),
        url("/renewal/introduce/img/philosophy-doctor.webp") 80% 30% / auto 118% no-repeat,
        #dfe2e5 !important;
}

body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-hero-bgi {
    background:
        linear-gradient(90deg, rgba(19, 28, 45, .88) 0%, rgba(19, 28, 45, .72) 42%, rgba(19, 28, 45, .25) 72%, rgba(19, 28, 45, .12) 100%),
        url("/renewal/introduce/img/doctor-introduction-hero.webp") center center / cover no-repeat,
        #111722 !important;
}

body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-hero-in {
    z-index: 6;
}

body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-head,
body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-eyebrow,
body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-hb-r .r1,
body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-hb-r .r2 {
    color: #fff;
}

body.sgr-intro-treatment .sgr-wire-hero .sgp-hero-bgi::after {
    background: linear-gradient(180deg, rgba(10, 18, 32, .05), rgba(10, 18, 32, .32)) !important;
}

body.sgr-intro-treatment .sgr-wire-hero .sgp-head {
    font-size: clamp(48px, 4.3vw, 78px);
    line-height: 1.22;
}

body.sgr-intro-treatment .sgr-wire-hero .sgp-eyebrow {
    font-family: inherit;
    font-style: normal;
    letter-spacing: .12em;
}

/* 리뉴업의 첫 대형 스토리 비주얼 역할 */
body.sgr-intro-treatment .sgp-motto.sgr-wire-story {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-bg {
    background:
        linear-gradient(90deg, rgba(17, 29, 49, .96) 0%, rgba(17, 29, 49, .87) 48%, rgba(17, 29, 49, .48) 72%, rgba(17, 29, 49, .3) 100%),
        url("/img/common/ending-visual.webp") center 56% / cover no-repeat !important;
    opacity: 1 !important;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-bg::after {
    background: none !important;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-wr {
    width: min(calc(100% - 96px), 1440px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-label {
    text-align: left;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-tit {
    max-width: 820px;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(40px, 4vw, 70px);
    line-height: 1.32;
}

body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-add,
body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-txt {
    max-width: 720px;
    margin-right: 0;
    margin-left: 0;
}

/* 의료진 장문 메시지 + 인물 전면 배치 */
body.sgr-intro-treatment .sgr-wire-story--doctor {
    background: #d8dde1 !important;
    color: var(--sgr-wire-ink);
}

body.sgr-intro-treatment .sgr-wire-story--doctor .sgp-motto-bg {
    display: none;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
    align-items: stretch;
    width: min(100% - 96px, 1520px);
    height: 100%;
    margin: 0 auto;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-copy {
    align-self: center;
    max-width: 740px;
    padding: 120px 70px 100px 0;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-copy .sgp-motto-label {
    margin-bottom: 30px;
    color: var(--sgr-wire-navy-soft);
    text-align: left;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-copy h2 {
    margin: 0 0 38px;
    color: var(--sgr-wire-ink);
    font-size: clamp(38px, 3.5vw, 64px);
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: -.045em;
    word-break: keep-all;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-copy > p:not(.sgp-motto-label) {
    margin: 0 0 44px;
    color: rgba(32, 37, 46, .72);
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.95;
    word-break: keep-all;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-copy > strong {
    display: block;
    color: var(--sgr-wire-navy);
    font-size: 17px;
    letter-spacing: .04em;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-photo {
    overflow: hidden;
    align-self: end;
    height: 88%;
    margin-top: auto;
    border-radius: 360px 360px 0 0;
    background: #c8cfd5;
}

body.sgr-intro-treatment .sgr-wire-doctor-letter-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

body.sgr-intro-treatment #sgr-intro-v2 {
    position: relative;
    z-index: 2;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden;
}

body.sgr-intro-treatment #sgr-intro-v2 .sgr-intro-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* 리뉴업 철학 패널의 큰 화면 리듬을 슈가 네이비 타이포 패널로 재해석 */
body.sgr-intro-treatment .sgr-wire-principles {
    background: #fff;
}

body.sgr-intro-treatment .sgr-wire-principle-list {
    border-top: 1px solid var(--sgr-wire-line);
}

body.sgr-intro-treatment .sgr-wire-principle {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    min-height: 78vh;
    border-bottom: 1px solid var(--sgr-wire-line);
}

body.sgr-intro-treatment .sgr-wire-principle:nth-child(even) .sgr-wire-principle-visual {
    order: 2;
}

body.sgr-intro-treatment .sgr-wire-principle-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    padding: clamp(46px, 5vw, 82px);
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 16%, rgba(104, 137, 187, .42), transparent 30%),
        linear-gradient(145deg, #253b5f 0%, #17233a 78%);
    color: #fff;
}

body.sgr-intro-treatment .sgr-wire-principle-visual::after {
    content: "";
    position: absolute;
    right: -22%;
    bottom: -40%;
    width: 80%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
}

body.sgr-intro-treatment .sgr-wire-principle-visual span {
    position: relative;
    z-index: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(94px, 11vw, 190px);
    font-weight: 400;
    line-height: .8;
    letter-spacing: -.08em;
}

body.sgr-intro-treatment .sgr-wire-principle-visual em {
    position: relative;
    z-index: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.5vw, 25px);
    font-style: italic;
    letter-spacing: .16em;
}

body.sgr-intro-treatment .sgr-wire-principle-copy {
    align-self: center;
    padding: clamp(60px, 8vw, 140px);
}

body.sgr-intro-treatment .sgr-wire-principle-copy h3 {
    margin: 28px 0 28px;
    color: var(--sgr-wire-ink);
    font-size: clamp(30px, 3vw, 50px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
}

body.sgr-intro-treatment .sgr-wire-principle-copy p {
    max-width: 640px;
    margin: 0;
    color: var(--sgr-wire-muted);
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.95;
    word-break: keep-all;
}

/* 철학 및 의료진 페이지의 후속 스토리 비주얼 */
body.sgr-intro-treatment .sgr-wire-bridge {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72vh;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(19, 30, 50, .82), rgba(19, 30, 50, .42)),
        url("/img/common/ending-visual.webp") center 56% / cover no-repeat;
    color: #fff;
}

body.sgr-intro-treatment .sgr-wire-bridge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 23, 39, .08), rgba(14, 23, 39, .28));
}

body.sgr-intro-treatment .sgr-wire-bridge .sgr-intro-shell {
    position: relative;
    z-index: 1;
}

body.sgr-intro-treatment .sgr-wire-bridge .sgr-intro-kicker {
    color: rgba(255, 255, 255, .6);
}

body.sgr-intro-treatment .sgr-wire-bridge blockquote {
    margin: 28px 0 30px;
    font-size: clamp(40px, 4.5vw, 76px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -.05em;
    word-break: keep-all;
}

body.sgr-intro-treatment .sgr-wire-bridge blockquote strong {
    font-weight: 700;
}

body.sgr-intro-treatment .sgr-wire-bridge .sgr-intro-shell > p:last-child {
    color: rgba(255, 255, 255, .74);
    font-size: clamp(17px, 1.4vw, 23px);
}

body.sgr-intro-treatment .sgr-wire-bridge--doctor {
    min-height: 64vh;
}

/* 리뉴업 안전 시스템 반복 모듈의 구조만 적용 */
body.sgr-intro-treatment .sgr-wire-safety {
    background: var(--sgr-wire-paper);
}

body.sgr-intro-treatment .sgr-wire-system-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--sgr-wire-line);
    border-left: 1px solid var(--sgr-wire-line);
}

body.sgr-intro-treatment .sgr-wire-system {
    min-height: 330px;
    padding: clamp(42px, 5vw, 74px);
    border-right: 1px solid var(--sgr-wire-line);
    border-bottom: 1px solid var(--sgr-wire-line);
    background: rgba(255, 255, 255, .5);
}

body.sgr-intro-treatment .sgr-wire-system-no {
    display: block;
    color: var(--sgr-wire-navy-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .12em;
}

body.sgr-intro-treatment .sgr-wire-system h3 {
    margin: 82px 0 22px;
    color: var(--sgr-wire-ink);
    font-size: clamp(25px, 2.1vw, 36px);
    font-weight: 600;
    letter-spacing: -.04em;
}

body.sgr-intro-treatment .sgr-wire-system p {
    max-width: 570px;
    margin: 0;
    color: var(--sgr-wire-muted);
    font-size: 17px;
    line-height: 1.85;
    word-break: keep-all;
}

/* 의료진 독립 약력 섹션 */
body.sgr-intro-treatment .sgr-doctor-profile {
    background: var(--sgr-wire-paper);
}

body.sgr-intro-treatment .sgr-doctor-profile-grid {
    align-items: start;
}

body.sgr-intro-treatment .sgr-doctor-name {
    top: 124px;
}

body.sgr-intro-treatment .sgr-doctor-name::before {
    content: "01";
    display: block;
    margin-bottom: 80px;
    color: rgba(38, 59, 94, .28);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(92px, 10vw, 170px);
    line-height: .75;
    letter-spacing: -.08em;
}

body.sgr-intro-treatment .sgr-doctor-profile .sgr-doctor-message {
    max-width: 820px;
}

body.sgr-intro-treatment .sgr-wire-doctor-divider {
    overflow: hidden;
    padding: 26px 0;
    background: var(--sgr-wire-navy);
    color: rgba(255, 255, 255, .12);
    white-space: nowrap;
}

body.sgr-intro-treatment .sgr-wire-doctor-divider span {
    display: block;
    transform: translateX(-2vw);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(86px, 11vw, 190px);
    line-height: .8;
    letter-spacing: .08em;
}

body.sgr-intro-treatment .sgr-anesthesia {
    background: var(--sgr-wire-navy);
}

body.sgr-intro-treatment .sgr-anesthesia-photo {
    border-radius: 300px 300px 0 0;
}

body.sgr-intro-treatment #ft {
    position: relative;
    z-index: 3;
}

@media (max-width: 1024px) {
    body.sgr-intro-treatment .sgr-wire-doctor-letter {
        width: min(100% - 48px, 900px);
        grid-template-columns: 1fr 1fr;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-copy {
        padding-right: 42px;
    }

    body.sgr-intro-treatment .sgr-wire-principle {
        grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    }

    body.sgr-intro-treatment .sgr-wire-principle-copy {
        padding: 64px 48px;
    }
}

@media (max-width: 900px) {
    body.sgr-intro-treatment #sub_visual.sgr-wire-hero {
        height: 100svh;
        min-height: 480px;
    }

    body.sgr-intro-treatment--philosophy .sgr-wire-hero .sgp-hero-bgi {
        background:
            linear-gradient(180deg, rgba(18, 30, 50, .42) 0%, rgba(18, 30, 50, .83) 70%, rgba(18, 30, 50, .97) 100%),
            url("/renewal/introduce/img/philosophy-doctor.webp") 64% 20% / auto 116% no-repeat,
            #dfe2e5 !important;
    }

    body.sgr-intro-treatment--doctors .sgr-wire-hero .sgp-hero-bgi {
        background:
            linear-gradient(180deg, rgba(18, 27, 44, .16) 0%, rgba(18, 27, 44, .52) 62%, rgba(18, 27, 44, .9) 100%),
            url("/renewal/introduce/img/doctor-introduction-hero-mobile.webp") center center / cover no-repeat,
            #111722 !important;
    }

    body.sgr-intro-treatment--tour .sgr-wire-hero .sgr-intro-hero-image--pc,
    body.sgr-intro-treatment--hours .sgr-wire-hero .sgr-intro-hero-image--pc {
        display: none;
    }

    body.sgr-intro-treatment--tour .sgr-wire-hero .sgr-intro-hero-image--mobile,
    body.sgr-intro-treatment--hours .sgr-wire-hero .sgr-intro-hero-image--mobile {
        display: block;
    }

    body.sgr-intro-treatment--tour .sgr-wire-hero .sgr-intro-hero-image--mobile {
        background-image: url("/mobile/page/introduce/img/clinic-tour/interior-picture-1.jpg");
    }

    body.sgr-intro-treatment--hours .sgr-wire-hero .sgr-intro-hero-image--mobile {
        background-image: url("/mobile/page/introduce/img/clinic-tour/interior-picture-2.jpg");
    }

    body.sgr-intro-treatment--tour .sgr-wire-hero .sgp-hero-bg::after,
    body.sgr-intro-treatment--hours .sgr-wire-hero .sgp-hero-bg::after {
        background: linear-gradient(180deg, rgba(18, 27, 44, .12) 0%, rgba(18, 27, 44, .52) 58%, rgba(18, 27, 44, .94) 100%);
    }

    body.sgr-intro-treatment .sgr-wire-hero .sgp-hero-in {
        align-items: flex-end;
        padding-bottom: 72px;
    }

    body.sgr-intro-treatment .sgr-wire-hero .sgp-hb-r {
        display: none;
    }

    body.sgr-intro-treatment .sgp-motto.sgr-wire-story {
        height: auto;
        min-height: 0;
    }

    body.sgr-intro-treatment .sgr-wire-story--philosophy {
        min-height: 820px !important;
    }

    body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-wr {
        width: min(100% - 48px, 760px);
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter {
        grid-template-columns: 1fr;
        height: auto;
        padding-top: 30px;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-copy {
        padding: 96px 0 64px;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-photo {
        width: min(100%, 620px);
        height: 760px;
        margin: 0 auto;
    }

    body.sgr-intro-treatment .sgr-wire-principle {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.sgr-intro-treatment .sgr-wire-principle:nth-child(even) .sgr-wire-principle-visual {
        order: 0;
    }

    body.sgr-intro-treatment .sgr-wire-principle-visual {
        min-height: 420px;
    }

    body.sgr-intro-treatment .sgr-wire-system-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.sgr-intro-treatment #sub_visual.sgr-wire-hero {
        height: 100svh;
        min-height: 480px;
    }

    body.sgr-intro-treatment .sgr-wire-hero .sgp-head {
        font-size: 39px;
        line-height: 1.35;
    }

    body.sgr-intro-treatment .sgr-wire-hero .sgp-eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    body.sgr-intro-treatment .sgr-wire-story--philosophy {
        min-height: 720px !important;
    }

    body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-wr {
        width: calc(100% - 40px);
    }

    body.sgr-intro-treatment .sgr-wire-story--philosophy .sgp-motto-tit {
        font-size: 34px;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter {
        width: calc(100% - 40px);
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-copy {
        padding: 72px 0 52px;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-copy h2 {
        font-size: 34px;
    }

    body.sgr-intro-treatment .sgr-wire-doctor-letter-photo {
        height: 570px;
        border-radius: 240px 240px 0 0;
    }

    body.sgr-intro-treatment .sgr-wire-principle-visual {
        min-height: 320px;
        padding: 36px 28px;
    }

    body.sgr-intro-treatment .sgr-wire-principle-copy {
        padding: 54px 20px 70px;
    }

    body.sgr-intro-treatment .sgr-wire-principle-copy h3 {
        margin-top: 22px;
        font-size: 28px;
    }

    body.sgr-intro-treatment .sgr-wire-bridge {
        min-height: 620px;
    }

    body.sgr-intro-treatment .sgr-wire-bridge blockquote {
        font-size: 36px;
    }

    body.sgr-intro-treatment .sgr-wire-system {
        min-height: 280px;
        padding: 42px 26px;
    }

    body.sgr-intro-treatment .sgr-wire-system h3 {
        margin-top: 62px;
    }

    body.sgr-intro-treatment .sgr-doctor-name::before {
        margin-bottom: 54px;
        font-size: 100px;
    }

    body.sgr-intro-treatment .sgr-anesthesia-photo {
        border-radius: 240px 240px 0 0;
    }
}

/*
 * 의료진 파일럿 — Aturn 의료진 페이지의 섹션 순서와 화면 리듬만 재구성
 * 슈가의 공통 셸·색상·서체와 실제 의료진 정보는 그대로 유지한다.
 */
body.sgr-intro-treatment--doctors .sgp-motto.sgr-wire-story.sgr-doctor-statement,
body.sgr-intro-treatment--doctors .sgr-doctor-spotlight,
body.sgr-intro-treatment--doctors .sgr-doctor-anesth,
body.sgr-intro-treatment--doctors .sgr-doctor-closing {
    box-sizing: border-box;
    min-height: 100vh !important;
    min-height: 100dvh !important;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement {
    display: flex;
    width: 100%;
    height: auto !important;
    padding: 100px 48px;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: var(--sgr-wire-ink);
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement .sgp-motto-bg {
    display: none;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    text-align: center;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement .sgr-intro-kicker {
    margin-bottom: 24px;
    color: var(--sgr-wire-navy-soft);
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement h2 {
    margin: 0;
    color: var(--sgr-wire-ink);
    font-size: clamp(42px, 4vw, 70px);
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: -.055em;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-copy {
    margin: 28px auto 0;
    color: var(--sgr-wire-muted);
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 2;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-fill {
    --sgr-doctor-fill: 0%;
    margin: clamp(96px, 14vh, 160px) auto 0;
    text-align: center;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-en,
body.sgr-intro-treatment--doctors .sgr-doctor-statement-note {
    color: rgba(112, 119, 128, .2);
    background: linear-gradient(90deg, #8d939b 0 var(--sgr-doctor-fill), #fff var(--sgr-doctor-fill) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .55px rgba(72, 80, 91, .28);
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-en {
    margin: 0;
    font-family: var(--sgp-en);
    font-size: clamp(36px, 4.4vw, 72px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.045em;
    text-align: center;
    white-space: normal;
}

body.sgr-intro-treatment--doctors .sgr-doctor-statement-note {
    margin: 28px auto 0;
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.9;
    text-align: center;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-spotlight {
    display: grid;
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 46vw);
    background: #e1e5e8;
}

body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-copy {
    align-self: center;
    max-width: 820px;
    padding: 70px clamp(50px, 6vw, 110px) 70px max(48px, calc((100vw - 1440px) / 2));
    text-align: left;
}

body.sgr-intro-treatment--doctors .sgr-doctor-section-no {
    margin: 0 0 42px;
    color: rgba(38, 59, 94, .52);
    font-family: var(--sgp-en, "Libre Baskerville", Georgia, serif);
    font-size: 14px;
    font-style: italic;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.sgr-intro-treatment--doctors .sgr-doctor-role {
    margin: 0 0 18px;
    color: var(--sgr-wire-navy-soft);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
}

body.sgr-intro-treatment--doctors .sgr-doctor-spotlight h2,
body.sgr-intro-treatment--doctors .sgr-doctor-anesth h2 {
    margin: 0;
    font-size: clamp(58px, 5.2vw, 84px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.07em;
}

body.sgr-intro-treatment--doctors .sgr-doctor-name-en {
    margin: 24px 0 0;
    color: rgba(32, 37, 46, .55);
    font-family: var(--sgp-en, "Libre Baskerville", Georgia, serif);
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
}

body.sgr-intro-treatment--doctors .sgr-doctor-lead {
    max-width: 680px;
    margin: 40px 0 0;
    font-size: clamp(21px, 1.7vw, 29px);
    line-height: 1.78;
    letter-spacing: -.035em;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-brief {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

body.sgr-intro-treatment--doctors .sgr-doctor-brief h3 {
    margin: 0 0 12px;
    color: var(--sgr-wire-navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
}

body.sgr-intro-treatment--doctors .sgr-doctor-brief h3 span {
    margin-left: 7px;
    color: rgba(38, 59, 94, .48);
    font-family: var(--sgp-en, "Libre Baskerville", Georgia, serif);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .06em;
}

body.sgr-intro-treatment--doctors .sgr-doctor-brief ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(38, 59, 94, .2);
    list-style: none;
}

body.sgr-intro-treatment--doctors .sgr-doctor-brief li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(38, 59, 94, .14);
    color: #4f5762;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-visual {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    background: #cdd3d7;
}

body.sgr-intro-treatment--doctors #sgr-intro-v2 .sgr-doctor-spotlight-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth {
    display: grid;
    grid-template-columns: minmax(440px, 42vw) minmax(0, 1fr);
    background: var(--sgr-wire-navy);
    color: #fff;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-visual {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    background: #f2f3f4;
}

body.sgr-intro-treatment--doctors #sgr-intro-v2 .sgr-doctor-anesth-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 8%;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-copy {
    align-self: center;
    max-width: 940px;
    padding: 120px max(48px, calc((100vw - 1440px) / 2)) 120px clamp(60px, 8vw, 140px);
    text-align: left;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth .sgr-doctor-section-no,
body.sgr-intro-treatment--doctors .sgr-doctor-anesth .sgr-doctor-role {
    color: rgba(255, 255, 255, .58);
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth .sgr-doctor-lead {
    color: rgba(255, 255, 255, .84);
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume {
    display: grid;
    margin-top: 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume h3 {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .58);
    font-family: var(--sgp-en, "Libre Baskerville", Georgia, serif);
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    list-style: none;
}

body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.65;
    word-break: keep-all;
}

body.sgr-intro-treatment--doctors .sgr-doctor-marquee {
    overflow: hidden;
    padding: 48px 0 52px;
    background: var(--sgr-wire-paper);
    color: rgba(38, 59, 94, .11);
}

body.sgr-intro-treatment--doctors .sgr-doctor-marquee p {
    margin: 0;
    transform: translateX(-3vw);
    font-family: var(--sgp-en);
    font-size: clamp(42px, 5vw, 82px);
    line-height: .95;
    letter-spacing: -.025em;
    white-space: nowrap;
}

body.sgr-intro-treatment--doctors .sgr-doctor-closing {
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
    align-items: center;
    background: #fff;
}

@media (max-width: 1100px) {
    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 44vw);
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-copy {
        padding-right: 44px;
        padding-left: 36px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth {
        grid-template-columns: minmax(380px, 42vw) minmax(0, 1fr);
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-copy {
        padding-right: 36px;
        padding-left: 56px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 900px) {
    body.sgr-intro-treatment--doctors .sgr-doctor-statement {
        padding: 80px 24px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement-en {
        white-space: normal;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement-note {
        margin-top: 26px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight {
        height: auto;
        grid-template-columns: 1fr;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-copy {
        max-width: none;
        padding: 100px 48px 90px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-visual {
        height: 760px;
        min-height: 0;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-visual img {
        object-position: 50% 24%;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth {
        grid-template-columns: 1fr;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-visual {
        height: 760px;
        min-height: 0;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-copy {
        max-width: none;
        padding: 100px 48px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }
}

@media (max-width: 640px) {
    body.sgr-intro-treatment--doctors .sgr-doctor-statement {
        padding: 80px 20px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement h2 {
        font-size: 33px;
        line-height: 1.52;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement-copy br {
        display: none;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement-en {
        margin: 0;
        font-size: 36px;
        line-height: 1.05;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-statement-note {
        margin-top: 22px;
        font-size: 15px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-copy {
        padding: 76px 20px 70px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-section-no {
        margin-bottom: 46px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight h2,
    body.sgr-intro-treatment--doctors .sgr-doctor-anesth h2 {
        font-size: 52px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-lead {
        margin-top: 42px;
        font-size: 20px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-brief {
        margin-top: 34px;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-brief li {
        padding: 10px 0;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-spotlight-visual {
        height: 590px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-visual {
        height: 540px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-copy {
        padding: 78px 20px 90px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-anesth-resume {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-marquee {
        padding: 36px 0 40px;
    }

    body.sgr-intro-treatment--doctors .sgr-doctor-marquee p {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.sgr-intro-treatment--doctors .sgr-doctor-statement-fill {
        --sgr-doctor-fill: 100%;
    }
}
