@charset "utf-8";

/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - MAIN
 *
 * ==================================================================================================== */

/* COMMON */
.ws_main_content_wrap {margin:10rem 0}
.ws_main_content_wrap .es_main_title {display:block;color:#000;font-size:3.5rem;text-align:center}
.ws_main_content_wrap .es_desc {margin-top:1rem;margin-bottom:5rem;font-size:1.8rem;text-align:center}

/* 최근게시물(교육목록) */
.ws_latest_gallery_wrap {position:relative}
.ws_latest_gallery_wrap:before,
.ws_latest_gallery_wrap:after {visibility:hidden;display:block;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_gallery_wrap .bx-wrapper {max-width:100% !important;margin-bottom:0 !important;border:0 !important;box-shadow:none !important;background:transparent}
.ws_latest_gallery_wrap .bx-wrapper .bx-controls-auto,
.ws_latest_gallery_wrap .bx-wrapper .bx-pager {position:initial}
.ws_latest_gallery_wrap .bx-wrapper .bx-controls-direction a {width:7rem;height:7rem;margin-top:0;border-radius:50%;background:none;background-color:rgba(0,0,0,.1);font-size:0;line-height:7rem;text-align:center;transform:translatey(-50%)}
.ws_latest_gallery_wrap .bx-wrapper .bx-controls-direction a:hover {background-color:rgba(0,0,0,.5)}
.ws_latest_gallery_wrap .bx-wrapper .bx-prev {left:-8rem}
.ws_latest_gallery_wrap .bx-wrapper .bx-next {right:-8rem}
.ws_latest_gallery_wrap .bx-wrapper .bx-prev:before,
.ws_latest_gallery_wrap .bx-wrapper .bx-next:before {display:block;position:absolute;top:0;left:0;width:100%;height:100%;color:#FFF;font-size:2.5rem;font-family:'xeicon';text-indent:0}
.ws_latest_gallery_wrap .bx-wrapper .bx-prev:before {content:'\e93c'}
.ws_latest_gallery_wrap .bx-wrapper .bx-next:before {content:'\e93f'}
.ws_latest_gallery_wrap .es_title {display:block;height:4rem;padding:0 2rem;border-bottom:1px solid #DDD;background-color:#FAFAFA;line-height:4rem}
.ws_latest_gallery_wrap .es_title a {display:inline-block;position:relative;color:#000}
.ws_latest_gallery_wrap .es_title a:after {position:absolute;bottom:1px;left:0;width:100%;height:2px;background-color:#000;content:''}
.ws_latest_gallery_wrap .es_more {}
.ws_latest_gallery_wrap .es_more:hover {}
.ws_latest_gallery_wrap .es_content_area {}
.ws_latest_gallery_wrap .es_content_area .bs_list_box {position:relative}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_label {display:block;position:absolute;top:1rem;right:1rem;height:1rem;width:7rem;height:7rem;border-radius:50%;font-size:1.4rem;line-height:7rem;text-align:center}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_ing {background-color:#4369E3;color:#FFF}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_end {background-color:#333;color:#FFF}
.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:40rem;border-radius:5px;object-fit:cover}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field {position:relative;margin-top:1.5rem}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_label {display:inline-block;margin-bottom:1rem;border:1px solid;padding:1px 1rem;border-radius:3px;font-size:1.4rem}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_label.ss_on {border-color:#4369E3;color:#4369E3}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_label.ss_off {border-color:#DB00AF;color:#DB00AF}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {overflow:hidden;display:block;height:5.1rem;color:#000;font-weight:normal;font-size:1.7rem}
.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:flex;flex-shrink:0;margin-top:1.5rem;font-size:1.5rem}
.ws_latest_gallery_wrap .es_content_area .bs_list_box .is_desc_field .ss_time span {display:inline-block;margin-right:1rem}


/* ==================================================================================================== *
 *
 *     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 .bx-wrapper .bx-controls-direction a {display:none}
}


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

}