/* 교육의방향 */
.educational dl {overflow:hidden; color:#111; word-break:keep-all}
.educational dl dt {font-size:24px; color:#fff; line-height:45px; text-align:center; border-radius:15px 15px 0 0; background:#1f65c4}
.educational dl dd { padding:30px 0; border:1px solid #abbeca; border-top:0; text-align:center; overflow:hidden}
.dl_st2 dt { background:#0ba396 !important; margin-top:30px}
.dl_st2 dd div { width:33%; float:left; text-align:left; padding:0 20px; box-sizing:border-box}
.dl_st2 dd div p { background:#fcfddb; border-radius:30px; padding:20px 0; text-align:center;}
.dl_st2 dd div ul { min-height:165px; background:#eff3fb; padding:10px 15px}
.dl_st2:nth-child(3) dt{background:#fc3 !important;}
.dl_st2:nth-child(4) dt{background:#f99 !important;}
.dl_st2:nth-child(5) dt{background:#f39 !important;}
.dl_st3 dt { background:#f33ea4 !important;}
.dl_st3 dd h4 { font-size:20px; color:#f33ea4}
.dl_st3 dd ul { display:inline-block; text-align:left; margin-top:10px}



/********** media query mobile *************/
@media screen and (max-width: 800px){

/* 교육의방향 */
.dl_st2 dd div { width:100%; float:none; margin-top:20px}
.dl_st2 dd div:first-child { margin-top:0}

}

