@charset "utf-8";

/* prosthetics-banner */
.prosthetics-banner {width: 100%; height: 36.46vw; overflow: hidden; background: url(../images/img_banner_prosthetics.jpg) center / cover no-repeat; display: flex; align-items: flex-start; padding: 0 !important; box-sizing: border-box;}
.prosthetics-banner__content {width: 70%; margin: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 35px;}
.prosthetics-banner__text-group {display: flex; flex-direction: column; align-items: flex-start; gap: 20px;}
.prosthetics-banner__subtitle {color: #fff; font-size: 30px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; margin: 0;}
.prosthetics-banner__title {color: #FFD83B; font-size: 65px; font-family: 'Pretendard', sans-serif; font-weight: 700; margin: 0;}
.prosthetics-banner__desc {color: #fff; font-size: 25px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 35px; margin: 0;}

/* prosthetics-types */
.prosthetics-types {width: 100%; background: #F4F6FB; display: flex; flex-direction: column; align-items: center; padding: 7.81vw 0; gap: 80px;}
.prosthetics-types__title {color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-types__cards {width: 60%; display: flex; justify-content: space-between; align-items: flex-start; gap: 0;}
.prosthetics-types-card {width: 33.3%; display: flex; flex-direction: column; align-items: center; gap: 25px;}
.prosthetics-types-card__img {width: 12.29vw; height: 12.29vw; border-radius: 50%; outline: 10px #EBF0F9 solid; outline-offset: -5px; background: center / cover no-repeat; flex-shrink: 0;}
.prosthetics-types-card__img--1 {background-image: url(../images/img_types_1.png);}
.prosthetics-types-card__img--2 {background-image: url(../images/img_types_2.png);}
.prosthetics-types-card__img--3 {background-image: url(../images/img_types_3.png);}
.prosthetics-types-card__body {display: flex; flex-direction: column; align-items: center; gap: 10px;}
.prosthetics-types-card__name {text-align: center; color: #243359; font-size: 28px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; margin: 0;}
.prosthetics-types-card__eng {text-align: center; color: #98A2BA; font-size: 15px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; margin: 0;}
.prosthetics-types__notice {width: 60%; background: #E8EDF9; border-radius: 10px; padding: 25px 35px; display: flex; justify-content: center; align-items: center; gap: 35px; box-sizing: border-box;}
.prosthetics-types__notice-icon {width: 54px; height: 54px; background: url(../images/img_types_notice_icon.svg) center / contain no-repeat; flex-shrink: 0;}
.prosthetics-types__notice-text {font-family: 'Noto Sans KR', sans-serif; font-size: 22px; font-weight: 400; line-height: 35px; color: #626262; margin: 0;}
.prosthetics-types__notice-text .notice-q {display: block; color: #3D5796; font-size: 25px; font-weight: 700; line-height: 40px;}
.prosthetics-types__notice-text strong {font-weight: 600;}

/* prosthetics-resin */
.prosthetics-resin {width: 100%; display: flex; flex-direction: column; align-items: center; padding: 10.81vw 0 0; gap: 100px;}
.prosthetics-resin__header {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.prosthetics-resin__heading {position: relative; display: flex; flex-direction: column; align-items: center; width: 100%;}
.prosthetics-resin__num {color: #EEEEEE; font-size: 90px; font-family: 'Noto Sans KR', sans-serif; font-weight: 900; line-height: 80px; text-align: center; margin: 0; transform: translateY(-45px);}
.prosthetics-resin__title {position: absolute; background: linear-gradient(135deg, #3D5796 0%, #1E2B4B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-resin__desc {color: #1C1C1C; font-size: clamp(0.9375rem, 1.823vw, 2.1875rem); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 1.43em; text-align: center; margin: 0;}
.prosthetics-resin__desc strong {font-weight: 600;}
.prosthetics-resin__card {width: 80%; display: flex; align-items: stretch;}
.prosthetics-resin__img {width: 55%; height: 24.48vw; border-radius: 20px 0 0 20px; background: url(../images/img_resin.jpg) center / cover no-repeat; flex-shrink: 0;}
.prosthetics-resin__info {width: 45%; padding: 0 0 0 4.17vw; box-sizing: border-box; background: #F5F5F5; border-radius: 0 20px 20px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3vw;}
.prosthetics-resin__badge {padding: 5px 30px; background: linear-gradient(118deg, #000135 0%, #295197 100%); border-radius: 30px; display: inline-flex; align-items: center;}
.prosthetics-resin__badge-text {color: #fff; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px; margin: 0;}
.prosthetics-resin__list {display: flex; flex-direction: column; align-items: flex-start; gap: 1vw;}
.prosthetics-resin__item {display: flex; align-items: center; gap: 15px;}
.prosthetics-resin__item-num {width: 24px; height: 24px; background: #FFD83B; border-radius: 12px; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.prosthetics-resin__item-num span {color: #1C1C1C; font-size: 13px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600;}
.prosthetics-resin__item-text {color: #1C1C1C; font-size: 20px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 30px; margin: 0;}
.prosthetics-resin__item-text strong {font-weight: 600;}
.prosthetics-resin__divider {width: 100%; height: 1px; background: #B5B5B5;}

/* prosthetics-inlay */
.prosthetics-inlay {width: 100%; display: flex; flex-direction: column; align-items: center; padding: 7.81vw 0 0; gap: 100px;}
.prosthetics-inlay__header {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.prosthetics-inlay__heading {position: relative; display: flex; flex-direction: column; align-items: center; width: 100%;}
.prosthetics-inlay__num {color: #EEEEEE; font-size: 90px; font-family: 'Noto Sans KR', sans-serif; font-weight: 900; line-height: 80px; text-align: center; margin: 0; transform: translateY(-45px);}
.prosthetics-inlay__title {position: absolute; background: linear-gradient(135deg, #3D5796 0%, #1E2B4B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-inlay__desc {color: #1C1C1C; font-size: clamp(0.9375rem, 1.823vw, 2.1875rem); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 1.43em; text-align: center; margin: 0;}
.prosthetics-inlay__desc strong {font-weight: 600;}
.prosthetics-inlay__card {width: 80%; display: flex; align-items: stretch;}
.prosthetics-inlay__img {width: 55%; height: 24.48vw; border-radius: 20px 0 0 20px; background: url(../images/img_inlay.jpg) center / cover no-repeat; flex-shrink: 0;}
.prosthetics-inlay__info {width: 45%; padding: 0 0 0 4.17vw; box-sizing: border-box; background: #F5F5F5; border-radius: 0 20px 20px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3vw;}
.prosthetics-inlay__badge {padding: 5px 30px; background: linear-gradient(118deg, #000135 0%, #295197 100%); border-radius: 30px; display: inline-flex; align-items: center;}
.prosthetics-inlay__badge-text {color: #fff; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px; margin: 0;}
.prosthetics-inlay__list {display: flex; flex-direction: column; align-items: flex-start; gap: 1vw;}
.prosthetics-inlay__item {display: flex; align-items: center; gap: 15px;}
.prosthetics-inlay__item-num {width: 24px; height: 24px; background: #FFD83B; border-radius: 12px; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.prosthetics-inlay__item-num span {color: #1C1C1C; font-size: 13px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600;}
.prosthetics-inlay__item-text {color: #1C1C1C; font-size: 20px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 30px; margin: 0;}
.prosthetics-inlay__item-text strong {font-weight: 600;}
.prosthetics-inlay__divider {width: 100%; height: 1px; background: #B5B5B5;}

/* prosthetics-crown */
.prosthetics-crown {width: 100%; display: flex; flex-direction: column; align-items: center; padding: 7.81vw 0 0; gap: 100px;}
.prosthetics-crown__header {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.prosthetics-crown__heading {position: relative; display: flex; flex-direction: column; align-items: center; width: 100%;}
.prosthetics-crown__num {color: #EEEEEE; font-size: 90px; font-family: 'Noto Sans KR', sans-serif; font-weight: 900; line-height: 80px; text-align: center; margin: 0; transform: translateY(-45px);}
.prosthetics-crown__title {position: absolute; background: linear-gradient(135deg, #3D5796 0%, #1E2B4B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-crown__desc {color: #1C1C1C; font-size: clamp(0.9375rem, 1.823vw, 2.1875rem); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 1.43em; text-align: center; margin: 0;}
.prosthetics-crown__desc strong {font-weight: 600;}
.prosthetics-crown__card {width: 80%; display: flex; align-items: stretch;}
.prosthetics-crown__img {width: 55%; height: 24.48vw; border-radius: 20px 0 0 20px; background: url(../images/img_crown.jpg) center / cover no-repeat; flex-shrink: 0;}
.prosthetics-crown__info {width: 45%; padding: 0 0 0 4.17vw; box-sizing: border-box; background: #F5F5F5; border-radius: 0 20px 20px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3vw;}
.prosthetics-crown__badge {padding: 5px 30px; background: linear-gradient(118deg, #000135 0%, #295197 100%); border-radius: 30px; display: inline-flex; align-items: center;}
.prosthetics-crown__badge-text {color: #fff; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px; margin: 0;}
.prosthetics-crown__list {display: flex; flex-direction: column; align-items: flex-start; gap: 1vw;}
.prosthetics-crown__item {display: flex; align-items: center; gap: 15px;}
.prosthetics-crown__item-num {width: 24px; height: 24px; background: #FFD83B; border-radius: 12px; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.prosthetics-crown__item-num span {color: #1C1C1C; font-size: 13px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600;}
.prosthetics-crown__item-text {color: #1C1C1C; font-size: 20px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 30px; margin: 0;}
.prosthetics-crown__item-text strong {font-weight: 600;}
.prosthetics-crown__divider {width: 100%; height: 1px; background: #B5B5B5;}

/* prosthetics-bridge */
.prosthetics-bridge {width: 100%; display: flex; flex-direction: column; align-items: center; padding: 7.81vw 0 7.81vw; gap: 100px;}
.prosthetics-bridge__header {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.prosthetics-bridge__heading {position: relative; display: flex; flex-direction: column; align-items: center; width: 100%;}
.prosthetics-bridge__num {color: #EEEEEE; font-size: 90px; font-family: 'Noto Sans KR', sans-serif; font-weight: 900; line-height: 80px; text-align: center; margin: 0; transform: translateY(-45px);}
.prosthetics-bridge__title {position: absolute; background: linear-gradient(135deg, #3D5796 0%, #1E2B4B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-bridge__desc {color: #1C1C1C; font-size: clamp(0.9375rem, 1.823vw, 2.1875rem); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 1.43em; text-align: center; margin: 0;}
.prosthetics-bridge__desc strong {font-weight: 600;}
.prosthetics-bridge__card {width: 80%; display: flex; align-items: stretch;}
.prosthetics-bridge__img {width: 55%; height: 24.48vw; border-radius: 20px 0 0 20px; background: url(../images/img_bridge.jpg) center / cover no-repeat; flex-shrink: 0;}
.prosthetics-bridge__info {width: 45%; padding: 0 0 0 4.17vw; box-sizing: border-box; background: #F5F5F5; border-radius: 0 20px 20px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3vw;}
.prosthetics-bridge__badge {padding: 5px 30px; background: linear-gradient(118deg, #000135 0%, #295197 100%); border-radius: 30px; display: inline-flex; align-items: center;}
.prosthetics-bridge__badge-text {color: #fff; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px; margin: 0;}
.prosthetics-bridge__list {display: flex; flex-direction: column; align-items: flex-start; gap: 1vw;}
.prosthetics-bridge__item {display: flex; align-items: center; gap: 15px;}
.prosthetics-bridge__item-num {width: 24px; height: 24px; background: #FFD83B; border-radius: 12px; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.prosthetics-bridge__item-num span {color: #1C1C1C; font-size: 13px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600;}
.prosthetics-bridge__item-text {color: #1C1C1C; font-size: 20px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 30px; margin: 0;}
.prosthetics-bridge__item-text strong {font-weight: 600;}
.prosthetics-bridge__divider {width: 100%; height: 1px; background: #B5B5B5;}

/* prosthetics-target */
.prosthetics-target {width: 100%; background: #F4F6FB; display: flex; flex-direction: column; align-items: center; padding: 7.81vw 0 10.42vw; gap: 80px;}
.prosthetics-target__title {color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 80px; text-align: center; margin: 0;}
.prosthetics-target__title strong {font-weight: 700;}
.prosthetics-target__cards {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 0;}
.prosthetics-target-card {width: 20%; position: relative; display: flex; justify-content: center; align-items: center; gap: 0;}
.prosthetics-target-card__num {width: auto; position: absolute; transform: translateX(clamp(-140px, -7.29vw, -68px)); background: #f4f6fb; font-size: clamp(36px, 3.85vw, 74px); font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 1; flex-shrink: 0; margin: 0; padding: 0.8vw 0;}
.prosthetics-target-card__num span {background: linear-gradient(135deg, #3D5796 0%, #1E2B4B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}
.prosthetics-target-card__circle {width: 13.18vw; height: 13.18vw; border-radius: 50%; border: 3px dashed #5A74B3; display: flex; justify-content: center; align-items: center;}
.prosthetics-target-card__text {color: #1C1C1C; font-size: clamp(14px, 1.15vw, 22px); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 1.5; margin: 0; text-align: center;}
.prosthetics-target-card__text strong {font-weight: 600;}
.prosthetics-target-card__br-mo {display: none;}
.prosthetics-types__br-mo {display: none;}
.prosthetics-desc__br-mo {display: none;}

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.m_color {color: #214079;}

section .inner .title_text {font-weight: 700; font-size: 70px; letter-spacing: -0.02em; text-align: center; color: #000;}
section .inner .sub_text {font-weight: 700; font-size: 50px; line-height: 1.5em; padding: 50px 0 50px; text-align: center; margin-top: 50px; position: relative;}
section .inner .sub_text::before {content: ''; display: block; width: 85px; height: 4px; background: #161718; 
    position: absolute; top: 0; left: 50%; margin-left: -42.5px;}
section .inner .sub_explain p {font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -1px; text-align: center; color: #505050; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 500;}
section > .inner {padding: 150px 16.66%; box-sizing: border-box;}


.intro_banner {width: 100%; padding-top: calc(560/1920 *100%); position: relative;
    background-image: url(../images/img_intro_banner.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.intro_banner .inner {width: 100%; padding: 0; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.intro_banner .inner > span {display: block; font-weight: 300; font-size: 46px; letter-spacing: -1px; line-height: 1em; color: #161718;}
.intro_banner .inner strong {display: inline-block; padding: 40px 0; color: #214079;
    font-weight: 700; font-size: 90px; letter-spacing: -1px; line-height: 1em;}
.intro_banner .inner p {font-size: 28px; line-height: 130%; letter-spacing: -1px; color: #161718;}


.definition .inner .img_box {width: 35%; margin: 30px auto 80px; text-align: center;}
.definition .inner .img_box img {border-radius: 20px;}
.definition .inner .emphasis {text-align: center; margin-bottom: 110px;}
.definition .inner .emphasis p {font-weight: 700; font-size: 48px; letter-spacing: -0.02em; display: inline-block; position: relative;}
.definition .inner .emphasis p::before {content: '“'; font-weight: 500; font-size: 130px; line-height: 1em; color: #214079; display: inline-block; position: absolute; top: 0; left: -100px;}
.definition .inner .emphasis p::after {content: '”'; font-weight: 500; font-size: 130px; line-height: 1em; color: #214079; display: inline-block; position: absolute; top: 0; right: -100px;}


.target {width: 100%; background-image: url(../images/img_background.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.target .inner ul {margin: 50px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.target .inner ul li {position: relative;}
.target .inner ul li::after {display: block; content: ""; padding-bottom: 100%;}
.target .inner ul li > div {width: 100%; height: 100%; object-fit: cover; background: #fff; border-radius: 50%;
    display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; left: 0;}
.target .inner ul li .img_box {width: 35%; padding-top: calc(160/160 * 35%); margin: 0 auto;
    background-repeat: no-repeat; background-size: contain; background-position: center;}
.target .inner ul li p {font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -1px; text-align: center; color: #000; margin-top: 29px;}


.period .inner ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin: 50px auto;}
.period .inner ul li {border-radius: 20px; overflow: hidden; background: #fff; border: 2px solid #E2E2E2;}
.period .inner ul li .img_box img {border-radius: 20px 20px 0 0;}
.period .inner ul li .text_box {text-align: center; padding: 40px 5%; position: relative;}
.period .inner ul li .text_box p {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #505050;}


.type {background: #EAF2FF;}
.type .inner .damaged > p, 
.type .inner .material > p {font-weight: 700; font-size: 30px; line-height: 52px; letter-spacing: -1px; text-align: center; 
    color: #FFF; padding: 24px 0; background: #161718; border-radius: 20px; margin-bottom: 32px;}
.type .inner ul li .text_box dt {font-weight: 700; font-size: 35px; line-height: 52px; letter-spacing: -1px; color: #161718; margin-bottom: 4px;}
.type .inner ul li .text_box dd {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #505050;}

.type .inner .damaged {margin-bottom: 50px;}
.type .inner .damaged ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;}
.type .inner .damaged ul li {border-radius: 20px; overflow: hidden; background: #fff;}
.type .inner .damaged ul li .img_box img {border-radius: 20px 20px 0 0;}
.type .inner .damaged ul li .text_box {text-align: center; padding: 50px 5% 30px; position: relative;}
.type .inner .damaged ul li .text_box::after {display: block; width: 70px; height: 70px; color: #fff; text-align: center;
    font-weight: 700; font-size: 30px; line-height: 70px; letter-spacing: -1px; border-radius: 50%; background: #214079;
    position: absolute; top: -35px; left: 50%; transform: translateX(-50%);}
.type .inner .damaged ul li:nth-child(1) .text_box::after {content: '01';}
.type .inner .damaged ul li:nth-child(2) .text_box::after {content: '02';}
.type .inner .damaged ul li:nth-child(3) .text_box::after {content: '03';}
.type .inner .damaged ul li:nth-child(4) .text_box::after {content: '04';}

.type .inner .material ul li {display: flex; align-items: center; gap: 16px; border-radius: 20px; background: #fff; overflow: hidden; padding: 32px 1%; margin-bottom: 32px;}
.type .inner .material ul li:last-child {margin-bottom: 0;}
.type .inner .material ul li .img_box {width: 15%;}
.type .inner .material ul li .text_box {width: 85%;}
.type .inner .material ul li .text_box dt span {display: inline-block; padding: 0 .8em; position: relative;}
.type .inner .material ul li .text_box dt span:first-of-type {padding-left: 0;}
.type .inner .material ul li .text_box dt span:last-of-type::after {display: none;}
.type .inner .material ul li .text_box dt span::after {content: ''; display: inline-block; width: 2px; height: 33px; background: #E2E2E2;
    position: absolute; right: 0; top: 50%; margin-top: -12px;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section .inner .title_text {font-size: 44px;}
    section .inner .sub_text {font-size: 22px; padding: 30px 0; margin-top: 30px;}
    section .inner .sub_text::before {width: 60px; margin-left: -30px;}
    section .inner .sub_explain p {font-size: 22px; line-height: 1.5em;}
    section > .inner {padding: 150px 12%;}

    .intro {min-height: 740px;}
    .intro_banner .inner > span {font-size: 44px;}
    .intro_banner .inner strong {font-size: 55px; padding: 0.5em 0;}
    .intro_banner .inner p {font-size: 20px;}

    .definition .inner ul li .number {font-size: 48px; line-height: 1em; letter-spacing: -1px;}
    .definition .inner ul li p {font-size: 22px; line-height: 28px;}    
    .definition .inner ul li p > span {font-size: 18px;}

    .target .inner ul li p {font-size: 26px; line-height: 1.5em;}

    .period .inner ul li .text_box p {font-size: 22px; line-height: 1.5em;}

    .type .inner .damaged > p, 
    .type .inner .material > p {font-size: 22px; line-height: 1.5em; padding: 8px 0;}
    .type .inner ul li .text_box dt {font-size: 26px; line-height: 1.5em;}
    .type .inner ul li .text_box dd {font-size: 22px; line-height: 1.5em;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 10%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 8%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {font-size: 34px; letter-spacing: -1px;}
    section .inner .sub_text {font-size: 26px; padding: 20px 0; margin-top: 20px;}
    section .inner .sub_text::before {width: 32px; height: 2px; margin-left: -16px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 22px;}
    section > .inner {padding: 80px 5%;}


    .intro_banner {padding-top: calc(238/768 *100%);}
    .intro_banner .inner > span {font-size: 23px; letter-spacing: -1px; color: #161718;}
    .intro_banner .inner strong {padding: 15px 0 18px; font-size: 42px; letter-spacing: -1px; line-height: 1em;}
    .intro_banner .inner p {font-size: 14px;}
    

    .definition .inner .img_box {margin: 18px auto 40px;}
    .definition .inner .emphasis {margin-bottom: 40px;}
    .definition .inner .emphasis p {font-weight: 500; font-size: 26px; letter-spacing: -1px;}
    .definition .inner .emphasis p::before {font-size: 60px; left: -40px; color: rgba(12, 130, 254, 0.40);}
    .definition .inner .emphasis p::after {font-size: 60px; right: -40px; color: rgba(12, 130, 254, 0.40);}
    

    .target .inner ul {width: 90%; gap: 16px;}
    .target .inner ul li p {font-size: 18px; line-height: 22px; letter-spacing: -1px; margin-top: 14px;}


    .period .inner ul {gap: 16px; margin: 20px auto 40px;}
    .period .inner ul li {border-radius: 10px; background: #F3F3F3; border: none;}
    .period .inner ul li .img_box img {border-radius: 10px 10px 0 0;}
    .period .inner ul li .text_box {padding: 17px 5%;}
    .period .inner ul li .text_box p {font-size: 16px; line-height: 22px; color: #000;}
    .period .inner ul li .text_box p i {display: block;}


    .type .inner .damaged > p, 
    .type .inner .material > p {font-size: 16px; line-height: 30px; padding: 3px 0; background: #505050; border-radius: 6px; margin-bottom: 16px;}
    .type .inner ul li .text_box dt {font-size: 22px; line-height: 30px; color: #000; margin-bottom: 6px;}
    .type .inner ul li .text_box dd {font-size: 15px; line-height: 23px;}
    
    .type .inner .damaged {margin-bottom: 40px;}
    .type .inner .damaged ul {gap: 16px;}
    .type .inner .damaged ul li {border-radius: 10px; overflow: hidden; background: #fff;}
    .type .inner .damaged ul li .img_box img {border-radius: 10px 10px 0 0;}
    .type .inner .damaged ul li .text_box {padding: 30px 5%;}
    .type .inner .damaged ul li .text_box::after {width: 36px; height: 36px; font-size: 18px; line-height: 36px; top: -18px;}
    
    .type .inner .material ul li {gap: 40px; border-radius: 10px; padding: 26px 5%; margin-bottom: 16px;}
    .type .inner .material ul li .img_box {width: 20%;}
    .type .inner .material ul li .text_box {width: 80%;}
    .type .inner .material ul li .text_box dt span::after {width: 1px; height: 16px; background: #D9D9D9; margin-top: -5px;}
    .type .inner .material ul li .text_box dd i {display: block;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px;}
    section .inner .sub_text {font-size: 17px; padding: 20px 0 30px; margin-top: 20px;}
    section .inner .sub_text::before {width: 40px; height: 2px; margin-left: -20px;}
    section .inner .sub_explain p {font-size: 14px; line-height: 23px;}
    section > .inner {padding: 50px 5%;}


    .intro_banner {background: #EAF2FF; padding-top: 0;}
    .intro_banner .inner {position: relative; top: 0; transform: translate(-50%, 0); padding: 56px 0 17px;}
    .intro_banner .inner > span {font-size: 23px; letter-spacing: -1px; color: #161718;}
    .intro_banner .inner strong {padding: 15px 0 18px; font-size: 42px; letter-spacing: -1px; line-height: 1em;}
    .intro_banner .inner p {font-size: 14px;}
    .intro_banner .mo_ver {width: 100%; padding-top: calc(233/375 * 100%); background: url(../images/img_intro_banner_mo.png) center no-repeat; background-size: contain;}


    .definition .inner .img_box {width: 70%; margin: 0 auto 30px;}
    .definition .inner .emphasis {margin-bottom: 10px;}
    .definition .inner .emphasis p {font-weight: 700; font-size: 17px; letter-spacing: -1px;}
    .definition .inner .emphasis p::before {font-size: 42px; left: -30px;}
    .definition .inner .emphasis p::after {font-size: 42px; right: -30px;}
    .definition .inner .sub_explain p .block {display: inline;}
    .definition .inner .sub_explain p i {display: block;}


    .target .inner ul {width: 100%; grid-template-columns: repeat(2, 1fr); margin: 30px auto 0; gap: 16px;}
    .target .inner ul li p {font-size: 15px; line-height: 20px;}


    .period .inner ul {grid-template-columns: repeat(1, 1fr); gap: 20px; margin: 0 auto 30px;}
    .period .inner ul li .text_box {padding: 28px 5%;}
    .period .inner ul li .text_box p {font-size: 15px; line-height: 22px; color: #000;}
    .period .inner .sub_explain p .block {display: inline;}
    .period .inner .sub_explain p i {display: block;}


    .type .inner .damaged > p, 
    .type .inner .material > p {font-size: 17px; padding: 6px 0; border-radius: 4px; margin-bottom: 20px;}
    .type .inner ul li .text_box dt {font-size: 20px;}
    .type .inner ul li .text_box dd {font-size: 14px;}
    
    .type .inner .damaged {margin-bottom: 30px;}
    .type .inner .damaged ul {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .type .inner .damaged ul li .text_box {padding: 30px 5% 18px;}
    
    .type .inner .material ul li {gap: 15px; border-radius: 10px; padding: 10px 2%; margin-bottom: 20px;}
    .type .inner .material ul li .img_box {width: 30%;}
    .type .inner .material ul li .text_box {width: 70%;}
    .type .inner .material ul li .text_box dt span {padding: 0 .3em;}
    .type .inner .material ul li .text_box dd i {display: inline;}
}

/* NEW-BEM-05_03 */
@media screen and (max-width: 1760px) {
    .prosthetics-types__notice-text br { display: none; }
}
@media screen and (max-width: 1400px) {
    .prosthetics-resin__img { width: 45%; height: 26.48vw; }
    .prosthetics-inlay__img { width: 45%; height: 26.48vw; border-radius: 20px 0 0 20px; background: url(../images/img_inlay.jpg) center / cover no-repeat; flex-shrink: 0; }
    .prosthetics-crown__img { width: 45%; height: 26.48vw; }
    .prosthetics-bridge__img { width: 45%; height: 26.48vw; }
    .prosthetics-resin__info, .prosthetics-inlay__info, .prosthetics-crown__info, .prosthetics-bridge__info { width: 55%; padding: 1vw 3vw; background: #F5F5F5; border-radius: 0 20px 20px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 2vw; }
    .prosthetics-resin__item-text, .prosthetics-inlay__item-text, .prosthetics-crown__item-text, .prosthetics-bridge__item-text { font-size: 1.1rem; }
}
@media screen and (max-width: 1305px) {
    .prosthetics-target__cards { width: 80%; flex-wrap: wrap; justify-content: center; row-gap: 5vw; }
    .prosthetics-target-card { width: 33.33%; }
    .prosthetics-target-card__circle { width: 20.18vw; height: 20.18vw; }
    .prosthetics-target-card__num { transform: translateX(clamp(-140px, -12.29vw, -68px)); font-size: clamp(36px, 5.85vw, 74px); }
    .prosthetics-target-card__text { font-size: 1.5rem; }
}
@media screen and (max-width: 1280px) {
    .prosthetics-types__cards { width: 80%; }
    .prosthetics-types-card__img { width: 17.29vw; height: 17.29vw; }
    .prosthetics-types__notice { width: 80%; }
}
@media screen and (max-width: 1210px) {
    .prosthetics-banner__subtitle { font-size: clamp(14px, 3.48vw, 30px); }
    .prosthetics-banner__title { font-size: clamp(26px, 6.37vw, 65px); }
    .prosthetics-banner__desc { font-size: clamp(1rem, 2.07vw, 25px); line-height: clamp(1.4em, 2.89vw, 35px); }
}
@media screen and (max-width: 1080px) {
    .prosthetics-resin__img, .prosthetics-inlay__img, .prosthetics-crown__img, .prosthetics-bridge__img { width: 50%; height: 32.48vw; }
    .prosthetics-resin__info, .prosthetics-inlay__info, .prosthetics-crown__info, .prosthetics-bridge__info { gap: 2vw; }
    .prosthetics-resin__item-text, .prosthetics-inlay__item-text, .prosthetics-crown__item-text, .prosthetics-bridge__item-text { font-size: 1rem; line-height: 1.4em; }
    .prosthetics-resin__list, .prosthetics-inlay__list, .prosthetics-crown__list, .prosthetics-bridge__list { gap: 0.8vw; }
    .prosthetics-resin__badge-text, .prosthetics-inlay__badge-text, .prosthetics-crown__badge-text, .prosthetics-bridge__badge-text { font-size: 1.2rem; }
    .prosthetics-resin__badge, .prosthetics-inlay__badge, .prosthetics-crown__badge, .prosthetics-bridge__badge { padding: 0.3vw 2vw; }
    .prosthetics-target__cards { width: 90%; }
    .prosthetics-target-card__num { transform: translateX(-13vw); font-size: 3rem; }
    .prosthetics-target-card__circle { width: 24.18vw; height: 24.18vw; }
    .prosthetics-target-card__text { font-size: 1.2rem; }
}
@media screen and (max-width: 1024px) {
    .prosthetics-banner { height: auto; padding: 8vw 0 !important; }
    .prosthetics-banner__content { width: 80%; gap: 20px; margin: auto; }
    .prosthetics-types__title, .prosthetics-target__title { font-size: 32px; line-height: 50px; }
    .prosthetics-types-card__name { font-size: 22px; }
    .prosthetics-resin__num, .prosthetics-inlay__num, .prosthetics-crown__num, .prosthetics-bridge__num { font-size: 40px; line-height: 1.5em; font-size: 4rem; }
    .prosthetics-resin__header, .prosthetics-inlay__header, .prosthetics-crown__header, .prosthetics-bridge__header { gap: 0; }
    .prosthetics-resin__title, .prosthetics-inlay__title, .prosthetics-crown__title, .prosthetics-bridge__title { font-size: 40px; line-height: 50px; }
}
@media screen and (max-width: 1020px) {
    .prosthetics-types__notice-text .notice-q { font-size: 1.8rem; margin-bottom: 1.5vw; }
    .prosthetics-types__notice-text { font-size: 1.2rem; line-height: 1.5em; }
}
@media screen and (max-width: 768px) {
    .prosthetics-target { gap: 8vw; }
    .prosthetics-resin, .prosthetics-inlay, .prosthetics-crown, .prosthetics-bridge { width: 90%; margin: auto; }
    .prosthetics-resin, .prosthetics-inlay, .prosthetics-crown, .prosthetics-bridge { gap: 10vw; padding: 22.81vw 0 0; }
    .prosthetics-resin__card, .prosthetics-inlay__card, .prosthetics-crown__card, .prosthetics-bridge__card { width: 80%; display: flex; align-items: stretch; flex-direction: column; }
    .prosthetics-resin__img, .prosthetics-inlay__img, .prosthetics-crown__img, .prosthetics-bridge__img { width: 100%; height: 43.48vw; border-radius: 20px 20px 0 0; }
    .prosthetics-resin__info, .prosthetics-inlay__info, .prosthetics-crown__info, .prosthetics-bridge__info { gap: 4vw; width: 100%; border-radius: 0 0 20px 20px; padding: 3vw 4vw; }
    .prosthetics-resin__list, .prosthetics-inlay__list, .prosthetics-crown__list, .prosthetics-bridge__list { gap: 0.8vw; width: 100%; }
    .prosthetics-resin__badge, .prosthetics-inlay__badge, .prosthetics-crown__badge, .prosthetics-bridge__badge { width: 30vw; margin: auto; display: flex; justify-content: center; }
    .prosthetics-banner { padding: 40px 5%; background-image: url(../images/img_banner_prosthetics_mo.jpg); padding: 21vw 0 74vw !important; }
    .prosthetics-banner__content { width: 85%; gap: 14px; }
    .prosthetics-banner__text-group { width: 100%; gap: 8px; display: flex; align-items: center; }
    .prosthetics-banner__subtitle { font-weight: 300; }
    .prosthetics-banner__desc { text-align: center; width: 100%; }
    .prosthetics-types__title, .prosthetics-target__title { font-size: 2rem; line-height: 1.5em; }
    .prosthetics-types { gap: 10vw; }
    .prosthetics-target__cards { width: 80%; flex-wrap: wrap; justify-content: center; row-gap: 8vw; }
    .prosthetics-target-card { width: 50%; }
    .prosthetics-target-card__circle { width: 30.18vw; height: 30.18vw; border: 1px dashed #5A74B3; }
    .prosthetics-target-card__num { transform: translateX(-16vw); font-size: 3rem; }
    .prosthetics-types__cards { width: 80%; display: flex; justify-content: space-between; align-items: center; gap: 8vw; flex-direction: column; }
    .prosthetics-types-card { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 25px; }
    .prosthetics-types-card__img { width: 33.29vw; height: 33.29vw; }
    .prosthetics-types-card__name { font-size: 1.8rem; }
    .prosthetics-types__notice { width: 80%; display: flex; flex-direction: column; align-items: center; }
    .prosthetics-types__notice-text { text-align: center; }
    .prosthetics-types-card__eng { font-size: 1rem; }
    .prosthetics-resin__num, .prosthetics-inlay__num, .prosthetics-crown__num, .prosthetics-bridge__num { font-size: 4.5rem; line-height: 1.4em; }
    .prosthetics-resin__title, .prosthetics-inlay__title, .prosthetics-crown__title, .prosthetics-bridge__title { font-size: 2.5rem; line-height: 1.4em; }
    .prosthetics-resin__desc, .prosthetics-inlay__desc, .prosthetics-crown__desc, .prosthetics-bridge__desc { margin-top: -1.5rem; font-size: 1.1rem; }
    .prosthetics-resin__desc br, .prosthetics-inlay__desc br, .prosthetics-crown__desc br, .prosthetics-bridge__desc br { display: none; }
}
@media screen and (max-width: 660px) {
    .prosthetics-target__cards { width: 90%; }
    .prosthetics-target-card__circle { width: 34.18vw; height: 34.18vw; }
    .prosthetics-target-card__num { transform: translateX(-18vw); font-size: 2rem; }
}
@media screen and (max-width: 560px) {
    .prosthetics-resin, .prosthetics-inlay, .prosthetics-crown, .prosthetics-bridge { width: 100%; }
    .prosthetics-resin__header, .prosthetics-inlay__header, .prosthetics-crown__header, .prosthetics-bridge__header { gap: 0; width: 90%; margin: 0 auto; }
    .prosthetics-resin__card, .prosthetics-inlay__card, .prosthetics-crown__card, .prosthetics-bridge__card { width: 100%; }
    .prosthetics-resin__list, .prosthetics-inlay__list, .prosthetics-crown__list, .prosthetics-bridge__list { gap: 1.7vw; width: 100%; }
    .prosthetics-resin__info, .prosthetics-inlay__info, .prosthetics-crown__info, .prosthetics-bridge__info { gap: 6vw; width: 100%; border-radius: 0 0 20px 20px; padding: 4vw 5vw 7vw; }
    .prosthetics-bridge__info { border-radius: 0; }
}
@media screen and (max-width: 525px) {
    .prosthetics-target-card__circle { width: 37.18vw; height: 37.18vw; }
    .prosthetics-target-card__text { font-size: 1rem; line-height: 1.3em; }
    .prosthetics-target-card__num { transform: translateX(-20vw); font-size: 2rem; }
}
@media screen and (max-width: 520px) {
    .prosthetics-types-card__img { width: 45.29vw; height: 45.29vw; }
    .prosthetics-types-card__body { gap: 0; }
    .prosthetics-types__notice { width: 90%; padding: 5vw 4vw 7vw; gap: 4vw; }
}
@media screen and (max-width: 505px) {
    .prosthetics-types__notice-text { font-size: 1.1rem; }
    .prosthetics-types__notice-text .notice-q { font-size: 1.6rem; }
    .prosthetics-types__br-mo { display: inline; }
    .prosthetics-resin__desc br.prosthetics-desc__br-mo,
    .prosthetics-inlay__desc br.prosthetics-desc__br-mo,
    .prosthetics-crown__desc br.prosthetics-desc__br-mo,
    .prosthetics-bridge__desc br.prosthetics-desc__br-mo { display: inline; }
}
@media screen and (max-width: 460px) {
    .prosthetics-inlay__badge, .prosthetics-crown__badge, .prosthetics-bridge__badge { width: 44vw; }
}
@media screen and (max-width: 410px) {
    .prosthetics-target-card__br-mo { display: inline; }
}
@media screen and (max-width: 415px) {
    /* 줄바꿈 해제(마크업의 br 앞 공백이 남아 어절 간격은 유지됨) */
    .prosthetics-resin__desc br.prosthetics-desc__br-mo,
    .prosthetics-inlay__desc br.prosthetics-desc__br-mo,
    .prosthetics-crown__desc br.prosthetics-desc__br-mo,
    .prosthetics-bridge__desc br.prosthetics-desc__br-mo { display: none; }
}
@media screen and (max-width: 380px) {
    .prosthetics-banner__desc br { display: none; }
}
@media screen and (max-width: 375px) {
    .prosthetics-resin__title, .prosthetics-inlay__title, .prosthetics-crown__title, .prosthetics-bridge__title { font-size: 2.3rem; line-height: 1.3em; }
    .prosthetics-resin__num, .prosthetics-inlay__num, .prosthetics-crown__num, .prosthetics-bridge__num { font-size: 2.3rem; line-height: 1.3em; }
    .prosthetics-target-card__num { transform: translateX(-20vw); font-size: 1.7rem; }
}
