/* sub title */
.sub_title_banner{
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    min-height:90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.sub_title_banner:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}
.sub_title_banner .ban_title{
    text-align: center;
    font-size:60px;
    line-height:1.5;
    font-weight:600;
    color:#fff;
    z-index: 0;
}
.sub_title_banner .sub_nav {
    position:absolute;
    padding:16px 42px;
    left:50%;
    bottom:40px;
    transform:translateX(-50%) translateY(12px);
    opacity:0;
    animation:subNavFadeIn 1.1s ease-out 0.45s forwards;
    z-index:1;
}

@keyframes subNavFadeIn {
    to {
        opacity:1;
        transform:translateX(-50%) translateY(0);
    }
}
.sub_title_banner .sub_nav ul{
    background:rgba(255,255,255,.4);
    padding:16px 42px;
    display:flex;
    gap:50px;
    border:1px solid #fff;
    border-radius: 12px;
}
.sub_title_banner .sub_nav ul li a{
    font-size:20px;
    color:#fff;
    opacity: .6;
    transition: color .5s ease-in-out;
}
.sub_title_banner .sub_nav ul li.active a,
.sub_title_banner .sub_nav ul li:hover a{
    opacity: 1;
}

.sub01{
    background-image:url('/static/images/sub/banner_img.png');
}
.sub02{
    background-image:url('/static/images/sub/banner_img_02.png');
}
.sub03{
    background-image:url('/static/images/sub/banner_img_03.png');
}
.sub04{
    background-image:url('/static/images/sub/banner_img_04.png');
}
.sub05{
    background-image:url('/static/images/sub/banner_img_05.png');
}
.sub06{
    background-image:url('/static/images/sub/banner_img_06.png');
}
.board{
    background-image:url('/static/images/sub/banner_img_07.png');
}

/* common */
.text_area .title_en{
    margin-bottom:16px;
}
.serif_m{
    font-family: "NotoSerifKr";
    font-size:34px;
    line-height:1.3;
    letter-spacing: -3px;
    font-weight:500;
}

.numb{
    font-family: "poppins";
    font-size:35px;
    line-height:1.5;
    font-style:italic;
    color:#36C0FF;
    margin-bottom:16px;
}

.sub01_01 .sec00 .text_area{
    width:644px;
    margin-left:100px;
    padding:0;
}

.line_text{
    position:relative;
    width:100%;
    margin:auto;
    overflow:hidden;
}
.line_text .slide_track{
    animation:scroll 40s linear infinite;
    display:flex;
    width:calc(100% * 3);
}
.line_text .slide_track .slide{
    width:100%;
}
.line_text p{
    font-family: 'poppins';
    font-size:150px;
    letter-spacing: 3px;
    color:#F1F1F1;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight:600
}

.mo_br{
    display:none
}

@keyframes scroll {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(calc(-250px * 7))
    }
}

.animate__animated {
    --animate-duration: 1s;
    --animate-delay:4s;
}
  

/* sub01 */
.sec00 .flex_box{
    align-items: center;
    justify-content: center;
}
.sec_type02 {
    padding:140px 0;
}
.sec_type02 .inner{
    width:calc(100% - 330px);
    float:right;
    margin:0;
    overflow: hidden;
}
.sec_type02:after{
    content:'';
    display:block;
    clear:both;
}

.hov_img {
    margin-top:72px;
    display:flex;
}
.hov_img .grip_wrap{
    display:flex;
    height:57vh;
    white-space: nowrap;
}
.hov_img .grip_wrap .item{
    width:100%;
    height:100%;
    perspective:1000px;
}
.hov_img .card{
    position:relative;
    overflow: hidden;
    margin-left:1.5rem;
    border-radius:32px;
}
.hov_img .card:first-child{
    margin-left:0;
}
.hov_img .card1{
    flex-shrink: 0;
    width:23%;
    transition:width .3s ease-in-out;
}

.hov_img .card .txt{
    position:absolute;
    top:10%;
    width:100%;
    font-size:30px;
    line-height:1.3;
    text-align:center;
    font-weight:600;
    color:#317898;
    z-index: 1;
}
.hov_img .card .img{
    overflow:hidden;
    position:relative;
    height:inherit;
}
.hov_img .card .img img{
    position:absolute;
    height:100%;
    top:0;
    object-fit: cover;
    object-position: center;
}

