/* goCamping 260915 테마 컬러 */
#go-camping-promo {
    --promo-accent: #FADE58;
    --promo-accent-text: #593833;
}

/* 참여 방법 이미지 버튼 오버레이 — img-action-wrap 패턴 위치·색상 오버라이드 */
#go-camping-promo .img-action-wrap .action{
    height: 3rem;
}
#go-camping-promo .img-action-wrap .action.step1 {
    top: 29%;
    bottom: auto;
    background: #7AA438;
    color: #fff;
}
#go-camping-promo .img-action-wrap .action.step2 {
    top: 49.5%;
    bottom: auto;
    background: #EF832A;
    color: #fff;
}
#go-camping-promo .img-action-wrap .action.step3 {
    top: 67%;
    bottom: auto;
    background: #3781C6;
    color: #fff;
}

/* 스크롤 탭 네비게이션 */
.promo-scroll-tab {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #1a1a1a;
}

.promo-scroll-tab .swiper-slide {
    width: auto;
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s, font-weight 0.2s;
    user-select: none;
}

.promo-scroll-tab .swiper-slide.is-active {
    color: #ffffff;
    font-weight: 700;
}