@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap');
.cormorant-infant {
    font-family: "Cormorant Infant", serif;
    font-style: normal;
}

/* #content */
#content {color: #40291C;}
.img_box img {width: 100%;}
.block {display: block;}
.p_color{color: #AD705A;}
strong{font-weight: bolder;}
.ir_text {display: inline-block; width: 268px; height: 54px; background: url(../images/img_text_mini.png) center no-repeat; background-size: contain;}
.marking {background: linear-gradient(to top, #FFE4DA 100%, transparent 100%); box-decoration-break: clone; -webkit-box-decoration-break: clone;}

section > .inner {padding: 160px 16.66%; box-sizing: border-box;}
section .inner .title_text {font-weight: 700;font-size: 64px;letter-spacing: -1px;text-align: center;margin-bottom: 60px;line-height: 1.3;}
section .inner .sub_explain p {font-size: 40px;line-height: 54px;letter-spacing: -0.02em;text-align: center;margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .add_text {display: block; font-weight: 400; font-size: 40px; line-height: 50px; text-align: center; margin-bottom: .25em;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section > .inner {padding: 150px 10%;}
}
/* 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) {
    section > .inner {padding: 120px 6%;}
    section .inner .add_text {font-size: 36px; letter-spacing: -0.05em;}
    section .inner .sub_explain p {font-size: 36px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px) */
@media screen and (max-width:767px) {
    .wrap {min-width: 375px;}
    section > .inner {padding: 60px 6%;}
    section .inner .title_text {font-size: 34px; margin-bottom: 40px;}
    section .inner .sub_explain p {font-size: 18px; line-height: 30px;}
    section .inner .add_text {font-size: 22px; line-height: 32px;}
    .ir_text {width: 130px; height: 26px;}
}


/* =======================================
 * [sub_visual]
======================================= */
.sub_visual {width: 100%; padding-top: calc(950/1920 * 100%); position: relative;
    background-image:var(--bg-pc); background-repeat: no-repeat; background-position: center; background-size: contain;}

@media screen and (max-width:1024px) {
    .sub_visual {padding-top: calc(1000/768 * 100%); background-image: var(--bg-ta); background-size: cover;}
}

@media screen and (max-width:767px) {
    .sub_visual {padding-top: calc(500/375 * 100%); background-image: var(--bg-mo);}
}

/* =======================================
 * [solution] 주름진 손등으로 고민이신가요?
======================================= */
.solution {background: #40291C; color: #fff;}
.solution .inner {padding: 160px 13%;}
.solution .inner .title_text .p_color {color: #E2BDB0;}
.solution .inner ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 80px;}
.solution .inner ul li {display: flex;flex-direction: column;align-items: center;justify-content: center;background: #fff;padding: 55px 0;text-align: center;border-radius: 10px;position: relative;}
.solution .inner ul li::after{content:'';width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 15px solid #fff;position: absolute;bottom: 0%;left: 50%;transform: translate(-50%, 100%);}
.solution .inner ul li .img_box img{width: 50px;}
.solution .inner ul li .badge {display: inline-block; padding: 10.5px 14px; border-radius: 100px; background: #F0EBFF;font-weight: 700; font-size: 16px; text-transform: uppercase;}
.solution .inner ul li p {font-size: 26px;letter-spacing: -1px;color: #40291C;margin-top: 20px;font-weight: 500;line-height: 1.5;}
.solution .inner ul li .mo_text_box p > span {display: block;}
.solution .inner .sub_explain {color: #E2BDB0;}
.solution .inner .sub_explain strong {color: #fff;}

/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .solution .inner {padding-inline: 8%;}
}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .solution .inner {padding: 60px 5%;}
    .solution .inner .title_text i{display: block;}
    .solution .inner ul {grid-template-columns: repeat(1, 1fr);gap: 20px;margin-bottom: 60px;}
    .solution .inner ul li{padding:35px 0; }
    .solution .inner ul li::after{content:none;}
    .solution .inner .sub_explain i {display: block;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .solution .inner {padding: 60px 5%;}
    .solution .inner .title_text i {display: block;}
    .solution .inner ul {gap: 10px; border-radius: 6px; margin-bottom: 32px;}
    .solution .inner ul li{padding:18px 0; }
    .solution .inner ul li .badge {padding: 6px 8px; border-radius: 46px; max-width: 80px; margin:0 auto; background: #F0EBFF; font-size: 10px;}
    .solution .inner ul li p {font-size: 16px;margin-top: 10px;}
    .solution .inner ul li .img_box img{width: 24px;}
}


/* =======================================
 * [definition] 손등 지방이식이란?
======================================= */
.definition .inner {background: #FFFBF8;}
.definition .inner .text_box {margin-top: 4em; display: grid; gap: 2em; text-align: center; font-size: clamp(6px, 1.2vw, 10px);}
.definition .inner .text_box > p {line-height: 1.4; font-size: 2.6em; word-break: keep-all;}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .definition .inner .definition_bna {display: grid; gap: 20px;}
}


/* =======================================
 * [detail] 리팅 손등 지방이식 Point
======================================= */
.detail .inner {background: #F8ECE3;}
.detail .inner .detail_list {display: grid; gap: 30px;}
.detail .inner .detail_list .detail_item {padding: 100px 8%; border-radius: 10px; background-color: #fff;}
.detail .inner .detail_list .detail_item .detail_header {margin-bottom: 5%; display: grid; justify-content: center; gap: .3em; text-align: center; font-size: clamp(21px, 4vw, 36px);}
.detail .inner .detail_list .detail_item .detail_header .detail_title_sub {font-style: italic; font-weight: 600; color: #AD705A;}
.detail .inner .detail_list .detail_item .detail_header .detail_title {letter-spacing: -1%; font-weight: 600;}
.detail .inner .detail_list .detail_item .text_box {margin-top: 6em; display: grid; gap: 2em; text-align: center; font-size: clamp(6px, 1.2vw, 10px);}
.detail .inner .detail_list .detail_item .text_box > p {line-height: 1.4; font-size: 2.6em; word-break: keep-all;}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .detail .inner i {display: block;}
    .detail .inner .detail_list .detail_item {padding: 50px 4%;}
    .detail .inner .detail_list .detail_item .text_box br {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .detail .inner .detail_list .detail_item {padding-block: 30px;}
}


/* =======================================
 * [procedure] 리팅 손등 지방이식 수술 방법
======================================= */
.procedure .procedure_list {--procedure-gap: 30px; --circle-size: 49px; display: flex; gap: 15px;}
.procedure .procedure_list .procedure_item {display: flex; align-items: center; flex: 1; min-width: 0; flex-direction: column; gap: var(--procedure-gap); position: relative;}
.procedure .procedure_list .procedure_item:not(:last-child)::before {content: ''; width: calc(100% + var(--procedure-gap)); border-top: 1px dashed #AD705A; position: absolute; top: calc(var(--circle-size) / 2); left: 50%;}
.procedure .procedure_list .procedure_item .procedure_num {display: flex; align-items: center; justify-content: center; width: var(--circle-size); height: var(--circle-size); font-size: 30px; font-weight: 600; font-style: italic; text-align: center; box-sizing: border-box; border-radius: 9999px; border: 1px solid #AD705A; color: #AD705A; background-color: #fff; position: relative; z-index: 1;}
.procedure .procedure_list .procedure_item .procedure_content {display: flex; align-items: center; flex-direction: column; gap: var(--procedure-gap);}
.procedure .procedure_list .procedure_item .procedure_content .procedure_title {font-size: 32px; font-weight: 600;}
.procedure .procedure_list .procedure_item .procedure_content .img_box {border-radius: 10px; overflow: hidden;}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .procedure .inner i {display: block;}
    .procedure .procedure_list {align-items: center; flex-direction: column;}
    .procedure .procedure_list .procedure_item {flex: none; width: max-content; max-width: 100%; flex-direction: row;}
    .procedure .procedure_list .procedure_item:not(:last-child)::before {width: 0; height: calc(100% + var(--procedure-gap)); border-top: 0; border-left: 1px dashed #AD705A; top: 50%; left: calc(var(--circle-size) / 2);}
    .procedure .procedure_list .procedure_item .procedure_content {max-width: calc(100% - var(--circle-size) - var(--procedure-gap)); flex-direction: row-reverse;}
    .procedure .procedure_list .procedure_item .procedure_content .procedure_title {width: 7em; flex-shrink: 0;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .procedure .procedure_list {--circle-size: 32px;}
    .procedure .procedure_list .procedure_item {align-items: center; justify-content: flex-start;}
    .procedure .procedure_list .procedure_item .procedure_num {font-size: 20px;}
    .procedure .procedure_list .procedure_item .procedure_content {flex-direction: column-reverse; gap: 10px;}
    .procedure .procedure_list .procedure_item .procedure_content .procedure_title {width: auto; text-align: center; font-size: 22px;}
}


/* =======================================
 * [recommend] 리팅 손등 지방이식 이런 분들께 추천합니다
======================================= */
.recommend .inner {background-color: #F9F1EE; position: relative; overflow: hidden;}
.recommend .inner::after {content: ''; width: 69.375%; height: 95%; background: url(../images/recommend_decoration.png) right bottom / contain no-repeat; pointer-events: none; position: absolute; right: 0; bottom: 0; z-index: 2;}
.recommend .inner .title_text,
.recommend .inner .recommend_list {position: relative; z-index: 1;}
.recommend .inner .recommend_list {display: grid; gap: 20px;}
.recommend .inner .recommend_list .recommend_item {padding: 46px 80px; display: grid; grid-template-columns: 155px 1fr; border-radius: 10px; background-color: #fff;}
.recommend .inner .recommend_list .recommend_item .recommend_num {font-size: 30px; font-weight: 600; color: #AD705A;}
.recommend .inner .recommend_list .recommend_item .recommend_content {line-height: 1.4; font-size: 32px; font-weight: 500;}

/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .recommend .inner i {display: block;}
    .recommend .inner::after {width: 57%; right: -8%;}
}

/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .recommend .inner::after {right: -15%;}
    .recommend .inner .recommend_list .recommend_item {grid-template-columns: auto; gap: 15px; padding: 36px 40px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:767px) {
    .recommend .inner::after {max-width: 450px; width: 80%; right: -14%; bottom: 11%;}
    .recommend .inner .recommend_list .recommend_item {gap: 10px; padding: 18px 20px;}
    .recommend .inner .recommend_list .recommend_item .recommend_num {font-size: 20px;}
    .recommend .inner .recommend_list .recommend_item .recommend_content {font-size: 16px;}
}


/* =======================================
 * [info_surgery] 수술 정보
======================================= */
.info_surgery .inner {background: #fff;}
.info_surgery .inner .title_text {margin-bottom: 60px;}
.info_surgery .inner ul {display: flex; justify-content: center;}
.info_surgery .inner ul li {width: 25%; padding: 0 2%; box-sizing: border-box; border-left: 1px solid #DFE0E2;}
.info_surgery .inner ul li:first-child {border-left: none;}
.info_surgery .inner ul li .icon_box {width: 60%; padding-top: 60%; background-position: center; background-repeat: no-repeat; background-size: contain; margin: 0 auto 10px;}
.info_surgery .inner ul li p {font-size: 24px; letter-spacing: -1px; color: #474A4D; text-align: center;}
.info_surgery .inner ul li p strong {display: block; font-size: 32px; font-weight: 600; line-height: 46px; letter-spacing: -1px; color: #161718; margin-bottom: .3em;}

@media screen and (max-width:1024px) {
    .info_surgery .inner ul {flex-wrap: wrap; row-gap: 40px; justify-content: center;}
    .info_surgery .inner ul li {width: 48%;}
    .info_surgery .inner ul li:nth-child(2n-1) {border-left: none;}
    .info_surgery .inner ul li .icon_box {width: 50%; padding-top: 50%; margin: 0 auto 20px;}
    .info_surgery .inner ul li p {font-size: 28px;}
    .info_surgery .inner ul li p strong {font-size: 36px; margin-bottom: .3em;}
}

@media screen and (max-width:767px) {
    .info_surgery .inner .title_text {margin-bottom: 40px;}
    .info_surgery .inner ul li .icon_box {margin: 0 auto 8px;}
    .info_surgery .inner ul li p {font-size: 16px; line-height: 18px;}
    .info_surgery .inner ul li p strong {font-size: 24px; line-height: 28px; margin-bottom: .3em;}
}


/* =======================================
 * [bna] 리팅 손등 지방이식 Before & After
======================================= */
.bna .inner{position: relative; background: #FBF6F3;}
.bna .inner .swiper_layout {display: flex; align-items: center; gap: 30px;}
.bna .inner .bna_swiper {flex: 1; min-width: 0;}
.bna .inner .swiper ul li {display:  flex;justify-content: space-around; gap: 20px; width: 100%;}
.bna .inner .swiper ul li .img_box{position: relative;border-radius: 10px;overflow: hidden;}
.bna .inner .swiper ul li .img_box > .text_box{display: flex; justify-content: center; align-items:center; width: 100%; height: 60px; font-style: italic; font-size:28px; font-weight: 500; color: #fff; background: #40291C;}
.bna .inner .swiper ul li .img_box:nth-child(2) > .text_box{background: #AD705A;}
.bna .inner .swiper ul li .img_box .dimmed {
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(0, 0, 0, .3);
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(30px) saturate(2);
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    }
.bna .inner .swiper ul li .img_box .dimmed .text_box {height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.bna .inner .swiper ul li .img_box .dimmed .text_box strong {font-size: 28px; line-height: 44px; letter-spacing: -1px; color: #fff; text-align: center;}
.bna .inner .swiper ul li .img_box .dimmed .text_box .btn_login {display: inline-block; border-bottom: 3px solid #fff; color: #fff; font-weight: 700; line-height: 1;}
.bna .inner .swiper-button-prev, 
.bna .inner .swiper-button-next {position: static; flex: 0 0 75px; width: 75px; height: 75px; margin: 0; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(../images/btn_swiper.png);}
.bna .inner .swiper-button-prev {transform: rotate(180deg);} 
.bna .inner .swiper-button-prev::after, 
.bna .inner .swiper-button-next::after {font-size: 0;}
.bna .inner .swiper-pagination {bottom: 72px;}
.bna .inner .swiper-pagination .swiper-pagination-bullet {width: 20px; height: 20px; background: #D5D0E2;  margin: 0 10px;}
.bna .inner .swiper-pagination .swiper-pagination-bullet-active {background:#794FDB; opacity: 1;}
.bna .inner .notice {margin-top: 3em; line-height: 1.5; text-align: center; word-break: keep-all; font-size: clamp(14px, 2.2vw, 21px); font-weight: 400; color: #777C81;}

@media screen and (max-width:1024px) {
    .bna .inner i {display: block;}
    .bna .swiper-button {display: none;}
}

@media screen and (max-width:767px) {
    .bna .inner .swiper ul li {gap: 8px;}
    .bna .inner .swiper ul li .img_box img {aspect-ratio: 160/120;}
    .bna .inner .swiper ul li .img_box > .text_box {font-size: 12px; height: 24px;}
    .bna .inner .swiper ul li .img_box .dimmed {height: calc(100% - 24px);}
    .bna .inner .swiper ul li .img_box .dimmed .text_box strong {font-size: 14px; line-height: 18px;}
}
