.dental-page {
    color: var(--sleep-ink);
    --warm-grey-500: #78716C;
    --color-point2: #A8599E;
    word-break: keep-all;
    overflow: hidden;
    background: #fff;
}

.dental-page .theme-system-title__label,
.dental-page .section3 .eyebrow,
.dental-page .dental-exp-wrapper .eyebrow,
.dental-page .dental-faq-wrapper .eyebrow {
    color: var(--color-point2) !important;
}

.dental-page .dental-system-equipment__card-desc {
    color: #d6d3d1;
    opacity: 1;
}

.dental-page img {
    display: block;
    max-width: 100%;
}

.dental-page a {
    color: inherit;
    text-decoration: none;
}

.dental-page .theme-title-center__sub {
    color: #44403C;
    opacity: 0.7;
}

.dental-page .data-notice,
.dental-page .notice,
.dental-page .dsc__meta-value {
    color: var(--warm-grey-500) !important;
}

.dental-section {
    padding : 130px 0;
}

.dental-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 850px;
    min-height: 850px;
    padding: 80px 24px;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../img/dental/intro.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.dental-intro__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1680px;
    gap: 15px;
}

.data-notice::before {
    margin-top : 5px;
}

.dental-intro__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.dental-intro__eyebrow,
.dental-intro__title,
.dental-intro__desc p {
    margin: 0;
    color: inherit;
    letter-spacing: 0;
}

.dental-intro__eyebrow {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    opacity: 0.7;
}

.dental-intro__title {
    max-width: 1500px;
    font-size: 64px;
    font-weight: 800;
    line-height: 120%; /* 76.8px */
    letter-spacing: -1.92px;
}

.dental-intro__divider {
    display: block;
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
}

.dental-intro__desc {
    max-width: 1300px;
}

.dental-intro__desc p {
    font-size: 24px;
    font-weight: 500;
    opacity: 0.7;
    line-height: 34px;
    letter-spacing: -1.2px;
}

.section1,
.dental-stats,
.dental-exp-wrapper,
.section4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dental-specialist-wrapper,
.section1 .header-wrapper,
.dental-exp-wrapper .header,
.video_body {
    display: flex;
    flex-direction: column;
}

.dental-specialist-wrapper {
    width: 100%;
    gap : 80px;
    align-items: center;
}

.section1 .header-wrapper {
    gap: 30px;
}

.dental-specialist-title,
.dental-specialist-title p,
.dental-specialist-desc,
.sleep-video__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.doctors {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.doctors > img {
    max-width: 100%;
    height: auto;
}

.dental-doctor-specialties {
    display: grid;
    grid-template-rows: auto auto;
    --dental-specialties-max-width: 1560px;
    width: 100%;
    row-gap: 40px;
    padding: 60px 0;
    background: #f7f7f7;
}

.dental-doctor-specialties__list {
    display: grid;
    /* 제목이 nowrap인 상태에서도 긴 진료과명이 다음 컬럼으로 넘치지 않도록 최소 너비 확보 */
    grid-template-columns: repeat(6, max-content);
    justify-content: space-between;
    width: min(var(--dental-specialties-max-width), calc(100% - 60px));
    margin-inline: auto;
}

.dental-doctor-specialties__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 5px;
}

.dental-doctor-specialties__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #5e2c7b;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%; /* 39px */
    letter-spacing: -1.5px;
    white-space: nowrap;
}

.dental-doctor-specialties__title::before {
    content: '';
    display: block;
    width: 3px;
    height: 28px;
    flex: 0 0 3px;
    background: #5e2c7b;
}

.dental-doctor-specialties__desc,
.dental-doctor-specialties__note {
    margin: 0;
    color : #78716C;
    font-size: 21px;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.84px;
}

.dental-doctor-specialties__desc {
    font-weight: 400;
}

.dental-doctor-specialties__note {
    font-weight: 500;
}

.dental-doctor-specialties__note.pc-tablet-break {
    width: min(var(--dental-specialties-max-width), calc(100% - 60px));
    margin-inline: auto;
    text-align: left;
}

.doctors-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(1440px, calc(100% - 60px));
    gap: 60px;
    padding: 0;
}

.doctors-intro__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
}

.doctors-intro__title,
.doctors-intro__subtitle,
.doctors-intro__group-heading h4,
.doctors-intro__group-heading p {
    margin: 0;
    letter-spacing: 0;
}