.hov_img .card .img {
    background:linear-gradient(#F4FCFF, #E1E8EB);
}

.hov_img .card1 img{
    width:90%;
    left:50%;
    transform:translateX(-50%);
}
.hov_img .card2{
    width:40%;
    margin-left:1.5rem;
}
.hov_img .card2 .img img{
    transition:transform .3s ease-in-out
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .hov_img .card1:hover {
        width: 28%;
    }
    .hov_img .card2:hover .img img {
        transform: scale(1.1);
    }
}

.doct_com02{
    padding:140px 0;
    background:linear-gradient(#2B2B2B, #4E5255);
    text-align:center;
    position:relative;
    width:100%;
    margin:auto;
    overflow:hidden;
}
.doct_com02 .title_wrap h2{
    font-family: 'NotoSerifKr', serif;
    color:#36C0FF;
    font-size:34px;
    font-weight: 500;
    line-height:1.5
}
.doct_com02 .title_wrap p{
    font-size:20px;
    line-height:1.5;
    color:#C0C0C0;
}
.doct_com02 .img_area{
    margin-top:160px;
}
.doct_com02 .track_img {
    overflow:visible;
}
.doct_com02 .track_img .slide_track{
    will-change: tranform;
    animation:scroll 40s linear infinite;
    display:flex;
    width:calc(100% * 6);
    gap:24px;
}

.doct_com02 .track_img .slide_track .slide_track_img{
    width:345px;
    height:345px;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.doct_com02 .track_img .slide_track .slide_track_img:nth-child(odd){
    transform:translateY(-5rem);
    transition:transform 1s;
}
/* .doct_com02 .track_img .slide_track .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
} */


@keyframes scroll_img {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%)
    }
}


.essential .title_wrap{
    text-align:left;
}
.essential .title_wrap .title_en{
    font-size:18px;
}
.essential .title_wrap h2{
    font-weight:500;
    font-size:34px;
    line-height:1.5;
    text-align:left;
}
.essential .title_wrap .sec_sub_title{
    font-size:20px;
    line-height:1.5
}
.essential .slide_img{
    overflow: visible;
}
.essential .slide_img .swiper-slide{
    width:588px;
    height:420px;
    filter: grayscale(100%);
    border-radius: 24px;
    overflow: hidden;
    margin-right:40px;
}
.essential .slide_img .swiper-slide.swiper-slide-active{
    filter: grayscale(0%);
}
.essential .slide_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}

@media(max-width:1024px){
 
    /* sub title */
    .sub_title_banner .ban_title{
        font-size:2.5rem;
    }
    .sub_title_banner .sub_nav{
        width:80vw;
    }
    .sub_title_banner .sub_nav ul{
        justify-content: center;
    }
    .sub_title_banner .sub_nav ul li a{
        font-size:1.125rem;
    }

    /* common */
    .serif_m{
        font-size:1.5rem;
    }
    .info{
        font-size:1rem;
    }
    .mo_br{
        display:block;
    }
    .sec_type02{
        padding:5rem 0; 
    }


    /* sub01_01 */
    /* 환자를 중심으로 */
    .line_text p{
        font-size:100px;
    }

    .sec_type02 .inner{
        width:100%;
        padding:0 15px;
    }

    .patient .img_area{
        overflow-x: auto;
    }
    .hov_img{
        width:300%;
        margin-top:50px;
    }
    .hov_img .card{
        height:350px;
        margin-left:1rem;
    }
    .hov_img .card1{
        width:30%;
    }
    .hov_img .card .txt{
        font-size:1.125rem;
    }

    .numb{
        font-size:1.25rem;
    }

    .essential .slide_img .swiper-slide{
        transition:transform .3s ease;
        margin-right:0;
        height:200px;
    }
    .essential .title_wrap .title_en{
        font-size:0.875rem;
    }
    .essential .title_wrap h2{
        font-size:1.5rem;
    }
    .essential .title_wrap .sec_sub_title{
        font-size:1rem;
    }
    
    .doctor_com .flex_box > div{
        width:50%;
    }
    .doctor_com .flex_box + .flex_box{
        margin-top:80px;
    }
    .doct_com02{
        padding:5rem 0;
    }
    .doct_com02 .inner{
        margin:0 15px;
    }
    .doct_com02 .track_img .slide_track .swiper-slide{
        min-width:150px;
        height:150px;
    }
    .doct_com02 .track_img .slide_track .slide_track_img{
        width:100%;
        height:auto;
    }   
}
@media(max-width:780px){

    /* sub_banner */
    .sub_title_banner .ban_title{
        font-size:1.25rem;
    }
    .sub_title_banner .sub_nav{
        width:100%;
        padding:0 15px;
    }
    .sub_title_banner .sub_nav ul{
        padding:15px; 
        gap:20px;
    }
    .sub_title_banner .sub_nav ul li{
        text-align: center;
    }
    .sub_title_banner .sub_nav ul li a{
        font-size:.875rem;
    }

    /* common */
    .serif_m{
        font-size:1.25rem;
    }
    .info{
        font-size:0.875rem;
    }
    

    /* sub01 */
    .sub01_01 .sec00 .text_area{
        width:100%;
        margin:40px 15px 0;
    }
    .line_text p{
        font-size:60px;
    }

    .doctor_com .flex_box > div{
        width:100%;
    }
    .doctor_com .flex_box:nth-child(even){
        flex-direction: column-reverse;
    }

    .doct_com02 .img_area{
        margin-top:100px;
    }
    .doct_com02 .title_wrap h2{
        font-size:1.25rem;
    }
    .doct_com02 .title_wrap p{
        font-size:.875rem;
    }

    .essential .slide_img .swiper-slide{
        width:100%;
    }
}

/* 의료진 소개 */
.flex_type03{
    display:flex;
    flex-direction: column;
    gap:72px;
}
.flex_type03 .flex_box {
    align-items: center;
}
.flex_type03 .flex_box .img_area{
    width:650px;
}
.flex_type03 .flex_box .text_area{
    width:calc(100% - 650px);
    padding-left:100px;
}
.bord_0 .flex_box .img_area{
    border-radius: 0 !important;
    height:440px;
    aspect-ratio: auto 1/1;
}


