1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
<?php include_once("./_common.php"); ?> <!DOCTYPE html>
<? include("../../manage/category/common.php");
?><head> <meta http-equiv="content-type" content="application/xhtml+xml;" /> <meta charset="euc-kr"> <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10,chrome=1"> <title>¿¥Á¦ÀÌ ¼ÒÇÁÆ®¿¡ ¿À½Å °ÍÀ» ȯ¿µÇÕ´Ï´Ù.</title> <link rel="stylesheet" type="text/css" href="./css/import.css"/> <script language='javascript' src="./js/jquery-1.7.2.min.js"></script> <script language='javascript' src='./js/img.js'></script><!-- Order_2.php --> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <noscript> <link rel="stylesheet" type="text/css" href="./css/noscript.css" /> </noscript>
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¿¥Á¦À̼ÒÇÁÆ®2'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007_4&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <!--<script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¿¥Á¦À̼ÒÇÁÆ®'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007_1&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script>--> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <!--<script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¹ÌÁø¼ÒÇÁÆ®'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script>--> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<script language="javascript"> function loginChk(){ //·Î±×ÀÎ ½ºÅ©¸³Æ® if( loginFrm.id.value == ''){ alert("¾ÆÀ̵𸦠ÀÔ·ÂÇϼ¼¿ä"); loginFrm.id.focus(); return; }
if(loginFrm.passwd.value == ""){ alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä"); loginFrm.passwd.focus(); return;; }
loginFrm.submit(); }
function MsgLogin(f,txt){ alert(txt); if(f == 1){ loginFrm.id.value = ''; loginFrm.id.focus(); }
if(f== 2){ loginFrm.passwd.value = ''; loginFrm.passwd.focus(); } }
function inputSendit() { if(event.keyCode==13) { loginChk(); } }
function PageGo2(){ location.href = "./intro.php"; }
function logout(){ login_ifm.location.href = "logout.php"; }
function goFindIdPw() { var wfind = window.open("findidpw.php","goFindIdPw","width=350,height=250"); wfind.focus(); } //·Î±×ÀÎ ½ºÅ©¸³Æ® ³¡
function blockError(){ //½ºÅ©¸³Æ® ¿À·ù¹æÁö (¿À·ù³ªµµ Ç¥½Ã ÇÏÁö ¾Ê±â) return true; } window.onerror = blockError; </script>
</head>
<body> <div class="wrap"> <div class="header"> <h1 class="logo"><a href="./intro.php"><span class="screen_out">¿¥Á¦ÀÌÆ÷½ºÆ® ·Î°í</span></a></h1> <div class="gnb"> <ul> <!-- ·Î±×¾Æ¿ô »óÅ --> <? if( isset($_COOKIE['USERID']) && $_COOKIE['USERID'] !== ""){ ?> <li class="logout"><a href="javascript:logout();">·Î±×¾Æ¿ô</a></li> <li class="mypage"><a href="mypageedit.php">¸¶ÀÌÆäÀÌÁö</a></li>
<!-- ·Î±×ÀÎ »óÅ --> <? } else { ?> <li class="login"><a href="logingo.php">·Î±×ÀÎ</a></li> <li class="join"><a href="join.php">ȸ¿ø°¡ÀÔ</a></li> <? } ?>
<li class="faq"><a href="customerfaq.php">ÀÚÁÖ¹¯´ÂÁú¹®</a></li> <li class="favorite"><a style="cursor: pointer" onClick="{window.external.AddFavorite('https://www.mjsoft.co/', '¿¥Á¦À̼ÒÇÁÆ®')}">Áñ°Üã±âÃß°¡</a></li> </ul> </div><!-- <div class="gnb"> --> <iframe name='login_ifm' width="0" height="0" style="border:0px;"></iframe>
<div class="quickMenu"> <ul> <li class="movie"><a href="customermovie.php">µ¿¿µ»ó°ÀÇ</a></li> <li class="office"><a href="customeroffice.php">ÁÖ¿ä°í°´»ç</a></li> <li class="qna"><a href="customeras.php">Áú¹®/´äº¯</a></li> <li class="update"><a href="easycustomeretax.php">¼¼±Ý°è»ê¼¹ßÇà</a></li> <li class="receipt"><a href="https://consumer.tosspayments.com/payment-history/card" target="_blank">Ä«µå¿µ¼öÁõ</a></li> <li class="price"><a href="customerprice.php">°ßÀû¿äû</a></li> <li class="deal"><a href="deallist.php">Çù·ÂÁ¡</a></li> <li class="delivery"><a href="mypagepaper.php">¿ëÁö¹è¼Û</a></li> <li class="remote"><a href="https://www.startsupport.com/mijin" target="_blank">¿ø°ÝÁö¿ø</a></li> </ul> </div><!-- <div class="quickMenu"> --> <div class="lnb" style="margin-bottom:0;"> <? include("./Page/common/navi.html"); ?> </div> </div><!-- <div class="header"> --> </div> <!-- class="wrap" -->
<? include("./Page/common/right_banner.html"); ?>
|