@charset "utf-8";

@media (min-width: 1920px) {
    .interview{
        height: 980px;
    }
    .interview img{
        width: 45%;
        height: auto;
    }
}
@media (max-width: 1440px) {
    .line_break1440{
        display: block;
    }
    aside ul{
        width: 9.2rem;
    }
    aside ul li{
        display: none;
    }
    aside .call_quick{
        display: flex;
    }
    .introduce .profile{
        gap: 6%;
    } 
    .member .card .t_name{
        gap: 5.6rem;
    }
    .member .card .card_contents .swiper-slide{
        padding: 0 2.5%;
        gap: 6%;
    }
    .member .card .card_contents .swiper-slide .text_box {
        row-gap: 2.4rem;
        padding-bottom: 2rem;
    }
    .member .card .card_contents .swiper-pagination {
        bottom: 0;
    }
    .diffe .contents > div img{
        max-width: 40%;
    }
    .diffe .contents > div .text_box br{
        display: none;
    }
    .interview > img{
        width: 45%;
    }
    .interview .r_text{
        width: 47%;
        gap: 4.8rem;
    }
    .interview .r_text br{
        display: none;
    }
    .interview .r_text ul{
        gap: 2rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .view .view_slide .swiper-slide {
        padding: 0 2.5%;
    }
    .special{
        padding-top: 8rem;
    }
    .view-point{
        height: auto;
        padding-bottom: 0;
    }
    .view-point .wrap{
        position: relative;
        top: auto;
    }
    .view-point .r-img{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 6rem auto 0;
        gap: 2.4rem;
    }
    .view-point .r-img img{
        border-radius: 0;
    }
    .therapy .card .t_name{
        gap: 5.6rem;
    }
    .therapy .card .card_contents{
        height: 54rem;
    }
    .therapy .card .card_contents article .swiper-slide .text_box{
        padding: 4.2rem;
        padding-bottom: 6rem;
    }
    .therapy .card .card_contents article .swiper-slide br{
        display: none;
    }
    .therapy .card .card_contents article .swiper-slide img{
        max-width: 33%;
    }
    .therapy .control{
        left: 4.2rem;
        bottom: 4.2rem;
    }
    .iv .wrap .contents{
        grid-template-columns: repeat(2, 1fr);
    }
    .program .wrap_area{
        flex-direction: column;
        justify-content: flex-start;
        gap: 8rem;
    }
    .equipment .contents{
        grid-template-columns: repeat(3, 1fr);
    }
    .info .info_box{
        gap: 8%;
    }
    .info .info_box .l_box{
        max-width: 48%;
    }
}
@media (max-width: 1024px) {
    html{
        font-size: 9px;
    }
    .line_break1024{
        display: block;
    }
    .introduce .top_box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 3.4rem;
    }
    .member .card .card_contents{
        aspect-ratio: auto;
        height: auto;
    }
    .member .card .card_contents article .member_slide{
        aspect-ratio: auto;
        max-height: none;
    }
    .member .card .card_contents .swiper-slide{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    } 
    .member .card .card_contents .swiper-slide img{
        width: 85%;
        max-width: 360px;
    }
    .member .card .card_contents .swiper-slide .text_box{
        width: 100%;
        margin: 4.8rem 0;
    }
    .member .card .card_contents button{
        display: none;
    }
    .member .card .card_contents .swiper-pagination{
        position: relative;
        left: 50%;
        bottom: auto;
        transform: translateX(-50%);
    }
    .diffe .contents{
        margin-top: 5.2rem;
        gap: 8rem;
    }
    .diffe .contents > div .text_box {
        padding-top: 0;
    }
    .diffe .contents > div{
        flex-direction: column;
        justify-content: flex-start;
        gap: 4.4rem;
    }
    .diffe .contents > div img{
        max-width: 100%;
    }
    .interview{
        padding-top: 0;
        height: auto;
    }
    .interview img{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        object-fit: cover;
        transform: translateY(0);
        border-radius: 0;
    }
    .interview .wrap {
        align-items: flex-start;
    }
    .interview .r_text{
        margin-top: 5.4rem;
        width: 100%;
    }
    .interview .r_text ul{
        gap: 3rem;
        align-items: center;
        flex-direction: row;
    }
    .view-point .p_box{
        margin-top: 5.2rem;
    }
    .therapy .card .t_name {
        width: 100%;
        margin-top: 5.2rem;
        gap: 1rem;
    }
    .therapy .card .t_name button{
        line-height: 1.5;
    }
    .therapy .card .t_name button::before{
        bottom: -8px;
    }
    .therapy .card .card_contents{
        aspect-ratio: auto;
        height: auto;
        overflow: visible;
    }
    .therapy .card .card_contents article .therapy_slide{
        height: 786px;
        aspect-ratio: auto;
        max-height: none;
    }
    .therapy .card .card_contents .swiper-slide{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    } 
    .therapy .card .card_contents article .swiper-slide{
        flex-direction: column-reverse;
    }
    .therapy .card .card_contents article .swiper-slide .text_box{
        justify-content: flex-start;
        padding-bottom: 10rem;
    }
    .therapy .card .card_contents article .swiper-slide img{
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .therapy .control{
        bottom: 4rem;
    }
    .program .wrap_area{
        margin-top: 5.2rem;
        gap: 5.2rem;
    }
    .program .wrap_area .contents article .img_box {
        gap: 1rem;
    }
    .equipment{
        padding: 0 0 14rem;
    }
}
@media (max-width: 768px) {
    html{
        font-size: 8px;
    }
    .wrap{
        width: 85%;
    }
    main h2 {
        font-size: 4rem;
    }
    h2{
        font-size: 3.6rem;
    }
    .line_break768{
        display: block;
    }
    header nav{
        display: none;
    }
    header .all_menu{
        display: block;
    }
    .intro{
        padding: 16rem 0 18rem;
    }
    .intro iframe{
        margin-top: 5.2rem;
    }
    .introduce .profile{
        margin: 4.8rem auto 10rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    } 
    .introduce .profile img{
        max-width: 85%;
    }
    .introduce .profile .text_box{
        width: 100%;
        margin: 4.8rem 0;
    }
    .member{
        padding: 16rem 0;
    }
    .process .card .card_contents{
        height: 40rem;
    }
    .process .card .card_contents article .l_box{
        padding: 7.5rem 4rem 0 4rem;
    }
    .food-photo .food_slide{
        margin-top: 5.2rem;
    }
    .food-photo .control button{
        display: none;
    }
    .therapy .card .card_contents article .therapy_slide{
        height: 706px;
    }
    .therapy .card .card_contents article .swiper-slide .text_box{
        word-break: normal;
    }
    .view .view_slide{
        margin-top: 5.2rem;
    }
    .view .view_slide .swiper-slide {
        padding: 0;
    }
    .view .view_slide button{
        display: none;
    }
    .view .view_slide .swiper-pagination{
        display: block;
    }
    .therapy .control button{
        display: none;
    }
    .iv .wrap .contents{
        margin-top: 5.2rem;
    }
    .iv .wrap .contents{
        grid-template-columns: repeat(1, 1fr);
    }
    .equipment .contents{
        margin-top: 5.2rem;
    }
    .equipment .contents{
        grid-template-columns: repeat(2, 1fr);
        gap: 1.4rem;
    }
    .info .info_box{
        width: 100%;
        display: block;
    }
    .info .info_box .l_box{
        width: 100%;
        max-width: 100%;
        gap: 4rem;
    }
    .info .info_box .l_box .map a{
        padding: 1rem 6rem;
    }
    .info .info_box .r_box{
        margin-top: 6rem;
        width: 100%;
        height: 34rem;
    }
    footer .f_list .line1{
        display: none;
    }
    footer .line-break1{
        display: block;
    }
}
@media (max-width: 480px) {
    html{
        font-size: 7px;
    }
    .wrap{
        width: 88%;
    }
    .line_break480{
        display: block;
    }
    header .m_nav ul.m-gnb li a {
        padding: 0 6%;
    }
    aside ul li a{
        font-size: 13.8px;
    }
    .introduce .top_box .l_text p{
        max-width: 320px;
    }
    .introduce .top_box .l_text p br{
        display: none;
    }
    .interview{
        padding-top: 0;
    }
    .interview .r_text ul{
        gap: 2.4rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .therapy .card .card_contents article .therapy_slide{
        height: 680px;
    }
    .therapy .card .card_contents article.lt .therapy_slide{
        height: 710px;
    }
    .therapy .card .card_contents article .swiper-slide .text_box{
        padding: 3.6rem 3.2rem;
    }
    .therapy .control{
        bottom: 3.6rem;
    }
    footer br{
        display: none;
    }
    footer{
        align-items: flex-start;
        text-align: left;
    }
    footer .f_top{
        align-items: flex-start;
    }
    footer .f_top .tt{
        width: 100%;
        justify-content: space-between;
    }
    footer .f_list .line{
        display: none;
    }
    footer .line-break2{
        display: block;
    }
    footer .f_list{
        font-size: 11px;
        line-height: 17.6px;
    }   
}
  