<% p_code = request("p_code") categoryA = request("categoryA") categoryB = request("categoryB") categoryC = request("categoryC") seq = request("seq") If p_code = "" Then response.write "" End If %>
<% p_code = request("p_code") categoryA = request("categoryA") categoryB = request("categoryB") categoryC = request("categoryC") seq = request("seq") sql = "select useType,saleType,priceType,showType,imgS1,optionValue6,optionValue5,p_name,com_id,p_code,categoryA,categoryB,categoryC,group_p_code,optionText1,optionValue1,optionText2,optionValue2,optionText3,optionValue3,optionText4,optionValue4,optionText5,optionText6,optionText7,optionValue7,optionText8,optionValue8,productGroup1,productGroup2,productGroup3,printing,printing_text,sale_unit,prime_price,street_price,price1,price2,price3,price,su_limit1,su_limit2,su_limit3,charge_type,origin_place,imgM1,imgB1,imgM2,imgM3,imgM4,imgM5,content_include,content,brand,comImg from t_product where useType <> 'N' and p_code = '" & p_code & "' and categoryC in(select fk_category from t_categoryC c join t_categoryC_original o on c.fk_category = o.seq where c.useType = 'Y' and shop_code = '" & global_shop_code & "' )" Set rs = server.CreateObject("ADODB.RecordSet") rs.open sql,oDBCon,1 If Not rs.eof Then Set rs1 = server.CreateObject("ADODB.RecordSet") categoryA = rs("categoryA") useType = rs("useType") saleType = rs("saleType") priceType = rs("priceType") showType = rs("showType") p_name = rs("p_name") com_id = rs("com_id") p_code = rs("p_code") categoryA = rs("categoryA") categoryB = rs("categoryB") categoryC = rs("categoryC") group_p_code = rs("group_p_code") optionText1 = rs("optionText1") optionValue1 = rs("optionValue1") optionText2 = rs("optionText2") optionValue2 = rs("optionValue2") optionText3 = rs("optionText3") optionValue3 = rs("optionValue3") optionText4 = rs("optionText4") optionValue4 = rs("optionValue4") optionText5 = rs("optionText5") optionValue5 = rs("optionValue5") optionText6 = rs("optionText6") optionValue6 = rs("optionValue6") optionText7 = rs("optionText7") optionValue7 = rs("optionValue7") optionText8 = rs("optionText8") optionValue8 = rs("optionValue8") productGroup1 = rs("productGroup1") productGroup2 = rs("productGroup2") productGroup3 = rs("productGroup3") printing = rs("printing") printing_text = rs("printing_text") sale_unit = rs("sale_unit") prime_price = rs("prime_price") street_price = rs("street_price") '101715584 price1 = discount(rs("price1")) If session("mro") <> "" Then price1= FormatNumber(discount_mro(price1),0) End If price2 = discount(rs("price2")) If session("mro") <> "" Then price2= FormatNumber(discount_mro(price2),0) End If price3 = discount(rs("price3")) If session("mro") <> "" Then price3= FormatNumber(discount_mro(price3),0) End If price = discount(rs("price")) su_limit1 = rs("su_limit1") su_limit2 = rs("su_limit2") su_limit3 = rs("su_limit3") charge_type = rs("charge_type") origin_place = rs("origin_place") imgM1 = rs("imgM1") imgB1 = rs("imgB1") imgM2 = rs("imgM2") imgM3 = rs("imgM3") imgM4 = rs("imgM4") imgM5 = rs("imgM5") content_include = rs("content_include") content = rs("content") brand = rs("brand") comImg = rs("comImg") sql = "select category_name from t_categoryA_original where seq = " & rs("categoryA") rs1.open sql,oDBCon,1 aCategory = rs1(0) rs1.close sql = "select seq from t_categoryA where shop_code='" & global_shop_code & "' and fk_category=" & rs("categoryA") rs1.open sql,oDBCon,1 aSeq = rs1(0) rs1.close sql = "select category_name from t_categoryB_original where seq = " & rs("categoryB") rs1.open sql,oDBCon,1 bCategory = rs1(0) rs1.close sql = "select seq from t_categoryB where shop_code='" & global_shop_code & "' and fk_category=" & rs("categoryB") rs1.open sql,oDBCon,1 bSeq = rs1(0) rs1.close sql = "select category_name from t_categoryC_original where seq = " & rs("categoryC") rs1.open sql,oDBCon,1 cCategory = rs1(0) rs1.close sql = "select seq from t_categoryC where shop_code='" & global_shop_code & "' and fk_category=" & rs("categoryC") rs1.open sql,oDBCon,1 cSeq = rs1(0) rs1.close sql = "select brand_name,imgName from t_brand where seq=" & rs("brand") rs1.open sql,oDBCon,1 If Not rs1.eof Then view_brand = rs1(0) brand_Img = rs1(1) End If rs1.close strNavigator = "" & aCategory & " > " & bCategory & " > " & cCategory & "" '''''''''''''''Äí±â ¼³Á¤'''''''''''''''''''' cookiesChk = True For Each a In request.cookies If a <> "shopConfig" Then If request.cookies(a).HasKeys Then for each b in Request.Cookies(a) If b = "code" Then If Request.Cookies(a)(b) = p_code Then cookiesChk = False Exit For End If End If next End If End If Next If cookiesChk Then cookiesCnt = request.cookies.count + 1 response.cookies("product_"& cookiesCnt).expires = Date() + 1 response.cookies("product_"& cookiesCnt)("code") = p_code response.cookies("product_"& cookiesCnt)("img") = rs("imgS1") End If '''''''''''''''Äí±â ¼³Á¤'''''''''''''''''''' Set rs1 = Nothing Else rs.close Set rs = Nothing oDBCon.close Set oDBCon = Nothing response.write "" response.End End If rs.close Set rs = Nothing If showType = "Y" And global_shop_kind <> "A" Then 'µ¶¸³¸ô¸¸ °¡°ÝÇ¥½Ã ±× ¿Ü Çù·Â¸ôÀº *Ç¥½ÃÇϱâ star = "***" Else star = "" End If %> value="N" <%Else %> value="Y" <%End If %> />
<%Set rs = server.CreateObject("ADODB.Recordset")%>
ÇöÀçÀ§Ä¡È¨ > <%=strNavigator%>

<%=p_name%>

<%If Left(optionValue6,1) = "*" Then %>¹Ú½º´ÜÀ§ÆÇ¸Å<%End If %><%If Left(optionValue5,1) = "*" Then %>³óÇùÆ÷ÀåÁö°¡´É<%End If %> Ãßõ¸ÞÀϺ¸³»±â

»óǰÀ̹ÌÁö

Å«À̹ÌÁö º¸±â <%If imgM2 <> "" Or imgM3 <> "" Then %> <%If imgM1 <> "" Then %>/upload/product/<%=imgM1%> <%End If %><%If imgM2 <> "" Then %>/upload/product/<%=imgM2%> <%End If %><%If imgM3 <> "" Then %>/upload/product/<%=imgM3%> <%End If %><%If imgM4 <> "" Then %>/upload/product/<%=imgM4%> <%End If %><%If imgM5 <> "" Then %>/upload/product/<%=imgM5%><%End If %> <%End If %>
»óǰÄÚµå <%=p_code%> ¹ÌÅõµ¥ÀÌÆ®À§ÅÍÆäÀ̽ººÏ¿äÁò
<%If origin_place <> "" Then %>
¿ø»êÁö <%=origin_place%>
<%End If %> <%If view_brand <> "" Then %>
ºê·£µå <%If brand_Img <> "" Then %><%End If %>
<%End If %> <%If (categoryA <> "" And (categoryA <> "394" Or categoryA <> 394)) And street_price <> 0 Then%>
½ÃÁß°¡ <%If star = "" Then %><%=FormatNumber(street_price,0)%><%Else %><%=star%><%End If %>¿ø
<%End If%> <%If priceType = "Y" Then ''»ó´ãÆÇ¸ÅÀϰæ¿ì%> <%ElseIf saleType = "B" Then ' And global_shop_kind = "B" Then '''''B2B ¹æ½ÄÀ̸鼭 Çù·Â¸ô%> <%ElseIf saleType = "C" Then 'Or global_shop_kind = "A" Then '''''B2C ¹æ½ÄÀ̰ųª µ¶¸³¸ô(¾Æ¸®˜Þ)Àϰæ¿ì 1´Ü°è °¡°Ý¸¸ Ç¥½Ã%> <%End If %> <%If Left(optionValue6,1) = "*" Then %>
<%=optionValue6%>
<%End if %> <% chk = True If priceType = "Y" Then chk = False End If If showType = "Y" And global_shop_kind <> "A" Then ''''''''µ¶¸³¸ô¸¸ °¡°ÜÇ¥½ÃµÇ±¸ A(µ¶¸³¸ô)°¡ ¾Æ´Ò¶§ chk = False %>
º» »óǰÀº ÀÎÅÍ³Ý »ó¿¡¼­ °¡°Ý¿ÀÇÂÀÌ ¾î·Á¿î »óǰÀÔ´Ï´Ù.
°¡°Ý ¹× »óǰ»ó´ãÀº ÀüÈ­¿¬¶ô ¹Ù¶ø´Ï´Ù.
<% End If If chk Then %>
¼ö·®¼±Åà X ¿ø = ¿ø<VAT°¡ Æ÷ÇÔµÇÁö ¾ÊÀº º°µµ °¡°ÝÀ¸·Î °è»êµË´Ï´Ù.>
<% sql = "select optionTitle,optionValue from t_product_option where g_code = " & group_p_code rs.open sql,oDBCon,1 If Not rs.eof Then %>
<% i = 1 Do Until rs.eof arrOptionValue = Split(rs("optionValue"),";") 'ÁßÇü 20x35cm(100¸Å)+0;´ëÇü 25x40cm(100¸Å)+350 %> <%If i = 1 Then %>¿É¼Çº° º¹¼ö±¸¸Å<%End If %>
<%=i%>. <%=rs("optionTitle")%>
<% i = i + 1 rs.movenext Loop %>
<% End If rs.close %>
1. ¿É¼Çº° º¹¼ö±¸¸Å »èÁ¦ °³ ¿ø
ÇÕ°è <%=FormatNumber(su_limit1*price1*1.1,0)%><%Else%><%=FormatNumber(su_limit1*price1,0)%><%End If%>" class="sub_v_input01">¿ø <VAT¸¦ Æ÷ÇÔÇÑ ÇÕ°è°¡°ÝÀÔ´Ï´Ù.>
<%If useType = "P" Then ' ÀϽÃǰÀý%>
ÀϽÃǰÀý »óǰÀÔ´Ï´ÙÃßÈÄ ÀçÀÔ°í ¿¹Á¤ »óǰÀÔ´Ï´Ù.
<%End If %>
<%End If %>
<% sql = "select optionTitle,optionValue from t_product_option where g_code = " & group_p_code rs.open sql,oDBCon,1 If Not rs.eof Then %>
¿É¼Çº° º¹¼ö±¸¸Å Ãß°¡ »èÁ¦ ´Ý±â
1. ¿É¼Çº° º¹¼ö±¸¸Å ±¸¸Å¼ö·® °³
<% i = 1 Do Until rs.eof arrOptionValue = Split(rs("optionValue"),";") %>
<% i = i + 1 rs.movenext Loop %>
È®ÀÎ Ãë¼Ò
<% End If rs.close %> <% sql = "select top 8 p_code,imgS1,p_name from t_product where useType<>'N' and group_p_code=" & group_p_code & " and p_code <> '" & p_code & "' and categoryC= " & categoryC & " order by readCnt desc" rs.open sql,oDBCon,1 If Not rs.eof Then %>
µ¿Àϰ¡°Ý&°ü·Ã»óǰ
<% Do Until rs.eof resize = imgAutoSize("/upload/product/" & rs("imgS1") , 85 , 85) %> <% rs.movenext Loop %>
<% End If rs.close %>
»óǰ»ó¼¼Á¤º¸ µ¿ÀÏÄ«Å×°í¸®»óǰº¸±â »óǰÁÖ¹®¾È³»
<%If optionText1 <> "" And optionValue1 <> "" Then %> <%End If %> <%If optionText2 <> "" And optionValue2 <> "" Then %> <%End If %> <%If optionText3 <> "" And optionValue3 <> "" Then %> <%End If %> <%If optionText4 <> "" And optionValue4 <> "" Then %> <%End If %> <%If optionText5 <> "" And optionValue5 <> "" Then %> <%End If %> <%If optionText6 <> "" And optionValue6 <> "" Then %> <%End If %> <%If optionText7 <> "" And optionValue7 <> "" Then %> <%End If %> <%If optionText8 <> "" And optionValue8 <> "" Then %> <%End If %> <% If printing = "Y" Then printing = "°¡´É" Else printing = "ÀμâÇùÀÇ" End If If printing_text = "" Then printing_text = "" Else printing_text = "(" & printing_text & ")" End If printing = printing & printing_text %>
<%=optionText1%><%=optionValue1%>
<%=optionText2%><%=optionValue2%>
<%=optionText3%><%=optionValue3%>
<%=optionText4%><%=optionValue4%>
<%=optionText5%><%=optionValue5%>
<%=optionText6%><%=optionValue6%>
<%=optionText7%><%=optionValue7%>
<%=optionText8%><%=optionValue8%>
Àμâ<%=printing%>
±âÇÁÆ®¸¶´Ï °í°´¸¸Á·¼¾ÅÍ
<%If content_include <> "" Then %>
<%End If %>
<% If comImg <> "" Then arrComImg = Split(comImg,",") For i = 0 To UBound(arrComImg) sql = "select imgName from t_comImg where seq = " & arrComImg(i) rs.open sql,oDBcon,1 If Not rs.eof Then strComImg = strComImg & "
" End If rs.close Next End If response.write content & strComImg %>
»óǰ»ó¼¼Á¤º¸ µ¿ÀÏÄ«Å×°í¸®»óǰº¸±â »óǰÁÖ¹®¾È³»
<% sql = "select top 24 p_code,imgS1,p_name,price1,showType from t_product where " '''''''''''''''''''''°ü·Ã»óǰ¿¡ ³ª¿Â »óǰÀº Á¦¿Ü½ÃŲ´Ù''''''''''''''' 'sql = sql & " p_code not in(select top 8 p_code from t_product where useType<>'N' and group_p_code=" & group_p_code & " and p_code <> '" & p_code & "' and categoryC= " & categoryC & " order by readCnt desc)" '''''''''''''''''''''°ü·Ã»óǰ¿¡ ³ª¿Â »óǰÀº Á¦¿Ü½ÃŲ´Ù''''''''''''''' 'sql = sql & " and useType<>'N' and p_code <> '" & p_code & "' and categoryC= " & categoryC & " order by readCnt desc" sql = sql & " useType<>'N' and p_code <> '" & p_code & "' and categoryC= " & categoryC & " order by readCnt desc" 'Response.write sql rs.open sql,oDBCon,1 If Not rs.eof Then i = 1 Do Until rs.eof resize = imgAutoSize("/upload/product/" & rs("imgS1") , 85 , 85) If rs("showType") = "Y" And global_shop_kind = "B" Then result = leftB(rs("p_name"),14) & ".." & "
****¿ø" Else price1 = FormatNumber(discount(rs("price1")),0) If session("mro") <> "" Then price1= FormatNumber(discount_mro(price1),0) End If result = leftB(rs("p_name"),14) & ".." & "
" & price1 & "¿ø" End If %> <%If i Mod 8 = 1 Then %> <%End If %> <%If i Mod 8 = 0 Then %> <%End If %> <% i = i + 1 rs.movenext Loop End If rs.close Set rs = Nothing %>
»óǰ»ó¼¼Á¤º¸ µ¿ÀÏÄ«Å×°í¸®»óǰº¸±â »óǰÁÖ¹®¾È³»
<% Set rs = server.CreateObject("ADODB.Recordset") If global_shop_code="giftkor" then sql = "select * from t_shop where shop_code = '" & global_shop_code & "'" Else sql = "select * from t_shop where shop_code = '" & global_shop_code & "'" 'sql = "select distinct top 7 p_code,p_name,price1,su_limit1,imgS1,readCnt,showType,useType,priceType from t_product where " & sql_categoryC & " and etc_product = 'Y' order by readCnt desc" End if 'response.write sql rs.open sql,oDBCon,1 If Not rs.eof Then shop_title = rs("shop_title") shop_name = rs("shop_name") shop_owner = rs("shop_owner") shop_saup_num = rs("shop_saup_num") shop_juso1 = rs("shop_juso1") shop_juso2 = rs("shop_juso2") shop_uptae = rs("shop_uptae") shop_jongmok = rs("shop_jongmok") shop_phone = rs("shop_phone") shop_fax = rs("shop_fax") shop_email = rs("shop_email") End if %>
°í°´´Ô²²¼­ »ó´ã¾øÀÌ ÁÖ¹®ÇϽаæ¿ì´Â Ç×»ó ÀúÈñ »ó´ã¿øÀÌ È®ÀÎ ÀüÈ­¸¦ µå¸³´Ï´Ù. ÆÇÃ˹°ÀÇ Æ¯¼º»ó ¾Æ·¡¿Í °°ÀÌ »óǰ °áÁ¤Àü¿¡ »ó´ã¿ø¿¡°Ô È®Àιٶø´Ï´Ù. 1) ³³±â¿©ºÎ(Àç°í ¿©ºÎ) 2) Àμâ½Ã¾È(È®ÀÎ ¹æ¹ý) 3) °¡°Ý»ó´ã(Àμ⵵¼ö,Æ÷Àå) / È®ÀÎÀüÈ­¹øÈ£ : <%=shop_phone%> °áÁ¦ ¹× »óǰ ½Ã¾È½ÂÀÎÀÌ µÈÈÄ Á¦ÀÛ¿¡ µé¾î°¡¿À´Ï ³³±â¸¦ °í·ÁÇÏ¿© ½Å¼ÓÇÑ ÇùÁ¶¸¦ ºÎʵ右´Ï´Ù.
¹Ýǰ¹×±³È¯°ü·Ã¾È³»
º» ¼îÇθôÀº Á¦Ç°ºÒ·® ¹ß»ý½Ã ¹Ýǰ ¹× ±³È¯ÀÌ °¡´ÉÇϸç ȯºÒµµ100% º¸ÀåÇØÁÖ°í ÀÖ½À´Ï´Ù. ±×·¯³ª ¸î°¡Áö ¿¹¿Ü»çÇ×ÀÌ ÀÖÀ¸¹Ç·Î ²À ÂüÁ¶ÇØÁֽñ⠹ٶø´Ï´Ù. ¹Ýǰ°ú °ü·ÃÇÏ¿© ²À ÁÖÀÇÇÏ½Ç »çÇ×Àº, °í°´´ÔÀÌ ½ÂÀÎÇÑ ½Ã¾È´ë·Î ÀÛ¾÷ÀÌ µÇ°í ³­ÈÄ ¹ß°ßµÈ ¿ÀŸ³ª ¿À·ù µî¿¡ ´ëÇØ¼­´Â º» ¼îÇθô¿¡¼­ Ã¥ÀÓÀ» ÁöÁö ¾ÊÀ¸¸ç ¹Ýǰ ¹× ±³È¯ÀÌ ºÒ°¡´ÉÇÕ´Ï´Ù. µû¶ó¼­ ½Ã¾È ½ÂÀνà ¼¼½ÉÇÑ ÁÖÀǸ¦ ºÎʵ右´Ï´Ù. * ÄÉÀ̽º ¹× ¼±¹°Æ÷Àå µî ¿ø»óǰÀÇ °£Á¢¼ö°ø °úÁ¤À» °ÅÃļ­ »óǰÀÇ ÀçÆÇ¸Å°¡ ¾î·Á¿öÁø »óǰÀº ¹Ýǰ ¹× ±³È¯ÀÌ ºÒ°¡´ÉÇϰųª
ÀÏÁ¤ ºñ¿ëÀÌ ÁöºÒµÇ¾î¾ß ¹ÝǰÀÌ °¡´ÉÇÑ °æ¿ì°¡ ÀÖ½À´Ï´Ù.
¿¹1)
ºñ´©¸¦ ÄÉÀ̽º¿¡ ´ã¾Æ¼­ 1,000°³¸¦ ³³Ç°ÇÒ °æ¿ì(¹ÝǰÀÌ ºÒ°¡´É)Á¦ÀÛ °úÁ¤¿¡ À־ ºñ´©¿Í ÄÉÀ̽º°¡ ºÐ¸®µÈ »óÅ¿¡¼­
ºñ´©¸¦ ÄÉÀ̽º¿¡ ³ÖÀº ÈÄ ³³Ç°. ÄÉÀ̽º¿¡ µé¾î°£ »óÅ·Π¹è¼ÛÁö·Î À̵¿½Ã ÈìÀÌ ¾øÀÌ ±ú²ýÇÑ »óŸ¦ À¯ÁöÇÒ ¼ö ¾ø°Ô µÇ¾î
1,000°³ÀÇ ºñ´©´Â ´Ù¸¥ °í°´¿¡°Ô´Â ÆÇ¸Å°¡ ¾î·Á¿öÁü
¿¹2) USB 100°³¸¦ Àμ⠾øÀÌ Æ÷Àå ±¸¸ÅÇßÀ» °æ¿ì(¹ÝǰÀº °¡´ÉÇϳª °ü·Ã¼Ò¿äºñ¿ë¿¡ ´ëÇÑ °í°´ºÎ´ã ¹ß»ý) ÀÌ¹Ì ³³Ç°ÇÑ ¹°°Ç¿¡
°üÇØ¼­ ¼±¹°Æ÷Àåºñ ¹× 100°³ Æ÷ÀåÇÏ´Â °¢°¢ ÀΰǺñ°¡ ¼Ò¿äµÇ¾ú±â ¶§¹®¿¡ °ü·Ãºñ¿ëÀÌ ÁöºÒµÇ¾î¾ß ¹ÝǰÀÌ °¡´ÉÇÕ´Ï´Ù.

* ±âŸ °í°´´ÔÀÇ ºÎÁÖÀÇ·Î ÀÎÇÑ Á¦Ç° ÆÄ¼Õ ¹× ¼Õ»óµÈ Á¦Ç°Àº ¹ÝǰÀÌ ºÒ°¡´ÉÇÕ´Ï´Ù.
* Á¦Ç° ±¸ÀԽà ²À ½ÅÁßÀ» ±âÇÏ¿© ±¸¸ÅÇϱâ±â ¹Ù¶ø´Ï´Ù.
¹è¼Û¾È³»
±âº»¼ö·®ÀÌ»ó ÁÖ¹®½Ã ¹è¼Ûºñ´Â ȸ»ç¿¡¼­ ºÎ´ãÇÕ´Ï´Ù. ´Ü, ºÎÇǰ¡ Å« ÀϺλóǰÀº ÂøºÒ(±¸¸ÅÀںδã)ó¸®ÇÕ´Ï´Ù.
±âº»¼ö·® ÀÌÇϳª Á¦ÁÖµµµîÀÇ Æ¯¼öÁö¿ªÀº ±¸¸ÅÀÚ ºÎ´ã(ÂøºÒ)·Î ó¸®ÇÕ´Ï´Ù.
Äü¼­ºñ½ºµî Ư¼ö ¹è¼Ûµµ ±¸¸ÅÀÚ ºÎ´ã(ÂøºÒ)·Î ó¸®ÇÕ´Ï´Ù.
°áÁ¦¾È³»
´ë±Ý°áÁ¦´Â Çö±Ý(¿Â¶óÀÎ ÀÔ±Ý) ¶Ç´Â ½Å¿ëÄ«µå ¸ðµÎ °¡´ÉÇÕ´Ï´Ù.
Çö±Ý°áÁ¦½Ã´Â ½Ã¾È½ÂÀÎÈÄ °áÁ¦ ÇϽðí Ä«µå°áÁ¦´Â ÁÖ¹®¼­ ÀÛ¼º½Ã °áÁ¦ÇÏ¼Å¾ß ÇÕ´Ï´Ù.
°áÁ¦ ÀÌÈÄ Á¦ÀÛ¿¡ Âø¼öÇÕ´Ï´Ù.
Á¦ÈÞ±â¾÷°í°´°úÀÇ »õ·Î¿î °áÁ¦¹æ½ÄÀÌ ÀÖÀ» °æ¿ì¿¡´Â ÇöÀç °áÁ¦¹æ½Ä ¿Ü¿¡ »õ·Î¿î ¹æ½ÄÀÌ Àû¿ëµÉ ¼ö ÀÖ½À´Ï´Ù.
¼¼±Ý°è»ê¼­¹ßÇà¾È³»
ÁÖ¹®¼­ ÀÛ¼º½Ã ¼¼±Ý°è»ê¼­ ¹ßÇà¿¡ ÇÊ¿äÇÑ Á¤º¸¸¦ ÀÔ·ÂÇÏ½Ã¸é µË´Ï´Ù.
¼¼±Ý°è»ê¼­ ¹ßÇà¿¡ ´ëÇÑ ¹®Àǰ¡ ÇÊ¿äÇÑ °æ¿ì ÀüÈ­ <%=shop_phone%>·Î ¹®ÀÇ ¹Ù¶ø´Ï´Ù.
Àμâ¹×Æ÷Àå¾È³»
±âº»¼ö·® ¹Ì¸¸, Àμ⵵¼ö Ãß°¡, ½ºÆ¼Ä¿ Á¦ÀÛ, ·¹ÀÌÁ®ÀμâµîÀº º°µµÀÇ Àμâºñ°¡ Ãß°¡µË´Ï´Ù.
ÀϺΠ»óǰÀº ÀμⰡ ºÒ°¡´ÉÇÑ °æ¿ìµµ ÀÖ½À´Ï´Ù.
Àμ⠳»¿ë ÀÔ·ÂÀº ÁÖ¹®¼­ ÀÛ¼º½Ã ÇÏ½Ã¸é µË´Ï´Ù.
Àμâ½Ã¾È º¸±â¿¡¼­ °í°´´ÔÀÌ ÀÔ·ÂÇϽŠÀμ⳻¿ë¿¡ ´ëÇÑ ½Ã¾ÈÀ» º¸½Ç ¼ö ÀÖ½À´Ï´Ù. ÀÌ ½Ã¾ÈÀ» º¸°í ¼öÁ¤ ¶Ç´Â ½ÂÀλçÇ×À» ȸ»ç¿¡ Åëº¸ÇØ ÁÖ½Ã¸é µË´Ï´Ù.

°í°´´ÔÀÌ ½ÂÀÎÇÑ ½Ã¾È´ë·Î ÀÛ¾÷ÀÌ µÇ°í ³­ÈÄ ¹ß°ßµÈ ¿ÀŸ³ª ¿À·ùµî¿¡ ´ëÇØ¼­´Â ȸ»ç¿¡¼­ Ã¥ÀÓÀ» ÁöÁö¾ÊÀ¸¸ç¹Ýǰ ¹× ±³È¯ÀÌ ºÒ°¡ÇÕ´Ï´Ù. ½Ã¾È ½ÂÀνà ¼¼½ÉÇÑ ÁÖÀǸ¦ ºÎʵ右´Ï´Ù. »óǰÀÇ ¼±¹°Æ÷ÀåÀ» ¿øÇϽô °æ¿ì ¿ÜÁÖ ÀÛ¾÷ºñ°¡ º°µµ·Î Ãß°¡ µË´Ï´Ù. Á¦Ç°ÀÇ Æ¯¼º»ó ÀμⰡ ºÒ°¡´ÉÇϰųª, ´ë·®ÁÖ¹® Á¦ÀÛ È¤Àº ±âº»Àμ⠰æºñ°¡ ¸¹ÀÌ ÁöÃâµÇ´Â ÀμⰡ ºÒ°¡´ÉÇÑ Á¦Ç°À»ÁøÇà½Ã¿¡´Â Àμâºñ¿¡ ´ëÇØ¼­ º°µµ »ó´ãÀÌ ÇÊ¿äÇÕ´Ï´Ù.
±âŸ»çÇ׾ȳ»
ÀϺΠ»óǰÀº Á¦Á¶°úÁ¤»ó µðÀÚÀÎ, »ö»ó, ÄÉÀ̽º µîÀÌ È¨ÆäÀÌÁö¿¡ µî·ÏµÈ À̹ÌÁö¿Í ´Ù¸¦ ¼ö ÀÖ½À´Ï´Ù. ƯÈ÷ Á¦Ç°»ö»óÀº ¸ð´ÏÅÍ·Î º¸¿©ÁֹǷΠ½ÇÁ¦ »ö»ó°ú Â÷À̰¡ ÀÖÀ» ¼ö ÀÖ½À´Ï´Ù. »ó¼¼ÇÑ »óǰÁ¦¾ÈÀ» ¹Þ°íÀÚ ÇÏ½Ã¸é ´ÙÀ½ Á¦¾È¾ç½ÄÀ» ´Ù¿î·Îµå ¹ÞÀ¸½Å ÈÄ, ¾ç½ÄÀ» ÀÛ¼ºÇÏ¿© º» ¼îÇθô »ó´Ü ºÎºÐ <ÀÚ·á¹ß¼Û>¿¡ ¿Ã·ÁÁÖ½Ã±æ ¹Ù¶ø´Ï´Ù. ½Å¼ÓÈ÷ ´äº¯µå¸®°Ú½À´Ï´Ù. Á¦¾È¾ç½Ä ´Ù¿î·Îµå º» ¼îÇθô »ó¿¡¼­ ãÀ¸½Ã´Â »óǰÀÌ ¾øÀ¸½Ã¸é ¿¬¶ôÁÖ¼¼¿ä. ÇöÀç ¼îÇθô¿¡ ¿Ã·ÁÁø »óǰ ¿Ü¿¡ ¿ÀÇÁ¶óÀλóÀ¸·Î´õ ¸¹Àº »óǰÀ» ÃàÀûÇϰí ÀÖÀ¸¹Ç·Î ¿øÇϽô »óǰÁ¤º¸¸¦ ½Å¼ÓÈ÷ ¾Ë·Áµå¸®µµ·Ï ÇϰڽÀ´Ï´Ù. ÇöÀç ¼îÇθô »óǰ ¿Ü¿¡ ÁÖ¹®Á¦ÀÛÀÌ ÇÊ¿äÇϽŠ°í°´Àº ¿¬¶ôÁÖ¼¼¿ä. Á¦Ç°µðÀÚÀκÎÅÍ »ùÇÃÁ¦ÀÛ±îÁö ´ëÇàÇØ µå¸³´Ï´Ù.°ü·ÃÇÏ¿© ¹ß»ýÇÏ´Â ºñ¿ë¿¡ ´ëÇØ¼­´Â »óǰ°³¹ß °úÁ¤ ¹× ¿øÀç·á µîÀÇ ÇöÀç »óȲ¿¡ µû¶ó¼­ °¡°ÝÀÌ ´Þ¶óÁý´Ï´Ù.
ÁÖ¹®¹æ¹ý»ó¼¼º¸±â ÁÖ¹®¹æ¹ý»ó¼¼º¸±â