@charset "utf-8";

/*대학소개*/
@media only screen and (min-width:480px) {
	.box_greeting.greet_it:after{background:url(/images/it/sub01/sub01_01_img01.jpg) no-repeat 50% 50%;background-size:cover;}
}
@media only screen and (min-width: 768px){
	.box_greeting .msg { padding: 85px 12% 0 5%;}
	.box_greeting .msg h2{    font-size: 23px;}
}

@media only screen and (min-width: 1200px){
	.box_greeting .msg h2 { margin-bottom: 10px; padding-top: 80px; font-size: 33px; line-height: 38px;}
}

@media only screen and (max-width: 767px){
	.box_greeting .msg{padding: 40px 5% 12px 10%;}
	.box_greeting .msg h2 {padding: 5px 0 0 0;}
	.box_greeting .msg h2:before{display: none;}
}



/*학과안내*/
.sub02_01 .ui.uib{padding: 30px;border: 1px solid #ddd;}

.sub0101.ui-major-intro .intro-img .majorImg { width:158px; margin-right:20px; }
.sub0101.ui-major-intro .intro-img .majorInfo .tit { width:41%; font-size:17px; }

@media only screen and (max-width: 1225px) {
.sub0101.ui-major-intro .intro-img .majorImg { margin-right:0; }
}

@media only screen and (max-width: 600px) {
.sub0101.ui-major-intro .intro-img { height:390px; }
.ui-major-intro .intro-img .intro-innerbox { height:340px; }
}


/* 찾아오시는길 */
@media only screen and (min-width: 801px) {
	.cyber.road_info .box_local .lst_local{width: 47%;}
}

