@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS DESIGN STYLESHEET - SKIN > LATEST
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* LATEST > SWIPER */
.ws_latest_swiper_wrap {position:relative}
.ws_latest_swiper_wrap .es_tab_area {display:flex;justify-content:flex-end;margin-bottom:4rem;padding-right:25rem;border-bottom:1px solid #333}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box {display:flex;justify-content:center;align-items:center;min-width:13rem;height:5.5rem;padding:0 0.4rem;border-top:1px solid #333;border-right:1px solid #333;line-height:5.5rem}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box:first-child {border-radius:1rem 0 0 0;border-left:1px solid #333}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box .is_title {display:block;color:#333;font-weight:500;font-size:1.7rem;line-height:1.2;text-align:center;cursor:pointer}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box:hover .is_title {text-decoration:underline}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box.bs_tab_on {}
.ws_latest_swiper_wrap .es_tab_area .bs_list_box.bs_tab_on .is_title {color:#FFF;font-weight:bold}
.ws_latest_swiper_wrap .es_content_area {}
.ws_latest_swiper_wrap .es_content_area .bs_list_box {}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field {display:block}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {text-align:center}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%;border-radius:1.5rem 1.5rem 0 0}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {padding:2.5rem;background-color:#FFF;border-radius:0 0 1.5rem 1.5rem}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {overflow:hidden;display:-webkit-box;height:5.3rem;color:#121212;font-weight:500;font-size:1.7rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field:hover .ss_text_zone .ks_subject {font-weight:500;text-decoration:underline}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject .os_label {display:block;margin-bottom:0.5rem;font-weight:bold;font-size:1.5rem}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_date {display:block;margin-top:3rem;font-size:1.4rem}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_date i {vertical-align:text-bottom;color:#999;font-size:1.8rem}

/* CONTROL */
.ws_latest_swiper_wrap .es_control_area {position:absolute;top:0;right:0;width:25rem;padding-right:3rem;border-radius:0 1rem 0 0;border-top:1px solid #333;border-right:1px solid #333}
.ws_latest_swiper_wrap .es_control_area .bs_control_box {display:flex;align-items:center;justify-content:flex-end;height:5.5rem}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_fraction_field {margin-right:1rem;font-size:1.4rem}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_current {color:#000;font-weight:bold}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_total {}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field {width:1.5rem;height:2rem;margin-left:1rem;background-color:transparent;color:#555;font-size:2.2rem;line-height:2rem;text-align:center}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field.is_button_prev {}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field.is_button_next {}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field.is_button_pause {}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field.is_button_play {}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field .ss_icon {}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (DESKTOP BASE) - UNDER BREAKPOINT SIZE
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES 4XL (2560px) DOWN (MAX) */
@media all and (max-width:2559.98px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px) DOWN (MAX) */
@media all and (max-width:1919.98px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px) DOWN (MAX) */
@media all and (max-width:1599.98px) {

}

/* WEBIS MEDIA QUERIES XL (1440px) DOWN (MAX) */
@media all and (max-width:1439.98px) {
	.ws_latest_swiper_wrap .es_tab_area {padding-right:20rem}
	.ws_latest_swiper_wrap .es_tab_area .bs_list_box {min-width:11rem}
	.ws_latest_swiper_wrap .es_control_area {width:20rem}
}

/* WEBIS MEDIA QUERIES LG (1280px) DOWN (MAX) */
@media all and (max-width:1279.98px) {

}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_latest_swiper_wrap .es_tab_area .bs_list_box {min-width:auto}
	.ws_latest_swiper_wrap .es_tab02 .bs_list_box {width:calc(100% / 2)}
	.ws_latest_swiper_wrap .es_tab03 .bs_list_box {width:calc(100% / 3)}
	.ws_latest_swiper_wrap .es_tab04 .bs_list_box {width:calc(100% / 4)}
	.ws_latest_swiper_wrap .es_tab05 .bs_list_box {width:calc(100% / 5)}
	.ws_latest_swiper_wrap .es_content_area .bs_list_box {margin-bottom:2rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {

}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_latest_swiper_wrap .es_tab_area {padding-right:0}
	.ws_latest_swiper_wrap .es_tab_area .bs_list_box:last-child {border-radius:0 1rem 0 0}
	.ws_latest_swiper_wrap .es_control_area {position:initial;width:100%;padding-right:0;border:0}
	.ws_latest_swiper_wrap .es_control_area .bs_content_box {justify-content:center}
	.ws_latest_swiper_wrap .es_control_area .bs_content_box .is_button_field {width:3rem;height:3rem;margin-left:0.5rem;border-radius:50%;background-color:#FFF;line-height:3rem}
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {padding:2rem}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px) DOWN (MAX) */
@media all and (max-width:319.98px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px) DOWN (MAX) */
@media all and (max-width:279.98px) {

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (MOBILE BASE) - MORE THAN BREAKPOINT SIZE
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px) UP (MIN) */
@media all and (min-width:0px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px) UP (MIN) */
@media all and (min-width:280px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px) UP (MIN) */
@media all and (min-width:320px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {

}

/* WEBIS MEDIA QUERIES SS (640px) UP (MIN) */
@media all and (min-width:640px) {

}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {

}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {

}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {

}

/* WEBIS MEDIA QUERIES XL (1440px) UP (MIN) */
@media all and (min-width:1440px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px) UP (MIN) */
@media all and (min-width:1600px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px) UP (MIN) */
@media all and (min-width:1920px) {

}

/* WEBIS MEDIA QUERIES 4XL (2560px) UP (MIN) */
@media all and (min-width:2560px) {

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (BETWEEN) - ONLY BETWEEN BREAKPOINT SIZES
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px ~ 279.98px) ONLY */
@media all and (min-width:0px) and (max-width:279.98px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px ~ 319.98px) ONLY */
@media all and (min-width:280px) and (max-width:319.98px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px ~ 479.98px) ONLY */
@media all and (min-width:320px) and (max-width:479.98px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px ~ 639.98px) ONLY */
@media all and (min-width:480px) and (max-width:639.98px) {

}

/* WEBIS MEDIA QUERIES SS (640px ~ 767.98px) ONLY */
@media all and (min-width:640px) and (max-width:767.98px) {

}

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {

}

/* WEBIS MEDIA QUERIES MD (1024px ~ 1279.98px) ONLY */
@media all and (min-width:1024px) and (max-width:1279.98px) {

}

/* WEBIS MEDIA QUERIES LG (1280px ~ 1439.98px) ONLY */
@media all and (min-width:1280px) and (max-width:1439.98px) {

}

/* WEBIS MEDIA QUERIES XL (1440px ~ 1599.98px) ONLY */
@media all and (min-width:1440px) and (max-width:1599.98px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px ~ 1919.98px) ONLY */
@media all and (min-width:1600px) and (max-width:1919.98px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px ~ 2559.98px) ONLY */
@media all and (min-width:1920px) and (max-width:2559.98px) {

}