#birthday { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: -1; pointer-events: none; }
		.container {width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; font-family: "Noto Sans KR"; letter-spacing:-0.5px;}
        
		.flowing-banner { width: 100%; background: #000; padding: 10px 0; overflow: hidden; position: relative; }
        .flowing-text { display: flex; white-space: nowrap; animation: flowLeft 20s linear infinite;  }
        .flowing-text span { font-size: 16px; font-weight: 600; color: #fff; text-transform: uppercase; margin-right: 80px; letter-spacing: 2px; font-family: Montserrat !important;}
        @keyframes flowLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        @media (max-width: 768px) { .flowing-text span { font-size: 14px; margin-right: 50px; } }

		
		/* Section 1 */
        .section1 { padding: 120px 0  100px; background:#c5a4f3;  position: relative; overflow: hidden; z-index: 1;}
		.section1 .container {  position: relative;   }
        .section1-subtitle { font-size: 18px; color: #000; font-weight: 400;  text-align: center; margin-bottom:30px;}
        .section1-title { font-size: 110px; font-weight: 800; line-height: 1; color: #000; text-align: center; font-family:Montserrat;text-transform: uppercase; margin:0; padding:0;}
        .section1-image { text-align: center; margin: 0 auto; max-width: 1000px;  }
        .section1-image img { width: 100%; height: auto; }

        /* Section 2 */
        .section2 { padding: 100px 0; background: #fff; position: relative; }
        .section2-title { font-size: 50px; font-weight: 700; text-align: center; margin-bottom: 60px; color: #212121; }
        .section2-title .highlight { color: #FF820F; }
        .points-container { max-width: 800px; margin: 0 auto; }
        .point-item { background: #fff; padding: 30px 40px; margin-bottom: 20px; border-radius: 50px; display: flex; align-items: center; gap: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); position: relative; overflow: hidden; }
        .point-number { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background-color: #000000; color: #FFFFFF; font-size: 16px; font-weight: 400; font-family: Montserrat; }
        .point-content { flex: 1; }
        .point-text { font-size: 20px; color: #666; }
        .point-text strong { color: #FF820F; font-weight: 700; font-size:26px; padding-left:10px;}
        .point-text-mobile { display: none; }

        /* Section 3 */
        .section3 { padding: 100px 0; background: #f6f6f6; }
        .section3-title { font-size: 50px; font-weight: 700; text-align: center; margin-bottom: 60px; color: #000000; }
        .comparison-labels { display: flex; justify-content: center; gap: 60px; margin-bottom: 60px; max-width: 1200px; margin-left: auto; margin-right: auto; }
        .comparison-label-item { flex: 1; text-align: center; }
        .comparison-label { display: inline-block; padding: 12px 30px; border-radius: 30px; font-size: 22px; font-weight: 700; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
        .comparison-label.before { background: #fff; color: #212121; }
        .comparison-label.after { background: #FF820F; color: #fff; }
        .comparison-item { margin-bottom: 80px; }
        .comparison-container { display: flex; align-items: center; justify-content: center; gap: 60px; max-width: 1100px; margin: 0 auto; }
        .comparison-box { flex: 1; text-align: center; }
        .comparison-title { font-size: 22px; font-weight: 400;  line-height: 1.4; min-height: 60px;  align-items: center; justify-content: center; color:#000 !important; }
        .comparison-image { background: #fff;  border:4px solid #eee; border-radius: 20px; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); min-height: 300px; display: flex; align-items: center; justify-content: center; }
		.comparison-image2 { background: #fff; border:4px solid #FF823C; border-radius: 20px; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); min-height: 300px; display: flex; align-items: center; justify-content: center; }
        .comparison-image img, .comparison-image2 img { width: 100%; height: auto; max-width: 400px; }
        .arrow-container { font-size: 40px; color: #FF820F; animation: blink 1.5s infinite; }
        @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
        .comparison-box.before { display: block; }

        /* Section 4 */
        .section4 { padding: 100px 0; background: #FF823C; }
        .section4-box { max-width: 1280px; margin: 0 auto; background: #FF823C; border-radius: 40px; padding: 20px 60px 70px; overflow: hidden; }
        .section4-title { font-size: 50px; font-weight: 700; color: #fff; text-align: left; margin-bottom: 50px; line-height:1.3;}
        .review-slider-container { width: 100%; height: 420px; padding-bottom:30px !important;}
        .review-card { min-width: auto; background: #fff; border-radius: 20px; padding: 30px 24px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; height: 380px; margin-bottom:30px;}
        .review-tag { display: inline-block; font-size: 17px; font-weight: 400; color: #FF820F; position: relative; padding-left: 40px; margin-bottom: 10px; }
        .review-tag::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; background: url('https://newsite.zooseyo.com/z_images/zoo_img/membership-sec04-icon.png') no-repeat center center; background-size: contain; }
        .review-text { font-size: 17px; line-height: 1.4; color: #666; margin-bottom: 40px; width: auto; height: 230px; }
		.review-text p{ padding: 10px 0; }
        .review-author { display: flex; align-items: center; gap: 10px; }
        .review-author .name { font-size: 14px; color: #212121; }
        .review-author img { width: 40px; height: 40px; border-radius: 50%; }
        .section4 .swiper-pagination { bottom: -20px !important; position: relative; }
        .section4 .swiper-pagination-bullet { background: rgba(255, 255, 255, 0.5); }
        .section4 .swiper-pagination-bullet-active { background: #fff; }

        /* Section 5 */
        .section5 { padding: 100px 0; background: #3D3D3D; }
		.section5-title { font-size: 50px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 50px; }
        .section5-box { max-width: 1280px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 60px; }
        .faq-item { border: 1px solid #eee; margin: 20px; border-radius: 20px; padding: 0 30px;}
        .faq-question { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 26px; font-weight: 700; color: #212121; transition: color 0.3s; }
        .faq-question:hover { color: #FF820F; }
        .faq-icon { width: 24px; height: 24px; border-radius: 50%; background: #FF820F; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform 0.3s; flex-shrink: 0; margin-right: 16px; }
        .faq-icon.active { transform: rotate(180deg); }
        .faq-arrow { transition: transform 0.4s ease; font-size: 0; color: transparent; font-weight: 400; margin-left: 16px; display: inline-block; width: 12px; height: 12px; position: relative; flex-shrink: 0; }
        .faq-arrow::after { content: ''; position: absolute; top: 50%; left: 0; width: 12px; height: 12px; border-right: 1px solid #212121; border-bottom: 1px solid #212121; transform: translateY(-75%) rotate(45deg); transform-origin: center center; transition: transform 0.4s ease; }
        .faq-arrow.active::after { transform: translateY(-25%) rotate(225deg); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
        .faq-answer.active { max-height: 300px; padding-bottom: 24px; }
        .faq-answer-text { font-size: 18px; line-height: 1.8; color: #666; padding-left: 40px; }

        /* Section 6 */
        .section6 { padding: 100px 0; background: #F5F5F5; text-align: center; }
        .app-buttons { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; }
        .app-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: #212121; color: #fff; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 18px; transition: all 0.3s; }
        .app-btn:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
        .app-btn img { width: 28px; height: 28px; }
        .home-btn { display: inline-block; padding: 20px 60px; background: #FF820F; color: #fff; border-radius: 30px; text-decoration: none; font-size: 20px; font-weight: 700; transition: all 0.3s; }
        .home-btn:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(255,130,15,0.3); }

        /* Mobile Responsive */
       
		@media (min-width: 769px) {
			.section4-title br{display:none;}
		}
		@media (max-width: 768px) {
            .section1 { padding: 50px 0 60px; }
            .section1-subtitle { font-size: 14px; }
            .section1-title { font-size: 52px; margin-bottom: 30px; }
            .section2 { padding: 60px 0; }
            .section2-title { font-size: 28px; margin-bottom: 40px; }
            .point-item { padding: 20px 24px; border-radius: 30px; }
            .point-number { font-size: 16px; width: 26px; height:26px; }
            .point-text { display: none; }
            .point-text-mobile { display: block; font-size: 16px; color: #FF820F; font-weight: 700; }
            .section3 { padding: 60px 0; }
            .section3-title { font-size: 28px; margin-bottom: 30px; }
            .comparison-labels { gap: 30px; margin-bottom: 40px; }
            .comparison-label-item { display: none; }
            .comparison-label-item.after { display: block; }
            .comparison-container { flex-direction: column; gap: 0; }
            .comparison-box.before { display: none; }
            .arrow-container { display: none; }
            .comparison-label { font-size: 18px; padding: 6px 22px; }
            .comparison-title { font-size: 18px; min-height: auto; margin-bottom: 16px; color:#000 !important;}
            .comparison-image { min-height: 200px; padding: 15px; }
            .comparison-item { margin-bottom: 50px; }
            .section4 { padding: 50px 0; }
            .section4-box { padding: 0px 20px; }
            .section4-title { font-size: 28px; margin-bottom: 30px; }
            .review-text { font-size: 15px; height: 210px; }
            .section5 { padding: 60px 0; }
            .section5-title { font-size: 28px; margin-bottom: 30px; }
			.section5-box { background: #3D3D3D; padding:0; }
            .faq-item {padding: 0 20px; background: #fff;}
			.faq-question { font-size: 18px; padding: 20px 0; }
            .faq-icon { width: 20px; height: 20px; font-size: 14px; margin-right: 12px; line-height: 1.6;}
            .faq-answer-text { font-size: 14px !important; padding-left: 10px;}
            .section6 { padding: 60px 0; }
            .app-buttons {  gap: 10px; }
            .app-btn { font-size: 15px; padding: 10px 28px; }
            .home-btn { font-size: 18px; padding: 16px 48px; }
			.only-pc {display:none;}
        }