@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS MODULE STYLESHEET - HISTORY
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* WEBIS MODULE DESIGN : HISTORY > COMMON */
.ws_module_history_wrap {}
.ws_module_history_wrap .es_tab_area {display:flex;flex-wrap:wrap;gap:5px;margin-bottom:5rem}
.ws_module_history_wrap .es_tab_area .bs_list_box {width:9.5%;padding:1.2rem 0;border-radius:3px;background-color:#EEE;text-align:center;cursor:pointer}
.ws_module_history_wrap .es_tab_area .bs_list_box .is_title {font-weight:500}
.ws_module_history_wrap .es_tab_area .bs_list_box.bs_tab_on {}
.ws_module_history_wrap .es_tab_area .bs_list_box.bs_tab_on .is_title {}
.ws_module_history_wrap .es_content_area {}
.ws_module_history_wrap .es_content_area .bs_content_box {display:flex;flex-wrap:wrap;position:relative}
.ws_module_history_wrap .es_content_area .bs_content_box:before {content:'';display:block;position:absolute;top:3.5rem;left:35%;width:1px;height:100%;background-color:#DDD}
.ws_module_history_wrap .es_content_area .bs_content_box .is_year {display:block;width:100%;color:#121212;font-size:6rem;letter-spacing:-0.12rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_year .ss_sub {color:#DDD;font-size:4rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field {position:relative;width:100%;margin-top:2rem;padding-left:7rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field:before {content:'';opacity:.1;display:block;position:absolute;top:0;left:-1.5rem;width:3rem;height:3rem;border-radius:50%;background-color:#121212;z-index:1}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field:after {content:'';display:block;position:absolute;top:1rem;left:-0.5rem;width:1rem;height:1rem;border-radius:50%;background-color:#121212;z-index:1}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone {margin-bottom:1rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list {display:flex;flex-wrap:wrap;margin-bottom:1.5rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_date {flex-shrink:0;min-width:10rem;margin-right:1rem;color:#121212;font-weight:bold}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_desc {flex:1}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_desc ul {}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_desc ul li {position:relative;margin-bottom:0.5rem;padding-left:1.2rem}
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_desc ul li:before {content:'';position:absolute;top:1.1rem;left:0;width:0.4rem;height:0.4rem;border-radius:50%;background-color:#999}


/* ==================================================================================================== *
 *
 *     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_module_history_wrap .es_tab_area .bs_list_box {width:16%}
	.ws_module_history_wrap .es_content_area .bs_content_box:before {top:0;left:1.5rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_year {width:100%;padding-left:5rem;font-size:4rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_year .ss_sub {font-size:3rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field {width:100%;padding-left:5rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field:before {left:0}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field:after {left:1rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_module_history_wrap .es_content_area .bs_content_box .is_year {font-size:3rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_year .ss_sub {font-size:2rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list {flex-direction:column}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_module_history_wrap .es_tab_area .bs_list_box {width:calc(100% / 4 - (3 * 5px / 4))}
}

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

}

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

}

/* WEBIS MEDIA QUERIES 4SS (280px) DOWN (MAX) */
@media all and (max-width:279.98px) {
	.ws_module_history_wrap .es_tab_area .bs_list_box {width:calc(100% / 2 - (1 * 5px / 2))}
}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_module_history_wrap .es_content_area .bs_content_box .is_year {width:35%;margin-bottom:3rem}
	.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field {width:65%}
}

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

}