Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - jsgf.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 07 May 2025 01:05:21 GMT
Server: Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips PHP/5.3.21
X-Powered-By: PHP/5.3.21
P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"
Set-Cookie: PHPSESSID=t1l8kufauosmt58s17ae4qtii5; path=/
Set-Cookie: 2a0d2363701f23f8a75028924a3af643=MTM1LjE4MS42MC4xMDA%3D; expires=Thu, 08-May-2025 01:05:21 GMT; path=/
Expires: 0
Last-Modified: Wed, 07 May 2025 01:05:21 GMT
Cache-Control: pre-check=0, post-check=0, max-age=0
Pragma: no-cache
Content-Length: 39141
Content-Type: text/html; charset=utf-8

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: jsgf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1">
<title>제이에스지 홈페이지에 오신것을 환영합니다</title>
<link rel="stylesheet" href="http://jsgf.com/theme/basic/css/default.css">
<!--[if lte IE 8]>
<script src="http://jsgf.com/js/html5.js"></script>
<![endif]-->
<script>
// 자바스크립트에서 사용하는 전역변수 선언
var g5_url       = "http://jsgf.com";
var g5_bbs_url   = "http://jsgf.com/bbs";
var g5_is_member = "";
var g5_is_admin  = "";
var g5_is_mobile = "";
var g5_bo_table  = "";
var g5_sca       = "";
var g5_editor    = "";
var g5_cookie_domain = "";
</script>
<script src="http://jsgf.com/js/jquery-1.8.3.min.js"></script>
<script src="http://jsgf.com/js/jquery.menu.js"></script>
<script src="http://jsgf.com/js/common.js"></script>
<script src="http://jsgf.com/js/wrest.js"></script>

</head>
<body>


<div style="width:100%; height:30px; background:#f7f7f7;">
	<div style="width:980px; margin:0 auto; padding-top:7px; color:#5a5a5a; letter-spacing:-1px;">
		“이플담”은 (주)제이에스지의 <span style="font-weight:bold;">식자재가공/유통 고유브랜드</span>입니다.
	</div>
</div>

<div style="width:100%; height:94px; background-image:url(../images/nav_bg.png);background-color:#ffffff;">
	<div style="width:980px; margin:0 auto; ">
		<div style="float:left; margin-top:16px; position:absolute; z-index:100000000;">
			<a href="/"><img src="../images/logo2.png" /></a>
		</div>
		<link rel="stylesheet" href="http://jsgf.com/skin/nav/redsalt/style_redsalt.css" type="text/css" />


<style>
#depth20 {margin-left:13px;}
#depth21 {margin-left:23px;}
#depth22 {margin-left:-7px;}
#depth23 {margin-left:7px;}
#depth24 {margin-left:3px;}

#nav_2da0 {display:block; float:left;  color:#000 !important; width:180px; height:30px; text-align:left; padding:0 10px; line-height:30px; text-decoration:none; font-weight:bold;  }
#nav_2da0:focus, #nav_2da0:hover {text-decoration:none; color:#FFF !important; width:180px; background:#244892 !important; } 

#nav_2da1 {display:block; float:left;  color:#000 !important; width:155px; height:30px; text-align:left; padding:0 10px; line-height:30px; text-decoration:none; font-weight:bold;  }
#nav_2da1:focus, #nav_2da1:hover {text-decoration:none; color:#FFF !important; width:139px; background:#244892 !important; } 

#nav_2da2 {display:block; float:left; color:#000 !important; width:184px; height:30px; text-align:left; padding:0 10px; line-height:30px; text-decoration:none; font-weight:bold;  }
#nav_2da2:focus, #nav_2da2:hover {text-decoration:none; color:#FFF !important; width:184px; background:#244892 !important; } 

#nav_2da3 {display:block; float:left;  color:#000 !important; width:150px; height:30px; text-align:left; padding:0 10px; line-height:30px; text-decoration:none; font-weight:bold;  }
#nav_2da3:focus, #nav_2da3:hover {text-decoration:none; color:#FFF !important; width:166px; background:#244892 !important; } 

#nav_2da4 {display:block; float:left;  color:#000 !important; width:140px; height:30px; text-align:left; padding:0 10px; line-height:30px; text-decoration:none; font-weight:bold;  }
#nav_2da4:focus, #nav_2da4:hover {text-decoration:none; color:#FFF !important; width:140px; background:#244892 !important; } 

</style>




<script type="text/javascript">

//네비게이션 레이아웃 적용
 $(document).ready(function(){
	$("nav.nav a").mouseenter(function() {
			if($("div#subBox").css("display") != "block"){
				$("div#subBox").slideDown();
				$("ul.depth2").slideDown();
			}
	});
		    	$("div.navBox").mouseleave(function() {
					$("div#subBox").hide();
					$("ul.depth2").hide();
		   });
	})
	

// 네비게이션 서브메뉴 배경 세로사이즈 적용
$(document).ready(function(){
	var heights = $("ul.depth2").map(function ()
    {
        return $(this).height();
    }).get(),

    maxHeight = Math.max.apply(null, heights);
	
	$("div.subBox").css('height', maxHeight + 30);

});

