.ortho-page {
    /* 디자인 시스템 토큰 (Figma) */
    --color-point: #5E2C7B;
    --color-point2: #A8599E;
    --color-warm-800: #292524;
    --color-warm-700: #44403C;
    --color-warm-500: #78716C;
    --color-warm-400: #A8A29E;
    --color-bg-soft: #F7F7F7;
    --color-bg-soft2: #FCFCFC;

    --container-max: 1370px;
    --content-max: 1340px;

    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    color: var(--color-warm-800);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding-bottom: clamp(62.98px, 6.5278vw, 94px);
}

body:has(.ortho-page) #subtop,
body:has(.ortho-page) #site_config {
    width: 100%;
    max-width: none;
    padding: 0;
}
.ortho-page {
    --ink: #171717;
    --muted: #666;
    --line: #e8e1dc;
    --soft: #f8f3ef;
    --point: #8d4e34;
    --deep: #34241f;
    --rose: #f5e9e4;
    color: var(--ink);
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif;
    word-break: keep-all;
    overflow: hidden;
    background: #fff;
}
.ortho-page * {
    box-sizing: border-box;
}
.ortho-page img {
    max-width: 100%;
    vertical-align: top;
}

.ortho-hero {
    position: relative;
    height: 850px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #090807;
}

.ortho-wrap {
    width: var(--container-max);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding : 0 15px;
}

.ortho-section {
    padding: 130px 0;
}
.ortho-kicker {
    display: block;
    margin-bottom: 18px;
    color: var(--point);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
}
.ortho-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.28;
    font-weight: 300;
    letter-spacing: 0;
}
.ortho-title strong {
    font-weight: 800;
}
.ortho-desc {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.75;
    font-weight: 300;
}

.ortho-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/orthodontics/main2.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.ortho-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}
.ortho-hero .ortho-wrap {
    position: relative;
    z-index: 2;
}
.ortho-hero__copy {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ortho-hero__eyebrow {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, .72);
    font-size: 28px;
    letter-spacing: -1.4px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.ortho-hero__auth-logo {
    width: 526px;
    padding : 0 0 4.5px;
    margin-bottom : 5px
}

.ortho-hero__title {
    margin: 0;
    color: #fff;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 800;
    letter-spacing: -1.92px;
    text-align: center;
}

.ortho-hero__divider {
    display: block;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    margin-top: 15px;
}

.ortho-hero__lead {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, .86);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -1.2px;
}

.ortho-intro {
    position: relative;
    min-height: 720px;
    padding: 104px 0 72px;
    overflow: hidden;
    background-image: url('../img/orthodontics/sec1-chart-background.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ortho-intro__photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.ortho-intro__photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .72);
}
.ortho-intro__photo img {
    position: absolute;
    max-width: none;
    filter: grayscale(1);
}
.ortho-intro__photo .main-img {
    left: -1%;
    bottom: -16%;
    width: 52%;
    height: 94%;
    object-fit: cover;
    object-position: 45% center;
}
.ortho-intro__photo .sub-img {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ortho-intro .ortho-wrap {
    position: relative;
    z-index: 1;
}
.ortho-intro__content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.ortho-intro .ortho-title {
    color: #1f1f1f;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.5px;
}
.ortho-intro .ortho-title strong {
    color: #5E2C7B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.5px;
}
.ortho-intro .ortho-desc {
    margin: 20px auto 0;
    color: #777;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.63px;
}
.ortho-percent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 52px;
}
.ortho-percent__chart {
    display: block;
    width: 390px;
    max-width: 100%;
    height: auto;
    overflow: visible;
}
.ortho-intro__source {
    margin: 15px 0 0;
    color: #767676;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.68px;
}

/*치과교정과 전문의 소개*/
.ortho-doctors {
    background: #fff;
}
.doctor-section-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #aa52aa;
    font-size: 15px;
    font-weight: 800;
    width: 100%;
    max-width: var(--content-max);
}
.doctor-section-head__eyebrow b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #aa52aa;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.doctor-info-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin : 80px 0 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.doctor-info-title img {
    width: 80px;
}
.doctor-section-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.doctor-section-head h3 {
    color: #5e2c7b;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.5px;
    margin : 0;
    text-align: center;
}
.doctor-section-head__quote {
    color: #78716C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -1.2px;
    margin : 0;
}
.doctor-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: var(--content-max);
    margin : 0 0 60px;
}
.imp-doctor-card__photo:before {
    content: "";
    position: absolute;
    left: 48.5%;
    top: 13%;
    width: 300px;
    height: 300px;
    background: url('../img/orthodontics/yonsei-university-logo-opacity.webp') center / contain no-repeat;
}
.imp-doctor-card__photo img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    left: -9% !important;
}
.doctor-panel__quote {
    margin: 60px 0 40px;
    text-align: center;
    color: #6f6a66;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -1.2px;
    width: 100%;
}
.ortho-specialist-process {
    background: #F7F7F7;
}

.ortho-specialist-process__head {
    width: 100%;
    text-align: center;
}

.ortho-specialist-process .ortho-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.5px;
    color : #292524;
    text-align: center;
    font-family: Pretendard;
}
.ortho-specialist-process .ortho-desc {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.63px;
    color : #78716C;
    margin : 20px 0 0;
}

.ortho-specialist-process__card {
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
}

.ortho-specialist-process__board {
    width: 100%;
    overflow: hidden;
    border: 4px solid #A8599E;
    border-radius: 16px;
    background: #A8599E;
}

.ortho-specialist-process__board-title {
    margin: 0;
    padding: 16px 10px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.ortho-specialist-process__body {
    width: 100%;
    min-height: 627px;
    padding: 30px 15px;
    background: #fff;
}

.ortho-specialist-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 400px));
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.ortho-specialist-flow__group {
    padding: 20px;
    border-radius: 10px;
}

.ortho-specialist-flow__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 61px;
    margin: 0 0 30px;
    padding: 15px;
    border-radius: 100px;
    background: #eee;
    color: #A8A29E;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
}

.ortho-specialist-flow__group--professional .ortho-specialist-flow__label {
    background: #5E2C7B;
    color: #fff;
}

.ortho-specialist-flow__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: specialist-step;
}

.ortho-specialist-flow__step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 15px;
    border: 2px dashed #A8A29E;
    border-radius: 10px;
    color: #78716C;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.51px;
}

.ortho-specialist-flow__step:not(:last-child) {
    margin-bottom: 31px;
}

.ortho-specialist-flow__step:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -34px;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
    background: #C6C0BD;
    clip-path: polygon(50% 100%, 0 24%, 33% 24%, 33% 0, 67% 0, 67% 24%, 100% 24%);
}

