@charset "utf-8";





/* 210303 */

.basic-notice-slider { margin-top: 30px; }

.basic-notice-slider .label-cap { display:none; }

.basic-notice-slider .item .item-list { background:#fff; border:5px solid #ededed; padding:20px 10px 10px 10px;  }


.basic-notice-slider .box_subject { 
/* 한 줄 자르기 */ display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
margin:0; font-size:18px; font-weight:500; color:#333; margin-bottom:10px;
/* 여러 줄 자르기 추가 스타일 */ white-space: normal; line-height: 1.3; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.basic-notice-slider .box_con { 
	font-size:15px; font-weight:400; color:#909090; margin-bottom:15px;
	/* 한 줄 자르기 */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	/* 여러 줄 자르기 추가 스타일 */ white-space: normal; line-height: 1.4; height: 4.2em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.basic-notice-slider .box_date { font-size:15px; font-weight:400; color:#909090; text-align: left;  }
.basic-notice-slider .box_date i {display: none;}


/* hover */
.basic-notice-slider .post-image a:hover .box_top > .box_more { transform:rotate(180deg); }
/*.basic-notice-slider .post-image a:hover*/


/* box크기조절 */
.basic-notice-slider .img-wrap {padding-bottom:53.5%;}      

@media (max-width:1400px) { 
.basic-notice-slider .img-wrap {padding-bottom:63.5%;}
}

@media (max-width:1199px) { 
.basic-notice-slider .img-wrap {padding-bottom:78.5%;}
}

@media (max-width:991px) { 
.basic-notice-slider .img-wrap {padding-bottom:73.5%;}
}

@media (max-width:767px) { 
.basic-notice-slider .img-wrap {padding-bottom:83.5%;}
}

@media (max-width:480px) { 
.basic-notice-slider .img-wrap {padding-bottom:53.5%;}
}







