@charset "utf-8";

/* abutment-new */
.abutment-new {width: 100%; padding: 100px 0; background: #fff; display: flex; flex-direction: column; align-items: center; gap: 80px;}
.abutment-new__title {text-align: center; color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 80px; word-wrap: break-word;}
.abutment-new__title-accent {color: #3D5796; font-weight: 700;}
.abutment-new__compare {display: flex; justify-content: center; align-items: flex-start; gap: 30px; position: relative;}
.abutment-new__vs {width: 100px; height: 100px; background: #3D5796; box-shadow: 0px 4px 10px rgba(0,0,0,0.25); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #FFD83B; font-size: 40px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; position: absolute; left: 50%; transform: translateX(-50%); top: 133px; z-index: 10;}
.abutment-card {width: 510px; display: flex; flex-direction: column; gap: 40px;}
.abutment-card__top {display: flex; flex-direction: column; border: 5px solid transparent; border-radius: 10px; overflow: hidden;}
.abutment-card__image {width: 100%; height: 300px !important; object-fit: cover; display: block; border-radius: 10px 10px 0 0;}
.abutment-card--custom .abutment-card__image { border: 4px solid #1E2B4B; box-sizing: border-box; }
.abutment-card__label {padding: 20px 10px; text-align: center; font-size: 30px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; border-radius: 0 0 10px 10px;}
.abutment-card__label--std {background: #E5E5E5; color: #626262;}
.abutment-card__label--custom {background: #1E2B4B; color: #fff;}
.abutment-card__list {list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column;}
.abutment-item {display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #000; font-size: 25px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; color: #1C1C1C; word-wrap: break-word;}
.abutment-item:last-child {border-bottom: 2px solid #000;}
.abutment-item__bullet {flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 25px;}
.abutment-item--minus {padding-left: 133px;}
.abutment-item--minus .abutment-item__bullet {background: #D9D9D9;}
.abutment-item--minus .abutment-item__bullet::after {content: ''; width: 12px; height: 2px; background: #fff; display: block;}
.abutment-item--check {padding-left: 67px;}
.abutment-item--check .abutment-item__bullet {background: #1E2B4B;}
.abutment-item--check .abutment-item__bullet::after {content: '✓'; color: #fff; font-size: 14px; line-height: 1;}
.abutment-item strong {font-weight: 600; margin-left: 0.25em;}
.abutment-new__info {width: 85%; max-width: 90%; margin: 0 auto; padding: 35px 50px; background: #F5F5F5; border-radius: 10px; display: flex; align-items: center; gap: 50px;}
.abutment-new__info-icon {flex-shrink: 0; width: 84px; height: 80px !important;}
.abutment-new__info-text {flex: 1; text-align: center; color: #626262; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 40px; word-wrap: break-word; margin: 0;}
.abutment-new__info-text strong {font-weight: 600;}


/* diagnosis-new */
.diagnosis-new {width: 100%; padding: 170px 0 100px; background: #F4F6FB; display: flex; flex-direction: column; align-items: center;}
.diagnosis-new__title {text-align: center; color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; word-wrap: break-word; margin-bottom: 70px;}
.diagnosis-new__title-accent {color: #3D5796;}
.diagnosis-card {width: 1373px; max-width: calc(100% - 48px); padding: 97px 0 97px 86px; background-color: #fff; border-radius: 20px; margin-bottom: 60px; box-sizing: border-box; position: relative;}
.diagnosis-card::before {content: ''; position: absolute; inset: 0; background-image: url(../images/img_diagnosis_bg.png); background-repeat: no-repeat; background-position: center; background-size: 112% auto; border-radius: 20px; filter: opacity(0.3); z-index: 0;}
.diagnosis-card__content {position: relative; z-index: 1;}
.diagnosis-card__content {width: 789px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 40px;}
.diagnosis-steps {display: flex; justify-content: flex-start; align-items: flex-start; gap: 40px; flex-wrap: wrap;}
.diagnosis-step {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px;}
.diagnosis-step__icon {width: 100px; height: 100px !important; background: #fff; border-radius: 50%; display: block; object-fit: contain; flex-shrink: 0;}
.diagnosis-step__info {width: 211px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
.diagnosis-step__header {display: flex; justify-content: flex-start; align-items: center; gap: 1vw;}
.diagnosis-step__badge {width: 24px; height: 24px; background: #3D5796; border-radius: 12px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; flex-shrink: 0;}
.diagnosis-step__title {color: #1C1C1C; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px;}
.diagnosis-step__desc {align-self: stretch; text-align: center; color: #1C1C1C; font-size: 16px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 28px; word-wrap: break-word; margin: 0;}
.diagnosis-card__divider {align-self: stretch; height: 1px; background: #A1A1A1;}
.diagnosis-card__info {align-self: stretch; margin-top: -10px; height: 83px; background: #F5F5F5; border-radius: 10px; display: flex; justify-content: center; align-items: center; gap: 20px; box-sizing: border-box;}
.diagnosis-card__info-icon {width: 33px; height: 35px !important; display: block; flex-shrink: 0;}
.diagnosis-card__info-text {color: #1C1C1C; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 30px; word-wrap: break-word; margin: 0;}
.diagnosis-new__descs {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.diagnosis-new__desc {text-align: center; color: #1C1C1C; font-size: 25px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 40px; word-wrap: break-word; margin: 0;}

/* recommend-new */
.recommend-new {width: 100%; padding: 100px 0; background: #fff; display: flex; flex-direction: column; align-items: center; gap: 70px;}
.recommend-new__header {display: flex; flex-direction: column; align-items: center; gap: 20px;}
.recommend-new__title {text-align: center; color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 80px; word-wrap: break-word;}
.recommend-new__title-accent {color: #3D5796; font-weight: 700;}
.recommend-new__subtitle {text-align: center; color: #1C1C1C; font-size: 35px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 50px; word-wrap: break-word;}
.recommend-new__rows {max-width: 90%; margin: 0 auto; display: flex; flex-direction: column; gap: 30px;}
.recommend-row {display: flex; align-items: stretch;}
.recommend-row__image {width: 48%; height: auto !important; min-height: 300px; object-fit: cover; display: block; flex-shrink: 0; border-radius: 10px 0 0 10px;}
.recommend-row--reverse .recommend-row__image {border-radius: 0 10px 10px 0;}
.recommend-row__panel {flex: 1; padding: clamp(24px, 2.4vw, 34px) clamp(30px, 4.7vw, 68px); background: #F5F5F5; border-radius: 0 10px 10px 0; display: flex; flex-direction: column; justify-content: center; gap: clamp(30px, 3.8vw, 55px); box-sizing: border-box;}
.recommend-row--reverse .recommend-row__panel {border-radius: 10px 0 0 10px;}
.recommend-badge {width: auto; height: auto; padding: 8px 22px 11px; background: linear-gradient(118deg, #000135 0%, #295197 100%); border-radius: 30px; display: flex; align-items: center; gap: 10px; box-sizing: border-box; align-self: flex-start;}
.recommend-badge__number {width: 24px; height: 24px; background: #FFD83B; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #1C1C1C; font-size: 14px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; flex-shrink: 0;}
.recommend-badge__label {color: #fff; font-size: clamp(16px, 1.53vw, 22px); font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 30px;}
.recommend-row__content {display: flex; flex-direction: column; gap: 15px;}
.recommend-row__heading {color: #1C1C1C; font-size: clamp(20px, 2.08vw, 30px); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: clamp(30px, 2.78vw, 40px); word-wrap: break-word; margin: 0;}
.recommend-row__heading strong {font-weight: 600;}
.recommend-row__body {color: #1C1C1C; font-size: clamp(15px, 1.39vw, 20px); font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: clamp(24px, 2.08vw, 30px); word-wrap: break-word; margin: 0;}

/* warranty-new */
.warranty-new {width: 100%; padding: 121px 0; background: linear-gradient(118deg, #295197 0%, #000135 100%); display: flex; justify-content: center;}
.warranty-new__inner {display: flex; align-items: center; gap: 130px;}
.warranty-new__image {width: 35%; height: 272px !important; object-fit: cover; display: block;}
.warranty-new__content {width: 70%; display: flex; flex-direction: column; gap: 20px;}
.warranty-new__title {color: #fff; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; word-wrap: break-word;}
.warranty-new__desc {color: #fff; font-size: 30px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 45px; word-wrap: break-word;}
.warranty-new__desc strong {font-weight: 600;}

/* caution-new */
.caution-new {width: 100%; padding: 90px 0 173px; background: #F5F5F5; display: flex; justify-content: center;}
.caution-new__inner {width: 70%; display: flex; flex-direction: column; align-items: center; gap: 20px;}
.caution-new__icon {width: 67px; height: 67px !important; display: block;}
.caution-new__content {display: flex; flex-direction: column; align-items: center; gap: 36px;}
.caution-new__title {text-align: center; color: #1C1C1C; font-size: 35px; font-family: 'Noto Sans KR', sans-serif; font-weight: 600; line-height: 40px; word-wrap: break-word;}
.caution-new__title-em {font-size: 40px;}
.caution-new__desc {text-align: center; color: #1C1C1C; font-size: 25px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 40px; word-wrap: break-word;}

/* #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; 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(700/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%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.intro_banner .inner > span {display: block; font-size: 48px; font-weight: 500; letter-spacing: -2.4px; color: #1c1c1c; margin-bottom: .2em;}
.intro_banner .inner > span .m_color {color: #4475c1;}
.intro_banner .inner strong {display: inline-block; padding: 21px 24px 26px; background-color: #4475c1; color: #fff;
    font-size: 90px; font-weight: bold; line-height: 0.71; letter-spacing: -6.75px;}
.intro_banner .inner p {font-size: 28px; line-height: 1.57; letter-spacing: -1.4px; color: #1c1c1c; margin-top: 1em;}


.definition .inner .img_box {width: 50%; margin: 150px auto 100px;}


.advantage {background: #F7F7F7;}
.advantage .inner ul {display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; column-gap: 33px; row-gap: 89px; margin-top: 100px;}
.advantage .inner ul li {width: 31%; background: #fff; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1); border-radius: 12px; 
    padding: 80px 2% 34px; box-sizing: border-box; text-align: center; position: relative;}
.advantage .inner ul li > span {display: inline-block; width: 100px; height: 100px; line-height: 100px;
    font-weight: 700; font-size: 40px; letter-spacing: -2.5px; color: #fff; background: #214079; border-radius: 50%;
    position: absolute; top: -40px; left: 50%; transform: translateX(-50%);}
.advantage .inner ul li dl dt {font-weight: 700; font-size: 36px; line-height: 55px; letter-spacing: -1px; color: #161718; margin: .4em 0 .2em;}
.advantage .inner ul li dl dd {font-weight: 300; font-size: 26px; line-height: 1.5em; letter-spacing: -1px; color: #505050;}


.compare {background: #EAF2FF;}
.compare .inner .img_box {width: 100%; padding-top: calc(1187/1402 * 100%); background-image: url(../images/img_dentures.png);
    background-repeat: no-repeat; background-position: center; background-size: contain; margin-top: 50px;}


.point .inner ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 100px;}
.point .inner ul li p {font-weight: 700; font-size: 40px; line-height: 50px; letter-spacing: -1px; color: #fff; text-align: center;
    border-radius: 20px 20px 0 0; padding: 20px 0;}
.point .inner ul li:nth-child(1) p {background: #161718;}
.point .inner ul li:nth-child(2) p {background: #214079;}
.point .inner ul li .img_box img {border-radius: 0 0 20px 20px;}
.point .inner .notice {font-weight: 300; font-size: 28px; line-height: 44px; letter-spacing: -1px; color: #505050; text-align: center; margin-top: 40px;}


.abutment {background: #D0E3F2;}
.abutment .inner ul {display: flex; justify-content: space-between; gap: 41px; margin-top: 50px;}
.abutment .inner ul li {width: 50%; border-radius: 20px; overflow: hidden;}
.abutment .inner ul li .img_box img {border-radius: 20px 20px 0 0;}
.abutment .inner ul li dl {text-align: center;}
.abutment .inner ul li dl dt {font-weight: 500; font-size: 38px; line-height: 1.26; letter-spacing: -1.9px; color: #fff; padding: 21px 0;}
.abutment .inner ul li:nth-child(1) dl dt {background: #8b898d;}
.abutment .inner ul li:nth-child(2) dl dt {background: #214079;}
.abutment .inner ul li dl dd {font-size: 30px; line-height: 1.33; letter-spacing: -1.5px; color: #505050; background: #F2F2F2; padding: 29px 0; border-bottom: 1px dashed #ccc;}
.abutment .inner ul li dl dd:last-of-type {border: none;}


.recommend {width: 100%; background-image: url(../images/img_background.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.recommend .inner ul {margin: 100px auto 0; width: 90%; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 98px; row-gap: 54px;}
.recommend .inner ul li {position: relative;}
.recommend .inner ul li::after {display: block; content: ""; padding-bottom: 100%;}
.recommend .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;}
.recommend .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;}
.recommend .inner ul li p {font-weight: 300; font-size: 40px; line-height: 55px; letter-spacing: -1px; text-align: center; color: #000; margin-top: 29px;}


.qanda {background: #DCEFFF;}
.qanda .inner ul {margin-top: 50px;}
.qanda .inner ul li > div {padding: 20px 2%; margin-bottom: 34px; position: relative;}
.qanda .inner ul li > div > span {display: inline-block; width: 70px; height: 70px; border-radius: 50%; 
    font-weight: 700; font-size: 35px; letter-spacing: -2.5px; line-height: 62px; text-align: center;}
.qanda .inner ul li .q_bubble {display: inline-block; background: #214079; border-radius: 63.6px;}
.qanda .inner ul li .q_bubble::before {content: ''; display: block; width: 35px; height: 35px; background: url(../images/icon_speech_bubble_bl.png) center no-repeat;
    background-size: contain; position: absolute; left: 0; top: 0;}
.qanda .inner ul li .q_bubble > span {background: #fff; color: #505050; vertical-align: middle;}
.qanda .inner ul li .q_bubble p {display: inline-block; margin: 0 36px; vertical-align: middle; font-weight: 700;
    font-size: 40px; line-height: 55px; letter-spacing: -1px; color: #fff;}
.qanda .inner ul li .a_bubble {background: #fff; border-radius: 20px;}
.qanda .inner ul li .a_bubble::before {content: ''; display: block; width: 58px; height: 65px; background: url(../images/icon_speech_bubble_wht.png) center no-repeat;
    background-size: contain; position: absolute; right: 50px; bottom: -20px;}
.qanda .inner ul li .a_bubble > span {background: #E65E64; color: #fff; vertical-align: top;}
.qanda .inner ul li .a_bubble div {width: 80%; display: inline-block; margin-left: 36px; vertical-align: middle;}
.qanda .inner ul li .a_bubble div p {font-weight: 300; font-size: 30px; line-height: 45px; letter-spacing: -1px; color: #505050;}
.qanda .inner ul li .a_bubble div p .mo_ver {display: none;}


/* advantage-new */
.advantage-new {width: 90%; padding: 100px 0 120px; background: #fff; display: flex; flex-direction: column; align-items: center; gap: 80px; margin: auto;}
.advantage-new__title {text-align: center; color: #1C1C1C; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px;}
.advantage-new__cards {display: flex; justify-content: center; align-items: flex-start; gap: 1.2vw; width: 100%;}
.advantage-card {width: 18%; border-radius: 10px; box-shadow: 0px 6px 15px rgba(0,0,0,0.10); overflow: hidden; display: flex; flex-direction: column;}
.advantage-card__image {width: 100%; height: 260px !important; object-fit: cover; display: block; flex-shrink: 0;}
.advantage-card__body {flex: 1; padding: 2vw 1.5vw; background: #fff; display: flex; min-height: 4vw;}
.advantage-card__text {width: 100%; display: flex; justify-content: center; text-align: center; color: #1C1C1C; font-size: 22px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; line-height: 30px; word-wrap: break-word;}


/* definition-new */
.definition-new {width: 100%; padding: 80px 0 100px; display: flex; flex-direction: column; align-items: center; gap: 100px;}
.definition-new__header {width: 70%; display: flex; flex-direction: column; align-items: center; gap: 30px;}
.definition-new__title {align-self: stretch; text-align: center; color: #3D5796; font-size: 50px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700; line-height: 80px; word-wrap: break-word;}
.definition-new__desc {align-self: stretch; text-align: center; 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; word-wrap: break-word;}
.definition-new__image {max-width: 100%; height: auto; display: block;}


.mo-br { display: none; }

/* intro-banner-new */
.intro-banner-new {width: 100%; height: 36.46vw; overflow: hidden; background: url(../images/img_intro_banner_new.png) center / cover no-repeat; display: flex; align-items: flex-start; padding: 0 !important; box-sizing: border-box;}
.intro-banner-new__content {width: 70%; margin: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 35px;}
.intro-banner-new__text-group {display: flex; flex-direction: column; align-items: flex-start; gap: 20px;}
.intro-banner-new__subtitle {color: #1C1C1C; font-size: 30px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500; word-wrap: break-word;}
.intro-banner-new__title {color: #3D5796; font-size: 65px; font-family: 'Pretendard', sans-serif; font-weight: 700; word-wrap: break-word;}
.intro-banner-new__desc {color: #1C1C1C; font-size: 25px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; line-height: 35px; word-wrap: break-word;}


/* 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 .img_box {margin: 80px auto;}

    .advantage .inner ul li {padding: 60px 2% 34px;}
    .advantage .inner ul li > span {width: 80px; height: 80px; line-height: 80px; font-size: 28px; top: -30px;}
    .advantage .inner ul li dl dt {font-size: 28px; line-height: 1.2em;}
    .advantage .inner ul li dl dd {font-size: 22px; line-height: 1.2em;}

    .point .inner ul {margin-top: 42px;}
    .point .inner ul li p {font-size: 32px;}
    .point .inner .notice {font-size: 16px; line-height: 1.2em;}

    .abutment .inner ul li dl dt {font-size: 28px; line-height: 1.2em;}
    .abutment .inner ul li dl dd {font-size: 22px; line-height: 1.2em;}

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

    .qanda .inner ul li > div > span {width: 50px; height: 50px; font-size: 32px; line-height: 44px;}
    .qanda .inner ul li .q_bubble p {margin-left: 10px; font-size: 28px; line-height: 1.2em;}
    .qanda .inner ul li .a_bubble {background: #fff; border-radius: 20px;}
    .qanda .inner ul li .a_bubble div {width: 85%; margin-left: 9px;}
    .qanda .inner ul li .a_bubble div p {font-size: 22px; line-height: 1.5em;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 8%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 6%;}
}


/* 태블릿 (해상도 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%); background-image: url(../images/img_intro_banner_tab.png);}
    .intro_banner .inner > span {font-size: 23px; font-weight: 300; letter-spacing: -1px; color: #1c1c1c; margin-bottom: .2em;}
    .intro_banner .inner > span .m_color {color: #214079;}
    .intro_banner .inner strong {display: inline-block; padding: 0; background-color: rgba(0, 0, 0, 0); color: #214079; font-size: 42px; line-height: 100%; letter-spacing: -1px;}
    .intro_banner .inner p {font-weight: 400; font-size: 14px; line-height: 1.3; letter-spacing: -1px;}


    .definition .inner .img_box {margin: 40px auto 12px;}


    .advantage .inner ul {width: 90%; gap: 16px; margin: 20px auto 0;}
    .advantage .inner ul li {width: 100%; border-radius: 50px; padding: 16px 4%; box-sizing: border-box; text-align: left; box-shadow: none;
        position: unset; display: flex; align-items: center;}
    .advantage .inner ul li > span {width: 48px; height: 48px; line-height: 48px; text-align: center;
        font-size: 22px; letter-spacing: -1px;  position: relative; top: 0; left: 0; transform: translateX(0); margin-right: 4%;}
    .advantage .inner ul li dl {width: calc(100% - 48px);}
    .advantage .inner ul li dl dt {font-size: 22px; line-height: 30px; margin: 0 0 .2em;}
    .advantage .inner ul li dl dd {font-size: 16px; line-height: 22px;}
    .advantage .inner ul li dl dd .block {display: inline;}
    .advantage .inner ul li dl dd i {display: block;}


    .compare {background: #EAF2FF;}
    .compare .inner .img_box {width: 90%; padding-top: calc(506/600 * 90%); background-image: url(../images/img_dentures_tab.png); margin: 20px auto 0;}


    .point .inner .sub_explain p .block {display: inline;}
    .point .inner .sub_explain p i {display: block;}
    .point .inner ul {gap: 16px; margin-top: 42px;}
    .point .inner ul li p {font-size: 22px; line-height: 30px; border-radius: 10px 10px 0 0;}
    .point .inner ul li .img_box img {border-radius: 0 0 10px 10px;}
    .point .inner .notice {font-size: 14px; line-height: 1em; margin-top: 16px;}


    .abutment {background: #EAF2FF;}
    .abutment .inner ul {gap: 16px; margin-top: 20px;}
    .abutment .inner ul li {border-radius: 10px;}
    .abutment .inner ul li .img_box img {border-radius: 10px 10px 0 0;}
    .abutment .inner ul li dl dt {font-weight: 700; font-size: 22px; line-height: 30px; letter-spacing: -1px; padding: 6px 0;}
    .abutment .inner ul li dl dd {font-weight: 300; font-size: 16px; line-height: 22px; letter-spacing: -1px; padding: 9px 0; background: #fff;}
    .abutment .inner ul li dl dd:first-of-type .block {display: inline;}


    .recommend .inner ul {width: 74%; margin: 40px auto 0; gap: 16px;}
    .recommend .inner ul li p {font-size: 18px; line-height: 22px; letter-spacing: -1px; margin-top: 0;}


    .qanda {background: #EAF2FF;}
    .qanda .inner ul {margin-top: 20px;}
    .qanda .inner ul li {margin-bottom: 20px;}
    .qanda .inner ul li:last-child {margin-bottom: 0;}
    .qanda .inner ul li > div {padding: 8px 2%; margin-bottom: 16px;}
    .qanda .inner ul li > div > span {width: 36px; height: 36px; font-size: 26px; letter-spacing: -1px; line-height: 34px;}
    .qanda .inner ul li .q_bubble {border-radius: 48px;}
    .qanda .inner ul li .q_bubble::before {width: 17px; height: 17px; left: 0; top: 0;}
    .qanda .inner ul li .q_bubble p {margin-left: 8px; font-size: 24px;}
    .qanda .inner ul li .a_bubble {border-radius: 10px;}
    .qanda .inner ul li .a_bubble::before {width: 29px; height: 32px; right: 5%; bottom: -13px;}
    .qanda .inner ul li .a_bubble div {width: 88%; margin-left: 9px;}
    .qanda .inner ul li .a_bubble div p {font-size: 16px; line-height: 22px;}
    .qanda .inner ul li .a_bubble div p .mo_ver {display: inline-block; color: #E65E64; margin-right: 1%;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px; letter-spacing: -1px;}
    section .inner .sub_text {font-size: 17px; 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: 14px; line-height: 22px;}
    section > .inner {padding: 50px 5%;}

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


    .definition .inner .img_box {width: 60%; margin: 20px auto 20px;}
    .definition .inner .sub_explain .block {display: inline;}
    .definition .inner .sub_explain i {display: block;}


    .advantage .inner ul {width: 100%; gap: 12px; margin: 10px 0 0;}
    .advantage .inner ul li {border-radius: 100px; padding: 16px 4%;}
    .advantage .inner ul li > span {width: 44px; height: 44px; line-height: 44px; font-size: 20px; margin-right: 3%;}
    .advantage .inner ul li dl dt {font-size: 15px; line-height: 17px;}
    .advantage .inner ul li dl dd {font-size: 14px; line-height: 1.2em;}
    .advantage .inner ul li dl dd i {display: inline;}


    .compare .inner .img_box {width: 100%; padding-top: calc(1020/335 * 100%); background-image: url(../images/img_dentures_mo.png); margin: 10px auto 0;}


    .point .inner .sub_explain p i {display: inline;}
    .point .inner .sub_explain p .block {display: block;}
    .point .inner ul {grid-template-columns: repeat(1, 1fr); gap: 20px; margin-top: 30px;}
    .point .inner .notice {margin-top: 20px; line-height: 1.5em;}
    .point .inner .notice i {display: block;}


    .abutment .inner ul {flex-direction: column; gap: 20px; margin-top: 10px;}
    .abutment .inner ul li {width: 100%;}


    .recommend {background-image: url(../images/img_background_mo.png);}
    .recommend .inner ul {width: 100%; grid-template-columns: repeat(2, 1fr); margin: 30px auto 0; gap: 12px;}
    .recommend .inner ul li p {font-size: 15px; line-height: 20px;}


    .qanda .inner ul {margin-top: 0;}
    .qanda .inner ul li {margin-bottom: 24px;}
    .qanda .inner ul li > div {padding: 9px 2%; margin-bottom: 12px;}
    .qanda .inner ul li > div > span {width: 34px; height: 34px; font-size: 18px; line-height: 32px;}
    .qanda .inner ul li .q_bubble {border-radius: 30px;}
    .qanda .inner ul li .q_bubble::before {width: 17px; height: 17px; left: -3px; top: 4px;}
    .qanda .inner ul li .q_bubble p {font-size: 18px; margin: 0 14px;}
    .qanda .inner ul li .q_bubble p i {display: block;}
    .qanda .inner ul li .a_bubble::before {right: 22px; bottom: -12px;}
    .qanda .inner ul li .a_bubble div {width: 83%;}
    .qanda .inner ul li .a_bubble div p {font-size: 14px; line-height: 23px;}
    .qanda .inner ul li .a_bubble div p .mo_ver {margin-right: 2%;}
}

@media screen and (max-width: 1450px) {
    .advantage-card__body { flex: 1; padding: 2vw 1.5vw; background: #fff; display: flex; justify-content: center; align-items: center; }
    .advantage-card__text { font-size: 1.2rem; line-height: 1.3em !important; }
}

/* NEW-BEM-02_03 */
@media screen and (max-width: 1250px) {
    .warranty-new__inner { width: 90%; display: flex; align-items: center; gap: 7%; }
    .diagnosis-card { width: 90%; max-width: 90%; margin: 0 auto; padding: 5vw 4vw; border-radius: 20px; margin-bottom: 60px; box-sizing: border-box; }
    .diagnosis-steps { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 1vw; flex-wrap: wrap; }
}

@media screen and (max-width: 1240px) {
    .abutment-new__info-text { text-align: justify; }
}

@media screen and (max-width: 1224px) {
    .warranty-new__image { width: 30%; height: auto !important; object-fit: cover; display: block; }
}

@media screen and (max-width: 1210px) {
    .intro-banner-new__subtitle { font-size: clamp(14px, 3.48vw, 30px); }
    .intro-banner-new__title { font-size: clamp(26px, 6.37vw, 65px); }
    .intro-banner-new__desc { font-size: clamp(1rem, 2.07vw, 25px); line-height: clamp(1.4em, 2.89vw, 35px); }
}

@media screen and (max-width: 1024px) {
    /* intro-banner-new */
    .intro-banner-new { height: auto; padding: 8vw 0 !important; }
    .intro-banner-new__content { width: 80%; gap: 20px; margin: auto; }

    /* shared titles */
    .abutment-new__title, .diagnosis-new__title, .recommend-new__title,
    .warranty-new__title, .advantage-new__title, .definition-new__title { font-size: 32px; line-height: 50px; }

    /* abutment-new */
    .abutment-new { padding: 70px 0; gap: 50px; }
    .abutment-new__compare { width: 90%; gap: 16px; }
    .abutment-new__vs { width: 70px; height: 70px; font-size: 28px; top: 90px; }
    .abutment-card { flex: 1; max-width: 510px; gap: 24px; }
    .abutment-card__image { height: 220px !important; }
    .abutment-card__label { font-size: 20px; padding: 14px 8px; }
    .abutment-item { font-size: 18px; padding: 14px 0; }
    .abutment-item__bullet { width: 20px; height: 20px; margin-right: 14px; }
    .abutment-item--minus { padding-left: 80px; }
    .abutment-item--check { padding-left: 40px; }
    .abutment-new__info { padding: 24px 30px; gap: 30px; }
    .abutment-new__info-icon { width: 60px; height: 58px !important; }
    .abutment-new__info-text { font-size: 18px; line-height: 32px; }

    /* diagnosis-new */
    .diagnosis-new { padding: 100px 0 70px; }
    .diagnosis-new__title { margin-bottom: 50px; }
    .diagnosis-card { padding: 60px 0 60px 50px; }
    .diagnosis-card__content { width: 70%; }
    .diagnosis-step__icon { width: 70px; height: 70px !important; }
    .diagnosis-step__title { font-size: 18px; line-height: 26px; }
    .diagnosis-step__desc { font-size: 14px; line-height: 24px; }
    .diagnosis-card__info-text { font-size: 18px; line-height: 26px; }
    .diagnosis-new__desc { font-size: 18px; line-height: 30px; }

    /* recommend-new */
    .recommend-new { padding: 70px 0; gap: 50px; }
    .recommend-new__subtitle { font-size: 24px; line-height: 36px; }
    .recommend-row__image { width: 45%; height: auto !important; min-height: 260px; }
    .recommend-row__panel { flex: 1; width: auto; padding: 24px 30px; gap: 30px; }
    .recommend-badge { width: auto; height: auto; }
    .recommend-badge__label { font-size: 18px; line-height: 28px; }
    .recommend-row__heading { font-size: 22px; line-height: 32px; }
    .recommend-row__body { font-size: 16px; line-height: 26px; }

    /* warranty-new */
    .warranty-new { padding: 80px 5%; }
    .warranty-new__inner { gap: 60px; }

    /* caution-new */
    .caution-new { padding: 60px 0 100px; }
    .caution-new__inner { width: 85%; }
    .caution-new__title { font-size: 24px; line-height: 36px; }
    .caution-new__title-em { font-size: 28px; }
    .warranty-new__desc, .caution-new__desc { font-size: 18px; line-height: 30px; }

    /* advantage-new */
    .advantage-new { padding: 70px 0 90px; gap: 50px; }
    .advantage-card { width: calc(20% - 16px); height: auto; }
    .advantage-card__image { height: 180px !important; }
    .advantage-card__text { font-size: 18px; line-height: 26px; }

    /* definition-new */
    .definition-new { padding: 60px 0 70px; gap: 60px; }
    .definition-new__header { width: 90%; gap: 20px; }
}

@media screen and (max-width: 1120px) {
    .advantage-new__cards { flex-wrap: wrap; justify-content: center; }
    .advantage-card { width: calc(33.333% - 2.8vw); margin: 1vw; }
}

@media screen and (max-width: 768px) {
    #ctt_con { margin-top: 0; transform: translateY(0); }

    /* intro-banner-new */
    .intro-banner-new { padding: 40px 5%; background-image: url(../images/img_intro_banner_new_mo.jpg); padding: 21vw 0 74vw !important; }
    .intro-banner-new__content { width: 85%; gap: 14px; }
    .intro-banner-new__text-group { width: 100%; gap: 8px; display: flex; align-items: center; }
    .intro-banner-new__desc { text-align: center; width: 100%; }

    /* shared titles */
    .abutment-new__title, .diagnosis-new__title, .recommend-new__title, .warranty-new__title, .advantage-new__title, .definition-new__title {
        width: 90%;
        margin: auto;
        font-size: 2rem;
        line-height: 1.4em;
    }

    .diagnosis-new__title { margin-bottom: 8vw; }

    /* abutment-new */
    .abutment-new { padding: 50px 0; gap: 30px; }
    .abutment-new__compare { flex-direction: column; align-items: center; gap: 5vw; width: 100%; }
    .abutment-new__vs { display: none; }
    .abutment-card { flex: none; width: 90%; max-width: 100%; gap: 16px; }
    .abutment-card__image { height: 100% !important; }
    .abutment-card__label { font-size: 15px; padding: 12px 6px; }
    .abutment-item { font-size: 14px; padding: 12px 0; }
    .abutment-item__bullet { width: 18px; height: 18px; margin-right: 10px; }
    .abutment-item--minus { padding-left: 34vw; }
    .abutment-item--check { padding-left: 30vw; }
    .abutment-new__info { flex-direction: column; align-items: center; padding: 20px 5%; gap: 14px; }
    .abutment-new__info-text { text-align: center; }
    .abutment-new__info-icon { width: 48px; height: 46px !important; }
    .abutment-new__info-text { font-size: 14px; line-height: 24px; }

    /* diagnosis-new */
    .diagnosis-new { padding: 14vw 0 8vw; }
    .diagnosis-new__title { margin-bottom: 5vw; }
    .diagnosis-card { padding: 30px 5%; width: 80%; max-width: 100%; box-sizing: border-box; }
    .diagnosis-card::before { content: ''; position: absolute; inset: 0; background-image: url(../images/img_diagnosis_bg.png); background-repeat: no-repeat; background-position: center; background-size: 120% !important; border-radius: 20px; filter: opacity(0.1); z-index: 0; }
    .diagnosis-card__content { width: 100%; gap: 20px; }
    .diagnosis-steps { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 4vw; flex-wrap: wrap; flex-direction: column; }
    .diagnosis-step { width: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 1vw; }
    .diagnosis-step__icon { width: 30%; height: auto !important; }
    .diagnosis-step__info { width: 70%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0.6vw; }
    .diagnosis-step__title { font-size: 13px; line-height: 20px; }
    .diagnosis-step__desc { font-size: 12px; line-height: 18px; text-align: justify; }
    .diagnosis-card__info { height: auto; padding: 14px 12px; gap: 8px; }
    .diagnosis-card__info-icon { width: 22px; height: 24px !important; }
    .diagnosis-card__info-text { font-size: 13px; line-height: 20px; }
    .diagnosis-new__descs { width: 90%; margin: 0 auto; gap: 16px; }
    .diagnosis-new__desc { font-size: 1.2rem; line-height: 1.5em; }

    /* recommend-new */
    .recommend-new { padding: 7vw 0 0px; gap: 8vw; }
    .recommend-new__subtitle { font-size: 16px; line-height: 26px; }
    .recommend-new__rows { width: 100%; margin: 0; gap: 0; padding: 0; box-sizing: border-box; max-width: 100%; }
    .recommend-row { flex-direction: column; }
    .recommend-row--reverse { flex-direction: column-reverse; }
    .recommend-row__image { width: 100%; height: 60vw !important; min-height: 0; border-radius: 0 !important; scale: 1.04; }
    .recommend-row--reverse .recommend-row__image { border-radius: 0 !important; }
    .recommend-row__panel { width: 100%; box-sizing: border-box; padding: 8vw 5% 10vw; gap: 16px; border-radius: 0 !important; }
    .recommend-row--reverse .recommend-row__panel { border-radius: 0 0 10px 10px !important; }
    .recommend-badge { width: auto; height: auto; padding: 6px 14px; }
    .recommend-badge__label { font-size: 16px; line-height: 24px; }
    .recommend-row__heading { font-size: 1.2rem; line-height: 1.4em; }
    .recommend-row__body { font-size: 1rem; line-height: 1.3em; }

    /* warranty-new */
    .warranty-new { padding: 11vw 0 8vw; }
    .warranty-new__inner { flex-direction: column; gap: 20px; }
    .warranty-new__image { width: 70%; height: auto !important; }
    .warranty-new__content { width: 100%; }
    .warranty-new__title { text-align: center; }
    .warranty-new__desc { text-align: center; }

    /* caution-new */
    .caution-new { padding: 40px 0 80px; }
    .caution-new__inner { width: 90%; gap: 12px; }
    .caution-new__icon { width: 48px; height: 48px !important; }
    .caution-new__content { gap: 20px; }
    .caution-new__title { font-size: 18px; line-height: 28px; }
    .caution-new__title-em { font-size: 20px; }
    .warranty-new__desc, .caution-new__desc { font-size: 1rem; line-height: 1.5em; }

    /* advantage-new */
    .advantage-new { padding: 50px 5%; gap: 30px; }
    .advantage-new__cards { display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; }
    .advantage-card { width: 100%; margin: 1vw; display: flex; flex-direction: row; }
    .advantage-card__image { width: 50%; height: 100% !important; }
    .advantage-card__body { justify-content: flex-start; }
    .advantage-card__text { width: 100%; text-align: justify; justify-content: flex-start; padding-left: 4vw; }

    /* definition-new */
    .definition-new { padding: 40px 0 60px; gap: 40px; }
    .definition-new__header { width: 90%; gap: 16px; }
    .definition-new__image { max-width: 100%; height: auto; display: block; max-width: 240% !important; transform: translateX(-11.1%); }
    .mo-br { display: block; }
    .abutment-info-pc-br { display: none; }
    .abutment-title-pc-br { display: none; }
}

@media screen and (max-width: 585px) {
    .abutment-item--check { padding-left: 27vw; }
}

.caution-br { display: none; }
.abutment-info-mo-br { display: none; }
.abutment-title-mo-br { display: none; }
@media screen and (max-width: 560px) {
    .caution-br { display: inline; }
    .abutment-info-mo-br { display: inline; }
    .abutment-title-mo-br { display: inline; }
}

@media screen and (max-width: 468px) {
    .abutment-item--check { padding-left: 23vw; }
}

@media screen and (max-width: 575px) {
    .diagnosis-new { padding: 15vw 0 17vw; }
    .diagnosis-new__desc { font-size: 1rem; line-height: 1.5em; }
}

@media screen and (max-width: 510px) {
    .warranty-new__image { width: 60%; height: auto !important; }
}

@media screen and (max-width: 450px) {
    .abutment-item--minus { padding-left: 31vw; }
    .warranty-new__desc br { display: none; }
    .recommend-row__body br { display: none; }
    .recommend-new__header { width: 90%; margin: 0 auto; }
}

@media screen and (max-width: 426px) {
    .abutment-info-mo-br { display: none; }
}

@media screen and (max-width: 405px) {
    .abutment-item--check { padding-left: 20vw; }
    .caution-br { display: none; }
}

@media screen and (max-width: 385px) {
    .abutment-item--check { padding-left: 17vw; }
}

@media screen and (max-width: 400px) {
    .recommend-new__subtitle br { display: none; }
    .diagnosis-new__desc br { display: none; }
}

@media screen and (max-width: 375px) {
    .abutment-item--minus { padding-left: 27vw; }
    .abutment-new__title, .diagnosis-new__title, .recommend-new__title,
    .warranty-new__title, .advantage-new__title, .definition-new__title { font-size: 1.8rem; line-height: 1.3em; }
}

@media screen and (max-width: 345px) {
    .abutment-item--check { padding-left: 12vw; }
}
