@charset "utf-8";





/* 210217 */
.basic-notice-slider3 .item .item-list {
    overflow: hidden; font-size: min(calc(10 / 500 * 100vw), 10px);
	position: relative;
}
.basic-notice-slider3 .item .item-list::before {
	content:''; position: absolute; bottom: 0;
	width: 0%; height: 2px; left: 50%; transform: translateX(-50%);
	background: #1b1b1b; transition: 0.3s;
}

.basic-notice-slider3 .img-wrap .img-item {padding: 10px 0 6em; position: relative; overflow: unset;}

.basic-notice-slider3 .box_date { font-size: 16px; font-weight: bold; color: #1b1b1b;}

.basic-notice-slider3 .img-wrap .img-item > .box_frame {
    --box-font-color : #1b1b1b; position: relative; height: 100%;
}

.basic-notice-slider3 .box_subject { 
margin:0; font-size: max(16px, 2.2em); font-weight: bold; color: var(--box-font-color);
font-weight: bold; line-height: 1.4;  text-align: left;  margin: 1.8em 0 1em;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; 
overflow: hidden; height: 2.9em; text-overflow: ellipsis;  

}
.basic-notice-slider3 .box_con { 
	font-size: max(13px, 1.6em); font-weight:400; color: var(--box-font-color); line-height: 1.7; text-align: left; 
	height: 3.3em;
	display: inline-block; white-space: normal; overflow: hidden; text-overflow: ellipsis; 
	word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
	.basic-notice-slider3 .item .item-list:hover:before {width: 100%;}
}




