@charset "utf-8";

/* 최근게시물 (기본) */
.ws_latest_list_wrap {position:relative}
.ws_latest_list_wrap:before,
.ws_latest_list_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_list_wrap .es_title {display:block;font-weight:500;font-size:3em;line-height:normal;letter-spacing:-0.5px}
.ws_latest_list_wrap .es_title a {display:inline-block;color:#000}
.ws_latest_list_wrap .es_desc {margin-top:10px;color:#333;font-size:1.4em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_latest_list_wrap .es_more {display:inline-block;margin-top:50px;padding:15px 30px;border-radius:50px !important;border:1px solid;font-size:1.3em;letter-spacing:-0.5px}
.ws_latest_list_wrap .es_more:hover {transition:all .3s}
.ws_latest_list_wrap .es_more i {margin-left:10px}
.ws_latest_list_wrap .es_content_area {border-top:1px solid #DDD;overflow:hidden}
.ws_latest_list_wrap .es_content_area .bs_list_box {position:relative}
.ws_latest_list_wrap .es_content_area .bs_list_box:hover {background-color:#F9F9F9}
.ws_latest_list_wrap .es_content_area .bs_list_box a {display:block;padding:40px;border-bottom:1px solid #DDD}
.ws_latest_list_wrap .es_content_area .bs_list_box .fa-heart{color:#ff0000}
.ws_latest_list_wrap .es_content_area .bs_list_box .fa-caret-right{color:#bbb}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_bullet {margin-right:5px;font-weight:bold}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_icon {display:inline-block;margin-right:5px;border-radius:2px;font-size:0.833em;text-align:center;line-height:16px}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_icon.ss_new {width:16px;color:#ffff00;background:#6db142}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_icon.ss_hot {width:16px;color:#fff;background:#e52955}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_icon.ss_cmt {padding:0 5px;color:#fff;white-space:nowrap;background:#5c85c1}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_icon.fa-lock {width:16px;color:#4f818c;background-color:#cbe3e8}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_subject {display:inline-block;height:25px;margin-right:5px;font-weight:500;font-size:1.4em;line-height:1.5em;letter-spacing:-0.5px}
.ws_latest_list_wrap .es_content_area .bs_list_box:hover .is_subject {color:#000;text-decoration:underline}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_notice {}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_time {position:absolute;top:50%;right:40px;color:#999;font-size:1.2em;line-height:1.5em;letter-spacing:-0.5px;transform:translateY(-50%)}

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

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

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

}
/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {

}

 /* ================================================== *
 *
 *     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) {
	.ws_latest_list_wrap .es_title_area {height:319px;padding:30px;box-shadow:12px 12px 0 #C0EFB3;border:2px dashed #DDD;background-image:url('../../../img/main/latest_title_bg.png');background-position:center right;background-size:auto;background-repeat:no-repeat}
}
 
 /* ================================================== *
 *
 *     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) {

}