@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}
.m_color {color: #0C82FE;}

section .inner .title_text {font-weight: 700; font-size: 70px; letter-spacing: -0.02em; text-align: center; color: #000;}
section .inner .sub_text {font-size: 32px; line-height: 1.5em; letter-spacing: -1px; color: #000;}
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 {padding: 150px 16.66%; box-sizing: border-box;}


.success_top {background: #EAF2FF;}
.success_top .inner {padding: 110px 0; box-sizing: border-box; text-align: center;}
.success_top .inner h3 {font-size: 70px; font-weight: 700; line-height: 1em; letter-spacing: -1px;}


.success_models .inner {position: relative;}
.success_models .mySwiper {margin: 85px 0 74px; overflow: hidden;} 
.success_models .mySwiper li {border: 1px solid #EAEAEA;}
.success_models .mySwiper li.on {border-color: #0C82FE;}
.success_models .mySwiper li a {display: block; position: relative;}
.success_models .mySwiper li a .badge {display: inline-block; font-weight: 700; font-size: 18px; line-height: 34px; padding: 0 12px; 
    background: rgba(255,255,255,.75); border: 1px solid #0C82FE; border-radius: 50px; position: absolute; top: 12px; left: 12px;}
.success_models .mySwiper .text_box {text-align: center; padding: 19px 2%;} 
.success_models .mySwiper .text_box p {font-size: 21px; line-height: 1em; letter-spacing: -1px; color: #000;} 
.success_models .mySwiper .text_box p strong {display: block; font-size: 29px; line-height: 1; margin-top: 10px;} 
.success_models .swiper-button-prev {top: 55%; left: calc(16% - 50px);} 
.success_models .swiper-button-next {top: 55%; right: calc(16% - 50px);}
.success_models .swiper-button-prev:after, 
.success_models .swiper-button-next:after {color: #0C82FE;}
.success_models .swiper-scrollbar {display: block; background: #DFE0E2; bottom: 0;}
.success_models .swiper-scrollbar-drag {background: #0C82FE;}
.success_models .swiper-horizontal > .swiper-scrollbar, 
.success_models .swiper-scrollbar.swiper-scrollbar-horizontal {width: 66%; bottom: 150px; left: 50%; transform: translateX(-50%);}


.all_compare {background: #F7F7F7;}
.all_compare .inner ul {margin: 100px 0 33px;}
.all_compare .inner ul li {display: flex; flex-direction: column; position: relative;}
.all_compare .inner ul li .text_box p {font-size: 32px; font-weight: 700; line-height: 64px; letter-spacing: -1px; color: #fff; text-align: center;}
.all_compare .inner ul li:nth-child(1) .text_box p {background: #000;}
.all_compare .inner ul li:nth-child(2) .text_box p {background: #0C82FE;}
.all_compare .inner ul li .compare_date {display: inline-block; font-size: 28px; line-height: 40px; padding: 0 28px; color: #fff; background: rgba(0, 0, 0, .6);
    position: absolute; bottom: 64px;}
.all_compare .inner .notice {color: #191919; font-size: 25px; line-height: 1.5em; letter-spacing: -1px;}


.result_compare {background: #DBECFE;}
.result_compare .inner .img_box {margin-top: 78px;}
.result_compare .twentytwenty-handle {background: #fff;}
.twentytwenty-left-arrow {border-right: 6px solid #000;}
.twentytwenty-right-arrow {border-left: 6px solid #000;}


.diagnosis .inner ul {display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 34px; margin-top: 85px;}
.diagnosis .inner ul .text_box dl dt {font-size: 40px; font-weight: 700; letter-spacing: -1px; color: #000; margin-bottom: 16px;}
.diagnosis .inner ul .text_box dl dt .icon {display: inline-block; width: 52px; height: 52px; 
    background: url(../images/icon_tooth.png) center no-repeat; background-size: contain; vertical-align: middle; margin-right: 10px;}
.diagnosis .inner ul .text_box dl dd {display: flex; gap: 10px; font-size: 30px; line-height: 40px; letter-spacing: -1px; margin-bottom: 12px;}
.diagnosis .inner ul .text_box dl dd:last-of-type {margin-bottom: 0;}
.diagnosis .inner ul .text_box dl dd::before {content: '•'; font-size: 1em; color: #0C82FE;}
.diagnosis .inner ul .text_box dl dd .m_color {font-weight: 500; white-space: nowrap;}
.diagnosis .inner ul .text_box dl dd .m_color i {display: inline-block; width: .88em; height: 1px; letter-spacing: -1px;}


.interview {background: #D1E2F4; position: relative;}
.interview::after {content: ''; display: block; width: 50%; background-position: center; background-repeat: no-repeat; background-size: contain;
    position: absolute; bottom: 0; right: 0;}
.interview .inner .title_text {text-align: left;}
.interview .inner .video_area {width: 65%; padding-top: calc(512/910 * 65%); margin-top: 60px; position: relative; z-index: 2;}
.interview .inner .video_area .dimmed {width: 100%; height: 100%; background: rgba(0, 0, 0, .9); position: absolute; top: 0; left: 0; z-index: 3;}
.interview .inner .video_area .dimmed .text_box {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.interview .inner .video_area .dimmed .text_box p {font-size: 32px; line-height: 1.5em; letter-spacing: -1px; color: #fff;}
.interview .inner .video_area .dimmed .text_box p.m_color {font-size: 28px; margin: 20px 0 40px; color: #0C82FE;}
.interview .inner .video_area .dimmed .text_box .btn_more {display: inline-block; font-size: 28px; font-weight: 700; line-height: 32px; letter-spacing: -1px;
    border-radius: 20px; border: 4px solid #0C82FE; background: #fff; padding: 28px 60px;}


.solution {width: 100%; height: 1093px; position: relative; background-repeat: no-repeat; background-position: center;}
.solution .inner .title_text {color: #FCD752;}
.solution .inner > dl {text-align: center; padding: 73px 5%; background: #fff; position: absolute;}
.solution .inner > dl::before {content: ''; display: block; width: 100%; height: 100%; border: 20px solid #5FB1FF; 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.solution .inner > dl::after {content: ''; display: block; width: 100%; height: 100%; border: 11px solid #9FD0FF; 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.solution .inner > dl dt {color: #000; font-size: 35px; font-weight: 700; line-height: 35px; letter-spacing: -1px; margin-bottom: .3em;}
.solution .inner > dl dd {color: #505050; font-size: 28px; line-height: 38px; letter-spacing: -1px;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section .inner .title_text {font-size: 44px;}
    section .inner .sub_text {font-size: 22px;}
    section > .inner {padding: 150px 12%;}

    .success_models .swiper-button-prev {left: calc(12% - 50px);} 
    .success_models .swiper-button-next {right: calc(12% - 50px);}
    .success_models .swiper-scrollbar.swiper-scrollbar-horizontal {width: 75%;}

    .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;}

    .interview .inner .video_area .dimmed .text_box p {font-size: 22px;}
    .interview .inner .video_area .dimmed .text_box p.m_color {font-size: 18px; margin: 20px 0 40px; color: #0C82FE;}
    .interview .inner .video_area .dimmed .text_box .btn_more {font-size: 18px; line-height: 1.2em; border: 2px solid #0C82FE; padding: 28px 60px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section > .inner {padding: 150px 10%;}

    .success_models .swiper-button-prev {left: calc(10% - 50px);} 
    .success_models .swiper-button-next {right: calc(10% - 50px);}
    .success_models .swiper-scrollbar.swiper-scrollbar-horizontal {width: 79%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section > .inner {padding: 150px 8%;}

    .success_models .swiper-button-prev {left: calc(8% - 50px);} 
    .success_models .swiper-button-next {right: calc(8% - 50px);}
    .success_models .swiper-scrollbar.swiper-scrollbar-horizontal {width: 83%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .title_text {font-size: 34px; letter-spacing: -1px;}
    section .inner .sub_text {font-size: 26px;}
    section > .inner {padding: 80px 5%;}

    .success_top .inner {padding: 80px 0;}
    .success_top .inner h3 {font-size: 42px;}
    
    
    .success_models .mySwiper {margin: 40px 0;}
    .success_models .mySwiper li a .badge {font-size: 10px; line-height: 16px; padding: 0 6px; border: .5px solid #0C82FE; border-radius: 30px; top: 8px; left: 8px;}
    .success_models .mySwiper .text_box {padding: 8px 2%;} 
    .success_models .mySwiper .text_box p {font-size: 12px;} 
    .success_models .mySwiper .text_box p strong {font-size: 14px; margin-top: 4px;} 
    .success_models .swiper-button-prev {left: calc(5% - 2em);} 
    .success_models .swiper-button-next {right: calc(5% - 2em);}
    .success_models .swiper-button-prev:after, 
    .success_models .swiper-button-next:after {font-size: 2em; font-weight: 900;}
    .success_models .swiper-horizontal > .swiper-scrollbar, 
    .success_models .swiper-scrollbar.swiper-scrollbar-horizontal {width: 90%; height: 3px; bottom: 60px;}


    .all_compare .inner ul {margin: 40px 0 10px;}
    .all_compare .inner ul li .text_box p {font-size: 16px; font-weight: 500; line-height: 30px;}
    .all_compare .inner ul li .compare_date {font-size: 14px; font-weight: 300; line-height: 20px; padding: 0 14px; bottom: 30px;}
    .all_compare .inner .notice {font-size: 14px; font-weight: 300; line-height: 1.5em;}


    .result_compare .inner .img_box {margin-top: 40px;}


    .diagnosis .inner ul {gap: 18px; margin-top: 40px;}
    .diagnosis .inner ul .text_box dl dt {font-size: 21px; margin-bottom: 8px;}
    .diagnosis .inner ul .text_box dl dt .icon {width: 27px; height: 27px; margin-right: 4.5px;}
    .diagnosis .inner ul .text_box dl dd {gap: 5px; font-size: 16px; line-height: 20px; margin-bottom: 10px;}


    .interview .inner .title_text {text-align: center;}
    .interview .inner .sub_text {/* display: none; */ text-align: center;}
    .interview .inner .video_area {margin-top: 40px;}
    .interview .inner .video_area .dimmed .text_box p.m_color {margin: 16px 0 24px;}
    .interview .inner .video_area .dimmed .text_box .btn_more {padding: 14px 32px; border-radius: 10px;}

    
    .solution {height: 623px;}
    .solution .inner > dl {padding: 37px 2%;}
    .solution .inner > dl::before {border: 10px solid #5FB1FF;}
    .solution .inner > dl::after {border: 5px solid #9FD0FF;}
    .solution .inner > dl dt {font-size: 18px; line-height: 1em; margin-bottom: .3em;}
    .solution .inner > dl dd {font-size: 14px; line-height: 19px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 30px;}
    section .inner .sub_text {font-size: 17px;}
    section > .inner {padding: 50px 5%;}

    .success_top .inner {padding: 50px 0;}
    .success_top .inner h3 {font-size: 36px;}
    
    .success_models .mySwiper {margin: 40px 0;}
    .success_models .mySwiper li a .badge {font-size: 8px; top: 6px; left: 6px;}
    .success_models .mySwiper .text_box {padding: 7px 2%;} 
    .success_models .mySwiper .text_box p {font-size: 9px; line-height: 1em;} 
    .success_models .mySwiper .text_box p strong {font-size: 11px;} 
    .success_models .swiper-button-prev {left: calc(5% - 6px);} 
    .success_models .swiper-button-next {right: calc(5% - 13px);}
    .success_models .swiper-button-prev:after, 
    .success_models .swiper-button-next:after {font-size: 0; display: block; width: 26px; height: 26px; background-repeat: no-repeat; background-position: center; background-size: contain;}
    .success_models .swiper-button-prev:after {background-image: url(../images/bnt_prev.png);}
    .success_models .swiper-button-next:after {background-image: url(../images/bnt_next.png);}
    .success_models .swiper-horizontal > .swiper-scrollbar, 
    .success_models .swiper-scrollbar.swiper-scrollbar-horizontal {bottom: 60px;}


    .all_compare .inner ul {display: flex; gap: 5px; margin: 28px 0 10px;}
    .all_compare .inner ul li {flex-direction: column-reverse;}
    .all_compare .inner ul li .text_box p {font-size: 18px;}
    .all_compare .inner ul li .compare_date {font-size: 15px; font-weight: 400; line-height: 23px; padding: 0 16px; bottom: 0; right: 0;}
    .all_compare .inner .notice {font-size: 10px; letter-spacing: -0.5px; font-weight: 400; line-height: 1.5em;}


    .result_compare .inner .img_box {margin-top: 30px;}
    .result_compare .twentytwenty-handle {width: 24px; height: 24px; margin-left: -14px;}
    .result_compare .twentytwenty-left-arrow {margin-left: -16px;}
    .result_compare .twentytwenty-right-arrow {margin-right: -14px;}
    .result_compare .twentytwenty-horizontal .twentytwenty-handle:before {width: 2px; margin-bottom: 17px;}
    .result_compare .twentytwenty-horizontal .twentytwenty-handle:after {width: 2px; margin-top: 17px;}

    
    .diagnosis .inner ul {grid-template-columns: repeat(1, 1fr); gap: 22px; margin-top: 30px;}
    .diagnosis .inner ul .text_box dl dt {font-size: 18px; margin-bottom: 15px;}
    .diagnosis .inner ul .text_box dl dt .icon {width: 22px; height: 22px; margin-right: 4px;}
    .diagnosis .inner ul .text_box dl dd {gap: 5px; font-size: 11px; line-height: 11px; margin-bottom: 12px;}


    .interview::after {display: none;}
    .interview .inner .sub_text {/* display: block;  */text-align: center;}
    .interview .inner .sub_text::after {content: ''; display: block; width: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; margin-top: 8px;}
    .interview .inner .video_area {width: 100%; padding-top: calc(186/331 * 100%); margin-top: 0;}
    .interview .inner .video_area .dimmed .text_box p {font-size: 17px;}
    .interview .inner .video_area .dimmed .text_box p.m_color {font-size: 14px; margin: 8px 0 16px;}
    .interview .inner .video_area .dimmed .text_box .btn_more {font-size: 14px;}


    .solution {height: 585px;}
    .solution .inner > dl {width: 42%; padding: 14px 2%; box-sizing: border-box;}
    .solution .inner > dl dt {font-size: 15px; line-height: 18px;}
    .solution .inner > dl dd {font-size: 14px; line-height: 19px; word-break: keep-all;}
}
