/* Figma headline font: SB AggroOTF */
@font-face {
    font-family: 'SB AggroOTF';
    src: url('../fonts/sb-aggro/SB-AggroOTF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ONE Mobile Title';
    src: url('../fonts/ONE Mobile Title OTF.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.treatment-cost-page {
    --color-point1: #5e2c7b;
    --color-point2: #a8599e;
    --treatment-cost-warm-900: #1c1917;
    --treatment-cost-warm-800: #292524;
    --treatment-cost-warm-700: #44403c;
    --treatment-cost-warm-600: #57534e;
    --treatment-cost-warm-500: #78716c;
    --treatment-cost-warm-300: #d6d3d1;
    --treatment-cost-purple-soft: #f9f0fd;
    --warmGray-100 : #F5F5F4;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
}

.treatment-cost-page .special-banner {
    background-color: var(--color-point1);
    padding: 50px 0;
    text-align: center;
}

.treatment-cost-page .special-banner p {
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -2.8px;
    color: #fff;
    margin: 0;
}

.treatment-cost-page .intro-section {
    padding : 130px 0;
}

.treatment-cost-page .intro-section__eyebrow {
    color: var(--color-point2) !important;
}

.treatment-cost-page .intro-section__logo {
    width: 50px;
    height: 51px;
    aspect-ratio: 50/51;
}

/* treatment-cost 페이지 내부 전용 가격 섹션 */
.treatment-cost-price-section,
.treatment-cost-price-section * {
    box-sizing: border-box;
}

.treatment-cost-price-section {
    padding: 130px 0;
    background: #fff;
    color: var(--treatment-cost-warm-900);
}

.treatment-cost-price-section__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.treatment-cost-price-section__intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.treatment-cost-price-section__title-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.treatment-cost-price-section__title-mark {
    display: block;
    flex: 0 0 3px;
    width: 3px;
    height: 28px;
    background: var(--color-point1);
}

.treatment-cost-price-section__title,
.treatment-cost-price-section__description p,
.treatment-cost-price-section__headline-line,
.treatment-cost-price-section__period,
.treatment-cost-price-section__eligibility,
.treatment-cost-price-section__item-title,
.treatment-cost-price-section__notes,
.treatment-cost-price-section__old-price,
.treatment-cost-price-section__new-price,
.treatment-cost-price-section__price-prefix,
.treatment-cost-price-section__price-meta,
.treatment-cost-price-section__notice-text p,
.treatment-cost-price-section__action {
    margin: 0;
}

.treatment-cost-price-section__title {
    color: var(--color-point1);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

.treatment-cost-price-section__description,
.treatment-cost-price-section__description p {
    color: var(--treatment-cost-warm-500);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}

.treatment-cost-price-section__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 60px 30px;
    border: 1px solid var(--treatment-cost-warm-100, #f5f5f4);
    background: var(--treatment-cost-purple-soft);
}

#orthodontics_adult .treatment-cost-price-section__card ,
#orthodontics_kid .treatment-cost-price-section__card {
    border: 1px solid var(--warmGray-100, #F5F5F4);
    background: #F5F7FC;
}

#dental .treatment-cost-price-section__card  {
    border: 1px solid var(--warmGray-100, #F5F5F4);
    background: #EFF3FF;
}

.treatment-cost-price-section__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}

.treatment-cost-price-section__headline-copy {
    width: 100%;
}

.treatment-cost-price-section__headline-line {
    color: var(--treatment-cost-warm-900);
    font-family: 'SB AggroOTF', 'Pretendard', sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -3.8px;
}

.treatment-cost-price-section__headline-line--highlight {
    background: linear-gradient(90deg, #9019D6 30.77%, #490173 98.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.treatment-cost-price-section__period {
    font-family: 'ONE Mobile Title', 'Pretendard', sans-serif;
    color: var(--color-point1);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -1.4px;
}

.treatment-cost-price-section__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding: 0 40px 60px;
    background: #fff;
}

.treatment-cost-price-section__eligibility {
    font-family: 'ONE Mobile Title', 'Pretendard', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 20px 50px;
    background: var(--color-point1);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.24px;
    text-align: center;
}

.treatment-cost-price-section__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.treatment-cost-price-section__item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.treatment-cost-price-section__item-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.treatment-cost-price-section__item.has-sub-items {
    display: block;
}

.treatment-cost-price-section__item.has-sub-items .treatment-cost-price-section__item-info {
    width: 100%;
    gap: 20px;
}

.treatment-cost-price-section__sub-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.treatment-cost-price-section__sub-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.treatment-cost-price-section__sub-item-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.treatment-cost-price-section__sub-item-title {
    margin: 0;
    color: var(--treatment-cost-warm-800);
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
}

.treatment-cost-price-section__sub-item-notes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-cost-price-section__sub-item-notes li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--treatment-cost-warm-500);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.51px;
}

