@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
.ws_main_bg_wrap {padding-top:9rem;background-image:url('../img/main/main_bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > SEARCH */
.ws_main_search_wrap {padding:10rem 0}
.ws_main_search_wrap .es_title_area {margin-bottom:2rem}
.ws_main_search_wrap .es_title_area .bs_title {color:#121212;font-size:4.5rem}
.ws_main_search_wrap .es_title_area .bs_title .is_point {color:#0094E1}
.ws_main_search_wrap .es_button_area {}
.ws_main_search_wrap .es_button_area .bs_button {display:block;position:relative;height:8rem;padding:0 4rem;border-radius:50px;color:#FFF;font-weight:bold;font-size:2.5rem;line-height:8rem}
.ws_main_search_wrap .es_button_area .bs_button:after {content:'';display:block;position:absolute;right:2rem;bottom:0;width:14rem;height:16rem;background-image:url('../img/main/search_icon.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
.ws_main_search_wrap .es_button_area .bs_button i {vertical-align:middle;margin-left:0.5rem}
.ws_main_search_wrap .es_button_area .bs_button:hover i {margin-left:1.5rem;transition:all .3s}

.ws_header_search_wrap {}
.ws_header_search_wrap .es_search_area {font-size:1.8rem}
.ws_header_search_wrap .es_search_area form {position:relative;padding:3px;border-radius:50px;background:linear-gradient(to right, #0048A0, #029BE4)}
.ws_header_search_wrap .es_search_area .bs_label {display:block;position:absolute;top:50%;left:0;width:15rem;color:#121212;font-weight:500;text-align:center;transform:translatey(-50%)}
.ws_header_search_wrap .es_search_area .bs_label:after {content:'';display:block;position:absolute;top:50%;right:0;width:1px;height:2rem;background-color:#333;transform:translateY(-50%)}
.ws_header_search_wrap .es_search_area .bs_keyword_input {width:100%;height:7.5rem;padding-right:6rem;padding-left:17rem;border-radius:50px;background-color:#FFF;line-height:7.5rem}
.ws_header_search_wrap .es_search_area .bs_submit_button {position:absolute;top:50%;right:1rem;width:6rem;height:6rem;border-radius:50%;background:linear-gradient(135deg, rgb(1,64,153), rgb(50,177,243), rgb(167,227,219));color:#FFF;font-size:3rem;line-height:5rem;transform:translateY(-50%)}
.ws_header_search_wrap .es_search_area .bs_submit_button .is_icon {}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > PROGRAM */
.ws_main_program_wrap {padding-bottom:10rem}
.ws_main_program_wrap .es_content_area {}
.ws_main_program_wrap .es_content_area .bs_list_box {}
.ws_main_program_wrap .es_content_area .bs_list_box a {display:block;position:relative}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_image_field {overflow:hidden;border-radius:2rem}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_image_field img {max-width:100%;transition:all .3s}
.ws_main_program_wrap .es_content_area .bs_list_box a:hover .is_image_field img {transform:scale(1.08)}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field {}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_state {position:absolute;top:1rem;right:1rem;width:7rem;height:7rem;border-radius:50%;background-color:#333;color:#FFF;font-size:1.5rem;line-height:7rem;text-align:center}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_state.ss_ing {background-color:#FF7E00;color:#FFF}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_state.ss_end {background-color:#DDD;color:#121212}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_label {display:inline-block;margin-top:1rem;font-weight:bold}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_label.ss_label01 {color:#009283}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_label.ss_label02 {color:#8E58DA}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_subject {overflow:hidden;display:-webkit-box;height:5.4rem;margin-top:1rem;color:#121212;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 .bs_list_box a:hover .is_text_field .ss_subject {text-decoration:underline}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_info_zone {margin-top:1rem}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_info_zone .ks_list {display:flex;flex-wrap:wrap;margin-bottom:0.5rem;font-size:1.4rem}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_info_zone .ks_list .os_label {flex-shrink:0;margin-right:1rem;color:#000;font-weight:500}
.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_info_zone .ks_list .os_desc {flex:1}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > PROGRAM > CONTROL */
.ws_main_program_wrap .es_control_area {display:flex;align-items:center;justify-content:space-between;margin-top:4rem}
.ws_main_program_wrap .es_control_area .bs_pagination_box {position:initial;width:auto}
.ws_main_program_wrap .es_control_area .bs_pagination_box .swiper-pagination-bullet {width:1rem;height:1rem}
.ws_main_program_wrap .es_control_area .bs_pagination_box .swiper-pagination-bullet-active {border:2px solid #000;background-color:transparent}
.ws_main_program_wrap .es_control_area .bs_content_box {}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field {display:inline-block;vertical-align:middle;background-color:transparent;color:#121212;line-height:2rem;text-align:center}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {width:5rem;height:5rem;margin-right:2rem;border-radius:50%;border:1px solid #121212;font-size:2.5rem}
.ws_main_program_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {width:5rem;height:5rem;margin-left:2rem;border-radius:50%;border:1px solid #121212;font-size:2.5rem}
.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 .ss_icon {}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > BANNER */
.ws_main_banner_wrap {padding:12rem 0;background-color:#F4F7FF}
.ws_main_banner_wrap .bx-wrapper {max-width:100% !important;margin-bottom:0;box-shadow:none;border:none;background:transparent}
.ws_main_banner_wrap .es_title_area {margin-bottom:5rem;text-align:center}
.ws_main_banner_wrap .es_title_area .bs_title {display:block;color:#121212;font-size:4.5rem}
.ws_main_banner_wrap .es_title_area .bs_desc {margin-top:1rem;color:#333}
.ws_main_banner_wrap .es_content_area {}
.ws_main_banner_wrap .es_content_area .bs_list_box {}
.ws_main_banner_wrap .es_content_area .bs_list_box .is_image {max-width:100%}


/* ==================================================================================================== *
 *
 *     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_search_wrap .es_button_area .bs_button:after {width:12rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_main_search_wrap {padding:7rem 0}  
	.ws_main_search_wrap .es_title_area {text-align:center}
	.ws_main_search_wrap .es_button_area .bs_button {font-size:2rem}
	
	.ws_main_program_wrap {padding-bottom:7rem}
	
	.ws_main_banner_wrap {padding:7rem 0 3rem 0}
}

/* 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_search_wrap .es_title_area .bs_title {font-size:3rem}
	.ws_main_search_wrap .es_button_area {margin-top:2rem}
	.ws_main_search_wrap .es_button_area .bs_button:after {right:5rem;width:8rem}
	
	.ws_main_banner_wrap .es_title_area .bs_title {font-size:3rem}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_header_search_wrap .es_search_area .bs_label {display:none}
	.ws_header_search_wrap .es_search_area .bs_keyword_input {padding-left:2rem}
	
	.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_state {width:5rem;height:5rem;line-height:5rem}
	.ws_main_program_wrap .es_content_area .bs_list_box a .is_text_field .ss_info_zone .ks_list .os_label {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) {

}

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

}

/* 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) {
	.ws_main_search_wrap .es_button_area .bs_button:after {display:none}
}

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {
	.ws_main_search_wrap .es_button_area .bs_button:after {display:none}
}

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

}