@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.p_color {color: #70FFD4;}

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: 80px;}
section .inner .title_text .add_text {display: block; font-weight: 400; font-size: .63em; line-height: 1.2em; margin-bottom: .5em;}
section .inner .sub_title {font-size: 50px; font-weight: 700; line-height: normal; letter-spacing: -1px; text-align: center; margin-bottom: 80px;}
section .inner .sub_explain p {font-size: 28px; line-height: 42px; letter-spacing: -1px; text-align: center; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}
section .inner .sub_explain p strong {font-weight: 600;}

section .inner .title_text .ir_text {position: relative;}
section .inner .title_text .ir_text::before {content: ''; display: block; position: absolute; left: -25px; bottom: 50%;
    width: 136px; height: 115px; background: url(../images/img_sure_text.png) center no-repeat; background-size: contain;}
section .inner .highlighter {position: relative; z-index: 2;}
section .inner .highlighter::before {content: ''; display: block; position: absolute; left: 0; bottom: 0; z-index: 1;
    width: 100%; height: 70%; background-color: rgba(113, 63, 255, .2);}

section .inner .badge {display: inline-block; font-size: 24px; font-weight: 600; line-height: 45px; text-align: center; padding: 0 20px; box-sizing: border-box;
    border-radius: 50px; border: 1.5px solid #713FFF; position: relative; left: 50%; transform: translateX(-50%); margin-bottom: 28px;}


.sub_visual {background: linear-gradient(90deg, #FF9BC1 0%, #AB69FF 100%);}
.sub_visual .inner h3 .add_text {font-size: 28px; margin: .75em 0 0;}

.sub_intro .inner {padding: 120px 16.66%; display: flex; align-items: center; gap: 56px; margin-top:80px;}
.sub_intro .inner > div {width: 50%;}
.sub_intro .inner .img_box img {border-radius: 30px;}
.sub_intro .inner .text_box p {font-size: 36px; line-height: 48px; letter-spacing: -1px;}
.sub_intro .inner .text_box strong {display: block; font-size: 72px; line-height: 86px; letter-spacing: -1px; margin-top: .3em;}
.sub_intro .inner .text_box strong .p_color {display: block;}
.sub_intro .inner .text_box .sub_explain {margin-top: 42px;}
.sub_intro .inner .text_box .sub_explain p {font-size: 24px; line-height: 40px; text-align: left;}


.info_surgery {background: #FAFAFA;}
.info_surgery .inner ul {display: flex;}
.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;}


.effect_surgery .inner .title_text {margin-bottom: 40px;}
.effect_surgery .inner .effect_con {display: flex; gap: 40px; margin-top: 80px;}
.effect_surgery .inner .effect_con li {width: 30%; position: relative;}
.effect_surgery .inner .effect_con li::after {content: ''; display: block; padding-bottom: 100%;}
.effect_surgery .inner .effect_con li .text_box {width: 100%; height: 100%; object-fit: cover; color: #fff; text-align: center; border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.effect_surgery .inner .effect_con li .text_box .num {display: block; width: 48px; height: 48px; line-height: 48px;
    font-size: 24px; font-weight: 700; letter-spacing: -1px; background: #fff; border-radius: 50%;}
.effect_surgery .inner .effect_con li .text_box strong {display: block; font-size: 32px; font-weight: 600; line-height: 46px; letter-spacing: -1px; margin: 20px 0 16px;}
.effect_surgery .inner .effect_con li .text_box p {width: 80%; font-size: 20px; line-height: 38px; letter-spacing: -1px;}


.effect {background: rgba(240, 235, 255, .5);}
.effect .inner {padding: 160px 16.66% 0;}
.effect .inner .title_text {margin-bottom: 40px;}
.effect .inner .img_box {margin-top: 65px;}

/* PC (해상도 1540px ~ 1790px) */
@media screen and (max-width:1790px) {
    .effect_surgery .inner .effect_con li .text_box strong {font-size: 26px; line-height: 1.3em;}
    .effect_surgery .inner .effect_con li .text_box p {font-size: 16px; line-height: 1.3em;}
}
/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section > .inner {padding: 150px 10%;}

    .sub_intro .inner {padding: 120px 10%;}
    .effect .inner {padding: 160px 10% 0;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 8%;}

    .sub_intro .inner {padding: 120px 8%;}
    .effect .inner {padding: 160px 8% 0;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 6%;}

    .sub_intro .inner {padding: 120px 6%;}
    .effect .inner {padding: 160px 6% 0;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {margin-bottom: 60px;}
    section .inner .sub_title {font-size: 36px; line-height: 48px;}
    section .inner .sub_explain p {font-size: 24px; line-height: 38px;}
    section > .inner {padding: 120px 5%;}

    .sub_visual .inner {padding: 150px 0;}
    .sub_visual .inner h3 .add_text {font-size: 24px;}

    .sub_intro .inner {padding: 120px 5%; flex-direction: column; gap: 80px;}
    .sub_intro .inner > div {width: 100%;}
    .sub_intro .inner .text_box .sub_explain {margin-top: 20px;}

    .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;}

    .effect_surgery .inner .sub_explain .block {display: inline;}
    .effect_surgery .inner .sub_explain i {display: block;}
    .effect_surgery .inner .effect_con {flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 60px;}
    .effect_surgery .inner .effect_con li {width: 48%;}
    .effect_surgery .inner .effect_con li:first-child {width: 50%;}
    .effect_surgery .inner .effect_con li .text_box .num {width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
    .effect_surgery .inner .effect_con li .text_box strong {font-size: 28px; line-height: 42px; margin: 18px 0 12px;}
    .effect_surgery .inner .effect_con li .text_box p {font-size: 20px; line-height: 32px;}

    .effect .inner {padding: 120px 0 0;}
    .effect .inner .title_text {margin-bottom: 32px;}
    .effect .inner .title_text .m_color {display: block;}
    .effect .inner .img_box {margin-top: 49px;}

}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }

    /* content */
    section .inner .title_text {font-size: 34px; line-height: 44px; margin-bottom: 40px;}
    section .inner .sub_title {font-size: 22px; line-height: 1.2em; margin-bottom: 20px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 24px;}
    section > .inner {padding: 60px 5%;}

    section .inner .title_text .ir_text::before {width: 69px; height: 57px; left: -11px; bottom: 66%;}


    .sub_visual .inner {padding: 110px 0;}
    .sub_visual .inner i {display: block;}
    .sub_visual .inner h3 .add_text {font-size: 18px;}


    .sub_intro .inner {padding: 60px 5%; gap: 40px; margin-top:60px;}
    .sub_intro .inner .img_box img {border-radius: 15px;}
    .sub_intro .inner .text_box p {font-size: 20px; line-height: 25px;}
    .sub_intro .inner .text_box strong {font-size: 38px; line-height: 46px;}
    .sub_intro .inner .text_box .sub_explain p {font-size: 16px; line-height: 24px;}


    .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;}

    .effect_surgery .inner .sub_explain i {display: inline;}
    .effect_surgery .inner .sub_explain b {display: block;}
    .effect_surgery .inner .effect_con {margin-top: 40px;}
    .effect_surgery .inner .effect_con li {width: 80%;}
    .effect_surgery .inner .effect_con li:first-child {width: 80%;}
    .effect_surgery .inner .effect_con li .text_box .num {width: 32px; height: 32px; line-height: 32px; font-size: 16px;}
    .effect_surgery .inner .effect_con li .text_box strong {font-size: 20px; line-height: 30px; margin: 12px 0 10px;}
    .effect_surgery .inner .effect_con li .text_box p {font-size: 16px; line-height: 24px;}


    .effect .inner {padding: 60px 0 0;}
    .effect .inner .title_text {margin-bottom: 24px;}
    .effect .inner .sub_explain .block {display: inline;}
    .effect .inner .sub_explain i {display: block;}
    .effect .inner .img_box {margin-top: 30px;}

}
