		/* 상단 안내 영역 전체 래퍼 */
        #phonics .phonics-course-intro-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 28px;
            padding-bottom: 30px;
            margin-bottom: 10px;
        }
        /* 제목+설명 묶음 ) */
        #phonics .phonics-course-intro-text {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 16px;
            max-width: 100%;
            text-align: center;
        }
        /* 상단 타이틀 "파닉스 과정 안내" */
        #phonics .phonics-course-intro-text h3 {
            margin: 0;
            font-family: Pretendard, sans-serif;
            font-weight: 800;
            font-size: 30px;
            line-height: 1.2;
            letter-spacing: -0.03em;
            color: #333333;
        }
        /* 상단 설명 문구 */
        #phonics .phonics-course-intro-text p {
            margin: 0;
            font-family: Pretendard, sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.03em;
            color: #444444;
        }
        /* 탭 버튼 가로 배치 (Figma Frame 77, node 1:2104 — gap 24px) */
        #phonics .phonics-course-tab-list {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 24px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #phonics .phonics-course-tab-list > li {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        /*
         * 탭 버튼 공통 (Figma Frame 75, node 6:100)
         * row / center / gap 4px / padding 16px 20px 16px 28px
         * border 1px / bg #fff / Pretendard Bold 24px / line-height 24px / letter-spacing -3%
         */
        #phonics .phonics-course-tab-btn {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 4px;
            box-sizing: border-box;
            margin: 0;
            padding: 16px 20px 16px 28px;
            border-width: 1px;
            border-style: solid;
            background-color: #ffffff;
            font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
            font-weight: 700;
            font-size: 24px;
            line-height: 24px;
            letter-spacing: -0.03em;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            -webkit-appearance: none;
            appearance: none;
        }
        #phonics .phonics-course-tab-btn:focus {
            outline: none;
        }
        #phonics .phonics-course-tab-btn:focus-visible {
            outline: 2px solid #333333;
            outline-offset: 2px;
        }
        /* Figma Keyboard arrow right (node 6:102) — 24×24, 탭 색상 currentColor 상속 */
        #phonics .phonics-course-tab-btn .phonics-course-tab-arrow {
            display: block;
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            transition: transform 0.2s ease;
        }
        /* 파닉스 속성 과정 (기본: 흰 배경 + 테두리/글자 #F26657) */
        #phonics .phonics-course-tab-btn[data-phonics-course="attribute"] {
            color: #F26657;
            border-color: #F26657;
            border-radius: 12px;
        }
        /* 파닉스 정규 과정 (기본: 흰 배경 + 테두리/글자 #849900) */
        #phonics .phonics-course-tab-btn[data-phonics-course="regular"] {
            color: #849900;
            border-color: #849900;
            border-radius: 10px;
        }
        /* active: 속성 과정 — 배경 #F26657, 글자/화살표 흰색, 화살표 -90deg(아래 방향) */
        #phonics .phonics-course-tab-btn.is-active[data-phonics-course="attribute"] {
            background-color: rgba(242, 102, 87, 0.20);
            color: #F26657;
            border-color: #F26657;
        }
        /* active: 정규 과정 — 배경 #849900, 글자/화살표 흰색, 화살표 -90deg(아래 방향) */
        #phonics .phonics-course-tab-btn.is-active[data-phonics-course="regular"] {
            background-color:rgba(132, 153, 0, 0.20);
            color: #849900;
            border-color: #849900;
        }
        /* active 공통: 화살표 오른쪽(→)에서 아래(↓)로 회전 */
        #phonics .phonics-course-tab-btn.is-active .phonics-course-tab-arrow {
            transform: rotate(90deg);
        }
        /* 탭 패널: 기본 숨김, is-active 일 때만 표시 */
        #phonics .phonics-course-panel {
            display: none;
        }
        #phonics .phonics-course-panel.is-active {
            display: block;
        }
        @media (max-width: 767px) {
            #phonics .phonics-course-intro-text h3 {
                font-size: 22px;
            }
            #phonics .phonics-course-tab-list {
                gap: 12px;
            }
            #phonics .phonics-course-tab-btn {
                font-size: 16px;
                line-height: 22px;
                padding: 10px 12px 10px 16px;
                gap: 4px;
            }
            #phonics .phonics-course-tab-btn .phonics-course-tab-arrow {
                width: 20px;
                height: 20px;
            }
        }

/* =============================================================================
   파닉스 속성 과정 패널 (Figma Curriculum Detail - 03, node 4:1879)
   - 포인트 컬러 #F26657 / 정규 과정 레이아웃 동일 구조
   ============================================================================= */

/* 속성 과정 타이틀·강조 문구 색상 */
#phonics .phonics-course-panel--attribute .phonics-accel,
#ts-curriculum #phonics .color-phonics-accel {
    color: #F26657;
}

/* 학습 대상 상단 강조 문구 (Figma Heading 5) */
#phonics .phonics-accel-highlight {
    text-align: center;
}
#phonics .phonics-accel-highlight h5 {
    margin: 0;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.0125em;
    color: #444444;
}

/* 학습 목표 카드 — 테두리·체크·포인트 문구 (Figma #F26657) */
#phonics .phonics-grid--accel .item-border {
    border-color: #F26657;
}
#phonics .phonics-grid--accel .item-check {
    color: #F26657;
}

/* 8주 완성 커리큘럼 테이블 (Figma curriculum PC ver, node 4:2003) */
#ts-curriculum .set-phonics table.phonics-accelerated {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

#ts-curriculum .set-phonics table.phonics-accelerated thead th,
#ts-curriculum .set-phonics table.phonics-accelerated tbody td,
#ts-curriculum .set-phonics table.phonics-accelerated tfoot td {
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: normal;
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* 헤더 "학습 내용" */
#ts-curriculum .set-phonics table.phonics-accelerated thead th.accel-head {
    background-color: rgba(242, 102, 87, 0.05);
    border: 1px solid #F26657;
    color: #F26657;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    vertical-align: middle;
    padding: 10px 0;
}

/* 회차 열 */
#ts-curriculum .set-phonics table.phonics-accelerated tbody td.num {
    background-color: rgba(132, 153, 0, 0.05);
    border: 1px solid #849900;
    color: #849900;
    font-weight: 500;
}

/* 학습 내용 열 */
#ts-curriculum .set-phonics table.phonics-accelerated tbody td.unit {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #444444;
}

/* 푸터 "주 2회 수업 기준, 8주 완성" */
#ts-curriculum .set-phonics table.phonics-accelerated tfoot td.accel-foot,
#ts-curriculum .set-phonics .accel-foot-mobile {
    background-color: #F26657;
    border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

#ts-curriculum .set-phonics .accel-foot-mobile {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

#ts-curriculum .set-phonics table.phonics-accelerated thead th.none {
    background-color: transparent;
    border: transparent;
}

@media (min-width: 992px) {
    #ts-curriculum .set-phonics table.phonics-accelerated thead th,
    #ts-curriculum .set-phonics table.phonics-accelerated tbody td,
    #ts-curriculum .set-phonics table.phonics-accelerated tfoot td {
        height: 48px;
        line-height: 48px;
    }

    #ts-curriculum .set-phonics table.phonics-accelerated tfoot td.accel-foot {
        height: 55px;
        line-height: 55px;
    }
}