@charset "utf-8";

/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - LAYOUT
 *
 * ==================================================================================================== */

/* [공통] 공통 레이아웃 */
.wd_full {}
.wd_area {}

/* [공통] 웹이즈 */
#wd_webis {}

/* [공통] 헤더 */
#wd_header {}

/* [공통] 상단 메뉴 */
#wd_nav {}

/* [공통] 상단 전체메뉴 */
#wd_all_nav {}

/* [공통] 모바일(반응형) 메뉴 */
#wd_res_nav {}

/* [공통] 모바일(반응형) 메뉴 백그라운드 */
#wd_res_nav_bg {}

/* [공통] 컨테이너 */
#wd_container {margin-bottom:20px}

/* [메인] 메인 비쥬얼 */
#wd_main_visual {}

/* [메인] 메인 컨텐츠 */
#wd_main_content {}

/* [메인] 메인 메뉴 */
#wd_main_aside {}

/* [서브] 서브 비쥬얼 */
#wd_sub_visual {}

/* [서브] 서브 컨텐츠 */
#wd_sub_content {}

/* [서브] 서브 메뉴 */
#wd_sub_aside {padding-left:20px}

/* [공통] 푸터 */
#wd_footer {margin-top:20px}

/* [공통] 플로팅 메뉴 */
#wd_float_nav {}

#hd_login_msg a {display:none}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - TOP
 *
 * ==================================================================================================== */

/* 탑영역 */
.ws_top_wrap {height:30px}

/* 탑영역 > 공통 */
.ws_top_wrap .es_left_area ul li,
.ws_top_wrap .es_right_area ul li {height:30px;padding:0 7px;line-height:30px}
.ws_top_wrap .es_left_area ul li a,
.ws_top_wrap .es_right_area ul li a {}

/* 탑영역 > 좌측 */
.ws_top_wrap .es_left_area {}
.ws_top_wrap .es_left_area ul {}
.ws_top_wrap .es_left_area ul li {float:left}
.ws_top_wrap .es_left_area ul li a {}

/* 탑영역 > 우측 */
.ws_top_wrap .es_right_area {position:relative}
.ws_top_wrap .es_right_area ul {position:absolute;right:0}
.ws_top_wrap .es_right_area ul li {float:left}
.ws_top_wrap .es_right_area ul li a {}

