2025 위키드 내한공연 예매방법 티켓팅

위키드 2025 내한공연 서울, 부산, 대구 일정과 선예매·일반예매 방법을 정리했습니다. 할인정보, 티켓팅 팁까지 빠짐없이 확인하세요. 빠르게 예매하시려면 아래 버튼을 클릭하세요.



🎭 공연 일정 요약

도시기간장소
서울2025년 7월 12일 ~ 10월 26일블루스퀘어 신한카드홀
부산2025년 11월 중드림씨어터
대구2026년 1월 중계명아트센터


※ 8월 15일 광복절에는 2회 공연 (14:00, 19:00)



🔐 선예매 방법

  • 빗썸 회원 전용 2차 선예매: 6월 4일(수) 11시 ~ 6월 5일(목) 13시 59분
  • 혜택: 5% 할인 + 생애 최초 가입 시 최대 5만원 쿠폰
  • 이벤트 페이지 바로가기
  • MON 뉴스레터 구독자: 6월 4일 14시 ~ 6월 11일 09시
  • 리미티드 웰컴 OZ 패키지 단독 제공



🛒 일반예매 방법

  • 티켓 오픈: 6월 5일(목) 오후 2시
  • 예매 가능 회차: 8월 1일 ~ 8월 22일
  • 예매처: NOL티켓, 예스24, 메타클럽, 클립서비스


📌 예매 팁

  1. 예매처 회원가입 및 로그인 사전 완료
  2. 모바일보다 PC 환경 추천
  3. 오픈 전 대기열 진입 필수
  4. 복수 날짜 선택 전략 활용

💡 관람 포인트

  • 브로드웨이 오리지널 그대로의 연출 & 무대
  • 리미티드 OZ 패키지 굿즈 제공
  • 명곡 Defying Gravity 등 라이브 연주

📝 정리하며

예매는 지금이 기회입니다. 공연 일정과 굿즈 패키지까지 모두 챙겨서 2025년 여름을 잊지 못할 감동으로 채워보세요!



다음 이전
/* Sliding Banner */ .customBannerArea { position: relative; overflow: hidden; margin: 20px auto; padding: 0 20px; text-align: center; } .customBox { position: relative; overflow: hidden; margin-bottom: 10px; } .customBox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .customBox .backward { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; } .customBanner { position: absolute; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; } .customBanner img.cover { width: 100%; height: 100% !important; object-fit: cover; opacity: 0.93; } .customBanner.active img { box-shadow: none !important; } .customBanner.active a { height: 100% !important; } .customBanner .arrow { position: absolute; top: calc(50% - 15px); background-color: #2196f3; width: 24px; height: 24px; border-radius: 24px; } .banner-bubble { position: absolute; top: 10px; background-color: #bd0000; height: 24px; width: 77px; color: white !important; font-size: 0.75em !important; border-radius: 5px; padding-top: 2px; line-height: 1.2rem !important; } .sliding-banner-300 .banner-bubble:after, .sliding-banner-150 .banner-bubble:after, .sliding-banner-250 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-left: 0; margin-left: -2.5px; margin-bottom: -5px; } .sliding-banner-280 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-right: 0; margin-left: -45.5px; margin-bottom: -5px; } .customBanner.active { animation: customMv1 1.2s ease-out infinite; } @keyframes customMv1 { 0% { transform: translate3d(-7%, 0, 0); } 20% { transform: translate3d(-10%, 0, 0); } 40% { transform: translate3d(-5%, 0, 0); } 60% { transform: translate3d(-10%, 0, 0); } 80% { transform: translate3d(-5%, 0, 0); } 100% { transform: translate3d(-7%, 0, 0); } } @media (min-width: 1200px) { .customBannerArea { background-color: #ffffffc9; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 0px; z-index: 1000; text-align: center; } }