.doc_info .title_kr{
    font-size:20px;
    line-height:1.3;
    color:#747474;
    margin-bottom:10px;
}
.doc_info .doc_name{
    font-size:34px;
    font-weight:300
}
.doc_info .doc_name strong{
    font-weight:500;
}
.doc_info .doc_lst{
    margin-top:48px;
}
.doc_info .doc_lst li{
    line-height:1.5;
    color:#767676;
    font-size:20px;
    margin-top:8px;
}

.rep_doctor_greeting{
    position:relative;
    min-height:95vh;
}
.rep_doctor_greeting:before{
    content:'Shinsegae Dental Clinic';
    position:absolute;
    font-size:150px;
    right:-360px;
    top:140px;
    font-weight:700;
    color:transparent;
    -webkit-text-stroke:1px rgba(107, 171, 200, .3);
    z-index:-1;
}
.rep_doctor_greeting:after{
    content:'';
    position:absolute;
    display:block;
    background:url('/static/images/sub/sub01/sub01_02/sec02_bg.png')no-repeat;
    width:800px;
    height:800px;
    bottom:0;
    left:160px;
    z-index: -1;
}

.rep_doctor_greeting .flex_box{
    position:relative;
}
.rep_doctor_greeting .img_wrap{
    position:absolute;
    width:100%;
    display:flex;
}
.rep_doctor_greeting .img_area{
    width:380px;
    height:100%;
    min-height:300px;
    max-height:600px;
    background:#CFCFCF;
    display:flex;
    align-items:flex-end;
    justify-content: center;
    border-radius:500px;
    overflow: hidden;
}
.rep_doctor_greeting .flex_right{
    margin-top:242px;
    margin-left:auto;
}
.rep_doctor_greeting .text_area{
    width:100%;
    padding-left:480px;
    padding-right:117px;
    margin-top:242px;
}

.doctor_info {
    padding-top:0;
}

@media(max-width:1024px){
    
    .doc_info .title_wrap02 .sec_sub_title{
        color:#767676
    }
    .bord_0 .flex_box .img_area{
        height:auto;
    }
    
    
    .flex_type03 .flex_box .img_area{
        width:50%;
    }
    .flex_type03 .flex_box .text_area{
        width:50%;
        padding-left:24px;
    }
    .doc_info .title_kr{
        font-size:0.875rem;
    }
    .doc_info .doc_lst{
        margin-top:20px;
    }
    .doc_info .doc_lst li{
        font-size:1rem;
        margin-top:0;
    }
    
    .doc_info .doc_name{
        font-size:1.75rem;
    }
    .rep_doctor_greeting:before{
        font-size:90px;
        top:4rem
    }
    .rep_doctor_greeting .flex_box{
        flex-direction: column;
    }
    .rep_doctor_greeting .img_area{
        width:250px;
    }
    .rep_doctor_greeting .text_area{
        margin-top:55px;
        padding-left:270px;
    }

}

@media(max-width:780px){

    .flex_type03{
        gap:40px;
    }
    .flex_type03 .flex_box .img_area{
        width:100%;
    }
    .flex_type03 .flex_box .text_area{
        width:100%;
        margin-top:16px;
        padding-left:0;
    }
    
    .doc_info .title_kr{
        font-size:1rem;
    }
    .doc_info .doc_name{
        font-size:1.5rem;
    }
    .doc_info .doc_lst {
        margin-top:20px;
    }
    .doc_info .doc_lst li{
        font-size:1rem;
        margin-top:0;
    }
    .rep_doctor_greeting{
        min-height:auto;
    }
    .rep_doctor_greeting:before{
        display:none;
    }
    .rep_doctor_greeting:after{
        width:5rem;
        height:5rem;
        left:0;
    }
    .rep_doctor_greeting .img_wrap{
        position:relative;
        margin-top:50px;
        gap:16px;
        width:100%;
    }
    .rep_doctor_greeting .img_area{
        position:relative;
    }
    .rep_doctor_greeting .text_area{
        margin-top:0;
        padding:0;
    }
    .rep_doctor_greeting .flex_right{
        margin-top:0;
    }
    .rep_doctor_greeting .flex_right img{
        width:100%;
    }
    
}