.treatment-cost-price-section__sub-item-notes li::before {
    display: block;
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--treatment-cost-warm-500);
    content: '';
}

.treatment-cost-price-section__item-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-wrap: wrap;
}

.treatment-cost-price-section__item-title {
    color: var(--treatment-cost-warm-900);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.4px;
}

.treatment-cost-price-section__item-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 4px;
    background: var(--treatment-cost-purple-soft);
    color: var(--color-point1);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.68px;
    white-space: nowrap;
}

.treatment-cost-price-section__item.is-featured .treatment-cost-price-section__item-title {
    font-size: 41px;
    letter-spacing: -2.05px;
}

.treatment-cost-price-section__notes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    list-style: none;
}

.treatment-cost-price-section__notes li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--treatment-cost-warm-500);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.68px;
}

.treatment-cost-price-section__notes li::before {
    display: block;
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--treatment-cost-warm-500);
    content: '';
}

.treatment-cost-price-section__prices {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.treatment-cost-price-section__price-main {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.treatment-cost-price-section__price-prefix {
    color: var(--treatment-cost-warm-800);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.72px;
}

.treatment-cost-price-section__price-meta {
    color: var(--treatment-cost-warm-600);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.6px;
}

.treatment-cost-price-section__old-price {
    color: var(--treatment-cost-warm-600);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.72px;
    text-decoration: line-through;
}

.treatment-cost-price-section__price-arrow {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 31px;
}

.treatment-cost-price-section__new-price {
    display: inline-flex;
    align-items: center;
    color: var(--color-point1);
}

.treatment-cost-price-section__new-price strong {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

.treatment-cost-price-section__new-price em {
    color: var(--treatment-cost-warm-800);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.72px;
    margin-left: 3px;
}

.treatment-cost-price-section__item.is-featured .treatment-cost-price-section__new-price strong {
    background: linear-gradient(135.3603476487678deg, #da45c7 2%, #9019d6 43.598%, #490173 87.043%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    letter-spacing: -1.68px;
}

.treatment-cost-price-section__divider {
    width: 100%;
    height: 0;
    border-top: 2px dotted var(--treatment-cost-warm-300);
}

.treatment-cost-price-section__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.treatment-cost-price-section__notice > img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.treatment-cost-price-section__notice-text,
.treatment-cost-price-section__notice-text p {
    color: var(--treatment-cost-warm-700);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}

.treatment-cost-price-section__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.faq-section__actions {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top : 60px;
}

.treatment-cost-price-section__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 20px;
    border: 1px solid var(--treatment-cost-warm-800);
    border-radius: 5px;
    background: var(--treatment-cost-warm-800);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.51px;
    text-decoration: none;
    transition: opacity .2s ease;
}

.treatment-cost-price-section__action:hover,
.treatment-cost-price-section__action:focus-visible {
    color: #fff !important;
    opacity: .85;
    text-decoration: none;
}

.treatment-cost-price-section__action img {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

/* 심미치료 진료비 Figma 레이아웃 */
.treatment-cost-price-section.is-aesthetic {
    padding: 60px 30px;
    border: 1px solid var(--treatment-cost-warm-100, #f5f5f4);
    background: #eff3ff;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__container {
    max-width: none;
    padding: 0;
    gap: 15px;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__intro {
    display: none;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__card {
    gap: 40px;
    padding: 0;
    border: 0;
    background: transparent;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__headline {
    gap: 40px;
    padding-top: 60px;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__panel {
    gap: 60px;
    padding: 0 40px 60px;
}

.treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__price-arrow {
    flex-basis: 34px;
    width: 34px;
    height: 42px;
}

@media (min-width: 1200px) {
    .feature-case-section__case-row,
    .feature-case-section__case-row div {
        height: 500px !important;
        min-height: 500px !important;
        justify-content: normal !important;
    }
}

.process-card-section__body {
    min-height: 171px !important;
}

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

.qna-wrapper, .wrapper {
    max-width: min( 1340px, calc(100% - 60px));
    margin : auto
}

/* 진료비 포함·별도 항목 */
.treatment-cost-included-section,
.treatment-cost-included-section * {
    box-sizing: border-box;
}

.treatment-cost-included-section {
    width: 100%;
    padding: 130px 0;
    background: #f7f7f7;
    color: var(--treatment-cost-warm-800);
}

.treatment-cost-included-section__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: min(1340px, calc(100% - 60px));
    max-width: 1340px;
    margin: 0 auto;
}

.treatment-cost-included-section__title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1340px;
}

.treatment-cost-included-section__system-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.treatment-cost-included-section__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--color-point2);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
    text-align: center;
}

.treatment-cost-included-section__label {
    color: var(--color-point2);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.treatment-cost-included-section__title-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.treatment-cost-included-section__title-content h2,
.treatment-cost-included-section__title-content p,
.treatment-cost-included-section__card-header h3,
.treatment-cost-included-section__card-header p,
.treatment-cost-included-section__item h4,
.treatment-cost-included-section__item-description {
    margin: 0;
}

.treatment-cost-included-section__title-content h2 {
    width: 100%;
    color: var(--treatment-cost-warm-800);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.68px;
}

.treatment-cost-included-section__title-content p {
    width: 100%;
    color: var(--treatment-cost-warm-700);
    opacity: 0.7;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.84px;
}

.treatment-cost-included-section__cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.treatment-cost-included-section__card {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    min-height: 420px;
    padding: 60px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.03);
}

.treatment-cost-included-section__image-wrap,
.treatment-cost-included-section__image {
    display: block;
    flex: 0 0 300px;
    width: 300px;
    height: 300px;
}

.treatment-cost-included-section__image-wrap {
    overflow: hidden;
    border-radius: 50%;
}

.treatment-cost-included-section__image {
    max-width: none;
    object-fit: cover;
}

.treatment-cost-included-section__card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 40px;
    min-width: 0;
}

.treatment-cost-included-section__card-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
}

.treatment-cost-included-section__card-header h3 {
    width: 100%;
    color: var(--color-point1);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

.treatment-cost-included-section__card-header p {
    width: 100%;
    color: var(--treatment-cost-warm-500);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.63px;
}

.treatment-cost-included-section__item-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 20px 20px 30px;
    border-radius: 10px;
    background: rgba(123, 44, 106, 0.03);
}

.treatment-cost-included-section__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
}

.treatment-cost-included-section__item-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.treatment-cost-included-section__item-heading img {
    display: block;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
}

.treatment-cost-included-section__item h4 {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--color-point1);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.treatment-cost-included-section__item-description {
    width: 100%;
    padding-left: 33px;
    color: var(--treatment-cost-warm-500);
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.68px;
}

/* 진료비 결정 기준 */
.cost-decision-criteria-section,
.cost-decision-criteria-section * {
    box-sizing: border-box;
}

.cost-decision-criteria-section {
    padding: 130px 0;
    background: #f7f7f7;
}

.cost-decision-criteria-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 60px;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

.cost-decision-criteria-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1340px;
}

.cost-decision-criteria-section__system-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cost-decision-criteria-section__number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a8599e;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1.05px;
}

