@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* WEBIS THEME DESIGN : MAIN > LATEST */
.ws_main_latest_wrap {margin:12rem 0}

/* WEBIS THEME DESIGN : MAIN > QUICK MENU */
.ws_quick_menu_wrap {}
.ws_quick_menu_wrap .es_content_area {position:relative;padding:2.5rem 5rem;border-radius:2rem;box-shadow:1rem 1rem 2rem rgba(0,0,0,.15);background-image:linear-gradient(-35deg, var(--webis_color_like_600), var(--webis_color_400))}
.ws_quick_menu_wrap .es_content_area .bs_list_box {}
.ws_quick_menu_wrap .es_content_area .bs_list_box .is_link_field {display:flex;align-items:center;position:relative;width:100%;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.2);color:#FFF}
.ws_quick_menu_wrap .es_content_area .bs_list_box .is_link_field:after {content:'\e93e';position:absolute;top:50%;right:0.5rem;font-family:xeicon!important;transform:translateY(-50%);transition:all .3s}
.ws_quick_menu_wrap .es_content_area .bs_list_box:hover .is_link_field:after {right:0}
.ws_quick_menu_wrap .es_content_area .bs_list_box .is_link_field .ss_icon {display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-right:1rem;color:#FFF;font-size:2rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box .is_link_field .ss_title {font-size:1.8rem}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_latest_gallery_wrap {margin:12rem 0}

/* WEBIS THEME DESIGN : MAIN > CALENDAR */
.ws_main_calendar_wrap {position:relative;margin:12rem 0;padding:12rem 0;background-image:url('../img/main/calendar_bg0.png');background-position:center center;background-size:cover;background-repeat:no-repeat}
.ws_main_calendar_wrap .es_title_area {margin-bottom:4rem;text-align:center}
.ws_main_calendar_wrap .es_title_area .bs_title {color:#121212;font-size:4rem;line-height:1}
.ws_main_calendar_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:2rem}

/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {margin:12rem 0}
.ws_main_program_wrap .es_title_area {}
.ws_main_program_wrap .es_title_area .bs_title {display:inline-block;margin-right:3rem;color:#121212;font-weight:bold;font-size:3.5rem}
.ws_main_program_wrap .es_title_area .bs_desc {display:inline-block;font-size:2rem}
.ws_main_program_wrap .es_category_area {text-align:center}
.ws_main_program_wrap .es_category_area .ws_tab_wrap {margin-bottom:0}
.ws_main_program_wrap .es_category_area .bs_category_box {display:inline-flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field {display:block;padding:0.8rem 2rem;border:1px solid #DDD;border-radius:1rem;font-weight:500;font-size:1.8rem;cursor:pointer}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field:hover {background-color:var(--webis_color_800);color:#FFF}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field.is_tab_active {border:1px solid transparent}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field .ss_link {}
.ws_main_program_wrap .es_content_area {margin-top:2rem;padding:2rem 0}
.ws_main_program_wrap .es_content_area .bs_list_box {overflow:hidden;position:relative;margin-bottom:1rem;box-shadow:0 0 1.2rem rgba(122,122,122,.2);border-radius:2rem;transition:0.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_image_zone {position:relative;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_state {position:absolute;left:0;bottom:0;padding:0.5rem 2rem;border-radius:1rem 1rem 0 0;background-color:#121212;color:#FFF;font-size:1.4rem}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_state.we_bg_color1 {background-color:var(--webis_color_900);color:#FFF;}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_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_image_zone .ks_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_text_zone {padding:3rem 2.5rem;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:#121212;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_zone {margin-top:2rem;font-size:1.6rem}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_zone dl {display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:1.5rem;}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_zone dl .os_label {width:9rem;padding:0.5rem 1rem;border-radius:5rem;background-color:#F7F7F7;color:#121212;font-weight:500;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_zone dl .os_info {}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_zone dl .os_info .rs_current {font-weight:bold}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_info_zone dl .os_info .rs_total {}
.ws_main_program_wrap .es_control_area {}
.ws_main_program_wrap .es_control_area .bs_control_box {flex-shrink:0;text-align:center}
.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_prev {left:-10rem}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field.is_button_next {right:-10rem}
.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_control_box .is_button_field.is_button_more {display:none}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field {display:none}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_current {color:var(--webis_color);font-weight:500}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_total {}
.ws_main_program_wrap .es_control_area .bs_scroll_box {width:100%}
.ws_main_program_wrap .es_control_area .bs_scroll_box .is_scollbar {position:relative;top:50%;transform:translateY(-50%)}
.ws_main_program_wrap .es_control_area .bs_scroll_box .is_scollbar .swiper-scrollbar-drag {background-color:var(--webis_color)}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {padding:5rem 0 10rem 0}
.ws_customer_center_wrap .es_content_area {position:relative;padding:4rem;border-radius:3rem;background-color:#FFF;box-shadow:0 0 3rem rgba(0,0,0,.08)}
.ws_customer_center_wrap .es_content_area:before {content:'';position:absolute;top:-5rem;right:5rem;width:14rem;height:14rem;background-image:url('../img/main/info_icon.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.ws_customer_center_wrap .es_info_area:before {background-position:center 0}
.ws_customer_center_wrap .es_sns_area:before {background-position:center -14rem}
.ws_customer_center_wrap .es_tell_area:before {background-position:center -28rem}
.ws_customer_center_wrap .es_content_area .bs_title {display:block;margin-bottom:1rem;color:#121212;font-size:3rem}
.ws_customer_center_wrap .es_content_area .bs_desc {}
.ws_customer_center_wrap .es_content_area .bs_point {font-size:3.5rem}
.ws_customer_center_wrap .es_content_area .bs_content_box {margin-top:3rem;padding-top:3rem;border-top:1px solid #DDD}
.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 .ss_icon {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field {display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem;font-size:1.8rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_list_field .ss_label {padding:0.5rem 2rem;margin-right:1rem;border-radius:5rem;background-color:#F7F7F7;color:#121212;font-weight:600;font-size:1.6rem}
.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_sns_area {margin-top:5rem}
.ws_customer_center_wrap .es_sns_area .bs_content_box {display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field {margin-bottom:0}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon {display:flex;justify-content:center;align-items:center;width:8rem;height:8rem;border-radius:1rem;font-size:4rem}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon:hover {color:#FFF;transform:translateY(-0.5rem)}
.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon.we_kakaotalk:hover {color:#3A1D1D}
.ws_customer_center_wrap .es_tell_area {}


/* ==================================================================================================== *
 *
 *     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_tab_wrap .es_button_more {display:none}
	
	.ws_customer_center_wrap .es_sns_area .bs_sns_box {justify-content:center;gap:4rem}
	.ws_customer_center_wrap .es_sns_area .bs_content_box .is_list_field .ss_icon {width:7rem;height:7rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_quick_menu_wrap .es_content_area {display:flex;justify-content:space-between;flex-wrap:wrap}
	.ws_quick_menu_wrap .es_content_area .bs_list_box {width:48%;padding:0 1rem}
	
	.ws_main_program_wrap .es_category_area {margin-top: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_main_calendar_wrap .es_title_area .bs_title {font-size:3rem}
		
	.ws_main_program_wrap .es_title_area .bs_title {font-size:3rem}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_customer_center_wrap .es_content_area .bs_point {font-size:3rem}
	
	.ws_quick_menu_wrap .es_content_area .bs_list_box {width:100%}
}

/* WEBIS MEDIA QUERIES 3SS (320px) DOWN (MAX) */
@media all and (max-width:319.98px) {
	.ws_customer_center_wrap .es_sns_area .bs_sns_box {gap:3rem}
}

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

}