/* 교육과정 */
.curriculum_summary {margin-bottom: 50px;padding-bottom: 30px;background: url(../img/content/line_patternbg.gif) repeat-x left bottom;}
.curriculum_summary dl {width: auto;background: url(../img/content/img-departmental.png) no-repeat left top;padding: 0 0 0 130px;min-height: 83px;}
.curriculum_summary dl dt {font-size: 1.429em;font-weight: 600;}
.curriculum_summary dl dd {width: 100%;margin-top: 2px;}
.curriculum_summary dl dd ul {width: 70%;height: auto; overflow: hidden;}
.curriculum_summary dl dd ul:after {content: "";display: block;clear: both;}
.curriculum_summary dl dd ul li {float: left;width: 45%;margin-top: 4px;padding: 0 0 0 10px;}
.curriculum_summary.type2 dl dd ul {width: 80%;}
.curriculum_summary.type2 dl dd ul li {float: none;width: 100%;}



@media all and (max-width:480px){
.curriculum_summary dl {background-position:center top; padding:100px 0 0 0;}
.curriculum_summary dl dd ul {width:100%;}
}