@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.m_color {color: #0C82FE;}

section > .inner {padding: 150px 16.66%; box-sizing: border-box;}
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; letter-spacing: -1px; 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 .emphasis {text-align: center; margin: 100px 0 60px;}
section .inner .emphasis p {font-weight: 700; font-size: 48px; letter-spacing: -0.02em; display: inline-block; position: relative;}
section .inner .emphasis p::before {content: '“'; font-weight: 700; font-size: 150px; line-height: 1em; color: #0c82fe; display: inline-block; position: absolute; top: -15%; left: -160px;}
section .inner .emphasis p::after {content: '”'; font-weight: 700; font-size: 150px; line-height: 1em; color: #0c82fe; display: inline-block; position: absolute; top: -15%; right: -160px;}


.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: 1.2; color: #161718;}
.intro_banner .inner strong {display: inline-block; padding: 40px 0; color: #0C82FE;
    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 {margin-bottom: 60px;}
.definition .inner .img_box img {border-radius: 20px;}


.sub_con .inner {padding: 0 16.66% 150px;}

.anesthesia .inner .sub_text {padding: 50px 0 30px; }
.anesthesia .inner ul {display: grid; grid-template-columns: 1fr 1fr; gap: 80px;}
.anesthesia .inner ul li {color: #505050;}
.anesthesia .inner ul li .icon_box {width: 75%; padding-top: 75%; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: contain;}
.anesthesia .inner ul li dl {text-align: center; margin-bottom: 34px;}
.anesthesia .inner ul li dl dt {font-weight: 700; font-size: 50px; line-height: 55px; letter-spacing: -1px; margin: 42px 0;}
.anesthesia .inner ul li dl dd {font-weight: 300; font-size: 35px; line-height: 50px; letter-spacing: -1px;}
.anesthesia .inner ul li p {display: flex; align-items: center; gap: 10px; margin-bottom: 16px;}
.anesthesia .inner ul li p:last-of-type {margin-bottom: 0;}
.anesthesia .inner ul li p span {font-weight: 300; font-size: 30px; line-height: 1em; letter-spacing: -1px;}
.anesthesia .inner ul li p .badge {flex-shrink: 0; display: inline-block; font-weight: 500; font-size: 26px; border-radius: 40px; border-width: 1px; border-style: solid; padding: 7px 14.5px;}
.anesthesia .inner ul li p.pros .badge {border-color: #0C82FE; background: #F0F7FF;}
.anesthesia .inner ul li p.cons .badge {border-color: #AAADB0; background: #F2F2F2;}


.compare .inner .table_box {width: 100%; padding-top: calc(541/1280 *100%); background-image: url(../images/img_table.png);
    background-repeat: no-repeat; background-position: center; background-size: contain; margin-bottom: 60px;}


.advantage {background: #F7F7F7;}
.advantage .inner ul li {text-align: center; color: #161718; background: #D6EAFF; border-radius: 180px; padding: 34px 0; margin-bottom: 40px;}
.advantage .inner ul li:last-child {margin-bottom: 0;}
.advantage .inner ul li strong {font-size: 50px; letter-spacing: -1px;}
.advantage .inner ul li p {font-weight: 300; font-size: 35px; line-height: 50px; letter-spacing: -1px; margin-top: .2em;}


.video .inner .video_box {width: 100%; padding-top: calc(720/1280 * 100%); border-radius: 10px; overflow: hidden;
    background: url(../images/img_video_bg.png) center no-repeat; background-size: cover; position: relative;}
.video .inner .video_box iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}


.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: #0C82FE; 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;}


.recommend {width: 100%; background-image: url(../images/img_background.png); background-size: cover; background-repeat: no-repeat; background-position: center;}
.recommend .inner .sub_text {padding: 25px 0;}
.recommend .inner ul {margin: 100px auto; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.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;}
.recommend .inner .notice {font-weight: 700; font-size: 23.5px; line-height: 40px; letter-spacing: -1px; color: #E65E64; border: 4px solid #E65E64; padding: 12px 2%;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section > .inner {padding: 150px 12%;}
    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 .emphasis p {font-size: 32px;}
    section .inner .emphasis p::before {font-size: 100px;}
    section .inner .emphasis p::after {font-size: 100px;}

    .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;} 

    .sub_con .inner {padding: 0 12% 150px;}

    .target .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: 1em;}
    .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 10%;}

    .sub_con .inner {padding: 0 10% 150px;}

    .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: 1em;}
    .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;}

    .recommend .inner ul li p {font-size: 26px; line-height: 1.5em;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 8%;}
    .sub_con .inner {padding: 0 8% 150px;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section > .inner {padding: 80px 5%;}
    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 .emphasis {margin: 40px 0 24px;}
    section .inner .emphasis p {font-size: 26px; letter-spacing: -1px;}
    section .inner .emphasis p::before {font-size: 42px; left: -26px;}
    section .inner .emphasis p::after {font-size: 42px; right: -26px;}


    .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-bottom: 40px;}
    .definition .inner .img_box img {border-radius: 10px;}
    
    
    .sub_con .inner {padding: 0 5% 80px;}
    
    .anesthesia .inner .sub_text {padding: 20px 0;}
    .anesthesia .inner ul {gap: 38px;}
    .anesthesia .inner ul li .icon_box {width: 75%; padding-top: 75%;}
    .anesthesia .inner ul li dl {margin-bottom: 17px;}
    .anesthesia .inner ul li dl dt {font-size: 24px; line-height: 26px; margin: 16px 0;}
    .anesthesia .inner ul li dl dd {font-size: 16px; line-height: 22px;}
    .anesthesia .inner ul li p {gap: 5px; margin-bottom: 8px; padding-left: 15%;}
    .anesthesia .inner ul li p span {font-size: 14px;}
    .anesthesia .inner ul li p .badge {font-size: 12px; border-radius: 20px; padding: 5px 7.5px;}

    
    .compare .inner .table_box {padding-top: calc(261/590 *100%); background-image: url(../images/img_table_tab.png); margin-bottom: 40px;}
    
    
    .advantage .inner ul li {border-radius: 83px; padding: 20px 0; margin-bottom: 18px;}
    .advantage .inner ul li strong {font-size: 24px;}
    .advantage .inner ul li p {font-size: 16px; line-height: 22px; margin-top: .2em;}


    .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: 30px;}
    .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; line-height: 1em;}
    .qanda .inner ul li .a_bubble {border-radius: 10px;}
    .qanda .inner ul li .a_bubble::before {width: 29px; height: 32px; right: 22px; bottom: -13px;}
    .qanda .inner ul li .a_bubble div {width: 85%; 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%;}


    .recommend .inner .sub_text {padding: 20px 0 0;}
    .recommend .inner ul {margin: 40px auto; gap: 16px;}
    .recommend .inner ul li p {font-size: 18px; line-height: 22px; letter-spacing: -1px; margin-top: .5em;}
    .recommend .inner .notice {font-size: 12px; line-height: 20px; border: 2px solid #E65E64; padding: 8px 2%;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section > .inner {padding: 50px 5%;}
    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 .emphasis {margin-bottom: 20px;}
    section .inner .emphasis p {font-size: 17px; line-height: 22px;}
    section .inner .emphasis p::before {font-size: 42px; left: -26px; top: -25%;}
    section .inner .emphasis p::after {font-size: 42px; right: -26px; top: -25%;}

    .intro_banner {background: #EAF2FF; padding-top: 0;}
    .intro_banner .inner {position: relative; top: 0; transform: translate(-50%, 0); padding: 50px 5% 0;}
    .intro_banner .inner i {display: block;}
    .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 strong i {display: block;}
    .intro_banner .inner p {font-size: 14px;}
    .intro_banner .mo_ver {width: 100%; padding-top: calc(216/375 * 100%); background: url(../images/img_intro_banner_mo.png) center no-repeat; background-size: contain;}


    .definition .inner .title_text i {display: block;}
    .definition .inner .img_box {margin-bottom: 20px;}
    
    
    .sub_con .inner {padding: 0 5% 50px;}
    .sub_con .inner .sub_explain i {display: block;}
  
    .anesthesia .inner ul {gap: 12px;}
    .anesthesia .inner ul li .icon_box {width: 75%; padding-top: 75%;}
    .anesthesia .inner ul li dl {margin-bottom: 12px;}
    .anesthesia .inner ul li dl dt {font-size: 20px; line-height: 50px; margin: 0;}
    .anesthesia .inner ul li dl dd {font-size: 14px;}
    .anesthesia .inner ul li dl dd i {display: block;}
    .anesthesia .inner ul li p {margin-bottom: 6px; padding-left: 5%;}
    .anesthesia .inner ul li p span {font-size: 11px; line-height: 14px;}
    .anesthesia .inner ul li p i {display: block;}
    .anesthesia .inner ul li p .badge {font-size: 10px; border-radius: 14px; padding: 1px 5px;}
    
    
    .compare .inner .table_box {padding-top: calc(359/324*100%); background-image: url(../images/img_table_mo.png); margin-bottom: 20px;}
    

    .advantage .inner .title_text i {display: block;} 
    .advantage .inner ul li {border-radius: 54px; padding: 9px 0; margin-bottom: 12px;}
    .advantage .inner ul li strong {font-size: 18px;}
    .advantage .inner ul li p {font-size: 14px;}
    .advantage .inner ul li p i {display: block;}


    .video .inner .title_text i {display: block;} 


    .qanda .inner .title_text i {display: block;}
    .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: 16px; line-height: 32px;}
    .qanda .inner ul li .q_bubble {border-radius: 30px;}
    .qanda .inner ul li .q_bubble::before {width: 17px; height: 17px; left: 0; top: 1px;}
    .qanda .inner ul li .q_bubble p {font-size: 18px; line-height: 1.3em; margin-left: 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%;}


    .recommend .inner .title_text i {display: block;}
    .recommend .inner ul {grid-template-columns: repeat(2, 1fr); margin: 30px auto; gap: 16px;}
    .recommend .inner ul li p {font-size: 15px; line-height: 22px;}
    .recommend .inner .notice {padding: 8px 4%;}
    .recommend .inner .notice i {display: block;}
}