.cost-decision-criteria-section__label {
    margin: 0;
    color: #a8599e;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.cost-decision-criteria-section__heading-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.cost-decision-criteria-section__title {
    margin: 0;
    color: #292524;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.68px;
    white-space: nowrap;
}

.cost-decision-criteria-section__description {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    opacity: .7;
}

.cost-decision-criteria-section__description p {
    margin: 0;
    color: #44403c;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.84px;
}

.cost-decision-criteria-section__content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}

.cost-decision-criteria-section__image-wrap {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 665px;
    max-height: 525px;
    aspect-ratio: 633.3333 / 500;
    overflow: hidden;
}

.cost-decision-criteria-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cost-decision-criteria-section__criteria {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    min-width: 0;
}

.cost-decision-criteria-section__criteria-title {
    margin: 0;
    padding: 0 20px;
    border-left: 3px solid #5e2c7b;
    color: #5e2c7b;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.4px;
}

.cost-decision-criteria-section__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.cost-decision-criteria-section__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.cost-decision-criteria-section__item-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.cost-decision-criteria-section__check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #5e2c7b;
}

.cost-decision-criteria-section__check img {
    display: block;
    flex: 0 0 12px;
    width: 12px;
    height: 9px;
}

.cost-decision-criteria-section__item-heading h4 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #5e2c7b;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.cost-decision-criteria-section__item-description {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    border: 1px solid rgba(204, 204, 204, .1);
    border-radius: 8px;
    background: rgba(123, 44, 106, .05);
    color: #44403c;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.84px;
}

