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