@charset "utf-8";

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

/* LATEST > SWIPER PRODUCT */
.ws_latest_swiper_product_wrap {position:relative;padding:11rem 3rem 3rem 3rem;border-radius:1rem;background-color:#FFF}
.ws_latest_swiper_product_wrap:before {content:'';position:absolute;top:0;left:0;width:100%;height:8.1rem;background-image:url('../../../img/main/shop_img.png');background-repeat:repeat-x;background-position:center;background-size:8.9rem;}
.ws_latest_swiper_product_wrap .es_title_area {display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:2rem}
.ws_latest_swiper_product_wrap .es_title_area .bs_title {display:inline-block;color:#000;font-size:2.5rem}
.ws_latest_swiper_product_wrap .es_title_area .bs_button_more {position:absolute;top:0;right:0;width:3rem;height:3rem;border-radius:50%;background-color:#222;color:#FFF;line-height:3rem;text-align:center}
.ws_latest_swiper_product_wrap .es_content_area {}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box {}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field {display:block}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {text-align:center}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%;border-radius:1rem}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {margin-top:1rem;text-align:center}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {overflow:hidden;display:-webkit-box;color:#000;font-weight:600;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field:hover .ss_text_zone .ks_subject {text-decoration:underline}
.ws_latest_swiper_product_wrap .es_control_area {margin-top:2.5rem;text-align:right}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box {display:inline-flex;align-items:center;color:#000;text-align:center}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_progress_zone {display:flex;justify-content:center;align-items:center;width:10rem;height:2px;margin:0 1rem;background-color:#EEE}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_progress_zone .ss_progress_bar {--progress:0;width:100%;height:100%;background-color:#000;transform:scaleX(var(--progress));transform-origin:left;-webkit-transform:scaleX(var(--progress));-moz-transform:scaleX(var(--progress));-ms-transform:scaleX(var(--progress));-o-transform:scaleX(var(--progress));-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transition:transform linear;-webkit-transition:-webkit-transform linear;-moz-transition:-moz-transform linear;-ms-transition:-ms-transform linear;-o-transition:-o-transform linear;will-change:transform}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_pagination_current {font-weight:bold}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_pagination_total {margin-right:2rem}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_button {}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_button.is_button_prev {font-size:2.2rem}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_button.is_button_next {font-size:2.2rem}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_button.is_button_pause {}
.ws_latest_swiper_product_wrap .es_control_area .bs_control_box .is_button .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) {

}

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

}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_latest_swiper_product_wrap .es_title_area .bs_title {font-size:2rem}
	.ws_latest_swiper_product_wrap .es_control_area {text-align:center}
}

/* 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) {
	.ws_latest_swiper_product_wrap:after {content:'';position:absolute;bottom:-10rem;left:3rem;z-index:2;width:29rem;height:16rem;background-image:url('../../../img/main/product_img.png');background-repeat:no-repeat;background-position:center;background-size:contain}
	.ws_latest_swiper_product_wrap .es_title_area .bs_button_more {width:4rem;height:4rem;line-height:4rem}
	.ws_latest_swiper_product_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {font-size:2rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_latest_swiper_product_wrap:after {bottom:-15rem;width:37.7rem;height:20.7rem}
}

/* 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) {
	.ws_latest_swiper_product_wrap {padding:12rem 3rem 3rem 3rem}
	.ws_latest_swiper_product_wrap .es_control_area {margin-top:3.5rem}
}

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

}