<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.dn {display: none;}

section &gt; .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.2rem; margin-bottom: .5em;}
section .inner .sub_title {font-size: 40px; font-weight: 600; line-height: 58px; letter-spacing: -1px; text-align: center;}
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: 500;}

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, #DECFFF 0%, #FD8EB1 100%);}*/
.sub_visual {background-image: url(../images/title.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
.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;}
.sub_intro .inner &gt; 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;}


.atoz {background: #FFE2EB;}
.atoz .inner {position: relative;}
.atoz .inner .mySwiper {width: 85%; margin: 0 auto; overflow: hidden;}
.atoz .inner .img_box {display: block; margin-bottom: 60px;}
.atoz .inner .sub_explain p {font-size: 34px; line-height: 1.2;}
.atoz .inner .swiper-button-prev, 
.atoz .inner .swiper-button-next {width: 62px; height: 62px; background-repeat: no-repeat; background-position: center; background-size: contain; margin-top: 2%;}
.atoz .inner .swiper-button-prev {background-image: url(../images/btn_prev01.png); left: 16.66%;} 
.atoz .inner .swiper-button-next {background-image: url(../images/btn_next01.png); right: 16.66%;}
.atoz .inner .swiper-button-prev::after, 
.atoz .inner .swiper-button-next::after {font-size: 0;}


.definition .inner {padding: 160px 16.66% 0;}
.definition .inner .title_text {margin-bottom: 40px;}
.definition .inner .img_box video {display: none;}


.compare .inner {position: relative;}
.compare .inner .mySwiper {width: 82%; margin: 0 auto; overflow: hidden;}
.compare .inner .img_box {display: flex;}
.compare .inner .img_box &gt; div {width: 50%;}
.compare .inner .img_box &gt; div video {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.compare .inner .img_box div.front img {border-top-left-radius: 30px;}
.compare .inner .img_box div.side img {border-top-right-radius: 30px;}
.compare .inner .img_box div.front video {border-top-left-radius: 30px;}
.compare .inner .img_box div.side video {border-top-right-radius: 30px;}
.compare .inner .text_box {height: 68px; line-height: 68px; font-size: 28px; font-weight: 500; letter-spacing: -1px; 
    text-align: center; color: #fff; background: #161718; border-radius: 0 0 30px 30px; margin-bottom: 40px;}
.compare .inner .sub_explain p {font-size: 34px; line-height: 1.2;}
.compare .inner .swiper-button-prev, 
.compare .inner .swiper-button-next {width: 75px; height: 75px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.compare .inner .swiper-button-prev {background-image: url(../images/btn_prev02.png); left: 15%;} 
.compare .inner .swiper-button-next {background-image: url(../images/btn_next02.png); right: 15%;}
.compare .inner .swiper-button-prev::after, 
.compare .inner .swiper-button-next::after {font-size: 0;}
.compare .inner .notice {width: 82%; font-size: 18px; line-height: 32px; letter-spacing: -1px; color: #909498; margin: 0 auto; margin-top: 52px;}


.pros {background-image: url(../images/img_pros_bg.png); background-repeat: no-repeat; background-position: center left; background-size: cover;}
.pros .inner .text_box {width: 60%; margin-left: 40%;}
.pros .inner .text_box .title_text {font-size: 46px; line-height: 50px; text-align: left; margin-bottom: 55px;}
.pros .inner .text_box .sub_explain p {font-size: 24px; line-height: 36px; letter-spacing: -0.72px; text-align: left;}
.pros .inner .text_box .sub_explain .ir_text {width: 80%; padding-top: calc(103/564 * 100%); 
    background-image: url(../images/img_pros_text.png); background-repeat: no-repeat; background-position: center; background-size: contain;}

/*부산점*/
.pros.seomyeon {background-image: url(../images/img_pros_bg_bs.png); background-repeat: no-repeat; background-position: center left; background-size: cover;}
.pros.seomyeon .inner .text_box {width: 60%; margin-left: 40%;}
.pros.seomyeon .inner .text_box .title_text {font-size: 46px; line-height: 50px; text-align: left; margin-bottom: 55px;}
.pros.seomyeon .inner .text_box .sub_explain p {font-size: 24px; line-height: 36px; letter-spacing: -0.72px; text-align: left;}
.pros.seomyeon .inner .text_box .sub_explain .ir_text {width: 80%; padding-top: calc(103/564 * 100%);
    background-image: url(../images/img_pros_text.png); background-repeat: no-repeat; background-position: center; background-size: contain;}

/*대구점*/
.pros.daegu {background-image: url(../images/img_pros_bg_dg.png); background-repeat: no-repeat; background-position: center left; background-size: cover;}
.pros.daegu .inner .text_box {width: 60%; margin-left: 40%;}
.pros.daegu .inner .text_box .title_text {font-size: 46px; line-height: 50px; text-align: left; margin-bottom: 55px;}
.pros.daegu .inner .text_box .sub_explain p {font-size: 24px; line-height: 36px; letter-spacing: -0.72px; text-align: left;}
.pros.daegu .inner .text_box .sub_explain .ir_text {width: 80%; padding-top: calc(103/564 * 100%);
    background-image: url(../images/img_pros_text.png); background-repeat: no-repeat; background-position: center; background-size: contain;}


.recommend {background-image: url(../images/img_recommend_bg.png); background-repeat: no-repeat; background-position: center left; background-size: cover;}
.recommend .inner .text_box {width: 50%; margin-left: 50%; color: #fff;}
.recommend .inner .text_box .title_text {text-align: left; margin-bottom: 55px;}
.recommend .inner .text_box ul li {display: flex; gap: 5px; margin-bottom: 30px;}
.recommend .inner .text_box ul li:last-child {margin-bottom: 0;}
.recommend .inner .text_box ul li .check {display: block; width: 37px; height: 35px; background: url(../images/icon_check.png) center no-repeat; background-size: contain;}
.recommend .inner .text_box ul li p {width: calc(100% - 37px); font-size: 26px; line-height: 35px; letter-spacing: -1px;}


.reason .inner {padding: 160px 16.66% 0;}
.reason .inner .title_text {margin-bottom: 0;}


.caution {background-color: #F5F5F5;}
.caution .inner {display: flex; align-items: center; gap: 84px; padding: 160px 12%;}
.caution .inner .title_text {font-size: 54px; line-height: 68px; text-align: left; margin-bottom: 0; white-space: nowrap;}
.caution .inner ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;}
.caution .inner ul li {border-radius: 30px; background: #fff; padding: 40px 10%;}
.caution .inner ul li .num {font-size: 24px; font-weight: 700; line-height: 26px; letter-spacing: -1px;}
.caution .inner ul li strong {display: block; font-size: 26px; line-height: 34px; letter-spacing: -1px; margin: 14px 0;}
.caution .inner ul li p {font-size: 20px; line-height: 30px; letter-spacing: -1px; margin-top: 12px; text-align: justify;}
.caution .inner ul li p .notice {font-size: .8em; line-height: normal;}
.caution .inner ul li p .notice strong {display: inline; font-size: 1.2em; line-height: normal; color: #D12D2D; margin: 0;}


.solution .inner {padding: 160px 13%;}
.solution .inner .title_text {margin-bottom: 20px;}
.solution .inner .emphasis {display: inline-block; height: 62px; line-height: 62px; border-radius: 50px; background: #713FFF; color: #fff;
    font-size: 30px; font-weight: 700; letter-spacing: -1px; padding: 0 20px; margin: 78px auto 40px; position: relative; left: 50%; transform: translateX(-50%);}
.solution .inner .solution_type {display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 20px; row-gap: 60px;margin-top:60px;}

@media screen and (min-width: 1024px) {
    .solution .inner .solution_type.only_liting {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 60px;
    }
}
.solution .inner .solution_type li .top_box {display: flex; gap: 20px; border-radius: 30px 30px 0px 0px; background: #F4F4F4; padding: 0 6%; position: relative;}
.solution .inner .solution_type li .top_box.l_img {padding: 0 6% 0 0;}
.solution .inner .solution_type li.only .top_box {background: #F4F0FF;}
.solution .inner .solution_type li .top_box .badge_only {width: 20%; padding-top: 20%; background: url(../images/icon_badge_only.png) center no-repeat; background-size: contain;
    position: absolute; top: 14px; right: 14px;display:none;}
.solution .inner .solution_type li .top_box .img_box {width: 45%; box-sizing: border-box;}
.solution .inner .solution_type.only_liting li .top_box .img_box {width: 45%; }
.solution .inner .solution_type li .top_box .img_box img {height: 100%; object-fit: cover; object-position: center bottom;}
.solution .inner .solution_type li .top_box.bg_img .img_box {content: ''; display: block; width: 60%; padding-top: calc(318/396 * 60%);
    background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 0; left: 0;}
.solution .inner .solution_type li .top_box.bg_img .text_box {margin-left: 45%;}
.solution .inner .solution_type li .top_box .text_box {width: 55%; box-sizing: border-box; padding: 50px 0;}
.solution .inner .solution_type li .top_box .text_box dt span {display: block; font-weight: 400; font-size: 20px; line-height: 1rem; margin-bottom: .5em;}
.solution .inner .solution_type.only_liting li .top_box .text_box dt span {margin-bottom: 1em;}
.solution .inner .solution_type.only_liting li .top_box .text_box dt p { color:#713FFF; }
.solution .inner .solution_type li .top_box .text_box dt {display: block; font-weight: 700; font-size: 30px; line-height: 1em; letter-spacing: -1px; margin-bottom: .5em;}
.solution .inner .solution_type.only_liting li .top_box .text_box dt { margin-bottom:1.2em; }
.solution .inner .solution_type li .top_box .text_box dd {font-size: 20px; line-height: 26px; letter-spacing: -1px; text-align: justify;}
.solution .inner .solution_type.only_liting li .top_box .text_box dd { font-weight:600; }
.solution .inner .solution_type li .bottom_box {background: #EBEBEB; border-radius: 0 0 30px 30px; padding: 0 5%;}
.solution .inner .solution_type li.only .bottom_box {background: #EBE4FF;}
.solution .inner .solution_type li.only .img_box.flex {display: flex;align-items: center;justify-content: center;}
.solution .inner .solution_type li.only .img_box.flex img { height:auto;width:100%; }
.solution .inner .solution_type li.only .img_box.flex.box2 img { height:auto;width:50%; }
.solution .inner .solution_type li .bottom_box li {display: flex; align-items: center; gap: 6px; padding: 20px 0; margin: 0; border-bottom: 1px dashed #BCB1D7;}
.solution .inner .solution_type li .bottom_box li:first-child {padding-top: 20px;}
.solution .inner .solution_type li .bottom_box li:last-child {padding-bottom: 20px; border-bottom: none;}
.solution .inner .solution_type li .bottom_box li span {display: block; width: 30px; height: 30px; line-height: 30px; background: #713FFF; border-radius: 50%;
    color: #fff; text-align: center; font-size: 16px; font-weight: 600; letter-spacing: -1px;}
.solution .inner .solution_type li .bottom_box li p {width: calc(100% - 30px); font-size: 20px; line-height: 26px; letter-spacing: -1px;}

.banner {background-image: url(../images/img_banner_bg.png); background-repeat: no-repeat; background-position: center right; background-size: cover;}
.banner .inner {padding: 210px 0 337px 20%;}
.banner .inner p {font-size: 40px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: .9em;}
.banner .inner p:last-of-type {margin-bottom: 0;}
.banner .inner p .m_color {font-weight: 700;}



/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section &gt; .inner {padding: 150px 10%;}
    
    .sub_intro .inner {padding: 120px 10%;}
    .atoz .inner .swiper-button-prev {left: 10%;} 
    .atoz .inner .swiper-button-next {right: 10%;}
    .definition .inner {padding: 160px 10% 0;}
    .compare .inner .swiper-button-prev {left: 10%;} 
    .compare .inner .swiper-button-next {right: 10%;}
    .reason .inner {padding: 160px 10% 0;}
    .caution .inner {padding: 160px 5%;}
    .solution .inner {padding: 160px 5%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section &gt; .inner {padding: 150px 8%;}

    .sub_intro .inner {padding: 120px 8%;}
    .atoz .inner .swiper-button-prev {left: 8%;} 
    .atoz .inner .swiper-button-next {right: 8%;}
    .definition .inner {padding: 160px 8% 0;}
    .compare .inner .swiper-button-prev {left: 8%;} 
    .compare .inner .swiper-button-next {right: 8%;}
    .reason .inner {padding: 160px 8% 0;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section &gt; .inner {padding: 150px 6%;}

    .sub_intro .inner {padding: 120px 6%;}
    .atoz .inner .swiper-button-prev {left: 6%;} 
    .atoz .inner .swiper-button-next {right: 6%;}
    .definition .inner {padding: 160px 6% 0;}
    .compare .inner .swiper-button-prev {left: 6%;} 
    .compare .inner .swiper-button-next {right: 6%;}
    .reason .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 &gt; .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 &gt; div {width: 100%;}
    .sub_intro .inner .text_box .sub_explain {margin-top: 20px;}
    .sub_intro .inner .text_box .sub_explain p {font-size: 16px; line-height: 24px;}


    .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;}


    .atoz .inner .sub_explain p {font-size: 28px;}
    .atoz .inner .mySwiper {width: 100%;}
    .atoz .inner .swiper-button-prev, 
    .atoz .inner .swiper-button-next {width: 40px; height: 40px;}
    .atoz .inner .swiper-button-prev {left: calc(5% - 20px);} 
    .atoz .inner .swiper-button-next {right: calc(5% - 20px);}


    .definition .inner {padding: 196px 5% 0;}


    .compare .inner {padding: 200px 5% 120px;}
    .compare .inner .title_text .m_color {display: block;}
    .compare .inner .mySwiper {width: 100%;}
    .compare .inner .img_box div.front img {border-top-left-radius: 26px;}
    .compare .inner .img_box div.side img {border-top-right-radius: 26px;}
    .compare .inner .img_box div.front video {border-top-left-radius: 26px;}
    .compare .inner .img_box div.side video {border-top-right-radius: 26px;}
    .compare .inner .text_box {height: 45px; line-height: 45px; font-size: 18px; border-radius: 0 0 26px 26px; margin-bottom: 60px;}
    .compare .inner .sub_explain p {font-size: 28px;}
    .compare .inner .swiper-button-prev, 
    .compare .inner .swiper-button-next {width: 40px; height: 40px; margin-top: 0;}
    .compare .inner .swiper-button-prev {left: calc(5% - 20px);} 
    .compare .inner .swiper-button-next {right: calc(5% - 20px);}
    .compare .inner .notice {width: 100%; font-size: 20px; line-height: 32px; margin-top: 40px;}


    .pros {background-image: url(../images/img_pros_bg_tab.png);}
    .pros .inner .text_box .title_text {font-size: 40px; margin-bottom: 30px;}
    .pros .inner .text_box .title_text i {display: block;}
    .pros .inner .text_box .sub_explain p {font-size: 20px; line-height: 32px; letter-spacing: -0.6px;}
    .pros .inner .text_box .sub_explain p .block {display: inline;}
    .pros .inner .text_box .sub_explain .ir_text {width: 100%; padding-top: calc(182/398 * 100%); background-image: url(../images/img_pros_text_tab.png);}

    /*부산점*/
    .pros.seomyeon {background-image: url(../images/img_pros_bg_tab_bs.jpg);}
    .pros.seomyeon .inner .text_box .title_text {font-size: 40px; margin-bottom: 30px;}
    .pros.seomyeon .inner .text_box .title_text i {display: block;}
    .pros.seomyeon .inner .text_box .sub_explain p {font-size: 20px; line-height: 32px; letter-spacing: -0.6px;}
    .pros.seomyeon .inner .text_box .sub_explain p .block {display: inline;}
    .pros.seomyeon .inner .text_box .sub_explain .ir_text {width: 100%; padding-top: calc(182/398 * 100%); background-image: url(../images/img_pros_text_tab.png);}

    /*대구점*/
    .pros.daegu {background-image: url(../images/img_pros_bg_tab_dg.jpg);}
    .pros.daegu .inner .text_box .title_text {font-size: 40px; margin-bottom: 30px;}
    .pros.daegu .inner .text_box .title_text i {display: block;}
    .pros.daegu .inner .text_box .sub_explain p {font-size: 20px; line-height: 32px; letter-spacing: -0.6px;}
    .pros.daegu .inner .text_box .sub_explain p .block {display: inline;}
    .pros.daegu .inner .text_box .sub_explain .ir_text {width: 100%; padding-top: calc(182/398 * 100%); background-image: url(../images/img_pros_text_tab.png);}

    .recommend {background-image: url(../images/img_recommend_bg_tab.png);}
    .recommend .inner .text_box {width: 60%; margin-left: 40%;}
    .recommend .inner .text_box .title_text {margin-bottom: 26px;}
    .recommend .inner .text_box .title_text i {display: block;}
    .recommend .inner .text_box ul li {gap: 3px;}
    .recommend .inner .text_box ul li .check {width: 24px; height: 35px;}
    .recommend .inner .text_box ul li p {width: calc(100% - 24px);}


    .reason .inner {padding: 130px 0 0;}
    .reason .inner .title_text i {display: block;}


    .caution .inner {flex-direction: column; gap: 80px; padding: 120px 13.5%;}
    .caution .inner .title_text {text-align: center;}
    .caution .inner .title_text .block {display: inline;}
    .caution .inner ul {grid-template-columns: repeat(2, 1fr); column-gap: 20px; row-gap: 60px;}
    .caution .inner ul li {border-radius: 15px; padding: 40px 6%;}


    .solution .inner {padding: 200px 5% 120px;}
    .solution .inner .title_text {margin-bottom: 18px;}
    .solution .inner .solution_type {grid-template-columns: repeat(1, 1fr); gap: 40px;margin-top:40px;}
    .solution .inner .solution_type li .top_box .text_box {padding: 70px 0;}
    .solution .inner .solution_type li .top_box .text_box dt span {font-size: 24px;}
    .solution .inner .solution_type li .top_box .text_box dt {font-size: 34px;}
    .solution .inner .solution_type li .top_box .text_box dd {font-size: 22px; line-height: 30px;}
    .solution .inner .solution_type li .bottom_box {padding: 20px 5%;}
    .solution .inner .solution_type li .bottom_box li {gap: 20px; padding: 0; border-bottom: none; margin-bottom: 20px;}
    .solution .inner .solution_type li .bottom_box li:last-child {margin-bottom: 0;}
    .solution .inner .solution_type li .bottom_box li span {width: 45px; height: 45px; line-height: 45px;}
    .solution .inner .solution_type li .bottom_box li p {width: calc(100% - 45px); font-size: 22px; line-height: 30px;}
    
    
    .banner {background-image: url(../images/img_banner_bg_tab.png); background-position: bottom right;}
    .banner .inner {padding: 448px 0 100px 5%;}
}

/* 모바일 가로, 모바일 세로 (해상도 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: 24px; line-height: 32px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 24px;}
    section &gt; .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;}
    .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;}


    .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;}


    .atoz .inner {padding: 60px 0;}
    .atoz .inner .title_text i {display: block;}
    .atoz .inner .img_box {margin-bottom: 20px;}
    .atoz .inner .swiper-button-prev, 
    .atoz .inner .swiper-button-next {width: 31px; height: 31px; margin-top: 0; top: auto; bottom: 71px;}
    .atoz .inner .swiper-button-prev {left: 5%;} 
    .atoz .inner .swiper-button-next {right: 5%;}
    .atoz .inner .sub_explain p {font-size: 20px; line-height: 26px;}
    .atoz .inner .sub_explain p i {display: block;}
    

    .definition .inner {padding: 90px 5% 0;}
    .definition .inner .title_text {margin-bottom: 25px;}
    .definition .inner .title_text .m_color {display: block;}
    .definition .inner .sub_explain p strong {display: block;}
    .definition .inner .img_box img {display: none;}
    .definition .inner .img_box video {display: block; width: 100%;}


    .compare .inner {padding: 104px 5% 60px;}
    .compare .inner .img_box {display: flex;}
    .compare .inner .img_box div.front img {border-top-left-radius: 20px;}
    .compare .inner .img_box div.side img {border-top-right-radius: 20px;}
    .compare .inner .img_box div.front video {border-top-left-radius: 20px;}
    .compare .inner .img_box div.side video {border-top-right-radius: 20px;}
    .compare .inner .text_box {height: 34px; line-height: 34px; font-size: 14px; border-radius: 0 0 20px 20px; margin-bottom: 20px;}
    .compare .inner .swiper-button-prev, 
    .compare .inner .swiper-button-next {width: 31px; height: 31px; margin-top: 0; top: auto; bottom: 170px;}
    .compare .inner .swiper-button-prev {left: 5%;} 
    .compare .inner .swiper-button-next {right: 5%;}
    .compare .inner .sub_explain p {font-size: 20px; line-height: 26px;}
    .compare .inner .sub_explain p i {display: block;}
    .compare .inner .notice {font-size: 13px; line-height: 19px;}


    .pros {background-image: url(../images/img_pros_bg_mo.png); background-position: center top; background-size: contain; background-color: #F4F4F4;}
    .pros .inner {padding: 330px 5% 60px;}
    .pros .inner .text_box {width: 100%; margin: 0;}
    .pros .inner .text_box .title_text {font-size: 34px; line-height: 44px; margin-bottom: 26px;}
    .pros .inner .text_box .sub_explain p {font-size: 16px; line-height: 24px; letter-spacing: -1px;}
    .pros .inner .text_box .sub_explain .ir_text {padding-top: calc(113/322 * 100%); background-image: url(../images/img_pros_text_mo.png);}

    /*부산점*/
    .pros.seomyeon {background-image: url(../images/img_pros_bg_mo_bs.jpg); background-position: center top; background-size: contain; background-color: #F4F4F4;}
    .pros.seomyeon .inner {padding: 330px 5% 60px;}
    .pros.seomyeon .inner .text_box {width: 100%; margin: 0;}
    .pros.seomyeon .inner .text_box .title_text {font-size: 34px; line-height: 44px; margin-bottom: 26px;}
    .pros.seomyeon .inner .text_box .sub_explain p {font-size: 16px; line-height: 24px; letter-spacing: -1px;}
    .pros.seomyeon .inner .text_box .sub_explain .ir_text {padding-top: calc(113/322 * 100%); background-image: url(../images/img_pros_text_mo.png);}

    /*대구점*/
    .pros.daegu {background-image: url(../images/img_pros_bg_mo_dg.jpg); background-position: center top; background-size: contain; background-color: #F4F4F4;}
    .pros.daegu .inner {padding: 330px 5% 60px;}
    .pros.daegu .inner .text_box {width: 100%; margin: 0;}
    .pros.daegu .inner .text_box .title_text {font-size: 34px; line-height: 44px; margin-bottom: 26px;}
    .pros.daegu .inner .text_box .sub_explain p {font-size: 16px; line-height: 24px; letter-spacing: -1px;}
    .pros.daegu .inner .text_box .sub_explain .ir_text {padding-top: calc(113/322 * 100%); background-image: url(../images/img_pros_text_mo.png);}

    .recommend {background-image: url(../images/img_recommend_bg_mo.png);}
    .recommend .inner {padding: 60px 5% 370px;}
    .recommend .inner .text_box {width: 100%; margin: 0;}
    .recommend .inner .text_box .title_text {text-align: center; margin-bottom: 18px;}
    .recommend .inner .text_box ul {display: inline-block; position: relative; left: 50%; transform: translateX(-50%);}
    .recommend .inner .text_box ul li {gap: 2.5px; margin-bottom: 13px;}
    .recommend .inner .text_box ul li .check {width: 18.5px; height: 17.5px;}
    .recommend .inner .text_box ul li p {width: calc(100% - 18.5px); font-size: 16px; line-height: 24px;}
    .recommend .inner .text_box ul li p i {display: block;}


    .reason .inner {padding: 60px 0;}
    .reason .inner .title_text {margin-bottom: 40px;}


    .caution .inner {gap: 40px; padding: 60px 5%;}
    .caution .inner .title_text {font-size: 34px; line-height: 44px;}
    .caution .inner ul {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .caution .inner ul li {border-radius: 15px; padding: 20px 5%;}
    .caution .inner ul li .num {font-size: 16px; line-height: 1em;}
    .caution .inner ul li strong {font-size: 20px; line-height: 1em; margin: 4.5px 0 15px;}
    .caution .inner ul li strong .block {display: inline;}
    .caution .inner ul li p {font-size: 18px; line-height: 26px; margin-top: .8em;}


    .solution .inner {padding: 100px 5% 60px;}
    .solution .inner .title_text {margin-bottom: 16px;}
    .solution .inner .emphasis {height: 30px; line-height: 30px; border-radius: 25px; font-size: 14px; padding: 0 14px; margin: 30px auto;}
    .solution .inner .solution_type {gap: 30px;margin-top:30px;}
    .solution .inner .solution_type li .top_box {display: flex; gap: 20px; border-radius: 15px 15px 0px 0px;}
    .solution .inner .solution_type li .top_box .badge_only {top: 10px; right: 12px;}
    .solution .inner .solution_type.only_liting li .top_box .badge_only {top: 5px; right: 5px; width:0; padding:7.5%;}
    .solution .inner .solution_type li .top_box .text_box {padding: 50px 0 60px;}
    .solution .inner .solution_type li .top_box .text_box dt span {font-size: 14px;}
    .solution .inner .solution_type li .top_box .text_box dt {font-size: 22px;}
    .solution .inner .solution_type li .top_box .text_box dd {font-size: 14px; line-height: 18px;}
    .solution .inner .solution_type li .bottom_box {border-radius: 0 0 15px 15px; padding: 0 5%;}
    .solution .inner .solution_type li .bottom_box li {gap: 6px; padding: 20px 0; margin-bottom: 0; border-bottom: 1px dashed #BCB1D7;}
    .solution .inner .solution_type li .bottom_box li:first-child {padding-top: 20px;}
    .solution .inner .solution_type li .bottom_box li:last-child {padding-bottom: 20px; border-bottom: none;}
    .solution .inner .solution_type li .bottom_box li span {width: 21px; height: 21px; line-height: 21px; font-size: 10px;}
    .solution .inner .solution_type li .bottom_box li p {width: calc(100% - 21px); font-size: 14px; line-height: 21px;}
    
    
    .banner {background-image: url(../images/img_banner_bg_mo.png); background-position: top right;}
    .banner .inner {padding: 426px 0 60px 5%;}
    .banner .inner p {font-size: 20px; line-height: 28px;}
}
</pre></body></html>