</script>

<div class="navi">
	<div class="navBox">
        <div id="subBox" class="subBox"></div>
        <div class="navi">
        	<nav class="nav">
        	<ul class="depth1">
                        <li class="gnb1">
                <a href="/bbs/board.php?bo_table=11" target="_self" class="nav_1da">JSG회사소개</a>
                <ul class="depth2">
                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=11" target="_self" class="nav_2da">CEO인사말</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=12" target="_self" class="nav_2da">회사연혁/인증/수상</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=13" target="_self" class="nav_2da">경영이념/비젼</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=15" target="_self" class="nav_2da">홍보영상</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=14" target="_self" class="nav_2da">오시는길</a></li>
                </ul>
            </li>
                        <li class="gnb1">
                <a href="/bbs/board.php?bo_table=21" target="_self" class="nav_1da">사업소개</a>
                <ul class="depth2">
                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=21" target="_self" class="nav_2da">푸드서비스</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=22" target="_self" class="nav_2da">식자재유통</a></li>
                </ul>
            </li>
                        <li class="gnb1">
                <a href="/bbs/board.php?bo_table=31" target="_self" class="nav_1da">JSG차별화서비스</a>
                <ul class="depth2">
                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=31" target="_self" class="nav_2da">위생/안전관리</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=32" target="_self" class="nav_2da">연구개발</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=33" target="_self" class="nav_2da">인재관리</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=34" target="_self" class="nav_2da">전산시스템</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=35" target="_self" class="nav_2da">구매/물류</a></li>
                </ul>
            </li>
                        <li class="gnb1">
                <a href="/bbs/board.php?bo_table=41" target="_self" class="nav_1da">NEWS</a>
                <ul class="depth2">
                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=41" target="_self" class="nav_2da">JSG소식</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=42" target="_self" class="nav_2da">보도자료</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=43" target="_self" class="nav_2da">JSG 이벤트</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=44" target="_self" class="nav_2da">기업문화사회공헌</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=46" target="_self" class="nav_2da">위탁/납품문의</a></li>
                </ul>
            </li>
                        <li class="gnb1">
                <a href="/bbs/board.php?bo_table=51" target="_self" class="nav_1da">채용</a>
                <ul class="depth2">
                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=51" target="_self" class="nav_2da">인재상</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=52" target="_self" class="nav_2da">인사제도</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=53" target="_self" class="nav_2da">채용정보</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=54" target="_self" class="nav_2da">OUR PEOPLE</a></li>
                                    <li id="nav_2da"><a href="/bbs/board.php?bo_table=55" target="_self" class="nav_2da">채용공고</a></li>
                </ul>
            </li>
                    	</ul>
      	</nav>
      </div>
    </div>
</div>	</div>
</div>






<!-- 팝업레이어 시작 { -->
<div id="hd_pop">
    <h2>팝업레이어 알림</h2>

<span class="sound_only">팝업레이어 알림이 없습니다.</span></div>

<script>
$(function() {
    $(".hd_pops_reject").click(function() {
        var id = $(this).attr('class').split(' ');
        var ck_name = id[1];
        var exp_time = parseInt(id[2]);
        $("#"+id[1]).css("display", "none");
        set_cookie(ck_name, 1, exp_time, g5_cookie_domain);
    });
    $('.hd_pops_close').click(function() {
        var idb = $(this).attr('class').split(' ');
        $('#'+idb[1]).css('display','none');
    });
    $("#hd").css("z-index", 1000);
});
</script>
<!-- } 팝업레이어 끝 --><script type="text/javascript"> 
$(document).ready(function() 
{ 
    $("#fast a img").mouseover(function() 
    { 
        $(this).attr("src", $(this).attr("src").replace(/(\.gif|\.jpg|\.png)$/, "_r$1")) 
    }).mouseout(function() 
    { 
        $(this).attr("src", $(this).attr("src").replace(/_r(\.gif|\.jpg|\.png)$/, "$1")); 
    }); 
}); 
</script> 