.ortho-specialist-flow__group--professional .ortho-specialist-flow__step:nth-child(n+2):not(:last-child):after {
    background: linear-gradient(180deg, #FBB15E 0%, #F07F45 100%);
}

.ortho-specialist-flow__step--point {
    border-color: #5E2C7B;
    color: #5E2C7B;
}

.ortho-specialist-flow__step--final {
    border-color: rgba(94, 44, 123, 0.1);
    background: rgba(94, 44, 123, 0.1);
    color: #5E2C7B;
}

.ortho-specialist-process__bottom {
    width: 100%;
    max-width: 1340px;
    text-align: center;
}

.ortho-specialist-process__bottom h3 {
    margin: 0 0 20px;
    color: #292524;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.4px;
    font-family: Pretendard;
}

.ortho-specialist-process__bottom p {
    margin: 0;
    color: rgba(68, 64, 60, 0.7);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.84px;
}
.ortho-process .ortho-wrap {
    text-align: left;
}
.ortho-process .theme-title-center__sub p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    letter-spacing: -1.2px;
    color : #44403C
}
.ortho-process-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: var(--content-max, 1340px);
    text-align: left;
}
.ortho-process-title .theme-system-title {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}
.ortho-process-title .theme-system-title__num {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
}
.ortho-process-title .theme-title-center__heading,
.ortho-system .theme-title-center__heading{
    width: 100%;
    margin: 0 0 40px;
    color: #292524;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.68px;
}
.ortho-process-title .theme-title-center__sub,
.ortho-system .theme-title-center__sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin: 0;
    color: #44403C !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -1.2px;
    opacity: 0.7;
    white-space: pre-wrap;
}
.ortho-process-title .theme-title-center__sub p,
.ortho-process-title .theme-title-center__sub p + p,
.ortho-system .theme-title-center__sub p,
.ortho-system .theme-title-center__sub p + p {
    margin: 0;
    line-height: 34px !important;
    color: #44403C !important;
}
.ortho-process .ortho-kicker,
.ortho-process .ortho-desc {
    color: rgba(255, 255, 255, .72);
}
.ortho-process__visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1340 / 550;
    margin: clamp(45px, 4.1667vw, 60px) 0 0;
    overflow: hidden;
}
.ortho-process__image {
    position: absolute;
    left: 0;
    top: -132.71%;
    width: 100%;
    height: 365.45%;
    max-width: none;
}

.ortho-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    background: #F7F7F7;
}
.ortho-types__head {
    text-align: center;
}
.ortho-types__eyebrow {
    margin: 0 0 20px;
    color: #A8599E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}
.ortho-types__title {
    margin: 0;
    color: #5E2C7B;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.5px;
    font-family: Pretendard;
}
.ortho-types__desc {
    margin: 20px 0 0;
    color: #78716C;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}
.ortho-types__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1630px;
    padding: 0 15px;
}
.ortho-types .ortho-types__stats {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    max-width: 100%;
}
.ortho-types .ortho-types__stats .stat {
    flex: 1 0 200px;
    min-width: 200px;
    height: 220px;
    padding: 51px 20px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.03);
}
.ortho-types .ortho-types__stats .stat:first-child {
    min-width: 250px;
}
.ortho-types .ortho-types__stats .stat__check {
    top: -15px;
    left: 15px;
}
.ortho-types__notice {
    position: relative;
    margin: 0;
    padding-left: 30px;
    color: #78716C;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}
.ortho-types__notice:before {
    content: "i";
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}


.custom-ortho-plan {
    background: #fff;
}
.custom-ortho-plan .ortho-wrap {
    gap: 60px;
}
.custom-ortho-plan__head {
    width: 100%;
    text-align: center;
}
.custom-ortho-plan__visual {
    position: relative;
    width: 100%;
    max-width: var(--content-max);
    aspect-ratio: 1340 / 550;
    overflow: hidden;
    background: #EBD69D;
}
.custom-ortho-plan__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.custom-ortho-plan__bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(235, 214, 157, 0) 26.87%, #EBD69D 73.99%);
}
.custom-ortho-plan__bg img {
    position: absolute;
    left: -16.74%;
    top: -33.77%;
    width: 100%;
    height: 162.42%;
    max-width: none;
    object-fit: cover;
}
.custom-ortho-plan__content {
    position: absolute;
    top: 13.97%;
    left: 46.27%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 47.3%;
    padding: 0 60px;
}
.custom-ortho-plan__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
}
.custom-ortho-plan__text h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 8px 45px;
    border-radius: 30px;
    background: #5E2C7B;
    color: #fff;
    font-size: 41px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2.05px;
    white-space: nowrap;
}
.custom-ortho-plan__text p {
    margin: 0;
    color: #44403C;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -1.2px;
    white-space: nowrap;
}
.custom-ortho-plan__text strong {
    color: #5E2C7B;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}
.custom-ortho-plan__device {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    max-width: 100%;
}
.custom-ortho-plan__preview {
    position: relative;
    z-index: 2;
    width: 600px;
    height: 198px;
    max-width: 100%;
    object-fit: cover;
}
.custom-ortho-plan__scanner {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 282px;
    margin-top: -100px;
    object-fit: cover;
}
.growth-stage-care,
.retention-care-plan,
.ortho-system,
.ortho-case-by-age,
.ortho-by-symptoms-case {
    background-color: #F7F7F7;
}

.case-by-age-detail {
    width: 100%;
}
.growth-stage-care__head {
    width: 100%;
    text-align: center;
}
.growth-stage-care__cards {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: var(--content-max);
    overflow: hidden;
}
.growth-stage-care__card {
    position: relative;
    flex: 1 1 0;
    max-width: 665px;
    aspect-ratio: 665 / 500;
    margin: 0;
    overflow: hidden;
    background: #D4D9D8;
}
.growth-stage-care__card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.17%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}
.growth-stage-care__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.growth-stage-care__card h3 {
    position: absolute;
    left: 40px;
    bottom: 60px;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 41px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.growth-stage-care .ortho-wrap,
.precision-diagnosis .ortho-wrap,
.ortho-specialist-process .ortho-wrap,
.retention-care-plan .ortho-wrap,
.ortho-case-by-age .ortho-wrap,
.ortho-by-symptoms .ortho-wrap,
.ortho-by-symptoms-case .ortho-wrap{
    gap: 60px;
}

.ortho-case-card--protrusion .ortho-case-card__image img,
.orto-cae-card--crooked .ortho-case-card__image img {
    position: absolute;
    max-width: none;
    width: 201.82%;
    height: 232.57%;
    object-fit: fill;
}

.orto-cae-card--crooked .ortho-case-card__image img {
    top: -60%;
    left: 0;
}

.orto-cae-card--crooked .ortho-case-card__image:nth-child(2) img {
    top: -60%;
    left: -101.46%;
}

.ortho-case-card--protrusion .ortho-case-card__image:first-child img {
    top: -52.99%;
    left: 0;
}

.ortho-case-card--protrusion .ortho-case-card__image:nth-child(2) img {
    top: -48.99%;
    left: -101.46%;
}

.ortho-case-card--openbite .ortho-case-card__image img {
    position: absolute;
    max-width: none;
    object-fit: fill;
}

.ortho-case-card--openbite .ortho-case-card__image:first-child img {
    top: -19.73%;
    left: -2.81%;
    width: 105.51%;
    height: 138.04%;
}

.ortho-case-card--openbite .ortho-case-card__image:nth-child(2) img {
    top: -25.67%;
    left: -4.06%;
    width: 106.34%;
    height: 139.12%;
}


.case-by-age-detail,
.symptoms-case--detail {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.symptoms-case--info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.retention-care-plan__image {
    width: 72%;
    height: clamp(210px, 55vw, 550px);
    border-radius: 300px;
    object-fit: cover;
}

.extended-care {
    height: 1040px;
    position: relative;
    overflow: hidden;
    background: #000 url('../img/orthodontics/extended-care-bg.webp') center / cover no-repeat;
}
.extended-care:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.22);
}
.extended-care:after {
    content: "";
    position: absolute;
    left: 33%;
    top: 9%;
    z-index: 1;
    width: 105%;
    height: 120%;
    background: url('../img/orthodontics/extended-care-pattern.webp') left top / contain no-repeat;
    opacity: 0.2;
    pointer-events: none;
}
.extended-care .ortho-wrap {
    position: relative;
    z-index: 2;
    gap: 60px;
}
.extended-care__head {
    width: 100%;
    text-align: center;
}
.extended-care__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.5px;
}
.extended-care__title strong {
    color: #FFCF4A;
    font-weight: 700;
}
.extended-care__desc {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}
.extended-care__schedule {
    width: 100%;
    max-width: 800px;
    padding: 50px 60px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.extended-care__schedule-title {
    margin: 0 0 25px;
    color: #292524;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.4px;
}
.extended-care__schedule-title strong {
    color: #5E2C7B;
    font-weight: 700;
}
.extended-care__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    border-top: 2px solid #5E2C7B;
    border-bottom: 2px solid #5E2C7B;
}
.extended-care__row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 15px 0;
    border-bottom: 1px solid #78716C;
}
.extended-care__row:last-child {
    border-bottom: 0;
}
.extended-care__day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 250px;
    min-height: 50px;
    padding: 10px 30px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.6);
    color: #78716C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    white-space: nowrap;
}
.extended-care__row--primary .extended-care__day {
    background: #5E2C7B;
    color: #fff;
}
.extended-care__time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #292524;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    white-space: nowrap;
}
.extended-care__row--primary .extended-care__time {
    color: #5E2C7B;
}
.extended-care__time span {
    width: 130px;
}
.extended-care__time i {
    font-style: normal;
}
.extended-care__note {
    margin: 25px 0 0;
    color: #78716C;
    text-align: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.68px;
}
.extended-care__reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 260px;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.51px;
}
.extended-care__reserve:hover,
.extended-care__reserve:focus {
    color: #fff;
    text-decoration: none;
}
.extended-care__reserve-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}
.extended-care__reserve-arrow {
    position: relative;
    width: 15px;
    height: 15px;
}
.extended-care__reserve-arrow:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 7px;
    width: 11px;
    height: 1.5px;
    background: currentColor;
}
.extended-care__reserve-arrow:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

