@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_title_area {display:flex;align-items:flex-end;justify-content:space-between}
.ws_latest_swiper_wrap .es_title_area .bs_title_box {}
.ws_latest_swiper_wrap .es_title_area .bs_title_box .is_title {}
.ws_latest_swiper_wrap .es_title_area .bs_title_box .is_title a {color:#000;font-size:3.5rem}
.ws_latest_swiper_wrap .es_title_area .bs_title_box .is_desc {margin-top:1rem;font-size:1.8rem}
.ws_latest_swiper_wrap .es_title_area .bs_more_box {display:block;position:relative;max-width:30rem;width:100%;padding:2rem 5rem;border-radius:50px;background-image:linear-gradient(to right, var(--webis_color_cyan_like_800), var(--webis_color_cyan_like_300));color:#FFF;font-weight:500;line-height:1.4}
.ws_latest_swiper_wrap .es_title_area .bs_more_box:after {content:'';display:block;position:absolute;right:-1.5rem;bottom:0;width:16.3rem;height:14.5rem;background-image:url('../../../img/main/gallery_btn.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
.ws_latest_swiper_wrap .es_title_area .bs_more_box .is_point {font-size:2rem}
.ws_latest_swiper_wrap .es_content_area {position:relative}
.ws_latest_swiper_wrap .es_content_area .bs_list_box {position:relative;transition:width .3s}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field {overflow:hidden;display:block;position:relative}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_label {position:absolute;top:5rem;left:-5rem;color:transparent;font-style:italic;font-weight:bold;font-size:18rem;line-height:1;-webkit-text-stroke:2px #FFF;z-index:1}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {overflow:hidden;position:relative;border-radius:5rem;text-align:center}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone:before {content:'';opacity:0;display:block;position:absolute;top:50%;left:50%;width:0;height:0;border-radius:5rem;background-image:linear-gradient(to right, var(--webis_color_cyan_like_800), var(--webis_color_cyan_like_300));transform:translate(-50%, -50%);transition:all .3s;z-index:2}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field:hover .ss_image_zone:before {opacity:.7;width:100%;height:100%}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone:after {content:'\e9c5';opacity:0;display:block;position:absolute;top:50%;left:50%;width:5rem;height:5rem;border-radius:50%;background-color:rgba(255,255,255,.2);color:#FFF;line-height:5rem;text-align:center;font-family:'xeicon';transform:translate(-50%, -50%);transition:all .3s;z-index:3}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field:hover .ss_image_zone:after {opacity:1}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%;transition:all .3s}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field:hover .ss_image_zone .ks_image {transform:scale(1.05)}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {position:absolute;bottom:0;left:0;width:100%;padding:5rem;z-index:1}
.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {overflow:hidden;display:-webkit-box;color:#FFF;font-weight:500;font-size:2.5rem;line-height:1.4;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_date {display:block;margin-top:1rem}
.ws_latest_swiper_wrap .es_control_area {position:absolute;bottom:0;left:calc(35% + 7rem);width:calc(100% - (35% + 7rem));z-index:10}
.ws_latest_swiper_wrap .es_control_area .bs_control_box {display:flex;align-items:center;justify-content:center;gap:0.5rem}
.ws_latest_swiper_wrap .es_content_area .bs_control_box .is_pagination_field {position:initial;width:calc(100% - 16.5rem);padding-right:2rem}
.ws_latest_swiper_wrap .es_content_area .bs_control_box .is_pagination_field .swiper-pagination-bullet {width:calc(100% / 8);margin:0;border-radius:0;background-color:#BBB}
.ws_latest_swiper_wrap .es_content_area .bs_control_box .is_pagination_field .swiper-pagination-bullet-active {background-color:var(--webis_color)}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field {flex-shrink:0;display:inline-block;width:5rem;height:5rem;border-radius:50%;border:1px solid #DDD;background-color:#FFF;font-size:2rem}
.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 {border-color:#000;background-color:#000;color:#FFF}
.ws_latest_swiper_wrap .es_control_area .bs_control_box .is_button_field.is_button_play {display:none}

/* LATEST > SWIPER > SWIPER */
.ws_latest_swiper_wrap .swiper-wrapper {align-items:center}
.ws_latest_swiper_wrap .swiper-slide-active .is_link_field:after {content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:5rem;background-image:linear-gradient(rgba(0,0,0,0) 30%,rgba(0,0,0,.6) 100%)}
.ws_latest_swiper_wrap .swiper-slide-active .is_link_field .ss_label {display:block !important}
.ws_latest_swiper_wrap .swiper-slide-active .is_link_field .ss_text_zone {display:block !important}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_latest_swiper_wrap .es_title_area {margin-bottom:5rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_latest_swiper_wrap .es_control_area {left:calc(50% + 7rem);width:calc(100% - (50% + 7rem))}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_label {left:-3rem;font-size:10rem;-webkit-text-stroke:1px #FFF}
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {padding:3rem}
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {font-size:2rem}
	.ws_latest_swiper_wrap .es_control_area {position:initial;width:100%;margin-top:2rem}
	
	.ws_latest_swiper_wrap .swiper-slide .is_link_field:after {content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:5rem;background-image:linear-gradient(rgba(0,0,0,0) 30%,rgba(0,0,0,.6) 100%)}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_latest_swiper_wrap .es_title_area .bs_more_box:after {width:12rem;height:11rem}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_latest_swiper_wrap .es_title_area .bs_more_box {max-width:24rem;padding:2rem 3rem}
}

/* 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) {
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_label {display:none}
	.ws_latest_swiper_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {display:none}
	.ws_latest_swiper_wrap .swiper-slide-active {width:50% !important;min-height:47rem}
	.ws_latest_swiper_wrap .swiper-slide-active .ss_image_zone {border-radius:10rem !important}
	.ws_latest_swiper_wrap .swiper-slide-active img {width:100%}
	.ws_latest_swiper_wrap .swiper-slide-active .is_link_field:after {border-radius:10rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_latest_swiper_wrap .swiper-slide-active {width:35% !important;height:45rem;margin-right:7rem !important}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_latest_swiper_wrap .es_title_area {position:absolute;top:0;left:calc(35% + 7rem);width:calc(100% - (35% + 7rem));z-index:99}
	
	.ws_latest_swiper_wrap .swiper-slide-active {height:50.2rem}
}

/* WEBIS MEDIA QUERIES XL (1440px) UP (MIN) */
@media all and (min-width:1440px) {
	.ws_latest_swiper_wrap .swiper-slide-active {height:56.8rem}
}

/* WEBIS MEDIA QUERIES 2XL (1600px) UP (MIN) */
@media all and (min-width:1600px) {
	.ws_latest_swiper_wrap .swiper-slide-active {height:60rem}
}

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

}