@charset "utf-8";

/* 최근게시물 (기본) */
.ws_latest_list_wrap {position:relative;overflow:hidden;padding:25px;border-radius:10px !important;border:1px solid #DDD}
.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}
.ws_latest_list_wrap .es_title a {display:inline-block;color:#000;font-size:1.6em}
.ws_latest_list_wrap .es_more {display:block;position:absolute;top:25px;right:25px;color:#BBB;font-size:1.3em;text-align:center}
.ws_latest_list_wrap .es_more:hover{color:#777}
.ws_latest_list_wrap .es_content_area {margin-top:20px}
.ws_latest_list_wrap .es_content_area .bs_list_box {position:relative;margin-top:11px}
.ws_latest_list_wrap .es_content_area .bs_list_box a {display:flex;justify-content:space-between;align-items:center;width:100%}
.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 {overflow:hidden;display:-webkit-box;position:relative;margin-right:5px;padding-left:10px;font-weight:normal;font-size:1.2em;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_subject:before {content:'';display:block;position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:50% !important;background-color:#000}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_subject:hover {text-decoration:underline}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_notice {font-weight:bold}
.ws_latest_list_wrap .es_content_area .bs_list_box .is_time {flex-shrink:0;color:#999}