.process-card-section{
    background-color: #F7F7F7 !important;
}


/*태블릿*/
@media (min-width: 768px) and (max-width: 1199px) {
    .hero__subtitle {
        max-width: 100% !important;
        padding : 0 10px !important;
    }

    .treatment-cost-price-section__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .treatment-cost-price-section__eligibility {
        padding : 20px
    }


    #implant .treatment-cost-price-section__item:first-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

   #implant .treatment-cost-price-section__item:first-child  .treatment-cost-price-section__prices {
        justify-content: flex-end;
        width: 100%;
    }

   #orthodontics_kid .treatment-cost-price-section__item:last-child,
   #orthodontics_kid .treatment-cost-price-section__item:nth-child(3) {
       display: flex;
       align-items: flex-start;
       flex-direction: column;
   }

    #orthodontics_kid .treatment-cost-price-section__item:last-child  .treatment-cost-price-section__prices,
    #orthodontics_kid .treatment-cost-price-section__item:nth-child(3)  .treatment-cost-price-section__prices{
        justify-content: flex-end;
        width: 100%;
    }

    .treatment-cost-price-section__price-arrow {
        flex-basis: 42px;
        width: 42px;
        height: 34px;
    }


    .treatment-cost-price-section.is-aesthetic .treatment-cost-price-section__price-arrow {
        flex-basis: 28px;
        width: 28px;
        height: 34px;
    }

    .treatment-cost-page .responsive-intro__visual {
        background: linear-gradient(180deg, #ECEAEC 22%, rgba(255, 255, 255, 0.00) 32.3%);
    }

    .treatment-cost-included-section {
        padding : 130px 15px;
    }

    .treatment-cost-included-section__container,
    .feature-case-section__cases-container {
        width: 100% !important;
    }

    .cost-decision-criteria-section {
        padding : 130px 15px;
    }

    .treatment-cost-included-section__card,
    .cost-decision-criteria-section__content {
        flex-direction: column;
    }

    .treatment-cost-included-section__image-wrap {
        margin : auto;
    }

    .cost-decision-criteria-section__image-wrap,
    .cost-decision-criteria-section__criteria {
        flex : 1;
        width: 100%;
        max-width: 100%;
    }

    .qna-section {
        padding : 130px 15px;
    }

    .qna-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .treatment-cost-page .feature-case-section__case-image {
        height: 400px !important;
    }
}

