@charset "utf-8";

/* 최근게시물 (팝업) */
.ws_latest_popup_wrap {position:relative}
.ws_latest_popup_wrap:before,
.ws_latest_popup_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_popup_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important}
.ws_latest_popup_wrap .bx-wrapper .bx-controls {overflow:hidden}
.ws_latest_popup_wrap .bx-wrapper .bx-controls-direction {position:absolute;top:-65px;right:0;text-align:right}
.ws_latest_popup_wrap .bx-wrapper .bx-controls-direction a {display:inline-block;vertical-align:middle;position:initial !important;margin-top:0 !important;margin-left:65px;width:32px !important;height:32px !important;border-radius:50% !important;background:#E2E4E6;font-size:0;line-height:32px;text-align:center;text-indent:0 !important}
.ws_latest_popup_wrap .bx-wrapper .bx-prev {margin-left:0 !important}
.ws_latest_popup_wrap .bx-wrapper .bx-prev:before,
.ws_latest_popup_wrap .bx-wrapper .bx-next:before {display:block;color:#333;font-weight:bold;font-size:14px;font-family:'xeicon'}
.ws_latest_popup_wrap .bx-wrapper .bx-prev:before {content:'\e93b'}
.ws_latest_popup_wrap .bx-wrapper .bx-next:before {content:'\e93e'}
.ws_latest_popup_wrap .bx-controls-direction .bx-prev:hover:before,
.ws_latest_popup_wrap .bx-controls-direction .bx-next:hover:before {color:#777}
.ws_latest_popup_wrap .bx-wrapper .bx-pager {position:absolute;top:-75px;right:50px;bottom:auto;width:auto;height:auto;padding-top:0;color:#333;font-weight:bold;font-size:1.3em;line-height:55px}
.ws_latest_popup_wrap .bx-wrapper .bx-pager.bx-default-pager a {width:10px;height:10px;border-radius:50px !important;background-color:#DDD !important}
.ws_latest_popup_wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.ws_latest_popup_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {background:#999 !important}
.ws_latest_popup_wrap .es_title {display:block;height:55px;margin-bottom:20px;color:#000;font-size:1.8em;line-height:55px;letter-spacing:-0.5px}
.ws_latest_popup_wrap .es_content_area {}
.ws_latest_popup_wrap .es_content_area .bs_list_box {}
.ws_latest_popup_wrap .es_content_area .bs_list_box .is_image_field {display:block;width:100%;height:312px;border-radius:10px !important;overflow:hidden}
.ws_latest_popup_wrap .es_content_area .bs_list_box .is_image_field .ss_image {width:100%;height:100%}


/* ==================================================================================================== *
 *
 *     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_popup_wrap .bx-wrapper .bx-controls-direction {top:-40px}
	.ws_latest_popup_wrap .bx-wrapper .bx-controls-direction a {width:25px !important;height:25px !important;line-height:25px}
	.ws_latest_popup_wrap .bx-wrapper .bx-controls-direction .bx-prev:before,
	.ws_latest_popup_wrap .bx-wrapper .bx-controls-direction .bx-next:before {font-size:12px}
	.ws_latest_popup_wrap .bx-wrapper .bx-pager {top:-40px;right:45px;font-size:1.1em;line-height:25px}
	.ws_latest_popup_wrap .es_title {margin-bottom:0;font-size:1.4em}
	.ws_latest_popup_wrap .es_content_area .bs_list_box .is_image_field {height:auto}
}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_latest_popup_wrap .es_content_area .bs_list_box {width:236px !important}
	.ws_latest_popup_wrap .es_content_area .bs_list_box .is_image_field {height:auto}
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}