.doctors-intro__title {
    color: #5e2c7b;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.5px;
}

.doctors-intro__subtitle {
    color: var(--warm-grey-500);
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.84px;
}

.doctors-intro__sections {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1440px;
}

.doctors-intro__group {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.doctors-intro__group-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

.doctors-intro__group-heading h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #5e2c7b;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.doctors-intro__group-heading h4::before {
    content: '';
    display: block;
    width: 3px;
    height: 28px;
    flex: 0 0 3px;
    background: #5e2c7b;
}

.doctors-intro__group-heading p {
    color: var(--warm-grey-500);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
}

.doctors-intro__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 710px));
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.dental-profile-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 421px;
    overflow: hidden;
    border: 1px solid #e7e5e4;
    border-radius: 30px;
    background: #fff;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .25s, transform .25s;
}
.dental-profile-card:hover {
    box-shadow: 0 14px 34px rgba(94, 44, 123, .10);
    transform: translateY(-4px);
}

.dental-profile-card__photo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 320px;
    flex: 0 0 320px;
    min-height: 400px;
    overflow: hidden;
}

.dental-profile-card__photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center bottom;
}

.dental-profile-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1 1 auto;
    min-width: 0;
    gap: 30px;
    padding: 40px 18px 40px 0;
}

.dental-profile-card__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.dental-profile-card__role,
.dental-profile-card__name,
.dental-profile-card__position,
.dental-profile-card__list,
.dental-profile-card__more {
    margin: 0;
    letter-spacing: 0;
}

.dental-profile-card__role {
    color: #a8599e;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.dental-profile-card__name-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.dental-profile-card__name {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.dental-profile-card__position {
    color: #636363;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
}

.dental-profile-card__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
    padding: 0;
    list-style: none;
    color: var(--warm-grey-500);
    font-size: 15px;
}

.dental-profile-card__list li {
    line-height: 1 !important;
    font-weight: 500;
}

.dental-profile-card__more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 39px;
    padding: 8px 20px;
    border: 1px solid #a8599e;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #A8599E !important;
    line-height: 150%; /* 21px */
    letter-spacing: -0.45px;
    z-index: 1;
}


.dental-profile-card__more img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.dental-profile-card__watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 214px;
    height: 214px;
    object-fit: cover;
    pointer-events: none;
}

.doctors-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    min-height: 54px;
    padding: 15px 20px;
    border: 1px solid #292524;
    border-radius: 5px;
    background: #292524;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
}

.doctors-intro__button:hover,
.doctors-intro__button:focus {
    color: #fff;
    text-decoration: none;
}

.doctors-intro__button img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.banner {
    position: relative;
    min-height: 631px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url('../img/dental/banner.webp') 50% / cover no-repeat;
    filter: grayscale(1);
    color: #fff;
    text-align: center;
    gap : 20px;
}


.banner2 {
    position: relative;
    min-height: 699px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #111 url('../img/dental/banner2.webp') center bottom / 100% 100% no-repeat;
    color: #fff;
    text-align: center;
    gap : 20px;

    .eyebrow {
        color: #FFCF4A;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        letter-spacing: -0.72px;
        margin : 0;
    }
}

.banner .title,
.banner2 .title {
    color : white;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.5px;
    margin : 0;
}

