@charset "utf-8";

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

/* 법인소개 */
.ws_content_wrap {}
.ws_content_wrap .es_title_label {display:block;color:#ddd;font-weight:bold;font-size:10em;line-height:1em;text-align:center}
.ws_content_wrap .es_top_title {display:block;color:#000;font-weight:normal;font-size:3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all;text-align:center}
.ws_content_wrap .es_top_title .bs_point {font-weight:bold;font-size:1.2em}
.ws_content_wrap .es_top_title .bs_point_sub {color:#6fa100}
.ws_content_wrap .es_top_desc {margin-top:30px;color:#777;font-size:1.6em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all;text-align:center}
.ws_content_wrap .es_desc_area {font-size:1.4em;line-height:1.8em;letter-spacing:-0.5px;word-break:keep-all;text-align:center}
.ws_content_wrap .es_desc_area .bs_point {color:#000;font-size:1.4em}
.ws_content_wrap .es_info_grid_area {margin-top:70px}
.ws_content_wrap .es_info_grid_area .bs_list_box {margin-top:20px}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_subject {display:block;padding:20px 0;border-radius:20px 20px 0 0 !important;color:#fff;font-size:1.5em;letter-spacing:-0.5px;text-align:center}
.ws_content_wrap .es_info_grid_area .bs_list01 .is_subject {background-color:#89C650}
.ws_content_wrap .es_info_grid_area .bs_list02 .is_subject {background-color:#33BFC2}
.ws_content_wrap .es_info_grid_area .bs_list03 .is_subject {background-color:#1282C5}
.ws_content_wrap .es_info_grid_area .bs_list04 .is_subject {background-color:#0950A0}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc {height:262px;padding:20px;border-width:0 1px 1px 1px;border-style:solid;border-color:#eee;font-size:1.3em;line-height:2em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc_large {font-weight:500;font-size:1.5em;line-height:2.5em}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc b {display:block;margin-bottom:15px;color:#000}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_list {position:relative;padding-left:15px}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_list:before {content:'';display:block;position:absolute;top:15px;left:0;width:3px;height:3px;border-radius:50% !important;background-color:#000}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list {overflow:hidden}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dt,
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dd {float:left}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dt {width:150px;font-weight:bold}
.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dd {width:calc(100% - 150px)}
.ws_content_wrap .es_mascot_area {margin-top:50px}
.ws_content_wrap .es_mascot_area .bs_list_box {margin-top:20px}
.ws_content_wrap .es_mascot_area .bs_list_box .is_subject {display:block;margin-top:30px;color:#000;font-size:1.6em;line-height:1.5em;letter-spacing:-0.5px;text-align:center}
.ws_content_wrap .es_mascot_area .bs_list_box .is_desc {margin-top:20px;font-size:1.3em;line-height:2em;letter-spacing:-0.5px;word-break:keep-all;text-align:center}


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_top_title {font-size:2em}
	.ws_content_wrap .es_top_desc {font-size:1.4em}
	.ws_content_wrap .es_desc_area {font-size:1.1em}
	.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc {padding:20px;font-size:1.1em}
	.ws_content_wrap .es_mascot_area .bs_list_box .is_desc {font-size:1.1em}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc {height:auto}
	.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dt, 
	.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc .ss_dl_list dd {float:none;width:100%}
}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}


/* ==================================================================================================== *
 *
 *     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 all and (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {
	.ws_content_wrap .es_info_grid_area .bs_list_box .is_desc {height:354px}
}