@charset "utf-8";

/* n최신글16 : S */
.ws_nlatest16_wrap {position:relative;border:1px solid #eee;box-shadow:0 1px 16px rgba(102,102,102,0.05);background:#fff}
.ws_nlatest16_wrap .es_title {border-bottom:1px solid #ddd}
.ws_nlatest16_wrap .es_title .bs_text {display:inline-block;width:150px;height:50px;background:#12b4e5;color:#fff;font-size:1.4em;line-height:50px;letter-spacing:-0.5px;text-align:center}
.ws_nlatest16_wrap .es_info_area {overflow:hidden;padding:17px;border-bottom:1px dashed #ddd}
.ws_nlatest16_wrap .es_info_area .bs_subj {display:none;width:60px;height:55px;padding:8px 14px;border:1px solid #5a9eb4;color:#5a9eb4;font-weight:bold;line-height:1.5em;letter-spacing:-0.5px;text-align:center}
.ws_nlatest16_wrap .es_info_area .bs_info_box .is_info_tit {font-weight:normal;color:#333;font-size:1.2em;letter-spacing:-0.5px}
.ws_nlatest16_wrap .es_info_area .bs_info_box .is_info_tit:hover {font-weight:bold;text-decoration:underline}
.ws_nlatest16_wrap .es_info_area .bs_info_box .is_info_txt {display:inline-block;display:-webkit-inline-box;overflow:hidden;margin-bottom:20px;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}
.ws_nlatest16_wrap .es_info_area .bs_info_box .is_info_day {display:block;margin-top:16px;color:#999;font-size:1.2em;letter-spacing:-0.5px}
.ws_nlatest16_wrap .es_more {position:absolute;top:0;right:0;width:50px;height:50px;background:url('../../../../../webis/img/main/plus_b.png') #eee center no-repeat;background-size:20px}
/* n최신글16 : E */

 /* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_nlatest16_wrap .es_title .bs_text {width:120px;height:45px;height:45px;font-size:1.2em;line-height:45px}
	.ws_nlatest16_wrap .es_info_area .bs_subj {width:100%;padding:8px}
	.ws_nlatest16_wrap .es_info_area .bs_info_box {display:block;padding-left:10px}
	.ws_nlatest16_wrap .es_info_area .bs_info_box .is_info_tit {font-size:1.1em}
	.ws_nlatest16_wrap .es_more {height:45px}

}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ================================================== */
 
/* MEDIA (태블릿 이상) 768px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {
	
}
 
 /* ================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media (min-width:768px) and (max-width:991px) {
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}