.banner .desc,
.banner2 .desc {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.63px;
    opacity: 0.7;
    margin : 0;
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.dental-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.51px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.dental-more-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.dental-more-btn svg {
    flex-shrink: 0;
}

.dental-exp-wrapper {
    gap : 60px;
    width: min(1340px, calc(100% - 60px));
}

.section3 {
    display: flex;
    justify-content: center;
}

.dental-exp-wrapper .header,
.dental-video-wrapper .header {
    display: flex;
    flex-direction: column;
    gap : 20px;
    justify-content: center;
    align-items: center;

    .eyebrow {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        letter-spacing: -0.72px;
        margin : 0;
        color : var(--color-point2);
        text-align: center;
    }

    .title {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
        margin : 0;
        color : var(--color-point1);
        text-align: center;
    }

    .desc {
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px; /* 147.619% */
        letter-spacing: -0.63px;
        color : var(--warm-grey-500);
        text-align: center;
        margin : 0;
    }
}

.dental-faq-wrapper {
    gap : 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dental-faq-wrapper .header {
    display: flex;
    flex-direction: column;
    gap : 30px;
    justify-content: center;
    align-items: center;

    .eyebrow {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        letter-spacing: -0.72px;
        margin : 0;
        color : var(--color-point2);
        text-align: center;
    }

    .title {
        font-size: 56px;
        font-style: normal;
        color : #292524;
        font-weight: 800;
        line-height: 130%;
        letter-spacing: -2.8px;
        margin : 0;

        span {
            font-weight: 400;
            line-height: 130%; /* 72.8px */
            letter-spacing: -1.68px;
        }
    }
}

.dental-stats {
    padding : 0;
    width: 100%;

    .stats {
        gap : 20px !important;
    }
}

.video_body {
    align-items: center;
    gap : 60px;

    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 314/177;
    }
}

.btn-cta {
    width : max-content !important;
}

.section3,
.section4,
.section7,
.section10 {
    background: #F7F7F7;
}

.section11 {
    background: #fcfcfc;
    padding: 130px 0;
}

.section5 {
    display: flex;
    justify-content: center;
}

.dental-system-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap : 80px;
    width: min(1340px, calc(100% - 60px));
}

.dental-cases-wrapper {
    display: flex;
    flex-direction: column;
    gap : 60px;

    .header-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}


/* dental-system-equipment */
.dental-system-equipment__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 60px;
    background: #fff;
    border: 1px solid #a3a8ae;
    border-radius: 20px;
    place-items: center;
}

.dental-system-equipment__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 15px;
    overflow: hidden;
}

.dental-system-equipment__card-img {
    width: 100%;
    aspect-ratio: 370 / 330;
    overflow: hidden;
}

.dental-system-equipment__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dental-system-equipment__card-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px 32px;
    background: #292524;
    text-align: center;
}

.dental-system-equipment__card-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 31px; /* 147.619% */
    letter-spacing: -1.05px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

.dental-system-equipment__card-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.51px;
    color: #d6d3d1;
    margin: 0;
    word-break: keep-all;
}

.notice-wrapper .notice:first-child {
    margin-bottom : 15px;
}

.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;
}
.notice::before {
    content: "i";
    position: absolute;
    left: 0;
    top: 0;
    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;
    margin-top: 5px;
}

