@charset "utf-8";
/****************************************/
/* Name: 동의대학교 임상병리학과
/* PART: STYLE 
/* Version: 2.0 / day: 2021-06-30
/* Author: 
/* Writer: Eun
/****************************************/

.sub1_4_1{margin-bottom:50px;}
.sub1_4_1:after{content:''; display:block; clear:both;}
.sub1_4_1 .img{float:left; width:35%; }
.sub1_4_1 .text{float:right; width:60%; padding-top:10px;}
.sub1_4_1 .text span{color:#124fb6; font-weight: bold; font-size:18px;}
.sub1_4_1:nth-child(2n) .img{float:right;}
.sub1_4_1:nth-child(2n) .text{float:left; padding-top:10px;}

@media all and (max-width:640px){
	
	.sub1_4_1 .img, .sub1_4_1:nth-child(2n) .img{float:none; width:100%; }
	.sub1_4_1 .text, .sub1_4_1:nth-child(2n) .text{float:none; width:100%;}
	.sub1_4_1 .text span{font-size:14px;}
}	

.imgLi ul li{text-align: center;}