/* 보조공학사 랜딩 페이지 (모바일) */

html {
  background-color: #fefefe !important;
}
body {
  font-family:
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif !important;
  background-color: #fefefe !important;
  color: #1a1a1a !important;
  min-height: 100vh;
  overflow-x: hidden !important;
}
#fixedBottom {
  display: none !important;
}

/* 레이아웃 */
.randing.assistive-tech {
  overflow-x: hidden;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.randing.assistive-tech * {
  box-sizing: border-box;
}
.randing.assistive-tech img {
  max-width: 100%;
  height: auto;
}

/* 히어로 섹션 */
.assistive-tech .hero-section {
  width: 100%;
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.5) 0%, rgba(209, 250, 229, 0.5) 50%, rgba(167, 243, 208, 0.5) 100%),
    url("https://it.livestudy.com/files/images/202603/834903f5-0f93-403d-8682-1e57ed814bf5.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.assistive-tech .hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}
.assistive-tech .hero-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.assistive-tech .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 50px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.3);
  margin-top: 4px;
}
.assistive-tech .hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(5, 150, 105, 0.4);
}

/* 보조공학사란 섹션 */
.assistive-tech .intro-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  overflow: hidden;
}
.assistive-tech .intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://it.livestudy.com/files/images/202603/23d53416-5f1a-4940-b63b-0f02adf4bd95.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.assistive-tech .intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.assistive-tech .intro-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .intro-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 24px 0;
}
.assistive-tech .intro-body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 32px 0;
}
.assistive-tech .intro-body strong {
  color: #6ee7b7;
  font-weight: 700;
}
.assistive-tech .intro-mediation {
  background: #f8fafb;
  border: 2px solid #d1fae5;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: left;
}
.assistive-tech .intro-mediation-title {
  font-size: 16px;
  font-weight: 700;
  color: #059669;
  margin: 0 0 20px 0;
  text-align: center;
}
.assistive-tech .intro-mediation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistive-tech .intro-mediation-list li {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
  padding-left: 40px;
}
.assistive-tech .intro-mediation-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  color: #059669;
  font-weight: 700;
  font-size: 14px;
}

/* 자격정보 섹션 */
.assistive-tech .qualification-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: #f8f8f8;
  overflow: hidden;
}
.assistive-tech .qualification-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .qualification-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 28px 0;
}
.assistive-tech .qualification-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.assistive-tech .qualification-item {
  background: #ffffff;
  border: 2px solid #d1fae5;
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.assistive-tech .qualification-item-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.assistive-tech .qualification-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.assistive-tech .qualification-item-label {
  font-size: 11px;
  font-weight: 600;
  color: #059669;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.assistive-tech .qualification-item-value {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}
.assistive-tech .qualification-link {
  color: #059669;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: color 0.2s ease;
}
.assistive-tech .qualification-link:hover {
  color: #047857;
  text-decoration: underline;
}
.assistive-tech .qualification-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.assistive-tech .qualification-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

/* 선이수과목 섹션 */
.assistive-tech .courses-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: #ffffff;
  overflow: hidden;
}
.assistive-tech .courses-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .courses-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}
.assistive-tech .courses-formula {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 32px 0;
}
.assistive-tech .courses-formula-item {
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  padding: 8px 10px;
  background: #f8f8f8;
  border-radius: 6px;
}
.assistive-tech .courses-formula-plus,
.assistive-tech .courses-formula-equals {
  font-size: 14px;
  font-weight: 700;
  color: #9ca3af;
}
.assistive-tech .courses-formula-result {
  font-size: 12px;
  font-weight: 700;
  color: #059669;
  padding: 8px 12px;
  background: #ecfdf5;
  border: 2px solid #a7f3d0;
  border-radius: 6px;
}
.assistive-tech .courses-info-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.assistive-tech .courses-info-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.assistive-tech .courses-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 9999px;
}
.assistive-tech .courses-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistive-tech .courses-row {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid #d1fae5;
  border-radius: 14px;
  overflow: hidden;
}
.assistive-tech .courses-row-label {
  padding: 16px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  font-size: 14px;
  font-weight: 700;
  color: #059669;
  text-align: center;
  border-bottom: 2px solid #a7f3d0;
}
.assistive-tech .courses-row-items {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.assistive-tech .courses-item {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

/* 취득 절차 섹션 */
.assistive-tech .process-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: #f8f8f8;
  overflow: hidden;
}
.assistive-tech .process-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .process-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}
.assistive-tech .process-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.assistive-tech .process-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 2px solid #d1fae5;
  border-radius: 14px;
  padding: 20px 16px;
}
.assistive-tech .process-item-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.15);
  margin-bottom: 12px;
  overflow: hidden;
}
.assistive-tech .process-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.assistive-tech .process-item-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}
.assistive-tech .process-item-body {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin: 0;
}
.assistive-tech .process-arrow {
  font-size: 20px;
  font-weight: 300;
  color: #059669;
  transform: rotate(90deg);
  margin: 4px 0;
}

