본문 바로가기
카테고리 없음

2025 문경찻사발축제

by wjdflgkrl 2025. 4. 27.
반응형

매년 봄, 경상북도 문경에서는 단순한 축제를 넘어 전통과 체험이 어우러진 '문경찻사발축제'가 열립니다. 그런데 올해는 좀 다릅니다. 2025년 문경찻사발축제는 무려 9일간 진행되며, 특별한 패스권 혜택까지 제공된다는 사실 알고 계셨나요? 🎟️ 체험부터 할인까지 알차게 챙길 수 있는 이 기회를 놓치지 마세요!
“찻사발 하나로 떠나는 오감만족 여행” 지금 확인해보세요.

 

 

 

 

2025 문경찻사발축제 일정


2025년 문경찻사발축제는 5월 3일 토요일부터 5월 11일 일요일까지 총 9일간 문경새재 일대에서 개최됩니다. 축제 시간은 매일 오전 10시부터 오후 5시까지로, 다양한 체험과 전시, 공연이 준비되어 있어 가족 단위 방문객들에게 안성맞춤입니다.



패스권 하나로 즐기는 통합 체험


올해 축제의 하이라이트는 '문경찻사발축제 패스권'입니다. 단돈 15,000원으로 아래 체험을 모두 즐길 수 있는 구성으로, 사전 온라인 구매는 5월 2일까지 가능하며 이후에는 현장 부스에서만 판매됩니다.


구성 항목 내용
에코월드 할인권 문경 자연생태체험장 할인 입장
어드벤처파크 할인권 레포츠 체험장 입장료 할인
철로자전거 할인권 문경레일바이크 이용 할인
찻잔 교환권 현장에서 도예 찻잔 1개 증정
찻사발 빚기 체험 도예가와 함께 직접 만드는 찻사발
말차다례 체험 전통 다례 체험으로 힐링 시간 제공


현장 부스에서 즐길 수 있는 특별 체험


패스권 외에도 문경 도예명장의 시연, 전통 차 시음 코너, 어린이 도자기 체험 등 현장에서만 느낄 수 있는 다채로운 즐길 거리가 준비되어 있습니다. 축제장 한편에서는 국악 공연, 사물놀이 등 전통공연도 진행돼 분위기를 한껏 더해줍니다.



문경으로 가는 길


문경찻사발축제는 문경새재 도립공원 근처에서 진행됩니다. 네비게이션에는 ‘문경시 문경읍 문경대로 2426’을 입력하시면 편하게 도착할 수 있어요. 대중교통 이용 시 문경시외버스터미널에서 셔틀버스를 이용할 수 있습니다.



Q&A



Q1. 축제 입장료는 따로 있나요?
A1. 축제 입장은 무료이며, 일부 체험은 패스권 구매 시 무료 또는 할인 혜택이 제공됩니다.


Q2. 온라인 패스권은 어디서 구매하나요?
A2. 5월 2일까지는 공식 홈페이지 또는 지정된 온라인 플랫폼에서 구매 가능하며, 이후에는 현장에서만 판매됩니다.


Q3. 어린이도 체험이 가능한가요?
A3. 찻사발 빚기와 도자기 체험은 어린이도 참여할 수 있도록 마련되어 있어 가족 단위 방문객에게 인기입니다.


Q4. 체험 시간은 정해져 있나요?
A4. 대부분 체험은 상시 운영되며, 인원이 몰리는 시간에는 대기할 수 있으므로 여유 있게 방문하는 것을 추천합니다.


Q5. 주차는 가능한가요?
A5. 축제장 인근에 임시 주차장이 마련되어 있으며, 무료 셔틀버스도 운행됩니다.



마무리하며


2025 문경찻사발축제는 단순한 전시를 넘어, 전통과 체험, 힐링이 어우러진 진정한 문화 축제입니다. 패스권 하나면 가족 모두가 하루 종일 즐길 수 있는 다양한 프로그램이 마련되어 있으니, 이번 봄에는 문경에서 특별한 추억을 만들어보세요. 🍵


놓치면 후회할 특별한 찻사발 여행, 지금 예약하고 문경으로 떠나보세요!


 

 

 

 

반응형

/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {Audit} from '../audit.js'; import * as i18n from '../../lib/i18n/i18n.js'; import {LargestContentfulPaint as ComputedLcp} from '../../computed/metrics/largest-contentful-paint.js'; const UIStrings = { /** Description of the Largest Contentful Paint (LCP) metric, which marks the time at which the largest text or image is painted by the browser. This is displayed within a tooltip when the user hovers on the metric name to see more. No character length limits. The last sentence starting with 'Learn' becomes link text to additional documentation. */ description: 'Largest Contentful Paint marks the time at which the largest text or image is ' + `painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)`, }; const str_ = i18n.createIcuMessageFn(import.meta.url, UIStrings); class LargestContentfulPaint extends Audit { /** * @return {LH.Audit.Meta} */ static get meta() { return { id: 'largest-contentful-paint', title: str_(i18n.UIStrings.largestContentfulPaintMetric), description: str_(UIStrings.description), scoreDisplayMode: Audit.SCORING_MODES.NUMERIC, supportedModes: ['navigation'], requiredArtifacts: ['HostUserAgent', 'Trace', 'DevtoolsLog', 'GatherContext', 'URL', 'SourceMaps'], }; } /** * @return {{mobile: {scoring: LH.Audit.ScoreOptions}, desktop: {scoring: LH.Audit.ScoreOptions}}} */ static get defaultOptions() { return { mobile: { // 25th and 13th percentiles HTTPArchive -> median and p10 points. // https://bigquery.cloud.google.com/table/httparchive:lighthouse.2020_02_01_mobile?pli=1 // https://web.dev/articles/lcp#what_is_a_good_lcp_score // see https://www.desmos.com/calculator/1etesp32kt scoring: { p10: 2500, median: 4000, }, }, desktop: { // 25th and 5th percentiles HTTPArchive -> median and p10 points. // SELECT // APPROX_QUANTILES(lcpValue, 100)[OFFSET(5)] AS p05_lcp, // APPROX_QUANTILES(lcpValue, 100)[OFFSET(25)] AS p25_lcp // FROM ( // SELECT CAST(JSON_EXTRACT_SCALAR(payload, "$['_chromeUserTiming.LargestContentfulPaint']") AS NUMERIC) AS lcpValue // FROM `httparchive.pages.2020_04_01_desktop` // ) scoring: { p10: 1200, median: 2400, }, }, }; } /** * @param {LH.Artifacts} artifacts * @param {LH.Audit.Context} context * @return {Promise} */ static async audit(artifacts, context) { const trace = artifacts.Trace; const devtoolsLog = artifacts.DevtoolsLog; const gatherContext = artifacts.GatherContext; const metricComputationData = { trace, devtoolsLog, gatherContext, settings: context.settings, URL: artifacts.URL, SourceMaps: artifacts.SourceMaps, simulator: null, }; const metricResult = await ComputedLcp.request(metricComputationData, context); const options = context.options[context.settings.formFactor]; return { score: Audit.computeLogNormalScore( options.scoring, metricResult.timing ), scoringOptions: options.scoring, numericValue: metricResult.timing, numericUnit: 'millisecond', displayValue: str_(i18n.UIStrings.seconds, {timeInMs: metricResult.timing}), }; } } export default LargestContentfulPaint; export {UIStrings};