        /* ========================================
           한빛변리사학원 PR 페이지 스타일시트
           ======================================== */
        
        /* ========================================
           RESET & BASE STYLES
        ======================================== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* AOS 초기 상태에서 요소들이 공간을 차지하도록 설정 */
        [data-aos] {
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        /* AOS가 로드된 후 정상 작동하도록 */
        .aos-init [data-aos] {
            opacity: 0;
            transform: translateY(50px);
        }
        
        .aos-animate [data-aos] {
            opacity: 1;
            transform: translateY(0);
        }


        body {
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.6;
            color: #111111;
        }

        /* ========================================
           SCROLL SNAP STYLES
        ======================================== */
        html {
            scroll-behavior: smooth;
            scroll-snap-type: y mandatory;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .scroll-snap-section {
            scroll-snap-align: start;
            scroll-snap-stop: always;
            height: auto;
            min-height: auto;
        }

        /* Event Section은 마지막 섹션이므로 scroll-snap-stop 제거 */
        .event {
            scroll-snap-stop: normal;
            height: auto;
            min-height: auto;
        }

        /* 각 섹션별 높이 명시적 설정 */
        .hero-stats {
            height: 800px;
            min-height: 800px;
        }

        .hero {
            height: 800px;
            min-height: 800px;
        }

        .stats {
            height: 800px;
            min-height: 800px;
        }


        .teachers {
            height: 800px;
            min-height: 800px;
        }




        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ========================================
           COMMON COMPONENTS
        ======================================== */
        .section-title {
            margin-bottom: 0;
        }

        .quote {
            width: 60px;
            height: 60px;
            margin: 0 auto 30px auto;
        }

        .quote img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .section-subtitle {
            color: #555555;
            font-size: 30px;
            font-weight: 700;
            line-height: 39px;
            margin-bottom: 10px;
        }

        .section-main-title {
            color: #111111;
            font-size: 42px;
            font-weight: 700;
            line-height: 54.60px;
        }

        /* ========================================
           HERO SECTION
        ======================================== */
        .hero {
            background: white;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translateY(50px);
            transition: all 1s ease-in-out;
            visibility: hidden;
            z-index: 1;
            padding-top: 160px;
        }

        .hero.show {
            opacity: 1 !important;
            transform: translateY(0);
            visibility: visible !important;
            z-index: 3;
        }

        .hero-content {
            text-align: center;
            z-index: 2;
            position: relative;
        }

        .hero-subtitle {
            color: #555555;
            font-size: 30px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .hero-subtitle.show {
            opacity: 1;
            transform: translateY(0);
        }

        .hero-title {
            font-size: 120px;
            font-weight: 900;
            line-height: 144px;
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(50px);
            transition: all 1.2s ease-out;
        }

        .hero-title.show {
            opacity: 1;
            transform: translateY(0);
        }

        .hero-title .highlight {
            background: linear-gradient(135deg, #52DAFF 0%, #1575F2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }
        
        .hero-title-image {
            width: auto;
            height: auto;
            display: block;
            max-width: 100%;
        }

        .hero-cta {
            display: inline-block;
            background: #111111;
            color: white;
            padding: 32px 80px;
            border-radius: 500px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            margin-top: 40px;
            transition: all 0.3s;
            opacity: 0;
            transform: translateY(30px);
        }

        .hero-cta.show {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.8s ease-out;
        }

        .hero-cta:hover {
            background: linear-gradient(135deg, #52DAFF 0%, #1575F2 100%);
            color: white;
        }

        .hero-image {
            position: fixed;
            top: 180px;
            right: 20px;
            z-index: 9999;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
        }

        .hero-image:hover {
            transform: scale(1.05);
        }
            transform: translateX(100px);
        }

        .hero-image.show {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        .hero-image:hover {
            transform: scale(1.05);
        }

        .hero-image img {
            width: auto;
            height: auto;
            max-width: none;
            display: block;
        }

        .event-badge {
            position: absolute;
            right: 100px;
            top: 162px;
            width: 230px;
            height: 230px;
            background: #D7EBFF;
            border-radius: 115px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 28px 44px;
            gap: 10px;
        }

        .event-tag {
            background: #1574F2;
            color: white;
            padding: 10px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 700;
        }

        .event-text {
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            line-height: 20.80px;
        }

        /* ========================================
           HERO STATS SECTION
        ======================================== */
        .hero-stats {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            position: relative;
            opacity: 1;
            transition: all 1s ease-in-out;
            z-index: 2;
            padding-top: 160px;
        }

        .hero-stats.fade-out {
            opacity: 0;
            transform: translateY(-50px);
            visibility: hidden;
        }

        .hero-stats-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: auto;
        }

        .hero-stats-image {
            width: 296px;
            height: 250px;
            margin-bottom: 48px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .hero-stats-image.show {
            opacity: 1;
            transform: translateY(0);
        }

        .hero-stats-title {
            color: black;
            font-size: 60px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 700;
            text-align: center;
            margin-bottom: 30px;
            line-height: 78px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .hero-stats-title.show {
            opacity: 1;
            transform: translateY(0);
        }

        .hero-stats-number{ 
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .hero-stats-number.show {
            opacity: 1;
            transform: translateY(0);
        }

        .hero-stats-number img {
            max-width: 100%;
            height: auto;
            display: block;
            margin-bottom: 48px; 
        }

        .hero-stats-number-star {
            position: absolute;  
            top:0;
            right:-50px;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.6s ease-out 0.3s;
        }

        .hero-stats-number-star.show {
            opacity: 1;
            transform: scale(1);
        }

        .hero-stats-note {
            font-size: 16px;
            opacity: 0;
            text-align: center;
            color: black;
            font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.4;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .hero-stats-note.show {
            opacity: 0.6;
            transform: translateY(0);
        }
        /* ========================================
           STATISTICS SECTION
        ======================================== */
        .stats {
            padding: 80px 0 80px 0;
            background: white;
            text-align: center;
            min-height: auto;
            height: auto;
        }


        .stats-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            padding: 30px 0 50px 0;
            background-image: url('resources/img_3_bg2.png');
            background-repeat: no-repeat;
            background-position: center top;
            background-size: auto;
            min-height: 500px;
        }

        .main-stat {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 10px;
            position: relative;
            width: 100%;
            margin: 0 auto;
            opacity: 0;
            transform: scale(0.3);
            transition: all 0.5s ease-out;
            visibility: hidden;
        }

        .main-stat.show {
            opacity: 1;
            transform: scale(1);
            visibility: visible;
        }


        .main-number {
            background: linear-gradient(135deg, #52DAFF 0%, #1575F2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            font-size: 200px;
            font-weight: 900;
            line-height: 270px;;
            letter-spacing: -3px;
            white-space: nowrap;
            position: relative;
            z-index: 2;
        }

        .main-unit {
            background: linear-gradient(135deg, #52DAFF 0%, #1575F2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            font-size: 100px;
            font-weight: 900;
            line-height: 120px;
            position: relative;
            z-index: 2;
        }

        .asterisk {
            position: absolute;
            top: 20px;
            right: -40px;
            z-index: 10;
            display: block !important;
        }

        .asterisk img {
            width: 30px;
            height: 30px;
            display: block;
        }

        .stats-description {
            max-width: 600px;
            text-align: center;
            position: relative;
            min-height: 150px;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 0.5s ease-out, transform 0.5s ease-out;
            visibility: hidden;
        }

        .stats-description.show {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }

        .stats-title {
            color: #111111;
            font-size: 30px;
            font-weight: 700;
            line-height: 39px;
            margin-bottom: 5px;
            text-align: center;
        }

        .stats-subtitle {
            color: #929292;
            font-size: 30px;
            font-weight: 700;
            line-height: 39px;
            text-align: center;
            white-space: nowrap;
        }

        .stats-note {
            opacity: 0.6;
            color: black;
            font-size: 16px;
            font-weight: 400;
            line-height: 20.80px;
            margin-top: 15px;
            white-space: nowrap;
        }

        .stats-badges {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .stat-badge {
            width: 260px;
            height: 84px;
            border-radius: 128.25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            line-height: 48px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .stat-badge:hover {
            transform: scale(1.05);
        }

        .stat-badge.primary {
            background: #F8F8F8;
            color: #111111;
            border: 1px solid #9C9C9C;
        }

        .stat-badge.secondary {
            background: #F8F8F8;
            color: #111111;
            border: 1px solid #9C9C9C;
        }

        .stat-badge.active {
            background: #1574F2 !important;
            color: white !important;
            border: 1px solid #1574F2 !important;
        }

        /* ========================================
           LOGO RENEWAL SECTION
        ======================================== */
        .logo-renewal {
            background: white;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .logo-comparison {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin: 60px 0;
        }

        .logo-item {
            width: 400px;
            height: 400px;
            border-radius: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            padding: 117px 81px;
            position: relative;
        }

        .logo-item.old {
            border: 1px solid #C6C6C6;
        }

        .logo-item.new {
            border: 5px solid #1574F2;
            position: relative;
            opacity: 0;
            transform: translateX(-200px);
            transition: all 1.5s ease-out;
        }

        .logo-item.new.animate {
            opacity: 1;
            transform: translateX(0);
        }

        .logo-tag {
            padding: 10px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 700;
            line-height: 23.68px;
        }

        .logo-tag.old {
            background: black;
            color: white;
        }

        .logo-tag.new {
            background: #1574F2;
            color: white;
        }

        .arrow {
            width: 80px;
            height: 82px;
            opacity: 0;
            transform: scale(0.3);
            transition: all 1s ease-out;
        }

        .arrow.show {
            opacity: 1;
            transform: scale(1);
        }

        .renewal-description {
            max-width: 556px;
            margin: 0 auto;
            text-align: center;
        }

        .renewal-title {
            color: #1574F2;
            font-size: 20px;
            font-weight: 700;
            line-height: 29.60px;
            margin-bottom: 30px;
        }

        .renewal-text {
            color: #555555;
            font-size: 16px;
            font-weight: 400;
            line-height: 22.40px;
            margin-bottom: 30px;
        }

        .renewal-text .highlight {
            color: #111111;
            font-weight: 700;
        }

        .no-wrap {
            white-space: nowrap;
        }

        /* ========================================
           TEACHERS SECTION
        ======================================== */
        .teachers {
            padding: 30px 0 0 0;
            background: white;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: auto;
            height: auto;
        }

        .teachers-slide-container {
            display: flex;
            width: 400%;
            height: 100%;
            transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .teachers-rolling-container {
            position: relative;
            max-width: 1000px;
            margin: 50px auto 70px auto;
            overflow: visible;
            padding-bottom: 20px;
        }

        .teachers-gallery {
            background: white;
            border: 1px solid #B3B3B3;
            border-radius: 20px;
            padding: 40px 40px;
            height: 600px;
            width: 900px;
            overflow: hidden;
            position: relative;
        }

        /* slick 슬라이더 스타일 */
        .teachers-slider {
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        /* slick 초기화 후에만 보이도록 */
        .teachers-slider.slick-initialized {
            opacity: 1;
        }
        
        .teachers-slider .slick-slide {
            height: 100%;
            width: 100%;
            display: flex !important;
            flex-direction: column;
            justify-content: space-between;
            box-sizing: border-box;
        }
        
        /* slick 초기화 전 슬라이드 숨김 */
        .teachers-slider:not(.slick-initialized) .teachers-slide {
            display: none !important;
        }
        
        /* slick 초기화 전 첫 번째 슬라이드만 보이기 */
        .teachers-slider:not(.slick-initialized) .teachers-slide:first-child {
            display: flex !important;
        }
        
        .teachers-slider .slick-track {
            height: 100%;
            display: flex !important;
        }
        
        .teachers-slider .slick-list {
            height: 100%;
            overflow: hidden;
        }
        
        /* slick 초기화 후 스타일 오버라이드 */
        .teachers-slider.slick-initialized .slick-slide {
            display: flex !important;
        }
        
        /* 접근성 개선: aria-hidden된 슬라이드의 포커스 요소들 비활성화 */
        .teachers-slider .slick-slide[aria-hidden="true"] {
            pointer-events: none !important;
            tabindex: -1 !important;
        }
        
        .teachers-slider .slick-slide[aria-hidden="true"] * {
            pointer-events: none !important;
            tabindex: -1 !important;
        }
        
        /* 활성 슬라이드만 포커스 가능하도록 */
        .teachers-slider .slick-slide.slick-current {
            pointer-events: auto !important;
            tabindex: 0 !important;
        }
        
        .teachers-slider .slick-slide.slick-current * {
            pointer-events: auto !important;
            tabindex: 0 !important;
        }
        
        /* 모든 슬라이드 기본 tabindex 제거 */
        .teachers-slider .slick-slide {
            tabindex: -1 !important;
        }
        
        /* slick 화살표를 기존 디자인으로 커스터마이징 - 강력한 우선순위 */
        .teachers-slider .slick-prev,
        .teachers-slider .slick-next {
            position: absolute !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 10 !important;
            width: 46px !important;
            height: 46px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            font-size: 0 !important;
            display: block !important;
            opacity: 1 !important;
        }
        
        .teachers-slider .slick-prev {
            left: -92px !important;
        }
        
        .teachers-slider .slick-next {
            right: -92px !important;
        }
        
        .teachers-slider .slick-prev:before,
        .teachers-slider .slick-next:before {
            content: '' !important;
            width: 46px !important;
            height: 46px !important;
            display: block !important;
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            opacity: 1 !important;
        }
        
        .teachers-slider .slick-prev:before {
            background-image: url('resources/arrow_l.png') !important;
        }
        
        .teachers-slider .slick-next:before {
            background-image: url('resources/arrow_r.png') !important;
        }
        
        /* slick dots를 기존 pagination 디자인으로 커스터마이징 - 박스 밖으로 이동 */
        .teachers-slider .slick-dots {
            display: flex !important;
            justify-content: center !important;
            gap: 15px !important;
            margin-top: 30px !important;
            position: absolute !important;
            bottom: -50px !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            z-index: 10 !important;
            list-style: none !important;
            padding: 0 !important;
            width: auto !important;
        }
        
        .teachers-slider .slick-dots li {
            width: 10px !important;
            height: 10px !important;
            border-radius: 50% !important;
            background: #CFCFCF !important;
            cursor: pointer !important;
            transition: background-color 0.3s !important;
            margin: 0 !important;
            display: block !important;
        }
        
        .teachers-slider .slick-dots li.slick-active {
            background: #111111 !important;
        }
        
        .teachers-slider .slick-dots li button {
            display: none !important;
        }
        
        /* slick 기본 dots 스타일 오버라이드 */
        .teachers-slider .slick-dots li:before {
            display: none !important;
        }
        
        /* 기존 pagination dots 스타일 */
        .gallery-pagination {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
            position: relative;
            z-index: 10;
        }
        
        .pagination-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #CFCFCF;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .pagination-dot.active {
            background: #111111;
        }
        
        .pagination-dot.inactive {
            background: #CFCFCF;
        }
        
        /* 기존 화살표 스타일 */
        .scroll-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 46px;
            height: 46px;
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 10;
        }
        
        .scroll-arrow-left {
            left: -92px;
        }
        
        .scroll-arrow-right {
            right: -92px;
        }
        
        /* 화살표 위치 원래대로 복원 */
        .teachers-rolling-container .scroll-arrow {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
        }
        
        .scroll-arrow img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* teachers-slide 스타일은 slick이 관리하므로 제거 */


        .gallery-stats {
            color: #555555;
            font-size: 16px;
            font-weight: 700;
            line-height: 22.40px;
            margin-bottom: 15px;
        }

        .gallery-title {
            color: #111111;
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .teachers-grid {
            position: relative;
            height: 281px;
        }

        .teachers-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 199px;
            background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, black 100%);
        }

        .teacher-photos {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .teacher-photos-single {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* 그룹 2: 오프라인 종합반 스타일 */
        .course-cards {
            display: flex;
            justify-content: center;
            gap: 20px;
            height: 100%;
            align-items: center;
        }

        .course-card {
            width: 246px;
            height: 348px;
            background: #1574F2;
            border-radius: 10px;
            padding: 40px 1px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .course-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            width: 241px;
        }

        .course-description {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
        }

        .course-text {
            color: white;
            font-size: 16px;
            font-weight: 400;
            line-height: 22.40px;
        }

        .course-title {
            color: white;
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
        }

        .course-icon {
            width: 177px;
            height: 140px;
            background: #1574F1;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .course-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .course-image {
            width: 246px;
            height: 348px;
            object-fit: contain;
            border-radius: 10px;
        }

        /* 그룹 3: 모의고사 스타일 */
        .mock-exam-container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mock-exam-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 720px;
        }

        .feature-item {
            width: 720px;
            height: 104px;
            padding: 0 110px;
            background: #1574F2;
            border-radius: 60px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .feature-icon {
            width: 110px;
            height: 104px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-icon-img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }

        .icon-shape {
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 4px;
        }

        .icon-pencil {
            position: relative;
        }

        .icon-pencil::before {
            content: '';
            position: absolute;
            width: 13.73px;
            height: 11.43px;
            background: #1574F2;
            top: 10px;
            left: 18px;
            border-radius: 1px;
        }

        .icon-pencil::after {
            content: '';
            position: absolute;
            width: 16.40px;
            height: 16.39px;
            background: #1574F2;
            top: 10px;
            left: 14px;
            border-radius: 1px;
        }

        .icon-chart {
            position: relative;
        }

        .icon-chart::before {
            content: '';
            position: absolute;
            width: 22.88px;
            height: 22.88px;
            background: #1574F2;
            top: 14px;
            left: 14px;
            border-radius: 2px;
        }

        .icon-document {
            position: relative;
        }

        .icon-document::before {
            content: '';
            position: absolute;
            width: 33.96px;
            height: 44.30px;
            background: #1574F2;
            top: 3px;
            left: 8px;
            border-radius: 2px;
        }

        .feature-text {
            flex: 1;
            color: white;
            font-size: 18px;
            font-weight: 400;
            line-height: 25.20px;
            letter-spacing: -0.5px;
            white-space: nowrap;
        }

        .feature-bold {
            font-weight: 700;
        }

        .feature-normal {
            font-weight: 400;
        }

        /* 그룹 4: 도서 출간 스타일 */
        .books-container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .books-grid {
            display: flex;
            gap: 20px;
            justify-content: center;
            align-items: flex-end;
        }

        .book-image {
            width: auto;
            height: 263px;
            object-fit: contain;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .books-single-image {
            width: 790px;
            height: 290px;
            object-fit: contain;
            border-radius: 4px;
        }

        .gallery-actions {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 25px;
        }

        .action-btn {
            width: 270px;
            height: 60px;
            border-radius: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            line-height: 26.64px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .action-btn.offline {
            background: #1E4381;
            color: white;
        }

        .action-btn.online {
            background: #1574F2;
            color: white;
        }

        .action-btn:hover {
            opacity: 0.9;
        }

        .gallery-note {
            opacity: 0.7;
            color: black;
            font-size: 12px;
            font-weight: 400;
            line-height: 16.80px;
            text-align: center !important;
            margin-top: 15px;
            width: 100%;
            max-width: 820px;
            margin-left: auto;
            margin-right: auto;
        }

        .gallery-pagination {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
            position: relative;
            z-index: 10;
        }

        /* Teachers Section 약속 텍스트 */
        .teachers-promise {
            text-align: center;
            margin-top: 40px;
            padding: 0 20px;
        }

        .teachers-promise-text {
            color: #111111;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.6;
            margin: 0;
        }

        .pagination-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .pagination-dot.active {
            background: #111111;
        }

        .pagination-dot.inactive {
            background: #CFCFCF;
        }

        .pagination-dot:hover {
            background: #666666;
        }

        /* 스크롤 화살표 */
        .scroll-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .scroll-arrow:hover {
            opacity: 0.7;
        }

        .scroll-arrow-left {
            left: -92px;
        }

        .scroll-arrow-right {
            right: -92px;
        }

        .scroll-arrow img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* ========================================
           COMMUNITY SECTION
        ======================================== */
        .community {
            padding: 20px 0 80px;
            background: white;
            text-align: center;
            min-height: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

        .community-tabs {
            display: flex;
            width: 1080px;
            margin: 0 auto 20px;
            flex-shrink: 0;
        }

        .community .section-title {
            flex-shrink: 0;
            margin-bottom: 20px;
        }

        .tab {
            flex: 1;
            width: 50%;
            padding: 20px 10px;
            border-bottom: 1px solid #ECECEC;
            cursor: pointer;
            transition: all 0.3s;
            box-sizing: border-box;
        }

        .tab.active {
            border-bottom: 4px solid #111111;
            color: #111111;
        }

        .tab.inactive {
            color: #A6A6A6;
        }

        .tab-text {
            font-size: 18px;
            font-weight: 700;
            line-height: 25.20px;
        }

        .community-content {
            width: 100%;
            max-width: 820px;
            min-width: 600px;
            margin: 0 auto;
        }
        
        .community-image {
            width: auto;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .community-stats {
            text-align: center;
            margin-bottom: 20px;
        }

        .community-participation {
            color: black;
            font-size: 18px;
            font-weight: 400;
            line-height: 25.20px;
            margin-bottom: 6px;
        }

        .community-title {
            color: #111111;
            font-size: 26px;
            font-weight: 700;
            line-height: 36.40px;
        }

        .community-tags {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .community-tag {
            width: 260px;
            padding: 10px;
            background: #E8F2FF;
            border: 1px solid #1574F2;
            border-radius: 50px;
            color: #1574F2;
            font-size: 18px;
            font-weight: 700;
            line-height: 25.20px;
            text-align: center;
        }

        .community-gallery {
            margin-top: 20px;
            min-height: 150px;
        }

        .gallery-images {
            display: flex;
            gap: 20px;
            overflow: hidden;
            padding: 20px 0;
            position: relative;
            width: 100%;
        }

        .gallery-slide-container {
            display: flex;
            gap: 20px;
            transition: transform 0.1s linear;
        }

        .gallery-slide-container:hover {
            animation-play-state: paused;
        }

        .gallery-image {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: contain;
            border-radius: 8px;
            flex-shrink: 0;
        }

        .gallery-note {
            text-align: center !important;
            opacity: 0.7;
            color: black;
            font-size: 12px;
            font-weight: 400;
            line-height: 16.80px;
            width: 100%;
            max-width: 820px;
            margin: 0 auto;
            padding-right: 0;
            margin-top: 15px;
        }

        /* 탭 내용 스타일 */
        .community-tab-content {
            display: none;
            height: 500px;
            overflow: visible;
            flex-grow: 1;
            width: 100%;
        }

        .community-tab-content.active {
            display: block;
        }

        /* 오픈 카톡방 스타일 */
        .kakao-container {
            max-width: 820px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 250px;
        }

        .kakao-header {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .kakao-image {
            width: auto;
            height: auto;
            display: block;
            margin: 0 auto 40px auto;
        }

        .kakao-stats {
            text-align: center;
            color: black;
            font-size: 18px;
            font-family: Noto Sans KR;
            font-weight: 400;
            line-height: 25.20px;
            margin-bottom: 6px;
        }

        .kakao-title {
            text-align: center;
            color: #111111;
            font-size: 26px;
            font-family: Noto Sans KR;
            font-weight: 700;
            line-height: 36.40px;
            margin-bottom: 30px;
        }

        .kakao-tags {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .kakao-tag {
            width: 260px;
            padding: 10px;
            background: #E8F2FF;
            border-radius: 50px;
            outline: 1px #1574F2 solid;
            text-align: center;
            color: #1574F2;
            font-size: 18px;
            font-family: Noto Sans KR;
            font-weight: 700;
            line-height: 25.20px;
        }

        .kakao-content-area {
            width: 100%;
            max-width: 1080px;
            height: 378px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .kakao-image {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: contain;
            flex-shrink: 0;
        }

        .kakao-buttons {
            display: flex;
            flex-direction: column;
            gap: 20px;
            flex-shrink: 0;
        }

        .kakao-button-image {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: contain;
            cursor: pointer;
        }

        .kakao-buttons a {
            display: inline-block;
            text-decoration: none;
            transition: transform 0.3s ease;
        }

        .kakao-buttons a:hover {
            transform: scale(1.05);
        }

        .kakao-note {
            text-align: right;
            color: black;
            font-size: 12px;
            font-family: Noto Sans KR;
            font-weight: 400;
            line-height: 16.80px;
            opacity: 0.5;
            width: 100%;
            max-width: 1080px;
            margin: 0 auto;
            padding-right: 0;
        }

        /* ========================================
           EVENT SECTION
        ======================================== */
        .event {
            padding: 100px 0 120px;
            background: linear-gradient(180deg, white 0%, #B8D7FF 100%);
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: auto;
            height: auto;
        }

        .event-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }
        
        .event-top-image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        
        .event-header {
            margin-bottom: 60px;
        }

        .event-badge {
            display: inline-block;
            background: #1574F2;
            color: white;
            padding: 10px 25px;
            border-radius: 1000px;
            font-size: 28px;
            font-weight: 900;
            line-height: 41.44px;
            margin-bottom: 30px;
        }

        .event-title {
            color: black;
            font-size: 42px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 30px;
        }

        .event-description {
            opacity: 0.6;
            color: #111111;
            font-size: 22px;
            font-weight: 500;
            line-height: 30px;
        }

        .event-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 50px;
            align-items: flex-start;
            text-align: left;
        }

        .event-info-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .event-info-label {
            background: #111111;
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
        }

        .event-info-value {
            color: black;
            font-size: 16px;
            font-weight: 400;
            line-height: 19.20px;
        }

        .event-info-note {
            opacity: 0.6;
            color: #111111;
            font-size: 13px;
            font-weight: 400;
            line-height: 15.60px;
        }

        .event-prizes {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 60px;
        }

        .prize-item {
            width: 320px;
            background: white;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
        }

        .prize-image {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: contain;
        }

        .prize-info {
            padding: 20px;
            text-align: center;
            color: #777777;
            font-size: 14px;
            font-weight: 400;
            line-height: 16.80px;
        }

        .prize-badge {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: #1574F1;
            border-bottom-left-radius: 100px;
            border-bottom-right-radius: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
        }

        .prize-badge .count {
            font-size: 16px;
        }

        .event-form {
            max-width: 1000px;
            margin: 0 auto;
        }

        .form-notification {
            background: white;
            box-shadow: 6px 6px 10px rgba(22.04, 70.93, 134.86, 0.30);
            border: 3px solid #1574F2;
            border-radius: 50px;
            padding: 30px;
            margin-bottom: 60px;
            text-align: center;
        }

        .form-notification-text {
            color: #1574F2;
            font-size: 20px;
            font-weight: 700;
            line-height: 20px;
        }

        .form-title {
            color: #111111;
            font-size: 26px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 30px;
        }

        .form-container {
            background: #1574F2;
            padding: 30px 40px;
            width: 1000px;
            margin: 0 auto;
        }

        .form-input-group {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
            position: relative;
        }

        .form-textarea {
            width: 846px;
            height: 102px;
            min-height: 102px;
            max-height: 300px;
            background: white;
            border: none;
            border-radius: 3px;
            padding: 16px 20px;
            font-size: 14px;
            font-family: 'Noto Sans KR', sans-serif;
            resize: vertical;
            box-sizing: border-box;
            overflow-y: auto;
        }

        .form-textarea::placeholder {
            color: #999999;
        }

        .form-submit {
            width: 144px;
            height: 102px;
            background: #111111;
            color: white;
            border: none;
            border-radius: 3px;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            cursor: pointer;
            flex-shrink: 0;
            transition: background-color 0.3s;
        }

        .form-submit:hover {
            background: #333333;
        }

        .form-footer {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 10px;
        }

        .form-notes {
            color: #E1E1E1;
            font-size: 12px;
            font-weight: 400;
            line-height: 14.40px;
            text-align: left;
        }

        .form-button-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            width: 144px;
            flex-shrink: 0;
        }

        .form-view-link-container {
            width: 144px;
            text-align: center;
        }

        .form-view-link {
            background: transparent;
            border: 1px solid white;
            color: white;
            padding: 5px;
            border-radius: 3px;
            font-size: 11px;
            font-weight: 400;
            line-height: 20px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-sizing: border-box;
            width: 100%;
        }

        .event-terms {
            max-width: 1000px;
            margin: 0 auto;
        }

        /* 팝업 스타일 */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            width: 600px;
            height: 582px;
            background: white;
            position: relative;
            border-radius: 0;
        }

        .popup-header {
            position: relative;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .popup-title {
            color: black;
            font-size: 30px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 700;
            line-height: 46px;
            margin: 0;
        }

        .popup-close {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 40px;
            height: 40px;
            background: #111111;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1001;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            padding: 0;
        }

        .close-icon {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

        .popup-close:hover {
            background: #333333;
            transform: scale(1.1);
        }

        .popup-table {
            position: absolute;
            left: 30px;
            top: 100px;
            width: 540px;
            height: 320px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }
        
        .data-table th:nth-child(1),
        .data-table td:nth-child(1) {
            width: 50px;
            min-width: 50px;
            max-width: 50px;
        }
        
        .data-table th:nth-child(2),
        .data-table td:nth-child(2) {
            width: 350px;
            min-width: 350px;
            max-width: 350px;
        }
        
        .data-table th:nth-child(3),
        .data-table td:nth-child(3) {
            width: 80px;
            min-width: 80px;
            max-width: 80px;
        }

        .header-cell {
            height: 40px;
            padding: 8px 16px;
            border: 1px solid #ECECEC;
            background-color: #F4F4F4;
            font-size: 12px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 500;
            text-align: center;
            white-space: nowrap;
        }

        .table-cell {
            height: 40px;
            padding: 8px 16px;
            border: 1px solid #ECECEC;
            font-size: 12px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 400;
            line-height: 1.4;
            color: #111111;
            vertical-align: top;
        }
        
        .data-table td:nth-child(1) {
            text-align: center;
            white-space: nowrap;
        }
        
        .data-table td:nth-child(2) {
            text-align: left;
            white-space: normal;
            word-wrap: break-word;
        }
        
        .data-table td:nth-child(3) {
            text-align: center;
            white-space: nowrap;
        }
        }

        .table-cell:first-child {
            width: 80px;
            border-left: none;
        }

        .table-cell:nth-child(2) {
            width: 360px;
        }

        .table-cell:last-child {
            width: 100px;
            border-right: none;
        }

        .header-cell {
            background: #F4F4F4;
            font-weight: 500;
            font-size: 13px;
        }

        .popup-footer {
            position: absolute;
            left: 221px;
            top: 450px;
            width: 157px;
            height: 50px;
        }

        .popup-confirm {
            width: 100%;
            height: 100%;
            background: #111111;
            color: white;
            border: none;
            border-radius: 2px;
            font-size: 15px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 700;
            line-height: 46px;
            cursor: pointer;
        }

        .popup-confirm:hover {
            background: #333333;
        }

        /* 빈 내용 스타일 */
        .empty-content {
            position: absolute;
            left: 103px;
            top: 133px;
            width: 394px;
            height: 338px;
            background: white;
            overflow: hidden;
            display: none;
        }

        .empty-image {
            position: absolute;
            left: 85px;
            top: 23px;
            width: 223px;
            height: 236px;
        }

        .empty-message {
            position: absolute;
            left: 117px;
            top: 292px;
            text-align: center;
            color: black;
            font-size: 16px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 500;
            line-height: 25px;
        }

        .terms-title {
            align-self: stretch;
            justify-content: center;
            align-items: center;
            gap: 20px;
            display: inline-flex;
            width: 100%;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        .terms-title-text {
            text-box-trim: trim-both;
            text-box-edge: cap alphabetic;
            text-align: center;
            color: #111111;
            font-size: 15px;
            font-family: Noto Sans CJK KR;
            font-weight: 700;
            line-height: 22.20px;
            word-wrap: break-word;
        }

        .terms-divider {
            flex: 1 1 0;
            height: 0px;
            outline: 1px #111111 solid;
            outline-offset: -0.50px;
        }

        .terms-content {
            color: #555555;
            font-size: 15px;
            font-weight: 400;
            line-height: 22.50px;
            text-align: left;
        }

        .terms-content .highlight {
            font-weight: 700;
            text-align: left;
        }

        .terms-content .link {
            color: #1D7FFF;
            font-weight: 700;
            text-decoration: none;
        }

        /* ========================================
           RESPONSIVE DESIGN
        ======================================== */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 60px;
                line-height: 72px;
            }
            
            .hero-title-image {
                max-width: 90%;
            }
            
            .main-number {
                font-size: 100px;
                line-height: 120px;
            }
            
            .main-unit {
                font-size: 50px;
                line-height: 60px;
            }
            
            .logo-comparison {
                flex-direction: column;
                gap: 40px;
            }
            
            .arrow {
                transform: rotate(0deg);
            }
            
            .community-tags {
                flex-direction: column;
                align-items: center;
            }
            
            .event-prizes {
                flex-direction: column;
                align-items: center;
            }
        }
        
        /* 롤링 애니메이션 */
        @keyframes rollUp {
            0% {
                transform: translateY(20px);
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        .name-rolling {
            display: inline-block;
            animation: rollUp 0.5s ease-in-out;
            color: #1574F2;
            font-weight: 700;
        }
        
        .form-notification-text {
            color: #000000;
        }
        
        .notification-text {
            color: #111111;
            font-weight: 700;
        }
    </style>
