@charset "utf-8";
  .header_ty77 {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .logo_ty77 {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }

  .header_title_ty77 {
    font-size: 32px;
    font-weight: 700;
    color: #ff0000;
    margin-bottom: 10px;
  }

  .header_subtitle_ty77 {
    font-size: 18px;
    color: #666;
  }

  .intro_section_ty77 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
  }

  .intro_content_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .intro_image_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .intro_img_ty77 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .section_title_ty77 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
  }

  .text_highlight_ty77 {
    background-color: #fff4e5;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
  }

  .benefits_section_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .benefits_grid_ty77 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .benefit_item_ty77 {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
  }

  .benefit_item_ty77:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .benefit_icon_ty77 {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    padding: 12px;
    background-color: #ffe6e6;
    border-radius: 50%;
  }

  .benefit_title_ty77 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }

  .benefit_desc_ty77 {
    font-size: 14px;
    color: #666;
  }

  .step_item_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }

  .step_content_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .step_image_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .step_img_ty77 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #eee;
  }

  .step_number_ty77 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    margin-right: 15px;
    font-size: 20px;
  }

  .step_title_ty77 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
  }

  .step_desc_ty77 {
    margin-bottom: 15px;
    color: #555;
  }

  .tip_box_ty77 {
    background-color: #f0f7ff;
    border-left: 4px solid #0066ff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 8px 8px 0;
  }

  .tip_title_ty77 {
    font-weight: 600;
    color: #0066ff;
    margin-bottom: 5px;
  }

  .equipment_section_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .equipment_grid_ty77 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .equipment_item_ty77 {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
  }

  .equipment_item_ty77:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .equipment_img_ty77 {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .equipment_content_ty77 {
    padding: 15px;
  }

  .equipment_title_ty77 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
  }

  .equipment_desc_ty77 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }

  .equipment_price_ty77 {
    font-weight: 600;
    color: #ff0000;
  }

  .tips_section_ty77 {
    margin-bottom: 40px;
  }

  .tip_card_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .tip_icon_ty77 {
    margin-bottom: 15px;
  }

  .tip_title_ty77 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  .tip_desc_ty77 {
    color: #666;
    font-size: 15px;
  }

  .case_study_section_ty77 {
    margin-bottom: 40px;
  }

  .case_study_item_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  }

  .case_study_image_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .cs_img_ty77 {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .case_study_content_ty77 {
    flex: 1;
    min-width: 300px;
  }

  .cs_title_ty77 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
  }

  .cs_desc_ty77 {
    color: #666;
    margin-bottom: 15px;
  }

  .cs_stats_ty77 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .cs_stat_ty77 {
    text-align: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    flex: 1;
    margin: 0 5px;
  }

  .cs_stat_number_ty77 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff0000;
    margin-bottom: 5px;
  }

  .cs_stat_label_ty77 {
    font-size: 14px;
    color: #666;
  }

  .faq_section_ty77 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .faq_item_ty77 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }

  .faq_item_ty77:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .faq_question_ty77 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq_question_ty77:after {
    content: "+";
    font-size: 22px;
    color: #ff0000;
  }

  .faq_answer_ty77 {
    color: #666;
    font-size: 15px;
    padding-top: 10px;
  }

  .cta_section_ty77 {
    background: linear-gradient(135deg, #ff4d4d, #f9304f);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.3);
  }

  .cta_title_ty77 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .cta_text_ty77 {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_btn_ty77 {
    display: inline-block;
    background-color: white;
    color: #ff4d4d;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .cta_btn_ty77:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  /* 반응형 스타일 */
  @media (max-width: 768px) {
    .step_item_ty77 {
      flex-direction: column;

    }

    .step_image_ty77 {
      order: -1;
    }

    .intro_section_ty77 {
      flex-direction: column;
    }

    .intro_image_ty77 {
      order: -1;
    }

    .case_study_item_ty77 {
      flex-direction: column;
    }

    .case_study_image_ty77 {
      order: -1;
    }

    .header_title_ty77 {
      font-size: 28px;
    }

    .section_title_ty77 {
      font-size: 22px;
    }

    .step_title_ty77 {
      font-size: 20px;
    }

    .cta_title_ty77 {
      font-size: 24px;
    }

    .cs_stats_ty77 {
      flex-direction: column;
      gap: 10px;
    }

    .cs_stat_ty77 {
      margin: 5px 0;
    }
  }



    .btn-register-vc782 {
        display: inline-block;
        padding: 12px 20px;
        margin: 0 10px;
        font-family: 'Malgun Gothic', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #3498db;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    }
    
    .btn-register-vc782:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
        background-color: #2980b9;
    }
    
    .btn-offline-vc782 {
        background-color: #3498db;
    }
    
    .btn-special-vc782 {
        background-color: #f39c12;
    }
    
    .btn-special-vc782:hover {
        background-color: #e67e22;
    }
    
    .btn-register-vc782 i {
        margin-right: 8px;
    }  


.container_m785 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        background-color: #f9f9f9;
        color: #333;
        line-height: 1.6;
    }
    
    .header_m785 {
        text-align: center;
        padding: 40px 0;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    
    .header_m785 h1 {
        font-size: 36px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
        margin-bottom: 15px;
    }
    
    .header_m785 p {
        font-size: 18px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #666;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .section_m785 {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .section_m785 h2 {
        font-size: 20px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f2f2f2;
    }
    
    .section_m785 p {
        margin-bottom: 15px;
        font-size: 13px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
		font-weight: 400;
    }
    
    .benefits_m785 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
    }
    
    .benefit-card_m785 {
        flex: 1 1 300px;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    
    .benefit-card_m785 h3 {
        font-size: 17px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
        margin-bottom: 10px;
    }
    
    .benefit-card_m785 p {
        font-family: 'Noto Sans KR', Arial, sans-serif;
        font-size: 13px;	font-weight: 400;
    }
    
    .steps_m785 {
        counter-reset: step-counter;
        margin: 20px 0;
    }
    
    .step_m785 {
        margin-bottom: 20px;
        padding-left: 50px;
        position: relative;
    }
    
    .step_m785:before {
        content: counter(step-counter);
        counter-increment: step-counter;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ff3e3e;
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-family: Arial, sans-serif;
    }
    
    .step_m785 h3 {
        font-size: 20px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        margin-bottom: 10px;
    }
    
    .step_m785 p {
        font-family: 'Noto Sans KR', Arial, sans-serif;
    }
    
    .tip_m785 {
        background-color: #fff5e6;
        border-left: 4px solid #ffaa00;
        padding: 15px;
        margin: 20px 0;
        border-radius: 0 8px 8px 0;
		text-align: left;
    }
    
    .tip_m785 h4 {
        color: #ff8800;
        margin-bottom: 5px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
		text-align: left;
    }
    
    .tip_m785 p {
        font-family: 'Noto Sans KR', Arial, sans-serif;
    }
    
    .equipment_m785 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
    }
    
    .equipment-card_m785 {
        flex: 1 1 250px;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        text-align: center;
    }
    
    .equipment-card_m785 img {
        width: 100%;
        max-width: 150px;
        height: auto;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    
    .equipment-card_m785 h3 {
        font-size: 18px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        margin-bottom: 10px;
    }
    
    .equipment-card_m785 p {
        font-size: 14px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #666;
        margin-bottom: 10px;
    }
    
    .price_m785 {
        font-weight: bold;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
    }
    
    .case-studies_m785 {
        margin: 20px 0;
    }
    
    .case-study_m785 {
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    
    .case-study_m785 h3 {
        font-size: 20px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
        margin-bottom: 10px;
    }
    
    .case-study_m785 p {
        margin-bottom: 10px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
    }
    
    .result_m785 {
        font-weight: bold;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #333;
    }
    
    .cta_m785 {
        text-align: center;
        padding: 40px 0;
    }
    
    .cta_m785 h2 {
        font-size: 28px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        color: #ff3e3e;
        margin-bottom: 20px;
    }
    
    .cta_m785 p {
        font-family: 'Noto Sans KR', Arial, sans-serif;
    }
    
    .cta-button_m785 {
        display: inline-block;
        background-color: #ff3e3e;
        color: white;
        font-size: 18px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
        font-weight: bold;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        transition: background-color 0.3s;
    }
    
    .cta-button_m785:hover {
        background-color: #e62e2e;
    }
    
    .footer_m785 {
        text-align: center;
        padding: 20px 0;
        color: #666;
        font-size: 14px;
        font-family: 'Noto Sans KR', Arial, sans-serif;
    }
    
    @media (max-width: 768px) {
        .header_m785 h1 {
            font-size: 28px;
        }
        
        .header_m785 p {
            font-size: 16px;
        }
        
        .section_m785 h2 {
            font-size: 24px;
        }
        
        .step_m785 {
            padding-left: 40px;
        }
        
        .step_m785:before {
            width: 30px;
            height: 30px;
        }
    }

    .ai_bi1_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .ai_bi1_card {
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e5e7eb;
        }

        .ai_bi1_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .ai_bi1_image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .ai_bi1_content {
            padding: 25px;
        }

        .ai_bi1_title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #1f2937;
            text-align: center;
        }

        .ai_bi1_subtitle {
            font-size: 14px;
            color: #6b7280;
            margin-bottom: 20px;
            text-align: center;
        }

        .ai_bi1_description {
            color: #4b5563;
            font-size: 13px;
            line-height: 1.6;
            text-align: left;
            margin-top: 10px;
        }

        .ai_bi1_chatgpt {
            border-top: 4px solid #10a37f;
        }

        .ai_bi1_claude {
            border-top: 4px solid #d97706;
        }

        .ai_bi1_glock {
            border-top: 4px solid #2563eb;
        }

        /* 반응형 디자인 */
        @media (max-width: 768px) {
            .ai_bi1_container {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 15px;
            }

            .ai_bi1_title {
                font-size: 1.7rem;
            }

            .ai_bi1_content {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .ai_bi1_title {
                font-size: 1.5rem;
            }

            .ai_bi1_subtitle {
                font-size: 1rem;
            }

            .ai_bi1_description {
                font-size: 0.9rem;
            }
        }

     /* 인사말 섹션 스타일 */
        .greeting-wrapper_63ae {
            width: 100%;
            font-family: 'Noto Sans KR', sans-serif;
        }

        .greeting-section_63ae {
            padding: 60px 20px;
        }

        .greeting-container_63ae {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 페이지 타이틀 */
        .page-title-box_63ae {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 30px;
        }

        .page-title-box_63ae::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background-color: #1976d2;
        }

        .page-title_63ae {
            font-size: 32px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .page-subtitle_63ae {
            font-size: 15px;
            color: #666;
            letter-spacing: -0.5px;
        }

        /* CEO 메시지 섹션 */
        .ceo-message-section_63ae {
            margin-bottom: 80px;
        }

        .ceo-message-container_63ae {
            display: grid;
            grid-template-columns: 400px 1fr;
            gap: 60px;
            align-items: start;
        }

        .ceo-image-wrap_63ae {
            position: relative;
        }

        .ceo-image_63ae {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .ceo-info-box_63ae {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
            background: rgba(255,255,255,0.95);
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            backdrop-filter: blur(10px);
        }

        .ceo-name_63ae {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .ceo-position_63ae {
            font-size: 14px;
            color: #666;
        }

        .message-content_63ae {
            padding-top: 20px;
        }

        .message-title_63ae {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
            line-height: 1.4;
        }

        .message-text_63ae {
            font-size: 14px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 20px;
        }

        .highlight-text_63ae {
            font-size: 16px;
            color: #1976d2;
            font-weight: 500;
            background: #f5f9ff;
            padding: 20px;
            border-left: 3px solid #1976d2;
            margin: 30px 0;
            border-radius: 4px;
        }

        /* 비전 미션 섹션 */
        .vision-mission-section_63ae {
            width: 100%;
            background: #f8f9fa;
            padding: 80px 0;
        }

        .vision-mission-container_63ae {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .vm-grid_63ae {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            margin-top: 50px;
        }

        .vm-card_63ae {
            background: white;
            padding: 50px 40px;
            border-radius: 8px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .vm-card_63ae:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 25px rgba(0,0,0,0.12);
        }

        .vm-icon_63ae {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: #e3f2fd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
        }

        .vm-title_63ae {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }

        .vm-desc_63ae {
            font-size: 14px;
            line-height: 1.8;
            color: #666;
        }

        /* 핵심 가치 섹션 */
        .core-values-section_63ae {
            padding: 80px 20px;
        }

        .core-values-container_63ae {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .values-grid_63ae {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
        }

        .value-item_63ae {
            text-align: center;
            padding: 30px 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .value-item_63ae:hover {
            border-color: #1976d2;
            background: #f5f9ff;
        }

        .value-number_63ae {
            font-size: 40px;
            font-weight: 700;
            color: #1976d2;
            margin-bottom: 10px;
        }

        .value-title_63ae {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .value-desc_63ae {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
        }

        /* 하단 CTA 섹션 */
        .cta-section_63ae {
            background: linear-gradient(135deg, #1e88e5 0%, #1976d2 100%);
            padding: 60px 20px;
            text-align: center;
            border-radius: 8px;
            margin: 80px auto 0;
            max-width: 1200px;
        }

        .cta-title_63ae {
            font-size: 28px;
            color: white;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .cta-desc_63ae {
            font-size: 16px;
            color: rgba(255,255,255,0.9);
            margin-bottom: 30px;
        }

        .cta-button_63ae {
            display: inline-block;
            background: white;
            color: #1976d2;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .cta-button_63ae:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }

        /* 반응형 */
        @media (max-width: 1200px) {
            .values-grid_63ae {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 1024px) {
            .ceo-message-container_63ae {
                grid-template-columns: 1fr;
            }
            
            .ceo-image-wrap_63ae {
                max-width: 400px;
                margin: 0 auto 40px;
            }
        }

        @media (max-width: 768px) {
            .greeting-wrapper_63ae {
                padding: 0 15px;
            }
            
            .greeting-section_63ae {
                padding: 40px 0;
            }
            
            .page-title_63ae {
                font-size: 26px;
            }
            
            .page-subtitle_63ae {
                font-size: 13px;
            }
            
            .vm-grid_63ae,
            .values-grid_63ae {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .message-title_63ae {
                font-size: 20px;
            }
            
            .message-text_63ae {
                font-size: 13px;
            }
            
            .highlight-text_63ae {
                font-size: 14px;
                padding: 15px;
            }
            
            .vm-card_63ae {
                padding: 40px 30px;
            }
            
            .cta-title_63ae {
                font-size: 22px;
            }
            
            .cta-desc_63ae {
                font-size: 14px;
            }
            
            .cta-button_63ae {
                font-size: 14px;
                padding: 12px 30px;
            }
        }

        @media (max-width: 480px) {
            .page-title-box_63ae {
                margin-bottom: 40px;
            }
            
            .page-title_63ae {
                font-size: 22px;
            }
            
            .ceo-message-container_63ae {
                gap: 30px;
            }
            
            .message-title_63ae {
                font-size: 18px;
            }
            
            .value-item_63ae {
                padding: 20px 15px;
            }
            
            .value-number_63ae {
                font-size: 32px;
            }
            
            .cta-section_63ae {
                padding: 40px 20px;
            }
        }

     .brand-section_12uu {
            padding: 20px 15px;
            font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
        }

        .container_12uu {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title_12uu {
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .section-title_12uu::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
            border-radius: 2px;
        }

        .brand-grid_12uu {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            padding: 0 15px;
        }

        .brand-card_12uu {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .brand-image-wrapper_12uu {
            width: 100%;
            height: 190px;
            overflow: hidden;
            position: relative;
        }

        .brand-image_12uu {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .brand-card_12uu:hover .brand-image_12uu {
            transform: scale(1.1);
        }

        .brand-tag_12uu {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255, 255, 255, 0.95);
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            color: #2c3e50;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            z-index: 1;
        }

        .brand-card_12uu:nth-child(1) .brand-tag_12uu {
            color: #ff6b6b;
            border: 1px solid rgba(255, 107, 107, 0.3);
        }

        .brand-card_12uu:nth-child(2) .brand-tag_12uu {
            color: #4ecdc4;
            border: 1px solid rgba(78, 205, 196, 0.3);
        }

        .brand-card_12uu:nth-child(3) .brand-tag_12uu {
            color: #9b59b6;
            border: 1px solid rgba(155, 89, 182, 0.3);
        }

        .brand-title_12uu {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            background: rgba(255, 255, 255, 0.95);
            padding: 6px 12px;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 700;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1;
            text-align: center;
        }

        .brand-card_12uu:nth-child(1) .brand-title_12uu {
            color: #ff6b6b;
        }

        .brand-card_12uu:nth-child(2) .brand-title_12uu {
            color: #4ecdc4;
        }

        .brand-card_12uu:nth-child(3) .brand-title_12uu {
            color: #9b59b6;
        }

        .brand-content_12uu {
            padding: 20px 20px;
        }

        .brand-card_12uu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
        }

        .brand-card_12uu:nth-child(2)::before {
            background: linear-gradient(90deg, #4ecdc4, #44a39a);
        }

        .brand-card_12uu:nth-child(3)::before {
            background: linear-gradient(90deg, #9b59b6, #8e44ad);
        }

        .brand-card_12uu:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .brand-name_12uu {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #2c3e50;
        }

        .brand-card_12uu:nth-child(1) .brand-name_12uu {
            color: #ff6b6b;
        }

        .brand-card_12uu:nth-child(2) .brand-name_12uu {
            color: #4ecdc4;
        }

        .brand-card_12uu:nth-child(3) .brand-name_12uu {
            color: #9b59b6;
        }

        .brand-subtitle_12uu {
            font-size: 14px;
            color: #7f8c8d;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .brand-cost_12uu {
            background: #f8f9fa;
            padding: 10px 14px;
            border-radius: 8px;
            margin-bottom: 16px;
            border-left: 4px solid;
        }

        .brand-card_12uu:nth-child(1) .brand-cost_12uu {
            border-left-color: #ff6b6b;
        }

        .brand-card_12uu:nth-child(2) .brand-cost_12uu {
            border-left-color: #4ecdc4;
        }

        .brand-card_12uu:nth-child(3) .brand-cost_12uu {
            border-left-color: #9b59b6;
        }

        .cost-label_12uu {
            font-size: 12px;
            color: #95a5a6;
            margin-bottom: 4px;
        }

        .cost-amount_12uu {
            font-size: 16px;
            font-weight: 700;
            color: #2c3e50;
        }

        .feature-list_12uu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-item_12uu {
            padding: 4px 0;
            font-size: 12px;
            color: #34495e;
            position: relative;
            padding-left: 20px;
            line-height: 1.3;
        }

        .feature-item_12uu::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 4px;
            font-weight: 700;
            font-size: 12px;
        }

        .brand-card_12uu:nth-child(1) .feature-item_12uu::before {
            color: #ff6b6b;
        }

        .brand-card_12uu:nth-child(2) .feature-item_12uu::before {
            color: #4ecdc4;
        }

        .brand-card_12uu:nth-child(3) .feature-item_12uu::before {
            color: #9b59b6;
        }

        .highlight_12uu {
            font-weight: 600;
            padding: 2px 6px;
            border-radius: 4px;
            background: rgba(255, 107, 107, 0.1);
        }

        .brand-card_12uu:nth-child(2) .highlight_12uu {
            background: rgba(78, 205, 196, 0.1);
        }

        .brand-card_12uu:nth-child(3) .highlight_12uu {
            background: rgba(155, 89, 182, 0.1);
        }

        @media (max-width: 768px) {
            .brand-grid_12uu {
                grid-template-columns: 1fr;
                padding: 0;
            }

            .section-title_12uu {
                font-size: 24px;
            }

            .brand-card_12uu {
                padding: 25px 20px;
            }

            .brand-name_12uu {
                font-size: 20px;
            }
        }


    .container_y765 {
            width: 100%;
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
            min-height: 100vh;
        }

        .section_y765 {
            width: 100%;
            padding: 40px 0;
        }

        .section_white_y765 {
            background: white;
        }

        .section_gray_y765 {
            background: #f8fafc;
        }

        .content_wrapper_y765 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .header_y765 {
            text-align: center;
            margin-bottom: 50px;
        }

        .title_y765 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #e91e63;
            margin-bottom: 16px;
            letter-spacing: -0.02em;
        }

        .subtitle_y765 {
            font-size: 0.95rem;
            color: #64748b;
            font-weight: 400;
            line-height: 1.6;
        }

        .section_title_y765 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 20px;
            text-align: center;
        }

        .section_subtitle_y765 {
            font-size: 0.85rem;
            color: #64748b;
            margin-bottom: 40px;
            text-align: center;
        }

        /* 사업 개요 카드들 */
        .overview_grid_y765 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .overview_card_y765 {
            background: white;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .overview_card_y765:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        }

        .overview_card_y765:nth-child(1)::before {
            background: linear-gradient(90deg, #e91e63, #ff6b9d);
        }

        .overview_card_y765:nth-child(2)::before {
            background: linear-gradient(90deg, #9c27b0, #e1bee7);
        }

        .overview_card_y765:nth-child(3)::before {
            background: linear-gradient(90deg, #ff4081, #ff80ab);
        }

        .overview_card_y765:nth-child(4)::before {
            background: linear-gradient(90deg, #673ab7, #b39ddb);
        }

        .overview_card_y765:nth-child(5)::before {
            background: linear-gradient(90deg, #e91e63, #f8bbd9);
        }

        .overview_card_y765:nth-child(6)::before {
            background: linear-gradient(90deg, #9c27b0, #ce93d8);
        }

        .overview_card_y765::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
        }

        .card_label_y765 {
            font-size: 0.75rem;
            font-weight: 600;
            color: #e91e63;
            margin-bottom: 8px;
        }

        .card_title_y765 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .card_text_y765 {
            color: #64748b;
            line-height: 1.5;
            font-size: 0.75rem;
        }

        /* 통계 섹션 */
        .stats_grid_y765 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }

        .stat_card_y765 {
            background: white;
            border-radius: 20px;
            padding: 32px 24px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
        }

        .stat_card_y765:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
        }

        .stat_icon_y765 {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            font-weight: bold;
        }

        .stat_icon_pink_y765 {
            background: linear-gradient(135deg, #e91e63, #ff6b9d);
        }

        .stat_icon_purple_y765 {
            background: linear-gradient(135deg, #9c27b0, #ce93d8);
        }

        .stat_icon_rose_y765 {
            background: linear-gradient(135deg, #ff4081, #f8bbd9);
        }

        .stat_number_y765 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 8px;
        }

        .stat_label_y765 {
            color: #64748b;
            font-size: 0.7rem;
            line-height: 1.5;
        }

        /* 특징 섹션 */
        .features_grid_y765 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }

        .feature_card_y765 {
            background: white;
            border-radius: 20px;
            padding: 28px 24px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .feature_card_y765:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
        }

        .feature_card_y765:nth-child(1) .feature_icon_y765 {
            background: linear-gradient(135deg, #e91e63, #ff6b9d);
        }

        .feature_card_y765:nth-child(2) .feature_icon_y765 {
            background: linear-gradient(135deg, #9c27b0, #ce93d8);
        }

        .feature_card_y765:nth-child(3) .feature_icon_y765 {
            background: linear-gradient(135deg, #ff4081, #f8bbd9);
        }

        .feature_card_y765:nth-child(4) .feature_icon_y765 {
            background: linear-gradient(135deg, #673ab7, #b39ddb);
        }

        .feature_card_y765:nth-child(5) .feature_icon_y765 {
            background: linear-gradient(135deg, #e91e63, #ff80ab);
        }

        .feature_card_y765:nth-child(6) .feature_icon_y765 {
            background: linear-gradient(135deg, #9c27b0, #e1bee7);
        }

        .feature_icon_y765 {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: white;
            font-weight: bold;
        }

        .feature_title_y765 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 12px;
        }

        .feature_text_y765 {
            color: #64748b;
            line-height: 1.6;
            font-size: 0.75rem;
        }

        .highlight_text_y765 {
            color: #e91e63;
            font-weight: 700;
        }

        /* 모바일 반응형 */
        @media (max-width: 768px) {
            .content_wrapper_y765 {
                padding: 0 16px;
            }

            .section_y765 {
                padding: 30px 0;
            }

            .title_y765 {
                font-size: 1.5rem;
            }

            .section_title_y765 {
                font-size: 1.2rem;
            }

            .overview_grid_y765,
            .stats_grid_y765,
            .features_grid_y765 {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .overview_card_y765 {
                padding: 20px;
            }

            .stat_card_y765,
            .feature_card_y765 {
                padding: 24px 20px;
            }
        }

        @media (max-width: 480px) {
            .title_y765 {
                font-size: 1.3rem;
            }

            .section_title_y765 {
                font-size: 1rem;
            }

            .stat_icon_y765 {
                width: 60px;
                height: 60px;
                font-size: 1.6rem;
            }

            .feature_icon_y765 {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
            }
        }

.startup-container-sut33 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.main-text-sut33 {
  text-align: center;
  margin-bottom: 60px;
}

.main-text-sut33 p {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin: 10px 0;
}

.highlight-sut33 {
  font-weight: 700;
  color: #2563eb;
}

.section-wrapper-sut33 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.section-sut33 {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.section-title-sut33 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.section-list-sut33 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-list-sut33 li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.section-list-sut33 li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.section-desc-sut33 {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* 반응형 - 모바일에서 한 덩어리로 */
@media (max-width: 768px) {
  .main-text-sut33 p {
    font-size: 16px;
  }
  
  .section-wrapper-sut33 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .section-sut33 {
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  
  .section-sut33:first-child {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .section-title-sut33 {
    font-size: 20px;
  }
  
  .section-list-sut33 li {
    font-size: 14px;
  }
  
  .section-desc-sut33 {
    font-size: 14px;
  }
  
  /* 모바일에서 전체를 하나의 박스로 감싸기 */
  .info-sections-sut33 {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
}


  /* 건강하# 전용 스타일 */
    .hero-gangha78 {
        padding: 100px 20px 80px;
        background: linear-gradient(135deg, #f0f9f4 0%, #e8f5e9 50%, #ffffff 100%);
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .hero-gangha78::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(76, 175, 80, 0.05) 0%, transparent 70%);
        animation: pulse-gangha78 15s ease-in-out infinite;
    }

    @keyframes pulse-gangha78 {
        0%, 100% { transform: scale(1) rotate(0deg); }
        50% { transform: scale(1.1) rotate(180deg); }
    }

    .hero-gangha78 h1 {
        font-size: 48px;
        color: #2e7d32;
        margin-bottom: 24px;
        font-weight: 800;
        line-height: 1.2;
        position: relative;
        z-index: 1;
    }

    .hero-subtitle-gangha78 {
        font-size: 22px;
        color: #4CAF50;
        font-weight: 600;
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .hero-gangha78 p {
        font-size: 18px;
        color: #555;
        max-width: 800px;
        margin: 0 auto 48px;
        line-height: 1.8;
        position: relative;
        z-index: 1;
    }

    .cta-button-gangha78 {
        display: inline-block;
        background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
        color: white;
        padding: 18px 48px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.3);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .cta-button-gangha78::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .cta-button-gangha78:hover::before {
        width: 300px;
        height: 300px;
    }

    .cta-button-gangha78:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 30px rgba(76, 175, 80, 0.4);
    }

    .image-placeholder-gangha78 {
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4CAF50;
        font-size: 18px;
        font-weight: 500;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(76, 175, 80, 0.15);
        position: relative;
    }

    .intro-section-gangha78 {
        padding: 100px 20px;
        background: white;
        position: relative;
    }

    .container-gangha78 {
        max-width: 1280px;
        margin: 0 auto;
    }

    .intro-grid-gangha78 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .intro-content-gangha78 h2 {
        font-size: 38px;
        color: #2e7d32;
        margin-bottom: 32px;
        line-height: 1.3;
        font-weight: 700;
    }

    .intro-highlight-gangha78 {
        background: linear-gradient(120deg, #4CAF50 0%, #66BB6A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 800;
    }

    .intro-content-gangha78 p {
        font-size: 17px;
        color: #555;
        margin-bottom: 24px;
        line-height: 1.8;
    }

    .intro-stats-gangha78 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
        padding: 32px;
        background: #f8fafb;
        border-radius: 16px;
    }

    .stat-item-gangha78 {
        text-align: center;
    }

    .stat-number-gangha78 {
        font-size: 32px;
        font-weight: 800;
        color: #4CAF50;
        display: block;
    }

    .stat-label-gangha78 {
        font-size: 14px;
        color: #666;
        margin-top: 4px;
    }

    .intro-image-gangha78 {
        height: 500px;
        position: relative;
    }

    .features-section-gangha78 {
        padding: 100px 20px;
        background: linear-gradient(to bottom, #f8fafb 0%, #ffffff 100%);
    }

    .section-header-gangha78 {
        text-align: center;
        margin-bottom: 80px;
    }

    .section-header-gangha78 h2 {
        font-size: 38px;
        color: #2e7d32;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .section-header-gangha78 p {
        font-size: 18px;
        color: #666;
        max-width: 600px;
        margin: 0 auto;
    }

    .features-grid-gangha78 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }

    .feature-card-gangha78 {
        background: white;
        padding: 48px 32px;
        border-radius: 24px;
        text-align: center;
        box-shadow: 0 5px 30px rgba(0,0,0,0.08);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .feature-card-gangha78::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 100%);
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    .feature-card-gangha78:hover::before {
        transform: translateX(0);
    }

    .feature-card-gangha78:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 50px rgba(76, 175, 80, 0.15);
    }

    .feature-icon-gangha78 {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        border-radius: 50%;
        margin: 0 auto 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        transition: transform 0.4s;
    }

    .feature-card-gangha78:hover .feature-icon-gangha78 {
        transform: scale(1.1) rotate(5deg);
    }

    .feature-card-gangha78 h3 {
        font-size: 24px;
        color: #2e7d32;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .feature-card-gangha78 p {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
    }

    .services-section-gangha78 {
        padding: 100px 20px;
        background: white;
    }

    .service-tabs-gangha78 {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .tab-button-gangha78 {
        padding: 14px 36px;
        border: 2px solid #e0e0e0;
        background: white;
        color: #666;
        border-radius: 50px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative;
    }

    .tab-button-gangha78:hover {
        border-color: #4CAF50;
        color: #4CAF50;
    }

    .tab-button-gangha78.active {
        background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
        color: white;
        border-color: transparent;
        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.3);
    }

    .service-content-gangha78 {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .service-image-gangha78 {
        height: 400px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    }

    .service-details-gangha78 h3 {
        font-size: 30px;
        color: #2e7d32;
        margin-bottom: 32px;
        font-weight: 700;
    }

    .service-list-gangha78 {
        list-style: none;
        padding: 0;
    }

    .service-list-gangha78 li {
        padding: 16px 0;
        color: #555;
        display: flex;
        align-items: center;
        font-size: 17px;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.3s;
    }

    .service-list-gangha78 li:hover {
        color: #2e7d32;
        padding-left: 8px;
    }

    .service-list-gangha78 li::before {
        content: "✓";
        color: #4CAF50;
        font-weight: bold;
        margin-right: 16px;
        font-size: 24px;
        flex-shrink: 0;
    }

    .pricing-section-gangha78 {
        padding: 100px 20px;
        background: linear-gradient(to bottom, #f8fafb 0%, #e8f5e9 100%);
    }

    .pricing-grid-gangha78 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 40px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .pricing-card-gangha78 {
        background: white;
        border-radius: 24px;
        padding: 48px 36px;
        text-align: center;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        position: relative;
        transition: all 0.4s ease;
        border: 2px solid transparent;
    }

    .pricing-card-gangha78:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(76, 175, 80, 0.15);
    }

    .pricing-card-gangha78.featured {
        border-color: #4CAF50;
        transform: scale(1.05);
    }

    .pricing-card-gangha78.featured::before {
        content: "BEST";
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
        color: white;
        padding: 8px 32px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .pricing-title-gangha78 {
        font-size: 28px;
        color: #333;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .pricing-desc-gangha78 {
        font-size: 16px;
        color: #666;
        margin-bottom: 32px;
    }

    .pricing-price-gangha78 {
        font-size: 48px;
        color: #4CAF50;
        font-weight: 800;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .pricing-price-gangha78 span {
        font-size: 20px;
        color: #999;
        font-weight: 400;
    }

    .pricing-value-gangha78 {
        font-size: 16px;
        color: #FF6B6B;
        text-decoration: line-through;
        margin-bottom: 32px;
    }

    .pricing-features-gangha78 {
        list-style: none;
        margin: 0 0 40px 0;
        padding: 0;
        text-align: left;
    }

    .pricing-features-gangha78 li {
        padding: 12px 0;
        color: #555;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .pricing-features-gangha78 li::before {
        content: "✓";
        color: #4CAF50;
        font-weight: bold;
        margin-right: 12px;
        font-size: 18px;
    }

    .pricing-button-gangha78 {
        display: inline-block;
        width: 100%;
        padding: 16px 32px;
        background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
        color: #666;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s;
    }

    .pricing-card-gangha78:hover .pricing-button-gangha78,
    .pricing-card-gangha78.featured .pricing-button-gangha78 {
        background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
        color: white;
        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.3);
    }

    .investment-section-gangha78 {
        padding: 100px 20px;
        background: linear-gradient(135deg, #ffffff 0%, #f0f9f4 50%, #e8f5e9 100%);
    }

    .investment-content-gangha78 {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .investment-intro-gangha78 {
        font-size: 20px;
        color: #555;
        max-width: 800px;
        margin: 0 auto 60px;
        line-height: 1.8;
    }

    .investment-grid-gangha78 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
        margin-bottom: 60px;
    }

    .investment-card-gangha78 {
        background: white;
        padding: 48px 40px;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        transition: all 0.4s ease;
        border: 2px solid transparent;
        position: relative;
    }

    .investment-card-gangha78::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 100%);
        border-radius: 24px 24px 0 0;
    }

    .investment-card-gangha78:hover {
        transform: translateY(-8px);
        border-color: #4CAF50;
        box-shadow: 0 20px 60px rgba(76, 175, 80, 0.15);
    }

    .investment-card-gangha78 h3 {
        font-size: 26px;
        color: #2e7d32;
        margin-bottom: 32px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .investment-card-gangha78 h3 i {
        font-size: 28px;
        color: #4CAF50;
    }

    .investment-card-gangha78 ul {
        list-style: none;
        text-align: left;
        padding: 0;
    }

    .investment-card-gangha78 li {
        padding: 16px 20px;
        color: #555;
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.3s;
    }

    .investment-card-gangha78 li:hover {
        background: #f8fafb;
        padding-left: 28px;
    }

    .investment-card-gangha78 li:last-child {
        border-bottom: none;
    }

    .investment-card-gangha78 li i {
        color: #4CAF50;
        margin-right: 16px;
        font-size: 18px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .investment-returns-gangha78 {
        background: white;
        padding: 60px 40px;
        border-radius: 24px;
        margin-bottom: 60px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        border: 2px solid #e8f5e9;
    }

    .investment-returns-gangha78 h3 {
        font-size: 32px;
        margin-bottom: 40px;
        font-weight: 700;
        color: #2e7d32;
    }

    .returns-grid-gangha78 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .return-item-gangha78 {
        text-align: center;
        padding: 24px;
        background: #f8fafb;
        border-radius: 16px;
        transition: all 0.3s;
    }

    .return-item-gangha78:hover {
        background: #e8f5e9;
        transform: translateY(-4px);
    }

    .return-amount-gangha78 {
        font-size: 20px;
        font-weight: 800;
        color: #2e7d32;
        margin-bottom: 12px;
    }

    .return-desc-gangha78 {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
    }

    .return-desc-gangha78 strong {
        color: #4CAF50;
        font-weight: 700;
        display: block;
        margin-top: 8px;
    }

    /* 반응형 디자인 - 태블릿 */
    @media (max-width: 1024px) {
        .intro-grid-gangha78 {
            gap: 60px;
        }

        .service-content-gangha78 {
            gap: 60px;
        }

        .features-grid-gangha78 {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
        }

        .pricing-card-gangha78.featured {
            transform: scale(1);
        }

        .returns-grid-gangha78 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* 반응형 디자인 - 모바일 */
    @media (max-width: 768px) {
        .hero-gangha78 {
            padding: 80px 20px 60px;
        }

        .hero-gangha78 h1 {
            font-size: 32px;
        }

        .hero-subtitle-gangha78 {
            font-size: 18px;
        }

        .hero-gangha78 p {
            font-size: 16px;
        }

        .intro-section-gangha78,
        .features-section-gangha78,
        .services-section-gangha78,
        .pricing-section-gangha78,
        .investment-section-gangha78 {
            padding: 60px 20px;
        }

        .intro-grid-gangha78,
        .service-content-gangha78 {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .intro-content-gangha78 h2 {
            font-size: 28px;
        }

        .intro-content-gangha78 p {
            font-size: 16px;
        }

        .section-header-gangha78 h2 {
            font-size: 28px;
        }

        .service-details-gangha78 h3 {
            font-size: 24px;
        }

        .intro-stats-gangha78 {
            grid-template-columns: 1fr;
            gap: 16px;
            padding: 24px;
        }

        .intro-image-gangha78 {
            height: 300px;
        }

        .service-image-gangha78 {
            height: 250px;
        }

        .service-tabs-gangha78 {
            gap: 12px;
            margin-bottom: 40px;
        }

        .tab-button-gangha78 {
            padding: 12px 24px;
            font-size: 14px;
        }

        .features-grid-gangha78 {
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .feature-card-gangha78 {
            padding: 36px 24px;
        }

        .pricing-grid-gangha78 {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .investment-grid-gangha78 {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .investment-card-gangha78 {
            padding: 36px 28px;
        }

        .investment-returns-gangha78 {
            padding: 40px 24px;
        }

        .returns-grid-gangha78 {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .return-item-gangha78 {
            padding: 20px 16px;
        }

        .return-amount-gangha78 {
            font-size: 18px;
        }

        .return-desc-gangha78 {
            font-size: 14px;
        }

        .section-header-gangha78 {
            margin-bottom: 48px;
        }

        .cta-button-gangha78 {
            padding: 16px 36px;
            font-size: 16px;
        }
    }

    /* 반응형 디자인 - 소형 모바일 */
    @media (max-width: 480px) {
        .hero-gangha78 h1 {
            font-size: 28px;
        }

        .hero-subtitle-gangha78 {
            font-size: 16px;
        }

        .hero-gangha78 p {
            font-size: 15px;
            margin-bottom: 32px;
        }

        .tab-button-gangha78 {
            padding: 10px 20px;
            font-size: 13px;
        }

        .pricing-price-gangha78 {
            font-size: 36px;
        }

        .feature-icon-gangha78 {
            width: 80px;
            height: 80px;
            font-size: 36px;
        }

        .feature-icon-gangha78 i {
            font-size: 36px;
        }

        .stat-number-gangha78 {
            font-size: 28px;
        }

        .investment-card-gangha78 li {
            font-size: 14px;
        }

        .investment-card-gangha78 h3 {
            font-size: 22px;
        }

        .investment-card-gangha78 h3 i {
            font-size: 24px;
        }

        .returns-grid-gangha78 {
            grid-template-columns: 1fr;
        }
    }

    /* 애니메이션 효과 추가 */
    .fade-in-gangha78 {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .fade-in-gangha78.visible {
        opacity: 1;
        transform: translateY(0);
    }
