
.pd24{padding: 24px 0;}
.pdt24{padding-top: 24px;}
.pdb24{padding-bottom: 24px;}


.container-half{padding-left: 16px;}

#main{overflow: hidden;}
#main .swiper{overflow:visible;}
#main .titleArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#main .titleArea h5{font-size: 20px; font-weight: 700;}
#main .titleArea h5.roundTitle{font-size: 12px; width: 100px; border-radius: 100px; text-align: center; padding: 5px 0;}
#main .Today_Wrap .titleArea,
#main .News_Wrap .titleArea{margin-bottom: 10px;}

#main .Today_Wrap .titleArea h5.roundTitle{color: #C01E24; border: 1px solid #C01E24; }
#main .News_Wrap .titleArea h5.roundTitle{color: #000; border: 1px solid #000;}

#main .titleArea h5 > span{color: #C01E24;}
#main .titleArea .btn-more{padding: 5px;}
#main .titleArea .btn-more .ico{
	width: 20px; height: 20px;
	stroke-width:1px;
	fill: none;
	stroke: #000000;
}


.lec-slide .swiper-slide{height: auto;}
.lec-slide .lec-card{height: 100%;}

.lec-card{
	display: block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
	border-radius: 8px;
}
.lec-card .thmb{display: block; overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 65%;}
.lec-card .thmb img{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit:cover;}
.lec-card .txt-cnt{
	min-height: 88px;
	padding: 16px;	
	box-sizing: border-box;
}
.lec-card .txt-cnt .content-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 12px;
	color: #999;
	padding-bottom: 2%;
}
.lec-card .txt-cnt .content-meta .time-info {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.lec-card .txt-cnt .content-meta .time-info::before {
    content: "";
    display: inline-flex;
    width: 12px;
    height: 12px;
    background: url('/images/2024/lecture/icon_time.png') no-repeat center center/cover;
}

.lec-card .txt-cnt h3{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 8px;
}