@charset "utf-8";

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

/* WEBIS THEME DESIGN : MAIN > LATEST */
.ws_main_latest_wrap {padding:10rem 0;background-color:var(--webis_color_800);background-image:url('../img/main/latest_bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}

/* WEBIS THEME DESIGN : MAIN > CALENDAR */
.ws_main_calendar_wrap {height:55.5rem;border-radius:2rem;background-color:#FFF}

/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {padding:10rem 0}
.ws_main_program_wrap .es_title_area {margin-bottom:3rem}
.ws_main_program_wrap .es_title_area .bs_title {color:#000;font-size:3.5rem}
.ws_main_program_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:1.8rem}
.ws_main_program_wrap .es_content_area {}
.ws_main_program_wrap .es_content_area ul {}
.ws_main_program_wrap .es_content_area ul .bs_list_box {}
.ws_main_program_wrap .es_content_area ul .bs_list_box a {display:block;position:relative;border-radius:2rem;border:1px solid #DDD}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_image_field {text-align:center}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_image_field .ss_image {max-width:100%;border-radius:2rem 2rem 0 0}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field {position:relative;padding:3rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_state {position:absolute;top:-3rem;right:1.5rem;width:6rem;height:6rem;border-radius:50%;background-color:#000;color:#FFF;font-weight:bold;font-size:1.4rem;line-height:6rem;text-align:center}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_state.ss_state_end {background-color:#DDD;color:#999}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_subject {overflow:hidden;display:-webkit-box;height:6rem;margin-top:2rem;color:#000;font-weight:500;font-size:1.8rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ws_main_program_wrap .es_content_area ul .bs_list_box a:hover .is_text_field .ss_subject {text-decoration:underline}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_info_zone {margin-top:2rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_info_zone .ks_list {display:flex;margin-top:0.5rem;font-size:1.5rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_info_zone .ks_list .os_label {flex-shrink:0;min-width:6rem;margin-right:1rem;color:#000;font-weight:500}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_info_zone .ks_list .os_desc {overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_main_program_wrap .es_control_area {position:absolute;top:6rem;right:1.5rem;z-index:1}
.ws_main_program_wrap .es_control_area .bs_content_box {display:flex;align-items:center}
.ws_main_program_wrap .es_control_area .bs_content_box .is_fraction_field {font-size:1.5rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_current {color:#000;font-weight:bold}
.ws_main_program_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_total {}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field {width:3rem;height:3rem;border-radius:50%;color:#555;line-height:3rem;text-align:center;transition:all .3s}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {background-color:#FFF;font-size:1.4rem;line-height:2.8rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {background-color:#FFF;font-size:1.4rem;line-height:2.8rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_pause {}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_play {display:none}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field:hover {border-color:#EEE;background-color:#EEE}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field .ss_icon {}
.ws_main_program_wrap .es_control_area .bs_content_box .is_progress_field {display:flex;align-items:center;justify-content:center;width:10rem;height:0.5rem;margin:0 1.5rem;background-color:#DDD;z-index:10}
.ws_main_program_wrap .es_control_area .bs_content_box .is_progress_field .ss_progress_bar {--progress:0;width:100%;height:100%;background-color:#121212;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}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_latest_gallery_wrap {padding:10rem 0;background-color:#F5F5F5;background-image:url('../img/main/program_bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}

/* WEBIS THEME DESIGN : MAIN > LATEST YOUTUBE */
.ws_main_latest_youtube_wrap {margin:10rem 0}

/* WEBIS THEME DESIGN : MAIN > POPUPZONE */
.ws_popupzone_wrap {position:relative}
.ws_popupzone_wrap .es_title {margin-bottom:3rem;color:#000;font-size:3.5rem}
.ws_popupzone_wrap .es_content_area {}
.ws_popupzone_wrap .es_content_area .bs_list_box {}
.ws_popupzone_wrap .es_content_area .bs_list_box .is_image {width:100%;height:34rem;border-radius:2rem 2rem 0 0;object-fit:cover}
.ws_popupzone_wrap .es_control_area {display:flex;align-items:center;justify-content:flex-end;height:6rem;padding:0 2rem;border-radius:0 0 2rem 2rem;background-color:#3B3B49}
.ws_popupzone_wrap .es_control_area .bs_content_box {display:flex;align-items:center;text-align:center}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field {margin-right:1.5rem;color:#FFF;font-size:1.5rem}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_current {font-weight:bold}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_total {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field {width:1.6rem;height:2rem;background-color:transparent;color:#FFF;font-size:1.8rem;line-height:2rem;text-align:center}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_pause {margin:0 1rem}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_play {display:none}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field .ss_icon {}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {position:relative}
.ws_customer_center_wrap .es_title {margin-bottom:3rem;color:#000;font-size:3.5rem}
.ws_customer_center_wrap .es_content_area {}
.ws_customer_center_wrap .es_content_area .bs_content_box {border-radius:2rem;background-color:#F5F5F5}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content01 {background-color:#FBF2E1}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content02 {background-color:#FFEEF3}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content03 {display:flex;flex-wrap:wrap;justify-content:space-between;height:19rem;padding:3rem;background-color:#E7F3FF}
.ws_customer_center_wrap .es_content_area .bs_content_box a {display:block;position:relative;height:19rem;padding:3rem}
.ws_customer_center_wrap .es_content_area .bs_content_box a:after {content:'\e90b';display:block;position:absolute;right:2rem;bottom:2rem;width:4rem;height:4rem;border-radius:50%;color:#000;font-size:2rem;line-height:4rem;text-align:center;font-family:'xeicon';transition:all .3s}
.ws_customer_center_wrap .es_content_area .bs_content_box a:hover:after {text-indent:1rem}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content01 a:after {background-color:#F1DBA1}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content02 a:after {background-color:#FDC5D7}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title {color:#000;font-size:1.8rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_desc {margin-top:1.5rem;color:#000;font-size:1.5rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title_field {width:40%}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title_field .ss_title {color:#000;font-size:1.8rem;line-height:1.4}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title_field .ss_tel {display:block;margin-top:1rem;color:#000;font-weight:bold;font-size:3rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field {width:55%}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field .ss_desc {color:#000;font-weight:bold;font-size:2rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field .ss_sub {margin-top:1rem;color:#000;font-size:1.5rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field .ss_sub .ks_list {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field .ss_sub .ks_list:before {width:2px;height:2px}


/* ==================================================================================================== *
 *
 *     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_calendar_wrap {margin-top:5rem}
	
	.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content03 {margin-top:2rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_popupzone_wrap {margin-top:5rem}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_main_program_wrap .es_control_area {position:initial;margin-top:3rem}
	.ws_main_program_wrap .es_control_area .bs_content_box {justify-content:center}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content03 {height:auto}
	.ws_customer_center_wrap .es_content_area .bs_content_box .is_title_field {width:100%}
	.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field {width:100%}
}

/* 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) {
	.we_full {padding:0 5rem}
}

/* 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) {
	.ws_customer_center_wrap .es_content_area .bs_content_box.bs_content03 {margin-top:2rem}
}

/* WEBIS MEDIA QUERIES 3XL (1920px) UP (MIN) */
@media all and (min-width:1920px) {
	.ws_main_latest_wrap {border-radius:15rem 15rem 0 0}
}

/* 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) {
	.ws_customer_center_wrap .es_content_area .bs_content_box .is_info_field .ss_desc {font-size:1.8rem}
}

/* WEBIS MEDIA QUERIES 3XL (1920px ~ 2559.98px) ONLY */
@media all and (min-width:1920px) and (max-width:2559.98px) {

}