@charset "utf-8";

/* 최근게시물 (갤러리) */
.ws_latest_custom_gallery_wrap {position:relative;padding:20px;border-radius:15px !important;overflow:hidden}
.ws_latest_custom_gallery_wrap:before,
.ws_latest_custom_gallery_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_custom_gallery_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important;background:transparent !important}
.ws_latest_custom_gallery_wrap .es_title {display:block;height:60px;margin-bottom:20px;font-weight:bold;font-size:2em;line-height:60px;letter-spacing:-0.5px}
.ws_latest_custom_gallery_wrap .es_title a {display:inline-block;color:#FFF}
.ws_latest_custom_gallery_wrap .es_more {display:block;position:absolute;top:16px;right:0;width:27px;height:27px;background-image:url('../../../../img/main/plus.png');background-position:center;background-repeat:no-repeat}
.ws_latest_custom_gallery_wrap .es_content_area {}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box {overflow:hidden;position:relative;border-radius:15px !important}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_image_field {display:block;width:100%;text-align:center}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_image_field .ss_image {display:inline-block;max-width:100%}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_noimg_field {background-color:#eee}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_noimg_field .ss_noimg {display:inline-block;position:relative}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field {height:50px;padding:0 20px;background-color:#FFF}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .fa-heart{color:#ff0000}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .fa-caret-right{color:#bbb}
.ws_latest_custom_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_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_new {width:16px;color:#ffff00;background:#6db142}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.ss_hot {width:16px;color:#fff;background:#e52955}
.ws_latest_custom_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_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_icon.fa-lock {width:16px;color:#4f818c;background-color:#cbe3e8}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {color:#000;font-weight:normal;font-size:1.4em;line-height:50px;letter-spacing:-0.5px}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box:hover .is_desc_field .ss_subject {text-decoration:underline}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_notice {}
.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {}

.ws_latest_custom_gallery_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important}
.ws_latest_custom_gallery_wrap .bx-controls {position:absolute !important;top:-68px;right:0}
.ws_latest_custom_gallery_wrap .bx-controls-direction a {display:inline-block;position:relative !important;top:auto !important;right:auto !important;left:auto !important;width:38px !important;height:38px !important;margin:0 !important;border:1px solid #FFF;background:none !important;font-size:0}
.ws_latest_custom_gallery_wrap .bx-controls-direction a:before {display:block;color:#FFF;font-size:20px;line-height:38px;text-align:center;font-family:'xeicon';text-indent:0}
.ws_latest_custom_gallery_wrap .bx-wrapper .bx-prev:before {content:'\e93c'}
.ws_latest_custom_gallery_wrap .bx-wrapper .bx-next {border-left:0}
.ws_latest_custom_gallery_wrap .bx-wrapper .bx-next:before {content:'\e93f'}


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_latest_custom_gallery_wrap .es_title {height:40px;font-size:1.6em;line-height:40px}
	.ws_latest_custom_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {font-size:1.1em}
	.ws_latest_custom_gallery_wrap .bx-controls {top:-50px}
	.ws_latest_custom_gallery_wrap .bx-controls-direction a {width:25px !important;height:25px !important}
	.ws_latest_custom_gallery_wrap .bx-controls-direction a:before {line-height:25px}
}

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

}

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

}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 이상) 992px 이상 */
@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) {

}