@charset "utf-8";
/****************************************/
/* Name: 동명대학교 산학협력단
/* PART: CONTENT STYLE 
/* Version: 1.0 / day: 2021-12-21
/* Author:  
/****************************************/

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

.mConBox1{padding:80px 50px}
.mBoxWp{margin:0 auto;max-width:1400px}
.mConBox1 .mBoxWp{display:flex;flex-wrap:wrap;justify-content:space-between;min-height:380px}
.mConBox1 .title-wrap .btn-more{position:absolute;right:0;top:50%;transform:translateY(-50%)}
.mCon1{position:relative;width:calc(33% - 40px);font-size:1.25rem;font-weight:500}
.mCon1 .title-wrap{background:url('../img/main/ico-notice.png') left center no-repeat}
.mCon1 li{border-bottom:1px solid #dddddd}
.mCon1 li:first-child{border-top:1px solid #ddd}
.mCon1 .board-con{max-height:60px;font-size: 1.125rem;}
.mCon1 .board-date{flex-shrink:0;margin-left:20px;color:#aaa;font-weight:normal;font-size: 1.125rem;}
.mCon1 .item{display:flex;align-items:center;justify-content:space-between;padding:10px;height:60px}
.mCon1 .item:hover{color:#009924}

.mCon2{position:relative;width:calc(33% - 40px);font-size:1.25rem;font-weight:500}
.mCon2 .title-wrap{background:url('../img/main/ico-spe.png') left center no-repeat}
.mCon2 li{margin-bottom:13px}
.mCon2 li:last-child{margin-bottom:0}
.mCon2 .item{background-color:#fff;padding:25px;height:50px;width:100%;display:flex;align-items:center;justify-content:space-between;box-shadow:1px 3px 11px 0px #cbcbcb}
.mCon2 .item:hover{outline:2px solid #009924}
.mCon2 .category{font-weight:bold;color:#009924;flex-shrink:0;font-size: 1.125rem;}
.mCon2 .board-subject{flex-grow:1;margin:0 20px;font-size: 1.063rem;}
.mCon2 .board-date{color:#aaa;font-size: 1.063rem;}

.mCon3{position:relative;width:calc(33% - 40px);font-size:1.25rem;font-weight:500;margin:0;display:block;}
.mCon3 .title-wrap{background: url(/_res/tongmyong/sanhak/img/main/ico-search.png) left center no-repeat;color:#333333}
.mCon3 .box{padding:0}
.mCon3 li{margin-bottom:13px}
.mCon3 li:last-child{margin-bottom:0}
.mCon3 .item{background-color:#fff;padding:25px;height:50px;width:100%;display:flex;align-items:center;justify-content:space-between;box-shadow:1px 3px 11px 0px #cbcbcb}
.mCon3 .item:hover{outline:2px solid #009924}
.mCon3 .category{font-weight:bold;color:#009924;flex-shrink:0;font-size: 1.125rem;}
.mCon3 .board-subject{flex-grow:1;margin:0 20px;font-size: 1.063rem;}
.mCon3 .board-date{color:#aaa;font-size: 1.063rem;}

.today.new1:before{display:none;}



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

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

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

}


 /* PC Device */
@media all and (max-width:1400px){

	
}

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

	
}


 /* TABLET Device */
@media all and (max-width:1024px){
	
	.mConBox1{padding:50px 20px}
	.mCon1{width:calc(50% - 10px);font-size:1rem}
	.mCon2{width:calc(50% - 10px);font-size:1rem}
	
}

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

	
}

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

}

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

	.mCon1{width:100%;margin-bottom:50px}
	.mCon1 .board-con{font-size: 1rem;}
	.mCon1 .board-date{font-size: 1rem;}
	
	.mCon2{width:100%}
	.mCon2 .category{font-size: 1rem;}
	.mCon2 .board-subject{font-size: 1rem;}
	.mCon2 .board-date{font-size: 1rem;}
	
}

 /* Mobile Device */
@media all and (max-width:480px){
	
	.mCon1 .board-con{font-size: 1rem;}
	.mCon1 .board-date{font-size: 1rem;}
	
	.mCon2 .item{position:relative;padding-top:40px}
	.mCon2 .category{position:absolute;top:7px;}
	.mCon2 .board-subject{margin-left:0;margin-right:10px;}
	.mCon2 .board-date{font-size: 1rem;font-weight: normal;}
}

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

}