@charset 'utf-8';

.ws_ready_wrap {position:relative;height:500px;text-align:center}
.ws_ready_wrap .es_text {display:block;position:absolute;top:50%;width:100%;color:#000;font-weight:bold;font-size:2.5em;line-height:1.5em;letter-spacing:-0.5px;transform:translateY(-50%)}

/* 사업안내 : S */
.ws_business_wrap .es_title {margin-bottom:40px}
.ws_business_wrap .es_desc {margin-bottom:50px;color:#006dff;font-weight:bold;font-size:1.7em;letter-spacing:-0.8px;text-align:center}
.ws_business_wrap .es_text {margin:10px 0;font-size:1.3em}
.ws_business_wrap .es_info_area {padding:25px;margin-bottom:50px;background:#f9f9f9;font-size:1.2em;line-height:1.5em;letter-spacing:-0.5px}
.ws_business_wrap .es_sub_title_left {float:left}
.ws_business_wrap .es_sub_right {display:inline-block;float:right;margin-top:50px;margin-bottom:10px;font-size:1.15em;line-height:1.5em;letter-spacing:-0.5px}

/* 탭메뉴 : S */
.ws_business_wrap .es_tab_menu_area .bs_list_box {width:16.4%}
.ws_business_wrap .es_tab_menu_area .bs_list_box .is_tab_menu {display:block;width:100%;padding:15px 0;border:1px solid #ddd;color:#333;font-weight:normal;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px}
.ws_business_wrap .es_tab_menu_area .bs_list_box .is_active {border:1px solid #0082C0;background:#0082C0;color:#fff;font-weight:bold}
.ws_business_wrap .es_tab_area {display:none;margin-top:30px}
.ws_business_wrap .es_tab_active {display:block}
/* 탭메뉴 : E */

/* 테이블 : S */
.ws_content_wrap .es_table_area {}
.ws_content_wrap .es_table_area table {}
.ws_content_wrap .es_table_area table tbody {}
.ws_content_wrap .es_table_area table tbody tr {}
.ws_content_wrap .es_table_area table tbody tr th,
.ws_content_wrap .es_table_area table tbody tr td {}
.ws_content_wrap .es_table_area table tbody tr th {}
.ws_content_wrap .es_table_area table tbody tr td {text-align:center;word-break:keep-all}
.ws_content_wrap .es_table_area.es_table_left table tbody tr td:last-child {text-align:left}
.ws_content_wrap .es_table_area table tbody tr .bs_font_bold {font-weight:bold}
/* 테이블 : E */

/* 사업안내 : E */


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_business_wrap .es_tab_menu_area .bs_list_box {width:49%}
	.ws_business_wrap .es_tab_menu_area .bs_list_box .is_tab_menu {font-size:1em}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.ws_business_wrap .es_sub_title_left  {float:none}
	.ws_business_wrap .es_sub_right {float:none;margin-top:10px}

}

/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {
	.ws_business_wrap .es_tab_menu_area .bs_list_box {margin-top:3px}
}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ================================================== */
 
/* MEDIA (태블릿 이상) 768px 이상 */
@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 (min-width:768px) and (max-width:991px) {
	.ws_business_wrap .es_tab_menu_area .bs_list_box {width:32%}
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {
	.ws_business_wrap .es_tab_menu_area .bs_list_box {width:33%}
}

