/* ==========================================
   Start Page 전용 스타일
   ========================================== */

/* 태블릿 (768px 이하) */
@media (max-width: 768px) {
  /* 메인 타이틀 */
  .MainStartFixing [data-layer="콘텐츠 제작 방식을 선택해주세요-48"] {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  /* 서브 타이틀 */
  .MainStartFixing [data-layer="원하는 방식으로 쇼츠를 제작할 수 있습니다-51"] {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* 버튼 메인 텍스트 */
  .MainStartFixing .Btnmaintext {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  /* 버튼 서브 텍스트 */
  .MainStartFixing .Btnsubtext {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  /* 추가 옵션 설정 제목 */
  .MainStartFixing [data-layer="추가 옵션 설정-86"] {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* 옵션 제목 (자막 표시) */
  .MainStartFixing [data-layer="자막 표시-93"] {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  /* 옵션 제목 (AI 음성) */
  .MainStartFixing [data-layer="AI 음성(TTS)-104"] {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  /* 옵션 설명 (자막) */
  .MainStartFixing [data-layer="영상에 자막을 자동으로 추가합니다-96"] {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  /* 옵션 설명 (AI 음성) */
  .MainStartFixing [data-layer="텍스트를 자연스러운 음성으로 변환합니다-107"] {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

/* 모바일 (480px 이하) */
@media (max-width: 480px) {
  /* 메인 타이틀 */
  .MainStartFixing [data-layer="콘텐츠 제작 방식을 선택해주세요-48"] {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  /* 서브 타이틀 */
  .MainStartFixing [data-layer="원하는 방식으로 쇼츠를 제작할 수 있습니다-51"] {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* 버튼 메인 텍스트 */
  .MainStartFixing .Btnmaintext {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* 버튼 서브 텍스트 */
  .MainStartFixing .Btnsubtext {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  /* 추가 옵션 설정 제목 */
  .MainStartFixing [data-layer="추가 옵션 설정-86"] {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  /* 옵션 제목 (자막 표시) */
  .MainStartFixing [data-layer="자막 표시-93"] {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  /* 옵션 제목 (AI 음성) */
  .MainStartFixing [data-layer="AI 음성(TTS)-104"] {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  /* 옵션 설명 (자막) */
  .MainStartFixing [data-layer="영상에 자막을 자동으로 추가합니다-96"] {
    font-size: 11px !important;
    line-height: 16px !important;
  }

  /* 옵션 설명 (AI 음성) */
  .MainStartFixing [data-layer="텍스트를 자연스러운 음성으로 변환합니다-107"] {
    font-size: 11px !important;
    line-height: 16px !important;
  }

  /* 버튼 패딩 조정 */
  .MainStartFixing .Urltomakebtn,
  .MainStartFixing .Makeeasybtn,
  .MainStartFixing .Ocrmakebtn,
  .MainStartFixing .Custommakebtn {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* addOptBox 패딩 조정 */
  .MainStartFixing .Addoptbox {
    padding: 12px !important;
  }
}

/* 모든 버튼 내부 텍스트가 전체 너비를 차지하도록 */
.MainStartFixing .Btnmaintext,
.MainStartFixing .Btnsubtext {
  width: 100%;
  align-self: stretch;
  pointer-events: none;
}
