쿠팡플레이 스포츠패스 할인받는 방법

쿠팡 스포츠패스를 더 저렴하게 이용하는 법! 우리카드 캐시백부터 일부 대상 무료 체험 혜택까지 정리했습니다. 빠르게 혜택 확인하시려면 아래 버튼에서 확인하세요.



쿠팡 스포츠패스란?

쿠팡플레이 스포츠패스는 축구 팬을 위한 전용 구독 서비스로, 쿠팡플레이 시리즈 예매 시 선예매 및 할인 혜택이 주어집니다. 이용 요금은 월 9,900원이며, 쿠팡 와우회원이어야 가입할 수 있습니다.




1. 우리카드 캐시백으로 할인받기

  • 이벤트 기간: 2025년 6월 23일 ~ 6월 30일
  • 대상: 우리카드 개인 신용카드 사용자 (체크/기프트/법인카드 제외)
  • 혜택: 스포츠패스 신규 정기결제 시 5,000원 캐시백
  • 조건: PC/모바일웹 결제 + 이벤트 응모 필수
  • 캐시백 지급: 7월 중순경 계좌 입금

2. 무료 체험 이벤트 (일부 대상)

  • 스포츠패스 미가입자 중 일부 계정에 한해 무료 체험 제공
  • 쿠팡플레이 앱 > 스포츠패스 메뉴에서 직접 확인 가능
  • 와우회원이 아니어도 적용되는 경우 있음

비교 정리

방법 혜택 조건
우리카드 캐시백 5,000원 환급 응모 + 웹 결제 + 신규 가입
무료 체험 최대 1개월 무료 일부 대상, 앱 내 확인 필요

주의사항

  • 모든 예매는 쿠팡플레이 앱 전용
  • 선예매 및 할인은 스포츠패스 가입자만 가능
  • 1인당 경기별 최대 4매 예매 제한

마무리 요약

쿠팡 스포츠패스를 활용하면 축구 경기 티켓을 더 빠르게, 저렴하게 예매할 수 있습니다. 우리카드 사용자라면 캐시백 혜택을, 일부 유저는 무료 체험 기회를 활용해보세요.






다음 이전
/* 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; } }