@charset 'utf-8';

/* 주요기능 : S */
.ps_mb_0 {margin-bottom:0 !important;}

.ws_function_wrap .es_img_area {margin-top:50px; text-align:center;}
.ws_function_wrap .es_img_area img {max-width:100%;}

.ws_function_wrap .es_info_area {margin-top:50px; overflow:hidden;}
.ws_function_wrap .es_info_area .bs_list02_box {float:left; width:50%; margin-bottom:80px; text-align:center;}
.ws_function_wrap .es_info_area .bs_list02_box img {max-width:100%;}
.ws_function_wrap .es_info_area .bs_list02_box .is_subject {position:relative; margin-top:30px; padding-top:15px; font-size:2em; line-height:1.5em; letter-spacing:-0.5px; text-align:center;}
.ws_function_wrap .es_info_area .bs_list02_box .is_subject:before {content:''; display:block; position:absolute; top:0; left:50%; width:50px; height:2px; margin-left:-25px; background:#333;}
/* 주요기능 : E */

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.wd_area {padding:0 10px;}
	.ws_function_wrap .es_info_area .bs_list02_box {float:none; width:100%;}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.wd_area {padding:0 10px;}
}

/* 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) {

}