<style>
	body { background-color:#fcfcfa; }
	.left_tab{width:298px; height:428px; border:1px solid #e9e9e9; position:absolute; margin-top:27px;margin-left:75px;}
	.left_tab .left_img{width:100%; height:284px; background:#fff;  text-align:center; }
	.left_tab ul{width:100%; margin:0; padding:0; list-style:none;}
	.left_tab ul li{width:98px; border-left:1px solid #e9e9e9; border-top:1px solid #e9e9e9; float:left; height:71px; text-align:center; background:#f9f9f9; }
	.left_tab ul li:hover{background:#fa941c; }
	.left_tab ul li img{margin-top:10px;}
	.left_tab ul li p{ color:#333; font-weight:bold; letter-spacing:-1px; margin-top:5px;}

	.left_tab_mobile{width:100%; border:1px solid #e9e9e9; }
	.left_tab_mobile .left_img{width:320px; height:125px; background:#fff;  text-align:center; }
	.left_tab_mobile ul{width:100%; margin:0; padding:0; list-style:none;}
	.left_tab_mobile ul li{width:108px; border-left:1px solid #e9e9e9; border-top:1px solid #e9e9e9; float:left; height:101px; padding-top:20px; text-align:center; background:#f9f9f9; }
	.left_tab_mobile ul li:hover{background:#fa941c; }
	.left_tab_mobile ul li img{margin-top:10px;}
	.left_tab_mobile ul li p{ font-size:18px; color:#333; font-weight:bold; letter-spacing:-1px; margin-top:5px;}
	
	
	.banner{width:620px; height:430px; float:right; }

	#intro{width:940px; margin:0 auto; padding:20px; padding-top:3px; text-align:center;}
	#intro div img{padding:10px 0;}

	#business{width:940px; height:260px; margin:0 auto; padding:20px;}
	#business .type{width:100%; margin:0; padding:0; list-style:none; margin-top:20px;}
	#business .type li{width:32%; float:left; margin-left:12px; }
	#business .b_title{float:left; padding-top:20px; font-size:1.8em; letter-spacing:-2px; width:130px; }
	#business .b_text{padding-top:55px; letter-spacing:-1px; color:#5a5a5a; font-size:1em; line-height:1.5em;}

	#news{width:940px; margin:0 auto; padding:20px; height:340px; margin-top:20px} 
	#news .j_news{width:300px; float:left; height:200px; margin-right:20px;}
	#news .j_press{width:300px; float:left; height:200px; margin-right:30px;}
	#news .j_banner{width:290px; float:left; height:200px;}
	#news .j_banner .box{width:270px; height:55px; border:1px solid #e9e9e9; margin-top:20px; padding:25px 0  0 20px;}

	#certi{width:940px;height:420px; margin:0 auto; padding:20px; }
	#certi ul {width:100%; margin:0; padding:0; list-style:none;}
	#certi ul li{width:172px; height:240px; margin-right:20px; float:left; margin-top:30px;}
	
	#fast{width:980px; margin:0 auto; }
	#fast ul {width:100%; margin:0; padding:0; list-style:none;}
	#fast ul li{ width:20%; float:left;}

	
	.title{text-align:center;}
	</style>

<div style="width:100%; height: 490px; margin:0 auto; ">
		<div class="left_tab">
		<div class="left_img">
			<div style="position:absolute;">
				<img style="margin-left:0px; margin-top:-5px;" src="../images/mark.png" >
			</div>
			<img style="margin-top:20px;" src="../images/tab_cnt00.png" >
			<p style="font-size:1.5em;  letter-spacing:-1px; color:#5a5a5a; padding-top:10px; line-height:1.2em;">
				“소비자만족<br />
			    최고 명품브랜드 대상" 
			</p>
			<p style="font-size:2.1em; font-weight:bold; letter-spacing:-2px; color:#f26522;">
				3년 연속 수상
			</p>
		</div>
		
		<ul>
			<li style="border-left:none;"> 
				<a style="text-decoration:none;" href="/bbs/write.php?bo_table=46">
					<img  src="../images/tab_icon01.png" >
					<p style="font-size:1em;">
					위탁/납품문의</p>	
				</a>
			</li>
			
			<li style="width:100px;">
				<a style="text-decoration:none;" href="http://pf.kakao.com/_aZTxnT">
					<img  src="../images/tab_icon07.png" style="margin-top:20px;" >
					<p>
						카카오톡상담
					</p>
				</a>
			</li>
			<li>
								<a style="text-decoration:none;" onclick="window.open('tel_popup.php', 'window', 'width=600, height=300, left=100, top=200, menubar=no, scrollbar=no, status=no, toolbar=no');" >
									<img src="../images/tab_icon08.png"  >
					<p>전화문의</p>
				</a>
			</li>
			<li style="border-left:none;">
				<a style="text-decoration:none;" href="/bbs/board.php?bo_table=55">
					<img src="../images/tab_icon03.png"  >
					<p>채용공고</p>	
				</a>
			</li>
			<li style="width:100px;">
				<a style="text-decoration:none;" href="mailto:[email protected]">
					<img src="../images/tab_icon05.png"  >
					<p>이메일상담</p>
				</a>
			</li>
			<li>
				<a style="text-decoration:none;" href="http://g9com.com/ebook/JSG_catalogue/" target="_blank">
				<img src="../images/tab_icon06.png"  >
				<p>E-브로셔</p>
				</a>
			</li>
		</ul>
	</div>
	
	<iframe width="100%" height="490" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="../main/slideshow/fade2.html" ALLOWTRANSPARENCY="true"></iframe>
</div>

<script>
	/*
	$(document).ready(function() {
			
		if($(window).width() < 1320) {
			$(".left_tab").css("display","none");
		} else {
			$(".left_tab").css("display","block");			
		}

	});
	*/

	$(window).resize(function () {
		var fdelay = 1000; //페이드 인,아웃 속도
		//alert($(window).width());
		if($(window).width() < 900) {
			$(".left_tab").css("display","none");
		} else {
			$(".left_tab").css("display","block");			
		}
	});
</script>



<div id="intro">
	<div style="width:3%; height:1px; float:left; background:#f26522"></div>
	<div style="width:97%; height:1px; float:left; background:#e9e9e9"></div>
	<!-- <div>
		<a href="/bbs/board.php?bo_table=211"><img src="../images/intro_text.png" /></a>
					<iframe width="100%" height="100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="../text-animation/index2.html" ALLOWTRANSPARENCY="true"></iframe>	
				
		
	</div>	 -->
	<div>
		<a href="/bbs/board.php?bo_table=211" >
			<iframe width="100%" height="100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="../text-animation/index2.html" ALLOWTRANSPARENCY="true"></iframe>	
		</a>

		
	</div>	
	<div style="width:97%; height:1px; float:left; background:#e9e9e9"></div>
	<div style="width:3%; height:1px; float:left; background:#f26522"></div>
</div>

<div id="business">
	<div class="title">
		<img src="../images/main_title01.png" />
	</div>
	<ul class="type">
		<li>
			<a href="/bbs/board.php?bo_table=21" style="text-decoration:none;">
				<div style="float:left; width:150px;">
					<img src="../images/b01.png" />
				</div>
				<p class="b_title"><span style="font-weight:bold;">푸드</span>서비스</p>
				<p class="b_text">
					JSG에서 엄선된 고품질 신선<br />
					식자재를 사용하여 맛과 영양<br />
					모두 충족시켜 드립니다.
				</p>
			</a>
		</li>
		<li>
			<a href="/bbs/board.php?bo_table=22"  style="text-decoration:none;">
				<div style="float:left; width:150px;">
					<img src="../images/b02.png" />
				</div>
				<p class="b_title"><span style="font-weight:bold;">식자재</span>유통</p>
				<p class="b_text">
					최신물류센터 운영으로<br />
					신선하고 안전한 최상의<br /> 
					식자재를 공급합니다.
				</p>
			</a>
		</li>
		<li>
			<a href="/bbs/board.php?bo_table=211" style="text-decoration:none;" >
				<div style="float:left; width:150px;">
					<img src="../images/b03.png" />
				</div>
				<p class="b_title"><span style="font-weight:bold;">차별화</span>서비스</p>
				<p class="b_text">
					고객의 요구와 특성에<br /> 
					맞는 맞춤형 푸드서비스를<br />
					제공합니다. 
				</p>
			</a>
		</li>
	</ul>
</div>

<div style="padding-top:20px">
	<div class="title">
		<img src="../images/main_title04.png" />
	</div>
	<div style="width:940px; margin:0 auto; padding-top:20px">
		<iframe width="100%" height="315" src="https://www.youtube.com/embed/kpPw0aW_QfU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
	</div>
</div>

<div id="news">
	<div class="title">
		<img src="../images/main_title02.png" />
	</div>
	<div style="width:100%; border-top:1px solid #e9e9e9; margin-top:30px; ">
		<div class="j_news">
			<div style="padding:10px 0; font-size:1.5em; font-weight:bold; letter-spacing:-1px; float:left;">JSG 소식</div>
			<div style="float:right; padding:12px 0; ">
				<a href="/bbs/board.php?bo_table=41" ><img src="../images/btn_add.png"></a>
			</div>
			<div style="clear:both; width:100%; height:1px; background: #e9e9e9;"></div>
			<div>


 <link rel="stylesheet" href="http://jsgf.com/skin/latest/simple_basic2/style.css">



<section class="n_latest_wrap2">
   <ul>
        <li class="n_list2">
		<div style="font-size:1.2em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=41&amp;wr_id=57" title="[2020 9월 오픈지점]">[2020 9월 오픈지점]</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/simple_basic2/img/icon_hot.gif" alt="인기글">  </span>		</div>
		  
		<div style="width:100%;">
			<span class="n_date">2020-10-12</span>		</div>
		<div style="height:80px; overflow:hidden;  margin-top:10px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<p align="center" style="text-align: center;"><img width="541" height="382" title="8ed1688160d4c99c4145e96c1ef2cb74_1602492345_9447.jpg" style="width: 255px; height: 178px;" src="http://jsgfcom.websave.co.kr/data/editor/2010/8ed1688160d4c99c4145e96c1ef2cb74_1602492345_9447.jpg">&nbsp;</p><p align="center" style="text-align: center;">&nbsp;</p><p align="center" style="text-align: center;"><br style="clear: both;"><img title="8ed1688160d4c99c4145e96c1ef2cb74_1602492207_5122.jpg" src="http://jsgfcom.websave.co.kr/data/editor/2010/8ed1688160d4c99c4145e96c1ef2cb74_1602492207_5122.jpg">&nbsp;</p><p align="center" style="text-align: center;">&nbsp;</p>		 </div>
    </li>
      </ul>
  </section>
</div>
		</div>
		<div class="j_press">
			<div style="padding:10px 0; font-size:1.5em; font-weight:bold; letter-spacing:-1px; float:left;">보도자료</div>
			<div style="float:right; padding:12px 0; ">
				<a href="/bbs/board.php?bo_table=42" ><img src="../images/btn_add.png"></a>
			</div>
			<div style="clear:both; width:100%; height:1px; background: #e9e9e9;"></div>
			<div>


 <link rel="stylesheet" href="http://jsgf.com/skin/latest/list_2/style.css">



<section class="n_latest_wrap2">
   <ul>
        <li class="n_list2">
		<div style="font-size:1.1em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=42&amp;wr_id=43" title="[중도일보]송홍구 천안아산범뵈피해자지원센터 이사장, 국민포장 수상">[중도일보]송홍구 천안아산범뵈피해자지원센터 이…</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_hot.gif" alt="인기글"> <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_link.gif" alt="관련링크"> </span>		</div>
		  
	<!-- 	
		<div style=" height:40px; overflow:hidden;  margin-top:6px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<span style="font-size: 18pt;"><strong>송홍구 천안아산범죄피해자지원센터 이사장, 국민포장 수상</strong></span><p>&nbsp;</p><table width="558" align="center" class="table_LSize __se_tbl_ext" style="margin: 0px auto;" border="0" cellspacing="0" cellpadding="0"><tbody><tr bgcolor="#ffffff"><td><img title="aa300f9e91901abd49677f750a2ba759_1606363578_7997.JPG" src="http://jsgfcom.websave.co.kr/data/editor/2011/aa300f9e91901abd49677f750a2ba759_1606363578_7997.JPG"><br style="clear: both;"></td></tr><tr bgcolor="#ffffff"><td align="left" class="photocaption"><p>&nbsp;</p><p>&nbsp;</p></td></tr></tbody></table><p>송홍구 (사)천안아산범죄피해자지원센터 이사장이 27일 법무부에서 범죄피해자 보호와 지원, 우수센터로 발전시킨 공로로 국민포장을 받는다.<br><br>송 이사장은 지난 13년째 (사)천안아산범죄피해자지원센터의 부이사장과 이사장을 맡아 헌신적인 봉사로 지역사회의 모범이 되고 있으며 범죄피해자 보호와 지원에 앞장서왔다.<br><br>특히 범죄피해자들을 위해 '집 지어주기 행사'를 펼쳐 한국해비타트 및 운영위원들과 함께 3억5000만원을 들여 천안과 아산에 2채를 헌정했다.<br><br>또 전국 유일하게 센터 위원들의 특별기부로 범죄피해자의 새 일자리 마련을 위한 '희망카페'를 검찰지청에 개관 운영하고 있으며 7년째 피해자 트라우마 극복 해소를 위한 힐링캠프를 열고 있다.<br><br>송 이사장과 전문상담 위원들은 캠프를 통해 피해자들의 심리적 안정과 그들의 애로사항 개선에 집중하는 등 사후관리로 사랑과 베풂을 실천하고 있다.<br><br>그를 중심으로 위원들은 한부모와 고아 가정을 위해 매달 30만원씩 생계비를 지원해주고 있으며 매년 사랑의 김장담그기를 통해 1320가구에 2만8800㎏을 전달하기도 했다.<br><br>아울러 중부권의 대표 급식 및 식자재 유통회사 ㈜제이에스지 대표인 송 이사장은 지난 20여년간 5800명의 신규사원을 채용해 지역 고용창출에 크게 이바지 해왔으며 2007년 '제이에스지 사랑의 봉사대'를 발족, 현재까지 천안·아산 지역 내 장애인 복지관과 보육원에 사랑과 행복이 담긴 음식을 제공하고 있다.  <br><br>그는 노고를 인정받아 정부와 관련 단체로부터 2002년 대통령산업포장과 2012년 법무부장관표창, 2013년  세종대왕나눔봉사대상 국회운영위원표창 등 10여 차례 굵직한 상을 받기도 했다.<br><br>송 이사장은 "국민포장이라는 큰 상을 받게 돼 영광"이라며 "이 상은 천안검찰지청과 범피 위원들이 함께해준 결과로 전국 최고의 센터로 거듭날 수 있도록 노력할 것이며 범죄피해자들의 인권 보호 활동에도 최선을 다할 것”이라고 밝혔다.<br><br>이어 "회사에서도 봉사율이 높은 직원들에게 포상이나 인사 고가를 반영해 나누는 법을 아는 인재를 육성하고 있다"며 "지역 사회의 소외계층을 올바로 성장시켜 국가와 사회발전에 초석이 될 수 있도록 기여하는데 더욱 노력하겠다"고 했다.&nbsp;</p><p>천안=김한준 기자 hjkim7077@</p>		 </div> -->
    </li>
        <li class="n_list2">
		<div style="font-size:1.1em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=42&amp;wr_id=41" title="[중도일보] 2020년 사랑의 김장나눔행사">[중도일보] 2020년 사랑의 김장나눔행사</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_hot.gif" alt="인기글"> <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_link.gif" alt="관련링크"> </span>		</div>
		  
	<!-- 	
		<div style=" height:40px; overflow:hidden;  margin-top:6px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<p><span style="font-size: 18pt;"><strong>천안검찰-범죄피해자지원센터, 사랑의 김장나눔행사 펼쳐</strong></span></p><p>&nbsp;</p><p>&nbsp;</p><table width="567" align="center" class="table_LSize __se_tbl_ext" style="margin: 0px auto;" border="0" cellspacing="0" cellpadding="0"><tbody><tr bgcolor="#ffffff"><td><p><img title="aa300f9e91901abd49677f750a2ba759_1606359348_6269.jpg" src="http://jsgfcom.websave.co.kr/data/editor/2011/aa300f9e91901abd49677f750a2ba759_1606359348_6269.jpg">&nbsp;</p><p>&nbsp;</p></td></tr><tr bgcolor="#ffffff"><td align="left" class="photocaption"></td></tr></tbody></table><p>천안 검찰과 범죄피해자지원센터 등 유관기관들이 올겨울도 범죄피해자 가족을 돕기 위한 사랑의 김장 나눔 행사를 펼쳐 훈훈함을 더했다.<br><br>대전지검 천안지청과 천안 아산범죄피해자지원센터는 지난 20일 유관순체육관 앞에서 홍승욱 천안지청장, 박상돈 천안시장, 송홍구 범피이사장 및 범피위원, 유창기 적십자회장과 천안 봉사회 등 80여명이 참여한 가운데 ‘2020년 김장나눔행사’를 실시했다.<br><br>이날 참여한 관계기관장 등은 정성스레 담근 김치 20㎏씩 범죄피해자 100가족에게 모두 2000㎏을 나눠줬으며 관내 불우 시설에도 100kg을 전달했다.<br><br>송홍구 이사장은 "앞서 코로나 19와 불경기 속에서 어려움을 겪는 천안아산지역 범죄피해자 100가족에게 추위를 이겨내라고 온수 매트와 방한복을 전달했다”며 “조금 더 따뜻한 위안과 위로를 주고자 김장 나눔 행사를 실시했다"고 했다.&nbsp;</p><p>&nbsp;</p><p>천안=김한준 기자 hjkim7077@<br><br><br>&nbsp;</p>		 </div> -->
    </li>
        <li class="n_list2">
		<div style="font-size:1.1em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=42&amp;wr_id=38" title="[매거진M] 천안아산범죄피해자지원센터 제7대 송홍구이사장 취임">[매거진M] 천안아산범죄피해자지원센터 제7대 …</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_hot.gif" alt="인기글">  </span>		</div>
		  
	<!-- 	
		<div style=" height:40px; overflow:hidden;  margin-top:6px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<p align="center" style="text-align: center;">&nbsp;</p><p align="center" style="text-align: center;"><span style="font-size: 18pt;"><strong>[매거진M] 천안아산범죄피해자지원센터 제7대 송홍구이사장 취임</strong></span></p><p align="center" style="text-align: center;">&nbsp;</p><p align="center" style="text-align: center;">&nbsp;</p><p align="center" style="text-align: center;"><img title="26db6c517de89f4beec44a262008f55a_1556590413_03.jpg" src="http://jsgfcom.websave.co.kr/data/editor/1904/26db6c517de89f4beec44a262008f55a_1556590413_03.jpg"><br style="clear: both;"><span style="font-size: 12pt;">​</span></p><p align="center" style="text-align: center;"><span style="font-size: 12pt;">▲ 기사 내용을 자세히 보시려면 <strong>사진을 클릭</strong>해주세요<span style="font-size: 12pt;">▲ </span></span></p>		 </div> -->
    </li>
        <li class="n_list2">
		<div style="font-size:1.1em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=42&amp;wr_id=37" title="[엠뉴스] 천안·아산범죄피해자지원센터, 제7대 송홍구 이사장 취임">[엠뉴스] 천안·아산범죄피해자지원센터, 제7대…</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_hot.gif" alt="인기글"> <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_link.gif" alt="관련링크"> </span>		</div>
		  
	<!-- 	
		<div style=" height:40px; overflow:hidden;  margin-top:6px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<p><span style="font-size: 18pt;"><strong>천안·아산범죄피해자지원센터, 제7대 송홍구 이사장 취임</strong></span><br><span style="font-size: 14pt;">- </span><span style="font-size: 12pt;">범죄피해자의 인권보호와 지원에 앞장설 것을 다짐</span></p><p><span style="font-size: 12pt;">​</span></p><div class="body word_break"><table width="600" align="center" class="__se_tbl_ext" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td width="10">&nbsp;</td><td align="center"><img title="843df44606d69ffd66c7f9835c986ec6_1554166069_42.jpg" src="http://jsgfcom.websave.co.kr/data/editor/1904/843df44606d69ffd66c7f9835c986ec6_1554166069_42.jpg"><br style="clear: both;"></td><td width="10">&nbsp;</td></tr><tr><td class="view_r_caption" id="font_imgdown_45256" colspan="3"><p>▲ 제7대 송홍구 이사장 취임 및 보고대회 모습 (사진 : 김용부 기자)</p><p>&nbsp;</p></td></tr></tbody></table><p style="text-align: justify;"><span style="font-size: 10pt;">천안·아산범죄피해자지원센터는 신임 송홍구 이사장의 취임식을 19일 저녁 충남북부상공회의소 컨벤션홀에서 가졌다.</span></p><p style="text-align: justify;">&nbsp;</p><p style="text-align: justify;"><span style="font-size: 10pt;">이날 취임식에는 임관혁 천안지청장, 구만석 천안부시장, 유병훈 아산부시장, 허삼복 천안교육장, 조기성 아산교육장, 문은수 고문, 한형기 충남북부상공회의소 회장, 윤노순 천안농협조합장 조헌영 CRIC회장 등이 참석해 위원들과 함께 신임이사장의 취임을 축하 격려했다.</span></p><p style="text-align: justify;">&nbsp;</p><p style="text-align: justify;"><span style="font-size: 10pt;">행사는 범죄피해자 사회적 권리선언 낭독, 모범위원 표창, 장학금 전달, 신임위원 위촉, 이사장 취임사, 지청장 격려사, 축사로 진행되었다.</span></p><p style="text-align: justify;">&nbsp;</p><p style="text-align: justify;"><span style="font-size: 10pt;">송홍구 이사장은 취임사에서 “이 자리에 계신 모든 분들이 범죄피해자 보호와 지원의 중요함을 인식하고, 구호활동과 지원에 적극적인 관심을 갖고 동참하는 계기가 된다면 이 자리는 가장 뜻깊고 영광스러운 자리가 될 것입니다”라고 강조했다.</span></p><p style="text-align: justify;">&nbsp;</p><p style="text-align: justify;"><span style="font-size: 10pt;">천안·아산범죄피해자지원센터는 범죄피해자 보호법에 근거하여 정부 및 지방자치단체와 연합하</span><span style="font-size: 10pt;">여 범죄피해자를 보호하고 지원하기 위해, 대전지방검찰청 천안지청의 지도와 후원 아래 2006년 5월에 설립되었다.</span></p><p style="text-align: justify;">&nbsp;</p><p style="text-align: justify;"><span style="font-size: 10pt;">지원센터는 범죄피해자들에게 상담, 의료, 법률, 경제적 지원과 사법보좌 등을 통해 원상회복을 돕는 활동을 전개하고 있다.</span></p><p style="text-align: justify;">&nbsp;</p><table align="center" class="__se_tbl_ext" style="margin-bottom: 20px;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="center"><img src="http://www.cmni.news/news/photo/201903/45256_55921_2223.jpg"></td></tr><tr><td class="view_r_caption" id="font_imgdown_55921">&nbsp;▲ 송홍구 이사장의 취임사 모습&nbsp;(사진 : 김용부 기자)</td></tr></tbody></table><table align="center" class="__se_tbl_ext" style="margin-bottom: 20px;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="center"><img src="http://www.cmni.news/news/photo/201903/45256_55920_2215.jpg"></td></tr><tr><td class="view_r_caption" id="font_imgdown_55920">&nbsp;▲ 임관혁 천안지청장의 축사 모습&nbsp;(사진 : 김용부 기자)</td></tr></tbody></table><table align="center" class="__se_tbl_ext" style="margin-bottom: 20px;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="center"><img src="http://www.cmni.news/news/photo/201903/45256_55923_2244.jpg"></td></tr><tr><td class="view_r_caption" id="font_imgdown_55923">&nbsp;▲ 범죄피해자 사회적 권리선언 낭독 모습&nbsp;(사진 : 김용부 기자)</td></tr></tbody></table><table align="center" class="__se_tbl_ext" style="margin-bottom: 20px;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="center"><img src="http://www.cmni.news/news/photo/201903/45256_55922_2235.jpg"></td></tr><tr><td class="view_r_caption" id="font_imgdown_55922"><p>&nbsp;▲ 모범위원 표창식 모습 (사진 : 김용부 기자)</p><p>&nbsp;</p><p>박복연 기자 [email protected]&nbsp;</p></td></tr></tbody></table></div>		 </div> -->
    </li>
        <li class="n_list2">
		<div style="font-size:1.1em; font-weight:bold; letter-spacing:-1px; ">
			 <a style='color:#333;' href="http://www.jsgf.com/bbs/board.php?bo_table=42&amp;wr_id=34" title="[티브로드 중부]천안·아산 범죄피해자지원센터 송홍구 이사장 취임">[티브로드 중부]천안·아산 범죄피해자지원센터 …</a><span class="n_icon">  <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_hot.gif" alt="인기글"> <img src="http://www.jsgf.com/skin/latest/list_2/img/icon_link.gif" alt="관련링크"> </span>		</div>
		  
	<!-- 	
		<div style=" height:40px; overflow:hidden;  margin-top:6px; color:#5a5a5a; line-height:1.6em; font-weight:lighter; font-size:1em;">
			<p align="center" style="text-align: center;"><span style="font-size: 18pt;"><strong>[티브로드 중부]천안·아산 범죄피해자지원센터 송홍구 이사장 취임</strong></span><br style="clear: both;"><br><img title="fe81bebb49460985ee59399588078b26_1553127172_18.PNG" src="http://jsgfcom.websave.co.kr/data/editor/1903/fe81bebb49460985ee59399588078b26_1553127172_18.PNG"><br style="clear: both;"><em>(※ 실제 영상은 링크를 통해 확인하세요)</em></p><p><em></em>&nbsp;</p><p>[티브로드 장동원기자]<br><br><br>[기사내용]<br><br>천안아산 범죄피해자지원센터 신임 이사장에<br>송홍구 이사장이 취임했습니다.<br><br>범죄피해자지원센터는 강력사건으로 피해를 입은<br>범죄피해자들을 돕기 위해 설립된 민간단체로<br><br>송홍구 신임 이사장은 취임사를 통해<br>"범죄피해자들의 신변 안전과 피해 보상을 위해<br>최선을 다하겠다"고 밝혔습니다.<br><br><br>(촬영 : 정영관기자)<br><br>(방송일 : 2019년 03월 20일) </p>		 </div> -->
    </li>
      </ul>
  </section>
</div>
		</div>
		<div class="j_banner">
			<div class="box">
				<p style="font-size:1.6em; font-weight:bold; letter-spacing:-1px; color:#f26522;"><a style="text-decoration:none; color:#f26522;" href="/bbs/board.php?bo_table=44" />기업문화사회공헌</a></p>
				<img style="position:absolute; margin-top:-35px;  margin-left:190px; " src="../images/n_icon01.png" />
			</div>
			<div class="box">
				<p style="font-size:1.6em; font-weight:bold; letter-spacing:-1px; color:#f26522;"><a style="text-decoration:none; color:#f26522;" href="/bbs/board.php?bo_table=43" />JSG소식 및 이벤트</a></p>
				<img style="position:absolute; margin-top:-35px;  margin-left:190px; " src="../images/n_icon02.png" />

			</div>
			
		</div>
	</div>
</div>

<div id="certi">
	<div class="title">
		<img src="../images/main_title03.png" />
	</div>
	<ul>
		<li>
			<a href="/bbs/board.php?bo_table=121"><img src="../images/certi01.png" /></a>
		</li>
		<li>
			<a href="/bbs/board.php?bo_table=121"><img src="../images/certi02.png" /></a>
		</li>
		<li>
			<a href="/bbs/board.php?bo_table=121"><img src="../images/certi03.png" /></a>
		</li>
		<li>
			<a href="/bbs/board.php?bo_table=121"><img src="../images/certi04.png" /></a>
		</li>
		<li style="margin:0; margin-top:30px;">
			<a href="/bbs/board.php?bo_table=121"><img src="../images/certi05.png" /></a>
		</li>
	</ul>
</div>

<div style="width:100%; height:250px; background-image:url(../images/fast_bg.png)">
	<div id="fast">
		<ul>
			<li>
				<a href="/bbs/board.php?bo_table=11"><img src="../images/fast01.png" /></a>
			</li>
			<li>
				<a href="/bbs/board.php?bo_table=31"><img src="../images/fast02.png" /></a>
			</li>
			<li>
				<a href="/bbs/board.php?bo_table=32"><img src="../images/fast03.png" /></a>
			</li>
			<li>
				<a href="/bbs/board.php?bo_table=53"><img src="../images/fast04.png" /></a>
			</li>
			<li>
				<a href="/bbs/board.php?bo_table=14"><img src="../images/fast05.png" /></a>
			</li>
		</ul>
	
	</div>
</div>










<div style="width:980px; margin:0 auto; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; padding:20px 0; margin-top:30px; height:70px;">
	<div style=" float:left;">	
		<p style="font-size:1.6em; font-weight:bold; letter-spacing:-2px; color:#a1a1a1;">(주) 제이에스지</p>
		<p style="font-size:1em;  letter-spacing:-0.5px; color:#5a5a5a; margin-top:10px; line-height:1.6em;">
			 충청남도 천안시 서북구 직산읍 남산2길 221<br />
			대표자 : 송홍구 |  사업자 등록번호 : 312.81.57079  |  대표번호 : 1588.8435  |  Tel. 041)584.8891~5 |  Fax. 041)584.8886 |
			<a href="#" onclick="window.open('/privacy.php','weight','width=1200px,height=800px,location=no,status=no,scrollbars');">개인정보취급방침</a>
		</p>
	</div>
	<div style=" float:right; margin-top:10px;">
		<img style=""src="../images/footer_logo2.png" />
	</div>
</div>
<div style="clear:both; width:980px; margin:0 auto; color:#5a5a5a; padding:10px 0; ">
	COPYRIGHT (C) 2016 JSGF ALL RIGHT RESERVED
</div>




























<script>
$(function() {
    // 폰트 리사이즈 쿠키있으면 실행
    font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class"));
});
</script>



<!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 -->
<!--[if lte IE 7]>
<script>
$(function() {
    var $sv_use = $(".sv_use");
    var count = $sv_use.length;

    $sv_use.each(function() {
        $(this).css("z-index", count);
        $(this).css("position", "relative");
        count = count - 1;
    });
});
</script>
<![endif]-->

</body>
</html>
                               

Whois info of domain