@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_1st_desc {padding:3rem;border-radius:1.5rem;background-color:#F8F8F8}
.ws_page_2nd_desc {}
.ws_page_sub {flex-shrink:0;color:#777;font-size:1.5rem}

/* WEBIS THEME DESIGN : PAGE > IMAGE */
.ws_image_wrap {}
ul.ws_image_wrap {display:flex;gap:2rem}
.ws_image_wrap li {flex:1}	 
.ws_image_wrap.ws_grid02 {flex-wrap:wrap}
.ws_image_wrap.ws_grid02 li {flex:none;width:calc(100% / 2 - (1 * 2rem / 2))}
.ws_image_wrap.ws_grid03 {flex-wrap:wrap}
.ws_image_wrap.ws_grid03 li {flex:none;width:calc(100% / 3 - (2 * 2rem / 3))}
.ws_image_wrap img {}
.ws_image_wrap p {margin-top:1rem;color:#000;font-weight:600}

/* WEBIS THEME DESIGN : PAGE > TITLE CONTENT */
.ws_page_title_content_wrap {}
.ws_page_title_content_wrap .es_content_area {display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem 5rem;padding:5rem 0;border-bottom:1px solid #EEE}
.ws_page_title_content_wrap .es_content_area:first-of-type {padding-top:0}
.ws_page_title_content_wrap .es_content_area:last-of-type {padding-bottom:0;border-bottom:0}
.ws_page_title_content_wrap .es_content_area .bs_title {}
.ws_page_title_content_wrap .es_content_area .bs_content_box {}

/* WEBIS THEME DESIGN : PAGE > STEP TYPE01 */
.ws_page_step_type01_wrap {}
.ws_page_step_type01_wrap > .es_content_area {position:relative}
.ws_page_step_type01_wrap > .es_content_area:before {content:'';opacity:.15;display:block;position:absolute;top:0;left:3rem;width:1px;height:100%;border-left:1px dashed #DDD;z-index:-2}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box {display:flex;position:relative;padding:3rem 0}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box > .is_label {flex-shrink:0;display:block;position:relative;width:4rem;height:4rem;margin-right:5rem;margin-left:1rem;border-radius:50%;color:#FFF;line-height:4rem;text-align:center}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box > .is_label:before {content:'';opacity:.05;display:block;position:absolute;top:50%;left:50%;width:6rem;height:6rem;border-radius:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:-1}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box .is_content_field {flex:1}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box .is_content_field .ss_title {display:block;margin-bottom:1rem;color:#000;font-size:2rem}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box .is_content_field .ss_desc {}
.ws_page_step_type01_wrap > .es_content_area > .bs_list_box .is_content_field .ss_btn {display:inline-block;margin-top:3rem;padding:0.7rem 2rem;border-radius:3px;color:#FFF}

/* WEBIS THEME DESIGN : PAGE > STEP TYPE02 */
.ws_page_step_type02_wrap {}
.ws_page_step_type02_wrap > .es_content_area {display:flex;flex-wrap:wrap;gap:2rem}
.ws_page_step_type02_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_type02_wrap > .es_content_area > .bs_list_box:first-child {background-color:var(--webis_color_50)}
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box:last-child {background-color:var(--webis_color)}
.ws_page_step_type02_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_type02_wrap > .es_content_area > .bs_list_box:last-child:after {display:none}
.ws_page_step_type02_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_type02_wrap > .es_content_area > .bs_list_box:last-child > .is_label {color:#FFF}
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box .is_title {display:block;margin-bottom:1rem;color:#000}
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box:last-child .is_title {color:#FFF}
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box .is_title .ss_sub {display:block;font-weight:normal;font-size:1.5rem} 
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box .is_desc {font-size:1.5rem}
.ws_page_step_type02_wrap > .es_content_area > .bs_list_box:last-child .is_desc {color:#FFF}

/* WEBIS THEME DESIGN : PAGE > 인사말 */
.ws_page_greeting_wrap {}
.ws_page_greeting_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:5rem}
.ws_page_greeting_wrap .es_content_area .bs_image_box {width:100%}
.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:var(--webis_color);font-size:2.5rem}
.ws_page_greeting_wrap .es_content_area .bs_text_box .is_desc {margin-top:3rem;line-height:1.7}

/* WEBIS THEME DESIGN : PAGE > 등록증 및 허가증 */
.ws_page_license_wrap {}
.ws_page_license_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:5rem 2rem}
.ws_page_license_wrap .es_content_area .bs_list_box {width:calc(100% / 2 - (1 * 2rem / 2));text-align:center}
.ws_page_license_wrap .es_content_area .bs_list_box img {max-width:100%;border:1rem solid #EEE}
.ws_page_license_wrap .es_content_area .bs_list_box .is_title {margin-top:2rem;color:#000;font-weight:600}

/* 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 .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:3rem}
.ws_page_organ_wrap .es_content_area .bs_center_box:before {content:'';display:block;position:absolute;top:0;left:50%;width:1px;height:20rem;background-color:#DDD;z-index:-1}
.ws_page_organ_wrap .es_content_area .bs_center_box .is_text {margin:0 auto;background-color:var(--webis_color)}
.ws_page_organ_wrap .es_content_area .bs_side_box {display:flex;justify-content:center;margin-bottom:3rem}
.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 > 오시는길 */
.root_daum_roughmap .wrap_controllers {display:none}
.root_daum_roughmap .cont {display:none}
.ws_page_location_wrap {}

/* WEBIS THEME DESIGN : PAGE > 사업분야 */
.ws_page_business_wrap {}
.ws_page_business_wrap .es_title_area {position:relative;margin-bottom:5rem;padding-top:7rem;padding-bottom:5rem;border-bottom:1px dashed #DDD;text-align:center}
.ws_page_business_wrap .es_title_area:before {content:'“';position:absolute;top:0;left:50%;color:#DDD;font-size:10rem;line-height:1;font-family:'Montserrat, sans-serif';transform:translateX(-50%)}
.ws_page_business_wrap .es_title_area .bs_title {color:var(--webis_color);font-weight:bold;font-size:1.8rem}
.ws_page_business_wrap .es_title_area .bs_sub_title {display:block;color:#000;font-weight:bold;font-size:2.5rem}
.ws_page_business_wrap .es_title_area .bs_desc {margin-top:1rem}
.ws_page_business_wrap .ws_page_title_content_wrap .es_content_area .bs_content_box {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_page_1st_title {font-size:2.5rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_page_1st_title {font-size:2rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_page_title_content_wrap .es_content_area .bs_content_box {width:100%}
	
	.ws_page_step_type01_wrap > .es_content_area > .bs_list_box > .is_label {margin-right:2rem}
}

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

}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {
	.ws_page_step_type02_wrap > .es_content_area > .bs_list_box {width:calc(100% / 2 - (1 * 2rem / 2))}
	.ws_page_step_type02_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_type02_wrap > .es_content_area > .bs_list_box {width:calc(100% / 3 - (2 * 2rem / 3))}
	
	.ws_page_greeting_wrap .es_content_area .bs_image_box {width:30%}
	.ws_page_greeting_wrap .es_content_area .bs_text_box {flex:1}

	.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}
}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {
	.ws_page_content_wrap {font-size:1.8rem}
	
	.ws_page_title_content_wrap .es_content_area .bs_title {width:40%}
	
	.ws_page_greeting_wrap .es_content_area .bs_text_box .is_title {font-size:3rem}
	
	.ws_page_license_wrap .es_content_area {gap:5rem 3rem}
	.ws_page_license_wrap .es_content_area .bs_list_box {width:calc(100% / 3 - (2 * 3rem / 3))}
	
	.ws_page_organ_wrap .ws_page_tab_wrap .es_list_area {width:calc(100% / 6)}
	
	.ws_page_business_wrap .es_title_area .bs_title {font-size:2.5rem}
	.ws_page_business_wrap .es_title_area .bs_sub_title {font-size:4rem}
	.ws_page_business_wrap .es_title_area .bs_desc {font-size:2rem}
	.ws_page_business_wrap .ws_page_title_content_wrap .es_content_area .bs_content_box {width:calc(60% - 5rem)}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_page_step_type02_wrap > .es_content_area > .bs_list_box {flex:1}
	
	.ws_page_license_wrap .es_content_area .bs_list_box {width:calc(100% / 4 - (3 * 3rem / 4))}
}

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

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {
	.ws_page_step_type02_wrap > .es_content_area > .bs_list_box: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) {

}