<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>가구, 인테리어 보관 - 한상데일리뉴스</title>
	<atom:link href="https://hansangdailynews.com/business-category/%ea%b0%80%ea%b5%ac%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/feed/" rel="self" type="application/rss+xml" />
	<link>https://hansangdailynews.com/business-category/가구인테리어/</link>
	<description>베트남 한인을 위한 뉴스·생활정보 포털</description>
	<lastBuildDate>Sat, 24 Jan 2026 11:53:52 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<image>
	<url>https://hansangdailynews.com/esteglan/2026/04/cropped-hansang-dailynews.jpg</url>
	<title>가구, 인테리어 보관 - 한상데일리뉴스</title>
	<link>https://hansangdailynews.com/business-category/가구인테리어/</link>
	<width>32</width>
	<height>32</height>
</image> 
    <div class="dn-business-view-toggle" style="display:flex;justify-content:flex-end;align-items:center;gap:8px;margin:0 0 20px 0;padding:12px 0;border-bottom:1px solid #e5e7eb;">
        <span style="font-size:14px;color:#6b7280;margin-right:8px;">보기:</span>
        <button type="button" class="dn-view-btn dn-view-card active" data-view="card" style="display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;transition:all 0.2s;">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                <rect x="2" y="2" width="5" height="5" rx="1" stroke="currentColor" stroke-width="1.5" fill="none"/>
                <rect x="9" y="2" width="5" height="5" rx="1" stroke="currentColor" stroke-width="1.5" fill="none"/>
                <rect x="2" y="9" width="5" height="5" rx="1" stroke="currentColor" stroke-width="1.5" fill="none"/>
                <rect x="9" y="9" width="5" height="5" rx="1" stroke="currentColor" stroke-width="1.5" fill="none"/>
            </svg>
            <span>전체</span>
        </button>
        <button type="button" class="dn-view-btn dn-view-list " data-view="list" style="display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;transition:all 0.2s;">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                <rect x="2" y="3" width="12" height="2" rx="1" fill="currentColor"/>
                <rect x="2" y="7" width="12" height="2" rx="1" fill="currentColor"/>
                <rect x="2" y="11" width="12" height="2" rx="1" fill="currentColor"/>
            </svg>
            <span>리스트</span>
        </button>
    </div>
    <style>
    .dn-view-btn {
        color: #374151 !important;
    }
    .dn-view-btn.active {
        background: #3b82f6 !important;
        color: #fff !important;
        border-color: #3b82f6 !important;
    }
    .dn-view-btn:hover {
        background: #f3f4f6 !important;
        color: #1f2937 !important;
        border-color: #9ca3af !important;
    }
    .dn-view-btn.active:hover {
        background: #2563eb !important;
        color: #fff !important;
        border-color: #2563eb !important;
    }
    .dn-view-btn svg {
        flex-shrink: 0;
    }
    
    /* 리스트 뷰 스타일 */
    .dn-business-list-view .page-grid-center {
        display: block !important;
    }
    .dn-business-list-view .blog-card {
        display: flex !important;
        flex-direction: row;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
        padding: 12px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        background: #fff;
        transition: all 0.2s;
    }
    .dn-business-list-view .blog-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        border-color: #3b82f6;
    }
    .dn-business-list-view .blog-card-inner {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 16px;
        align-items: center;
    }
    .dn-business-list-view .blog-card-top {
        flex-shrink: 0;
        width: 120px;
        height: 80px;
    }
    .dn-business-list-view .blog-card-thumb {
        width: 120px;
        height: 80px;
        border-radius: 6px;
        background-size: cover;
        background-position: center;
    }
    .dn-business-list-view .blog-card-bottom {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .dn-business-list-view .blog-card-category {
        display: none !important;
    }
    .dn-business-list-view .blog-card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0;
    }
    .dn-business-list-view .blog-card-title a {
        color: #1f2937;
        text-decoration: none;
    }
    .dn-business-list-view .blog-card-title a:hover {
        color: #3b82f6;
    }
    .dn-business-list-view .blog-card-excerpt {
        font-size: 14px;
        color: #6b7280;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }
    .dn-business-list-view .blog-card-date {
        font-size: 12px;
        color: #9ca3af;
        margin-top: auto;
    }
    .dn-business-list-view .comments-bubble,
    .dn-business-list-view .more-link-custom {
        display: none;
    }
    
    /* 모바일 반응형 */
    @media (max-width: 768px) {
        .dn-business-list-view .blog-card-top {
            width: 80px;
            height: 60px;
        }
        .dn-business-list-view .blog-card-thumb {
            width: 80px;
            height: 60px;
        }
        .dn-business-list-view .blog-card-title {
            font-size: 15px;
        }
        .dn-business-list-view .blog-card-excerpt {
            font-size: 13px;
            -webkit-line-clamp: 1;
        }
        .dn-business-view-toggle {
            flex-wrap: wrap;
        }
        .dn-view-btn {
            flex: 1;
            min-width: 100px;
        }
    }
    </style>
    <script>
    (function() {
        // 쿠키에서 뷰 모드 가져오기
        function getViewMode() {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = cookies[i].trim();
                if (cookie.indexOf('dn_business_view=') === 0) {
                    return cookie.substring('dn_business_view='.length);
                }
            }
            return 'card';
        }
        
        // 쿠키에 뷰 모드 저장
        function setViewMode(mode) {
            var date = new Date();
            date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000)); // 1년
            document.cookie = 'dn_business_view=' + mode + ';expires=' + date.toUTCString() + ';path=/';
        }
        
        // 뷰 모드 적용
        function applyViewMode(mode) {
            var container = document.querySelector('.page-grid-center');
            if (!container) return;
            
            var cards = container.querySelectorAll('.blog-card');
            if (mode === 'list') {
                container.closest('.page-col-center')?.classList.add('dn-business-list-view');
                cards.forEach(function(card) {
                    card.classList.add('dn-list-item');
                });
            } else {
                container.closest('.page-col-center')?.classList.remove('dn-business-list-view');
                cards.forEach(function(card) {
                    card.classList.remove('dn-list-item');
                });
            }
        }
        
        // 페이지 로드 시 뷰 모드 적용
        document.addEventListener('DOMContentLoaded', function() {
            var viewMode = getViewMode();
            applyViewMode(viewMode);
            
            // 버튼 이벤트 리스너
            var buttons = document.querySelectorAll('.dn-view-btn');
            buttons.forEach(function(btn) {
                btn.addEventListener('click', function() {
                    var mode = this.getAttribute('data-view');
                    setViewMode(mode);
                    applyViewMode(mode);
                    
                    // 버튼 활성화 상태 업데이트
                    buttons.forEach(function(b) {
                        b.classList.remove('active');
                    });
                    this.classList.add('active');
                });
            });
        });
    })();
    </script>
    	<item>
		<title>삼익가구</title>
		<link>https://hansangdailynews.com/business/%ec%82%bc%ec%9d%b5%ea%b0%80%ea%b5%acsamick-furniture/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 14 Dec 2025 10:13:04 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=4404</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%82%bc%ec%9d%b5%ea%b0%80%ea%b5%acsamick-furniture/">삼익가구</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%82%bc%ec%9d%b5%ea%b0%80%ea%b5%acsamick-furniture/">삼익가구</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>주식회사 한우</title>
		<link>https://hansangdailynews.com/business/%ec%a3%bc%ec%8b%9d%ed%9a%8c%ec%82%ac-%ed%95%9c%ec%9a%b0/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sat, 24 Jan 2026 11:53:52 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/business/%ec%a3%bc%ec%8b%9d%ed%9a%8c%ec%82%ac-%ed%95%9c%ec%9a%b0/</guid>
					<description><![CDATA[<p>업체명: 주식회사 한우 / HANWOO VINA CO., LTD 성명 및 직함: SEO WOOBOK (서우복) / 대표이사 (Director General) 연락처: 0902&#46;&#46;&#46;</p>
<p>게시물 <a href="https://hansangdailynews.com/business/%ec%a3%bc%ec%8b%9d%ed%9a%8c%ec%82%ac-%ed%95%9c%ec%9a%b0/">주식회사 한우</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>업체명: 주식회사 한우 / HANWOO VINA CO., LTD</p>
<p>성명 및 직함: SEO WOOBOK (서우복) / 대표이사 (Director General)</p>
<p>연락처: 0902 980 640</p>
<p>이메일: swoobok7007@gmail.com</p>
<p>사업자 등록번호 (MST): 0315957459</p>
<p>웹사이트: www.hanwoovina.com</p>
<p>주소:</p>
<p>HCM: Lexington Residence LB, 67 Mai Chi Tho, An Phu, Thu Duc City, HCM</p>
<p>DANANG: 14 Suoi Da 2, Tho Quang, Son Tra, Da Nang, VN</p>
<p>게시물 <a href="https://hansangdailynews.com/business/%ec%a3%bc%ec%8b%9d%ed%9a%8c%ec%82%ac-%ed%95%9c%ec%9a%b0/">주식회사 한우</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>예맥(YEMAEK)</title>
		<link>https://hansangdailynews.com/business/%ec%98%88%eb%a7%a5yemaek/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=6004</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%98%88%eb%a7%a5yemaek/">예맥(YEMAEK)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%98%88%eb%a7%a5yemaek/">예맥(YEMAEK)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>국보디자인</title>
		<link>https://hansangdailynews.com/business/%ea%b5%ad%eb%b3%b4%eb%94%94%ec%9e%90%ec%9d%b8/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5991</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ea%b5%ad%eb%b3%b4%eb%94%94%ec%9e%90%ec%9d%b8/">국보디자인</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ea%b5%ad%eb%b3%b4%eb%94%94%ec%9e%90%ec%9d%b8/">국보디자인</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>나빌레라 푸미흥점</title>
		<link>https://hansangdailynews.com/business/%eb%82%98%eb%b9%8c%eb%a0%88%eb%9d%bc-%ed%91%b8%eb%af%b8%ed%9d%a5%ec%a0%90/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 14 Dec 2025 10:14:09 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=4405</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%82%98%eb%b9%8c%eb%a0%88%eb%9d%bc-%ed%91%b8%eb%af%b8%ed%9d%a5%ec%a0%90/">나빌레라 푸미흥점</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%82%98%eb%b9%8c%eb%a0%88%eb%9d%bc-%ed%91%b8%eb%af%b8%ed%9d%a5%ec%a0%90/">나빌레라 푸미흥점</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>장인가구 (호치민 떤푸군)</title>
		<link>https://hansangdailynews.com/business/%ec%9e%a5%ec%9d%b8%ea%b0%80%ea%b5%ac-%ed%98%b8%ec%b9%98%eb%af%bc-%eb%96%a4%ed%91%b8%ea%b5%b0/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 14 Dec 2025 10:15:20 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=4406</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%9e%a5%ec%9d%b8%ea%b0%80%ea%b5%ac-%ed%98%b8%ec%b9%98%eb%af%bc-%eb%96%a4%ed%91%b8%ea%b5%b0/">장인가구 (호치민 떤푸군)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%9e%a5%ec%9d%b8%ea%b0%80%ea%b5%ac-%ed%98%b8%ec%b9%98%eb%af%bc-%eb%96%a4%ed%91%b8%ea%b5%b0/">장인가구 (호치민 떤푸군)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>하나비나(스크린쉐어 망사)</title>
		<link>https://hansangdailynews.com/business/%ed%95%98%eb%82%98%eb%b9%84%eb%82%98%ec%8a%a4%ed%81%ac%eb%a6%b0%ec%89%90%ec%96%b4-%eb%a7%9d%ec%82%ac/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=6012</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ed%95%98%eb%82%98%eb%b9%84%eb%82%98%ec%8a%a4%ed%81%ac%eb%a6%b0%ec%89%90%ec%96%b4-%eb%a7%9d%ec%82%ac/">하나비나(스크린쉐어 망사)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ed%95%98%eb%82%98%eb%b9%84%eb%82%98%ec%8a%a4%ed%81%ac%eb%a6%b0%ec%89%90%ec%96%b4-%eb%a7%9d%ec%82%ac/">하나비나(스크린쉐어 망사)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>메사인테리어</title>
		<link>https://hansangdailynews.com/business/%eb%a9%94%ec%82%ac%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5997</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%a9%94%ec%82%ac%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">메사인테리어</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%a9%94%ec%82%ac%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">메사인테리어</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>베케아디자인(씽크,붙박이,인테리어)</title>
		<link>https://hansangdailynews.com/business/%eb%b2%a0%ec%bc%80%ec%95%84%eb%94%94%ec%9e%90%ec%9d%b8%ec%94%bd%ed%81%ac%eb%b6%99%eb%b0%95%ec%9d%b4%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5998</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%b2%a0%ec%bc%80%ec%95%84%eb%94%94%ec%9e%90%ec%9d%b8%ec%94%bd%ed%81%ac%eb%b6%99%eb%b0%95%ec%9d%b4%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">베케아디자인(씽크,붙박이,인테리어)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%b2%a0%ec%bc%80%ec%95%84%eb%94%94%ec%9e%90%ec%9d%b8%ec%94%bd%ed%81%ac%eb%b6%99%eb%b0%95%ec%9d%b4%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">베케아디자인(씽크,붙박이,인테리어)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ABC인테리어(공장/샵/실내)</title>
		<link>https://hansangdailynews.com/business/abc%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4%ea%b3%b5%ec%9e%a5-%ec%83%b5-%ec%8b%a4%eb%82%b4/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:55 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=6018</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/abc%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4%ea%b3%b5%ec%9e%a5-%ec%83%b5-%ec%8b%a4%eb%82%b4/">ABC인테리어(공장/샵/실내)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/abc%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4%ea%b3%b5%ec%9e%a5-%ec%83%b5-%ec%8b%a4%eb%82%b4/">ABC인테리어(공장/샵/실내)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>엘리스 한국가구 전문점</title>
		<link>https://hansangdailynews.com/business/%ec%97%98%eb%a6%ac%ec%8a%a4-%ed%95%9c%ea%b5%ad%ea%b0%80%ea%b5%ac-%ec%a0%84%eb%ac%b8%ec%a0%90/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=6005</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%97%98%eb%a6%ac%ec%8a%a4-%ed%95%9c%ea%b5%ad%ea%b0%80%ea%b5%ac-%ec%a0%84%eb%ac%b8%ec%a0%90/">엘리스 한국가구 전문점</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ec%97%98%eb%a6%ac%ec%8a%a4-%ed%95%9c%ea%b5%ad%ea%b0%80%ea%b5%ac-%ec%a0%84%eb%ac%b8%ec%a0%90/">엘리스 한국가구 전문점</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>디자인가게(인테리어)</title>
		<link>https://hansangdailynews.com/business/%eb%94%94%ec%9e%90%ec%9d%b8%ea%b0%80%ea%b2%8c%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5994</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%94%94%ec%9e%90%ec%9d%b8%ea%b0%80%ea%b2%8c%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">디자인가게(인테리어)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%94%94%ec%9e%90%ec%9d%b8%ea%b0%80%ea%b2%8c%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4/">디자인가게(인테리어)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>루체가구</title>
		<link>https://hansangdailynews.com/business/%eb%a3%a8%ec%b2%b4%ea%b0%80%ea%b5%ac/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5995</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%a3%a8%ec%b2%b4%ea%b0%80%ea%b5%ac/">루체가구</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%a3%a8%ec%b2%b4%ea%b0%80%ea%b5%ac/">루체가구</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>한국갤러리(침대 전문)</title>
		<link>https://hansangdailynews.com/business/%ed%95%9c%ea%b5%ad%ea%b0%a4%eb%9f%ac%eb%a6%ac%ec%b9%a8%eb%8c%80-%ec%a0%84%eb%ac%b8/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=6014</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ed%95%9c%ea%b5%ad%ea%b0%a4%eb%9f%ac%eb%a6%ac%ec%b9%a8%eb%8c%80-%ec%a0%84%eb%ac%b8/">한국갤러리(침대 전문)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%ed%95%9c%ea%b5%ad%ea%b0%a4%eb%9f%ac%eb%a6%ac%ec%b9%a8%eb%8c%80-%ec%a0%84%eb%ac%b8/">한국갤러리(침대 전문)</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>미리 인테리어 디자인</title>
		<link>https://hansangdailynews.com/business/%eb%af%b8%eb%a6%ac-%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4-%eb%94%94%ec%9e%90%ec%9d%b8/</link>
		
		<dc:creator><![CDATA[hansangdailynews]]></dc:creator>
		<pubDate>Sun, 11 Jan 2026 05:40:54 +0000</pubDate>
				<guid isPermaLink="false">https://hansangdailynews.com/?post_type=business&#038;p=5996</guid>
					<description><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%af%b8%eb%a6%ac-%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4-%eb%94%94%ec%9e%90%ec%9d%b8/">미리 인테리어 디자인</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[<p>게시물 <a href="https://hansangdailynews.com/business/%eb%af%b8%eb%a6%ac-%ec%9d%b8%ed%85%8c%eb%a6%ac%ec%96%b4-%eb%94%94%ec%9e%90%ec%9d%b8/">미리 인테리어 디자인</a>이 <a href="https://hansangdailynews.com">한상데일리뉴스</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