.section7,
.section8,
.section10,
.section11,
.section12{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section8 {
    gap : 60px;
}

.dental-cases-wrapper,
.dental-services-wrapper,
.dental-symptoms-wrapper,
.dental-diag-wrapper,
.dental-faq-wrapper {
    padding: 0;
    width: min(1340px, calc(100% - 60px));
}

.dental-diag-wrapper,
.diag-items,
.dental-faq-wrapper,
.dental-services-wrapper,
.services-wrapper,
.dental-symptoms-wrapper,
.dental-cases-wrapper .cases-wrapper,
.dental-video-wrapper {
    gap: 60px;
    display: flex;
    flex-direction: column;
}

.dental-video-wrapper {
    width: min(1340px, calc(100% - 60px));
}

.symptoms-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dental-cases-wrapper {
    .btn-wrapper {
        display: flex;
        justify-content: center;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .section3,
    .section4,
    .section5,
    .section7,
    .section8,
    .section10,
    .section11,
    .section12 {
        padding : 130px 15px;
        width : 100%;

        .header-wrapper {
            width : 100%;
        }
    }

    .dental-system-wrapper,
    .dental-exp-wrapper ,
    .doctors-intro {
        width: 100%;
    }

    .dental-video-wrapper {
        width : 100%;

        iframe {
            width: 658px;
            height: 370px;
            aspect-ratio: 314/177;
        }

        .desc {
            width: 90%;
        }
    }

    .dental-cases-wrapper,
    .dental-services-wrapper,
    .dental-symptoms-wrapper,
    .dental-diag-wrapper,
    .dental-faq-wrapper {
        width: 100%;
        padding : 0;
    }
    .services-wrapper {
        padding : 0;
    }
    .dental-stats {
        width: 100%;
    }
    .stats--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .hero__subtitle {
        max-width: 100% !important;
    }
    .hero__btns {
        gap : 10px !important;

        .hero__btn {
            padding : 15px 0 !important;
        }
    }
    .dental-intro {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 850px;
        min-height: 850px;
        padding: 0 15px;
        overflow: hidden;
        background-image:
                linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('../img/dental/intro-ta.webp');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #fff;
        text-align: center;
    }


    .doctors-intro__sections {
        padding : 0 15px;
        gap: 60px;
    }


    .doctors > img {
        width: 100%;
        height: auto;
    }

    .doctors-intro__grid {
        grid-template-columns: repeat(2, 0.5fr);
        gap: 20px;
        justify-content: center;
        width: auto;
    }

    .dental-profile-card {
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 0;
        width: 100%;
        min-height: 0;
        border-radius: 20px;
        max-width: none;
        justify-self: auto;
    }

    .dental-profile-card__photo {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        width: 110px;
        height: 110px;
        min-height: 0;
        flex: none;
        margin: 8px 0 0 10px;
        overflow: hidden;
    }

    .banner {
        position: relative;
        min-height: 714px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: url('../img/dental/banner-ta.webp') 50% / cover no-repeat;
        filter: grayscale(1);
        color: #fff;
        text-align: center;
        gap : 20px;
        padding : 130px 0;
    }

    .banner2 {
        height: auto;
        min-height: 562px;
        justify-content: center;
        gap: 20px;
        padding: 130px 0;
        background-image: url('../img/dental/banner2-ta.webp');
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .dental-profile-card__photo img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        object-position: top center;
    }

    .dental-profile-card__body {
        display: contents;
    }

    .dental-profile-card__copy {
        grid-column: 2;
        grid-row: 1;
        gap: 6px;
        padding: 16px 16px 16px 8px;
        align-self: center;
        width: auto;
        margin-top : -30px;
    }

    .dental-profile-card__role {
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.39px;
    }

    .dental-profile-card__name-row {
        gap: 4px;
        align-items: flex-end;
    }

    .dental-profile-card__name {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .dental-profile-card__position {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .dental-profile-card__list {
        grid-column: 1 / -1;
        grid-row: 2;
        border-top: 1px solid #f5f5f4;
        padding: 16px 20px 20px;
        font-size: 13px;
        gap: 4px;
        letter-spacing: -0.52px;
    }

    .dental-profile-card__more {
        grid-column: 1 / -1;
        grid-row: 3;
        margin: 0 20px 20px;
        font-size: 13px;
        border-radius: 6px;
        align-self: start;
        width: max-content;
        min-height: 32px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.52px;
    }

    .dental-profile-card__watermark {
        width: 131px;
        height: 131px;
        right: 0;
        bottom: 0;
    }

    .dental-section.intro {
        height: 760px;
        min-height: 760px;
    }

    .doctors-intro__group {
        gap: 32px;
    }

    .dental-doctor-specialties {
        row-gap: 40px;
        padding: 60px 40px;
    }

    .dental-doctor-specialties__list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
        column-gap: 20px;
    }


    .dental-section.intro {
        height: auto;
        min-height: 720px;
        padding: 78px 28px;
        background-position: center bottom;
    }

    .dental-intro__logo {
        width: 56px;
        height: 56px;
    }

    .dental-system-equipment {
        width : 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dental-system-equipment__box {
        grid-template-columns: repeat(1, 1fr);
        padding: 60px;
        width: 100%;
    }

    .dental-system-equipment__card {
        width: 73%;
    }

}


@media (max-width: 767px) {
    .dental-doctor-specialties__list {
        margin-inline: 0;
    }

    .doctors-intro {
        width: 100%;
    }
    .hero__subtitle {
        width: max-content !important;
        max-width: 100% !important;
    }
    .dental-intro {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 650px;
        min-height: 650px;
        padding: 0 15px;
        overflow: hidden;
        background-image:
                linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                url('../img/dental/intro-mo.webp');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #fff;
        text-align: center;
    }
    .section1 {
        width: 100%;
        padding: 80px 0;
    }

    .section1 .header-wrapper {
        width: 100%;
    }

    .dental-specialist-wrapper {
        gap: 80px;
    }

    .dental-specialist-title {
        width: 100%;
    }

    .doctors > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }

    .section3,
    .section4,
    .section5,
    .section7,
    .section8,
    .section10,
    .section11,
    .section12 {
        width: 100%;
        padding: 80px 15px;

        .header-wrapper {
            width: 100%;
        }
    }

    .dental-exp-wrapper,
    .dental-video-wrapper,
    .dental-system-wrapper,
    .dental-cases-wrapper,
    .dental-services-wrapper,
    .dental-symptoms-wrapper,
    .dental-diag-wrapper,
    .dental-faq-wrapper {
        width: 100%;
        padding: 0;
    }

    .dental-video-wrapper {
        iframe {
            width: 100%;
            height: auto;
            aspect-ratio: 314 / 177;
        }
    }

    .dental-stats {
        width: 100%;
        padding: 0;
    }

    .services-wrapper,
    .symptoms-wrapper,
    .diag-items,
    .dental-cases-wrapper .cases-wrapper {
        width: 100%;
        padding: 0;
    }

    .doctors-intro {
        gap: 60px;
        padding : 0 15px;
    }

    .doctors-intro__header {
        gap: 10px;
    }

    .doctors-intro__title {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .doctors-intro__subtitle {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
    }

    .doctors-intro__sections {
        width: 100%;
        gap: 60px;
    }


    .banner {
        position: relative;
        height: 451px;
        min-height: 451px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: url('../img/dental/banner-ta.webp') 50% / cover no-repeat;
        filter: grayscale(1);
        color: #fff;
        text-align: center;
        gap : 20px;
        padding : 60px 0;
    }

    .banner2 {
        height: auto;
        min-height: 562px;
        justify-content: center;
        gap: 20px;
        padding: 60px 0px;
        background-image: url('../img/dental/banner2-mo.webp');
        background-color: #111;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;

        .eyebrow,
        .title,
        .desc {
            width: calc(100% - 30px);
        }

        .eyebrow {
            font-size: 17px;
            line-height: 1.3;
            letter-spacing: -0.51px;
        }

        .title {
            font-size: 23px;
            line-height: 1.3;
            letter-spacing: -0.45px;
        }

        .desc {
            display: block;
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: -0.45px;
        }

        .title br,
        .desc br {
            display: none;
        }

        .more-btn {
            width: calc(100% - 30px);
            margin-top: 10px;
        }

        .dental-more-btn {
            max-width: 260px;
            padding: 15px 20px;
            gap: 5px;
            font-size: 13px;
            line-height: 1;
            letter-spacing: -0.39px;
        }

        .dental-more-btn svg {
            width: 15px;
            height: 15px;
        }
    }

    .banner {
        height: 451px;
        padding : 60px 0;
    }

    .dsc__heading {
        gap : 16px !important;
    }

    .dsc__meta-value {
        padding-left: 24px !important;
    }

    .doctors-intro__group {
        gap: 20px;
    }
    .dental-diag-wrapper {
        gap : 40px;
    }

    .doctors-intro__group-heading {
        width: min(325px, 100%);
        gap: 5px;
    }

    .doctors-intro__group-heading h4 {
        gap: 7px;
        font-size: 20px;
        line-height: normal;
        letter-spacing: -1px;
    }

    .doctors-intro__group-heading h4::before {
        height: 28px;
    }

    .doctors-intro__group-heading p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }

    .dental-profile-card {
        flex-direction: column;
        min-height: 0;
        border-radius: 20px;
    }

    .dental-profile-card__photo {
        width: 100%;
        flex-basis: auto;
        min-height: 280px;
    }

    .dental-profile-card__photo img {
        width: min(320px, 82vw);
        height: 300px;
    }

    .dental-profile-card__body {
        padding: 28px 24px 30px;
    }

    .dental-profile-card__role {
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .dental-profile-card__name {
        font-size: 32px;
    }

    .dental-profile-card__position {
        font-size: 17px;
        line-height: 26px;
    }

    .dental-profile-card__list {
        font-size: 14px;
        line-height: 1.45;
    }

    .dental-profile-card__watermark {
        width: 160px;
        height: 160px;
    }

    .dental-doctor-specialties {
        row-gap: 30px;
        padding: 60px 25px;
    }

    .dental-doctor-specialties__list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .dental-doctor-specialties__item {
        gap: 5px;
    }

    .dental-doctor-specialties__title {
        gap: 7px;
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .dental-doctor-specialties__title::before {
        height: 28px;
    }

    .dental-doctor-specialties__desc,
    .dental-doctor-specialties__note {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }

    .dental-doctor-specialties__note {
        font-weight: 500;
        letter-spacing: -0.6px;
    }

    .dental-section.intro {
        min-height: 690px;
        padding: 64px 20px;
    }

    .dental-intro__content {
        gap: 13px;
    }

    .dental-intro__logo {
        width: 40px;
        height: 40px;
    }

    .dental-intro__eyebrow {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
    }

    .dental-intro__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%; /* 41.6px */
        letter-spacing: -0.96px;
    }

    .dental-intro__divider {
        height: 20px;
    }

    .dental-intro__desc p {
        font-size: 17px;
        font-weight: 500;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.85px;
    }


    .dental-system-equipment {
        width : 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dental-system-equipment__box {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 60px 31.5px;
        gap: 16px;
        border-radius: 16px;
    }

    .dental-system-equipment__card {
        width: 90%;
    }

    .dental-system-equipment__card-txt {
        padding : 15px 10px;
        gap : 5px;
        min-height: 90px;
    }

    .dental-system-equipment__card-title {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.75px;
    }

    .dental-system-equipment__card-desc {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .doctors-intro__grid {
        grid-template-columns: minmax(0, 100%);
        gap: 20px;
        justify-content: center;
        width: 100%;
    }

    .case-compare-items {
        padding : 0 !important;
    }

    .dental-profile-card {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 0;
        width: 100%;
        min-height: 0;
        border-radius: 20px;
        max-width: none;
        justify-self: auto;
    }

    .dental-profile-card__photo {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        width: 110px;
        height: 110px;
        min-height: 0;
        flex: none;
        margin: 8px 0 0 10px;
        overflow: hidden;
    }

    .dental-profile-card__photo img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        object-position: top center;
    }

    .dental-profile-card__body {
        display: contents;
    }

    .dental-profile-card__copy {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        gap: 6px;
        width: auto;
        padding: 16px 16px 16px 8px;
        margin: 0;
    }

    .dental-profile-card__role {
        font-size: 13px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .dental-profile-card__name-row {
        gap: 4px;
        align-items: flex-end;
    }

    .dental-profile-card__name {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .dental-profile-card__position {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .dental-profile-card__list {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        gap: 4px;
        padding: 16px 20px 0;
        border-top: 1px solid #f5f5f4;
        font-size: 13px;
        line-height: normal;
        letter-spacing: -0.52px;
    }

    .dental-profile-card__list li {
        line-height: normal !important;
        letter-spacing: -0.52px !important;
    }

    .dental-profile-card__more {
        grid-column: 1 / -1;
        grid-row: 3;
        align-self: start;
        width: max-content;
        min-height: 32px !important;
        margin: 20px 20px 20px;
        padding: 8px 16px;
        border-radius: 6px;
        gap: 3px;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.52px;
    }

    .dental-profile-card__more img {
        width: 13px;
        height: 13px;
        flex: 0 0 13px;
    }

    .dental-profile-card__watermark {
        right: -20px;
        bottom: 0;
        width: 131px;
        height: 131px;
    }

    .banner {
        height: 451px;
        padding : 60px 0;

        .sleep-band__icon {
            width: 40px;
            height: 40px;
        }

        .title {
            font-size: 23px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%; /* 29.9px */
            letter-spacing: -0.45px;
        }

        .desc {
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 22.5px */
            letter-spacing: -0.45px;
        }
    }

    .dental-exp-wrapper,
    .dental-video-wrapper {
        gap : 40px;
    }

    .dental-system-wrapper,
    .dental-faq-wrapper {
        gap : 30px;
    }

    .stat {
        padding : 0 !important;
    }

    .data-notice {
        margin-left: 20px !important;
    }

    .dental-exp-wrapper .header,
    .dental-video-wrapper .header,
    .dental-faq-wrapper .header {
        .eyebrow  {
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%; /* 22.1px */
            letter-spacing: -0.51px;
        }

        .title {
            font-size: 23px;
        }

        .desc {
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 22.5px */
            letter-spacing: -0.45px;
        }
    }

    .notice {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
    }

    .notice::before {
        width: 14px;
        height: 14px;
        font-size: 10px;
    }

    .dsi--multi.dsi--count-3 .dsi__imgs {
        grid-template-columns : repeat(3, 1fr) !important;
    }

}

/* 페이지 전용 레이아웃 */
#subtop {
    display: none !important;
}

body {
    padding-top: 0;
}
