@charset "utf-8";

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

.ws_content_wrap {margin:50px 0 100px 0}
.ws_content_wrap .es_title {display:block;margin-top:100px;color:#fff;font-size:4em;line-height:1.4em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_sub_title {display:block;margin-top:70px;margin-bottom:20px;color:#fff;font-size:2em;line-height:1.4em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_desc {margin-top:20px;color:#bbb;font-size:1.5em;line-height:1.7em;word-break:keep-all}
.ws_content_wrap .es_image_area {margin:20px 0;text-align:center}
.ws_content_wrap .es_image_area img {max-width:100%}

/* GROUP */
.ws_group_wrap {margin:0}
.ws_group_wrap .es_grid_area {display:flex;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}
.ws_group_wrap .es_grid_area.es_border {border-top:1px solid #242424}
.ws_group_wrap .es_grid_area .bs_list_box {width:50%;padding:40px 30px;border-bottom:1px solid #242424}
.ws_group_wrap .es_grid_area .bs_list_box:nth-child(odd) {border-right:1px solid #242424}
.ws_group_wrap .es_info_area {overflow:hidden}
.ws_group_wrap .es_info_area .bs_image_box {float:left;width:150px}
.ws_group_wrap .es_info_area .bs_image_box img {max-width:100%}
.ws_group_wrap .es_info_area .bs_text_box {float:left;width:calc(100% - 150px);padding-left:50px}
.ws_group_wrap .es_info_area .bs_text_box .is_name {display:block;margin-bottom:20px;color:#fff;font-size:1.6em;line-height:1.5em;letter-spacing:-0.5px}
.ws_group_wrap .es_info_area .bs_text_box ul {}
.ws_group_wrap .es_info_area .bs_text_box .is_list {position:relative;margin:10px 0;padding-left:12px;color:#bbb;font-size:1.2em;line-height:1.5em;word-break:keep-all;overflow:hidden}
.ws_group_wrap .es_info_area .bs_text_box .is_list:before {content:'';display:block;position:absolute;top:10px;left:0;width:2px;height:2px;background-color:#999}
.ws_group_wrap .es_info_area .bs_text_box .is_list dt {float:left;width:80px;color:#fff;font-weight:bold}
.ws_group_wrap .es_info_area .bs_text_box .is_list dd {float:left;width:calc(100% - 80px)}
.ws_group_wrap .es_sub_info_area {margin-top:40px;padding-top:40px;border-top:1px solid #242424}
.ws_group_wrap .es_sub_info_area .bs_title {display:block;margin-top:30px;color:#fff;font-size:1.5em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_group_wrap .es_sub_info_area .bs_desc {margin-top:20px;color:#bbb;font-size:1.2em;line-height:1.7em;word-break:keep-all}


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_title {font-size:3em}
	.ws_content_wrap .es_desc {font-size:1.2em}

	.ws_group_wrap .es_info_area .bs_image_box {float:none;width:100%;text-align:center}
	.ws_group_wrap .es_info_area .bs_text_box {float:none;width:100%;margin-top:30px;padding-left:0}
	.ws_group_wrap .es_grid_area .bs_list_box {width:100%;padding:30px 0}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

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

}