@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {position:relative;padding:8rem 0;background-color:rgba(var(--webis_color_rgb),.04);background-image:url('../img/main/program_bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}
.ws_main_program_wrap .es_title_area {position:relative}
.ws_main_program_wrap .es_title_area .bs_label {display:block;margin-bottom:1.2rem;color:var(--webis_color);font-weight:bold;font-size:clamp(2rem, 2vw, 2.5rem)}
.ws_main_program_wrap .es_title_area .bs_title {display:block;color:#000;font-weight:bold;font-size:clamp(3rem, 3vw, 5rem);line-height:1.3;font-family:'YeogiOttaeJalnan'}
.ws_main_program_wrap .es_category_area {}
.ws_main_program_wrap .es_category_area .bs_category_box {display:inline-flex;flex-wrap:wrap;gap:1rem;width:100%;max-width:60rem;margin:0 auto;margin-top:2rem}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field {display:block;padding:0.7rem 3rem;border-radius:5rem;border:1px solid #AAA;background-color:#FFF;color:#000;font-weight:500;font-size:2rem;cursor:pointer}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field:hover {background-color:var(--webis_color_1000);color:#FFF}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field.is_tab_acitve {border-color:var(--webis_color);color:var(--webis_color)}
.ws_main_program_wrap .es_content_area {}
.ws_main_program_wrap .es_content_area .swiper {padding:4rem 0 2rem 0}
/* ✅️ [WEBIS(O)-260806] - 메인 프로그램 Swiper 최초 렌더 폭을 초기화 후 breakpoint와 일치시킵니다. : S */
.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-wrapper {gap:0}
.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-slide {flex:0 0 100%;width:100%}
/* ✅️ [WEBIS(O)-260806] - 메인 프로그램 Swiper 최초 렌더 폭을 초기화 후 breakpoint와 일치시킵니다. : E */
.ws_main_program_wrap .es_content_area .bs_list_box {overflow:hidden;position:relative;padding:1rem;border-radius:1rem;box-shadow:0 0 1.2rem rgba(0,0,0,.08);background-color:#FFF;transition:all .3s}
.ws_main_program_wrap .es_content_area .bs_list_box:hover {transform:translateY(-1rem)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field {}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_state {display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:6rem;height:6rem;padding:1rem;border-radius:0 2rem 2rem 2rem;background-color:#000;color:#FFF;font-size:1.4rem;line-height:1.2;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_state.we_bg_color1 {background-color:#DDD;color:#000}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_state.we_bg_color2 {background-color:var(--webis_color);color:#FFF}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_state.we_bg_color3 {background-color:var(--webis_color_gray_900);color:#FFF;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {width:100%;height:100%;border-radius:1rem}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {padding:2rem;background-color:#FFF}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_subject {overflow:hidden;display:-webkit-box;height:6rem;color:#000;font-weight:500;font-size:2rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_item {margin-top:2rem;font-size:1.5rem}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_item .os_list {display:flex;align-items:center;margin-top:1rem}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_item .os_list .rs_label {flex-shrink:0;position:relative;margin-right:2rem;padding-left:1.2rem;color:#000;font-weight:500}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_item .os_list .rs_label:before {content:'';position:absolute;top:0.9rem;left:0;width:4px;height:4px;border-radius:50%;background-color:#000}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_item .os_list .rs_desc {flex:1;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_main_program_wrap .es_control_area {display:flex;align-items:center;gap:0 2rem}
.ws_main_program_wrap .es_control_area .bs_control_box {flex-shrink:0}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field {}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field .ss_icon {padding:0 0.5rem;font-size:2.2rem}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field.is_button_prev,
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field.is_button_next {font-size:2rem}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field.is_button_pause {}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field.is_button_play {display:none}
.ws_main_program_wrap .es_control_area .bs_pagination_box {flex:1;display:flex;align-items:center;position:initial}
.ws_main_program_wrap .es_control_area .bs_pagination_box .swiper-pagination-bullet {flex:1;opacity:1;height:0.5rem;margin:0;border-radius:0;background-color:rgba(0,0,0,.1)}
.ws_main_program_wrap .es_control_area .bs_pagination_box .swiper-pagination-bullet-active {background-color:var(--webis_color)}

/* WEBIS THEME DESIGN : MAIN > QUICK MENU */
.ws_quick_menu_wrap {position:relative;padding:5rem 0;background-color:rgba(var(--webis_color_rgb),.1);background-position:center;background-size:cover;background-repeat:no-repeat}
.ws_quick_menu_wrap .es_title_area {width:20%}
.ws_quick_menu_wrap .es_title_area .bs_title {color:#000;font-weight:bold;font-size:2.5rem;font-family:'YeogiOttaeJalnan'}
.ws_quick_menu_wrap .es_title_area .bs_desc {margin-top:1rem;color:#000;font-size:1.8rem}
.ws_quick_menu_wrap .es_content_area {width:80%}
.ws_quick_menu_wrap .es_content_area .bs_list_box {}
.ws_quick_menu_wrap .es_content_area .bs_list_box a {display:block;text-align:center}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon {display:inline-block;width:10rem;height:10rem;border-radius:3rem;box-shadow:0 0 1.2rem rgba(0,0,0,.08);background-color:#F8F8F8;background-image:url('../img/main/quick_icon.png');background-size:10rem;background-repeat:no-repeat}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon01 {background-position:0 0}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon02 {background-position:0 -10rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon03 {background-position:0 -20rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon04 {background-position:0 -30rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon05 {background-position:0 -40rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon06 {background-position:0 -50rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_title {display:block;margin-top:0.5rem;color:#000;font-weight:600;font-size:1.8rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a:hover .is_title {text-decoration:underline}

/* WEBIS THEME DESIGN : MAIN > LATEST */
.ws_main_latest_wrap {position:relative;margin:12rem 0}
.ws_main_latest_wrap:before {content:'';opacity:0.2;position:absolute;top:70%;right:0;width:100%;height:100%;border-radius:30rem 30rem 0 0;background-image:linear-gradient(to bottom, var(--webis_color_green_100), #FFF)}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_gallery_wrap {}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {position:relative;padding:12rem 0}
.ws_customer_center_wrap:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top, #FBFBFA, transparent)}
.ws_customer_center_wrap .es_content_area {position:relative}
.ws_customer_center_wrap .es_content_area .bs_title {position:relative;display:inline-block;margin-bottom:2rem;color:#000;font-size:2.5rem;font-family:'YeogiOttaeJalnan'}
.ws_customer_center_wrap .es_content_area .bs_title:before {content:'';opacity:0.4;position:absolute;top:-0.5rem;left:-1.5rem;width:3rem;height:3rem;border-radius:5rem;background-color:var(--webis_color);z-index:-1}
.ws_customer_center_wrap .es_content_area .bs_point {display:block;margin-bottom:2rem;color:#000;font-weight:bold;font-size:3rem}
.ws_customer_center_wrap .es_content_area .bs_content_box {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field {display:flex;flex-wrap:wrap;margin-bottom:1rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field .ss_label {margin-right:1.5rem;color:#000;font-weight:500}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field .ss_desc {flex:1}
.ws_customer_center_wrap .es_info_area {}
.ws_customer_center_wrap .es_tell_area {}
.ws_customer_center_wrap .es_sns_area {}
.ws_customer_center_wrap .es_sns_area .bs_content_box {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon {}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon .ks_icon {display:flex;align-items:center;justify-content:center;width:11rem;height:11rem;border-radius:3rem;box-shadow:1rem 1rem 2rem rgba(0,0,0,.12);font-size:5rem;transition:all .3s}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon .ks_icon:hover {color:#FFF;transform:translateY(-0.5rem)}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon .ks_icon.we_kakaotalk:hover {color:#3A1D1D}


/* ==================================================================================================== *
 *
 *     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_main_program_wrap .es_title_area .bs_title:before {display:none}
	
	.ws_quick_menu_wrap .es_title_area {width:100%;margin-bottom:1rem}
	.ws_quick_menu_wrap .es_content_area {width:100%}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) { 
	.ws_quick_menu_wrap .es_content_area .bs_list_box {margin:1rem 0}
	
	.ws_main_latest_wrap {margin:7rem 0}
}

/* 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) {
	.ws_main_latest_wrap:before {top:80%;border-radius:10rem 10rem 0 0}

	.ws_customer_center_wrap .es_sns_area .bs_content_box {justify-content:center;margin-top: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_main_program_wrap .es_title_area:before {content:'';position:absolute;right:0;bottom:-4rem;width:38rem;height:19rem;background-image:url('../img/main/program_title.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}

	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-wrapper {gap:20px}
	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-slide {flex-basis:calc((100% - 20px) / 2);width:calc((100% - 20px) / 2)}

	.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {height:40rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) { 
	.ws_main_program_wrap .es_title_area:before {width:45rem;height:22rem}
	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-slide {flex-basis:calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-wrapper {gap:30px}
	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-slide {flex-basis:calc((100% - 60px) / 3);width:calc((100% - 60px) / 3)}
}

/* WEBIS MEDIA QUERIES XL (1440px) UP (MIN) */
@media all and (min-width:1440px) {
	.ws_main_program_wrap .es_title_area:before {width:48rem;height:23rem}
	.ws_main_program_wrap .swiper:not(.swiper-initialized) .swiper-slide {flex-basis:calc((100% - 90px) / 4);width:calc((100% - 90px) / 4)}
}

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

}
