@charset "utf-8";

/* 최근게시물(일정) */
.ws_latest_schedule_wrap {position:relative}
.ws_latest_schedule_wrap:before,
.ws_latest_schedule_wrap:after {visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_schedule_wrap .es_title {margin-bottom:3rem}
.ws_latest_schedule_wrap .es_title a {display:inline-block;color:#000;font-size:3.5rem}
.ws_latest_schedule_wrap .es_more {display:block;position:absolute;top:0;right:0;width:5rem;height:5rem;border-radius:50%;background-color:#E9E9E9;color:#999;text-align:center;font-size:2rem;line-height:5rem}
.ws_latest_schedule_wrap .es_more:hover {color:#777}
.ws_latest_schedule_wrap .es_content_area {}
.ws_latest_schedule_wrap .es_content_area .bs_list_box {position:relative;margin-bottom:2rem}
.ws_latest_schedule_wrap .es_content_area .bs_list_box:last-child {margin-top:0}
.ws_latest_schedule_wrap .es_content_area .bs_list_box a {display:flex;flex-wrap:wrap;align-items:center;padding:2.5rem 3rem;border-radius:3rem;box-shadow:0 4px 12px rgba(122,122,122,.12);border:1px solid #EEE;background-color:#FFF}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .fa-heart{color:#FF0000}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .fa-caret-right{color:#BBB}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_icon {display:inline-block;margin-right:5px;border-radius:2px;font-size:1.2rem;text-align:center;line-height:16px}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_icon.ss_new {width:16px;background-color:#6DB142;color:#FFFF00}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_icon.ss_hot {width:16px;background-color:#E52955;color:#FFF}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_icon.ss_cmt {padding:0 5px;background-color:#5C85C1;color:#FFF;white-space:nowrap}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_icon.fa-lock {width:16px;background-color:#CBE3E8;color:#4F818C}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_image_field {display:inline-block;width:13rem}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_image_field .ss_image {max-width:10rem;border-radius:1rem}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_image_field .ss_noimg {max-width:10rem}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_desc_field {width:calc(100% - 13rem)}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {overflow:hidden;display:block;height:3rem;color:#000;font-weight:500;font-size:2rem}
.ws_latest_schedule_wrap .es_content_area .bs_list_box:hover .is_desc_field .ss_subject {text-decoration:underline}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_desc_field .ss_notice {}
.ws_latest_schedule_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {display:block;margin-bottom:1rem;color:#777;font-size:1.5rem}


/* ==================================================================================================== *
 *
 *     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_schedule_wrap .es_title a {font-size:2.5rem}
	.ws_latest_schedule_wrap .es_content_area .bs_list_box a {padding:1.5rem}
}


/* ==================================================================================================== *
 *
 *     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_schedule_wrap .es_content_area {display:flex;flex-wrap:wrap;justify-content:space-between}
	.ws_latest_schedule_wrap .es_content_area .bs_list_box {width:49%}
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}