@charset "utf-8";





/* 210217 */

.basic-notice-slider2 .item .item-list { background:#fff; border:1px solid #959595;}
.basic-notice-slider2 .img-wrap .img-item {padding: 16px 12px;}
.basic-notice-slider2 .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-slider2 .img-wrap .img-item > .box_frame .box_title .box_name {width: 12rem; height: 3.8rem; background: var(--color1); 
text-align: center; line-height: 3.8rem; color: #fff; font-size: max(16px, 2rem); }
.basic-notice-slider2 .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-slider2 .box_subject {
/* 한 줄 자르기 */ display: inline-block; white-space: nowrap; overflow: hidden; height: 2.7em;
margin:0; font-size:max(17px, 2rem); font-weight:500; color:#434343; margin-bottom:max(10px, 6.5%);
/* 여러 줄 자르기 추가 스타일 */ white-space: unset; line-height: 1.3;  text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; 

}
.basic-notice-slider2 .box_con { 
	font-size:max(14px, 1.6rem); font-weight:400; color:#434343; margin-bottom:10px; height: 4.7em;
	/* 한 줄 자르기 */ 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-slider2 .box_con > *,
.basic-notice-slider2 .box_con :is(p, h1, h2, h3, h4, h5, span, b, a) {
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size:max(14px, 1.6rem) !important; font-weight: 400 !important; color: #434343 !important; line-height: 1.5 !important;

}

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



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




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

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

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

@media (max-width:500px) { 
.basic-notice-slider2 .box_subject {font-size: 3rem;}
.basic-notice-slider2 .box_con {font-size: 2.6rem; height: 3.7em;}
.basic-notice-slider2 .img-wrap {padding-bottom: 90%;}
}




