@charset "utf-8";

/* 최근게시물 (갤러리) */
.ws_latest_gallery01_wrap {position:relative;overflow:hidden}
.ws_latest_gallery01_wrap:before,
.ws_latest_gallery01_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_gallery01_wrap .es_title {display:block}
.ws_latest_gallery01_wrap .es_title a {display:inline-block;color:#000;font-size:1.6em}
.ws_latest_gallery01_wrap .es_more {display:block;position:absolute;top:0;right:0;color:#BBB;font-size:1.3em}
.ws_latest_gallery01_wrap .es_content_area {}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box {margin-top:10px;text-align:center}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box a {overflow:hidden;display:block;position:relative;border-radius:10px !important}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_image_field {display:block}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_image_field .ss_image {max-width:100%;transition:all .3s}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box:hover .is_image_field .ss_image {transform:scale(1.05)}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field {opacity:0;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;padding:0 10px;background-color:rgba(0,0,0,.5);transition:all .3s}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box:hover .is_desc_field {opacity:1}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .fa-heart{color:#ff0000}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .fa-caret-right{color:#bbb}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon {display:inline-block;margin-right:5px;border-radius:2px;font-size:0.833em;text-align:center;line-height:16px}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_new {width:16px;color:#ffff00;background:#6db142}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_hot {width:16px;color:#fff;background:#e52955}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_cmt {padding:0 5px;color:#fff;white-space:nowrap;background:#5c85c1}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.fa-lock {width:16px;color:#4f818c;background-color:#cbe3e8}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {color:#FFF;font-weight:500;font-size:1.3em;line-height:1.5;letter-spacing:-0.5px;word-break:keep-all}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_notice {font-weight:bold}
.ws_latest_gallery01_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {}