@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.p_color {color: #01037C;}
.p_color02 {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;}


.sub_visual {width: 100%; height: calc(100vh - 100px); position: relative;
    background-image: url(../images/img_visual_bg.png); background-repeat: no-repeat; background-position: right top; background-size: cover;}
.sub_visual::after {content: ''; display: block; width: 100%; height: calc(871/823 * 85%); position: absolute; right: -16%; bottom: 0;
    background-image: url(../images/img_model.png); background-repeat: no-repeat; background-position: center bottom; background-size: contain;}
.sub_visual .inner {padding: 0; position: absolute; top: 50%; left: 25%; transform: translateY(-50%); z-index: 2;}
.sub_visual .inner h3 {font-weight: 900; font-size: 90px; color: #2E30DB; text-align: left;}
.sub_visual .inner p {font-size: 24px; line-height: 36px; letter-spacing: -1px; margin-top: .8em;}


.definition .inner .title_text {margin-bottom: 42px;}


.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 {background: #DFEEFF;}
.effect .inner {padding: 160px 16.66% 0;}
.effect .inner .title_text {margin-bottom: 40px;}
.effect .inner .img_box {margin-top: 65px;}


.effect_more {background: #01037C; color: #fff;}
.effect_more .inner {display: flex; align-items: flex-start; gap: 80px; padding: 100px 16.66%;}
.effect_more .inner .sub_title {flex-shrink: 0; font-size: 40px; font-weight: 600; line-height: 50px; letter-spacing: -1px; text-align: left; margin: 0;}
.effect_more .inner .sub_title .p_color02 {display: block;}
.effect_more .inner .sub_explain {flex-grow: 1;}
.effect_more .inner .sub_explain p {text-align: left;}


.equipment .inner ul li {display: flex; gap: 80px; align-items: center; padding: 40px; border-radius: 1000px; background: #FAFAFA; margin-bottom: 80px;}
.equipment .inner ul li:last-child {margin-bottom: 0;}
.equipment .inner ul li .img_box {width: 320px; flex-shrink: 0;}
.equipment .inner ul li .text_box {flex-grow: 1; padding-right: 10%;}
.equipment .inner ul li .text_box dt {font-size: 40px; font-weight: 500; line-height: 50px; letter-spacing: -1px; margin-bottom: .3em;}
.equipment .inner ul li .text_box dd {font-size: 28px; line-height: 42px; letter-spacing: -1px; color: #474A4D;}


/* 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;}
    .effect_more .inner {padding: 100px 8%;}
}
/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section > .inner {padding: 150px 10%;}
    .sub_visual .inner {left: 20%;}
    .effect .inner {padding: 160px 10% 0;}
    .effect_more .inner {padding: 100px 6%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 8%;}
    .sub_visual .inner {left: 10%;}
    .effect .inner {padding: 160px 8% 0;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 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 {height: calc(var(--vh, 1vh) * 100 - 100px); background-image: url(../images/img_visual_bg_mo.png);}
    .sub_visual::after {height: calc(871/823 * 80%); right: -15%;}
    .sub_visual .inner {top: auto; bottom: 58px; left: 5%; transform: translateY(0);}
    .sub_visual .inner p i {display: block;}


    .definition .inner .title_text {margin-bottom: 30px;}
    .definition .inner .sub_explain .block {display: inline;}
    .definition .inner .sub_explain i {display: block;}


    .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 .inner {padding: 120px 0 0;}
    .effect .inner .title_text {margin-bottom: 32px;}
    .effect .inner .title_text .p_color {display: block;}
    .effect .inner .img_box {margin-top: 49px;}


    .effect_more .inner {flex-direction: column; align-items: center; gap: 20px; padding: 80px 5%;}
    .effect_more .inner .sub_title {font-size: 36px; line-height: 46px; text-align: center;}
    .effect_more .inner .sub_title .block {display: inline;}
    .effect_more .inner .sub_explain p {text-align: center;}
    .effect_more .inner .sub_explain p i {display: block;}


    .equipment .inner .title_text i {display: block;}
    .equipment .inner ul li {flex-direction: column; justify-content: center; background: none; gap: 30px; padding: 0; border-radius: 0; margin-bottom: 60px;}
    .equipment .inner ul li .text_box {text-align: center; padding: 0;}
    .equipment .inner ul li .text_box i {display: block;}
}

/* 모바일 가로, 모바일 세로 (해상도 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%;}


    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 129px);}
    .sub_visual::after {height: calc(871/823 * 80%); right: -15%;}
    .sub_visual .inner {bottom: 45px;}
    .sub_visual .inner h3 {font-size: 40px; line-height: 50px;}
    .sub_visual .inner p {font-size: 18px; line-height: 27px;}


    .definition .inner .title_text {margin-bottom: 14px;}


    .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;}


    .effect_more .inner {padding: 60px 5%;}
    .effect_more .inner .sub_title {font-size: 24px; line-height: 32px;}
    .effect_more .inner .sub_title .block {display: block;}
    .effect_more .inner .sub_explain p i {display: inline;}
    .effect_more .inner .sub_explain p b {display: block;}


    .equipment .inner ul li .img_box {width: 240px;}
    .equipment .inner ul li .text_box dt {font-size: 32px; line-height: 1.2em;}
    .equipment .inner ul li .text_box dd {font-size: 16px; line-height: 24px;}
}
