@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS DESIGN STYLESHEET - SKIN > LATEST
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* LATEST > SWIPER */
.ws_latest_swiper_wrap {display:flex;flex-wrap:wrap}
.ws_latest_swiper_wrap .es_title_area {position:relative;width:20%}
.ws_latest_swiper_wrap .es_title_area .bs_title {}
.ws_latest_swiper_wrap .es_title_area .bs_title a {color:#121212;font-size:3.5rem}
.ws_latest_swiper_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:1.8rem}
.ws_latest_swiper_wrap .es_content_area {position:relative}
.ws_latest_swiper_wrap .es_content_area .swiper {padding-bottom:1.5rem;padding-left:1.5rem}
.ws_latest_swiper_wrap .es_content_area .bs_list_box {position:relative;transition:all .3s}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field {display:block;border-radius:2rem;box-shadow:0 0.4rem 1.2rem rgba(122,122,122,.12)}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {overflow:hidden;border-radius:2rem 2rem 0 0;text-align:center}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {padding:3rem;border-radius:0 0 2rem 2rem;background-color:#FFF}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {overflow:hidden;display:-webkit-box;color:#000;font-weight:500;font-size:1.8rem;text-overflow:ellipsis;-webkit-line-clamp:1;-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_date {display:block;margin-top:1rem}
.ws_latest_swiper_wrap .es_control_area {margin-top:5rem}
.ws_latest_swiper_wrap .es_control_area .bs_control_box {display:flex;align-items:center;gap:0.5rem}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field {width:5rem;height:5rem;border-radius:50%;box-shadow:0 0.4rem 1.2rem rgba(122,122,122,.12);border:1px solid #EEE;font-size:2rem;line-height:5rem;text-align:center}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field .ss_icon {}
.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 {display:none}
.ws_latest_swiper_wrap .es_more_area {display:inline-block;margin-top:3rem;border-bottom:1px solid #000;color:#000;font-weight:bold}
.ws_latest_swiper_wrap .es_more_area .bs_text {}
.ws_latest_swiper_wrap .es_more_area .bs_icon {transition:all .3s}
.ws_latest_swiper_wrap .es_more_area:hover .bs_icon {transform:translateX(1rem)}


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

}

/* 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_title_area {width:100%;margin-bottom:3rem}
	.ws_latest_swiper_wrap .es_content_area {width:100%}
	.ws_latest_swiper_wrap .es_content_area .swiper {padding-right:1.5rem}
	.ws_latest_swiper_wrap .es_control_area {position:absolute;right:0;bottom:0}
	.ws_latest_swiper_wrap .es_more_area {display:none}
}

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

}

/* 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) {
	.ws_latest_swiper_wrap .es_content_area:before {content:'';display:block;position:absolute;bottom:1.5rem;left:-25rem;width:21.3rem;height:29.4rem;background-image:url('../../../img/main/gallery_bg.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
}

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

}