/*3D 정밀진단*/
.step-by-step {
    margin: 30px 0 0;
    display: flex;
    width: 100%;
    padding: 60px 30px;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    border: 1px solid #A3A8AE;
    background: #FFF;
}
.step-by-step .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.step-by-step .img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.step-by-step .img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}
.step-by-step .label {
    padding: 15px;
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
    color: #fff;
    white-space: nowrap;
}
.label--before { background: #57534E; }
.label--sim, .post-treatment-plan .label--before   { background: #292524; }
.label--after  { background: #5E2C7B; }

.sep {
    width: 15px;
    flex-shrink: 0;
    position: relative;
    align-self: stretch;
    overflow: visible;
    z-index: 1;
}
.step-by-step .arrow {
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    flex-shrink: 0;
}
.step-by-step .arrow img {
    display: block;
    width: 24px;
    height: 24px;
    max-width: none;
}

.ortho-case {
    background: #f8f4f1;
}
.case-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 58px;
}
.case-feature img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    background: #fff;
}
.case-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}
.case-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #fff;
}
.ortho-case-compare--crooked .case-compare-items__image img {
    position: absolute;
    left: -1.4%;
    top: -69%;
    width: 205%;
    height: auto;
    max-width: none;
    object-fit: initial;
}
.ortho-case-compare--crooked .case-compare-items__item--after .case-compare-items__image img {
    left: -104%;
}
.ortho-case-compare--partial .case-compare-items__image img {
    position: absolute;
    top: -0.12%;
    left: -14.4%;
    width: 128.8%;
    height: 206.15%;
    max-width: none;
    object-fit: fill;
}
.ortho-case-compare--partial .case-compare-items__item--after .case-compare-items__image img {
    top: -107.07%;
    left: -17.03%;
    width: 134.07%;
    height: 214.58%;
}
.ortho-case-compare--retry .case-compare-items__image img {
    position: absolute;
    top: -18%;
    left: -1.4%;
    width: 203.34%;
    height: auto;
    max-width: none;
    object-fit: initial;
}
.ortho-case-compare--retry .case-compare-items__item--after .case-compare-items__image img {
    left: -103.04%;
    top: -8%;
}
.ortho-case-compare--aperture .case-compare-items__item--after .case-compare-items__image img {
    position: absolute;
    top: -30%;
    left: -24%;
    width: 145%;
    height: auto;
    max-width: none;
    object-fit: initial;
}
.ortho-care {
    color: #fff;
    background: #211b18;
}
.care-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.care-grid .ortho-kicker,
.care-grid .ortho-desc {
    color: rgba(255, 255, 255, .72);
}
.care-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
    padding: 0;
    list-style: none;
}
.care-points li {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    font-weight: 700;
}
.care-grid img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.ortho-cta {
    padding: 90px 0;
    text-align: center;
    background: #fff;
}
.ortho-cta h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.35;
    font-weight: 300;
}
.ortho-cta h2 strong {
    color: var(--point);
    font-weight: 900;
}
.ortho-cta p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}


.post-treatment-plan__card {
    display: flex;
    flex: 0 1 370px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
}
.post-treatment-plan__image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.post-treatment-plan__image img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.post-treatment-plan__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    background: #292524;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
    white-space: nowrap;
}
.post-treatment-plan__label--point {
    background: #5E2C7B;
}

.post-treatment-plan2 .title-section,
.orthodontic-types2 .title-section {
    margin-bottom: 60px !important;
}

.post-treatment-plan2 .ortho__visual {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 134/65;
    flex-shrink: 0;
}