/*모바일*/
@media (max-width: 767px) {
    .hero__subtitle {
        width: 97% !important;
    }

    .treatment-cost-page .intro-section {
        padding : 80px 0 40px;
    }

    .treatment-cost-page .intro-section__logo {
        width: 30px;
        height: 30px;
    }

    .intro-section__eyebrow {
        padding-top : 15px;
    }
    .intro-section__desc {
        margin-top : 15px !important;
    }
    .treatment-cost-page .special-banner {
        padding: 30px 20px;
    }

    .treatment-cost-page .special-banner p {
        font-size: 28px;
        letter-spacing: -1.4px;
    }

    .treatment-cost-price-section {
        padding: 80px 0;
    }

    .treatment-cost-price-section__description,
    .treatment-cost-price-section__description p {
        color: var(--treatment-cost-warm-500);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.45px;
    }


    .treatment-cost-price-section__container {
        gap: 40px;
        max-width: none;
        padding: 0 15px;
    }

    .treatment-cost-price-section__intro {
        gap: 5px;
    }

    .treatment-cost-price-section__title-row {
        gap: 7px;
    }

    .treatment-cost-price-section__title-mark {
        flex-basis: 3px;
        width: 3px;
        height: 28px;
        margin-top: 0;
    }

    .treatment-cost-price-section__title {
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .treatment-cost-price-section__description {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .treatment-cost-price-section__card {
        gap: 32px;
        padding: 48px 10px;
    }

    .treatment-cost-price-section__headline {
        gap: 40px;
        padding-top: 0;
    }

    .treatment-cost-price-section__headline-line {
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: -1.3px;
    }

    .treatment-cost-price-section__period {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.8px;
    }

    #implant .treatment-cost-price-section__headline {
        gap: 30px;
    }

    .treatment-cost-price-section__panel {
        gap: 40px;
        padding: 0 0 40px;
    }

    .treatment-cost-price-section__eligibility {
        width:63%;
        min-height: 56px;
        padding: 8px 24px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.14px;
    }

    .treatment-cost-price-section__items {
        gap: 24px;
        padding: 0 20px;
    }

    #implant .treatment-cost-price-section__items {
        gap: 20px;
    }

    .treatment-cost-price-section__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .treatment-cost-price-section__item-info {
        flex: 0 0 auto;
        width: 100%;
        gap: 8px;
    }

    .treatment-cost-price-section__item.has-sub-items .treatment-cost-price-section__item-info {
        gap: 30px;
    }

    .treatment-cost-price-section__sub-items {
        gap: 10px;
    }

    .treatment-cost-price-section__sub-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .treatment-cost-price-section__sub-item-info {
        flex: 0 0 auto;
        width: 100%;
        gap: 6px;
    }

    .treatment-cost-price-section__sub-item-title {
        font-size: 16.8px;
        font-weight: 700;
        line-height: 24.8px; /* 147.619% */
        letter-spacing: -0.84px;
    }

    .treatment-cost-price-section__sub-item-notes {
        gap: 4px;
    }

    .treatment-cost-price-section__sub-item-notes li {
        gap: 8px;
        font-size: 13.6px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.408px;
    }

    .treatment-cost-price-section__sub-item-notes li::before {
        flex-basis: 3px;
        width: 3px;
        height: 3px;
    }

    .treatment-cost-price-section__item-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -1px;
    }

    .treatment-cost-price-section__item-title-row {
        width: 100%;
        gap: 8px;
    }

    .treatment-cost-price-section__item-badge {
        padding: 4.8px 8px;
        border-radius: 3.2px;
        font-size: 13.6px;
        line-height: 17.6px;
        letter-spacing: -0.39px;
        width: 62px;
    }

    .treatment-cost-price-section__item.is-featured .treatment-cost-price-section__item-title {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -1.2px;
    }

    .treatment-cost-price-section__notes {
        gap: 4px;
    }

    .treatment-cost-price-section__notes li {
        gap: 8px;
        font-size: 13.6px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.544px;
    }

    .treatment-cost-price-section__notes li::before {
        flex-basis: 3px;
        width: 3px;
        height: 3px;
    }

    .treatment-cost-price-section__prices {
        justify-content: flex-end;
        width: 100%;
        gap: 8px;
    }

    .treatment-cost-price-section__old-price {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.51px;
    }

    .treatment-cost-price-section__price-arrow {
        flex-basis: 24px;
        width: 24px;
        height: 20px;
    }
    .treatment-cost-price-section__new-price strong,
    .treatment-cost-price-section__item.is-featured .treatment-cost-price-section__new-price strong {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.96px;
    }

    .treatment-cost-price-section__new-price em {
        margin-left: 3px;
        font-size: 19.2px;
        line-height: 23px;
        letter-spacing: -0.576px;
    }

    .treatment-cost-price-section__price-prefix {
        font-size: 19.2px;
        line-height: 23px;
        letter-spacing: -0.576px;
    }

    .treatment-cost-price-section__price-meta {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.42px;
    }

    .treatment-cost-price-section__divider {
        border-top-width: 1px;
    }

    .treatment-cost-price-section__notice {
        gap: 10px;
    }

