/* =========================
   program page (desktop)
========================= */
@media (min-width:1000px){
  

.program_hero {
  position: relative;
  background: #695f56;
  /* background: #8f827b;*/
}

.program_hero_slide {
  position: relative;
  height: 340px;
  overflow: hidden;
}

/* 슬라이드별 배경색 */
.program_hero_slide--01 {
  background: #695f56;
  /* background: #8f827b;*/
}

.program_hero_slide--02 {
  background: #826E6A;
}

/* 데스크탑 이미지는 1000px 고정 중앙 배치 */
.program_hero_slide_image.only_d {
  display: block;
  width: 1000px;
  height: 340px;
  margin: 0 auto;
  max-width: none;
  object-fit: contain;
  filter: none;
}

.program_hero_slide::after {
  content: "";
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.08) 28%,
    rgba(0, 0, 0, 0.03) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1; */
}

/* 텍스트/페이지네이션도 1000px 축에 맞춤 */
.program_hero_slide .inner {
  position: absolute;
  inset: 0;
  width: 1000px;
  min-height: 340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
}

.program_hero_content {
  width: 1000px;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  bottom: 290px;
  position: relative;
  z-index: 2;
}

.program_hero_heading {
  margin: 0;
  line-height: 1.25;
  font-size: var(--font-h2);
}

.program_hero_eyebrow {
  margin-bottom: 4px;
  font-size: var(--font-h1);
}


.program_hero_title {
  margin-bottom: 12px;
  font-size: var(--font-h1);
}

.program_hero_description {
  margin-top: 16px;
  font-size: var(--font-h5);
  font-weight: var(--font-weight-r);
  line-height: 1.4;
}

.program_hero_slider_pagination {
  bottom: 24px;
  z-index: 3;
}

.program_hero_slider_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}


/* =========================
   문제 제기 카드
========================= */
.program_problem {
    padding: 80px
  }

.program_problem__head {
  margin-bottom: 60px;
}

.program_problem .section_title {
  font-size: var(--font-h2);
  margin:0 0 40px;
  text-align: center;
}

  /* 리스트 → 3열 */
  .program_problem__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  /* 카드 */
  .program_problem__card {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 28px;
  }

  /* 아이콘 */
  .program_problem__icon {
    width: 120px;
    height: 120px;
  }

  .program_problem__icon img {
    width: 120px;
    height: 120px;
  }

  /* 텍스트 */
  .program_problem__card_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .program_problem__card_text {
    font-size: var(--font-sm);
    line-height: 1.4;
  }


/* =========================
   intro section
========================= */

.program_intro {
  padding: 80px 0 60px;
}

/* 배경 확장 */
.program_intro::before {
  width: 100%;
  height: 320px;
  background-size: 730px auto;
  background-position: center 180%;
}

/* 내부 폭 제한 */
.program_intro_inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 타이틀 */
.program_intro_title {
  font-size: var(--font-h2);
  line-height: 1.3;
}

/* 설명 */
.program_intro_desc {
  font-size: var(--font-h5);
  line-height: 1.4;
  margin-bottom: 30px;
}


/* 배지 */
.program_intro_point_badge {
  font-size: var(--font-sm);
  padding: 4px 24px;
  margin-bottom: 20px;
}

/* 본문 텍스트 */
.program_intro_point_text {
  font-size: var(--font-lg);
  line-height: 1.4;
}




/* =========================
   FAQ section
========================= */


.program_faq_list {
  gap: 18px;
}



/* =========================
   value section
========================= */


.program_value {
  padding: 70px 0 62px;
}

.program_value_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 860px;
}

.program_value_item {
  padding: 20px 0px 24px;
}

.program_value_icon {
  height: 110px;
}

.program_value_arrow {
  width: 32px;
}



/* =========================
   STEP section
========================= */

.program_step .l_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* 리스트 → 가로 스크롤 제거 + 그리드 전환 */
.program_step_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  overflow: visible;
  padding: 0;
}

/* 카드 */
.program_step_item {
  flex: none;
  width: auto;
  padding: 24px 20px;
  border-radius: 18px;
}

/* 이미지 조금 키워주기 */
.program_step_image img {
  max-width: 100%;
}



/* 화살표 */
.program_step_arrow {
  width: 38px;
  height: 38px;
  margin: 2px auto 6px;
}


/* 결과 박스 */
.program_step_result {
  margin-top: 12px;
  font-size: var(--font-lg);
}



/* =========================
   CORE section
========================= */

/* =========================
   CORE section
========================= */

.program_core {
  position: relative;
  overflow: hidden;
  padding: 60px 0 50px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.18) 32%, transparent 32%),
    radial-gradient(circle at center, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.12) 42%, transparent 42%),
    radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.08) 52%, transparent 52%),
    var(--color-orange);
}

.program_core::before,
.program_core::after {
  content: none;
}

.program_core .l_inner {
  width: 800px;
  margin: 0 auto;
}

.program_core_wrap {
  position: relative;
  z-index: 1;
}