.post-treatment-plan2 .ortho__image {
    width: 100%;
    height: 137.45%;
    position: absolute;
    top: -29.14%;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.orthodontic-types .ortho-wrap {
    gap: 60px;
}

/* ===== ortho-trust ===== */
.ortho-trust .title-section,
.post-treatment-plan2 .title-section,
.orthodontic-types2 .title-section,
.ortho-by-symptoms .title-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}
.ortho-by-symptoms .title-section {
    margin : 60px 0 0;
}
.ortho-trust .title-section .ortho-types__title,
.post-treatment-plan2 .title-section .ortho-types__title
.orthodontic-types2 .title-section .ortho-types__title,
.ortho-by-symptoms .title-section .ortho-types__title {
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.05px;
}
.ortho-trust .title-section .ortho-types__desc,
.post-treatment-plan2 .title-section .ortho-types__desc,
.orthodontic-types2 .title-section .ortho-types__desc,
.ortho-by-symptoms .title-section .ortho-types__desc{
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.84px;
    margin : 0;
    color : #78716C
}
.ortho-trust__box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 130px 20px;
    width: 100%;
    background-image: url('../img/orthodontics/sec2-last1.webp');
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ortho-trust__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.ortho-trust__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}
.ortho-trust__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.ortho-trust__top {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ortho-trust__title {
    margin: 0;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.05px;
    color: #fff;
}
.ortho-trust__desc {
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.84px;
    color: rgba(255, 255, 255, 0.7);
}
.ortho-trust__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}
.ortho-trust__icon-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.ortho-trust__icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ortho-trust__icon_left {
    width: 108px;
    height: 91px;
}
.ortho-trust__icon_right {
    width: 106px;
    height: 108px;
}
.ortho-trust__icon-txt {
    text-align: center;
    white-space: nowrap;
}
.ortho-trust__icon-regular {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1.2px;
    color: #fff;
}
.ortho-trust__icon-bold {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: #FFCF4A;
}
.ortho-trust__connector {
    display: flex;
    align-items: center;
    height: 100px;
    flex-shrink: 0;
}
.ortho-trust__connector--rev {
    flex-direction: row-reverse;
}
.ortho-trust__dot {
    display: flex;
    align-items: center;
    background: rgba(255, 207, 74, 0.1);
    border-radius: 100px;
    padding: 5px;
    flex-shrink: 0;
}
.ortho-trust__dot img {
    display: block;
    width: 16px;
    height: 16px;
}
.ortho-trust__line {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.ortho-trust__line img {
    display: block;
    height: 6px;
    width: 62px;
}
.ortho-trust__center {
    width: 405px;
    height: 212px;
    flex-shrink: 0;
    border: 3px solid #FFCF4A;
    border-radius: 200px;
    padding: 40px 100px;
    text-align: center;
    white-space: nowrap;
}
.ortho-trust__center-name {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: #fff;
}
.ortho-trust__center-values {
    font-size: 41px;
    line-height: normal;
    letter-spacing: -2.05px;
    color: #FFCF4A;
    margin : 0
}

.ortho-trust__center-values .regular {
    font-weight: 400;
}
.ortho-trust__center-values .bold {
    font-weight: 700;
}


.specialist-orthodontic-process {
    padding: 0;
}
.specialist-orthodontic-process .header {
    padding: 50px 15px;
    background-color: #5E2C7B;
}
.specialist-orthodontic-process .header .ortho-types__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -2.8px;
}
.specialist-orthodontic-process .content {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 130px 0;
    overflow: hidden;
    color: #fff;
}
.specialist-orthodontic-process .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/orthodontics/procedure.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.specialist-orthodontic-process .content::after {
    content: "";
    position: absolute;
    inset: 0;
}
.specialist-process__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1370px;
    padding: 0 15px;
}
.specialist-process__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
}
.specialist-orthodontic-process .content__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
}
.specialist-process__desc-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.specialist-orthodontic-process .content__desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}
.specialist-process__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.specialist-process__step {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}
.specialist-process__badge-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 25px 10px;
}
.specialist-process__badge-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 6.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-top: 9.75px solid var(--step-color, #A8599E);
    transform: translateX(-50%);
}
.specialist-process__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 41px;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.51px;
    white-space: nowrap;
}
.specialist-process__track {
    display: flex;
    align-items: center;
    width: 100%;
}
.specialist-process__line {
    flex: 1 1 auto;
    height: 1px;
    min-width: 0;
    background: rgba(255, 255, 255, 0.35);
}
.specialist-process__dot {
    width: 9px;
    height: 9px;
    margin-right: 1px;
    border: 2px solid rgba(255, 207, 74, 0.35);
    border-radius: 50%;
    background: #FFCF4A;
    box-shadow: 0 0 8px rgba(255, 207, 74, 0.65);
}
.specialist-process__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    white-space: nowrap;
}
.specialist-process__text h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.78px;
    color: #fff;
}
.specialist-process__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.68px;
}

.ortho__row_images{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: clamp(7.5px, 0.6944vw, 10px);
}
.ortho__row_images > div {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .specialist-process__step {
        align-items: center;
        overflow: visible;
    }
    .specialist-process__badge-wrap {
        max-width: 260px;
    }
    .specialist-process__track {
        max-width: 320px;
        margin: 0 auto;
    }
}

