@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS THEME DESIGN : MAIN > CALENDAR */
.ws_main_calendar_wrap {margin:10rem 0}
.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 {color:#000;font-size:3.5rem}
.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 {margin:10rem 0}

/* WEBIS THEME DESIGN : MAIN > PROGRAM */
.ws_main_program_wrap {position:relative;padding:10rem 0;background-color:#F8F9FB;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 {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 {position:relative;padding-top:2.5rem;padding-right:0.8rem;z-index:10}
.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:-2.5rem;left:1rem;width:5rem;height:5rem;border-radius:50%;background-color:#000;color:#FFF;font-weight:500;font-size:1.4rem;line-height:5rem;text-align:center;z-index:1}
.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 {position:relative;text-align:center}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_image_field:before {content:'';display:block;position:absolute;top:0.4rem;left:0.4rem;width:100%;height:100%;border:1px solid #DDD;background-color:#FFF;z-index:-1}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_image_field:after {content:'';display:block;position:absolute;top:0.8rem;left:0.8rem;width:100%;height:100%;border:1px solid #DDD;background-color:#FFF;z-index:-2}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_image_field .ss_image {max-width:100%}
.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 {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:#EEE;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 {overflow:hidden;padding:10rem 0;background-image:url('../img/main/gallery_bg01.png');background-position:right bottom;background-size:auto;background-repeat:no-repeat}
.ws_main_latest_gallery_wrap .es_title_area {position:relative;margin-bottom:3rem}
.ws_main_latest_gallery_wrap .es_title_area .bs_title {color:#000;font-weight:normal;font-size:3.5rem;line-height:1.3}
.ws_main_latest_gallery_wrap .es_title_area .bs_title .is_point {font-weight:bold}
.ws_main_latest_gallery_wrap .es_title_area .bs_title .is_color {color:var(--webis_color)}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER  */
.ws_customer_center_wrap {position:relative}
.ws_customer_center_wrap:after {content:'';display:block;position:absolute;bottom:calc(100% - 5.5rem);right:0;width:11.8rem;height:19.8rem;background-image:url('../img/main/cs_bg.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat;z-index:-1}
.ws_customer_center_wrap .es_title {display:block;margin-bottom:2rem;color:#000;font-size:2.5rem}
.ws_customer_center_wrap .es_button_area {display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1rem;margin-bottom:2rem}
.ws_customer_center_wrap .es_button_area .bs_button {display:flex;align-items:center;justify-content:center;height:5rem;padding:0 2rem 0 1rem;border-radius:50px;box-shadow:0 0.3rem 1.2rem rgba(122,122,122,.2);background-color:#FFF;color:#000;font-size:1.6rem;transition:all 0.3s}
.ws_customer_center_wrap .es_button_area .bs_button:hover {background-color:var(--webis_color);color:#FFF;font-weight:500}
.ws_customer_center_wrap .es_button_area .bs_button .is_icon {display:inline-block;width:3rem;height:3rem;margin-right:1rem;background-size:3rem;background-position:center;background-repeat:no-repeat}
.ws_customer_center_wrap .es_button_area .bs_button.bs_naver .is_icon {background-image:url('/webis/global/img/map/map_naver.svg')}
.ws_customer_center_wrap .es_button_area .bs_button.bs_kakao .is_icon {background-image:url('/webis/global/img/map/map_kakao.svg')}
.ws_customer_center_wrap .es_button_area .bs_button.bs_google .is_icon {background-image:url('/webis/global/img/map/map_google.svg')}
.ws_customer_center_wrap .es_button_area .bs_button.bs_tmap .is_icon {background-image:url('/webis/global/img/map/map_tmap.svg')}
.ws_customer_center_wrap .es_button_area .bs_button .is_text {}
.ws_customer_center_wrap .es_content_area {display:flex;flex-wrap:wrap}
.ws_customer_center_wrap .es_content_area .bs_content_box {width:50%}
.ws_customer_center_wrap .es_content_area .bs_cs_box {padding:4rem 3rem;border-radius:2rem 0 0 2rem;background-color:#F5F5F5}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_label {color:#000}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_tel {color:#000;font-weight:bold;font-size:3rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_info_field {margin:1rem 0}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_info_field .ss_list_zone {display:flex;margin:0.5rem 0;font-size:1.5rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_info_field .ss_list_zone .ks_label {flex-shrink:0;min-width:6rem;margin-right:1rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_info_field .ss_list_zone .ks_desc {}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_add {}
.ws_customer_center_wrap .es_content_area .bs_map_box {}
.ws_customer_center_wrap .es_content_area .bs_map_box .root_daum_roughmap_landing {border-radius:0 2rem 2rem 0}
.ws_customer_center_wrap .es_content_area .bs_map_box .root_daum_roughmap .wrap_controllers,
.ws_customer_center_wrap .es_content_area .bs_map_box .root_daum_roughmap .cont{display:none}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_customer_center_wrap .es_button_area .bs_button {padding:0 1rem 0 0}
	.ws_customer_center_wrap .es_button_area .bs_button .is_icon {margin-right:0}
}

/* 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_customer_center_wrap:after {width:8rem;height:14rem}
}

/* 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_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 {width:100%}
	.ws_customer_center_wrap .es_content_area .bs_cs_box {border-radius:2rem 2rem 0 0}
	.ws_customer_center_wrap .es_content_area .bs_map_box .root_daum_roughmap_landing {border-radius:0 0 2rem 2rem}
	
	.ws_customer_center_wrap .es_button_area {grid-template-columns:repeat(2, minmax(0, 1fr))}
}

/* 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_latest_gallery_wrap .es_title_area:before {content:'';display:block;position:absolute;top:-3rem;left:-8.6rem;width:8.8rem;height:8.5rem;background-image:url('../img/main/gallery_bg02.png');background-position:top left;background-size:contain;background-repeat:no-repeat;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) {

}

/* 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) {
	.ws_customer_center_wrap .es_content_area .bs_cs_box {padding:2rem}
	.ws_customer_center_wrap .es_content_area .bs_map_box .root_daum_roughmap .wrap_map {height:250px !important}
}

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

}