> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aldoc.care/llms.txt
> Use this file to discover all available pages before exploring further.

# 환영합니다!

<div className="relative">
  <div className="relative z-10 px-4 py-4 lg:py-32 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      환영합니다!
    </h1>

    <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      현재 상황에 맞는 가입 가이드를 선택해주세요.
    </div>

    <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <Card title="원장 선생님" icon="shield-user" href="/welcome-guide/how-to-start-head-doctor">
        원장 선생님(또는 대표 선생님)들을 위한 알닥 가입 가이드입니다.
      </Card>

      <Card title="봉직의 선생님" icon="contact" href="/welcome-guide/how-to-start-employed-doctor">
        봉직의 선생님들을 위한 알닥 가입 가이드입니다.
      </Card>
    </div>
  </div>
</div>
