DELETE FROM KEYWORDS WHERE ID_DOMAINE=27929889DoneDoneDone
URL:www.trigem.co.kr
Connection: keep-alive
Date: Fri, 01 Nov 2024 20:41:06 GMT
Content-Length: 195
Content-Type: text/html
Location: https://www.trigem.co.kr/
Server: Microsoft-Azure-Application-Gateway/v2
Location => https://www.trigem.co.kr/
Status => 301
<html>
<head><title>301 Moved Permanently</title></head>
(vide) Tentative en https
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="naver-site-verification" content="6d244a0d3d92a41f6e57eea4b9257dca21f6841e" />
<title>TG삼보</title>
<link href="css/common.css" rel="stylesheet" type="text/css" />
<link href="css/css.css" rel="stylesheet" type="text/css" />
<link href="css/custom_main.css" rel="stylesheet" type="text/css" />
<link href="css/mov.css" rel="stylesheet" type="text/css" />
<link href='css/tg_tep_slid.css' rel='stylesheet' type='text/css' />
<!--모바일 접속시 모바일 페이지로-->
<script type="text/javascript" language="JavaScript">
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'Windows CE;', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson', 'Mobile', 'Symbian', 'Opera Mobi', 'Opera Mini', 'IEmobile');
for (var word in mobileKeyWords){
if (navigator.userAgent.match(mobileKeyWords[word]) != null){
window.location.href = "http://www.trigem.co.kr/m";
break;
}
}
</script>
<!--모바일 접속시 모바일 페이지로-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://www.google.com/jsapi"></script>
<!-- <script>
/*
google.load( "webfont", "1" );
google.setOnLoadCallback(function() {
WebFont.load({ custom: {
families: [ "NanumGothic" ],
urls: [ "http://fontface.kr/NanumGothic/css" ]
}});
});
*/
</script> -->
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/custom_main.js"></script>
<script type="text/javascript" src="js/main_banner_o1.js"></script>
<script type="text/javascript" src="js/tg_tep_slid.js"></script>
<script type="text/javascript" src="js/tg_tep_slid_step2.js"></script>
<script type="text/javascript" src="js/sideBan_v1.js"></script> <!--따라다니는 배너-->
<!--메인의 드라이버 다운로드 안내를 위해서 팝업 소스 추가 131126-->
<script language="javascript">
$(document).ready(function(){
var nowDate = new Date().getTime();
var cookieDate = getCookie('topBanner');
var calDate = Math.floor((cookieDate - nowDate) /(24*3600*1000));
if(calDate > 0){
$(".all_topbanner_area").hide();
$(".all_topbanner_wrap").delay(200).slideUp();
}else{
$(".all_topbanner_area").hide();
$(".all_topbanner_area").delay(200).slideDown();
}
/*2016-05-11수정*/
$(".all_topbanner_area .btn_clo").click(function(){
//if($("#lb_chk").is(":checked") == true){
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + 7);
document.cookie = "topBanner=" + escape(todayDate.getTime()) + "; path=/; expires=" + todayDate.toGMTString();
//}
$(".all_topbanner_wrap").delay(200).slideUp();
});
if(getCookie("onedayCk") == "checked" )
{
jQuery(".layerPop2").css("display", "none");
jQuery(".blackBg").fadeOut(300);
}
else
{
}
});
//쿠키생성(일주일)
function setCookie(name, value)
{
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + 7 )
document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toUTCString() + ";"
}
function closeDim()
{
jQuery(".layerPop2").css("display", "none");
jQuery(".blackBg").fadeOut(300);
setCookie("onedayCk", "checked");
}
function getCookie(name){
var nameOfCookie = name + "=";
var x = 0;
while (x<=document.cookie.length){
var y = (x + nameOfCookie.length);
if(document.cookie.substring(x, y) == nameOfCookie){
if((endOfCookie = document.cookie.indexOf(";", y)) == -1){
endOfCookie = document.cookie.length;
}
return unescape(document.cookie.substring(y, endOfCookie));
}
x = document.cookie.indexOf(" ", x) + 1;
if(x == 0){
break;
}
}
return "";
}
function getAddDayFromToday(addDays, delimiter)
{
var oToday = new Date();
oToday.setDate(oToday.getDate() + addDays);
//oToday.toLocaleString();
var sYear = oToday.getFullYear();
var sMonth = oToday.getMonth() + 1;
var sDay = oToday.getDate();
sMonth = "" + sMonth;
sMonth = (sMonth.length == 1) ? "0"+sMonth : sMonth;
sDay = "" + sDay;
sDay = (sDay.length == 1) ? "0"+sDay : sDay;
return sYear + delimiter + sMonth + delimiter + sDay;
}
/*
function getCookie(name)
{
var Found = false
var start, end
var i = 0
// cookie 문자열 전체를 검색
while(i <= document.cookie.length)
{
start = i
end = start + name.length
// name과 동일한 문자가 있다면
if(document.cookie.substring(start, end) == name)
{
Found = true
break
}
i++
}
// name 문자열을 cookie에서 찾았다면
if(Found == true) {
start = end + 1
end = document.cookie.indexOf(";", start)
// 마지막 부분이라 는 것을 의미(마지막에는 ";"가 없다)
if(end < start)
end = document.cookie.length
// name에 해당하는 value값을 추출하여 리턴한다.
return document.cookie.substring(start, end)
}
// 찾지 못했다면
return ""
}
*/
function openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height, top, left) {
var noticeEndDate = new Date(noticeEndDateStr);
var noticeStartDate = new Date(noticeStartDateStr);
var eventCookie=getCookie(cookieName);
console.log(document.cookie.indexOf("noPop")) ;
eventCookie = document.cookie.indexOf("noPop") !== -1 ? "noPop" : false;
console.log({ eventCookie }) ;
if (noticeEndDate > new Date() && noticeStartDate < new Date() && eventCookie != "noPop") {
window.open(popupUrl,'_blank','width='+width+',height='+height+',top=50,left=250,scrollbars=no');
}
}
var noticeStartDateStr, noticeEndDateStr, popupUrl, cookieName, width, height;
noticeEndDateStr = '03/27/2019 10:00:00';
popupUrl = "/popup/20150828/pop_notice.html";
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 87;
// 이미지 사이즈
width += 448;
height += 244;
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height);
noticeEndDateStr = '10/01/2015 00:00:00';
popupUrl = "/popup/20150828/pop_notice2.html";
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 87;
// 이미지 사이즈
width += 446;
height += 244;
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
//////////////////////////2017.03.24 결산공고/////////////////////////////////////////////////
noticeEndDateStr = '04/24/2017 00:00:00';
popupUrl = "/popup/170324/pop_notice.html";;
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 87;
// 이미지 사이즈
width += 366;
height += 104;
//24일 13시 이후 팝업 생성
var noticeStartDateStr = new Date('03/27/2019 10:00:00');
var now = new Date();
if ( noticeStartDateStr <= now){
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
}
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2017.04.26 5월 연휴 휴무공지////////////////////////////////////////////
noticeEndDateStr = '03/27/2019 10:00:00';
popupUrl = "/popup/170427/pop_notice.html";
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 26;
// 이미지 사이즈
width += 519;
height += 397;
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2017.06.01 기준일 및 주주명부 폐쇄기간 설정 공고////////////////////////////////////////////
noticeEndDateStr = '07/06/2017 00:00:00';
popupUrl = "/popup/170531/pop_notice.html";;
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 26;
// 이미지 사이즈
width += 473;
height += 369;
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2017.07.07 분할보고에 갈음한 이사회 공고////////////////////////////////////////////
noticeEndDateStr = '09/10/2017 00:00:00';
popupUrl = "/popup/170707/pop_notice.html";;
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 26;
// 이미지 사이즈
width += 473;
height += 369;
//10일 14시 이후 팝업 생성
var noticeStartDateStr = new Date('07/10/2017 14:00:00');
var now = new Date();
if ( noticeStartDateStr <= now){
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
}
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2017.09.27 10월 추석 연휴 휴무공지////////////////////////////////////////////
noticeEndDateStr = '10/10/2017 00:00:00';
popupUrl = "/popup/170927/pop_notice.html";;
cookieName = popupUrl;
// default size
//width = 26;
width = 0;
height = 26;
// 이미지 사이즈
width += 519;
height += 397;
//openMsgBox(noticeEndDateStr, cookieName, popupUrl, width, height, 50, 600);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2018.02.15 02월 설날 연휴 휴무공지////////////////////////////////////////////
var noticeEndDateStr = '04/30/2019 00:00:00';
var noticeStartDateStr = '03/27/2019 10:00:00';
var cookieName = "20190327";
var popupUrl = "/popup/20190327/pop_notice.html";
var width = 365;
var height = 255;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2018.02.15 02월 설날 연휴 휴무공지////////////////////////////////////////////
var noticeEndDateStr = '02/18/2018 00:00:00';
var noticeStartDateStr = '02/15/2018 00:00:00';
var cookieName = "20180214";
var popupUrl = "/popup/20180214/pop_notice.html";
var width = 515;
var height = 455;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2018.03.23 03월 결산 공고////////////////////////////////////////////
var noticeEndDateStr = '04/22/2018 00:00:00';
var noticeStartDateStr = '03/24/2018 00:00:00';
var cookieName = "20180309";
var popupUrl = "/popup/20180323/pop_notice.html";
var width = 372;
var height = 180;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2018.05.09 IR게시판////////////////////////////////////////////
var noticeEndDateStr = '05/31/2018 00:00:00';
var noticeStartDateStr = '05/03/2018 00:00:00';
var cookieName = "20180504";
var popupUrl = "/popup/20180504/pop_notice.html";
var width = 620;
var height = 320;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2018.05.18 주주명부 폐쇄기간 공고문안////////////////////////////////////
var noticeEndDateStr = '06/29/2018 18:00:00';
var noticeStartDateStr = '05/18/2018 09:00:00';
var cookieName = "20180518";
var popupUrl = "/popup/20180518/pop_notice.html";
var width = 570;
var height = 420;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2020.03.30 IR게시판////////////////////////////////////////////
var noticeEndDateStr = '04/30/2020 00:00:00';
var noticeStartDateStr = '03/20/2020 00:00:00';
var cookieName = "20210331";
var popupUrl = "/popup/20200331/pop_notice.html";
var width = 366;
var height = 235;
///openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2021.03.23 IR게시판////////////////////////////////////////////
var noticeEndDateStr = '04/30/2021 00:00:00';
var noticeStartDateStr = '03/26/2021 00:00:00';
var cookieName = "20210326";
var popupUrl = "/popup/20210326/pop_notice.html";
var width = 366;
var height = 235;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
////////////2022.09.16 마포센터 주소 변경 공지 + 2022.0930 의정부/군포/평택 센터 주소 변경 공지/////////////
var noticeEndDateStr = '03/15/2023 00:00:00';
var noticeStartDateStr = '09/15/2022 00:00:00';
var cookieName = "20220930";
var popupUrl = "/popup/20220930/pop_notice.html";
var width = 1130;
var height = 480;
//openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////2024.10.22 TGS 대전센터 주소 이전////////////////////////////////////////////
var noticeEndDateStr = '2024-10-31';
var noticeStartDateStr = '2024-10-22';
var cookieName = "20241022";
var popupUrl = "/popup/20241022/pop_notice.html";
var width = 1100;
var height = 650;
openMsgBox(noticeEndDateStr, noticeStartDateStr, cookieName, popupUrl, width, height);
//////////////////////////////////////////////////////////////////////////////////////////////
</script>
<!--메인의 드라이버 다운로드 안내를 위해서 팝업 소스 추가 끝131126-->
</head>
<!--
TG삼보
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Microsoft-Azure-Application-Gateway/v2',redirection='https://www.trigem.co.kr/',Status='200',err='',[TITRE]=N'TG삼보',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=27929889
0 TG삼보
0. TG삼보 (4)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'TG삼보',27929889)