@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS THEME DESIGN : MAIN > QUICK MENU */
.ws_quick_menu_wrap {margin-top:3rem}
.ws_quick_menu_wrap .es_title {display:block;margin-bottom:2rem;color:#000;font-size:2rem}
.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:flex;align-items:center;gap:2rem;text-align:center}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon {flex-shrink:0;display:inline-block;width:10rem;height:10rem;border-radius:4rem;background-color:#F8F8F8;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_text_field {text-align:left}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_text_field .ss_title {display:block;color:#121212;font-weight:600;font-size:2rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a:hover .is_text_field  .ss_title {text-decoration:underline}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_text_field  .ss_desc {margin-top:0.5rem;font-size:1.5rem}

/* WEBIS THEME DESIGN : MAIN > POPUPZONE */
.ws_popupzone_wrap {position:relative;margin-top:5rem;padding:0 3rem 3rem 3rem;border-radius:2rem;box-shadow:0 0.4rem 1.2rem rgba(122,122,122,.12);background-color:#FFF;z-index:9}
.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:35rem;border-radius:2rem;object-fit:cover}
.ws_popupzone_wrap .es_control_area {display:flex;align-items:center;justify-content:space-between;height:6rem}
.ws_popupzone_wrap .es_control_area .bs_title {display:block;color:#000;font-size:2rem}
.ws_popupzone_wrap .es_control_area .bs_content_box {display:flex;align-items:center;justify-content:flex-end;text-align:center}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field {margin-right:1.5rem;color:#000;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:#000;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 > LATEST */
.ws_main_latest_wrap {margin:10rem 0}

/* 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 {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}
.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;background-color:#F5F5F5}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_field {padding:3rem 3rem 0 3rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_field .ss_state {display:block;margin-bottom:1rem;color:var(--webis_color_red_500);font-weight:bold;font-size:1.6rem}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_field .ss_state.ss_state_end {}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_field .ss_subject {overflow:hidden;display:-webkit-box;height:6rem;color:#000;font-weight:500;font-size:2rem;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_content_field .ss_subject {text-decoration:underline}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_field .ss_info_zone {margin-top:2rem;padding:1.5rem 0 3rem 0;border-top:1px solid #DDD}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_content_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_content_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_content_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_content_area ul .bs_list_box a .is_button_field {}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_button_field .ss_button {display:block;padding:1rem 0;border-radius:0 0 2rem 2rem;background-color:var(--webis_color_blue_1000);color:#FFF;text-align:center}
.ws_main_program_wrap .es_content_area .bs_button {position:absolute;top:50%;width:5rem;height:5rem;font-size:3rem;transform:translateY(-50%)}
.ws_main_program_wrap .es_content_area .bs_button.bs_button_prev {left:0}
.ws_main_program_wrap .es_content_area .bs_button.bs_button_next {right:0}
.ws_main_program_wrap .es_content_area .bs_button .is_icon {}
.ws_main_program_wrap .es_control_area {position:absolute;top:-5rem;right:0;z-index:1}
.ws_main_program_wrap .es_control_area .bs_content_box {display:flex;align-items:center;justify-content:flex-end;text-align:center}
.ws_main_program_wrap .es_control_area .bs_content_box .is_fraction_field {color:#000;font-size:1.5rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_current {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;margin-left:0.5rem;border-radius:50%;border:1px solid #DDD;color:#000;font-size:1.8rem;line-height:3rem;text-align:center}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {margin-left:0}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_pause {border-color:#000;background-color:#000;color:#FFF}
.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 .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 > LATEST GALLERY */
.ws_main_latest_gallery_wrap {position:relative;margin:10rem 0}

/* WEBIS THEME DESIGN : MAIN > LATEST YOUTUBE */
.ws_main_latest_video_wrap {background-image:url('../img/main/cs_bg.png');background-position:bottom -7rem center;background-size:cover;background-repeat:no-repeat}
.ws_main_latest_video_wrap .es_title {margin-bottom:3.5rem;color:#000;font-weight:normal;font-size:4.5rem;line-height:1.4}
.ws_main_latest_video_wrap .es_title .bs_point {font-weight:bold}
.ws_main_latest_video_wrap .es_title .bs_color {color:#F99D00}

/* WEBIS THEME DESIGN : MAIN > CALENDAR */
.ws_main_calendar_wrap {position:relative}
.ws_main_calendar_wrap:after {content:'';display:block;position:absolute;right:0;bottom:calc(100% - 8rem);width:14rem;height:17rem;background-image:url('../img/main/video_bg01.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
.ws_main_calendar_wrap .es_title_area {display:flex;align-items:center;margin-bottom:3rem}
.ws_main_calendar_wrap .es_title_area .bs_title {margin-right:2rem;color:#000;font-size:2.5rem}
.ws_main_calendar_wrap .es_title_area .bs_button_box {}
.ws_main_calendar_wrap .es_title_area .bs_button_box .is_button {display:inline-block;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#EEE;line-height:3.5rem;text-align:center}
.ws_main_calendar_wrap .es_title_area .bs_button_box .is_button.is_prev {}
.ws_main_calendar_wrap .es_title_area .bs_button_box .is_button.is_next {}
.ws_main_calendar_wrap .es_calendar_area {overflow:hidden;display:flex;height:40rem;border-radius:2rem;box-shadow:0.5rem 0.5rem 1.5rem rgba(0,0,0,.3);background-color:#FFF}
.ws_main_calendar_wrap .es_calendar_area .bs_calendar_box {display:flex;align-items:center;justify-content:center;width:50%;background-color:#F5F5F5}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box {overflow:auto;width:50%;padding:1rem 3rem}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field {}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone {}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a {display:flex;align-items:center;padding:2rem 0;border-bottom:1px dashed #DDD}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_date {flex-shrink:0;margin-right:2rem;color:var(--webis_color);line-height:1.1;text-align:center}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_date .os_day {font-weight:bold;font-size:2.5rem}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_date .os_year {display:block;font-size:1.4rem}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_info {flex:1}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_info .os_subject {overflow:hidden;display:-webkit-box;color:#000;font-weight:500;font-size:1.8rem;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a:hover .ks_info .os_subject {text-decoration:underline}
.ws_main_calendar_wrap .es_calendar_area .bs_content_box .is_content_field .ss_list_zone a .ks_info .os_desc {font-size:1.4rem}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {margin-top:10rem;padding-bottom:10rem;border-bottom:1px solid rgba(255,255,255,.3)}
.ws_customer_center_wrap .es_content_area {display:flex;flex-wrap:wrap;justify-content:space-between}
.ws_customer_center_wrap .es_content_area .bs_content_box {}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_tel_box {}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_fax_box {}
.ws_customer_center_wrap .es_content_area .bs_content_box.bs_sns_box {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title {color:#FFF;font-weight:500;font-size:2rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_title i {vertical-align:text-bottom;font-size:2rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_tel {margin:0.5rem 0;color:#FFF;font-weight:bold;font-size:4.5rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_desc {color:#FFF;font-weight:bold;font-size:2rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_sub {color:#FFF;font-size:1.5rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_sns_field {display:flex;align-items:center;gap:2rem;margin-top:1rem}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_sns_field .ss_list {}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_sns_field .ss_list a {display:block;width:7rem;height:7rem;border-radius:2.5rem;font-size:3rem;line-height:7rem;text-align:center}
.ws_customer_center_wrap .es_content_area .bs_content_box .is_sns_field .ss_list a i {line-height:7rem}


/* ==================================================================================================== *
 *
 *     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_calendar_wrap .es_calendar_area .bs_day_box {overflow-x:auto}
	.ws_main_calendar_wrap .es_calendar_area .bs_day_box::-webkit-scrollbar {display:none}
	.ws_main_calendar_wrap .es_calendar_area .bs_day_box .is_button {min-width:4rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_customer_center_wrap .es_content_area .bs_content_box {width:50%}
	.ws_customer_center_wrap .es_content_area .bs_content_box:nth-child(3) {width:100%;margin-top:3rem;border-left:0}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_main_calendar_wrap .es_calendar_area {display:block;height:auto}
	.ws_main_calendar_wrap .es_calendar_area .bs_month_box {overflow-x:auto}
	.ws_main_calendar_wrap .es_calendar_area .bs_month_box::-webkit-scrollbar {display:none}
	.ws_main_calendar_wrap .es_calendar_area .bs_month_box .is_button {min-width:8rem}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_quick_menu_wrap .es_content_area .bs_list_box a {display:block;text-align:center}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_text_field {text-align:center}
	
	.ws_main_program_wrap .es_control_area {position:initial;margin-top:2rem}
	.ws_main_program_wrap .es_control_area .bs_content_box {justify-content:center}
	
	.ws_main_latest_video_wrap .es_title {font-size:3rem}
	
	.ws_main_calendar_wrap .es_calendar_area .bs_calendar_box {width:100%;min-height:30rem}
	.ws_main_calendar_wrap .es_calendar_area .bs_content_box {width:100%;max-height:30rem}
	
	.ws_customer_center_wrap .es_content_area .bs_content_box {width:100%;border-left:0}
	.ws_customer_center_wrap .es_content_area .bs_content_box:nth-child(2) {margin-top:3rem}
}

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

/* 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) {
	.ws_main_latest_gallery_wrap {padding:10rem 0}
	/* .ws_main_latest_gallery_wrap:before {content:'';display:block;position:absolute;bottom:0;left:0;width:35%;height:55%;border-radius:0 10rem 10rem 0;background-color:var(--webis_color);z-index:-1} */
	.ws_main_latest_gallery_wrap:after {content:'';opacity:.05;display:block;position:absolute;bottom:0;right:0;width:70%;height:35%;border-radius:10rem 0 0 10rem;background-color:var(--webis_color);transform:translateY(15%);z-index:-2}
	
	.ws_main_latest_video_wrap {padding-top:5rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_popupzone_wrap {margin-top:-26rem}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_main_latest_gallery_wrap:before {width:35%;height:70%}
	.ws_main_latest_gallery_wrap:after {width:70%;height:50%;transform:translateY(25%)}
	
	.ws_main_latest_video_wrap .ws_latest_youtube_wrap {position:relative;margin-top:-10rem;padding-left:5rem}
}

/* 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) {
	.ws_main_calendar_wrap:after {width:10rem;height:12rem}
}

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

}