@charset "utf-8";

/* 최근게시물 (갤러리) */
.ws_latest_gallery_wrap {position:relative}
.ws_latest_gallery_wrap .bx-wrapper .bx-pager {bottom:-40px !important;padding-top:0 !important}
.ws_latest_gallery_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important}
.ws_latest_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a {width:10px;height:10px;border-radius:50px !important;background:#DDD !important}
.ws_latest_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.ws_latest_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {background:#333 !important}
.ws_latest_gallery_wrap:before,
.ws_latest_gallery_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_gallery_wrap .es_title {display:block;font-size:3em;line-height:normal;letter-spacing:-1px;text-align:center}
.ws_latest_gallery_wrap .es_title a {color:#000;display:inline-block;position:relative}
.ws_latest_gallery_wrap .es_desc {margin-bottom:30px;color:#777;font-size:1.5em;line-height:1.5em;word-break:keep-all;text-align:center}
.ws_latest_gallery_wrap .es_more {display:block;position:absolute;top:28px;right:25px;width:25px;height:25px;border-radius:50% !important;font-size:2em;text-align:center;line-height:25px}
.ws_latest_gallery_wrap .es_more:hover {transform:rotate(360deg);transition:all .3s linear}
.ws_latest_gallery_wrap .es_content_area {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box {border-radius:20px !important;border:5px solid;overflow:hidden}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_image_field {display:block;width:100%;height:auto}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_image_field .ss_image {width:100%;height:100%}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field {position:relative;padding:20px 5px;text-align:center}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .fa-heart{color:#ff0000}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .fa-caret-right{color:#bbb}
.ws_latest_gallery_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_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_new {width:16px;color:#ffff00;background:#6db142}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_hot {width:16px;color:#fff;background:#e52955}
.ws_latest_gallery_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_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.fa-lock {width:16px;color:#4f818c;background-color:#cbe3e8}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {color:#000;font-weight:500;font-size:1.3em}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_notice {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {display:block;margin-top:10px;color:#999;font-size:1.1em}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_btn {display:inline-block;margin-top:10px;padding:5px 20px;border:1px solid #DDD;font-size:1.1em;transition:all .3s ease-in-out}
.ws_latest_gallery_wrap .es_content_area .bs_list_box:hover .is_desc_field .ss_btn {border-color:#3694DF;background-color:#3694DF;color:#FFF !important}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_latest_gallery_wrap .es_title {font-size:2.5em}
	.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {font-size:1.1em}
	.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {font-size:1em}
	.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_btn {font-size:1em}
}


/* ==================================================================================================== *
 *
 *     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 all and (min-width:768px) and (max-width:991px) {

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

}