<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 최근갤러리 */
.ws_latest_gallery_wrap {position:relative}
.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_latest_title {display:block;height:40px;margin-bottom:10px;line-height:40px}
.ws_latest_gallery_wrap .es_latest_title a {display:inline-block;position:relative;color:#000;font-weight:500;font-size:1.5em;letter-spacing:-0.5px}
.ws_latest_gallery_wrap .es_more {display:block;position:absolute;top:10px;right:0;width:20px;height:20px;color:#aaa;text-align:center;line-height:20px}
.ws_latest_gallery_wrap .es_more:hover{color:#777}
.ws_latest_gallery_wrap .es_content_area {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_image {display:block;width:100%;overflow:hidden}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_image .ss_img {max-width:100%;width:100%;height:100%}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box {position:relative;min-height:42px;margin-top:5px;font-size:1.2em;letter-spacing:-0.5px}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .fa-heart{color:#ff0000}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .fa-caret-right{color:#bbb}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .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_box .ss_icon.ss_new {width:16px;color:#ffff00;background:#6db142}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .ss_icon.ss_hot {width:16px;color:#fff;background:#e52955}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .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_box .ss_icon.fa-lock {width:16px;color:#4f818c;background-color:#cbe3e8}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .ss_subject {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .ss_notice {font-weight:bold}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .ss_info {display:inline-block}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_box .ss_time {display:block;margin-top:5px;color:#888}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_noimg {display:block;width:100%;height:175px;background:#f0f0f0;color:#bbb;font-weight:bold;font-size:1.5em;line-height:175px;text-align:center}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_subject {display:inline-block;margin-top:5px;font-size:1.2em}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_time {display:block;margin-top:5px;color:#999;font-size:0.9em}
.ws_latest_gallery_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important}
.ws_latest_gallery_wrap .bx-wrapper .bx-prev {left:0 !important;margin-top:-35px}
.ws_latest_gallery_wrap .bx-wrapper .bx-next {right:0 !important;margin-top:-35px}

 /* ================================================== *
 *
 *     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) {
	
}
 
 /* ================================================== *
 *
 *     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) {

}</pre></body></html>