@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_1st_title {margin-top:7rem;margin-bottom:1.5rem;color:#000;font-size:2.8rem}
.ws_page_2nd_title {margin-top:5rem;margin-bottom:1.5rem;color:#000;font-size:2.2rem}
.ws_page_3rd_title {margin-top:3rem;margin-bottom:1.5rem;color:var(--webis_color);font-size:1.8rem}
.ws_page_1st_desc {padding:3rem;border-radius:1.5rem;background-color:#F8F8F8}
.ws_page_2nd_desc {}
.ws_page_title_sub_wrap {display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem}
.ws_page_sub {flex-shrink:0;color:#777;font-size:1.5rem}

/* WEBIS THEME DESIGN : PAGE > COMMON > TABLE */
.ws_page_table_wrap {overflow-x:auto}

/* WEBIS THEME DESIGN : PAGE > COMMON > TAB */
.ws_page_tab_wrap {display:flex;flex-wrap:wrap}
.ws_page_tab_wrap .es_list_area {width:calc(100% / 3)}
.ws_page_tab_wrap .es_list_area .bs_tab_menu {display:flex;justify-content:center;align-items:center;width:100%;height:6rem;border:1px solid #F8F8F8;background-color:#F8F8F8;text-align:center}
.ws_page_tab_wrap .es_list_area .bs_tab_menu.tab_active {border-color:var(--webis_color);background-color:#FFF;color:var(--webis_color);font-weight:bold}

/* WEBIS THEME DESIGN : PAGE > COMMON > STEP */
.ws_page_step_wrap {}
.ws_page_step_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:2rem}
.ws_page_step_wrap .es_content_area .bs_list_box {position:relative;width:100%;padding:3rem 1rem;border-radius:1.5rem;background-color:#F8F8F8;text-align:center}
.ws_page_step_wrap .es_content_area .bs_list_box:first-child {background-color:var(--webis_color_50)}
.ws_page_step_wrap .es_content_area .bs_list_box:last-child {background-color:var(--webis_color)}
.ws_page_step_wrap .es_content_area .bs_list_box:after {display:block;position:absolute;width:3.2rem;height:3.2rem;border-radius:50%;background-color:#FFF;color:#AAA;font-size:2rem;line-height:3.2rem;text-align:center;font-family:'xeicon';z-index:1}
.ws_page_step_wrap .es_content_area .bs_list_box:last-child:after {display:none}
.ws_page_step_wrap .es_content_area .bs_list_box .is_label {display:block;margin-bottom:1rem;color:var(--webis_color);font-weight:bold;font-size:1.5rem}
.ws_page_step_wrap .es_content_area .bs_list_box:last-child .is_label {color:#FFF}
.ws_page_step_wrap .es_content_area .bs_list_box .is_title {display:block;margin-bottom:1rem;color:#000}
.ws_page_step_wrap .es_content_area .bs_list_box:last-child .is_title {color:#FFF}
.ws_page_step_wrap .es_content_area .bs_list_box .is_title .ss_sub {display:block;font-weight:normal;font-size:1.5rem} 
.ws_page_step_wrap .es_content_area .bs_list_box .is_desc {font-size:1.5rem}
.ws_page_step_wrap .es_content_area .bs_list_box:last-child .is_desc {color:#FFF}

/* WEBIS THEME DESIGN : PAGE > COMMON > IMAGE DL */
.ws_page_image_dl_wrap {}
.ws_page_image_dl_wrap .es_content_area {display:flex;flex-wrap:wrap;margin-bottom:5rem;border:1px solid #DDD}
.ws_page_image_dl_wrap .es_content_area:last-child {margin-bottom:0}
.ws_page_image_dl_wrap .es_content_area .bs_image_box {width:100%}
.ws_page_image_dl_wrap .es_content_area .bs_image_box img {width:100%;height:100%;object-fit:cover}
.ws_page_image_dl_wrap .es_content_area .bs_text_box {display:flex;flex-direction:column;justify-content:center;width:100%;padding:3rem}
.ws_page_image_dl_wrap .es_content_area .bs_text_box .is_title {display:block;margin-bottom:2rem;color:#000;font-size:2rem}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl {position:relative;padding-left:3.5rem;color:#000;font-weight:500}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl:before {display:block;position:absolute;top:-0.5rem;left:0;font-weight:normal;font-size:2.4rem;font-family:'xeicon'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.member:before {content:'\e9f5'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.business:before {content:'\ea80'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.tel:before {content:'\e9d3'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.homepage:before {content:'\e902'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.people:before {content:'\ea2a'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl.time:before {content:'\ea2c'}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl dt {}
.ws_page_image_dl_wrap .es_content_area .bs_text_box dl dd {}
.ws_page_image_dl_wrap .es_content_area .bs_text_box .is_bottom_field {margin-top:3rem;padding-top:2rem;border-top:1px solid #DDD}
.ws_page_image_dl_wrap .es_content_area .bs_text_box .is_bottom_field .ss_btn {display:inline-block;border-bottom:2px solid #000;color:#000;font-weight:bold;font-size:1.5rem}

/* WEBIS THEME DESIGN : PAGE > 법인소개 */
.ws_page_company_wrap {}
.ws_page_company_wrap .es_info_area {display:flex;flex-wrap:wrap;gap:2rem}
.ws_page_company_wrap .es_info_area .bs_content_box {width:100%;padding:3rem;border-radius:1.5rem;border:1px solid #DDD}
.ws_page_company_wrap .es_info_area .bs_content_box .is_icon {display:block;height:8rem;margin-bottom:3rem;background-image:url('../img/page/company_icon.png');background-size:8rem;background-repeat:no-repeat}
.ws_page_company_wrap .es_info_area .bs_content_box .is_icon01 {background-position:center 0}
.ws_page_company_wrap .es_info_area .bs_content_box .is_icon02 {background-position:center -8rem}
.ws_page_company_wrap .es_info_area .bs_content_box .is_icon03 {background-position:center -16rem}
.ws_page_company_wrap .es_info_area .bs_content_box .is_text_field {}

/* WEBIS THEME DESIGN : PAGE > 법인 이사장 인사말 */
.ws_page_company_greeting_wrap {}
.ws_page_company_greeting_wrap .es_top_area {overflow:hidden;position:relative;padding:10rem 0;border-radius:1.5rem;background-image:url('../img/page/company_greeting.png');background-position:center;background-size:cover;background-repeat:no-repeat}
.ws_page_company_greeting_wrap .es_top_area:after {content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}
.ws_page_company_greeting_wrap .es_top_area .bs_text_box {position:relative;z-index:2;text-align:center}
.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_logo_field {margin-bottom:2rem}
.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_logo_field img {max-width:18rem}
.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_title {color:#FFF;font-weight:normal;font-size:2.5rem;line-height:1.4;font-family:'ChosunIlboMyungjo'}
.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_title .ss_point {font-size:1.15em}
.ws_page_company_greeting_wrap .es_text_area {margin-top:5rem}
.ws_page_company_greeting_wrap .es_text_area .bs_point {display:block;margin-bottom:3rem;color:#000;font-size:3rem}
.ws_page_company_greeting_wrap .es_text_area .bs_sign {display:block;margin-top:3rem;color:#000}
.ws_page_company_greeting_wrap .es_text_area .bs_sign .is_name {}

/* WEBIS THEME DESIGN : PAGE > 관장 인사말 */
.ws_page_greeting_wrap {}
.ws_page_greeting_wrap .es_content_area {display:flex;flex-wrap:wrap;align-items:flex-start;gap:3rem 7rem}
.ws_page_greeting_wrap .es_content_area .bs_image_box {position:relative;width:100%;padding:2rem}
.ws_page_greeting_wrap .es_content_area .bs_image_box:before {content:'';display:block;position:absolute;top:0;left:0;z-index:-1;width:30%;height:30%;background-color:var(--webis_color_100)}
.ws_page_greeting_wrap .es_content_area .bs_image_box:after {content:'';display:block;position:absolute;right:0;bottom:0;z-index:-1;width:70%;height:70%;background-color:var(--webis_color)}
.ws_page_greeting_wrap .es_content_area .bs_image_box img {max-width:100%}
.ws_page_greeting_wrap .es_content_area .bs_text_box {width:100%}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_title {color:#000;font-size:3rem}
.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;color:#000;font-weight:500}

/* WEBIS THEME DESIGN : PAGE > 미션·비전·계획 */
.ws_page_mission_wrap {}
.ws_page_mission_wrap .es_content_area {margin-bottom:7rem;text-align:center}
.ws_page_mission_wrap .es_content_area .bs_title {margin-bottom:3rem;color:#000;font-size:2.5rem}
.ws_page_mission_wrap .es_content_area .bs_title .is_sub {color:#999;font-weight:normal;font-size:1.8rem}
.ws_page_mission_wrap .es_mission_area {}
.ws_page_mission_wrap .es_mission_area .bs_content_box {color:#000;font-weight:600;font-size:clamp(2rem, 2.5vw, 3.5rem)}
.ws_page_mission_wrap .es_mission_area .bs_content_box .is_point {color:var(--webis_color_blue_700);font-size:1.15em}
.ws_page_mission_wrap .es_vision_area {}
.ws_page_mission_wrap .es_vision_area .bs_content_box {display:flex;flex-wrap:wrap;gap:1rem}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field {width:100%;padding:2rem 0.5rem;border-radius:1.5rem;border:2px solid}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field.is_list01 {border-color:#A7D28B}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field.is_list02 {border-color:#6FC5BA}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field.is_list03 {border-color:#70B3E3}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon {display:inline-block;width:7rem;height:7rem;background-image:url('../img/page/vision_icon.png');background-size:7rem;background-repeat:no-repeat}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon01 {background-position:0 0}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon02 {background-position:0 -7rem}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon03 {background-position:0 -14rem}
.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_title {display:block;margin-top:1rem;color:#000;font-weight:500}
.ws_page_mission_wrap .es_goal_area {}
.ws_page_mission_wrap .es_goal_area .bs_content_box {display:flex;flex-wrap:wrap;gap:3rem}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field {overflow:hidden;display:flex;flex-direction:column;width:100%;padding:2px;border-radius:1.5rem}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field.is_list01 {background:linear-gradient(to right, #A7D28B, #6FC5BA)}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field.is_list02 {background:linear-gradient(to right, #6FC5BA, #70B3E3)}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_title {display:block;padding:3rem 1rem;color:#FFF;font-size:2rem;text-align:center}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_desc {height:100%;padding:1.5rem 3rem;border-radius:0 0 1.5rem 1.5rem;background-color:#FFF}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_desc .ks_list {position:relative;padding:1.5rem 0 1.5rem 3rem;border-bottom:1px dashed #DDD}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_desc .ks_list:last-child {border-bottom:none}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_desc .ks_list:before {content:'\e92b';position:absolute;top:1.1rem;left:0;font-size:2.5rem;font-family:'xeicon'}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field.is_list01 .ks_list:before {color:#A7D28B}
.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field.is_list02 .ks_list:before {color:#6FC5BA}
.ws_page_mission_wrap .es_plan_area {}
.ws_page_mission_wrap .es_plan_area .bs_title {display:block;margin-bottom:1rem;color:#000}
.ws_page_mission_wrap .es_plan_area .bs_desc {}
.ws_page_mission_wrap .es_plan_area .bs_desc .is_list {}

/* WEBIS THEME DESIGN : PAGE > 조직도 */
.ws_page_organ_wrap {}
.ws_page_organ_wrap .es_content_area {position:relative}
.ws_page_organ_wrap .es_content_area .bs_list_box {position:relative}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_text {display:flex;align-items:center;justify-content:center;position:relative;max-width:20rem;width:100%;height:7rem;border-radius:5px;color:#FFF;font-weight:500;font-size:1.8rem;text-align:center}
.ws_page_organ_wrap .es_content_area .tab_active {outline:2px solid #000}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field {position:relative}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list {position:relative}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list .ks_text {display:flex;align-items:center;justify-content:center;height:7rem;border-radius:5px;color:#FFF;font-weight:500;font-size:1.8rem;text-align:center}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list .ks_list {position:relative}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list .ks_list .os_list {}
.ws_page_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list .ks_list .os_list .rs_text {}
.ws_page_organ_wrap .es_content_area .bs_center_box {padding-bottom:1rem}
.ws_page_organ_wrap .es_content_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_content_area .bs_center_box .is_text {margin:0 auto}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center01 {}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center01:before {height:18rem}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center01 .is_text {background-color:var(--webis_color)}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center02 {clear:both;padding-top:1rem}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center02 .is_text {background-color:var(--webis_color_700)}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center03 {}
.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center03 .is_text {background-color:var(--webis_color_emerald_700)}
.ws_page_organ_wrap .es_content_area .bs_side_box {display:flex;justify-content:center}
.ws_page_organ_wrap .es_content_area .bs_side_box .is_text {position:relative;border:1px solid #DDD;background-color:#FFF;color:#000}
.ws_page_organ_wrap .es_content_area .bs_bottom_box {}
.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field {display:flex;flex-wrap:wrap;gap:0 2rem}
.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field:before {content:'';display:block;position:absolute;top:0;left:50%;width:calc(50% + 1rem);height:1px;background-color:#DDD;transform:translateX(-50%);z-index:-1}
.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {display:flex;flex-direction:column;align-items:center;width:calc(100% / 2 - (1 * 2rem / 2));padding-top:3rem}
.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list: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_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_text {max-width:20rem;width:100%;background-color:var(--webis_color_slate);color:#FFF}

/* WEBIS THEME DESIGN : PAGE > CI */
.ws_page_ci_wrap {}
.ws_page_ci_wrap .es_image_area {display:flex;flex-wrap:wrap;gap:2rem;margin-top:5rem}
.ws_page_ci_wrap .es_image_area .bs_content_box {display:flex;justify-content:center;align-items:center;width:100%;min-height:20rem;padding:3rem;border:1px solid #DDD;background-image:url('/webis/global/img/content/grid_bg.png')}
.ws_page_ci_wrap .es_image_area .bs_content_box img {max-width:100%}

/* WEBIS THEME DESIGN : PAGE > 오시는길 */
.root_daum_roughmap .wrap_controllers {display:none}
.root_daum_roughmap .cont {display:none}
.ws_page_location_wrap {}
.ws_page_location_wrap .es_map_area {overflow:hidden;border-radius:1.5rem;box-shadow:0 0.5rem 2rem rgba(0,0,0,.08)}
.ws_page_location_wrap .es_info_area {display:flex;flex-wrap:wrap;gap:2rem 7rem;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 {}
.ws_page_location_wrap .es_info_area .bs_list_box.bs_fax {}
.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.bs_fax .is_label:before {background-position:0 -5rem}
.ws_page_location_wrap .es_info_area .bs_list_box .is_desc {}
.ws_page_location_wrap .es_traffic_area {margin-top:7rem}
.ws_page_location_wrap .es_traffic_area .bs_title {position:relative;margin-top:3rem;padding-left:6rem}
.ws_page_location_wrap .es_traffic_area .bs_title:before {content:'';display:block;position:absolute;top:50%;left:0;width:4rem;height:4rem;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%)}
.ws_page_location_wrap .es_traffic_area .bs_title.bs_bus:before {background-image:url('../img/page/location_bus.png')}
.ws_page_location_wrap .es_traffic_area .bs_title.bs_subway:before {height:4.4rem;background-image:url('../img/page/location_subway.png')}
.ws_page_location_wrap .es_traffic_area .bs_content_box {}
.ws_page_location_wrap .es_traffic_area .bs_content_box .is_list_field {padding:3rem 0;border-bottom:1px solid #EEE}
.ws_page_location_wrap .es_traffic_area .bs_content_box .is_list_field .ss_title {color:#000;font-weight:600}
.ws_page_location_wrap .es_traffic_area .bs_content_box .is_list_field .ss_desc {margin-top:2rem}

/* WEBIS THEME DESIGN : PAGE > 사업소개 */
.ws_page_business_wrap {}
.ws_page_business_wrap ul.ws_image_wrap {display:flex;gap:1rem}
.ws_page_business_wrap ul.ws_image_wrap li {flex:1}
.ws_page_business_wrap ul.ws_image_wrap img {border-radius:1.5rem}

/* WEBIS THEME DESIGN : PAGE > 인권침해 예방 및 대응방법 */
.ws_page_rights_wrap {}
.ws_page_rights_wrap .es_slide_area {margin-top:5rem}
.ws_page_rights_wrap .es_slide_area .bs_list_box {text-align:center}
.ws_page_rights_wrap .es_slide_area .bs_list_box img {max-width:100%}
.ws_page_rights_wrap .es_slide_area.mySwiper {margin-top:2rem}
.ws_page_rights_wrap .es_slide_area.mySwiper ul {justify-content:center}
.ws_page_rights_wrap .es_slide_area.mySwiper .bs_list_box {cursor:pointer}
.ws_page_rights_wrap .swiper-button-prev,
.ws_page_rights_wrap .swiper-button-next {color:#000}

/* WEBIS THEME DESIGN : PAGE > 나눔과 봉사 */
.ws_page_surpport_wrap {}
.ws_page_surpport_wrap .es_top_area {position:relative;padding:5rem 0;text-align:center}
.ws_page_surpport_wrap .es_top_area:before {content:'';opacity:.3;display:block;position:absolute;bottom:0;left:0;z-index:-1;width:10rem;height:10rem;border-radius:50%;background-color:var(--webis_color);filter:blur(30px)}
.ws_page_surpport_wrap .es_top_area:after {content:'';opacity:.3;display:block;position:absolute;top:0;right:0;z-index:-1;width:5rem;height:5rem;border-radius:50%;background-color:var(--webis_color_yellow);filter:blur(30px)}
.ws_page_surpport_wrap .es_top_area .bs_title {color:#000;font-size:clamp(3rem, 4.5vw, 6.5rem);line-height:1.3;font-family:'JoyfulStory'}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point {position:relative}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point:before {content:'';display:block;position:absolute;top:-1.5rem;left:50%;width:0.6rem;height:0.6rem;border-radius:50%;transform:translateX(-50%)}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point.is_point01 {color:var(--webis_color)}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point.is_point01:before {background-color:var(--webis_color)}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point.is_point02 {color:var(--webis_color_yellow)}
.ws_page_surpport_wrap .es_top_area .bs_title .is_point.is_point02:before {background-color:var(--webis_color_yellow)}
.ws_page_surpport_wrap .es_top_area .bs_desc {margin-top:1rem}

/* WEBIS THEME DESIGN : PAGE > 후원안내 */
.ws_page_sponsor_wrap {}
.ws_page_sponsor_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:2rem}
.ws_page_sponsor_wrap .es_content_area .bs_content_box {display:flex;align-items:center;gap:2rem;width:100%;padding:3rem;border-radius:2.5rem;border:1px solid #DDD}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_icon {flex-shrink:0;width:10rem;height:10rem;background-image:url('../img/page/sponsor_icon.png');background-size:10rem;background-repeat:no-repeat}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_icon01 {background-position:0 0}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_icon02 {background-position:0 -10rem}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_icon03 {background-position:0 -20rem}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_icon04 {background-position:0 -30rem}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_text_field {flex:1}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_text_field .ss_title {color:#000;font-size:2rem}
.ws_page_sponsor_wrap .es_content_area .bs_content_box .is_text_field .ss_desc {margin-top:1rem}


/* ==================================================================================================== *
 *
 *     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_1st_title {font-size:2.5rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_page_1st_title {font-size:2rem}
	
	.ws_page_greeting_wrap .es_content_area .bs_image_box {max-width:40rem;margin:0 auto}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_page_step_wrap .es_content_area .bs_list_box:after {content:'\e905';top:100%;left:50%;transform:translateX(-50%)}
}

/* 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) {
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field {flex:1}
}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {
	.ws_page_step_wrap .es_content_area .bs_list_box {width:calc(100% / 2 - (1 * 2rem / 2))}
	.ws_page_step_wrap .es_content_area .bs_list_box:after {content:'\e907';top:50%;left:100%;transform:translateY(-50%)}
	
	.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field:before {width:calc(75% + 1rem)}
	.ws_page_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {width:calc(100% / 4 - (3 * 2rem / 4))
}

/* WEBIS MEDIA QUERIES SS (640px) UP (MIN) */
@media all and (min-width:640px) {	
	.ws_page_step_wrap .es_content_area .bs_list_box {width:calc(100% / 3 - (2 * 2rem / 3))}
	
	.ws_page_organ_wrap .es_content_area .bs_center_box {padding-bottom:3rem}
	.ws_page_organ_wrap .es_content_area .bs_center_box.bs_center02 {padding-top:3rem}
	.ws_page_organ_wrap .es_content_area .bs_side_box {justify-content:flex-end;padding-right:calc(50% - 30rem)}
	.ws_page_organ_wrap .es_content_area .bs_side_box .is_text:before {content:'';display:block;position:absolute;top:50%;right:100%;width:50%;height:1px;background-color:#DDD;z-index:-1}
	
	.ws_page_ci_wrap .es_image_area .bs_content_box {flex:1}
	
	.ws_page_surpport_wrap .es_top_area:before {width:15rem;height:15rem;filter:blur(5rem)}
	.ws_page_surpport_wrap .es_top_area:after {width:10rem;height:10rem;filter:blur(5rem)}
}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {
	.ws_page_content_wrap {font-size:1.8rem}
	
	.ws_page_tab_wrap .es_list_area .bs_tab_menu.tab_active {border-bottom-color:#FFF}
	
	.ws_page_image_dl_wrap .es_content_area .bs_image_box {width:50%}
	/* .ws_page_image_dl_wrap .es_content_area .bs_text_box {width:50%} */
	
	.ws_page_company_wrap .es_info_area .bs_content_box {width:calc(100% / 3 - (2 * 2rem / 3))}
	.ws_page_company_wrap .es_info_area .bs_content_box .is_icon {height:10rem;margin-top:2rem;margin-bottom:5rem;background-size:10rem}
	.ws_page_company_wrap .es_info_area .bs_content_box .is_icon02 {background-position:center -10rem}
	.ws_page_company_wrap .es_info_area .bs_content_box .is_icon03 {background-position:center -20rem}
	
	.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_title {font-size:4rem}
	
	.ws_page_greeting_wrap .es_content_area .bs_image_box {width:40%}
	.ws_page_greeting_wrap .es_content_area .bs_text_box {flex:1}
	
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_title {font-size:2rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box {gap:3rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field {padding:4rem 1rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon {width:10rem;height:10rem;background-size:10rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon02 {background-position:0 -10rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_icon03 {background-position:0 -20rem}
	.ws_page_mission_wrap .es_vision_area .bs_content_box .is_list_field .ss_title {margin-top:3rem}
	.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field .ss_title {font-size:2.5rem}
	
	.ws_page_organ_wrap .ws_page_tab_wrap .es_list_area {width:calc(100% / 6)}
	
	.ws_page_ci_wrap .es_image_area .bs_content_box {min-height:32rem}
	
	.ws_page_location_wrap .es_info_area {padding:4rem}
	.ws_page_location_wrap .es_traffic_area {display:flex;flex-wrap:wrap;align-items:flex-start}
	.ws_page_location_wrap .es_traffic_area .bs_title {width:25%}
	.ws_page_location_wrap .es_traffic_area .bs_content_box {width:75%}
	
	.ws_page_surpport_wrap .es_top_area:before {bottom:-40%;width:20rem;height:20rem;filter:blur(7rem)}
	.ws_page_surpport_wrap .es_top_area:after {top:-30%;width:15rem;height:15rem;filter:blur(7rem)}
		
	.ws_page_sponsor_wrap .es_content_area .bs_content_box {width:calc(100% / 2 - (1 * 2rem / 2))}
	
	.ws_page_business_wrap ul.ws_image_wrap {gap:2rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_page_step_wrap .es_content_area .bs_list_box {flex:1}
	
	.ws_page_image_dl_wrap .es_content_area .bs_text_box {padding:4rem 5rem}
	
	.ws_page_company_greeting_wrap .es_top_area .bs_text_box .is_title {font-size:5rem}
	
	.ws_page_mission_wrap .es_goal_area .bs_content_box .is_list_field {flex:1}
	
	.ws_page_surpport_wrap .es_top_area {padding:10rem 0}
	.ws_page_surpport_wrap .es_top_area:before {width:35rem;height:35rem;filter:blur(10rem)}
	.ws_page_surpport_wrap .es_top_area:after {width:30rem;height:30rem;filter:blur(10rem)}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_page_greeting_wrap .es_content_area {align-items:center}
}

/* 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) {
	.ws_page_step_wrap .es_content_area .bs_list_box:nth-child(2n):after {display:none}
}

/* WEBIS MEDIA QUERIES SS (640px ~ 767.98px) ONLY */
@media all and (min-width:640px) and (max-width:767.98px) {
	.ws_page_step_wrap .es_content_area .bs_list_box:nth-child(3n):after {display:none}
	
	.ws_page_company_wrap .es_info_area .bs_content_box {display:flex;align-items:center;gap:5rem}
	.ws_page_company_wrap .es_info_area .bs_content_box .is_icon {flex-shrink:0;width:10rem;margin:0}
}

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {
	.ws_page_step_wrap .es_content_area .bs_list_box:nth-child(3n):after {display:none}
	
	.ws_page_sponsor_wrap .es_content_area .bs_content_box {flex-direction:column;justify-content:center}
}

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

}