@charset "UTF-8";

/* 학과소개 */
.dept .dept_top {background-color: #f6f9ff;padding: 2.5rem 2.5rem;border-top: 3px solid #c1d6ff;}
.dept .dept_top::after {content:''; display:block; clear:both;}
.dept .dept_top em {float: left;display: inline-block;width: 110px;height: 110px;background-image: url("/upload/cntntsFile/di-h/img_e4a8c443-e693-4d05-80ab-e9fc768865b51756086822074.png");background-repeat: no-repeat;}
.dept.dept_01  .dept_top em { background-position: 0 0; }
.dept.dept_02  .dept_top em { background-position: -110px 0; }
.dept.dept_03  .dept_top em { background-position: -220px 0; }
.dept.dept_04  .dept_top em { background-position: -330px 0; }
.dept.dept_05  .dept_top em { background-position: -440px 0; }
.dept.dept_06  .dept_top em { background-position: -550px 0; }
.dept.dept_07  .dept_top em { background-position: -660px 0; }

.dept .dept_top .textwrap {float: left;padding-left: 2rem;width: 90%;}
.dept .dept_top h4 {font-weight: bold;}
.dept .dept_top span { font-weight: 500; }
.dept .dept_point { position: relative; }
.dept .dept_point em { margin-top: 10px;background-repeat: no-repeat; background-image: url("../images/contents/dept_ico.png");  float: left; width: 80px; height: 80px; }
.dept .dept_point .point_textwrap { width: 650px; float: left; margin-left: 30px; }

/* 반응형 */
@media (max-width:860px){

	.dept .dept_top em {display: none;}
	.dept .dept_top .textwrap {padding-left: 0; width: 100%;}
	
}
 