@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - PAGE
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* WEBIS THEME DESIGN : PAGE > COMMON */
.ws_page_common_wrap {margin-top:5rem;margin-bottom:10rem}
.ws_page_1st_title {margin-top:7rem;margin-bottom:2rem;color:#000;font-size:2.5rem}
.ws_page_1st_desc {padding:2.5rem;border-radius:1rem;background-color:#F8F8F8;line-height:1.7}
.ws_bullet {position:relative;top:-1rem;display:inline-block;width:1rem;height:1rem;margin-right:2.5rem;border-radius:0.3rem;background-color:#4A92CD}
.ws_bullet:before,
.ws_bullet:after {content:'';position:absolute;width:1rem;height:1rem;border-radius:0.3rem}
.ws_bullet:before {top:1.2rem;left:0;background-color:#EE7B22}
.ws_bullet:after {top:0;left:1.2rem;background-color:#95C53D}

/* WEBIS THEME DESIGN : PAGE > 인사말 */
.ws_page_greeting_wrap {}
.ws_page_greeting_wrap .es_content_area {}
.ws_page_greeting_wrap .es_content_area .bs_image_box {text-align:center}
.ws_page_greeting_wrap .es_content_area .bs_image_box img {max-width:100%}
.ws_page_greeting_wrap .es_content_area .bs_text_box {}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_title {color:#000;font-size:2rem}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_desc {margin-top:3rem;line-height:1.7}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_sign {display:block;margin-top:3rem}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_sign .ss_name {color:#000}

/* WEBIS THEME DESIGN : PAGE > 조직도 */
.ws_page_organ_wrap {}
.ws_page_organ_wrap .es_organ_area {position:relative}
.ws_page_organ_wrap .es_organ_area .bs_list_box {position:relative}
.ws_page_organ_wrap .es_organ_area .bs_list_box .is_text {display:flex;align-items:center;justify-content:center;position:relative;height:7rem;border-radius:5px;color:#FFF;font-weight:500;font-size:1.8rem;text-align:center}
.ws_page_organ_wrap .es_organ_area .bs_center_box {}
.ws_page_organ_wrap .es_organ_area .bs_center_box:before {content:'';display:block;position:absolute;top:0;left:50%;width:1px;height:100%;background-color:#DDD;z-index:-1}
.ws_page_organ_wrap .es_organ_area .bs_center_box .is_text {width:20rem;margin:0 auto}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center01 {padding-bottom:2rem}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center01:before {height:calc(100% + 7rem)}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center01 .is_text {background-color:var(--webis_color_700)}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center02 {clear:both;padding-top:2rem}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center02 .is_text {background-color:var(--webis_color)}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center03 {clear:both;padding-bottom:2rem}
.ws_page_organ_wrap .es_organ_area .bs_center_box.bs_center03 .is_text {background-color:var(--webis_color_800)}
.ws_page_organ_wrap .es_organ_area .bs_side_box {display:flex;justify-content:center;position:relative}
.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text {width:20rem;border:1px solid #DDD;background-color:#FFF;color:#000;transform:translateX(22rem)}
.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text:before {content:'';display:block;position:absolute;top:50%;right:100%;width:12rem;height:1px;background-color:#DDD;z-index:-1}

/* WEBIS THEME DESIGN : PAGE > 오시는길 */
.ws_page_location_wrap {}
.ws_page_location_wrap .root_daum_roughmap .wrap_controllers {display:none}
.ws_page_location_wrap .root_daum_roughmap .cont {display:none}
.ws_page_location_wrap .es_map_area {overflow:hidden;border-radius:2rem;box-shadow:0 0.5rem 2rem rgba(0,0,0,.08)}
.ws_page_location_wrap .es_info_area {padding:3rem}
.ws_page_location_wrap .es_info_area .bs_list_box {display:flex;align-items:flex-start}
.ws_page_location_wrap .es_info_area .bs_list_box.bs_add {width:100%}
.ws_page_location_wrap .es_info_area .bs_list_box.bs_tel {margin-top:2rem}
.ws_page_location_wrap .es_info_area .bs_list_box .is_label {flex-shrink:0;position:relative;padding-left:3rem;width:10rem;color:#000;font-weight:600}
.ws_page_location_wrap .es_info_area .bs_list_box .is_label:before {content:'';display:block;position:absolute;top:50%;left:0;width:2.5rem;height:2.5rem;background-image:url('../img/page/location_icon.png');background-size:2.5rem;background-repeat:no-repeat;transform:translateY(-50%)}
.ws_page_location_wrap .es_info_area .bs_list_box.bs_add .is_label:before {background-position:0 0}
.ws_page_location_wrap .es_info_area .bs_list_box.bs_tel .is_label:before {background-position:0 -2.5rem}
.ws_page_location_wrap .es_info_area .bs_list_box .is_desc {}

/* WEBIS THEME DESIGN : PAGE > 사업소개 */
.ws_page_business_wrap {}
.ws_page_business_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:2rem;margin-top:5rem}
.ws_page_business_wrap .es_content_area .bs_content_box {width:calc(100% / 2 - (1 * 2rem / 2));padding:3rem;border-radius:1rem;border:1px solid #DDD;text-align:center}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon {display:inline-block;width:10rem;height:10rem;background-image:url('../img/page/business_icon.png');background-size:10rem;background-repeat:no-repeat}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon01 {background-position:0 0}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon02 {background-position:0 -10rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon03 {background-position:0 -20rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon04 {background-position:0 -30rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon05 {background-position:0 -40rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon06 {background-position:0 -50rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_icon07 {background-position:0 -60rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_title {display:block;color:#000;font-size:1.8rem}
.ws_page_business_wrap .es_content_area .bs_content_box .is_desc {margin-top:1rem}

/* WEBIS THEME DESIGN : PAGE > 후원안내 */
.ws_page_sponsor_wrap {}
.ws_page_sponsor_wrap .es_top_area {padding:3rem;border-radius:1rem;background-color:rgba(var(--webis_color_red_rgb),.05)}
.ws_page_sponsor_wrap .es_top_area .bs_image_box {text-align:center}
.ws_page_sponsor_wrap .es_top_area .bs_image_box img {max-width:100%}
.ws_page_sponsor_wrap .es_top_area .bs_text_box {}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_title {color:#000;font-size:2.2rem}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc {display:flex;gap:2rem}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list {margin-top:1rem;padding:2rem 0.5rem;border-radius:1rem;background-color:#FFF;text-align:center}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list .ks_icon {flex-shrink:0;display:inline-block;width:6rem;height:6rem;background-image:url('../img/page/sponsor_icon.png');background-size:6rem;background-repeat:no-repeat}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list .ks_icon01 {background-position:0 0}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list .ks_icon02 {background-position:0 -6rem}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list .ks_icon03 {background-position:0 -12rem}
.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list .ks_title {display:block;color:#000}

/* WEBIS THEME DESIGN : PAGE > 자원봉사안내 */
.ws_page_volunteer_wrap {}
.ws_page_volunteer_wrap .es_step_area {}
.ws_page_volunteer_wrap .es_step_area .bs_content_box {display:flex;flex-wrap:wrap;gap:3rem}
.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field {display:flex;justify-content:center;align-items:center;position:relative;width:calc(100% / 6 - (5 * 3rem / 6));min-height:9.5rem;padding:2rem 0.5rem;border-radius:1rem;background-color:var(--webis_color);color:#FFF;text-align:center}
.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field:after {content:'\e93f';display:block;position:absolute;top:50%;left:100%;width:3rem;height:3rem;color:#000;line-height:3rem;text-align:center;font-family:'xeicon';transform:translateY(-50%)}
.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field:last-child:after {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) {

}

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

}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field {width:calc(100% / 2 - (1 * 3rem / 2))}
	.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field:nth-child(2n):after {display:none}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_page_organ_wrap .es_organ_area .bs_center_box .is_text {width:14rem}
	.ws_page_organ_wrap .es_organ_area .bs_side_box:before {width:8rem}
	.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text {width:12rem;transform:translateX(14rem)}
	.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text:before {width:8rem}
	
	.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc {gap:1rem}
	.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list {width:calc(100% / 3 - (2 * 1rem / 3))}
}

/* 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) {
	.ws_page_organ_wrap .es_organ_area .bs_center_box .is_text {width:100%}
	.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text {width:100%;transform:translateX(0)}
	.ws_page_organ_wrap .es_organ_area .bs_side_box .is_text:before {display:none}
	
	.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc {flex-wrap:wrap}
	.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list {width:100%}
}

/* 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) {
	.ws_page_common_wrap {font-size:1.8rem}
	
	.ws_page_greeting_wrap .es_content_area .bs_text_box .is_title {font-size:2.5rem}
	
	.ws_page_sponsor_wrap .es_top_area .bs_text_box .is_desc .ss_list {display:flex;align-items:center;gap:1rem 2rem;padding:1rem 3rem 1rem 2rem;border-radius:50px}
}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {
	.ws_page_greeting_wrap .es_content_area {display:flex;flex-direction:row-reverse;gap:5rem}
	.ws_page_greeting_wrap .es_content_area .bs_image_box {flex-shrink:0;width:35%}
	
	.ws_page_location_wrap .es_info_area {padding:4rem}
	
	.ws_page_business_wrap .es_content_area .bs_content_box {width:calc(100% / 3 - (2 * 2rem / 3))}
	.ws_page_business_wrap .es_content_area.es_grid04 .bs_content_box {width:calc(100% / 2 - (1 * 2rem / 2))}
	.ws_page_business_wrap .es_content_area .bs_content_box .is_title {font-size:2rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_page_greeting_wrap .es_content_area .bs_text_box .is_title {font-size:3rem}
	
	.ws_page_business_wrap .es_content_area.es_grid04 .bs_content_box {width:calc(100% / 4 - (3 * 2rem / 4))}
	
	.ws_page_sponsor_wrap .es_top_area {display:flex;flex-direction:row-reverse;align-items:center;padding:5rem}
	.ws_page_sponsor_wrap .es_top_area .bs_image_box {width:35%}
	.ws_page_sponsor_wrap .es_top_area .bs_text_box {width:100%}
}

/* 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) {
	.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field {width:calc(100% / 3 - (2 * 3rem / 3))}
	.ws_page_volunteer_wrap .es_step_area .bs_content_box .is_list_field:nth-child(3n):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) {

}