@charset "utf-8";

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

/* WEBIS THEME DESIGN : PAGE > COMMON */
.ws_page_content_wrap {margin-top:5rem;margin-bottom:10rem}
.ws_page_content_wrap img {max-width:100%;object-fit:cover}

.ws_title {font-size:2.5rem}
.ws_sub_title {font-size:2rem}
.ws_sub_title:before {border-color:rgba(var(--webis_color_amber_rgb),0.8)}
.ws_label {display:block;margin-top:4rem;margin-bottom:1rem;color:var(--webis_color_700)}
.ws_sub_label {display:block;margin-bottom:1rem;color:#121212}
.ws_desc {padding:2rem;border-radius:1rem;background-color:#F7F7F7}
.ws_alert {display:block;margin-top:1rem;color:var(--webis_color_blue)}
.ws_point_color {padding:0.3rem 0.5rem;background-color:rgba(var(--webis_color_rgb),0.1);color:var(--webis_color)}
.ws_point_yellow {padding:0.3rem 0.5rem;background-color:rgba(var(--webis_color_yellow_rgb),0.2);color:var(--webis_color_yellow_700)}
.ws_point_orange {padding:0.3rem 0.5rem;background-color:rgba(var(--webis_color_orange_rgb),0.1);color:var(--webis_color_orange)}
.ws_point_blue {padding:0.3rem 0.5rem;background-color:rgba(var(--webis_color_blue_rgb),0.1);color:var(--webis_color_blue_700)}

.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 {content:'';position:absolute;top:1.2rem;left:0;width:1rem;height:1rem;border-radius:0.3rem;background-color:#EE7B22} /* 주황 */
.ws_bullet:after {content:'';position:absolute;top:0;left:1.2rem;width:1rem;height:1rem;border-radius:0.3rem;background-color:#95C53D} /* 초록 */
.ws_bullet04:before {border-radius:0.2rem}
.ws_list_bullet01:before {top:1.2rem}

.es_table_area {overflow-x:auto}

/* 공통 */
.ws_page_content_wrap .es_title_area {margin-bottom:7rem;text-align:center}
.ws_page_content_wrap .es_title_area .bs_title {position:relative;display:inline-block;margin:0 auto;color:#121212;font-size:3.5rem}
.ws_page_content_wrap .es_title_area .bs_title:before {content:'';position:absolute;top:-1rem;left:-7rem;width:4.3rem;height:8rem;background-image:url('../img/sub/deco_label.png');background-repeat:no-repeat;background-position:center;background-size:cover}
.ws_page_content_wrap .es_title_area .bs_title:after {content:'';position:absolute;top:-1rem;right:-7rem;width:4.3rem;height:8rem;background-image:url('../img/sub/deco_label.png');background-repeat:no-repeat;background-position:center;background-size:cover;transform:scaleX(-1)}

.ws_page_content_wrap .es_line_area {position:relative;padding:3rem 12rem;border:1rem solid #EEE;text-align:center}
.ws_page_content_wrap .es_line_area:before {content:'';position:absolute;top:-1rem;left:50%;z-index:1;width:calc(100% - 10rem);height:1rem;background-color:#FFF;transform:translateX(-50%)}
.ws_page_content_wrap .es_line_area:after {content:'';position:absolute;bottom:-1rem;left:50%;z-index:1;width:calc(100% - 10rem);height:1rem;background-color:#FFF;transform:translateX(-50%)}
.ws_page_content_wrap .es_line_area .bs_title {display:block;margin-bottom:2rem;color:#121212;font-size:3rem}
.ws_page_content_wrap .es_line_area .bs_quote {display:block;margin-top:3rem;margin-bottom:-3rem;color:#EEE;font-size:8rem;line-height:1}
.ws_page_content_wrap .es_line_area .bs_desc {}

.ws_btn_wrap {margin-top:3rem;text-align:center}
.ws_btn_wrap .es_btn {display:inline-block;padding:1rem 3rem;border:1px solid #121212;border-radius:1rem;color:#121212}
.ws_btn_wrap .es_btn:hover {background-color:var(--webis_color_700);color:#FFF;transition:0.3s}

.ws_dl_list03_wrap .es_1st_dl .bs_1st_dt {background-color:#E1F1D0}

.ws_tab05_wrap .es_content_area .bs_list_box .is_tab_menu {line-height:1.2}
.ws_tab05_wrap .es_content_area .bs_list_box .is_tab_menu.is_tab_active {position:relative;z-index:1;border-bottom:1px solid !important}
.ws_tab05_wrap .es_content_area:after {display:none}

/* 리스트 */
.ws_page_content_wrap .es_content_list_area {}
.ws_page_content_wrap .es_content_list_area .bs_1st_ul {}
.ws_page_content_wrap .es_content_list_area .bs_1st_ul .is_1st_li {}
.ws_page_content_wrap .es_content_list_area .bs_1st_ul .is_1st_li .ss_title {display:block;margin-top:5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #DDD;color:#EE7B22;font-size:2.2rem}
.ws_page_content_wrap .es_content_list_area .bs_2nd_ul {margin:1rem 0;padding-left:1rem}
.ws_page_content_wrap .es_content_list_area .bs_2nd_ul .is_2nd_li {margin-bottom:1rem}
.ws_page_content_wrap .es_content_list_area .bs_2nd_ul .is_2nd_li .ss_sub_title {display:block;margin-bottom:1.2rem;color:var(--webis_color_700);font-size:2rem}
.ws_page_content_wrap .es_content_list_area .bs_3rd_ul {margin:1rem 0;padding-left:1rem}
.ws_page_content_wrap .es_content_list_area .bs_3rd_ul .is_3rd_li {margin-bottom:0.8rem}
.ws_page_content_wrap .es_content_list_area .bs_3rd_ul .is_3rd_li .ss_label {}
.ws_page_content_wrap .es_content_list_area .bs_4th_ul {margin:1rem 0;padding-left:1rem}
.ws_page_content_wrap .es_content_list_area .bs_4th_ul li {margin-bottom:0.5rem}

/* 인사말 */
.ws_greet01_wrap .es_content_area .bs_text_box .is_title {font-size:4rem;font-weight:normal}

/* 미션비전 */
.ws_page_mission_wrap {}
.ws_page_mission_wrap .es_content_area {margin-bottom:10rem;text-align:center}
.ws_page_mission_wrap .es_content_area .bs_title {position:relative;display:block;margin-bottom:3rem;color:#121212;font-size:2.5rem}

.ws_page_mission_wrap .es_purpose_area {}
.ws_page_mission_wrap .es_purpose_area .bs_title {}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box {}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_sub_title {position:relative;display:block;margin-bottom:2rem;color:#121212;font-weight:bold;font-size:3rem}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_quote {display:block;margin-top:3rem;margin-bottom:-3rem;color:#EEE;font-size:8rem;line-height:1}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_desc {}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_text_field {display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_text_field .ss_title {color:#121212}
.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_text_field .ss_desc {}

.ws_page_mission_wrap .es_mission_area {}
.ws_page_mission_wrap .es_mission_area .bs_title {}
.ws_page_mission_wrap .es_mission_area .bs_text_box {}
.ws_page_mission_wrap .es_mission_area .bs_text_box .is_title {color:#121212;font-size:6rem;font-weight:normal;text-align:center}
.ws_page_mission_wrap .es_mission_area .bs_text_box .is_image {margin-top:3rem}
.ws_page_mission_wrap .es_mission_area .bs_text_box .is_point01 {color:#EE7B22}
.ws_page_mission_wrap .es_mission_area .bs_text_box .is_point02 {color:#95C53D}
.ws_page_mission_wrap .es_mission_area .bs_text_box .is_point03 {color:#4A92CD}
.ws_page_mission_wrap .es_mission_area .bs_list_box {display:flex;justify-content:space-between;gap:1rem;margin-top:5rem}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field {position:relative;flex:1;padding:5rem 1rem 3rem;border-radius:1rem;border:2px dashed #EEE;font-weight:500;text-align:center}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(1) {color:#EE7B22}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(2) {color:#95C53D}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(3) {color:#32C598}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(4) {color:#4A92CD}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field .ss_label {content:'';display:flex;justify-content:center;align-items:center;position:absolute;top:-3rem;left:50%;width:6rem;height:6rem;border:5px solid #FFF;border-radius:2rem;box-shadow:0 0 1rem rgba(0,0,0,0.1);background-color:#DDD;color:#FFF;font-size:2rem;transform:translateX(-50%)}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(1) .ss_label {background-color:#EE7B22}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(2) .ss_label {background-color:#95C53D}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(3) .ss_label {background-color:#32C598}
.ws_page_mission_wrap .es_mission_area .bs_list_box .is_list_field:nth-child(4) .ss_label {background-color:#4A92CD}

.ws_page_mission_wrap .es_talent_area {}
.ws_page_mission_wrap .es_talent_area .bs_text_box {display:inline-block;padding:2rem 8rem;border-radius:10rem;background-image:linear-gradient(-20deg, #95C53D, #32C598);color:#FFF;font-size:2.5rem;text-align:center}
.ws_page_mission_wrap .es_talent_area .bs_text_box .is_point {font-size:4rem}

/* 법인소개 */
.ws_page_company_wrap {}
.ws_page_company_wrap .es_list_area {display:flex;flex-wrap:wrap;justify-content:space-between}
.ws_page_company_wrap .es_list_area .bs_list_box {width:49%;margin-bottom:2rem;padding:3rem 1rem;border:1px solid #EEE;border-radius:1rem;text-align:center}
.ws_page_company_wrap .es_list_area .bs_list_box:hover {border:1px solid #DDD;box-shadow:0 0 1rem rgba(0,0,0,0.05);transition:0.3s}
.ws_page_company_wrap .es_list_area .bs_list_box .is_link_zone {}
.ws_page_company_wrap .es_list_area .bs_list_box .is_link_zone .ss_image {}
.ws_page_company_wrap .es_list_area .bs_list_box .is_link_zone .ss_title {display:block;padding-top:1rem}
	
/* 조직도 */
.ws_organ01_wrap .es_content_area .bs_list_box .is_text {overflow:hidden}
.ws_organ01_wrap .es_content_area .bs_list_box .is_text .ss_title {display:block;padding:0.8rem}
.ws_organ01_wrap .es_content_area .bs_list_box .is_text .ss_name {display:block;width:100%;height:100%;padding:1rem;background-color:#FFF;color:#787878}
.ws_organ01_wrap .es_content_area .bs_side_box.bs_left {top:9rem}
.ws_organ01_wrap .es_content_area .bs_side_box.bs_right {top:9rem}
.ws_organ01_wrap .es_content_area .bs_center_box.bs_center01 {padding-bottom:4rem}
.ws_organ01_wrap .es_content_area .bs_center_box.bs_center01 .is_text {border:1px solid #DDD;background-color:#EE7B22}
.ws_organ01_wrap .es_content_area .bs_center_box.bs_center02 {padding:8rem}
.ws_organ01_wrap .es_content_area .bs_center_box.bs_center02 .is_text {border:1px solid #DDD;background-color:#4A92CD}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field {gap:0}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field:before {width:50%}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list {flex:1}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list:before {height:13rem}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list .ks_text {overflow:hidden;flex-direction:column;width:25rem;margin:0 auto}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list .ks_text .os_title {display:block;padding:0.8rem}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list .ks_text01 {background-color:#95C53D}
.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list .ks_text02 {background-color:#22877A}
.ws_organ01_wrap .es_content_area .bs_bottom_box {margin-top:3rem}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field {}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field:before {display:none}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {position:relative;flex:1;max-width:18rem;padding-bottom:0}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list:after {content:'';position:absolute;top:0;left:50%;width:106%;height:1px;background-color:#DDD}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list:last-child:after {display:none}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list:before {height:6rem}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_text {width:100%;height:6rem;background-color:#616EB4;color:#FFF}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_list {margin-top:0;padding:0;background-color:#FFF}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_list .os_list {padding:1rem;border:1px solid #DDD;border-radius:1rem;background-color:#F7F7F7;text-align:center}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_list .os_list:before {display:none}
.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_list .os_list .rs_text {color:#616EB4}

/* 윤리강령 */
.ws_page_ethics_wrap {}
.ws_page_ethics_wrap .es_sub_title {display:block;margin-top:5rem;margin-bottom:2rem;color:#222;font-size:2.5rem;text-align:center}
.ws_page_ethics_wrap .es_history_area {margin-bottom:2rem;text-align:right}
.ws_page_ethics_wrap .es_history_area .bs_list {margin-bottom:1rem}
.ws_page_ethics_wrap .es_history_area .bs_list .is_date {color:#121212;font-weight:500}
.ws_page_ethics_wrap .es_text_area {padding:3rem;border-radius:1rem;background-color:#F7F7F7;line-height:1.8}

/* 직원인권보호 */
.ws_page_rights_staff_wrap {}

/* 이용자인권 */
.ws_page_rights_user_wrap {}
.ws_page_rights_user_wrap .ws_content03_wrap .es_content_area .bs_list_box {margin-bottom:0}
.ws_page_rights_user_wrap .ws_content03_wrap .es_content_area .bs_list_box .is_inner {border:none;border-bottom:1px solid #DDD}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area {display:flex;justify-content:space-between;gap:2rem;margin-top:2rem}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box {position:relative;flex:1;padding:3rem;border:1px solid #DDD;border-radius:1rem;white-space:nowrap}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:after {content:'\e93f';position:absolute;top:50%;right:-2rem;color:#DDD;font-family:'xeicon';transform:translateY(-50%)}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:last-child:after {display:none}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:last-child {color:#FFF}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:last-child .os_title {color:#FFF}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box .os_label {display:block;margin-bottom:0.5rem;font-weight:bold;font-size:1.4rem}
.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box .os_title {display:block;color:#121212}
.ws_page_rights_user_wrap .ws_content03_wrap .es_content_area .bs_list_box .is_inner .ss_icon {background-image:url('../img/sub/right_user_icon.png')}

/* 지역현황 */
.ws_page_area_wrap {}
.ws_page_area_wrap .es_content_area {margin-bottom:5rem}
.ws_page_area_wrap .es_content_area .bs_title {display:block;margin-bottom:2rem;color:#121212;font-size:2.5rem}
.ws_page_area_wrap .es_content_area .bs_desc {}
.ws_page_area_wrap .es_image_wrap {display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}
.ws_page_area_wrap .es_image_wrap img {border:1px solid #1rem;border:1px solid #EEE}
.ws_page_area_wrap .es_alert {display:block;margin-top:1rem;color:#787878;text-align:right}

/* 오시는길 */
.cont {display:none}
.root_daum_roughmap .wrap_controllers {display:none}

.ws_page_content_wrap {}
.ws_page_content_wrap .es_info_area {position:relative;padding:3rem 0;border-bottom:1px solid #EEE}
.ws_page_content_wrap .es_info_area .bs_title {color:#000;font-size:2.5rem}
.ws_page_content_wrap .es_info_area .bs_text_box {display:flex;flex-wrap:wrap;margin-top:1rem}
.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field {display:flex;align-items:center;width:50%;margin-bottom:1rem}
.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field .ss_title {display:flex;align-items:center;margin-right:1rem;color:#000;font-weight:500}
.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field .ss_title .ks_icon {display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;margin-right:0.5rem;border-radius:50%;background-color:rgba(var(--webis_color_rgb),0.2)}
.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field .ss_title .ks_icon i {color:var(--webis_color)}
.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field .ss_desc {}
.ws_page_content_wrap .es_info_area .bs_link_btn {position:absolute;top:3rem;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:12rem;height:10rem;border-radius:1rem 3rem;background:linear-gradient(120deg, var(--webis_color_sky_300), var(--webis_color_lime_500), var(--webis_color_orange_300));color:#FFF}
.ws_page_content_wrap .es_info_area .bs_link_btn:hover {box-shadow:0 0 1rem rgba(0,0,0,0.2);transition:0.3s}
.ws_page_content_wrap .es_info_area .bs_link_btn i {display:block;font-size:3rem}

/* 사업안내 */
.ws_page_business_wrap {}
.ws_page_business_wrap .ws_label {margin-top:0}
.ws_page_business_wrap .ws_image_box {margin-bottom:2rem}
.ws_page_business_wrap .ws_image_box img {border-radius:1rem}
.ws_page_business_wrap .ws_table_wrap {background-color:#FFF}
.ws_page_business_wrap .ws_table_wrap th {background-color:#FBFBFB}

.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon {background-image:url('../img/sub/business01_icon01.png')}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon01 {background-position:0 0}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon02 {background-position:0 -10rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon03 {background-position:0 -20rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon04 {background-position:0 -30rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon05 {background-position:0 -40rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon06 {background-position:0 -50rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon07 {background-position:0 -60rem}
.ws_page_business_wrap .ws_step08_wrap .es_content_area .bs_list_box .is_icon.is_icon08 {background-position:0 -70rem}

.ws_page_business_wrap .es_text_area {margin-bottom:5rem;padding-bottom:5rem;border-bottom:1px dashed #DDD}
.ws_page_business_wrap .es_text_area:last-child {border-bottom:none}
.ws_page_business_wrap .es_text_area .bs_content_box {margin-bottom:3rem;padding:2rem;border:1px solid #EEE;border-radius:1rem}

/* 후원, 자원봉사 안내 */
.ws_page_support_wrap {}
.ws_page_support_wrap .es_intro_area {position:relative;margin-bottom:8rem;color:#121212;text-align:center}
.ws_page_support_wrap .es_intro_area:before {content:'';position:absolute;top:0;left:1rem;width:12rem;height:17rem;background-image:url('../img/sub/sponsor_bg01.png');background-repeat:no-repeat;background-position:center;background-size:cover}
.ws_page_support_wrap .es_intro_area:after {content:'';position:absolute;top:0;right:1rem;width:14.1rem;height:17rem;background-image:url('../img/sub/sponsor_bg01.png');background-repeat:no-repeat;background-position:center;background-size:cover}
.ws_page_support_wrap .es_intro_area .bs_title {font-weight:500;font-size:5rem}
.ws_page_support_wrap .es_intro_area .bs_desc {font-size:2rem}
.ws_page_support_wrap .es_intro_area .bs_desc .is_sub {display:block;color:#787878;font-size:1.6rem}
.ws_page_support_wrap .es_intro_area .bs_content_box {margin-top:2rem}
.ws_page_support_wrap .es_intro_area .bs_content_box .is_list_field {display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:2rem;border:1px solid #EEE;border-radius:1rem}
.ws_page_support_wrap .es_intro_area .bs_content_box .is_list_field .ss_title {color:#4A92CD;font-weight:bold}
.ws_page_support_wrap .es_intro_area .bs_content_box .is_list_field .ss_dsec {}

.ws_page_support_wrap .es_list_area {position:relative;padding:3rem;background-color:rgba(var(--webis_color_orange_rgb),0.1)}
.ws_page_support_wrap .es_list_area .bs_text_box {position:absolute;top:-5rem;left:50%;display:flex;flex-wrap:wrap;justify-content:center;width:70%;margin-top:2rem;padding:2rem 5rem;border-radius:5rem;box-shadow:0 0 1rem rgba(0,0,0,0.2);background-color:#DDD;color:#FFF;transform:translateX(-50%)}
.ws_page_support_wrap .es_list_area .bs_text_box .is_title {display:inline-block;margin-right:2rem;font-size:2rem}
.ws_page_support_wrap .es_list_area .bs_text_box .is_lable {}
.ws_page_support_wrap .es_list_area .bs_inner {padding:5rem 5% 2rem;border-radius:1rem;box-shadow:0 0 2rem rgba(0,0,0,0.05);background-color:#FFF}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box {display:flex;align-items:center;width:100%;padding:2rem;border-bottom:1px dashed #DDD}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box:last-child {border-bottom:none}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_image {flex-shrink:0;width:40%;margin-right:3rem;text-align:right}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_image img {width:20rem;height:15rem;border-radius:2rem;background-size:cover}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_content {}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_content .ks_title {}
.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_content .ks_desc {}

/* 후원안내 */
.ws_page_sponsor_wrap {}
.ws_page_sponsor_wrap .es_intro_area:before {background-image:url('../img/sub/sponsor_bg01.png')}
.ws_page_sponsor_wrap .es_intro_area:after {background-image:url('../img/sub/sponsor_bg02.png')}

.ws_page_sponsor_wrap .es_list_area {background-color:rgba(var(--webis_color_orange_rgb),0.1)}
.ws_page_support_wrap .es_list_area .bs_text_box {background:linear-gradient(112deg, #FF964D, #FFA345)}

.ws_page_sponsor_wrap .ws_content26_wrap .es_content_area .bs_content_box {width:23%;border:1px dashed var(--webis_color_orange_400);border-radius:1rem}
.ws_page_sponsor_wrap .ws_content26_wrap .es_content_area .bs_content_box:before {background:var(--webis_color_orange_400)}

/* 자원봉사안내 */
.ws_page_volunteer_wrap {}
.ws_page_volunteer_wrap .es_intro_area:before {content:'';position:absolute;top:0;left:1rem;width:12rem;height:17rem;background-image:url('../img/sub/volunteer_bg01.png');background-repeat:no-repeat;background-position:center;background-size:cover}
.ws_page_volunteer_wrap .es_intro_area:after {content:'';position:absolute;top:0;right:1rem;width:14.1rem;height:17rem;background-image:url('../img/sub/volunteer_bg02.png');background-repeat:no-repeat;background-position:center;background-size:cover}

.ws_page_volunteer_wrap .es_list_area {position:relative;padding:3rem;background-color:rgba(var(--webis_color_blue_rgb),0.1)}
.ws_page_volunteer_wrap .es_list_area .bs_text_box {background:linear-gradient(112deg, #4272BB, #4A92CD)}

.ws_step07_wrap .es_content_area .bs_list_box .is_icon {background-image:url('../img/sub/volunteer_icon01.png')}
.ws_step07_wrap .es_content_area .bs_list_box .is_title {margin-top:2.5rem}
.ws_step07_wrap .es_content_area .bs_list_box .is_label {background-color:var(--webis_color_blue_700)}
.ws_step07_wrap .es_content_area .bs_list_box .is_title:before {background-color:var(--webis_color_blue_700)}

/* 나눔카페 */
.ws_page_sharing_space_wrap {}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area  {}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_youtube_box {max-width:80rem;height:45rem;margin:0 auto 1rem;text-align:center}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_youtube_box iframe {width:100%;height:100%}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_image_box img {height:auto;border-radius:1rem}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_text_box {}
.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_text_box .is_sub_title {display:block;width:30%;color:#000;font-size:2rem}
.ws_page_sharing_space_wrap .ws_content09_wrap .es_content_area .bs_content_box {background-color:#F8F9EC}
.ws_page_sharing_space_wrap .ws_content09_wrap .es_content_area .bs_content_box .is_desc_field .ss_list ul {width:100%}
.ws_page_sharing_space_wrap .ws_content09_wrap .es_content_area .bs_content_box .is_alert_field .ss_list ul {width:100%}

/* 관련사이트 */
.ws_page_site_wrap {}
.ws_page_site_wrap .es_ul_list_area {margin:0 auto}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul {display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li {flex-shrink:0;width:calc(100% / 4 - 2rem)}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li .ss_image_box {display:flex;justify-content:center;align-items:center;width:100%;min-width:18rem;height:6.5rem;border:1px solid #DDD;border-radius:0.5rem}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li .ss_image_box .ks_image {width:15rem;max-width:100%;height:5rem}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li .ss_text {display:block;margin-top:1rem;color:#121212;font-size:1.5rem;text-align:center}
.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li:hover .ss_text {text-decoration:underline}

/* ==================================================================================================== *
 *
 *     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) {
	.ws_page_content_wrap .es_info_area .bs_link_btn {position:relative;width:100%;top:1rem}
	.ws_page_content_wrap .es_info_area .bs_text_box {flex-direction:column}
	.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field {width:100%}
	.ws_page_content_wrap .es_info_area .bs_text_box .is_list_field .ss_title {margin-right:2rem}
	
	.ws_page_support_wrap .es_intro_area:before,
	.ws_page_support_wrap .es_intro_area:after {top:50%}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_tab_wrap .es_content_area .bs_list_box {height:auto}
	
	.ws_page_content_wrap .es_line_area {padding:3rem}
	
	.ws_greet01_wrap .es_content_area .bs_text_box .is_title {text-align:center}
	.ws_greet01_wrap .es_content_area .bs_image_box img {height:38rem}
	
	.ws_page_mission_wrap .es_purpose_area .bs_desc_box .is_text_field {flex-direction:column;gap:0}
	
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area {flex-wrap:wrap}
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box {flex:0 0 47%;padding:2rem;white-space:wrap}
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:after {right:-3rem}

	.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_text_box .is_sub_title {margin-bottom:1rem}
	
	.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li {width:calc(100% / 3 - 2rem)}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_tab05_wrap .es_content_area:after {display:none}
	.ws_tab05_wrap .es_content_area .bs_list_box {width:50%}
	.ws_tab05_wrap .es_content_area .bs_list_box .is_tab_menu {margin-top:-1px;margin-right:-1px;padding:0 1rem;border-left:1px solid #DDD}
	.ws_tab05_wrap .es_content_area .bs_list_box .is_tab_menu.is_tab_active {position:relative;z-index:1;border-bottom:1px solid var(--webis_color) !important;border-left:1px solid var(--webis_color)}
	
	.ws_content03_wrap .es_content_area .bs_list_box .is_inner {flex-direction:row}
	.ws_content03_wrap .es_content_area .bs_list_box .is_inner .ss_content .ks_title {text-align:left}

	.ws_greet01_wrap .es_content_area .bs_text_box .is_title {font-size:3rem}
	
	.ws_organ01_wrap .es_content_area .bs_side_box .is_text {margin:0 auto}
	.ws_organ01_wrap .es_content_area .bs_side_box.bs_right:before {display:none}
	.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list {padding:3rem 0 0}
	.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field {align-items:center}
	.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {max-width:25rem}
	.ws_organ01_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list:after {display:none}
	
	.ws_page_mission_wrap .es_mission_area .bs_text_box .is_title {font-size:5rem}

	.ws_page_support_wrap .es_list_area .bs_inner .is_list_box {flex-direction:column;padding:2rem 0}
	.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_image {width:100%;margin-right:0;text-align:center}
	.ws_page_support_wrap .es_list_area .bs_inner .is_list_box .ss_content {margin-top:1rem;text-align:center}
	.ws_page_support_wrap .es_intro_area {margin-bottom:20rem}
	.ws_page_support_wrap .es_intro_area .bs_title {font-size:4rem}
	.ws_page_support_wrap .es_intro_area:before,
	.ws_page_support_wrap .es_intro_area:after {top:100%}
	.ws_page_sponsor_wrap .ws_content26_wrap .es_content_area .bs_content_box {width:49%}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_page_content_wrap .es_line_area {padding:0;border:none}
	
	.ws_content03_wrap .es_content_area .bs_list_box .is_inner {flex-direction:column}
	.ws_content03_wrap .es_content_area .bs_list_box .is_inner .ss_content .ks_title {text-align:center}
	.ws_content03_wrap .es_content_area .bs_list_box .is_inner .ss_content .ks_desc {text-align:center}
	
	.ws_organ01_wrap .es_content_area .bs_side_box .is_text {width:17rem}
	.ws_organ01_wrap .es_content_area .bs_center_box.bs_center02 {padding-bottom:3rem}
	.ws_organ01_wrap .es_content_area .bs_middle_box .is_sub_list_field .ss_list .ks_text {width:17rem}
	.ws_organ01_wrap .es_content_area .bs_bottom_box {margin-top:0}
	
	.ws_page_mission_wrap .es_mission_area .bs_text_box .is_title {font-size:3.5rem}
	.ws_page_mission_wrap .es_mission_area .bs_list_box {flex-direction:column}
	.ws_page_mission_wrap .es_talent_area .bs_text_box {padding:2rem;font-size:2rem;line-height:1.5}
	.ws_page_mission_wrap .es_talent_area .bs_text_box .is_point {font-size:3rem}

	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box {flex-direction:column;gap:2rem}
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area:before {display:none}
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box {flex:0 0 100%}
	.ws_page_rights_user_wrap .ws_step03_wrap .es_content_area .bs_list_box .is_content_field .ss_content_area .ks_list_box:after {top:90%;right:50%;transform:rotate(90deg) translateX(50%)}
	
	.ws_page_business_wrap .ws_dl_list03_wrap .es_1st_dl {flex-direction:column;gap:1rem}
	
	.ws_page_support_wrap .es_intro_area .bs_title {font-size:3rem}
	.ws_page_support_wrap .es_list_area .bs_text_box {width:90%;padding:1rem;border-radius:1rem}
	.ws_page_support_wrap .es_list_area .bs_inner {padding:10% 2rem 2rem}	
	
	.ws_page_sharing_space_wrap .ws_content05_wrap .es_content_area .bs_youtube_box {height:auto}
	
	.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li {width:calc(100% / 2 - 2rem)}
}

/* WEBIS MEDIA QUERIES 3SS (320px) DOWN (MAX) */
@media all and (max-width:319.98px) {
	.ws_page_site_wrap .es_ul_list_area .bs_1st_ul .is_1st_li {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) {

}

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

}

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

}