.program_core_title {
  margin: 0 0 30px;
  color: var(--color-white);
  font-size: var(--font-h2);
  font-weight: var(--font-weight-b);
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

.program_core_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.program_core_left {
  flex: 0 0 400x;
  max-width: 400x;
}

.program_core_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program_core_item {
  width: 100%;
  padding: 16px 24px;
  border-radius: var(--radius-round);
  color: var(--color-white);
  font-size: var(--font-lg);
  font-weight: var(--font-weight-m);
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
  box-sizing: border-box;
  background: var(--color-black2);
}

.program_core_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  margin: 0;
  color: var(--color-black);
  font-size: 52px;
  font-weight: var(--font-weight-b);
  line-height: 1;
}

.program_core_right {
  flex: 0 0 310px;
  max-width: 310px;
}

.program_core_box {
  padding: 20px 20px 16px;
  border-radius: 20px;
  background: var(--color-black2);
  box-sizing: border-box;
}

.program_core_box_title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: var(--radius-round);
  color: var(--color-black);
  font-size: var(--font-h5);
  font-weight: var(--font-weight-b);
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  box-sizing: border-box;
  background: var(--color-yellow);
}

.program_core_plus_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program_core_plus_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 84px;
  padding: 8px 30px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  box-sizing: border-box;
}

.program_core_plus_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.program_core_plus_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program_core_plus_text {
  margin: 0;
  color: var(--color-yellow);
  font-size: var(--font-lg);
  font-weight: var(--font-weight-m);
  line-height: 1.2;
  word-break: keep-all;
}



/* =========================
   PROCESS section
========================= */

/* ALL FREE */
.program_process_group_free {
  left: 50%;
  width: 140px;
}

.program_process_group_free_bracket {
  margin: 0 auto 10px;
  background-size: 100% 100%;
}




/* =========================
   CTA section
========================= */


.program_cta {
  padding: 100px 0;
  background-image: url('/assets/images/program_cta_d.jpg');
}

.program_cta_title {
  line-height: 1.3;
}

.program_cta_desc {
  font-size: var(--font-h5);
  margin-bottom: 36px;
}

.program_cta_button {
  padding: 18px 28px;
  font-size: var(--font-h3);
  border-radius: 10px;
  transition: all 0.2s ease;  
  gap: 6px;
}


.program_cta_button_icon {
  width: 26px;
  height: 26px;
  animation: icon_float_circle 2.0s linear infinite;
}

@keyframes icon_float_circle {
  0%      { transform: translate(2.00px, 0.00px); }
  3.125%  { transform: translate(1.96px, 0.39px); }
  6.25%   { transform: translate(1.85px, 0.77px); }
  9.375%  { transform: translate(1.66px, 1.11px); }
  12.5%   { transform: translate(1.41px, 1.41px); }
  15.625% { transform: translate(1.11px, 1.66px); }
  18.75%  { transform: translate(0.77px, 1.85px); }
  21.875% { transform: translate(0.39px, 1.96px); }
  25%     { transform: translate(0.00px, 2.00px); }
  28.125% { transform: translate(-0.39px, 1.96px); }
  31.25%  { transform: translate(-0.77px, 1.85px); }
  34.375% { transform: translate(-1.11px, 1.66px); }
  37.5%   { transform: translate(-1.41px, 1.41px); }
  40.625% { transform: translate(-1.66px, 1.11px); }
  43.75%  { transform: translate(-1.85px, 0.77px); }
  46.875% { transform: translate(-1.96px, 0.39px); }
  50%     { transform: translate(-2.00px, 0.00px); }
  53.125% { transform: translate(-1.96px, -0.39px); }
  56.25%  { transform: translate(-1.85px, -0.77px); }
  59.375% { transform: translate(-1.66px, -1.11px); }
  62.5%   { transform: translate(-1.41px, -1.41px); }
  65.625% { transform: translate(-1.11px, -1.66px); }
  68.75%  { transform: translate(-0.77px, -1.85px); }
  71.875% { transform: translate(-0.39px, -1.96px); }
  75%     { transform: translate(0.00px, -2.00px); }
  78.125% { transform: translate(0.39px, -1.96px); }
  81.25%  { transform: translate(0.77px, -1.85px); }
  84.375% { transform: translate(1.11px, -1.66px); }
  87.5%   { transform: translate(1.41px, -1.41px); }
  90.625% { transform: translate(1.66px, -1.11px); }
  93.75%  { transform: translate(1.85px, -0.77px); }
  96.875% { transform: translate(1.96px, -0.39px); }
  100%    { transform: translate(2.00px, 0.00px); }
}

/* hover 가능한 디바이스만 */
@media (hover: hover) and (pointer: fine) {
  .program_cta_button:hover {
    background: var(--color-primary);
    transform: translateY(1px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
}

.program_cta_button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.program_cta_button:disabled,
.program_cta_button.is_disabled {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}



/* =========================
   NOTICE section
========================= */

.program_notice .l_inner {
  max-width: 600px;
  margin: 0 auto;
}

.program_notice_roll {
  text-align: center;
}

.program_notice_item {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.program_notice_link {
  min-width: 0;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }

@media (hover: hover) and (pointer: fine) {
  .program_notice_link:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) and (pointer: fine) {
  .program_notice_link:hover {
    text-decoration: underline;
  }
}



}