/* 탑영역 > 확대,축소 */
.ws_top_wrap .es_right_area .bs_line_box {padding:0}
.ws_top_wrap .es_right_area .bs_line_box .is_btn_com {display:inline-block;width:30px;height:30px;border:1px solid #ddd;border-right:0;font-size:1.1em;text-align:center;line-height:30px}
.ws_top_wrap .es_right_area .bs_line_box:last-child .is_btn_com {border-right:1px solid #ddd}
.ws_top_wrap .es_right_area .bs_line_box .is_btn_com.ss_plus {}
.ws_top_wrap .es_right_area .bs_line_box .is_btn_com.ss_return {}
.ws_top_wrap .es_right_area .bs_line_box .is_btn_com.ss_minus {}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - HEADER
 *
 * ==================================================================================================== */

/* 상단영역 */
.ws_head_wrap {}
.ws_head_wrap .es_height {height:80px}

/* 상단영역 > 로고 */
.ws_head_wrap .es_logo_area {text-align:left}
.ws_head_wrap .es_logo_area a {}
.ws_head_wrap .es_logo_area a img {max-width:100%}

/* 상단영역 > 모바일버튼 */
.ws_head_wrap .es_res_open_area {text-align:right}
.ws_head_wrap .es_res_open_area .bs_button {font-size:2em}
.ws_head_wrap .es_res_open_area .bs_button .fa {}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - HEAD NAV
 *
 * ==================================================================================================== */

.ws_top_sub_wrap {margin-top:12px}
.ws_top_sub_wrap ul {overflow:hidden}
.ws_top_sub_wrap .es_list_area {float:left;width:25%;color:#0082C0;font-weight:bold;font-size:1.5em;text-align:center}

/* 상단메뉴 > 1차 */
#wd_nav {}
.ws_nav_wrap {position:relative;height:80px}
.ws_nav_wrap .es_1st_ul {position:absolute;width:auto;height:80px;top:0px;right:0px;bottom:0px;left:0px}
.ws_nav_wrap .es_1st_ul_empty {}
.ws_nav_wrap .es_1st_ul .bs_1st_li {float:left;position:relative}
.ws_nav_wrap .es_1st_ul .bs_1st_li:hover {}
.ws_nav_wrap .es_1st_ul .bs_1st_li_on {}
.ws_nav_wrap .es_1st_ul .bs_1st_li_on:hover {}
.ws_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a {display:block;width:100%;height:80px;color:#333;font-size:1.8em;font-weight:600;text-align:center;line-height:80px}
.ws_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a:hover {}
.ws_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a_on {}
.ws_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a_on:hover {}
.ws_nav_wrap .es_1st_ul .bs_1st_empty {text-align:center}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

    /* 상단메뉴 > 모바일 스와이프 */
    .ws_nav_wrap .sly_left_area {position:absolute;left:-15px;top:0}
    .ws_nav_wrap .sly_center_area {position:absolute;left:30px;top:0;right:30px}
    .ws_nav_wrap .sly_center_area .es_1st_ul {position:static}
    .ws_nav_wrap .sly_right_area {position:absolute;right:-15px;top:0}
    .ws_nav_wrap .sly_left_area .fa,
    .ws_nav_wrap .sly_right_area .fa {display:block;width:40px;font-weight:bold;font-size:1.4em;line-height:50px;letter-spacing:-1px}
}

/* 상단메뉴 > 2차 */
.ws_nav_wrap .es_1st_ul .bs_1st_li:first-child .es_2nd_ul {border-left:1px solid #eee}
.ws_nav_wrap .es_2nd_ul {display:none;position:absolute;top:80px;left:0;z-index:9999;width:100%;height:449px;border-top:2px solid #0082C0;border-right:1px solid #eee;background:#fff}
.ws_nav_wrap .es_2nd_ul:hover {background:#f5f5f5}
.ws_nav_wrap .es_2nd_ul:hover:after {content:'';display:block;position:absolute;top:-10px;left:50%;margin-left:-5px;border-right:10px solid transparent;border-bottom:10px solid #0082C0;border-left:10px solid transparent}
/*.ws_nav_wrap .es_2nd_ul {box-shadow:0 5px 10px rgba(0,0,0,.175)}*/
.ws_nav_wrap .es_2nd_ul_empty {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li {position:relative}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li:hover {background-color:#0082C0}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li_on {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li_on:hover {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a {display:block;overflow:hidden;width:inherit;height:50px;padding-left:20px;color:#333;font-size:1.3em;line-height:50px;letter-spacing:-0.5px}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a:hover {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li:hover .is_2nd_a {color:#fff;font-weight:bold}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a_on {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a_on:hover {}
.ws_nav_wrap .es_2nd_ul .bs_2nd_li_empty {}

/* 상단메뉴 > 3차 */
.ws_nav_wrap .es_3rd_ul {width:100%;background:#fff}
/*.ws_nav_wrap .es_3rd_ul {box-shadow:0 5px 10px rgba(0,0,0,.175)}*/
.ws_nav_wrap .es_3rd_ul_empty {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li {position:relative}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li:before {content:'';display:block;position:absolute;top:18px;left:20px;width:3px;height:3px;background:#333}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li:hover {background-color:#f5f5f5}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li_on {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li_on:hover {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a {display:block;overflow:hidden;width:inherit;height:35px;padding-left:30px;font-size:1.1em;line-height:35px}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a:hover {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a_on {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a_on:hover {}
.ws_nav_wrap .es_3rd_ul .bs_3rd_li_empty {}

/* 상단메뉴 > 프로그레스바 */
.ws_prograss_bar_wrap {position:absolute;bottom:-5px;left:0;width:0%;height:5px;background-color:#01BCD4}

/* 전체 백그라운드 */
#wd_nav_bg #sticky-wrapper {height:0 !important}
.ws_nav_2nd_bg_wrap {display:none;position:absolute;top:110px;height:450px;border-top:2px solid #0082C0;border-bottom:1px solid #ddd;background-color:#fff;z-index:999}
.ws_nav_2nd_bg_wrap .es_left_bg {width:34%;height:350px;padding-right:4%;background:url('../../webis/img/nav_bg.png') right 20px bottom no-repeat;text-align:right}
.ws_nav_2nd_bg_wrap .es_left_bg .bs_subject {padding-top:40px;font-weight:bold;font-size:2em;letter-spacing:0.5px}
.ws_nav_2nd_bg_wrap .es_left_bg .bs_desc {display:block;margin-top:20px;margin-bottom:20px;font-size:1.2em;line-height:1.5em;letter-spacing:-0.5px}
.ws_nav_2nd_bg_wrap .es_left_bg .bs_view {display:inline-block;margin-top:20px;padding:10px 25px;border:1px solid #ccc;background:#fff;color:#333;font-weight:bold;font-size: 1.2em}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - MOBILE(RESPOND) NAV
 *
 * ==================================================================================================== */

/* 모바일메뉴 영역 */
.ws_res_nav_wrap {display:none;position:fixed;right:0;top:0;width:75%;height:100%;border-left:1px solid #e5e5e5;background-color:#fafafa;overflow-y:auto;z-index:99999}
.ws_res_nav_wrap {-ms-overflow-style:none}
.ws_res_nav_wrap::-webkit-scrollbar {display:none}

/* 모바일메뉴 > 타이틀 */
.ws_res_nav_wrap .es_title_area {overflow:hidden;background-color:#EEEEEE}
.ws_res_nav_wrap .es_title_area .bs_button {height:60px;padding-left:20px;font-size:1.3em;line-height:60px}

/* 모바일메뉴 > 로그인/회원가입 */
.ws_res_nav_wrap .es_member_area {overflow:hidden;border-width:1px 0;border-style:solid;border-color:#e5e5e5;background-color:#f5f5f5}
.ws_res_nav_wrap .es_member_area .bs_list_box {float:left;width:50%}
.ws_res_nav_wrap .es_member_area .bs_list_box:first-child {border-right:1px solid #e5e5e5}
.ws_res_nav_wrap .es_member_area .bs_list_box .is_text {display:block;height:30px;text-align:center;line-height:30px}
.ws_res_nav_wrap .es_member_area .bs_list_box .is_text .fa {margin-right:10px}

/* 모바일메뉴 > 1차 */
.ws_res_nav_wrap .es_1st_ul {}
.ws_res_nav_wrap .es_1st_ul_empty {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li {position:relative;border-bottom:1px solid #eee}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li:hover {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li_on {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li_on:hover {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a {height:50px;margin-left:20px;font-size:1.2em;font-weight:bold;line-height:50px}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a:hover {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a_on {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_li .is_1st_a_on:hover {}
.ws_res_nav_wrap .es_1st_ul .bs_1st_empty {}

/* 모바일메뉴 > 2차 */
.ws_res_nav_wrap .es_2nd_ico {position:absolute;right:0;width:60px;height:50px;background-color:transparent;line-height:50px}
.ws_res_nav_wrap .es_2nd_ico i {font-size:1.5em;font-weight:bold}
.ws_res_nav_wrap .es_2nd_ul {display:none;border-top:1px solid #eee}
.ws_res_nav_wrap .es_2nd_ul_empty {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li {position:relative}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li:hover {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li_on {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li_on:hover {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a {position:relative;margin-left:30px;height:35px;font-size:1.1em;line-height:35px}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a:after {position:absolute;left:-10px;content:"-"}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a:hover {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a_on {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li .is_2nd_a_on:hover {}
.ws_res_nav_wrap .es_2nd_ul .bs_2nd_li_empty {}

/* 모바일메뉴 > 3차 */
.ws_res_nav_wrap .es_3rd_ico {position:absolute;right:0;width:60px;height:35px;background-color:transparent;line-height:35px}
.ws_res_nav_wrap .es_3rd_ico i {font-size:1.5em;font-weight:bold}
.ws_res_nav_wrap .es_3rd_ul {display:none;background-color:#f5f5f5;margin-left:30px;margin-right:20px;padding:5px 10px}
.ws_res_nav_wrap .es_3rd_ul_empty {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li:hover {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li_on {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li_on:hover {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a {height:25px;line-height:25px}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a:hover {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a_on {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li .is_3rd_a_on:hover {}
.ws_res_nav_wrap .es_3rd_ul .bs_3rd_li_empty {}

/* 모바일메뉴 > 닫기 */
.ws_res_nav_wrap .es_res_close_area {position:absolute;top:0px;right:0}
.ws_res_nav_wrap .es_res_close_area .bs_button {width:60px;height:60px;color:#333;background-color:transparent;font-size:2em;line-height:60px;text-align:center}

/* 모바일메뉴 백그라운드 */
.ws_res_nav_bg_wrap {display:none;position:fixed;right:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:99998}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - CONTAINER (MAIN, SUB)
 *
 * ==================================================================================================== */

/* 메인 비쥬얼 */
.ws_main_visual_wrap {visibility:hidden}
.ws_main_visual_wrap .bx-wrapper {margin-bottom:0 !important;border:0 !important;box-shadow:none !important}
.ws_main_visual_wrap .bx-wrapper .bx-pager {bottom:5% !important;width:100% !important;padding-top:0 !important;text-align:center !important;z-index:99}
.ws_main_visual_wrap .bx-wrapper .bx-controls-direction a {width:48px;height:78px;margin-top:-38px}
.ws_main_visual_wrap .bx-wrapper .bx-prev {background:url('../../webis/img/prev.png') center no-repeat}
.ws_main_visual_wrap .bx-wrapper .bx-next{background:url('../../webis/img/next.png') center no-repeat}
.ws_main_visual_wrap .bx-wrapper .bx-controls-auto {top:2rem;right:2rem !important;bottom:auto;width:auto !important;height:2rem;padding:0 1rem;border-radius:50px !important;background-color:#FFF;line-height:2rem}
.ws_main_visual_wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {vertical-align:middle}
.ws_main_visual_wrap .es_main_visual_area {}
.ws_main_visual_wrap .es_main_visual_area ul {}
.ws_main_visual_wrap .es_main_visual_area ul li {}
.ws_main_visual_wrap .es_main_visual_area .bs_image_box {background-position:center;background-size:cover;background-repeat:no-repeat}
.ws_main_visual_wrap .es_main_visual_area .bs_image_box01 {background-image:url('../../webis/img/250204_visual.png');background-position:bottom}
.ws_main_visual_wrap .es_main_visual_area .bs_image_box02 {background-image:url('../../webis/img/250320_visual.png')}
.ws_main_visual_wrap .es_main_visual_area .bs_image_box03 {background-color:#FFF3D0;background-image:url('../../webis/img/visual03_bg.png')}
.ws_main_visual_wrap .es_main_visual_area .bs_image_box04 {background-color:#06186A}
.ws_main_visual_wrap .es_main_visual_area img {margin:0 auto}
.ws_main_visual_wrap .es_main_visual_area .bs_text_box {display:none;position:absolute;top:0;min-width:1920px;height:100%;text-align:center;background-color: red;z-index: -9999}
.ws_main_visual_wrap .es_main_visual_area .bs_text_box h2 {display:block}

.ws_main_visual_wrap .bx-wrapper .bx-pager.bx-default-pager a {width:20px;height:20px;border-radius:50% !important;border:3px solid #333;background:none}
.ws_main_visual_wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.ws_main_visual_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {border:3px solid #0082C0;background:none}

/* 서브 비쥬얼 */
.ws_sub_visual_wrap {overflow:hidden;background:#ebf2ff;background-size:cover}
.ws_sub_visual_wrap .es_sub_visual_area {position:relative;width:100%}
.ws_sub_visual_wrap .es_sub_visual_area .bs_image_box img {width:100%;height:auto;max-height:250px}
.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box {padding:30px 0;text-align:center}
.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_title {display:block;color:#333;font-size:3em;line-height:normal;letter-spacing:-0.5px}
.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_local {display:block;margin-top:1em;font-size:1.2em}
.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_local .ss_line {display:inline-block;margin-right:5px}
.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_local .ss_line i.fa {margin-right:5px}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - SUB CONTANTS
 *
 * ==================================================================================================== */

/* 서브컨텐츠 > 상단 */
.ws_sub_head_wrap {}
.ws_sub_head_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}

/* 서브컨텐츠 > 본문 */
.ws_sub_body_wrap {min-height:350px;margin-top:15px}
.ws_sub_body_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}

/* 서브컨텐츠 > 하단 */
.ws_sub_foot_wrap {}
.ws_sub_foot_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - SUB DROP NAV
 *
 * ==================================================================================================== */

/* 서브드롭메뉴 */
.ws_sub_drop_wrap {margin-top:30px;background:#fff;text-align:center}
.ws_sub_drop_wrap li {display:inline-block;vertical-align:middle;float:none !important;margin-right:0 !important}
.ws_sub_drop_wrap li .bs_text {display:block;padding:20px 40px;border:1px solid #0c367f;color:#0c367f;font-size:1.4em;letter-spacing:-0.5px}
.ws_sub_drop_wrap li .bs_text_on {background:#0c367f;color:#fff;font-weight:bold}
.ws_sub_drop_wrap .es_3rd_list {display:inline-block;vertical-align:middle;float:none !important;margin-top:30px;margin-right:0 !important}
.ws_sub_drop_wrap .es_3rd_list .bs_text {display:block;padding:20px 40px;border:1px solid #1a53b6;color:#1a53b6;font-size:1.4em;letter-spacing:-0.5px}
.ws_sub_drop_wrap .es_3rd_list .bs_text_on {background:#1a53b6;color:#fff;font-weight:bold}


/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - FOOTER
 *
 * ==================================================================================================== */

/* 하단영역 */
#wd_footer {position:relative}
#wd_footer,
#wd_footer a {color:#555}
#wd_footer a:hover {color:#333}

/* 하단영역 > 메뉴 */
.ws_info_menu_wrap {height:50px;border-width:1px 0 1px 0;border-style:solid;border-color:#ddd}

/* 하단영역 > 메뉴 > 메뉴영역 */
.ws_info_menu_wrap .es_menu_area {overflow-y:auto;text-overflow:ellipsis;white-space:nowrap}
.ws_info_menu_wrap .es_menu_area {-ms-overflow-style:none}
.ws_info_menu_wrap .es_menu_area::-webkit-scrollbar {display:none}
.ws_info_menu_wrap .es_menu_area .bs_menu_box {}
.ws_info_menu_wrap .es_menu_area .bs_menu_box .is_menu_list {display:inline-block}
.ws_info_menu_wrap .es_menu_area .bs_menu_box .is_menu_list .ss_menu {height:50px;margin-right:15px;font-size:1.125em;line-height:50px}
.ws_info_menu_wrap .es_menu_area .bs_menu_box .is_menu_list .ss_menu.wd_col {font-weight:bold}

/* 하단영역 > 메뉴 > 관련사이트 */
.ws_info_menu_wrap .es_favorite_area {position:relative}
.ws_info_menu_wrap .es_favorite_area .bs_title_button {display:block;width:100%;height:50px;padding-left:20px;background-color:#949597;text-align:left;color:#fff}
.ws_info_menu_wrap .es_favorite_area .bs_title_button .is_title {font-weight:normal;font-size:1.1em}
.ws_info_menu_wrap .es_favorite_area .bs_title_button .is_icon {position:absolute;top:20px;right:20px}
.ws_info_menu_wrap .es_favorite_area .bs_title_button .is_icon i {font-size:1.3em}
.ws_info_menu_wrap .es_favorite_area .bs_link_box {display:none;position:absolute;bottom:50px;width:100%;background-color:#fff;border:1px solid #eee;border-top:0}
.ws_info_menu_wrap .es_favorite_area .bs_link_box {box-shadow:0 5px 10px rgba(0,0,0,.175)}
.ws_info_menu_wrap .es_favorite_area .bs_link_box .is_link_list {}
.ws_info_menu_wrap .es_favorite_area .bs_link_box .is_link_list .ss_link {display:block;padding:10px 20px;border-top:1px solid #eee;font-size:1.1em}
.ws_info_menu_wrap .es_favorite_area .bs_link_box .is_link_list .ss_link:hover {color:#000 !important;background-color:#fafafa}

/* 하단영역 > 카피라이트 */
.ws_copyright_wrap {margin:20px 0 40px 0}
.ws_copyright_wrap .es_logo {font-size:1.8em;font-weight:bold;line-height:1.8em}
.ws_copyright_wrap .es_logo img {max-width:100%}
.ws_copyright_wrap .es_info_area {line-height:1.6em}
.ws_copyright_wrap .es_info_area .bs_site {font-size:1.1em;margin-right:15px}
.ws_copyright_wrap .es_info_area .bs_info {display:inline-block;margin-right:5px;white-space:nowrap;letter-spacing:-0.5px}
.ws_copyright_wrap .es_info_area .bs_info.bs_tel {font-weight:bold;font-size:1.5em}
.ws_copyright_wrap .es_info_area .bs_copy {display:block;margin-top:10px;text-transform:uppercase}

/* ==================================================================================================== *
 *
 *   WEBIS STYLE SHEET - FLOAT NAV
 *
 * ==================================================================================================== */

.ws_float_nav_wrap {position:fixed;right:20px;bottom:20px;z-index:9998;border:1px solid #bbb;background-color:#fff;opacity:0.5}
.ws_float_nav_wrap .es_button {display:block;width:50px;height:50px;color:#333;font-size:1.4em;line-height:50px;cursor:pointer}
.ws_float_nav_wrap .es_button:hover {background:#bbb;color:#fff}
.ws_float_nav_wrap .es_top_btn {}
.ws_float_nav_wrap .es_middle_btn {}
.ws_float_nav_wrap .es_bottom_btn {}

/* 하단영역 > 웹접근성 인증마크 */
.ws_webmark_wrap {text-align:right}
.ws_webmark_wrap a {display:inline-block}
.ws_webmark_wrap a img {max-width:100px;width:100%}

/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_head_wrap .es_logo_area {display:table-cell;vertical-align:middle}
	.ws_head_wrap .es_logo_area a img {width:200px}
	.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box {top:20%}
	.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_title {font-size:1.4em}
	.ws_sub_visual_wrap .es_sub_visual_area .bs_text_box .is_local {margin-top:5px;font-size:1em}
	.ws_sub_drop_wrap .es_3rd_area {margin-top:30px}
	.ws_sub_drop_wrap .es_3rd_list {margin-top:5px}
	.ws_sub_drop_wrap .es_3rd_list .bs_text {padding:15px 13px;font-size:1.2em}
	.ws_sub_drop_wrap {text-align:left}
	.ws_sub_drop_wrap li {width:49%;margin-top:3px;text-align:center}
	.ws_sub_drop_wrap li .bs_text {padding:14px 7px;font-size:1.2em}
    /* 카피라이트 */
    .ws_copyright_wrap {text-align:center}
	
	.ws_webmark_wrap {margin-top:20px;text-align:center}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}

/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}

/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 이상) 992px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {
}

/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media all and (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}