@charset 'utf-8';

/* 주요기능 : S */
.ps_mb_0 {margin-bottom:0 !important;}

.ws_function_wrap {}
.ws_function_wrap .es_info_area {margin-top:50px;}
.ws_function_wrap .es_info_area .bs_list_box {margin-bottom:150px; overflow:hidden;}
.ws_function_wrap .es_info_area .bs_list_box .is_img {text-align:center;}
.ws_function_wrap .es_info_area .bs_list_box .is_img img {max-width:100%;}
.ws_function_wrap .es_info_area .bs_list_box .is_text {margin-top:50px;}
.ws_function_wrap .es_info_area .bs_list_box .is_text_left {padding-right:50px; text-align:right;}
.ws_function_wrap .es_info_area .bs_list_box .is_text_right {padding-left:50px;}
.ws_function_wrap .es_info_area .bs_list_box .is_text .ss_en {color:#e4e4e4; font-weight:bold; font-style:normal; font-size:4em; letter-spacing:-1px;}
.ws_function_wrap .es_info_area .bs_list_box .is_text .ss_subject {font-size:2.5em; line-height:1.6em; letter-spacing:-0.5px;}
.ws_function_wrap .es_info_area .bs_list_box .is_text .ss_subject .ks_point {font-weight:bold; font-size:1.5em;}
.ws_function_wrap .es_info_area .bs_list_box .is_text .ss_desc {display:block; margin-top:20px; color:#777; font-size:1.3em; line-height:1.6em; letter-spacing:-0.5px;}
/* 주요기능 : E */

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.wd_area {padding:0 10px;}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.wd_area {padding:0 10px;}
	.ws_function_wrap .es_info_area .bs_list_box .is_img,
	.ws_function_wrap .es_info_area .bs_list_box .is_text {float:none; width:100%;}
	.ws_function_wrap .es_info_area .bs_list_box .is_text_left {margin-bottom:50px; text-align:left;}
}

/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {
	.wd_area {padding:0 10px;}
}

 /* ================================================== *
 *
 *     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) {

}