﻿@charset "utf-8";

/*교육목표*/
.edu li{ width:100%; margin-bottom:10px; box-sizing:border-box;}
.edu dl dt {float:left; width:80px; height:80px; border-radius:80px; text-align:center;  }
.edu dl dt span { color:#fff; font-size:18px; line-height:80px;}
.edu dl dd { float:left; width:70%; margin-left:20px;}

.edu dl dt.color_blue{background-color:#009999;}
.edu dl dt.color_blue2{background-color:#6666cc;}
.edu dl dt.color_pupple{background-color:#996699;}
.edu dl dt.color_blue3{background-color:#3333cc;}

@media screen and (max-width :500px) {
	
	.edu dl dt { float:none; margin: 0 auto;}
	.edu dl dd { float:none; width:100%; margin-left:0; text-align:center; margin-top:10px;}
	
}