/* 주요 직무 섹션 */
.assistive-tech .duties-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: #ffffff;
  overflow: hidden;
}
.assistive-tech .duties-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .duties-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}
.assistive-tech .duties-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.assistive-tech .duties-item {
  background: #ffffff;
  border: 2px solid #d1fae5;
  border-radius: 14px;
  padding: 24px 16px;
  transition: all 0.3s ease;
}
.assistive-tech .duties-item-image {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.assistive-tech .duties-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assistive-tech .duties-item-text {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
}

/* 진출분야 섹션 */
.assistive-tech .career-section {
  width: 100%;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 20px;
  overflow: hidden;
}
.assistive-tech .career-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(135deg, #064e3b 0%, #065f46 50%, #047857 100%);
}
.assistive-tech .career-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assistive-tech .career-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.assistive-tech .career-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .career-headline {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px 0;
}
.assistive-tech .career-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 32px 0;
}
.assistive-tech .career-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistive-tech .career-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.assistive-tech .career-item-label {
  font-size: 12px;
  font-weight: 700;
  color: #6ee7b7;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.assistive-tech .career-item-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

/* 수강 추천 대상 섹션 */
.assistive-tech .target-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: #f8f8f8;
  overflow: hidden;
}
.assistive-tech .target-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .target-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}
.assistive-tech .target-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.assistive-tech .target-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid #d1fae5;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.assistive-tech .target-item-highlight {
  border-color: #059669;
}
.assistive-tech .target-item-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.assistive-tech .target-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assistive-tech .target-item-text {
  padding: 16px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  text-align: center;
}
.assistive-tech .target-note {
  position: relative;
  background: rgba(5, 150, 105, 0.06);
  border: none;
  border-left: 4px solid #059669;
  border-radius: 0 12px 12px 0;
  padding: 18px 16px;
  text-align: left;
}
.assistive-tech .target-note-icon {
  display: none;
}
.assistive-tech .target-note-text {
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}

/* CTA 섹션 */
.assistive-tech .cta-section {
  width: 100%;
  position: relative;
  padding: 56px 20px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%);
  overflow: hidden;
}
.assistive-tech .cta-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.assistive-tech .cta-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}
.assistive-tech .cta-text strong {
  color: #059669;
  font-weight: 700;
}
.assistive-tech .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistive-tech .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.assistive-tech .cta-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.3);
}
.assistive-tech .cta-btn-secondary {
  color: #059669;
  background: #ffffff;
  border: 2px solid #059669;
}

/* QNA 섹션 */
.assistive-tech .qna-section {
  width: 100%;
  position: relative;
  padding: 56px 20px 100px;
  background: #ffffff;
  overflow: hidden;
}
.assistive-tech .qna-container {
  max-width: 100%;
  margin: 0 auto;
}
.assistive-tech .qna-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 28px 0;
  text-align: left;
}
.assistive-tech .qna-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistive-tech .qna-item {
  background: #f5f6f8;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.assistive-tech .qna-item.active {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.assistive-tech .qna-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 16px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #1a1a1a;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.assistive-tech .qna-question span:first-child::first-letter {
  display: inline-block;
  color: #059669;
  font-size: 18px;
  font-weight: 700;
  margin-right: 4px;
}
.assistive-tech .qna-item.active .qna-question {
  color: #059669;
}
.assistive-tech .qna-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #828c9c;
  transition: transform 0.3s ease, color 0.3s ease;
}
.assistive-tech .qna-item.active .qna-icon {
  color: #059669;
  transform: rotate(45deg);
}
.assistive-tech .qna-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.assistive-tech .qna-item.active .qna-answer {
  max-height: 500px;
}
.assistive-tech .qna-answer p {
  padding: 0 16px 18px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 1.8;
  margin: 0;
}
.assistive-tech .qna-answer p::first-letter {
  display: inline-block;
  color: #059669;
  font-size: 16px;
  font-weight: 700;
  margin-right: 4px;
}
.assistive-tech .qna-inquiry {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8eaed;
}
.assistive-tech .qna-inquiry-text {
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4f5969;
  margin-bottom: 20px;
}
.assistive-tech .qna-inquiry-button {
  display: inline-block;
  padding: 14px 32px;
  background-color: #1a1f29;
  color: #ffffff;
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.assistive-tech .qna-inquiry-button:hover {
  background-color: #2d3748;
  color: #ffffff;
}
