@charset "utf-8";
/****************************************/
/* Name: 동명대학교 고화장학회
/* PART: CONTENT STYLE 
/* Version: 1.0 / day: 2021-12-21
/* Author:  
/****************************************/

/*
=========================================================================
메인 콘텐츠 css
=========================================================================
*/

.mCon4{width:100%}
.mCon4 li{width:calc((100% - 20px) / 2);margin-right:20px}
.mCon4 li:nth-child(2n){margin-right:0}
.mCon4 .con{width:70%}

/*
================================================================================
반응형 메인 콘텐츠
================================================================================
*/

 /* PC Device */
@media all and (min-width:1900px){
	
}

 /* PC Device */
@media all and (max-width:1400px){
	
	
	.mCon4 .con{width:100%}
	
}

 /* TABLET Device */
@media all and (max-width:1200px){
	
	.mCon4 .item{min-height:260px}
	
}


 /* TABLET Device */
@media all and (max-width:1024px){

	.mCon4 li{width:calc(50% - 10px)}
	.mCon4 li:nth-child(2n){margin-right:0}
	.mCon4 li:nth-last-child(-n + 4){margin-bottom:20px}
	.mCon4 li:nth-last-child(-n + 2){margin-bottom:0}
	
}

 /* TABLET Device */
@media all and (max-width:800px){

	.mCon4 .item{min-height:280px}
	
}

@media all and (max-width:720px){

}

 /* Mobile Device */
@media all and (max-width:640px){

	.mCon4 li{width:100%;margin-right:0}
	.mCon4 li:nth-last-child(-n + 2){margin-bottom:20px}
	.mCon4 li:nth-child(3n){margin-right:0}
	.mCon4 .con{min-height:22px;width:80%}
	.mCon4 .item{padding:20px;min-height:auto}
	.mCon4 .ico{right:20px;bottom:20px}
	.mCon4 .subject{font-size:1.125rem}

}

 /* Mobile Device */
@media all and (max-width:480px){

	.mCon4 .mConSlide3 ul li {width:100% !important;}
}

@media all and (max-width:414px){
	
}