<?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>문화시설 &#8211; Korea Tour Info</title>
	<atom:link href="https://koreatourinfo.com/category/%ea%b5%ad%eb%82%b4%ec%97%ac%ed%96%89/%ec%84%9c%ec%9a%b8/%eb%ac%b8%ed%99%94%ec%8b%9c%ec%84%a4/feed/" rel="self" type="application/rss+xml" />
	<link>https://koreatourinfo.com</link>
	<description>대한민국 관광 데이터 아카이브 &#38; 스마트 여행 가이드</description>
	<lastBuildDate>Wed, 24 Dec 2025 05:44:22 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://koreatourinfo.com/wp-content/uploads/2025/12/cropped-2025-12-22-16-09-12-32x32.jpg</url>
	<title>문화시설 &#8211; Korea Tour Info</title>
	<link>https://koreatourinfo.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[서울] 서울특별시교육청 영등포평생학습관</title>
		<link>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ed%8a%b9%eb%b3%84%ec%8b%9c%ea%b5%90%ec%9c%a1%ec%b2%ad-%ec%98%81%eb%93%b1%ed%8f%ac%ed%8f%89%ec%83%9d%ed%95%99%ec%8a%b5%ea%b4%80/</link>
					<comments>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ed%8a%b9%eb%b3%84%ec%8b%9c%ea%b5%90%ec%9c%a1%ec%b2%ad-%ec%98%81%eb%93%b1%ed%8f%ac%ed%8f%89%ec%83%9d%ed%95%99%ec%8a%b5%ea%b4%80/#comments</comments>
		
		<dc:creator><![CDATA[KoreaTourInfo]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 08:43:32 +0000</pubDate>
				<category><![CDATA[국내여행]]></category>
		<category><![CDATA[문화시설]]></category>
		<category><![CDATA[서울]]></category>
		<guid isPermaLink="false">https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ed%8a%b9%eb%b3%84%ec%8b%9c%ea%b5%90%ec%9c%a1%ec%b2%ad-%ec%98%81%eb%93%b1%ed%8f%ac%ed%8f%89%ec%83%9d%ed%95%99%ec%8a%b5%ea%b4%80/</guid>

					<description><![CDATA[안녕하세요! &#8216;서울특별시교육청 영등포평생학습관&#8217; 상세 정보를 정리해 드립니다. 💡 개요 서울특별시교육청 영등포평생학습관은 지역주민의 삶의 질 향상과 자아실현을 위한 다양한 평생학습 프로그램 운영을 통해 자기 계발의 기회를 제공하고 있으며, 문해교육, 학업 중단 학생 학습 지원, 다문화 사업, 부모교육 등 균등한 평생학습 기회를 제공하는 지역사회 평생학습센터로서의 역할을 하고 있다. 또한 독서문화 정착과 지역사회 지식·정보 문화센터의 역할을 다하기 위하여...]]></description>
										<content:encoded><![CDATA[<style>
        .tour-container { font-family: 'Apple SD Gothic Neo', sans-serif; line-height: 1.6; color: #333; }
        .tour-main-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .tour-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; }
        .tour-table th { width: 30%; background: #f4f4f4; padding: 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; }
        .tour-table td { padding: 10px; border-bottom: 1px solid #ddd; }
        .tour-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap: 10px; margin-top: 20px; }
        .tour-gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }
        .tour-gallery img:hover { transform: scale(1.02); opacity: 0.9; }
        .nearby-list { list-style: none; padding: 0; }
        .nearby-item { display: flex; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
        .nearby-thumb { width: 60px; height: 60px; border-radius: 5px; margin-right: 15px; object-fit: cover; background: #f0f0f0; }
        .nearby-info strong { display: block; font-size: 1.05em; color: #2c3e50; }
        .nearby-info strong a { text-decoration: none; color: #03C75A; }
        .nearby-info strong a:hover { text-decoration: underline; }
        .nearby-info span { font-size: 0.85em; color: #7f8c8d; }
        .map-link { display: inline-block; background: #03C75A; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; }
    </style>
<div class="tour-container">
        <img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581795_image2_1.jpeg' alt='서울특별시교육청 영등포평생학습관' class='tour-main-img' /></p>
<p class="intro">안녕하세요! <strong>&#8216;서울특별시교육청 영등포평생학습관&#8217;</strong> 상세 정보를 정리해 드립니다.</p>
<h3>💡 개요</h3>
<p>서울특별시교육청 영등포평생학습관은 지역주민의 삶의 질 향상과 자아실현을 위한 다양한 평생학습 프로그램 운영을 통해 자기 계발의 기회를 제공하고 있으며, 문해교육, 학업 중단 학생 학습 지원, 다문화 사업, 부모교육 등 균등한 평생학습 기회를 제공하는 지역사회 평생학습센터로서의 역할을 하고 있다. 또한 독서문화 정착과 지역사회 지식·정보 문화센터의 역할을 다하기 위하여 23만여권의 자료를 비치하고 이용자 편의를 우선하여 서비스하고 있으며, 지역주민이 문화를 향유하고 풍요로운 삶을 가꿀 수 있도록 다양한 문화 활동을 지원하고 있다.</p>
<h3>📋 상세 정보</h3>
<table class="tour-table">
<tr>
<th>📍 주소</th>
<td>서울특별시 영등포구 버드나루로15길 10 (당산동) (우편번호: 07229)</td>
</tr>
<tr>
<th>🌐 홈페이지</th>
<td><a href="http://ydpllc.sen.go.kr/" target="_blank" title="새창 : 서울 영등포평생학습관 홈페이지로 이동" rel="noopener">http://ydpllc.sen.go.kr</a></td>
</tr>
<tr>
<th>⏰ 이용 시간</th>
<td>[문헌정보실] 평일 09:00~20:00 / 주말 09:00~17:00<br />
[디지털 간행물실] 평일 09:00~18:00 / 주말 09:00~17:00<br />
[어린이실] 평일 09:00~18:00 / 주말 09:00~17:00<br />
[자율학습실] 하절기 07:00~22:00 / 동절기 08:00~22:00</td>
</tr>
<tr>
<th>🗓️ 쉬는 날</th>
<td>[정기휴관일] 매월 둘째, 넷째 월요일 / 공휴일 (※ 단, 일요일은 개관하되, 일요일과 다른 공휴일이 겹치는 경우에는 휴관)</td>
</tr>
<tr>
<th>🅿️ 주차 시설</th>
<td>가능</td>
</tr>
<tr>
<th>📏 규모</th>
<td>대지 3,240㎡, 건물 7,768.8㎡</td>
</tr>
<tr>
<th>📞 문의 및 안내</th>
<td>02-6712-7500</td>
</tr>
</table>
<h3>📝 추가 정보</h3>
<div class='detail-info-box'>
<p><strong>[체험프로그램]</strong><br />작가초청 강연회 / 아트리움 전시 / 특강 등</p>
</div>
<div style='text-align:center;'><a href="https://map.naver.com/v5/search/서울특별시교육청 영등포평생학습관" target="_blank" class="map-link" rel="noopener">네이버 지도에서 보기</a></div>
<h3>📸 현장 사진 (클릭해서 확대)</h3>
<div class='tour-gallery'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581791_image2_1.jpeg' alt='서울_영등포평생학습관 (1)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581792_image2_1.jpeg' alt='서울_영등포평생학습관 (2)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581793_image2_1.jpeg' alt='서울_영등포평생학습관 (3)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581794_image2_1.jpeg' alt='서울_영등포평생학습관 (4)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581796_image2_1.jpeg' alt='서울_영등포평생학습관 (6)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581797_image2_1.jpeg' alt='서울_영등포평생학습관 (7)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581798_image2_1.jpeg' alt='서울_영등포평생학습관 (8)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3581799_image2_1.jpg' alt='서울_영등포평생학습관 (9)' onclick='openWpModal(this.src)'></div>
<p></p>
<hr>
<h3>📍 근처 가볼 만한 곳</h3>
<ul class='nearby-list'>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3423690_image3_1.jpg" class="nearby-thumb" alt="OPCI"></p>
<div class="nearby-info">
                    <strong><a href="https://koreatourinfo.com/?p=476" target="_blank">OPCI 🔗</a></strong><br />
                    <span>거리: 929m | 서울특별시 영등포구 영중로 15 (영등포동4가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3540438_image3_1.jpg" class="nearby-thumb" alt="국회박물관"></p>
<div class="nearby-info">
                    <strong>국회박물관</strong><br />
                    <span>거리: 908m | 서울특별시 영등포구 의사당대로 1 (여의도동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3082177_image3_1.JPG" class="nearby-thumb" alt="영등포아트홀"></p>
<div class="nearby-info">
                    <strong>영등포아트홀</strong><br />
                    <span>거리: 640m | 서울특별시 영등포구 국회대로 596 (당산동3가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3458612_image3_1.JPG" class="nearby-thumb" alt="여의샛강도서관"></p>
<div class="nearby-info">
                    <strong>여의샛강도서관</strong><br />
                    <span>거리: 1.2km | 서울특별시 영등포구 여의대로 24 (여의도동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-3399431_image3_1.JPG" class="nearby-thumb" alt="영등포문화원"></p>
<div class="nearby-info">
                    <strong>영등포문화원</strong><br />
                    <span>거리: 1.2km | 서울특별시 영등포구 신길로 275 (영등포동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-2784524_image2_1.jpg" class="nearby-thumb" alt="KBS온"></p>
<div class="nearby-info">
                    <strong>KBS온</strong><br />
                    <span>거리: 838m | 서울특별시 영등포구 여의공원로 13</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울특별시교육청-영등포평생학습관-2378593_image2_1.jpg" class="nearby-thumb" alt="영산아트홀"></p>
<div class="nearby-info">
                    <strong>영산아트홀</strong><br />
                    <span>거리: 1.6km | 서울특별시 영등포구 여의공원로 101</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://via.placeholder.com/60x60?text=No+Img" class="nearby-thumb" alt="국회도서관"></p>
<div class="nearby-info">
                    <strong>국회도서관</strong><br />
                    <span>거리: 908m | 서울특별시 영등포구 의사당대로 1 (여의도동)</span>
                </div>
</li>
</ul>
<p></p>
<p style='font-size:0.8em; color:#888; text-align:right;'>자료제공: 한국관광공사</p>
<div id="wp-custom-modal" style="display:none; position:fixed; z-index:999999; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.9);" onclick="closeWpModal()">
      <span style="position:absolute; top:20px; right:30px; color:#f1f1f1; font-size:40px; font-weight:bold; transition:0.3s; cursor:pointer;">&times;</span><br />
      <img id="wp-modal-img" style="margin: auto; display: block; width: 80%; max-width: 900px; max-height: 80vh; margin-top: 50px; object-fit: contain;">
    </div>
<p>    <script>
    function openWpModal(src){document.getElementById('wp-custom-modal').style.display='block';document.getElementById('wp-modal-img').src=src;}
    function closeWpModal(){document.getElementById('wp-custom-modal').style.display='none';}
    </script></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ed%8a%b9%eb%b3%84%ec%8b%9c%ea%b5%90%ec%9c%a1%ec%b2%ad-%ec%98%81%eb%93%b1%ed%8f%ac%ed%8f%89%ec%83%9d%ed%95%99%ec%8a%b5%ea%b4%80/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>[서울] 서울역사박물관</title>
		<link>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ec%97%ad%ec%82%ac%eb%b0%95%eb%ac%bc%ea%b4%80/</link>
					<comments>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ec%97%ad%ec%82%ac%eb%b0%95%eb%ac%bc%ea%b4%80/#respond</comments>
		
		<dc:creator><![CDATA[KoreaTourInfo]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 08:43:24 +0000</pubDate>
				<category><![CDATA[국내여행]]></category>
		<category><![CDATA[문화시설]]></category>
		<category><![CDATA[서울]]></category>
		<guid isPermaLink="false">https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ec%97%ad%ec%82%ac%eb%b0%95%eb%ac%bc%ea%b4%80/</guid>

					<description><![CDATA[안녕하세요! &#8216;서울역사박물관&#8217; 상세 정보를 정리해 드립니다. 💡 개요 세계도시로 성장한 서울이 어떻게 탄생했으며 어떻게 변해서 오늘에 이르렀는지를 배우고 앞으로 어떻게 바뀔 것인지를 가늠해 보는 곳이 서울역사박물관이다. 서울의 뿌리와 서울 사람의 생활, 현대 서울로의 변화를 보여주는 상설전시와 함께 서울의 역사·문화를 증언하는 다양한 기증유물이 전시되어 있다. 또한 어린이와 가족, 어른들을 위한 각종 체험교실과 문화행사들이 풍성하게 마련되어 있다....]]></description>
										<content:encoded><![CDATA[<style>
        .tour-container { font-family: 'Apple SD Gothic Neo', sans-serif; line-height: 1.6; color: #333; }
        .tour-main-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .tour-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; }
        .tour-table th { width: 30%; background: #f4f4f4; padding: 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; }
        .tour-table td { padding: 10px; border-bottom: 1px solid #ddd; }
        .tour-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap: 10px; margin-top: 20px; }
        .tour-gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }
        .tour-gallery img:hover { transform: scale(1.02); opacity: 0.9; }
        .nearby-list { list-style: none; padding: 0; }
        .nearby-item { display: flex; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
        .nearby-thumb { width: 60px; height: 60px; border-radius: 5px; margin-right: 15px; object-fit: cover; background: #f0f0f0; }
        .nearby-info strong { display: block; font-size: 1.05em; color: #2c3e50; }
        .nearby-info strong a { text-decoration: none; color: #03C75A; }
        .nearby-info strong a:hover { text-decoration: underline; }
        .nearby-info span { font-size: 0.85em; color: #7f8c8d; }
        .map-link { display: inline-block; background: #03C75A; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; }
    </style>
<div class="tour-container">
        <img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-2661487_image2_1.JPG' alt='서울역사박물관' class='tour-main-img' /></p>
<p class="intro">안녕하세요! <strong>&#8216;서울역사박물관&#8217;</strong> 상세 정보를 정리해 드립니다.</p>
<h3>💡 개요</h3>
<p>세계도시로 성장한 서울이 어떻게 탄생했으며 어떻게 변해서 오늘에 이르렀는지를 배우고 앞으로 어떻게 바뀔 것인지를 가늠해 보는 곳이 서울역사박물관이다. 서울의 뿌리와 서울 사람의 생활, 현대 서울로의 변화를 보여주는 상설전시와 함께 서울의 역사·문화를 증언하는 다양한 기증유물이 전시되어 있다. 또한 어린이와 가족, 어른들을 위한 각종 체험교실과 문화행사들이 풍성하게 마련되어 있다.</p>
<h3>📋 상세 정보</h3>
<table class="tour-table">
<tr>
<th>📍 주소</th>
<td>서울특별시 종로구 새문안로 55 (신문로2가) (우편번호: 03177)</td>
</tr>
<tr>
<th>🌐 홈페이지</th>
<td>서울역사박물관 <a href="https://museum.seoul.go.kr/www/NR_index.do?sso=ok" target="_blank" title="새창: 서울역사박물관 홈페이지로 이동" rel="noopener">https://museum.seoul.go.kr</a></td>
</tr>
<tr>
<th>⏰ 이용 시간</th>
<td>09:00~18:00 (입장 마감 17:30)</td>
</tr>
<tr>
<th>🗓️ 쉬는 날</th>
<td>매주 월요일 / 1월 1일</td>
</tr>
<tr>
<th>💰 이용 요금</th>
<td>무료</td>
</tr>
<tr>
<th>🅿️ 주차 시설</th>
<td>가능 (114대)</td>
</tr>
<tr>
<th>💵 주차 요금</th>
<td>[20인 미만 차량]<br />
&#8211; 최초 1시간까지 1,000원 / 초과 5분당 400원<br />
[20인 이상 차량]<br />
&#8211; 최초 1시간까지 3,000원 / 초과 5분당 800원</td>
</tr>
<tr>
<th>📞 문의 및 안내</th>
<td>02-724-0274~6</td>
</tr>
</table>
<div style='text-align:center;'><a href="https://map.naver.com/v5/search/서울역사박물관" target="_blank" class="map-link" rel="noopener">네이버 지도에서 보기</a></div>
<h3>📸 현장 사진 (클릭해서 확대)</h3>
<div class='tour-gallery'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-2661488_image2_1.JPG' alt='서울역사박물관(4)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412179_image2_1.jpg' alt='서울역사박물관_1' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412188_image2_1.jpg' alt='서울역사박물관_2' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412197_image2_1.jpg' alt='서울역사박물관_5' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412199_image2_1.jpg' alt='서울역사박물관_7' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412200_image2_1.jpg' alt='서울역사박물관_8' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412201_image2_1.jpg' alt='서울역사박물관_9' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412203_image2_1.jpg' alt='서울역사박물관_11' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3412204_image2_1.jpg' alt='서울역사박물관_12' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-2661486_image2_1.JPG' alt='서울역사박물관(3)' onclick='openWpModal(this.src)'></div>
<p></p>
<hr>
<h3>📍 근처 가볼 만한 곳</h3>
<ul class='nearby-list'>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3113470_image3_1.jpg" class="nearby-thumb" alt="명동난타극장"></p>
<div class="nearby-info">
                    <strong>명동난타극장</strong><br />
                    <span>거리: 1.4km | 서울특별시 중구 명동길 26 (명동2가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3556615_image3_1.jpg" class="nearby-thumb" alt="신문박물관"></p>
<div class="nearby-info">
                    <strong>신문박물관</strong><br />
                    <span>거리: 611m | 서울특별시 종로구 세종대로 152</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3540803_image3_1.jpg" class="nearby-thumb" alt="컬러풀뮤지엄(COLORPOOL MUSEUM)"></p>
<div class="nearby-info">
                    <strong>컬러풀뮤지엄(COLORPOOL MUSEUM)</strong><br />
                    <span>거리: 1.2km | 서울특별시 종로구 인사동길 49 (관훈동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3510466_image3_1.jpg" class="nearby-thumb" alt="서울특별시교육청 정독도서관"></p>
<div class="nearby-info">
                    <strong>서울특별시교육청 정독도서관</strong><br />
                    <span>거리: 1.6km | 서울특별시 종로구 북촌로5길 48</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3569042_image3_1.jpg" class="nearby-thumb" alt="우표박물관"></p>
<div class="nearby-info">
                    <strong>우표박물관</strong><br />
                    <span>거리: 1.4km | 서울특별시 중구 소공로 70 (충무로1가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3569443_image3_1.jpg" class="nearby-thumb" alt="아트스페이스3"></p>
<div class="nearby-info">
                    <strong>아트스페이스3</strong><br />
                    <span>거리: 983m | 서울특별시 종로구 효자로7길 23 (통의동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3478570_image3_1.jpg" class="nearby-thumb" alt="동산방화랑"></p>
<div class="nearby-info">
                    <strong>동산방화랑</strong><br />
                    <span>거리: 1.2km | 서울특별시 종로구 인사동9길 35 (견지동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-3573161_image3_1.jpg" class="nearby-thumb" alt="딜쿠샤"></p>
<div class="nearby-info">
                    <strong>딜쿠샤</strong><br />
                    <span>거리: 739m | 서울특별시 종로구 사직로2길 17 (행촌동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-서울역사박물관-2022407_image3_1.jpg" class="nearby-thumb" alt="갤러리 라메르"></p>
<div class="nearby-info">
                    <strong>갤러리 라메르</strong><br />
                    <span>거리: 1.3km | 서울특별시 종로구 인사동5길 26 (관훈동)</span>
                </div>
</li>
</ul>
<p></p>
<p style='font-size:0.8em; color:#888; text-align:right;'>자료제공: 한국관광공사</p>
<div id="wp-custom-modal" style="display:none; position:fixed; z-index:999999; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.9);" onclick="closeWpModal()">
      <span style="position:absolute; top:20px; right:30px; color:#f1f1f1; font-size:40px; font-weight:bold; transition:0.3s; cursor:pointer;">&times;</span><br />
      <img id="wp-modal-img" style="margin: auto; display: block; width: 80%; max-width: 900px; max-height: 80vh; margin-top: 50px; object-fit: contain;">
    </div>
<p>    <script>
    function openWpModal(src){document.getElementById('wp-custom-modal').style.display='block';document.getElementById('wp-modal-img').src=src;}
    function closeWpModal(){document.getElementById('wp-custom-modal').style.display='none';}
    </script></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%84%9c%ec%9a%b8%ec%97%ad%ec%82%ac%eb%b0%95%eb%ac%bc%ea%b4%80/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[서울] 별마당도서관</title>
		<link>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%eb%b3%84%eb%a7%88%eb%8b%b9%eb%8f%84%ec%84%9c%ea%b4%80/</link>
					<comments>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%eb%b3%84%eb%a7%88%eb%8b%b9%eb%8f%84%ec%84%9c%ea%b4%80/#respond</comments>
		
		<dc:creator><![CDATA[KoreaTourInfo]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 08:43:15 +0000</pubDate>
				<category><![CDATA[국내여행]]></category>
		<category><![CDATA[문화시설]]></category>
		<category><![CDATA[서울]]></category>
		<guid isPermaLink="false">https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%eb%b3%84%eb%a7%88%eb%8b%b9%eb%8f%84%ec%84%9c%ea%b4%80/</guid>

					<description><![CDATA[안녕하세요! &#8216;별마당도서관&#8217; 상세 정보를 정리해 드립니다. 💡 개요 별마당 도서관은 코엑스몰 중심에 총 2,800㎡ (약 850평) 복층으로 구성되어 있다. 13m 높이 서가의 은은한 불빛이 공간 전체를 부드럽게 감싸는 편안한 서재를 콘셉트로 다양한 테이블과 노트북 작업이 가능하도록 콘센트가 마련되어 있다. 특히 1층은 지하 1층의 선큰(Sunken) 공간을 조망하면서 여유롭게 독서 가능한 독립적인 공간으로 구성되어 있다. 별마당 도서관은...]]></description>
										<content:encoded><![CDATA[<style>
        .tour-container { font-family: 'Apple SD Gothic Neo', sans-serif; line-height: 1.6; color: #333; }
        .tour-main-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .tour-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; }
        .tour-table th { width: 30%; background: #f4f4f4; padding: 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; }
        .tour-table td { padding: 10px; border-bottom: 1px solid #ddd; }
        .tour-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap: 10px; margin-top: 20px; }
        .tour-gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }
        .tour-gallery img:hover { transform: scale(1.02); opacity: 0.9; }
        .nearby-list { list-style: none; padding: 0; }
        .nearby-item { display: flex; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
        .nearby-thumb { width: 60px; height: 60px; border-radius: 5px; margin-right: 15px; object-fit: cover; background: #f0f0f0; }
        .nearby-info strong { display: block; font-size: 1.05em; color: #2c3e50; }
        .nearby-info strong a { text-decoration: none; color: #03C75A; }
        .nearby-info strong a:hover { text-decoration: underline; }
        .nearby-info span { font-size: 0.85em; color: #7f8c8d; }
        .map-link { display: inline-block; background: #03C75A; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; }
    </style>
<div class="tour-container">
        <img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584529_image2_1.jpg' alt='별마당도서관' class='tour-main-img' /></p>
<p class="intro">안녕하세요! <strong>&#8216;별마당도서관&#8217;</strong> 상세 정보를 정리해 드립니다.</p>
<h3>💡 개요</h3>
<p>별마당 도서관은 코엑스몰 중심에 총 2,800㎡ (약 850평) 복층으로 구성되어 있다. 13m 높이 서가의 은은한 불빛이 공간 전체를 부드럽게 감싸는 편안한 서재를 콘셉트로 다양한 테이블과 노트북 작업이 가능하도록 콘센트가 마련되어 있다. 특히 1층은 지하 1층의 선큰(Sunken) 공간을 조망하면서 여유롭게 독서 가능한 독립적인 공간으로 구성되어 있다. <br />별마당 도서관은 총 7만 여권의 장서를 갖추고 있다. 인문, 경제, 취미 실용 등 분야별로 다양한 도서가 구비되어 있고, 외국 원서 코너, 유명인의 서재 코너, 아이패드로 볼 수 있는 E-Book 등이 있다. 또한, 해외 잡지까지 총 6백 여종의 잡지를 모아놓은 잡지 특화 코너는 일반 도서관과 차별화된 별마당 도서관의 장점이다.<br />이뿐만 아니라 저자들과 직접 만나는 작가 토크쇼와 시 낭송회, 이 시대의 지성과 명사를 초청하는 강연회 및 음악이 함께 하는 북콘서트 등 책을 주제로 한 다채로운 문화 행사도 열린다.</p>
<h3>📋 상세 정보</h3>
<table class="tour-table">
<tr>
<th>📍 주소</th>
<td>서울특별시 강남구 영동대로 513 (우편번호: 06164)</td>
</tr>
<tr>
<th>🌐 홈페이지</th>
<td><a href="https://www.starfield.co.kr/coexmall/starfieldLibrary/library.do" target="_blank" title="새창: 스타필드 홈페이지로 이동" rel="noopener">https://www.starfield.co.kr/starfieldLibrary</a></td>
</tr>
<tr>
<th>⏰ 이용 시간</th>
<td>10:30~22:00</td>
</tr>
<tr>
<th>🗓️ 쉬는 날</th>
<td>연중무휴</td>
</tr>
<tr>
<th>💰 이용 요금</th>
<td>무료</td>
</tr>
<tr>
<th>🅿️ 주차 시설</th>
<td>가능</td>
</tr>
<tr>
<th>💵 주차 요금</th>
<td>15분당 1,500원</td>
</tr>
<tr>
<th>📏 규모</th>
<td>2,800㎡ (약 850평)</td>
</tr>
<tr>
<th>📞 문의 및 안내</th>
<td>02-6002-3031</td>
</tr>
</table>
<div style='text-align:center;'><a href="https://map.naver.com/v5/search/별마당도서관" target="_blank" class="map-link" rel="noopener">네이버 지도에서 보기</a></div>
<h3>📸 현장 사진 (클릭해서 확대)</h3>
<div class='tour-gallery'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584102_image2_1.jpg' alt='서울 경기 크리스마스 가볼만한곳 잠실 크리스마스 마켓, 별마당 도서관 축제 데이트 카페 추천_서울 별마당 도서관_2-1' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584527_image2_1.jpg' alt='서울_별마당도서관 (6)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584528_image2_1.jpg' alt='서울_별마당도서관 (7)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584530_image2_1.jpg' alt='서울_별마당도서관 (9)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584532_image2_1.jpg' alt='서울_별마당도서관 (5)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584533_image2_1.jpg' alt='서울_별마당도서관 (1)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584534_image2_1.jpg' alt='서울_별마당도서관 (2)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584535_image2_1.jpg' alt='서울_별마당도서관 (3)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584536_image2_1.jpg' alt='서울_별마당도서관 (4)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3584101_image2_1.jpg' alt='서울 경기 크리스마스 가볼만한곳 잠실 크리스마스 마켓, 별마당 도서관 축제 데이트 카페 추천_서울 별마당 도서관_2-7' onclick='openWpModal(this.src)'></div>
<p></p>
<hr>
<h3>📍 근처 가볼 만한 곳</h3>
<ul class='nearby-list'>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3565301_image3_1.jpg" class="nearby-thumb" alt="김리아 갤러리"></p>
<div class="nearby-info">
                    <strong>김리아 갤러리</strong><br />
                    <span>거리: 2.0km | 서울특별시 강남구 압구정로75길 5 리아빌딩</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3565291_image3_1.jpg" class="nearby-thumb" alt="포니정홀"></p>
<div class="nearby-info">
                    <strong>포니정홀</strong><br />
                    <span>거리: 274m | 서울특별시 강남구 영동대로 520</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3413878_image3_1.jpg" class="nearby-thumb" alt="청화랑"></p>
<div class="nearby-info">
                    <strong>청화랑</strong><br />
                    <span>거리: 1.6km | 서울특별시 강남구 삼성로147길 4 (청담동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3080850_image3_1.JPG" class="nearby-thumb" alt="한생연 실험누리과학관"></p>
<div class="nearby-info">
                    <strong>한생연 실험누리과학관</strong><br />
                    <span>거리: 1.7km | 서울특별시 강남구 도곡로 408 (대치동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3080853_image3_1.JPG" class="nearby-thumb" alt="슈피겐홀"></p>
<div class="nearby-info">
                    <strong>슈피겐홀</strong><br />
                    <span>거리: 943m | 서울특별시 강남구 봉은사로 446 (삼성동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3080827_image3_1.JPG" class="nearby-thumb" alt="KT&#038;G상상마당 대치아트홀"></p>
<div class="nearby-info">
                    <strong>KT&#038;G상상마당 대치아트홀</strong><br />
                    <span>거리: 796m | 서울특별시 강남구 영동대로 416 (대치동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3555778_image3_1.jpg" class="nearby-thumb" alt="코엑스아티움"></p>
<div class="nearby-info">
                    <strong>코엑스아티움</strong><br />
                    <span>거리: 14m | 서울특별시 강남구 영동대로 513 (삼성동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3548960_image3_1.jpg" class="nearby-thumb" alt="국가무형유산전수교육관"></p>
<div class="nearby-info">
                    <strong>국가무형유산전수교육관</strong><br />
                    <span>거리: 1.3km | 서울특별시 강남구 봉은사로 406</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-별마당도서관-3413872_image3_1.jpg" class="nearby-thumb" alt="갤러리 서림"></p>
<div class="nearby-info">
                    <strong>갤러리 서림</strong><br />
                    <span>거리: 964m | 서울특별시 강남구 학동로 523</span>
                </div>
</li>
</ul>
<p></p>
<p style='font-size:0.8em; color:#888; text-align:right;'>자료제공: 한국관광공사</p>
<div id="wp-custom-modal" style="display:none; position:fixed; z-index:999999; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.9);" onclick="closeWpModal()">
      <span style="position:absolute; top:20px; right:30px; color:#f1f1f1; font-size:40px; font-weight:bold; transition:0.3s; cursor:pointer;">&times;</span><br />
      <img id="wp-modal-img" style="margin: auto; display: block; width: 80%; max-width: 900px; max-height: 80vh; margin-top: 50px; object-fit: contain;">
    </div>
<p>    <script>
    function openWpModal(src){document.getElementById('wp-custom-modal').style.display='block';document.getElementById('wp-modal-img').src=src;}
    function closeWpModal(){document.getElementById('wp-custom-modal').style.display='none';}
    </script></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%eb%b3%84%eb%a7%88%eb%8b%b9%eb%8f%84%ec%84%9c%ea%b4%80/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[서울] 에스팩토리</title>
		<link>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%97%90%ec%8a%a4%ed%8c%a9%ed%86%a0%eb%a6%ac/</link>
					<comments>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%97%90%ec%8a%a4%ed%8c%a9%ed%86%a0%eb%a6%ac/#respond</comments>
		
		<dc:creator><![CDATA[KoreaTourInfo]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 08:43:08 +0000</pubDate>
				<category><![CDATA[국내여행]]></category>
		<category><![CDATA[문화시설]]></category>
		<category><![CDATA[서울]]></category>
		<guid isPermaLink="false">https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%97%90%ec%8a%a4%ed%8c%a9%ed%86%a0%eb%a6%ac/</guid>

					<description><![CDATA[안녕하세요! &#8216;에스팩토리&#8217; 상세 정보를 정리해 드립니다. 💡 개요 에스팩토리는 1980년대부터 이어온 공장지대와 젊은 예술가들의 개성 강한 공간들이 멋스럽게 어우러진 성수동은 서울의 새로운 명소가 되었다. 이곳은 2014년 ‘도시재생 시범구역’으로 선정된 후 수제화 거리와 공장지대로 젊은 문화예술인들이 모여들기 시작했고, 젊은 문화예술인들이 운영하는 작은 카페, 레스토랑, 공방은 성수동의 새로운 풍경이 형성되었다. 현재 스튜디오, 오피스, 레스토랑, 카페, 팝업 스토어...]]></description>
										<content:encoded><![CDATA[<style>
        .tour-container { font-family: 'Apple SD Gothic Neo', sans-serif; line-height: 1.6; color: #333; }
        .tour-main-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .tour-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; }
        .tour-table th { width: 30%; background: #f4f4f4; padding: 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; }
        .tour-table td { padding: 10px; border-bottom: 1px solid #ddd; }
        .tour-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap: 10px; margin-top: 20px; }
        .tour-gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }
        .tour-gallery img:hover { transform: scale(1.02); opacity: 0.9; }
        .nearby-list { list-style: none; padding: 0; }
        .nearby-item { display: flex; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
        .nearby-thumb { width: 60px; height: 60px; border-radius: 5px; margin-right: 15px; object-fit: cover; background: #f0f0f0; }
        .nearby-info strong { display: block; font-size: 1.05em; color: #2c3e50; }
        .nearby-info strong a { text-decoration: none; color: #03C75A; }
        .nearby-info strong a:hover { text-decoration: underline; }
        .nearby-info span { font-size: 0.85em; color: #7f8c8d; }
        .map-link { display: inline-block; background: #03C75A; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; }
    </style>
<div class="tour-container">
        <img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584568_image2_1.jpg' alt='에스팩토리' class='tour-main-img' /></p>
<p class="intro">안녕하세요! <strong>&#8216;에스팩토리&#8217;</strong> 상세 정보를 정리해 드립니다.</p>
<h3>💡 개요</h3>
<p>에스팩토리는 1980년대부터 이어온 공장지대와 젊은 예술가들의 개성 강한 공간들이 멋스럽게 어우러진 성수동은 서울의 새로운 명소가 되었다. 이곳은 2014년 ‘도시재생 시범구역’으로 선정된 후 수제화 거리와 공장지대로 젊은 문화예술인들이 모여들기 시작했고, 젊은 문화예술인들이 운영하는 작은 카페, 레스토랑, 공방은 성수동의 새로운 풍경이 형성되었다. 현재 스튜디오, 오피스, 레스토랑, 카페, 팝업 스토어 등이 한 곳에 모여 있으며, 대관, 공연, 전시 등 다양한 문화 행사가 펼쳐지고 있다.</p>
<h3>📋 상세 정보</h3>
<table class="tour-table">
<tr>
<th>📍 주소</th>
<td>서울특별시 성동구 연무장15길 11 (성수동2가) (우편번호: 04783)</td>
</tr>
<tr>
<th>🌐 홈페이지</th>
<td><a href="http://www.sfactory.co.kr/" target="_blank" title="새창 : 에스팩토리 홈페이지로 이동" rel="noopener">http://www.sfactory.co.kr/</a></td>
</tr>
<tr>
<th>⏰ 이용 시간</th>
<td>10:00~22:00<br />
※ 점포 별로 상이함</td>
</tr>
<tr>
<th>🗓️ 쉬는 날</th>
<td>연중무휴  ※ 점포 별로 상이함</td>
</tr>
<tr>
<th>🅿️ 주차 시설</th>
<td>가능</td>
</tr>
<tr>
<th>💵 주차 요금</th>
<td>10분당 1,000원</td>
</tr>
<tr>
<th>📞 문의 및 안내</th>
<td>02-1800-6310</td>
</tr>
</table>
<div style='text-align:center;'><a href="https://map.naver.com/v5/search/에스팩토리" target="_blank" class="map-link" rel="noopener">네이버 지도에서 보기</a></div>
<h3>📸 현장 사진 (클릭해서 확대)</h3>
<div class='tour-gallery'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584563_image2_1.jpg' alt='서울_에스팩토리 (3)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584565_image2_1.jpg' alt='서울_에스팩토리 (5)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584566_image2_1.jpg' alt='서울_에스팩토리 (6)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584567_image2_1.jpg' alt='서울_에스팩토리 (7)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584569_image2_1.jpg' alt='서울_에스팩토리 (9)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584570_image2_1.jpg' alt='서울_에스팩토리 (10)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584571_image2_1.jpg' alt='서울_에스팩토리 (11)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584572_image2_1.jpg' alt='서울_에스팩토리 (1)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584573_image2_1.jpg' alt='서울_에스팩토리 (2)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3584564_image2_1.jpg' alt='서울_에스팩토리 (4)' onclick='openWpModal(this.src)'></div>
<p></p>
<hr>
<h3>📍 근처 가볼 만한 곳</h3>
<ul class='nearby-list'>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3567150_image3_1.jpg" class="nearby-thumb" alt="건국대학교 박물관"></p>
<div class="nearby-info">
                    <strong>건국대학교 박물관</strong><br />
                    <span>거리: 1.5km | 서울특별시 광진구 능동로 120</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3556906_image3_1.jpeg" class="nearby-thumb" alt="디뮤지엄"></p>
<div class="nearby-info">
                    <strong>디뮤지엄</strong><br />
                    <span>거리: 1.5km | 서울특별시 성동구 왕십리로 83-21 (성수동1가, 아크로 서울포레스트)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3539992_image3_1.jpg" class="nearby-thumb" alt="위니아트(건국대학교 새천년관 대공연장)"></p>
<div class="nearby-info">
                    <strong>위니아트(건국대학교 새천년관 대공연장)</strong><br />
                    <span>거리: 1.1km | 서울특별시 광진구 능동로 120 (화양동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3539964_image3_1.jpg" class="nearby-thumb" alt="서울상상나라"></p>
<div class="nearby-info">
                    <strong>서울상상나라</strong><br />
                    <span>거리: 1.7km | 서울특별시 광진구 능동로 216 (능동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3537759_image3_1.jpg" class="nearby-thumb" alt="[대한민국 구석구석 팝업] 구석구석 영화관"></p>
<div class="nearby-info">
                    <strong>[대한민국 구석구석 팝업] 구석구석 영화관</strong><br />
                    <span>거리: 324m | 서울특별시 성동구 연무장19길 4 (성수동2가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-2947985_image3_1.jpg" class="nearby-thumb" alt="CXC아트뮤지엄"></p>
<div class="nearby-info">
                    <strong>CXC아트뮤지엄</strong><br />
                    <span>거리: 1.3km | 서울특별시 광진구 아차산로 272 (자양동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3084101_image3_1.JPG" class="nearby-thumb" alt="성수아트홀"></p>
<div class="nearby-info">
                    <strong>성수아트홀</strong><br />
                    <span>거리: 1.2km | 서울특별시 성동구 뚝섬로1길 43 (성수동1가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3084115_image3_1.JPG" class="nearby-thumb" alt="뚝섬미술관"></p>
<div class="nearby-info">
                    <strong>뚝섬미술관</strong><br />
                    <span>거리: 1.1km | 서울특별시 성동구 아차산로 33 (성수동1가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-에스팩토리-3467516_image3_1.jpg" class="nearby-thumb" alt="헬로우뮤지움"></p>
<div class="nearby-info">
                    <strong>헬로우뮤지움</strong><br />
                    <span>거리: 858m | 서울특별시 성동구 성수일로12길 20 (성수동2가)</span>
                </div>
</li>
</ul>
<p></p>
<p style='font-size:0.8em; color:#888; text-align:right;'>자료제공: 한국관광공사</p>
<div id="wp-custom-modal" style="display:none; position:fixed; z-index:999999; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.9);" onclick="closeWpModal()">
      <span style="position:absolute; top:20px; right:30px; color:#f1f1f1; font-size:40px; font-weight:bold; transition:0.3s; cursor:pointer;">&times;</span><br />
      <img id="wp-modal-img" style="margin: auto; display: block; width: 80%; max-width: 900px; max-height: 80vh; margin-top: 50px; object-fit: contain;">
    </div>
<p>    <script>
    function openWpModal(src){document.getElementById('wp-custom-modal').style.display='block';document.getElementById('wp-modal-img').src=src;}
    function closeWpModal(){document.getElementById('wp-custom-modal').style.display='none';}
    </script></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-%ec%97%90%ec%8a%a4%ed%8c%a9%ed%86%a0%eb%a6%ac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[서울] OPCI</title>
		<link>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-opci/</link>
					<comments>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-opci/#comments</comments>
		
		<dc:creator><![CDATA[KoreaTourInfo]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 08:43:01 +0000</pubDate>
				<category><![CDATA[국내여행]]></category>
		<category><![CDATA[문화시설]]></category>
		<category><![CDATA[서울]]></category>
		<guid isPermaLink="false">https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-opci/</guid>

					<description><![CDATA[안녕하세요! &#8216;OPCI&#8217; 상세 정보를 정리해 드립니다. 💡 개요 OPCI는 실감미디어를 기반으로 한 몰입형 전시공간이다. 홀로그램, 이머시브 프로젝션 맵핑, 인터랙티브 콘텐츠 등 다양한 뉴미디어아트 기술이 접목된 전시를 관람할 수 있는 이색적인 공간으로, 차별화된 체험형 전시 공간을 즐길 수 있다. 단순히 바라만 보는 전시가 아닌 직접 작품 속의 등장인물이 되는 특별한 경험을 제공하기 위해 이곳을 만들었다.OPCI에 방문한...]]></description>
										<content:encoded><![CDATA[<style>
        .tour-container { font-family: 'Apple SD Gothic Neo', sans-serif; line-height: 1.6; color: #333; }
        .tour-main-img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
        .tour-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95em; }
        .tour-table th { width: 30%; background: #f4f4f4; padding: 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; }
        .tour-table td { padding: 10px; border-bottom: 1px solid #ddd; }
        .tour-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap: 10px; margin-top: 20px; }
        .tour-gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }
        .tour-gallery img:hover { transform: scale(1.02); opacity: 0.9; }
        .nearby-list { list-style: none; padding: 0; }
        .nearby-item { display: flex; align-items: center; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
        .nearby-thumb { width: 60px; height: 60px; border-radius: 5px; margin-right: 15px; object-fit: cover; background: #f0f0f0; }
        .nearby-info strong { display: block; font-size: 1.05em; color: #2c3e50; }
        .nearby-info strong a { text-decoration: none; color: #03C75A; }
        .nearby-info strong a:hover { text-decoration: underline; }
        .nearby-info span { font-size: 0.85em; color: #7f8c8d; }
        .map-link { display: inline-block; background: #03C75A; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; }
    </style>
<div class="tour-container">
        <img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3423690_image2_1.jpg' alt='OPCI' class='tour-main-img' /></p>
<p class="intro">안녕하세요! <strong>&#8216;OPCI&#8217;</strong> 상세 정보를 정리해 드립니다.</p>
<h3>💡 개요</h3>
<p>OPCI는 실감미디어를 기반으로 한 몰입형 전시공간이다. 홀로그램, 이머시브 프로젝션 맵핑, 인터랙티브 콘텐츠 등 다양한 뉴미디어아트 기술이 접목된 전시를 관람할 수 있는 이색적인 공간으로, 차별화된 체험형 전시 공간을 즐길 수 있다. 단순히 바라만 보는 전시가 아닌  직접 작품 속의 등장인물이 되는 특별한 경험을 제공하기 위해 이곳을 만들었다.<br />OPCI에 방문한 관람객들은 작품 속 주인공이 되기도 하고, 귀신들을 직접 해치우는 퇴마사가 되기도 한다. 전시 공간을 직접 체험하고 즐기면서 놀 수 있는 공간으로 만든다는 점이 다른 일반 전시와 가장 큰 차이점이다.</p>
<h3>📋 상세 정보</h3>
<table class="tour-table">
<tr>
<th>📍 주소</th>
<td>서울특별시 영등포구 영중로 15 (영등포동4가) 타임스퀘어 지하 1층 (우편번호: 07305)</td>
</tr>
<tr>
<th>🌐 홈페이지</th>
<td><a href="https://www.instagram.com/opci_seoul/" target="_blank" title="새창 : OPCI 인스타그램으로 이동" rel="noopener">https://www.instagram.com/opci_seoul</a></td>
</tr>
<tr>
<th>⏰ 이용 시간</th>
<td>&#8211; 평일 10:30~21:00 (입장 마감 20:30)<br />
&#8211; 주말 및 공휴일 10:30~22:00 (입장 마감 21:30)</td>
</tr>
<tr>
<th>🗓️ 쉬는 날</th>
<td>연중무휴</td>
</tr>
<tr>
<th>💰 이용 요금</th>
<td>13,000원</td>
</tr>
<tr>
<th>🅿️ 주차 시설</th>
<td>가능</td>
</tr>
<tr>
<th>💵 주차 요금</th>
<td>2시간 무료</td>
</tr>
<tr>
<th>⏱️ 관람 소요 시간</th>
<td>15~20분</td>
</tr>
<tr>
<th>📞 문의 및 안내</th>
<td>0507-1372-1806</td>
</tr>
</table>
<div style='text-align:center;'><a href="https://map.naver.com/v5/search/OPCI" target="_blank" class="map-link" rel="noopener">네이버 지도에서 보기</a></div>
<h3>📸 현장 사진 (클릭해서 확대)</h3>
<div class='tour-gallery'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3423692_image2_1.jpg' alt='OPCI_02' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3423693_image2_1.jpg' alt='OPCI_03' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3585972_image2_1.jpg' alt='서울_OPCI (2)' onclick='openWpModal(this.src)'><img src='https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3585973_image2_1.jpg' alt='서울_OPCI (1)' onclick='openWpModal(this.src)'></div>
<p></p>
<hr>
<h3>📍 근처 가볼 만한 곳</h3>
<ul class='nearby-list'>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3581795_image3_1.jpeg" class="nearby-thumb" alt="서울특별시교육청 영등포평생학습관"></p>
<div class="nearby-info">
                    <strong><a href="https://koreatourinfo.com/?p=488" target="_blank">서울특별시교육청 영등포평생학습관 🔗</a></strong><br />
                    <span>거리: 929m | 서울특별시 영등포구 버드나루로15길 10</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3540438_image3_1.jpg" class="nearby-thumb" alt="국회박물관"></p>
<div class="nearby-info">
                    <strong>국회박물관</strong><br />
                    <span>거리: 1.6km | 서울특별시 영등포구 의사당대로 1 (여의도동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3082177_image3_1.JPG" class="nearby-thumb" alt="영등포아트홀"></p>
<div class="nearby-info">
                    <strong>영등포아트홀</strong><br />
                    <span>거리: 1.0km | 서울특별시 영등포구 국회대로 596 (당산동3가)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3458612_image3_1.JPG" class="nearby-thumb" alt="여의샛강도서관"></p>
<div class="nearby-info">
                    <strong>여의샛강도서관</strong><br />
                    <span>거리: 1.4km | 서울특별시 영등포구 여의대로 24 (여의도동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3399431_image3_1.JPG" class="nearby-thumb" alt="영등포문화원"></p>
<div class="nearby-info">
                    <strong>영등포문화원</strong><br />
                    <span>거리: 640m | 서울특별시 영등포구 신길로 275 (영등포동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-2784524_image2_1.jpg" class="nearby-thumb" alt="KBS온"></p>
<div class="nearby-info">
                    <strong>KBS온</strong><br />
                    <span>거리: 1.4km | 서울특별시 영등포구 여의공원로 13</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://koreatourinfo.com/wp-content/uploads/2025/12/서울-OPCI-3453375_image3_1.jpg" class="nearby-thumb" alt="구로미래도서관"></p>
<div class="nearby-info">
                    <strong>구로미래도서관</strong><br />
                    <span>거리: 1.7km | 서울특별시 구로구 새말로 111 (구로동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://via.placeholder.com/60x60?text=No+Img" class="nearby-thumb" alt="국회도서관"></p>
<div class="nearby-info">
                    <strong>국회도서관</strong><br />
                    <span>거리: 1.6km | 서울특별시 영등포구 의사당대로 1 (여의도동)</span>
                </div>
</li>
<li class="nearby-item">
                <img decoding="async" src="https://via.placeholder.com/60x60?text=No+Img" class="nearby-thumb" alt="디큐브 링크아트센터"></p>
<div class="nearby-info">
                    <strong>디큐브 링크아트센터</strong><br />
                    <span>거리: 1.8km | 서울특별시 구로구 경인로 662 (신도림동, 디큐브시티)</span>
                </div>
</li>
</ul>
<p></p>
<p style='font-size:0.8em; color:#888; text-align:right;'>자료제공: 한국관광공사</p>
<div id="wp-custom-modal" style="display:none; position:fixed; z-index:999999; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.9);" onclick="closeWpModal()">
      <span style="position:absolute; top:20px; right:30px; color:#f1f1f1; font-size:40px; font-weight:bold; transition:0.3s; cursor:pointer;">&times;</span><br />
      <img id="wp-modal-img" style="margin: auto; display: block; width: 80%; max-width: 900px; max-height: 80vh; margin-top: 50px; object-fit: contain;">
    </div>
<p>    <script>
    function openWpModal(src){document.getElementById('wp-custom-modal').style.display='block';document.getElementById('wp-modal-img').src=src;}
    function closeWpModal(){document.getElementById('wp-custom-modal').style.display='none';}
    </script></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://koreatourinfo.com/%ec%84%9c%ec%9a%b8-opci/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
