.sm-today-box{display:flex;}
.sm-today-box > div{width:50%;box-sizing:border-box;}

.sm-today-con > a{display:block;}
.sm-today-con .sm-txt-box{padding:30px 0 0;}
.sm-today-con .sm-txt-box > p{display:-webkit-box;text-overflow:ellipsis;word-break:normal;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.sm-today-con > a:hover .sm-txt-box > p{text-decoration:underline;}
.sm-today-con .sm-txt-box .sm-title{font-weight:500;color:#111;}

.sm-left-box .sm-today-con .sm-img-box{height:465px;}
.sm-left-box .sm-today-con .sm-txt-box .sm-title{height:64px;font-size:22px;line-height:32px;}
.sm-left-box .sm-today-con .sm-txt-box .sm-txt{margin: 3px 0 0;height:56px;font-size:18px;color:#777;line-height:28px;}
.sm-left-box .sm-today-con .sm-txt-box .textShow{margin: 3px 0 0;height:56px;font-size:18px;color:#777;line-height:28px;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}/*최용욱 추가*/

@media screen and (min-width:1025px) {
	.sm-right-box .swiper-wrapper{flex-wrap:wrap;}
	.sm-right-box .swiper-slide:nth-of-type(2n){margin:0 0 45px 0;}
	.sm-right-box .swiper-slide:last-of-type{margin:0;}
}

@media screen and (max-width:1024px) {
	.sm-today-box{display:block;}
	.sm-today-box > div{width:100%;}
	
	.sm-left-box{padding:0 20px;}	
}

@media screen and (max-width:768px) {
	.sm-left-box .sm-today-con .sm-img-box{height:33.3%;}
	.sm-left-box .sm-today-con .sm-txt-box .sm-title{height:auto;max-height:56px;font-size:18px;line-height:28px;}
	.sm-left-box .sm-today-con .sm-txt-box .sm-txt{margin:6px 0 0;height:50px;font-size:15px;line-height:25px;}	
	
	.sm-left-box .sm-today-con .sm-txt-box .textShow{margin:6px 0 0;height:50px;font-size:15px;line-height:25px;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}/*최용욱 추가*/
}