@charset "utf-8";

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

/* WEBIS THEME DESIGN : PAGE > COMMON */
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {display:none}
.ws_page_common_wrap {margin-top:5rem;margin-bottom:10rem}
.ws_page_1st_title {margin-top:5rem;margin-bottom:1.5rem;color:#000;font-size:2.5rem}
.ws_page_2nd_title {margin-top:5rem;margin-bottom:1.5rem;color:#000;font-weight:600;font-size:2rem}
.ws_page_1st_desc {padding:3rem;background-color:#F8F8F8}

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

/* 협회소개 */
.ws_page_intro_wrap {}
.ws_page_intro_wrap .es_title_area {margin-bottom:5rem;text-align:center}
.ws_page_intro_wrap .es_title_area .bs_title {display:block;position:relative;margin-bottom:2rem;padding-bottom:2rem;color:#000;font-size:2rem}
.ws_page_intro_wrap .es_title_area .bs_title:after {content:'';display:block;position:absolute;bottom:0;left:50%;width:5rem;height:1px;background-color:#000;transform:translateX(-50%)}
.ws_page_intro_wrap .es_title_area .bs_desc {}

/* 협회연혁 */
.ws_module_history_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone .ks_list .os_date {min-width:13rem !important}

/* 회장인사말 */
.ws_page_greeting_wrap {}
.ws_page_greeting_wrap .es_top_area {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:5rem}
.ws_page_greeting_wrap .es_top_area .bs_image_box {position:relative;width:100%;padding-right:2rem;padding-bottom:2rem}
.ws_page_greeting_wrap .es_top_area .bs_image_box:after {content:'';display:block;position:absolute;right:0;bottom:0;width:70%;height:70%;background-color:var(--webis_color)}
.ws_page_greeting_wrap .es_top_area .bs_image_box img {position:relative;z-index:1;max-width:100%;box-shadow:0 0.4rem 2rem rgba(122,122,122,.12)}
.ws_page_greeting_wrap .es_top_area .bs_text_box {position:relative;width:100%;padding-top:3rem;color:#000;font-size:2rem}
.ws_page_greeting_wrap .es_top_area .bs_text_box:before {content:'';display:block;position:absolute;top:0;left:0;width:4.5rem;height:3px;background-color:var(--webis_color)}
.ws_page_greeting_wrap .es_top_area .bs_text_box .is_point {}
.ws_page_greeting_wrap .es_text_area {line-height:1.7}
.ws_page_greeting_wrap .es_text_area .bs_sign {display:block;margin-top:3rem}
.ws_page_greeting_wrap .es_text_area .bs_sign .is_name {color:#000}

/* 역대회장단 */
.ws_page_chairman_wrap {}
.ws_page_chairman_wrap .es_table_area {}

/* 5.18언론상 */
.ws_page_press_wrap {}
.ws_page_press_wrap .ws_ul_list01_wrap {padding-left:1.3em}

/* 협약기관 */
.ws_page_site_wrap {}
.ws_page_site_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:4rem 2rem}
.ws_page_site_wrap .es_content_area .bs_list_box {width:calc(100% / 2 - (1 * 2rem / 2));text-align:center}
.ws_page_site_wrap .es_content_area .bs_list_box a {display:block}
.ws_page_site_wrap .es_content_area .bs_list_box .is_image_field {overflow:hidden;border:1px solid #EEE;transition:all .3s}
.ws_page_site_wrap .es_content_area .bs_list_box:hover .is_image_field {border-color:#000}
.ws_page_site_wrap .es_content_area .bs_list_box .is_image_field img {max-width:100%}
.ws_page_site_wrap .es_content_area .bs_list_box .is_text_field {margin-top:1.5rem}
.ws_page_site_wrap .es_content_area .bs_list_box .is_text_field .ss_title {color:#000;font-weight:600}


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

}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_page_1st_title {font-size:2rem}
	.ws_page_2nd_title {font-size:1.8rem}
}

/* 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_greeting_wrap .es_top_area .bs_image_box {max-width:25rem;margin-bottom:3rem}
}

/* 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_greeting_wrap .es_top_area {flex-direction:row-reverse}
	.ws_page_greeting_wrap .es_top_area {padding:3rem;background-color:#F8F8F8}
	.ws_page_greeting_wrap .es_top_area .bs_image_box {width:30%}
	.ws_page_greeting_wrap .es_top_area .bs_text_box {width:70%;font-size:2.5rem}
}

/* WEBIS MEDIA QUERIES SS (640px) UP (MIN) */
@media all and (min-width:640px) {
	.ws_page_intro_wrap .es_title_area .bs_title .is_br {display:block}
	.ws_page_intro_wrap .es_title_area .bs_desc .is_br {display:block}
}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {
	.ws_page_greeting_wrap .es_top_area {padding:3rem 7rem}
	.ws_page_greeting_wrap .es_top_area .bs_image_box {padding-right:3rem;padding-bottom:3rem}
	
	.ws_page_chairman_wrap .es_table_area.es_table_left th,
	.ws_page_chairman_wrap .es_table_area.es_table_left td {border-right:1px solid #EEE}
	
	.ws_page_site_wrap .es_content_area .bs_list_box {width:calc(100% / 3 - (2 * 2rem / 3))}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_page_intro_wrap .es_title_area .bs_title {font-size:3rem}
	
	.ws_page_greeting_wrap .es_top_area .bs_image_box {width:25%}
	.ws_page_greeting_wrap .es_top_area .bs_text_box {width:75%;font-size:3.5rem}
	
	.ws_page_site_wrap .es_content_area .bs_list_box {width:calc(100% / 4 - (3 * 2rem / 4))}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_page_common_wrap {font-size:1.8rem}
}

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

}