/* 둘러보기 */
.sub01_03 .sec00 .title_wrap h2{
    text-align:left;
}
.sub01_03 .sec00 .img_area{
    border-radius:30px;
    overflow:hidden;
    aspect-ratio: auto 16/9;
}
.sub01_03 .sec01{
    text-align:center;
}
.sub01_03 .tour{
    padding-top:0;
}
.sub01_03 .tour .tour_img{
    margin-top:92px;
}
.sub01_03 .tour .slide_img_box{
    position:relative;
    width:65%;
    margin:0 auto;
    overflow:visible;

}
.sub01_03 .tour .slide_img_box {
    position:relative;
}
.sub01_03 .tour .swiper-slide{
    border-radius:30px;
    overflow:hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
    aspect-ratio: auto 16/9;
}
.sub01_03 .tour .swiper-slide:not(.swiper-slide-active){
    transform:scale(0.65);
}
.sub01_03 .tour .swiper-slide:not(.swiper-slide-active) img{
    filter:blur(5px);
}
.sub01_03 .tour .swiper_button {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index: 11;
}
.sub01_03 .tour .swiper_button .btn{
    position:absolute;
    width:3.875rem;
    height:3.875rem;
    top:50%;
    transform:translateY(-50%);
    border:1px solid #262626;
    border-radius:100%;
}
.sub01_03 .tour .swiper_button .btn_prev{
    left:-12%;
}
.sub01_03 .tour .swiper_button .btn_next{
    right:-12%;
}
@media(max-width:1440px){

    .sub01_03 .tour .slide_img_box{
        width:78%
    }
}
@media(max-width:1440px){
    .sub01_03 .tour .swiper_button .btn{
        width:3rem;
        height:3rem;
    }
    .sub01_03 .tour .swiper_button .btn_prev{
        left:-7%;
    }
    .sub01_03 .tour .swiper_button .btn_next{
        right:-7%
    }
}
@media(max-width:1024px){
    .sub01_03 .tour .tour_img{
        margin-top:60px;
    }
    .sub01_03 .sec00 .img_area{
        border-radius:20px;
    }
    .sub01_03 .tour .slide_img_box{
        width:70%;
    }
    .sub01_03 .tour .swiper-slide-active{
        border-radius: 10px;
    }
    .sub01_03 .tour .swiper_button .btn{
        width:2.5rem;
        height:2.5rem;
    }
}

@media(max-width:780px){
    .sub01_03 .sec00 .img_area{
        border-radius:10px;
    }
    .sub01_03 .tour .tour_img{
        margin-top:40px;
    }
    .sub01_03 .tour .slide_img_box{
        width:78%;
        margin-top:20px;
    }
    .sub01_03 .tour .swiper-slide-active{
        border-radius: 10px;
    }
    .sub01_03 .tour .swiper_button .btn{
        width:2rem;
        height:2rem;
    }
    .sub01_03 .tour .swiper_button .btn_next{
        right:-17%;
    }
    .sub01_03 .tour .swiper_button .btn_prev{
        left:-17%;
    }
    
}

/* 오시는길 */
.map_location{
    font-size:2rem;
    font-weight:500;
    display:flex;
    align-items: center;
}
.map_location span{
    width:65px;
    height:65px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin-right:8px;
    margin-left:0;
}

.map_btn a{
    padding:15px 30px;
    border:1px solid #262626;
    border-radius: 50px;
    display:inline-flex;
    align-items: center;
    gap:5px;
    margin-right:24px;
}
.sub_map_wrap{
    margin-top:40px;
}
#naverMapSub{
    height:650px;
}
.sub01_04 .main_map{
    display:none;
}
.map_treat_time{
    margin-top:60px;
}
.map_treat_time .flex_box{
    gap:40px;
    align-items:flex-start
}
.map_treat_time .flex_box > div{
    width:50%;
    padding:40px;
}
.map_treat_time h2{
    color:#317898;
    font-size:2.1875rem;
    line-height:1.5;
    font-weight:600;
}
.treat_box{
    background:#F2F2F2;
}
.treat_box ul{
    margin-top:24px;
}
.treat_box ul li{
    padding:15px 0;
}
.treat_box ul li span{
    display:inline-block;
    vertical-align: middle;
}
.treat_box ul li + li{
    border-top:1px solid #767676;
}
.treat_box ul li .data{
    width:9.375rem;
    font-size:1.5rem;
}
.treat_box ul li .time{
    font-family: 'NotoSansKR';
    font-size:1.875rem;
    margin-left:3.75rem;
    
}
.treat_box ul li .explanation{
    font-size:clamp(14px, 2vw, 18px);
    color:#767676;
    margin-top:5px;
    margin-left:5px;
}
.treat_box .add_explan{
    margin-top:24px;
}
.treat_box .add_explan p{
    font-size:1.375rem;
    color:#767676;
    line-height:1.3
}
.treat_box .add_explan p + p{
    margin-top:0.5rem;
}