.treatment-cost-price-section__notice > img {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
}

    .treatment-cost-price-section__notice-text,
    .treatment-cost-price-section__notice-text p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }

    .treatment-cost-price-section__actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .treatment-cost-price-section__action {
        flex: 0 0 auto;
        width: 220px;
        height: 46px;
        min-height: 46px;
        padding: 15px 20px;
        font-size: 13px;
        letter-spacing: -0.39px;
    }

    .treatment-cost-price-section__action img {
        flex-basis: 14.4px;
        width: 14.4px;
        height: 14.4px;
    }

    #orthodontics_kid .treatment-cost-price-section__item:not(.has-sub-items) {
        gap: 10px;
    }

    #dental .treatment-cost-price-section__items {
        gap: 24px;
    }

    /* 진료비 포함·별도 항목 */
    .treatment-cost-included-section {
        padding: 80px 0;
    }

    .treatment-cost-included-section__container {
        width: 100%;
        max-width: none;
        padding: 0 15px;
    }

    .treatment-cost-included-section__title {
        gap: 12px;
    }

    .treatment-cost-included-section__system-title {
        gap: 10px;
    }

    .treatment-cost-included-section__number {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 22.5px;
        letter-spacing: -0.75px;
    }

    .treatment-cost-included-section__label {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }

    .treatment-cost-included-section__title-content {
        gap: 16px;
    }

    .treatment-cost-included-section__title-content h2 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
    }

    .treatment-cost-included-section__title-content p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .treatment-cost-included-section__cards {
        gap: 30px;
    }

    .treatment-cost-included-section__card {
        flex-direction: column;
        min-height: 0;
        padding: 20px;
        border-radius: 12px;
        gap: 20px;
        box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.03);
    }

    .treatment-cost-included-section__image-wrap,
    .treatment-cost-included-section__image {
        flex-basis: 220px;
        width: 220px;
        height: 220px;
    }

    .treatment-cost-included-section__image-wrap {
        align-self: center;
    }

    .treatment-cost-included-section__card-content {
        gap: 24px;
    }

    .treatment-cost-included-section__card-header {
        gap: 8px;
    }

    .treatment-cost-included-section__card-header h3 {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: -0.45px;
    }

    .treatment-cost-included-section__card-header p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
    }

    .treatment-cost-included-section__item-list {
        gap: 32px;
        padding: 16px 16px 24px;
        border-radius: 8px;
    }

    .treatment-cost-included-section__item {
        gap: 2px;
    }

    .treatment-cost-included-section__item-heading {
        gap: 10px;
    }

    .treatment-cost-included-section__item-heading img {
        flex-basis: 16px;
        width: 16px;
        height: 16px;
    }

    .treatment-cost-included-section__item h4 {
        font-size: 17px;
        line-height: 22px;
        letter-spacing: -0.51px;
    }

    .treatment-cost-included-section__item-description {
        padding-left: 28px;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -0.39px;
    }

    /* 진료비 결정 기준 */
    .cost-decision-criteria-section {
        padding: 80px 0;
    }

    .cost-decision-criteria-section__wrapper {
        align-items: flex-end;
        gap: 60px;
        width: 100%;
        max-width: none;
        padding: 0 15px;
    }

    .cost-decision-criteria-section__heading {
        gap: 12px;
        max-width: none;
    }

    .cost-decision-criteria-section__system-title {
        gap: 10px;
    }

    .cost-decision-criteria-section__number {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 22.5px;
        letter-spacing: -0.75px;
    }

    .cost-decision-criteria-section__label {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }

    .cost-decision-criteria-section__heading-content {
        gap: 16px;
    }

    .cost-decision-criteria-section__title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
        white-space: normal;
    }

    .cost-decision-criteria-section__description p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .cost-decision-criteria-section__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;
    }

    .cost-decision-criteria-section__image-wrap {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: 633.3333 / 500;
    }

    .cost-decision-criteria-section__criteria {
        flex: 0 0 auto;
        gap: 30px;
        width: 100%;
        max-width: none;
    }

    .cost-decision-criteria-section__criteria-title {
        padding: 0 0 0 7px;
        border-left-width: 3px;
        font-size: 23px;
        line-height: 30px;
        letter-spacing: -0.45px;
    }

    .cost-decision-criteria-section__list {
        gap: 30px;
    }

    .cost-decision-criteria-section__item {
        gap: 20px;
    }

    .cost-decision-criteria-section__item-heading {
        gap: 5px;
    }

    .cost-decision-criteria-section__check {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .cost-decision-criteria-section__check img {
        flex-basis: 10px;
        width: 10px;
        height: 7.5px;
    }

    .cost-decision-criteria-section__item-heading h4 {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }

    .cost-decision-criteria-section__item-description {
        padding: 12px 25px;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    /* 가격비교 전에 확인할 내용 */
    .treatment-cost-page .feature-case-section {
        min-height: 0;
    }

    .treatment-cost-page .feature-case-section__cases {
        padding: 80px 15px;
    }

    .treatment-cost-page .feature-case-section__cases-container {
        width: 100%;
        max-width: 100%;
    }

    .treatment-cost-page .feature-case-section__title {
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        text-align: left;
    }

    .treatment-cost-page .feature-case-section__title h2 {
        width: 100%;
        margin: 0;
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
    }

    .treatment-cost-page .feature-case-section__title .theme-title-center__sub,
    .treatment-cost-page .feature-case-section__title .theme-title-center__sub p {
        width: 100%;
        color: var(--treatment-cost-warm-700);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.6px;
        text-align: left;
    }

    .treatment-cost-page .feature-case-section__system-title {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        gap: 10px;
    }

    .treatment-cost-page .feature-case-section__system-title-number {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 22.5px;
        letter-spacing: -0.75px;
    }

    .treatment-cost-page .feature-case-section__system-title-label {
        flex: 1 1 auto;
        width: auto;
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
        white-space: normal;
    }

    .treatment-cost-page .feature-case-section__case-row,
    .treatment-cost-page .feature-case-section__case-row--reverse,
    .treatment-cost-page .feature-case-section__case-row--gallery {
        flex-direction: column;
        width: 100%;
        background: #fff;
    }

    .treatment-cost-page .feature-case-section__case-text {
        flex: none;
        min-width: 0;
        padding: 40px 20px;
    }

    .treatment-cost-page .feature-case-section__case-row:nth-of-type(3) .feature-case-section__case-text {
        min-height: 0;
    }

    .treatment-cost-page .feature-case-section__case-number {
        margin-bottom: 30px;
        padding-bottom: 4px;
        font-size: 13px;
        line-height: 1.1934;
        letter-spacing: -0.39px;
    }

    .treatment-cost-page .feature-case-section__case-title {
        margin: 0 0 10px;
        font-size: 23px;
        line-height: 1.3;
        letter-spacing: -0.45px;
    }

    .treatment-cost-page .feature-case-section__case-body {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.45px;
        word-break: break-word;
    }

    .treatment-cost-page .feature-case-section__case-image,
    .treatment-cost-page .feature-case-section__gallery {
        flex: none;
        width: 100%;
        min-width: 0;
        height: 200px;
        min-height: 200px;
        padding: 0;
    }

    /* 진료비 상담 과정 */
    .treatment-cost-page .process-card-section {
        gap: 40px;
        padding: 80px 15px;
    }

    .treatment-cost-page .process-card-section__heading,
    .treatment-cost-page .process-card-section__cards {
        width: 100%;
        max-width: 1340px;
        margin: 0;
    }

    .treatment-cost-page .process-card-section__heading {
        gap: 12px;
        padding: 0;
    }

    .treatment-cost-page .process-card-section__system-title {
        gap: 10px;
    }

    .treatment-cost-page .process-card-section__system-number {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
        line-height: 22.5px;
        letter-spacing: -0.75px;
    }

    .treatment-cost-page .process-card-section__system-label {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }

    .treatment-cost-page .process-card-section__copy {
        gap: 16px;
    }

    .treatment-cost-page .process-card-section__title {
        margin: 0;
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
    }

    .treatment-cost-page .process-card-section__description,
    .treatment-cost-page .process-card-section__description p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    .treatment-cost-page .process-card-section__cards {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding: 0;
    }

    .treatment-cost-page .process-card-section__media {
        flex: none;
        height: 220px;
        aspect-ratio: auto;
    }

    .treatment-cost-page .process-card-section__body {
        min-height: 158px !important;
        padding: 16px 16px 20px;
        gap: 10px;
    }

    .treatment-cost-page .process-card-section__step {
        min-height: 0;
        padding: 8px 15px;
        font-size: 13px;
        line-height: 1;
        letter-spacing: -0.39px;
        width: 78px;
        height: 32px;
    }

    .treatment-cost-page .process-card-section__card-copy {
        gap: 5px;
        padding: 5px 5px 0;
    }

    .treatment-cost-page .process-card-section__card-title {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: -1px;
    }

    .treatment-cost-page .process-card-section__card-description,
    .treatment-cost-page .process-card-section__card-description p {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.6px;
    }

    /* Q&A */
    .treatment-cost-page .qna-section {
        padding: 80px 15px;
    }

    .treatment-cost-page .qna-wrapper {
        width: 100%;
        max-width: none;
    }

    .treatment-cost-page .ortho-qna {
        gap: 60px;
        padding: 0;
    }

    .treatment-cost-page .ortho-qna__header {
        gap: 12px;
        max-width: none;
    }

    .treatment-cost-page .ortho-qna__eyebrow {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: -0.51px;
    }

    .treatment-cost-page .ortho-qna__title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: -0.84px;
    }

    .treatment-cost-page .ortho-qna__title strong {
        letter-spacing: -1.6px;
    }

    .treatment-cost-page .ortho-qna__list {
        gap: 20px;
    }

    .treatment-cost-page .ortho-qna__question {
        align-items: center;
        min-height: 0;
        padding: 12px 20px;
    }

    .treatment-cost-page .ortho-qna__mark {
        width: 24px;
        flex-basis: 24px;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.75px;
    }

    .treatment-cost-page .ortho-qna__question-text {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.75px;
    }

    .treatment-cost-page .ortho-qna__answer {
        padding: 20px;
    }

    .treatment-cost-page .ortho-qna__answer-icon,
    .treatment-cost-page .ortho-qna__answer-icon-image {
        width: 14.4px;
        height: 14.62px;
        flex-basis: 14.4px;
        margin-top: 0;
    }

    .treatment-cost-page .ortho-qna__answer-content,
    .treatment-cost-page .ortho-qna__answer-content p {
        font-size: 13px;
        line-height: normal !important;
        letter-spacing: -0.39px;
    }

    .treatment-cost-page .faq-section__actions {
        margin-top: 60px;
    }

    .treatment-cost-page .faq-section__actions .btn-cta {
        width: auto;
        min-width: 0;
        height: 46px;
        min-height: 46px;
        padding: 15px 20px;
        gap: 10px;
        font-size: 13px;
        letter-spacing: -0.39px;
    }

    .treatment-cost-page .faq-section__actions .btn-cta span {
        font-size: 13px !important;
        line-height: normal;
        letter-spacing: -0.39px;
    }

    .treatment-cost-page .faq-section__actions .btn-cta img {
        width: 14.4px;
        height: 14.4px;
    }

    .treatment-cost-page .responsive-intro__visual {
        background: linear-gradient(180deg, #ECEAEC 22%, rgba(255, 255, 255, 0.00) 32.3%);
    }
}
