@charset "utf-8";





/* 210217 */

.basic-notice-slider .item .item-list { background:#fff; border:1px solid #ddd;}
.basic-notice-slider .img-wrap .img-item {padding: 16px 12px;}
.basic-notice-slider .img-wrap .img-item > .box_frame > .box_title {width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.6rem; }
.basic-notice-slider .img-wrap .img-item > .box_frame > .box_title .box_name {width: 8rem; height: 3.8rem; background: var(--main-color); 
text-align: center; line-height: 3.8rem; color: #fff; font-size: max(16px, 2rem); }
.basic-notice-slider .img-wrap .img-item > .box_frame > .box_title > i {color: var(--color1); font-size: 20px; 
margin-right: 10px; transition: transform 0.3s; transform: rotate(0deg);}


.basic-notice-slider .box_subject { 
/* 한 줄 자르기 */overflow: hidden; height: 5.3rem;text-overflow: ellipsis; 
margin:0; font-size:max(17px, 2rem); font-weight:500; color:#434343; margin-bottom:max(10px, 6.5%);
/* 여러 줄 자르기 추가 스타일 */ line-height: 1.3;  text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; 

}
.basic-notice-slider .box_con { 
	font-size:max(14px, 1.6rem); font-weight:400; color:#434343; margin-bottom:10px;
	/* 한 줄 자르기 */ display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	/* 여러 줄 자르기 추가 스타일 */ white-space: normal; line-height: 1.5;  text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.basic-notice-slider .box_con p,
.basic-notice-slider .box_con p span{font-size:max(14px, 1.6rem) !important; line-height: 1.5 !important;}

.basic-notice-slider .img-wrap .img-item .box_frame {position: relative; height: 100%;}
.basic-notice-slider .box_date { font-size:max(13px, 1.6rem); font-weight:400; color:#434343; position: absolute; bottom: 0; right: 0;}



/* hover */
.basic-notice-slider .post-image a:hover .box_title > i {transform: rotate(-360deg);}
/*.basic-notice-slider .post-image a:hover*/

@media (max-width: 991px) { 
	.basic-notice-slider .box_subject {height: fit-content;}
	.basic-notice-slider .box_con {font-size:max(16px, 2rem); }
	.basic-notice-slider .box_con p,
	.basic-notice-slider .box_con p span{font-size:max(16px, 2rem);}
}


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

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

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

@media (max-width:500px) { 
.basic-notice-slider .box_subject {font-size: 20px;}
.basic-notice-slider .box_con {font-size: 16px;}
.basic-notice-slider .box_con p,
.basic-notice-slider .box_con p span{font-size: 16px;}
.basic-notice-slider .img-wrap {padding-bottom: 90%;}
}




