@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 {position:relative}
.ws_quick_menu_wrap .es_title {margin-bottom:2rem;color:var(--webis_color);font-size:2.5rem}
.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:hover {border-color:var(--webis_color)}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon {display:inline-block;width:10rem;height:10rem;border-radius:1.5rem;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:1.5rem;color:#000;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: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 > PROGRAM */
.ws_main_program_wrap {position:relative;padding:15rem 0;background-color:#F5F6FC}
.ws_main_program_wrap:before {content:'';display:block;position:absolute;top:0;left:0;width:100%;height:5rem;background-image:url('../img/main/wave.png');background-size:20rem;background-repeat:repeat-x}
.ws_main_program_wrap:after {content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:5rem;background-image:url('../img/main/wave.png');background-size:20rem;background-repeat:repeat-x;transform:rotate(180deg)}
.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 {overflow:hidden;display:block;position:relative;border-radius:1.5rem;border:1px solid #DDD;transition:all .3s}
.ws_main_program_wrap .es_content_area ul .bs_list_box a:hover {border-color:#000}
.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_text_field {padding:2rem;background-color:#FFF}
.ws_main_program_wrap .es_content_area ul .bs_list_box a .is_text_field .ss_subject {overflow:hidden;display:-webkit-box;height:6rem;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 {margin-top:5rem}
.ws_main_program_wrap .es_control_area .bs_content_box {display:flex;align-items:center;justify-content:center}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field {flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:50%;border:1px solid #000;color:#000;line-height:4.5rem;text-align:center;transition:all .3s}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {margin-right:2rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {margin-left:2rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_pause {display:none}
.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 {background-color:#000;color:#FFF}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field .ss_icon {}
.ws_main_program_wrap .swiper .swiper-pagination {position:initial;width:auto}
.ws_main_program_wrap .swiper .swiper-pagination .swiper-pagination-bullet {display:inline-block;vertical-align:middle;position:relative;width:4rem;height:4rem;background-color:transparent}
.ws_main_program_wrap .swiper .swiper-pagination .swiper-pagination-bullet:before {content:'';display:block;position:absolute;top:50%;left:50%;width:1rem;height:1rem;box-sizing:content-box;border-radius:50%;background-color:#000;transform:translate(-50%, -50%)}
.ws_main_program_wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}
.ws_main_program_wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {width:0.5rem;height:0.5rem;border:1rem solid #000;background-color:#FFF}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_latest_gallery_wrap {position:relative;padding:10rem 0}
.ws_main_latest_gallery_wrap .es_title_area {margin-bottom:3rem}
.ws_main_latest_gallery_wrap .es_title_area .bs_title {color:#000;font-size:3.5rem}
.ws_main_latest_gallery_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:1.8rem}

/* WEBIS THEME DESIGN : MAIN > SNS */
.ws_sns_wrap {margin-top:5rem}
.ws_sns_wrap .es_content_area {display:flex;flex-wrap:wrap;justify-content:space-between}
.ws_sns_wrap .es_content_area .bs_list_box {width:19%}
.ws_sns_wrap .es_content_area .bs_list_box a {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;position:relative;height:10rem;padding:0 3rem;border-radius:1.5rem}
.ws_sns_wrap .es_content_area .bs_list_box:last-child a {border-bottom:none}
.ws_sns_wrap .es_content_area .bs_list_box a .is_icon {margin-right:2rem;font-size:4rem;line-height:1}
.ws_sns_wrap .es_content_area .bs_list_box a .is_icon i {}
.ws_sns_wrap .es_content_area .bs_list_box a .is_title {flex:1;font-weight:500;font-size:2rem}


/* ==================================================================================================== *
 *
 *     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_sns_wrap .es_content_area .bs_list_box a {height:8rem}
	.ws_sns_wrap .es_content_area .bs_list_box a .is_icon {font-size:3.5rem}
	.ws_sns_wrap .es_content_area .bs_list_box a .is_title {font-size:1.8rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_quick_menu_wrap {margin-top:3rem}
	.ws_quick_menu_wrap .es_title {margin-bottom:0}
	
	.ws_sns_wrap .es_content_area .bs_list_box a {height:7rem;padding:0 1.5rem}
	.ws_sns_wrap .es_content_area .bs_list_box a .is_icon {margin-right:1rem;font-size:3rem}
	.ws_sns_wrap .es_content_area .bs_list_box a .is_title {font-size:1.6rem}
}

/* 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_sns_wrap .es_content_area {justify-content:center;gap:5px}
	.ws_sns_wrap .es_content_area .bs_list_box {width:32%}
	.ws_sns_wrap .es_content_area .bs_list_box a {justify-content:center;padding:0 1rem}
	.ws_sns_wrap .es_content_area .bs_list_box a .is_title {flex:none}
}

/* 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) {
	.ws_main_latest_gallery_wrap:before {content:'Youth Dream';display:block;position:absolute;bottom:-2rem;left:0;color:#F5F5F5;font-weight:900;font-size:12rem;line-height:1;letter-spacing:-0.3rem;z-index:-1}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_quick_menu_wrap {margin-top:-15rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a {padding:2rem 0 3rem 0;border-radius:5rem;box-shadow:1.8rem 3rem 5rem rgba(0,0,0,.05);border:0.3rem solid #FFF;background-color:#FFF;transition:all .3s}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_sns_wrap .es_content_area .bs_list_box a:after {content:'\e90b';opacity:0;position:absolute;top:50%;right:3rem;font-size:3rem;font-family:'xeicon';transform:translateY(-50%);transition:all .3s}
	.ws_sns_wrap .es_content_area .bs_list_box a:hover:after {opacity:1}
}

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

}

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

}