/* ===== 반응형: Tablet ===== */
@media (min-width: 768px) and (max-width: 1199px) {
    .ortho-page .hero {
        height: 900px;
    }
    .ortho-page .hero__subtitle {
        width: 100%;
        max-width: none;
        white-space: nowrap;
    }
    .doctor-section-head h2 {
        color: #292524;
        text-align: center;
        font-size: 56px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%; /* 72.8px */
        letter-spacing: -1.68px;
    }
    .ortho-percent__chart {
        width: 346px;
    }

    .ortho__row_images > div {
        height: 196px;
    }
    .ortho-intro {
        position: relative;
        min-height: 720px;
        padding: 104px 0 72px;
        overflow: hidden;
        background-image: url('../img/orthodontics/sec1-chart-background-tablet.webp');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 898px;
    }
    .ortho-types__content {
        gap: 40px;
        padding: 0 15px;
    }
    .ortho-types .ortho-types__stats {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }
    .ortho-types .ortho-types__stats .stat,
    .ortho-types .ortho-types__stats .stat:first-child {
        flex: 1 0 200px;
        min-width: 200px;
        height: 220px;
        padding: 51px 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.03);
    }
    .ortho-types .ortho-types__stats .stat:first-child {
        min-width: 250px;
    }
    .ortho-types .ortho-types__stats .stat__check {
        top: -15px;
        left: 15px;
        width: 60px;
        height: 60px;
    }
    .ortho-types .ortho-types__stats .stat__label {
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 21px;
        line-height: 31px;
        letter-spacing: -1.05px;
        white-space: nowrap;
    }
    .ortho-types .ortho-types__stats .stat__num {
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 56px;
        line-height: 1.3;
        letter-spacing: -2.8px;
    }
    .ortho-types .ortho-types__stats .stat__num small {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .ortho-types__notice {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding-left: 0;
        font-size: 21px;
        line-height: 31px;
        letter-spacing: -0.63px;
        white-space: nowrap;
    }

    .ortho-types__notice:before {
        position: static;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        transform: none;
        font-size: 13px;
    }

    .symptoms-case--info {
        align-items: flex-start;
        gap: 15px;
    }

    .symptoms-case--info .ortho-types__notice {
        display: block;
        padding-left: 30px;
        color: #78716C;
        font-size: 21px;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: -0.63px;
        text-align: left;
        white-space: normal;
    }

    .symptoms-case--info .ortho-types__notice:before {
        position: absolute;
        left: 0;
        top: 15.5px;
        flex: none;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        font-size: 13px;
    }

    .custom-ortho-plan__visual {
        height: 441px;
        min-height: 0;
        aspect-ratio: auto;
    }

    .custom-ortho-plan__bg {
        background: #EBD69D;
    }

    .custom-ortho-plan__bg:after {
        background: linear-gradient(267.91deg, #EBD69D 30.4%, rgba(235, 214, 157, 0) 98.95%);
    }

    .custom-ortho-plan__bg img {
        left: -30.17%;
        top: 0.03%;
        width: 104.66%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .custom-ortho-plan__content {
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 40px 15px 0;
        gap: 30px;
        justify-content: flex-start;
    }

    .custom-ortho-plan__text {
        gap: 12px;
        width: auto;
        max-width: 100%;
    }

    .custom-ortho-plan__text h3 {
        width: 100%;
        max-width: none;
        padding: 8px 45px;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 41px;
        line-height: 1;
        letter-spacing: -2.05px;
    }

    .custom-ortho-plan__text p {
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -1.2px;
        white-space: nowrap;
    }

    .custom-ortho-plan__text strong {
        line-height: 30px;
        letter-spacing: -0.72px;
    }

    .custom-ortho-plan__device {
        position: relative;
        width: 100%;
        height: 250px;
        max-width: none;
        display: block;
    }

    .custom-ortho-plan__preview {
        position: absolute;
        left: 50%;
        top: -6px;
        width: 483px;
        height: 159px;
        max-width: none;
        margin: 0;
        transform: translateX(-50%);
    }

    .custom-ortho-plan__scanner {
        position: absolute;
        left: 50%;
        top: 73px;
        width: 201px;
        height: 227px;
        max-width: none;
        margin: 0;
        box-shadow: 15px 7px 15px rgba(0, 0, 0, 0.1);
        transform: translateX(-50%);
    }

    .growth-stage-care__cards {
        gap: 0px;
    }

    .retention-care-plan__image {
        width: 100%;
        height: 400px;
    }
    .specialist-process__steps {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 100%;
        max-width: none;
        padding: 60px 20px;
        border-radius: 20px;
    }
    .specialist-process__step {
        flex: 0 0 200px;
        width: 200px;
        align-items: flex-start;
        gap: 10px;
        overflow: hidden;
    }
    .specialist-process__badge-wrap {
        width: 100%;
        max-width: none;
        padding: 0 25px 10px;
    }
    .specialist-process__badge {
        min-height: 41px;
        padding: 10px 20px;
        font-size: 17px;
        line-height: 1;
        letter-spacing: -0.51px;
    }
    .specialist-process__track {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .specialist-process__dot {
        width: 9px;
        height: 9px;
        margin-right: 1px;
    }
    .specialist-process__text {
        align-items: flex-start;
        width: auto;
        padding: 0 20px;
        text-align: left;
        white-space: nowrap;
    }
    .specialist-process__text h3 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.78px;
    }
    .specialist-process__text p {
        font-size: 17px;
        line-height: 1.35;
        letter-spacing: -0.68px;
    }
    .ortho-trust__box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 20px !important;
        border-radius: 8px;
        background-image: url('../img/orthodontics/sec2-last1-tablet.webp');
        background-position: 40% center !important;
        background-size: cover !important;
    }
    .ortho-trust__content {
        height: 100%;
        padding: 0 !important;
        justify-content: center;
        overflow: hidden;
    }
    .ortho-trust__top {
        gap: 20px;
        width: 100%;
    }
    .ortho-trust__title {
        font-size: 41px;
        line-height: normal;
        letter-spacing: -2.05px;
    }
    .ortho-trust__desc {
        font-size: 21px;
        line-height: 31px;
        letter-spacing: -0.84px;
    }
    .ortho-trust__bottom {
        flex-direction: column !important;
        align-items: center;
        justify-content: center !important;
        gap: 0 !important;
        width: 600px !important;
        max-width: 100%;
        overflow: hidden;
    }
    .ortho-trust__icon-box {
        flex: none;
        width: 100%;
        padding: 10px;
        gap: 10px;
    }
    .ortho-trust__icon {
        width: 100px !important;
        height: 100px !important;
    }
    .ortho-trust__icon_left {
        width: 76px !important;
        height: 64px !important;
    }
    .ortho-trust__icon_right {
        width: 75px !important;
        height: 76px !important;
    }
    .ortho-trust__connector {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 56px !important;
        transform: rotate(90deg);
    }
    .ortho-trust__connector--rev {
        transform: rotate(-90deg);
    }
    .ortho-trust__line img {
        width: 20px;
        height: 6px;
    }
    .ortho-trust__center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 400px !important;
        height: auto !important;
        padding: 40px 30px !important;
        border-radius: 100px;
    }
    .ortho-trust__center-name {
        margin-bottom: 4px;
    }
    .ortho-trust__center-values {
        font-size: 41px !important;
        line-height: normal;
        letter-spacing: -2.05px;
    }

    .ortho-system .theme-title-center__sub,
    .ortho-system .ortho-process-title,
    .ortho-case-by-age .theme-title-center__sub,
    .ortho-case-by-age .ortho-process-title,
    .ortho-by-symptoms .theme-title-center__sub,
    .ortho-by-symptoms .ortho-process-title{
        align-items: center;
        text-align: center;
    }

   .step-by-step {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 60px 30px;
    }

    .step-by-step > .card {
        flex: none;
        width: 370px;
        max-width: 100%;
        margin: 0;
    }
    .step-by-step .img img {
        width: 370px;
        max-width: 100%;
        height: 330px !important;
        object-fit: cover;
    }

    .post-treatment-plan2 .ortho__visual {
        height: 357px;
    }

    .post-treatment-plan .step-by-step .img img {
        height: 420px !important;
    }
    .step-by-step .label {
        padding: 15px;
        font-size: 21px !important;
        line-height: 31px;
        letter-spacing: -1.05px;
        white-space: nowrap !important;
    }
    .step-by-step > .sep {
        display: block;
        flex: none;
        width: 370px;
        max-width: 100%;
        height: 15px;
        align-self: center;
        position: relative;
        overflow: visible;
    }
    .step-by-step .arrow {
        top: 50% !important;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%) rotate(90deg);
        box-shadow: none;
    }
    .step-by-step .arrow img {
        width: 24px;
        height: 24px;
    }

    .ortho-case-compare--crooked .case-compare-items__image img {
        top: -69%;
        width: 205%;
        height: auto;
    }

    .ortho-case-compare--crooked .case-compare-items__item--after .case-compare-items__image img {
        left: -104%;
    }
}

