@charset "utf-8";


/* .title의 배경은 달라질수도있어서 html,css에 따라 다르게 ! */
.title {
    background: url(../../img/bgImg1.png) 0 0/100% no-repeat;
    background-size: cover;
}


@media all and (min-width: 1024px) {
    
    
    
    .patient img {
        width: 49% !important;
        height: auto !important;
        display: inline !important;
        margin: 0;
    }

}




@media all and (max-width: 1023px) {

    .patient {
        height: 100%;
    }
    
    
    .patient img {
        width: 49% !important;
        height: 100%;
        display: inline !important;
        margin: 0;
    }

    .patient {
        height: 100%;
    }


}
