/*�л�ȸ����*/
.stu_list { margin:20px 0; }
.stu_list ul { overflow:hidden; text-align:center; }
.stu_list ul li { border:2px solid #e1e1e1; margin:0 10px 20px; width:calc(33% - 20px); float:left; border-radius:20px; padding:20px }
.stu_list ul li img { max-width:150px; max-height:175px; }
.stu_list ul li h3 { background:#387ac9; border-radius:40px; padding:5px; margin-top:10px; color:#fff; font-size:.8rem; font-weight:600; }
.stu_list ul li p {  margin-top:10px; }

@media screen and (max-width:950px){ 

/*�л�ȸ����*/
.stu_list ul li { width:calc(50% - 20px); }    

}

@media screen and (max-width:540px){ 

/*�л�ȸ����*/
.stu_list ul li { width:100%; margin:0 0 20px }    

}

/* 학습도움사이트 */
.site_box { overflow:hidden;}
.site_box dl { float:left; width:29%; margin:2%; }
.site_box dl dt {text-align:center; }
.site_box dl dd.tit { background:#1963d1; margin:.5rem 0 0; padding:.5rem; border-radius:1rem 1rem 0 0; color:#fff; text-align:center; font-weight:600; ;}
.site_box dl dd.tit span {display:block; }
.site_box dl dd.txt { background:#f1f1f1; padding:1rem 1rem 1rem; border-radius:0 0 1rem 1rem;  }
.site_box dl a {display:block;}
.site_box dl a dd { border:1px solid #fff; }
.site_box dl a:hover dd { border:1px solid #1963d1; }

@media screen and (max-width:580px){ 
	
	/* 학습도움사이트 */
	.site_box dl { width:100%; margin:2% 0;}
	
}