.trans_time .trans_cont{
    margin-top:24px;
}
.trans_time .trans_cont .trans_lst{
    display:flex;
    align-items:center;
}
.trans_time .trans_cont .trans_lst + .trans_lst{
    margin-top:50px;
}
.trans_time .trans_cont .trans_lst:last-child{
    align-items:flex-start
}
.trans_time .trans_cont .trans_lst .trans_icon{
    background:#E5F7FF;
    width:100px;
    height:100px;
    border-radius: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trans_time .trans_cont .trans_lst .trans_icon .icon_img{
    width:30px;
    height:30px;
}
.trans_time .trans_cont .trans_lst .trans_icon p{
    margin-top:8px;
    color:#317898;
    font-weight:500;
}
.trans_time .trans_cont .trans_lst .trans_info{
    margin-left:38px;
}
.trans_time .trans_cont .trans_lst .trans_info p{
    font-size:1.5rem;
    font-weight:500;
    line-height: 1.5;
}
.trans_time .trans_cont .trans_lst .trans_info p + p{
    margin-top:12px;
}
.trans_time .trans_cont .trans_lst .trans_info .num_box{
    padding:5px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight:500;
    color:#fff;
    display:inline-block;
}
.trans_time .trans_cont .trans_lst .trans_info .bus_numb{
    margin-top:12px;
}
.trans_time .trans_cont .trans_lst .trans_info .bus_numb .num_box{
    margin-right:8px;
}
.trans_time .trans_cont .trans_lst .trans_info .red{
    background:#DE4552;
}
.trans_time .trans_cont .trans_lst .trans_info .blue{
    background:#386DE8;
}
.trans_time .trans_cont .trans_lst .trans_info .green{
    background:#3CC344
}

@media(max-width:1440px){
    /* 오시는길 */

    .map_btn  a span{
        font-size:clamp(0.75rem, 1.8vw, 1rem);
    }
    .map_treat_time h2{
        font-size:clamp(1.375rem, 2vw, 2.1875rem);
    }
    .treat_box ul li .data{
        width: clamp(5.625rem, 8.5vw, 9.375rem);
        font-size:clamp(1rem, 1.65vw, 1.5rem);
    }
    .treat_box ul li .time{
        font-size:clamp(1.125rem, 1.65vw, 1.875rem);
        margin-left:clamp(0.875rem, 4vw, 3.75rem);
    }
    .treat_box .add_explan p{
        font-size:clamp(0.875rem, 1.5vw, 1.375rem);
    }
    .treat_box .add_explan p + p{
        margin-top:clamp( 0.25rem, 1vw, 0.5rem);
    }
    .trans_time .trans_cont .trans_lst .trans_info p{
        font-size:clamp(1rem, 2vw, 1.5rem);
    }
    .trans_time .trans_cont .trans_lst .trans_icon{
        width:calc(100% - 75%);
    }
    .trans_time .trans_cont .trans_lst .trans_icon p{
        font-size:clamp(.875rem, 2vw, 1rem);
        margin-top:clamp(4px, 1vw, 8px);
    }
    .trans_time .trans_cont .trans_lst .trans_info .num_box{
        font-size: clamp(0.75rem, 1vw, 1.125rem);
    }
    .trans_time .trans_cont .trans_lst + .trans_lst{
        margin-top:clamp( 24px, 2vw, 50px)
    }
}
@media(max-width:1024px){
    .map_treat_time .flex_box{
        gap:20px;
    }
    .map_location span{
        width:40px;
        height:40px;
    }
    .map_btn{
        flex-direction: row;
    }
    .map_btn a{
        padding:10px 15px;
        margin-right:8px;
    }
    .map_treat_time .flex_box > div{
        padding:30px;
    }

    .map_treat_time .flex_box .trans_time {
        padding-right:0;
    }
    .trans_time .trans_cont .trans_lst .trans_icon{
        width:80px;
        height:80px;
    }
    .trans_time .trans_cont .trans_lst .trans_icon .icon_img{
        width:20px;
        height:20px;
    }
    .trans_time .trans_cont .trans_lst .trans_info{
        margin-left:24px;
        width:calc(100% - 80px)
    }
    
}
@media(max-width:780px){
    .treat_box ul,
    .treat_box .add_explan{
        margin-top:16px;
    }
    .map_treat_time{
        margin-top:40px;
    }
    .map_treat_time .flex_box{
        flex-direction: column;
    }
    .map_treat_time .flex_box > div{
        width:100%;
        padding:20px;
    }
    .map_treat_time .flex_box .trans_time{
        padding:0;
    }
    .trans_time .trans_cont .trans_lst .trans_info{
        width:calc(100% - 80px);
        margin-left:16px;
    }
    .trans_time .trans_cont .trans_lst .trans_info .num_box{
        padding:5px 8px;
    }
    #naverMapSub{
        height:300px;
    }
}

