/* 의사선생님들 */
article.doctors{
    background-image : url('/images/index/doctors/doctors.png');
    background-attachment: fixed;
    height : 500px;
    background-repeat : no-repeat;
	background-size : 100%;
}

article.doctors .introduce__info li{
	margin : 5px 0;
}

@media screen and (max-width : 800px){
    article.doctors{
        display : none;
    }
}