@charset "utf-8";

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

/* WEBIS THEME DESIGN : MAIN > TITLE */
.ws_main_title {display:block;margin-bottom:5rem;color:#121212;font-size:4rem;text-align:center}

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

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {position:relative;height:42rem;padding:3.5rem 4rem;border-radius:2rem 10rem 2rem 2rem;background-image:linear-gradient(30deg, var(--webis_color), var(--webis_color_emerald_500))}
.ws_customer_center_wrap:after {content:'';display:block;position:absolute;top:-3rem;right:8rem;width:15.8rem;height:21.1rem;background-image:url('../img/main/cs_bg.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
.ws_customer_center_wrap .es_title_area {color:#FFF}
.ws_customer_center_wrap .es_title_area .bs_title {font-size:3rem}
.ws_customer_center_wrap .es_title_area .bs_desc {}
.ws_customer_center_wrap .es_title_area .bs_tell {display:block;margin:1rem 0;color:#FFF;font-weight:bold;font-size:3.5rem}
.ws_customer_center_wrap .es_info_area {}
.ws_customer_center_wrap .es_info_area .bs_list_box {margin:1rem 0;padding:1.8rem 3rem;border-radius:5rem;background-color:#FFF}
.ws_customer_center_wrap .es_info_area .bs_list_box .is_label {position:relative;margin-right:1.5rem;padding-right:2rem;color:#121212;font-weight:500}
.ws_customer_center_wrap .es_info_area .bs_list_box .is_label:before {content:'';position:absolute;top:50%;right:0;width:2px;height:1.4rem;background-color:#DDD;transform:translateY(-50%)}
.ws_customer_center_wrap .es_info_area .bs_list_box .is_desc {}
 
/* WEBIS THEME DESIGN : MAIN > QUICK MENU */
.ws_quick_menu_wrap {padding:3rem 0;background:linear-gradient(120deg, var(--webis_color_cyan_600), var(--webis_color_emerald_500))}
.ws_quick_menu_wrap .es_content_area {}
.ws_quick_menu_wrap .es_content_area .bs_list_box {}
.ws_quick_menu_wrap .es_content_area .bs_list_box a {display:block;padding:1rem 0;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:4rem;background-color:#FFF;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:1rem;color:#FFF;font-weight:500;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 > CALENDAR */
.ws_main_calendar_wrap {margin-top:12rem}
 
/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {overflow-x:hidden;position:relative;margin:12rem 0}
.ws_main_program_wrap .es_title_area {text-align:center}
.ws_main_program_wrap .es_title_area .bs_title {color:#121212;font-size:3.5rem}
.ws_main_program_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:2rem}
.ws_main_program_wrap .es_category_area {margin-top:2rem;text-align:center}
.ws_main_program_wrap .es_category_area .bs_category_box {display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:0 auto;margin-top:3rem}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field {display:block;padding:1rem 3rem;border-radius:10rem;background-color:#F5F5F5;font-size:2rem;font-weight:500;cursor:pointer}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field:hover {border-radius:10rem;background-color:var(--webis_color_800);color:#FFF}
.ws_main_program_wrap .es_category_area .bs_category_box .is_list_field.is_tab_active {}
.ws_main_program_wrap .es_content_area {margin-top:5rem}
.ws_main_program_wrap .es_content_area .bs_list_box {position:relative;padding:2rem;background-color:transparent;transition:all 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 {display:block;position:relative;border-radius:2rem;box-shadow:1px 5px 20px rgba(0,0,0,.08)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_label {display:flex;justify-content:center;align-items:center;position:absolute;top:-1rem;left:-1rem;width:8rem;height:8rem;padding:1rem;border-radius:50%;background-color:var(--webis_color);color:#FFF;font-size:1.5rem;line-height:1.2;text-align:center;z-index:2}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_label.we_bg_color1 {background-color:var(--webis_color_like_600)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_label.we_bg_color2 {background-color:var(--webis_color_like_1000)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_label.we_bg_color3 {background-color:var(--webis_color_complement_200)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_label.we_bg_color4 {background-color:var(--webis_color_square_100)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone {overflow:hidden;width:100%;height:30rem;border-radius:2rem;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_image_zone .ks_image {max-width:100%;height:100%;object-fit:cover}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone {min-height:20rem;padding:3rem;border-radius:0 0 2rem 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:#121212;font-weight:600;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;flex-wrap:wrap;gap:2rem;margin-top:0.5rem}
.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;color:#121212;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_desc {flex:1;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_button {display:block;margin-top:2rem;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_button .os_btn {display:block;padding:1rem 3rem;border-radius:1rem;border:1px solid var(--webis_color_gray_800);background-color:#FFF;color:var(--webis_color_gray_800)}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_button .os_btn.we_bg_color1 {}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_button .os_btn.we_bg_color2 {border:1px solid var(--webis_color_gray_800);background-color:var(--webis_color_gray_800);color:#FFF;}
.ws_main_program_wrap .es_content_area .bs_list_box .is_link_field .ss_text_zone .ks_button .os_btn.we_bg_color3 {border:1px solid transparent;background-color:#EEE;color:#787878;text-align:center}
.ws_main_program_wrap .es_control_area {margin-top:2rem}
.ws_main_program_wrap .es_control_area .bs_control_box {display:flex;justify-content:center;align-items:center}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field {padding:0 0.5rem}
.ws_main_program_wrap .es_control_area .bs_control_box .is_button_field .ss_icon {}
.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_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_next {}
.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_pagination_box {position:relative;top:-5px;left:0;display:inline-block;width:auto}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field {display:inline-block;margin-right:1rem;color:#787878}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_current {color:var(--webis_color);font-weight:bold}
.ws_main_program_wrap .es_control_area .bs_control_box .is_fraction_field .ss_pagination_total {} 

/* WEBIS THEME DESIGN : MAIN > SNS */
.ws_sns_wrap {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:4rem 4rem 4rem 6rem;border-radius:2rem;background-image:linear-gradient(120deg, var(--webis_color_cyan_600), var(--webis_color_teal_like_1000))}
.ws_sns_wrap .es_title_area {color:#FFF}
.ws_sns_wrap .es_title_area .bs_label {}
.ws_sns_wrap .es_title_area .bs_label .is_text {margin-right:1rem}
.ws_sns_wrap .es_title_area .bs_title {font-weight:600;font-size:3rem}
.ws_sns_wrap .es_title_area .bs_title .is_point {display:inline-block;margin-left:1rem;font-weight:bold;font-size:4rem}
.ws_sns_wrap .es_content_area {text-align:center}
.ws_sns_wrap .es_content_area .bs_list_box {display:inline-block;vertical-align:middle}
.ws_sns_wrap .es_content_area .bs_list_box .is_icon {display:block;margin:1rem 2rem}
.ws_sns_wrap .es_content_area .bs_list_box .is_icon i {color:#FFF;font-size:4rem;transition:all .3s}
.ws_sns_wrap .es_content_area .bs_list_box .is_icon i:hover {text-shadow:1px 1rem 1rem rgba(0,0,0,.2);transform:translateY(-0.5rem)}

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


/* ==================================================================================================== *
 *
 *     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_main_program_wrap:after {width:20rem;height:20rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_quick_menu_wrap .es_title_area {width:100%;margin-bottom:2rem;text-align:center}
	.ws_quick_menu_wrap .es_title_area .bs_title {font-size:4rem}
	.ws_quick_menu_wrap .es_content_area {width:100%}
	
	.ws_customer_center_wrap {height:auto}
	.ws_customer_center_wrap .es_title_area .bs_tell {font-size:3rem}
	
	.ws_main_calendar_wrap {margin-top:7rem}
	
	.ws_main_program_wrap {margin:7rem 0}

	.ws_sns_wrap {flex-direction:column;justify-content:center;text-align:center}
	.ws_sns_wrap .es_title_area .bs_title {margin-top:1rem;font-size:2.5rem;line-height:1.2}
	.ws_sns_wrap .es_title_area .bs_title span {font-size:3rem}	
	
	.ws_main_latest_gallery_wrap {margin:7rem 0}
}

/* 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_title {margin-bottom:3rem;font-size:3rem}
	
	.ws_quick_menu_wrap .es_title_area .bs_title {font-size:3rem}
	
	.ws_main_latest_wrap {margin:5rem 0}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_main_program_wrap:after {width:10rem;height:10rem}

	.ws_customer_center_wrap {padding:3rem}
	.ws_customer_center_wrap:after {top:-2rem;width:14rem;height:18rem}
	
	.ws_sns_wrap {padding:3rem}
	.ws_sns_wrap .es_content_area .bs_list_box .is_icon {margin:1rem 0.8rem}	
}

/* 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_main_program_wrap:before {content:'';opacity:0.2;position:absolute;top:3rem;left:3rem;width:35rem;height:35rem;background-image:url('../img/main/program_bg02.png');background-repeat:no-repeat;background-size:cover;z-index:-1}
	.ws_main_program_wrap:after {content:'';opacity:0.1;position:absolute;right:-3rem;bottom:3rem;width:71rem;height:37rem;background-image:url('../img/main/program_bg01.png');background-repeat:no-repeat;background-size:cover;z-index:-1}
}

/* 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) {
	.ws_customer_center_wrap {display:flex;justify-content:space-between;gap:2rem}
	.ws_customer_center_wrap:after {top:auto;right:auto;bottom:3.5rem;left:23rem}
}

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {
	.ws_customer_center_wrap {display:flex;justify-content:space-between;gap:2rem}
	.ws_customer_center_wrap:after {top:auto;right:auto;bottom:3.5rem;left:27rem}
}

/* WEBIS MEDIA QUERIES MD (1024px ~ 1279.98px) ONLY */
@media all and (min-width:1024px) and (max-width:1279.98px) {
	.ws_customer_center_wrap {height:37rem;padding:3rem 4rem}
	.ws_customer_center_wrap .es_info_area .bs_list_box {padding:1.2rem 3rem}
}

/* WEBIS MEDIA QUERIES LG (1280px ~ 1439.98px) ONLY */
@media all and (min-width:1280px) and (max-width:1439.98px) {
	.ws_customer_center_wrap {padding:3rem}
	.ws_customer_center_wrap:after {right:5rem}
	
	.ws_sns_wrap .es_content_area .bs_list_box .is_icon {width:3rem;height:3rem;font-size:1.6rem}
	.ws_sns_wrap .es_content_area .bs_list_box .is_icon i {line-height:3rem}
}

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

}