@media (max-width: 991px) {
    .ortho-3d__arrow {
        top: 110px;
    }
    .ortho-3d__card-label {
        font-size: 17px;
        white-space: normal;
    }
    .ortho-title {
        font-size: 34px;
    }
    .ortho-specialist-process__card {
        padding: 28px;
    }
    .ortho-specialist-process__body {
        min-height: auto;
        padding: 28px 14px;
    }
    .ortho-specialist-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    .ortho-specialist-flow__group {
        padding: 14px;
    }
    .ortho-specialist-flow__label {
        font-size: 18px;
    }
    .ortho-specialist-flow__step {
        min-height: 58px;
        padding: 13px 10px;
        font-size: 15px;
        line-height: 1.35;
    }
    .ortho-types {
        gap: 46px;
    }
    .extended-care .ortho-wrap {
        gap: 46px;
    }

    .growth-stage-care .ortho-wrap {
        gap: 46px;
    }
    .growth-stage-care__card h3 {
        left: 30px;
        bottom: 30px;
    }
    .ortho-hero {
        min-height: 620px;
    }
    .ortho-hero__title {
        text-align: center;
        font-size: 64px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 76.8px */
        letter-spacing: -1.92px;
    }
    .process-grid,
    .age-main,
    .care-grid,
    .case-feature {
        grid-template-columns: 1fr;
    }
    .ortho-intro {
        padding: 130px 0;
    }
    .ortho-intro__photo .main-img {
        width: 58%;
    }
    .ortho-intro__photo .sub-img {
        width: 56%;
    }
    .diagnosis-grid {
        grid-template-columns: 1fr 1fr;
    }
    .doctor-panel {
        grid-template-columns: 45% 55%;
    }
    .doctor-panel__body {
        padding: 46px 40px 38px 18px;
    }
    .doctor-panel__body h3 {
        font-size: 38px;
    }
    .type-row {
        grid-template-columns: 1fr;
    }
    .type-row:nth-child(even) .type-copy,
    .type-row:nth-child(even) .type-media {
        order: initial;
    }
    .before-after-grid,
    .case-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .retention-care-plan__image {
        width: 100%;
        height: 200px;
    }
    .ortho-intro {
        background-image: url('../img/orthodontics/sec1-chart-background-mobile.webp');
    }
    .imp-doctor-card__photo:before {
        left: 48.5%;
        top: 13%;
        width: 150px;
        height: 150px;
    }

    .step-by-step {
        flex-direction: column;
        padding: 60px 30px;
        gap: 15px;
    }

    .step-by-step .img img {
        height: 249px;
    }
    .threeD-diagnosis .step-by-step {
        position: relative;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
        margin-top: 30px;
        padding: 60px 30px;
        border: 1px solid #A3A8AE;
        background: #fff;
    }
    .threeD-diagnosis .step-by-step > .card {
        flex: none;
        width: 280px;
        max-width: 100%;
    }
    .threeD-diagnosis .step-by-step .img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .threeD-diagnosis .step-by-step .img img {
        width: 100%;
        height: auto !important;
        aspect-ratio: 370 / 330;
        object-fit: cover;
    }
    .threeD-diagnosis .step-by-step .label {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52.5px;
        padding: 15px;
        border-radius: 0 0 15px 15px;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.75px;
        white-space: nowrap !important;
    }
    .threeD-diagnosis .step-by-step > .sep {
        display: block;
        flex: none;
        width: 280px;
        max-width: 100%;
        height: 15px;
        align-self: center;
        position: relative;
        overflow: visible;
        z-index: 2;
    }
    .threeD-diagnosis .step-by-step .arrow {
        top: 50% !important;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%) rotate(90deg);
        box-shadow: none;
    }
    .threeD-diagnosis .step-by-step .arrow img {
        width: 24px;
        height: 24px;
        max-width: none;
    }
    .post-treatment-plan {
        padding: 80px 0;
    }
    .post-treatment-plan .ortho-wrap {
        gap: 0;
    }
    .post-treatment-plan .ortho-types__title {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }
    .post-treatment-plan .ortho-types__desc {
        margin-top: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }
    .post-treatment-plan .step-by-step {
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 100%;
        margin-top: 30px;
        padding: 60px 30px;
        border: 1px solid #A3A8AE;
        background: #fff;
    }
    .post-treatment-plan .step-by-step > .card {
        flex: none;
        width: 280px;
        max-width: 100%;
    }
    .post-treatment-plan .step-by-step .img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .post-treatment-plan .step-by-step .img img {
        width: 100%;
        height: 318px !important;
        object-fit: cover;
    }
    .post-treatment-plan .step-by-step .label {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52.5px;
        padding: 15px;
        border-radius: 0 0 15px 15px;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.75px;
        white-space: nowrap !important;
    }
    .post-treatment-plan .step-by-step > .sep {
        display: block;
        flex: none;
        width: 280px;
        max-width: 100%;
        height: 15px;
        align-self: center;
        position: relative;
        overflow: visible;
        z-index: 2;
    }
    .post-treatment-plan .step-by-step .arrow {
        top: 50% !important;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%) rotate(90deg);
        box-shadow: none;
    }
    .post-treatment-plan .step-by-step .arrow img {
        width: 24px;
        height: 24px;
        max-width: none;
    }
    .post-treatment-plan__steps {
        flex-direction: column;
        align-items: stretch;
        margin-top: 34px;
        padding: 30px 20px;
        gap: 18px;
    }
    .post-treatment-plan__card {
        flex: none;
        width: 100%;
    }
    .post-treatment-plan__image img {
        height: min(420px, 95vw);
    }
    .post-treatment-plan__label {
        font-size: 17px;
        line-height: 1.45;
        letter-spacing: -0.4px;
    }
    .ortho-3d__card {
        width: 100%;
    }
    .ortho-3d__card-img img {
        height: 220px;
    }
    .ortho-3d__arrows {
        display: none;
    }
    .ortho-kicker {
        font-size: 13px;
    }
    .ortho-title {
        font-size: 29px;
    }
    .ortho-section {
        padding: 80px 0;
    }
    .post-treatment-plan {
        padding: 0 0 80px !important;
    }
    .ortho-process .ortho-wrap {
        align-items: flex-start;
        gap: 40px;
    }
    .ortho-process-title .theme-system-title {
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .ortho-process-title .theme-system-title__num {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 22.5px;
        letter-spacing: -0.75px;
    }
    .ortho-process-title .theme-system-title__label {
        white-space: nowrap;
    }
    .ortho-process-title .theme-title-center__heading {
        margin: 0 0 16px;
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
        text-align: center;
    }
    .ortho-process-title .theme-title-center__sub {
        align-items: center;
        gap: 16px;
        font-size: 17px;
        line-height: 130%;
        letter-spacing: -0.85px;
        text-align: center;
    }
    .ortho-process .theme-title-center__sub p,
    .ortho-process .theme-title-center__sub p + p {
        font-size: 17px;
        font-weight: 500;
        line-height: 130% !important;
        letter-spacing: -0.85px;
    }

    .ortho-process-title .theme-title-center__sub p,
    .ortho-process-title .theme-title-center__sub p + p,
    .ortho-system .theme-title-center__sub p,
    .ortho-system .theme-title-center__sub p + p {
        line-height: 130% !important;
    }
    .ortho-process__visual {
        width: 100%;
        margin: 0;
        aspect-ratio: 1340 / 550;
    }
    .ortho-desc {
        font-size: 16px;
    }
    .ortho-specialist-process .ortho-wrap,
    .ortho-types,
    .growth-stage-care .ortho-wrap,
    .retention-care-plan .ortho-wrap,
    .extended-care .ortho-wrap,
    .ortho-by-symptoms-case .ortho-wrap {
        gap: 40px;
    }
    .ortho-specialist-process .ortho-title {
        font-size: 23px;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }
    .ortho-specialist-process .ortho-desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
    }
    .ortho-specialist-process__card {
        padding: 20px;
        border-radius: 8px;
    }
    .ortho-specialist-process__board {
        border-width: 4px;
        border-radius: 8px;
    }
    .ortho-specialist-process__board-title {
        padding: 16px 10px;
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }
    .ortho-specialist-process__body {
        min-height: 627px;
        padding: 20px 15px;
        overflow: hidden;
    }
    .ortho-specialist-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .ortho-specialist-flow__group {
        min-width: 0;
        padding: 8px;
    }
    .ortho-specialist-flow__label {
        min-height: 51px;
        margin-bottom: 10px;
        padding: 15px 8px;
        border-radius: 8px;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.75px;
        white-space: nowrap;
    }
    .ortho-specialist-flow__group--professional .ortho-specialist-flow__label {
        letter-spacing: -1.05px;
        margin-bottom: 5px;
    }
    .ortho-specialist-flow__steps {
        gap: 5px;
    }
    .ortho-specialist-flow__group--professional .ortho-specialist-flow__steps {
        gap: 10px;
    }
    .ortho-specialist-flow__step {
        min-height: 67px;
        padding: 15px 8px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.25;
        letter-spacing: -0.39px;
    }
    .ortho-specialist-flow__step:not(:last-child) {
        margin-bottom: 21px;
    }
    .ortho-specialist-flow__step:not(:last-child):after {
        bottom: -26px;
        width: 23px;
        height: 22px;
    }
    .ortho-specialist-process__bottom h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1px;
    }
    .ortho-specialist-process__bottom p {
        font-size: 15px;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
    }
    .ortho-specialist-process__bottom p br {
        display: none;
    }
    .ortho-types__eyebrow {
        font-size: 17px;
        font-weight: 700;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.51px;
    }
    .ortho-types__title {
        font-size: 23px;
        letter-spacing: -0.45px;
    }
    .ortho-types__desc {
        font-size: 15px;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
        margin : 8px 0 0;
    }
    .ortho-types__content {
        gap: 24px;
    }
    .custom-ortho-plan .ortho-wrap {
        gap: 34px;
    }
    .custom-ortho-plan__visual {
        height: 385px;
        max-height: 385px;
        aspect-ratio: auto;
        overflow: hidden;
    }
    .custom-ortho-plan__bg:after {
        background: linear-gradient(268.82deg, #EBD69D 30.4%, rgba(235, 214, 157, 0) 98.95%);
    }
    .custom-ortho-plan__bg img {
        left: -58.59%;
        top: 0;
        width: 167.37%;
        height: 100%;
        object-position: left top;
    }
    .custom-ortho-plan__content {
        inset: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40px 13.5px 0;
        gap: 0;
        justify-content: flex-start;
    }
    .custom-ortho-plan__text {
        gap: 12px;
        width: max-content;
        max-width: 100%;
    }
    .custom-ortho-plan__text h3 {
        padding: 8px 25px;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -1.2px;
    }
    .custom-ortho-plan__text p {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.85px;
    }
    .custom-ortho-plan__text strong {
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.51px;
    }
    .custom-ortho-plan__device {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        max-width: none;
    }
    .custom-ortho-plan__preview {
        position: absolute;
        left: 50%;
        top: 32.74px;
        width: 326.03px;
        height: 107.49px;
        max-width: none !important;
        margin: 0;
        transform: translateX(-50%);
    }
    .custom-ortho-plan__scanner {
        position: absolute;
        left: 50%;
        top: 85.9px;
        width: 135.84px;
        height: 153.35px;
        max-width: none !important;
        margin: 0;
        transform: translateX(-50%);
    }
    .growth-stage-care__cards {
        gap:  0;
    }
    .growth-stage-care__card {
        flex: none;
        width: 50%;
        max-width: none;
    }
    .growth-stage-care__card h3 {
        left: 22px;
        bottom: 24px;
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -1.2px;
    }
    .ortho-types .ortho-types__stats {
        gap: 20px;
    }
    .ortho-types .ortho-types__stats .stat,
    .ortho-types .ortho-types__stats .stat:first-child {
        flex: none;
        width: 100%;
        min-width: 0;
        height: 117px;
        padding: clamp(21px, 7.4667vw, 28px) clamp(16.5px, 5.8667vw, 22px) clamp(13.5px, 4.8vw, 18px) clamp(37.52px, 14.9333vw, 56px);
    }

    .ortho-types__notice {
        padding-left: 22px;
        font-size: 13px;
        line-height: 1.55;
        letter-spacing: -0.2px;
    }
    .ortho-types__notice:before {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }
    .symptoms-case--info {
        gap: 15px;
    }
    .symptoms-case--info .ortho-types__notice {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding-left: 0;
        color: #78716C;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.45px;
        text-align: left;
        white-space: normal;
    }
    .symptoms-case--info .ortho-types__notice:before {
        position: static;
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        margin-top: 4px;
        font-size: 9px;
        line-height: 1;
        transform: none;
    }
    .extended-care:after {
        left: 8%;
        top: 45%;
        width: 150%;
        height: 52%;
        opacity: 0.16;
    }
    .extended-care__title {
        font-size: 23px;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }
    .extended-care__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
        margin-top: 8px;
    }
    .extended-care__desc br {
        display: none;
    }
    .extended-care__schedule {
        padding: 40px 20px;
        border-radius: 8px;
    }
    .naver-icon {
        width: 12px;
    }
    .extended-care__schedule-title {
        margin-bottom: 25px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1px
    }
    .extended-care__table {
        padding: 0;
        align-items: center;
    }
    .extended-care__row {
        flex-direction: column;
        gap: 10px;
        padding: 15px 0;
        width: 275px;
    }
    .extended-care__day {
        width: 150px;
        flex: none;
        min-height: 42px;
        padding: 5px 15px;
        font-size: 16px;
        line-height: 1.45;
    }
    .extended-care__row:nth-child(2) .extended-care__day,
    .extended-care__row:nth-child(3) .extended-care__day{
        padding: 5px 30px !important;
    }
    .extended-care__time {
        justify-content: center;
        gap: 5px;
        font-size: 17px;
        line-height: 130%;
        letter-spacing: -0.51px;
    }
    .extended-care__time span {
        width: 96px;
    }
    .extended-care__note {
        margin-top: 25px;
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.52px;
        text-align: center;
    }
    .extended-care__reserve {
        width: 100%;
        max-width: 260px;
        padding: 15px 20px;
        font-size: 13px;
    }
    .extended-care {
        height: 946px;
        position: relative;
        overflow: hidden;
        background: #000 url(../img/orthodontics/extended-care-bg-mobile.webp) center / cover no-repeat;
    }
    .ortho-hero {
        height: 650px;
    }
    .ortho-hero .ortho-wrap {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .ortho-hero:before {
        background-image: url('../img/orthodontics/main2.webp');
        background-size: 250% 100%;
        background-position: 39% 10%;
    }
    .ortho-hero__eyebrow {
        margin: 0 0 15px;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
        opacity: 0.7;
    }
    .ortho-hero__copy {
        width: 100%;
        padding: 15px 0;
        overflow: hidden;
    }
    .ortho-hero__title {
        margin: 0;
        font-size: 32px;
        font-weight: 800;
        line-height: 130%; /* 41.6px */
        letter-spacing: -0.96px;
    }
    .ortho-hero__auth-logo {
        width: 267px;
        max-width: calc(100vw - 48px);
        margin: 0 0 5px;
        padding: 4.5px;
    }
    .ortho-hero__divider {
        height: 20px;
        margin-top: 15px;
    }
    .ortho-hero__lead {
        width: 100%;
        margin: 15px 0 0;
        opacity: 0.7;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.85px;
    }
    .ortho-hero__badges li {
        width: calc(50% - 5px);
        padding: 10px 8px;
        text-align: center;
        font-size: 13px;
    }
    .ortho-intro {
        min-height: 600px;
        padding: 80px 0;
    }
    .ortho-intro__photo:after {
        background: rgba(255, 255, 255, .78);
    }
    .ortho-intro__photo .main-img {
        left: -18%;
        bottom: -2%;
        width: 78%;
        height: 58%;
        opacity: .25;
    }
    .ortho-intro__photo .sub-img {
        right: -28%;
        width: 78%;
        opacity: .2;
    }
    .ortho-intro .ortho-title,
    .ortho-intro .ortho-title strong {
        font-size: 23px;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }
    .ortho-intro .ortho-desc {
        margin-top: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
    }
    .ortho-intro .ortho-desc br {
        display: none;
    }
    .ortho-percent {
        gap: 12px;
        margin-top: 38px;
    }
    .ortho-percent__chart {
        width: 242px;
    }
    .ortho-intro__source {
        font-size: 12px;
    }
    .doctor-grid,
    .diagnosis-grid,
    .doctor-panel,
    .diagnosis-photo,
    .care-points {
        grid-template-columns: 1fr;
    }
    .doctor-panel {
        min-height: auto;
    }
    .doctor-section-head__eyebrow {
        font-size: 12px;
    }
    .doctor-section-head__eyebrow b {
        width: 23px;
        height: 23px;
        font-size: 12px;
    }
    .doctor-section-head .ortho-title-label__desktop {
        display: none;
    }
    .doctor-section-head h2 {
        margin: 18px 0 20px;
        font-size: 27px;
    }
    .doctor-section-head p {
        font-size: 14px;
    }
    .doctor-section-head img {
        width: 56px;
    }
    .doctor-section-head h3 {
        font-size: 24px;
    }
    .doctor-section-head__quote {
        font-size: 17px !important;
        text-align: center;
        font-weight: 500;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.85px;
    }
    .doctor-panel__image {
        min-height: 360px;
        order: 1;
    }
    .doctor-panel__image:before {
        right: 50%;
        top: 13%;
        width: 220px;
        height: 220px;
        transform: translateX(50%);
    }
    .doctor-panel__image img {
        max-height: 340px;
    }
    .doctor-panel__body {
        order: 2;
        padding: 30px 24px 34px;
    }
    .doctor-panel__body:after {
        right: -6px;
        bottom: 16px;
        font-size: 76px;
    }
    .doctor-panel__body h3,
    .type-copy h3 {
        font-size: 28px;
    }
    .doctor-panel__career li {
        font-size: 13px;
    }
    .doctor-panel__quote {
        font-size: 17px;
        font-weight: 500;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.85px;
    }
    .diagnosis-card {
        min-height: auto;
        padding: 28px 22px;
    }
    .diagnosis-photo img,
    .process-grid img,
    .age-main img,
    .care-grid img,
    .case-feature img,
    .case-gallery img {
        height: auto;
    }
    .process-list li {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .type-copy {
        padding: 34px 24px;
    }
    .type-media img {
        min-height: 220px;
    }
    .ba-card__images img {
        height: 170px;
    }
    .ortho-cta h2 {
        font-size: 30px;
    }
    .specialist-orthodontic-process .header {
        padding: 30px 15px;
    }
    .specialist-orthodontic-process .header .ortho-types__title {
        font-size: 28px;
        font-weight: 800;
        line-height: 130%; /* 36.4px */
        letter-spacing: -0.84px;
    }
    .specialist-orthodontic-process .content {
        padding: 80px 0;
    }
    .specialist-process__container {
        gap: 36px;
    }
    .specialist-orthodontic-process .content__title {
        font-size: 23px;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }
    .specialist-orthodontic-process .content__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
    }
    .specialist-process__steps {
        flex-direction: column;
        gap: 28px;
        padding: 50px 15px;
        border-radius: 8px;
        align-items: center;
    }
    .specialist-process__text {
        width: 100%;
        padding: 0 25px;
    }
    .specialist-process__badge {
        min-height: 38px;
        font-size: 15px;
    }
    .specialist-process__text h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 130%; /* 23.4px */
        letter-spacing: -0.54px;
    }
    .specialist-process__text p {
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.52px;
    }

    .imp-title-center__mark {
        width: 30px;
        height: 30.763px;
        aspect-ratio: 30.00/30.76;
    }
    .ortho-trust .title-section .ortho-types__title,
    .post-treatment-plan2 .title-section .ortho-types__title,
    .orthodontic-types2 .title-section .ortho-types__title,
    .ortho-by-symptoms .title-section .ortho-types__title {
        font-size: 23px;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }

    .ortho-trust .title-section .ortho-types__desc,
    .post-treatment-plan2 .title-section .ortho-types__desc,
    .orthodontic-types2 .title-section .ortho-types__desc,
    .ortho-by-symptoms .title-section .ortho-types__desc{
        font-size: 15px;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
    }
    .ortho-trust .title-section,
    .post-treatment-plan2 .title-section,
    .orthodontic-types2 .title-section,
    .ortho-by-symptoms .title-section {
        gap: 12px;
        margin-bottom: 40px;
    }
    .ortho-trust__title {
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.2px;
    }
    .ortho-trust__desc {
        font-size: 15px;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
    }
    .ortho-trust__box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 20px !important;
        border-radius: 8px;
        background-image: url('../img/orthodontics/sec2-last1-tablet.webp');
        background-position: 40% center !important;
        background-size: cover !important;
    }
    .ortho-trust__content {
        gap: 40px;
        height: auto;
        padding: 0 !important;
        overflow: hidden;
    }
    .ortho-trust__top {
        gap: 20px;
        width: 100%;
    }
    .ortho-trust__bottom {
        flex-direction: column !important;
        align-items: center;
        justify-content: center !important;
        gap: 0 !important;
        width: 100% !important;
        max-width: 1200px;
        overflow: hidden;
    }
    .ortho-trust__icon-box {
        flex: none;
        width: 100%;
        padding: 10px;
        gap: 10px;
    }
    .ortho-trust__icon {
        width: 70px !important;
        height: 70px !important;
    }
    .ortho-trust__icon_left {
        width: 53.35px !important;
        height: 44.61px !important;
    }
    .ortho-trust__icon_right {
        width: 52.29px !important;
        height: 53.35px !important;
    }
    .ortho-trust__icon-regular {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -0.85px;
    }
    .ortho-trust__icon-bold {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }
    .ortho-trust__connector {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 56px !important;
        transform: rotate(90deg);
    }
    .ortho-trust__connector--rev {
        transform: rotate(-90deg);
    }
    .ortho-trust__line img {
        width: 20px;
        height: 6px;
    }
    .ortho-trust__center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        border: 3px solid #FFCF4A;
        border-radius: 100px;
    }
    .ortho-trust__center-name {
        margin-bottom: 4px;
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }
    .ortho-trust__center-values {
        font-size: 24px !important;
        line-height: normal;
        letter-spacing: -1.2px;
    }
    .specialist-process__step {
        width: 240px;
    }
    .post-treatment-plan2 .title-section,
    .orthodontic-types2 .title-section {
        margin-bottom: 40px !important;
    }
    .post-treatment-plan2 .ortho__visual {
        height: 167px;
    }
    .ortho__row_images > div {
        height: 93px;
    }
}
