@charset "utf-8";

/* 최신글 */
.bx-prev{background-image:url(./img/prev_icon.png);background-repeat:no-repeat;background-position:center center}
.bx-next{background-image:url(./img/next_icon.png);background-repeat:no-repeat;background-position:center center}
.bx-wrapper{margin-top:-20px}
.sh_latest_box{height:303px;top:14px;left:-194px;overflow:hidden}
#sh_latest{position:relative;height:303px}
.sh_lt{position:absolute;width:100%}
#sh_latest li{position:relative;margin-top:29px;width:100% !important;height:115px;border-bottom:1px dotted #ddd;font-size:15px;line-height:22px;}
#sh_latest li:last-child{border-bottom:none}
#sh_latest li a{display:block;width:100%;}
#sh_latest .lt_subj {margin-bottom:14px;font-size:15px;color:#222;font-family:'notokr-medium'}
#sh_latest .lt_cont{font-size:14px;line-height:24px;color:#999;font-family:'notokr-regular'}
#sh_latest .lt_cont a{font-family:'notokr-regular'}
#sh_latest .lt_cont p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-family:'notokr-regular'}
#sh_latest .lt_nodata {margin-top:35px;font-size:14px;text-align:center;color:#a3a3a3;font-family:'notokr-regular'}
#sh_latest .date{display:none;float:right;font-size:14px;color:#888;font-family:'notokr-regular'}

/* 좌우버튼 */
#sh_latest .bx-controls-direction{display:none;position:absolute;left:10px;top:49px;z-index:9999}
#sh_latest .bx-controls-direction a {display:block;float:left;position:relative;width:18px;height:18px;margin-right:3px;transition:all .3s; text-indent:-9999999px}

@media(max-width:1024px){
.sh_lt{display:flex;position:initial;width:100%}
.sh_latest_box{height:auto}
#sh_latest{height:auto}
#sh_latest li{width:calc(100% / 2)!important;height:auto;margin-top:0;padding:20px 30px;border-bottom:0}
#sh_latest li:first-child{padding-left:0}
#sh_latest li+li{border-left:1px dotted #ddd}
}
@media(max-width:700px){
.sh_lt{display:block}
#sh_latest li{width:100%!important;padding:40px 0;border-bottom:1px dotted #ddd}
#sh_latest li:first-child{padding-top:10px}
#sh_latest li+li{border-left:0}
}