/* 수복 치료 */
.sub02_01 .sec + .sec{
    padding-top:0;
}
.round_list ul{
    display:flex;
    justify-content: center;
    gap:80px;
}
.round_list ul li{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:32px;
}
.round_list ul li .img_area{
    width:300px;
    height:300px;
    aspect-ratio: auto 1 / 1;
    border-radius: 100%;
    overflow:hidden;
}
.round_list ul li .text_area p{
    color:#262626;
    text-align:center;
}
.gray_box{
    background: #F8F8F8;
    padding:60px 72px;
    border-radius: 16px;
}
.gray_box .icon_area{
    width:40px;
    height:40px;
}
.gray_box .gray_flex .title_area{
    width:35%;
}
.gray_box .gray_flex .list_box{
    width:65%;
    margin-left:130px;
}
.gray_box .gray_flex .list_box .text_box{
    background:#fff;
    padding:15px 40px;
    border-radius: 50px;
}
.gray_box .gray_flex .list_box .text_box + .text_box{
    margin-top:32px;
}
.gray_box .gray_flex .list_box .text_box p{
    display:flex;
    align-items:center;
    color:#262626;    
}
.gray_box .gray_flex .list_box .text_box p .num{
    font-family: 'poppins';
    color:#36C0FF;
    font-size:35px;
    font-weight:600;
    font-style:italic;
    margin-right:20px;
}
.back_gradient{
    background:linear-gradient(to right, #D9F3FF, #F0FAFF)
}
@media(max-width:1024px){

    .round_list ul{
        gap:24px;
    }
    .round_list ul li .img_area{
        width:100%;
        height: auto;
    }
    .round_list ul li .text_area p{
        margin-top:0;
    }

    .gray_box{
        padding:40px;
    }
    .gray_box .icon_area{
        width:35px;
        height:35px;
    }
    .gray_box .gray_flex{
        width:100%;
    }
    .gray_box .gray_flex .title_area{
        width:40%;
    }
    .gray_box .gray_flex .list_box{
        margin-left:10%;
    }
    .gray_box .gray_flex .list_box .text_box + .text_box{
        margin-top:16px;
    }
    .gray_box .gray_flex .list_box .text_box p .num{
        font-size:1.5rem;
    }

}
@media(max-width:780px){
    .round_list ul{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        gap:24px;
        justify-content: space-between;
    }
    .round_list ul li{
        gap:16px;
    }

    .gray_box{
        padding:40px 0;
    }
    .gray_box .gray_flex{
        flex-direction: column;
        padding:0 15px;
    }
    .gray_box .gray_flex .title_area{
        width:100%;
    }
    .gray_box .gray_flex .list_box{
        width:100%;
        margin-left:0;
        margin-top:24px;
    }
    .gray_box .gray_flex .list_box .text_box{
        padding:10px 20px;
    }
    .gray_box .gray_flex .list_box .text_box p .num{
        font-size:1.25rem;
    }
}

/* 신경치료 */
.sec_01 + .sec_01{
    margin-top:120px;
}
.sub_top{
    gap:80px;
}
.sub_top.flex_box{
    justify-content:space-between;
    align-items: center;
}
.sub_top .icon_area{
    width:60px;
}
.sub_top .text_area h3{
    font-weight:600
}
.sub_top .text_area .ft_22{
    font-weight:500
}
.sub_top .img_area{
    width:586px;
    aspect-ratio: auto 1 / 1;
}

/* 치료과정 */
.procedure .title_wrap{
    margin-bottom:0;
}
.procedure h3{
    font-weight:500
}
.proce_cont {
    display:flex;
    justify-content: center;
    gap:24px;
}
.proce_cont .card{
    width:auto;
    border:1px solid #EAEAEA;
}
.proce_cont .card .img_area{
    width:100%;
    height:auto;
}
.proce_cont .card .text_area{
    position:relative;
    padding:40px 20px 30px;
    background:#fff;
    text-align:center;
}
.proce_cont .card .step_box{
    position:absolute;
    font-size:18px;
    padding:7px 24px;
    background:#36C0FF;
    border-radius: 50px;
    top:-15px;
    left:50%;
    transform: translateX(-50%);
    color:#fff;
    text-transform: uppercase;
}
.proce_cont .card h6{
    font-size:22px;
    font-weight:500;
}
.proce_cont .card .info{
    margin-top:16px;
}

.proce_lst {
    display:flex;
    justify-content: center;
    gap:24px;
}
.proce_lst .card{
    width:auto;
    border:1px solid #EAEAEA;
}
.proce_lst .card .img_area{
    width:100%;
    height:300px;
    aspect-ratio: auto 1/1;
}
.proce_lst .card .text_area{
    padding:24px;
    text-align: center;
    background:#fff;
}

@media(max-width:1024px){
    
    .sub_top {
        gap:40px
    }
    .sub_top .img_area{
        width:45%;
        height:auto;
    }
    .sub_top .text_area{
        width:55%
    }
    .sec_01 + .sec_01{
        margin-top:5rem;
    }
    .proce_cont {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        gap:16px;
    }
    .proce_cont .card{
        width:100%;
    }
    .proce_lst .card .img_area{
        height:auto;
    }
    .proce_cont .card .text_area{
        padding:40px;
    }
}
@media(max-width:780px){
    .sub_top{
        gap:2rem
    }
    .sub_top .img_area{
        width:100%;
        overflow: hidden;
    }
    .sub_top .text_area{
        width:100%;
    }
    .sub_top .icon_area{
        width:2rem;
    }
    .proce_cont {
        grid-template-columns: repeat(2, 1fr);
    }
    .proce_cont .card{
        width:100%;
    }

    .proce_cont .card .text_area{
        padding:30px 20px 20px;
    }
    .proce_cont.proce_lst  .card .text_area{
        padding:20px;
    }
    .proce_cont .card .step_box{
        font-size:0.875rem;
        padding:7px 15px;
    }
    .proce_cont .card h6{
        font-size:1.125rem;
    }
    .proce_cont .card .info{
        font-size:.875rem;
    }
}

/* 스크롤 리스트 */
.scroll_type{
    padding-bottom: 0;
}

.scroll_sec{
    position:relative;
    height:auto;
}
.scroll_lst{
    position:sticky;
    top:0;
    width:100%;
}
.scroll_lst .lst_box{
    position:sticky;
    opacity: 0.5;
    padding:48px 0;
    transition:opacity .5s ease-in-out;
}
.scroll_lst .lst_box.active{
    opacity: 1;
}
.scroll_lst .lst_box + .lst_box{
    border-top:1px solid #DBDBDB;
}
.scroll_lst .lst_box:first-child{
    padding-top:0;
    margin-top:80px;
}
.scroll_lst .lst_box:last-child{
    padding-bottom:0;
}

.scroll_lst .title_area{
    width:50%;
}
.scroll_lst .title_area h3{
    font-size:48px;
    font-weight:600
}
.scroll_lst .lst_area{
    width:50%;
    margin-left:70px;
}
@media(max-width:1024px){
    .scroll_lst .title_area h3{
        font-size:2.375rem;
    }
    .scroll_type{
        padding-top:0;
    }
}
@media(max-width:780px){
    .scroll_lst {
        overflow: hidden;
    }
    .scroll_lst .lst_box{
        opacity: 1;
    }
    .scroll_lst .title_area{
        width:100%;
    }
    .scroll_lst .title_area h3{
        font-size:1.5rem;
    }
    .scroll_lst .lst_area{
        margin-left:0;
        width:100%;
        margin-top:30px;
    }
    .scroll_lst .lst_box:first-child{
        margin-top:30px;
    }
}

.intersection{
    display:flex;
    justify-content: center;
}
.intersection .round_box{
    width:262px;
    height:262px;
    padding:20px;
    border:1px solid #262626;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 -20px;
    text-align: center;
    aspect-ratio:auto 1/1
}
.pin-spacer{
    /* height는 GSAP가 핀 거리에 맞춰 인라인으로 계산해 넣으므로 강제하지 않음
       (강제 시 낮은 뷰포트에선 겹침, 높은 뷰포트에선 과도한 간격 발생) */
    padding:0 !important;
}

@media(max-width:1024px){
    .intersection .round_box{
        margin:0 -10px;
        width:200px;
        height: auto;
    }
}
@media(max-width:780px){
    .intersection{
        flex-wrap: wrap;
    }
    .intersection .round_box{
        width:50%;
        margin: -10px
    }
}

/* 신섹계 임플란트 */
.light_gray{
    background:#F8F9FB
}
.grid_lst{
    display:grid;
    flex-wrap: wrap;
    grid-template-columns:repeat(3, 1fr);
    gap:80px;
}

.grid_lst .card .img_area{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:260px;
    aspect-ratio: auto 1/1;
    background:#fff;
    overflow: hidden;
}
.grid_lst .card .img_area img{
    transform: scale(1);
    transition:transform .3s ease-in-out;
}
.grid_lst .card:hover .img_area img{
    transform: scale(1.2);
}
.grid_lst .card .text_area{
    margin-top:24px;
    display:flex;
    flex-direction: column;
    gap:24px;
}
@media(max-width:1024px){
    .grid_lst{
        gap:40px;
    }
    .grid_lst .card .img_area{
        height:auto;
    }
    .grid_lst .card .text_area{
        gap:16px;
    }
    .grid_lst .card .text_area .serif_m,
    .grid_lst .card .text_area .info{
        margin-top:0;
    }
}
@media(max-width:780px){
    .grid_lst{
        grid-template-columns: repeat(2, 1fr);
        gap:24px;
    }
    .grid_lst .card .img_area img{
        object-fit: contain;
    }
}

/* 사례보기 */
.example_box{
    background:#1E292F;
    padding:100px 0;
    text-align: center;
}
.example_box h2,
.example_box a{
    color:#fff;
}
.example_box .info{
    color:#D2D2D2;
}
.example_box a{
    border-color:#fff;
}

@media(max-width:780px){
    .example_box{
        padding:3.75rem 0;
    }
    
}

/* 해시태그 */
.hashi_tag{
    display:flex;
    align-items:center;
    gap:24px;
}
.hashi_tag li{
    padding:15px 20px;
    border:1px solid #c8c8c8;
    border-radius:16px;
}
@media(max-width:1024px){
    .hashi_tag{
        gap:1rem;
    }
    .hashi_tag li{
        padding:10px;
    }
    .hashi_tag li.info{
        margin-top:0;
    }
}

/* 비교 */
.comparison{
    position:relative;
    padding:105px 0 150px;
    background:linear-gradient(#323232, #1B2751);
    overflow: hidden;
}
.comparison:before{
    content:'';
    position:absolute;
    background:url('/static/images/sub/sub03/sub03_02/sec_back_img_02.png')no-repeat;
    background-size: 100%;
    width:55%;
    height:100%;
    bottom:-200px;
    right:-290px;
    z-index: 1;
}
.comparison h2{
    color:#fff;
}
.compar_cont{
    display:table;
    border-spacing: 33px;
    margin:auto;
}
.compar_cont > div{
    display:table-cell;
}
.compar_cont .flex_left,
.compar_cont .flex_right{
    width:500px;
    background:#fff;
    border-radius: 20px;
    overflow: hidden;
}
.compar_cont .flex_left .table_td,
.compar_cont .flex_right .table_td{
    border-bottom: 1px solid #DEDEDE;
}
.compar_cont .flex_left .table_td:last-child,
.compar_cont .flex_right .table_td:last-child{
    border-bottom: 0;
}
.compar_cont .table_cell{
    padding:25px 0;
    text-align: center;
}
.compar_cont .table_cell p{
    font-size:22px;
}
.compar_cont .flex_left .table_th{
    background:#DBDBDB;
}
.compar_cont .flex_middle{
    width:200px;
}
.compar_cont .flex_middle p{
    color:#fff;
    opacity: 0.6;
}
.compar_cont .flex_right .table_th{
    background:#DDF4FF;
}
.compar_cont .flex_right .table_th p{
    color:#36C0FF;
}
.compar_cont .table_cell.table_img{
    height:300px;
    align-content: center;
    padding:0;
}
.sub03_03 .compar_cont .flex_middle{
    vertical-align: bottom;
}
.sub03_03 .compar_cont .flex_middle p{
    color:#767676;
    opacity: 0.8;
}
.sub03_03 .compar_cont .flex_middle p.text_vs{
    font-size:50px;
    font-weight:600;
}
.sub03_03 .compar_cont .flex_right .table_group{
    border:3px solid #36C0FF;
    border-radius:0 0 20px 20px;
}
@media(max-width:1024px){
    .comparison{
        padding:5rem 0 5.25rem
    }
    .comparison:before{
        display:none;
    }
    .compar_cont .table_cell{
        padding:15px 0;
    }
    .compar_cont .table_cell p{
        font-size:1.25rem;
    }
}
@media(max-width:780px){
    .compar_cont{
        width:100%;
        border-spacing: 0;
    }
    .compar_cont > div{
        display:table-caption;
    }
    .compar_cont .flex_left, 
    .compar_cont .flex_right{
        width:auto;
    }
    .compar_cont .flex_right{
        margin-top:24px;
    }
    .compar_cont .table_cell p{
        font-size:1rem;
    }
    .compar_cont .table_cell p.bigo{
        font-size:0.8125rem;
        opacity: 0.6;
        margin-bottom:8px;
    }
    .compar_cont .table_cell.table_img{
        height:250px;
    }
}

/* 플라즈마 임플란트 */
.light_gray .sec_01 .gray_box{
    background:#fff;
}
.light_gray .sec_01 .gray_flex .list_box .text_box{
    background:#F8F8F8;
}

/* 장점 */
.merit {
    position:relative;
    margin-top:90px;
}
.merit .img_area{
    width:638px;
    margin:0 auto ;
    padding-top:10px;
}
.merit .text_area{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.merit .text_area .card{
    position:absolute;
    width:25%;
    top:0;
}
.merit .text_area .card .lst + .lst{
    margin-top:93px;
}
.merit .text_area .card h3{
    color:#36C0FF
}
.merit .text_area .card .info{
    color:#262626
}
.merit .text_area .card_left{
    left:0;
}
.merit .text_area .card_left .lst{
    text-align:right;
}
.merit .text_area .card_right{
    right:0;
}
@media(max-width:1024px){
    .merit .img_area{
        width:380px;
        padding-top:40px
    }
    .merit .text_area .card .lst + .lst{
        margin-top:40px;
    }
}
@media(max-width:780px){
    .merit{
        margin-top:40px;
    }
    .merit .img_area{
        width:100%;
        padding-top:0;
    }
    .merit .text_area,
    .merit .text_area .card{
        position:relative;
    }
    .merit .text_area .card{
        width:100%;
    }
    .merit .text_area .card + .card{
        margin-top:15px;
    }
    .merit .text_area .card_left .lst{
        text-align: left;
    }
    .merit .text_area .card .lst + .lst{
        margin-top:24px;
    }
}

/* 배너 */
.banner{
    background:linear-gradient(to right, #D9F3FF, #F0FAFF);
    border-radius: 20px;
}
.banner .flex_box{
    justify-content: space-around;
    align-items: center;
    gap:34px;
}
.banner .flex_box .img_area{
    width:auto;
    height: auto;
    aspect-ratio: auto 1/1;
}
.banner h2{
    font-weight:600
}
@media(max-width:1024px){
    .banner{
        padding:5px 20px
    }
}
@media(max-width:780px){
    .banner{
        padding:5px 10px;
    }
    .banner .flex_box{
        /* flex-direction: row; */
        padding:25px 20px;
        gap:24px;
    }
    .banner .flex_box .text_area{
        width:100%;
    }
    .banner h2{
        font-size:20px;
    }
    .banner p{
        font-size:0.75rem;
    }
    .banner .flex_box .img_area{
        width:100%;
    }
}

/* 치아변색 원인 */
.comparison_back .title_wrap,
.square_lst .title_wrap,
.cause .title_wrap{
    margin-bottom:0;
}
.cause .title_wrap,
.cause .title_wrap h2{
    text-align: left;
}
.cause > .flex_box{
    gap:124px;
    align-items: center;
}
.cause .img_area{
    width:586px;
    height:auto;
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: auto 1/1;
}
.cause .flex_right{
    margin-left:24px;
}
.cause ul li + li{
    margin-top:24px;
}

@media(max-width:1024px){
    .cause .img_area{
        width:40%;
    }
    .cause > .flex_box{
        gap:80px
    }
}
@media(max-width:780px){
    .cause .img_area{
        width:100%;
        height: auto;
    }
    .cause > .flex_box{
        gap:40px;
    }
    .cause .flex_right{
        margin-left:0;
    }
    .cause .title_wrap{
        width:100%;
    }
}

/* 사랑니 */
.square_lst .square_cont{
    display:flex;
    justify-content: center;
    gap:48px;
}
.square_lst .square_cont .card{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:32px;
}
.square_lst .square_cont .card .img_area{
    width:auto;
    height: auto;
    border-radius: 16px;
    overflow:hidden;
}
.square_lst .square_cont .card .text_area h6{
    font-weight: 500;
}
.square_lst .square_cont .card .text_area h6,
.square_lst .square_cont .card .text_area p{
    text-align:center;
}
@media(max-width:1024px){
    .square_lst .square_cont{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap:24px;
    }
}
@media(max-width:780px){
    .square_lst .square_cont{
        flex-wrap: wrap;
    }
    /* .square_lst .square_cont .card{
        width:50%;
    } */
}