@charset "utf-8";

/* ==================================================================================================== *
 *
 *     PAGE STYLESHEET
 *
 * ==================================================================================================== */

/* 조직도/직원현황 */
.ws_content_wrap {}
.ws_organ_wrap {}
.ws_organ_wrap .es_content_area {position:relative;margin:0 5%}
.ws_organ_wrap .es_content_area .bs_list_box {position:relative}
.ws_organ_wrap .es_content_area .bs_list_box .is_text {display:flex;align-items:center;justify-content:center;position:relative;height:80px;border-radius:30px 10px !important;font-size:1.8em;text-align:center}
.ws_organ_wrap .es_content_area .bs_list_box .is_sub_list_field {position:relative}
.ws_organ_wrap .es_content_area .bs_list_box .is_sub_list_field .ss_list {position:relative}
.ws_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:70px;font-size:1.8em;text-align:center}
.ws_organ_wrap .es_content_area .bs_center_box {padding-bottom:70px}
.ws_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_organ_wrap .es_content_area .bs_center_box .is_text {width:14em;margin:0 auto;color:#FFF;}
.ws_organ_wrap .es_content_area .bs_center_box.bs_center01 {}
.ws_organ_wrap .es_content_area .bs_center_box.bs_center01:before {}
.ws_organ_wrap .es_content_area .bs_center_box.bs_center01 .is_text {background-color:#4992CE}
.ws_organ_wrap .es_content_area .bs_center_box.bs_center02 {clear:both;padding-top:30px;padding-bottom:140px}
.ws_organ_wrap .es_content_area .bs_center_box.bs_center02 .is_text {background-color:#F29349}
.ws_organ_wrap .es_content_area .bs_side_box {position:absolute}
.ws_organ_wrap .es_content_area .bs_side_box:before {content:'';display:block;position:absolute;top:50%;width:19.5em;height:1px;background-color:#DDD;z-index:-1}
.ws_organ_wrap .es_content_area .bs_side_box .is_text {width:14em;padding:3rem 1rem;border:1px solid #DDD;background-color:#FFF;font-size:1.4em;line-height:1.6}
.ws_organ_wrap .es_content_area .bs_side_box.bs_left01 {top:80px;left:50%;transform:translateX(-200%)}
.ws_organ_wrap .es_content_area .bs_side_box.bs_left01:before {left:100%}
.ws_organ_wrap .es_content_area .bs_side_box.bs_left02 {top:250px;left:50%;transform:translateX(-200%)}
.ws_organ_wrap .es_content_area .bs_side_box.bs_left02:before {left:100%}
.ws_organ_wrap .es_content_area .bs_side_box.bs_left .is_text {}
.ws_organ_wrap .es_content_area .bs_side_box.bs_right02 {top:80px;right:50%;;transform:translateX(200%)}
.ws_organ_wrap .es_content_area .bs_side_box.bs_right02:before {right:100%}
.ws_organ_wrap .es_content_area .bs_side_box.bs_right02 .is_text {}
.ws_organ_wrap .es_content_area .bs_bottom_box {}
.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field {display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center}
.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field:before {content:'';display:block;position:absolute;top:0;left:50%;width:75%;height:1px;background-color:#DDD;-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}
.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {width:23%;margin:0 1%;padding-top:50px}
.ws_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_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_text {border-radius:30px 10px !important;background-color:#96C73F;color:#FFF}


/* ==================================================================================================== *
 *
 *     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_organ_wrap .es_content_area .bs_center_box,
	.ws_organ_wrap .es_content_area .bs_center_box.bs_center02 {padding-bottom:30px}
	.ws_organ_wrap .es_content_area .bs_side_box {position:relative}
	.ws_organ_wrap .es_content_area .bs_side_box.bs_left01 {top:0;left:0;transform:translateX(0)}
	.ws_organ_wrap .es_content_area .bs_side_box.bs_left02 {top:0;left:0;transform:translateX(0)}
	.ws_organ_wrap .es_content_area .bs_side_box.bs_right02 {top:0;left:0;padding:1rem 0;transform:translateX(0)}
	.ws_organ_wrap .es_content_area .bs_side_box .is_text {margin:0 auto}

	.ws_organ_wrap .es_content_area .bs_center_box:before {height:266%}
	.ws_organ_wrap .es_content_area .bs_side_box.bs_left01:before,
	.ws_organ_wrap .es_content_area .bs_side_box.bs_left02:before,
	.ws_organ_wrap .es_content_area .bs_side_box.bs_right02:before {display:none}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {

}

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

}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_organ_wrap .es_content_area .bs_center_box .is_text {width:11em}
	.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field {flex-direction:column}
	.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field:before {display:none}
	.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list {width:100%;margin:0;padding-top:15px}
	.ws_organ_wrap .es_content_area .bs_bottom_box .is_sub_list_field .ss_list .ks_text {width:12em;margin:0 auto}
}

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

}

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

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (MOBILE BASE) - MORE THAN BREAKPOINT SIZE
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px) UP (MIN) */
@media all and (min-width:0px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px) UP (MIN) */
@media all and (min-width:280px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px) UP (MIN) */
@media all and (min-width:320px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {

}

/* WEBIS MEDIA QUERIES SS (640px) UP (MIN) */
@media all and (min-width:640px) {

}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {

}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {

}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {

}

/* WEBIS MEDIA QUERIES XL (1440px) UP (MIN) */
@media all and (min-width:1440px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px) UP (MIN) */
@media all and (min-width:1600px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px) UP (MIN) */
@media all and (min-width:1920px) {

}

/* WEBIS MEDIA QUERIES 4XL (2560px) UP (MIN) */
@media all and (min-width:2560px) {

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (BETWEEN) - ONLY BETWEEN BREAKPOINT SIZES
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px ~ 279.98px) ONLY */
@media all and (min-width:0px) and (max-width:279.98px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px ~ 319.98px) ONLY */
@media all and (min-width:280px) and (max-width:319.98px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px ~ 479.98px) ONLY */
@media all and (min-width:320px) and (max-width:479.98px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px ~ 639.98px) ONLY */
@media all and (min-width:480px) and (max-width:639.98px) {

}

/* WEBIS MEDIA QUERIES SS (640px ~ 767.98px) ONLY */
@media all and (min-width:640px) and (max-width:767.98px) {

}

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

}