@charset "utf-8";

/* 사회활동 : S */
.ws_social_wrap {}
.ws_social_wrap .es_info_area {height:120px}
.ws_social_wrap .es_info_type2_area {}
.ws_social_wrap .es_info_type2_area .bs_list_box {height:234px;padding:20px;border-width:1px 1px 1px 0;border-style:solid;border-color:#ddd;text-align:center}
.ws_social_wrap .es_info_type2_area .bs_bdl {border-left:1px solid #ddd}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_icon {display:inline-block;width:60px;height:60px;background-image:url('../../../img/page/social_img02.png');background-repeat:no-repeat}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_icon01 {background-position:2px 2px}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_icon02 {background-position:2px -86px}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_icon03 {background-position:2px -178px}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_icon04 {background-position:2px -272px}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_subject {display:block;color:#333;font-size:1.5em;line-height:1.5em;letter-spacing:-0.5px}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_list {position:relative;margin:8px 0;padding-left:10px;color:#777;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_list:before {content:'';display:block;position:absolute;top:10px;left:0;width:2px;height:2px;background-color:#333;}
.ws_social_wrap .es_info_type2_area .bs_list_box .is_before_n:before {display:none}
.ws_social_wrap .es_info_type2_area .bs_full {height:100%} 
/* 사회활동 : E */

 /* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_social_wrap .es_bussiness_image_area .bs_image_box {font-size:1.5em}
	.ws_social_wrap .es_info_type2_area .bs_list_box {height:auto;margin-bottom:10px;padding:15px;border:1px solid #ddd}
	.ws_social_wrap .es_info_type2_area .bs_list_box .is_subject {font-size:1.3em}
	.ws_social_wrap .es_info_type2_area .bs_list_box .is_list {font-size:1.2em}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.ws_social_wrap .es_info_type2_area .bs_list_box {padding:15px}

}
/* 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 (min-width:768px) and (max-width:991px) {
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}
