@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_main_customer_center_wrap {position:relative;padding:4rem 0}
.ws_main_customer_center_wrap:before {content:'';display:block;position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--webis_color)}
.ws_main_customer_center_wrap .es_content_area {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;position:relative;z-index:1}
.ws_main_customer_center_wrap .es_content_area .bs_cs_box {}
.ws_main_customer_center_wrap .es_content_area .bs_cs_box .is_title {display:inline-block;margin-bottom:1rem;color:#FFF}
.ws_main_customer_center_wrap .es_content_area .bs_cs_box .is_tel {color:#FFF;font-weight:bold;font-size:3rem}
.ws_main_customer_center_wrap .es_content_area .bs_cs_box .is_desc {margin-top:1rem;color:#FFF}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box {max-width:40%;width:100%}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field {}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone {}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a {display:block;text-align:center}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_icon {display:inline-block;width:7rem;height:7rem;background-image:url('../img/main/quick_icon.png');background-size:7rem;background-repeat:no-repeat}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_icon01 {background-position:0 0}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_icon02 {background-position:0 -7rem}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_icon03 {background-position:0 -14rem}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_icon04 {background-position:0 -21rem}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a .ks_title {display:block;color:#FFF;font-weight:500;font-size:1.8rem}
.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box .is_content_field .ss_list_zone a:hover .ks_title {text-decoration:underline}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box {}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_title {display:block;margin-bottom:1rem;color:#FFF;font-size:2rem}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_content_field {display:flex;align-items:center;gap:1rem}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list_zone {margin-top:1rem}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list_zone a {display:block;width:5rem;height:5rem;border-radius:50px;background-color:#FFF;color:#000;font-size:2rem;line-height:5rem;text-align:center}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list_zone a .ks_icon {}
.ws_main_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list_zone a .ks_icon i {line-height:5rem}

/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {margin:10rem 0}
.ws_main_program_wrap .es_title_area {margin-bottom:3rem}
.ws_main_program_wrap .es_title_area .bs_title {position:relative;padding-left:9rem;color:#000;font-size:3.5rem}
.ws_main_program_wrap .es_title_area .bs_title:before {content:'';display:block;position:absolute;top:-1.1rem;left:0;width:7.3rem;height:6.1rem;background-image:url('../img/main/program_title_icon.png');background-position:center;background-size:contain;background-repeat:no-repeat}
.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}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_state {position:absolute;top:0;right:0;width:7rem;height:4rem;border-radius:0 1.5rem 0 0;background-color:#000;color:#FFF;font-weight:bold;font-size:1.4rem;line-height:4rem;text-align:center}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_state.is_state_end {background-color:#DDD;color:#999}
.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:1.5rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_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_subject {text-decoration:underline}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_info_field {margin-top:2rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_info_field .ss_list_zone {display:flex;margin-top:0.5rem;font-size:1.5rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_info_field .ss_list_zone .ks_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_info_field .ss_list_zone .ks_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 {border:1px solid #DDD;font-size:1.4rem;line-height:2.8rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {border:1px solid #DDD;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:#F5F5F5;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 > CALENDAR */
.ws_main_calendar_wrap {}
.ws_main_calendar_wrap .es_title_area {display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}
.ws_main_calendar_wrap .es_title_area .bs_title_box {}
.ws_main_calendar_wrap .es_title_area .bs_title_box .is_title {position:relative;padding-left:9rem;color:#000;font-size:3.5rem}
.ws_main_calendar_wrap .es_title_area .bs_title_box .is_title:before {content:'';display:block;position:absolute;top:-1.1rem;left:0;width:5.6rem;height:6.2rem;background-image:url('../img/main/calendar_title_icon.png');background-position:center;background-size:contain;background-repeat:no-repeat}
.ws_main_calendar_wrap .es_title_area .bs_title_box .is_desc {margin-top:1rem;font-size:1.8rem}
.ws_main_calendar_wrap .es_title_area .bs_label_box {display:flex;align-items:center;gap:1.5rem}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label {display:inline-block;position:relative;padding-left:2rem}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label.is_label_today {}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label.is_label_on {}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label:before {content:'';display:block;position:absolute;top:50%;left:0;width:1.5rem;height:1.5rem;border-radius:50%;transform:translateY(-50%)}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label.is_label_today:before {background-color:var(--webis_color_amber_300)}
.ws_main_calendar_wrap .es_title_area .bs_label_box .is_label.is_label_on:before {background-color:var(--webis_color_red_400)}

/* WEBIS THEME DESIGN : MAIN > LATEST */
.ws_main_latest_wrap {position:relative;padding:10rem 0;background-image:url('../img/main/latest_bg.png');background-position:bottom center;background-size:contain;background-repeat:no-repeat}
.ws_main_latest_wrap .es_title_area {margin-bottom:5rem}
.ws_main_latest_wrap .es_title_area .bs_title {position:relative;padding-left:9rem;color:#000;font-size:3.5rem}
.ws_main_latest_wrap .es_title_area .bs_title:before {content:'';display:block;position:absolute;top:-1.1rem;left:0;width:7.7rem;height:6.5rem;background-image:url('../img/main/latest_title_icon.png');background-position:center;background-size:contain;background-repeat:no-repeat}
.ws_main_latest_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:1.8rem}

/* WEBIS THEME DESIGN : MAIN > FORMAMIL */
.ws_main_formmail_wrap {padding:4rem 0;background-image:linear-gradient(to right, var(--webis_color_cyan_like_800), var(--webis_color_cyan_like_300))}
.ws_main_formmail_wrap .es_content_area {display:flex;align-items:center;justify-content:space-between}
.ws_main_formmail_wrap .es_content_area .bs_title_box {}
.ws_main_formmail_wrap .es_content_area .bs_title_box .is_title {color:#FFF;font-size:2.5rem}
.ws_main_formmail_wrap .es_content_area .bs_title_box .is_desc {margin-top:0.5rem;color:#FFF}
.ws_main_formmail_wrap .es_content_area .bs_form_box {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:50%}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_input {width:40%;height:5rem;padding:0 2rem;border-radius:50px}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_button {width:18%;height:5rem;padding:0 3rem;border-radius:50px;background-color:#000;color:#FFF}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_terms_field {width:100%;margin-top:1rem}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_terms_field .ss_label {color:#FFF}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_terms_field .ss_label .ks_checkbox {}
.ws_main_formmail_wrap .es_content_area .bs_form_box .is_terms_field .ss_label .ks_button {color:#FFF;font-weight:bold;text-decoration:underline}
.ws_main_formmail_wrap .es_terms_area {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:99999}
.ws_main_formmail_wrap .es_terms_area .bs_content_box {position:absolute;top:50%;left:50%;max-width:50rem;width:95%;border-radius:2rem;padding:3rem;background-color:#FFF;transform:translate(-50%, -50%)}
.ws_main_formmail_wrap .es_terms_area .bs_content_box .is_title {color:#000;font-weight:500;font-size:2rem}
.ws_main_formmail_wrap .es_terms_area .bs_content_box .is_desc {margin:2rem 0 3rem 0}
.ws_main_formmail_wrap .es_terms_area .bs_content_box .is_button_close {display:inline-block;padding:1rem 3rem;border-radius:0.3rem;background-color:#EEE;color:#000}


/* ==================================================================================================== *
 *
 *     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_customer_center_wrap .es_content_area .bs_cs_box {width:100%;margin-bottom:4rem}
	
	.ws_main_formmail_wrap .es_content_area {flex-direction:column;align-items:flex-start}
	.ws_main_formmail_wrap .es_content_area .bs_form_box {gap:1rem;width:100%;margin-top:2rem}
	.ws_main_formmail_wrap .es_content_area .bs_form_box .is_input {width:100%}
	.ws_main_formmail_wrap .es_content_area .bs_form_box .is_button {width:100%}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_main_customer_center_wrap .es_content_area {justify-content:center;text-align:center}
	.ws_main_customer_center_wrap .es_content_area .bs_quick_menu_box {max-width:100%;margin-bottom:4rem}
}

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

}

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

}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_main_calendar_wrap {position:relative;padding:10rem 0}
	.ws_main_calendar_wrap:before {content:'';opacity:.04;display:block;position:absolute;top:0;left:0;width:80%;height:100%;border-radius:0 20rem 0 0;background-color:var(--webis_color);z-index:-2}
}

/* 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_main_calendar_wrap:before {width:75%}
}

/* WEBIS MEDIA QUERIES 3XL (1920px) UP (MIN) */
@media all and (min-width:1920px) {
	.ws_main_customer_center_wrap {margin-top:-10rem}
	.ws_main_customer_center_wrap:before {width:92%;border-radius:7rem 0 0 2rem}
	
	.ws_main_calendar_wrap:after {content:'SCHEDULE';opacity:.06;display:block;position:absolute;top:0;left:0;color:var(--webis_color);font-weight:900;font-size:13rem;line-height:1;writing-mode:vertical-rl;z-index:-1}
}

/* WEBIS MEDIA QUERIES 4XL (2560px) UP (MIN) */
@media all and (min-width:2560px) {
	.ws_main_customer_center_wrap:before {width:82%}
	
	.ws_main_calendar_wrap:before {width:68%}
	
	.ws_main_latest_wrap {padding-bottom:15rem}
}


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

}