/* LG U+ WHY NOT SW CAMP landing page styles */
#uplus-whynot-desktop {
  /* 공통 선택자 모음 */
  .wrap {
    width: 1232px;
    margin: 0 auto;
  }

  .section {
    padding: 120px 0;
  }

  .section-head {
    max-width: 760px;
    margin: 0 auto 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  .section-head > div {
    display: contents;
  }

  .section-head .kicker {
    order: 1;
  }

  .section-head .section-title {
    order: 2;
  }

  .section-head .section-desc {
    order: 3;
    margin-top: 16px;
  }

  .section-head .kicker,
  .section-head .section-title,
  .section-head .section-desc {
    width: 100%;
  }

  .section-head .section-desc {
    max-width: 680px;
  }

  .kicker {
    margin-bottom: 8px;
    color: var(--brand);
    font-size: 20px;
    font-weight: 700;
  }

  .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
  }

  .section-desc {
    color: var(--sub);
    font-size: 18px;
  }

  /* header */
  .header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(229, 232, 239, 0.9);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);

    .nav {
      width: 1232px;
      height: 63px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
    }

    .brand {
      line-height: 0;
    }

    .brand a {
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .brand svg {
      display: block;
      width: auto;
      height: 22px;
    }
    .brand .name {
      font-weight: 700;
      font-size: 18px;
      color: var(--brand);
    }

    .menu {
      display: flex;
      align-items: center;
      gap: 48px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      color: var(--ink);
      font-size: 16px;
    }

    .menu a {
      font-weight: 600;
      white-space: nowrap;
    }
  }

  /* hero 섹션 */
  .hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 64px);
    background:
      radial-gradient(circle at 50% 42%, rgba(54, 88, 255, 0.18), transparent 26%),
      radial-gradient(circle at 18% 20%, rgba(230, 0, 126, 0.2), transparent 30%),
      linear-gradient(180deg, #120418 0%, var(--deep) 46%, #101f5f 100%);
    color: var(--white);
    .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    &::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 220px;
      background: linear-gradient(180deg, transparent, rgba(54, 88, 255, 0.18));
      pointer-events: none;
    }

    .inner {
      position: relative;
      z-index: 1;
      width: 1232px;
      min-height: calc(100vh - 64px);
      margin: 0 auto;
      padding: 136px 0 88px;
    }

    .layout {
      display: grid;
      grid-template-columns: 620px 1fr;
      align-items: center;
      gap: 48px;
      text-align: left;
    }

    .eyebrow {
      display: block;
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.7);
    }

    h2 {
      font-size: 68px;
      font-weight: 700;
      line-height: 1.2;
      margin-top: 8px;
    }

    .title-accent {
      color: var(--brand);
    }

    .meta {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 620px;
      margin-top: 52px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0px 32px;
    }

    .row {
      display: grid;
      grid-template-columns: 96px 1fr;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .meta-key {
      color: var(--brand);
      font-size: 18px;
      font-weight: 600;
    }

    .meta-val {
      color: rgba(255, 255, 255, 0.92);
      font-size: 18px;
      font-weight: 600;
    }

    .meta-val span {
      margin-left: 8px;
      padding: 4px 8px;
      border-radius: 8px;
      background: rgba(230, 0, 126, 0.12);
      color: var(--brand);
      font-size: 16px;
      font-weight: 700;
    }

    .perks {
      position: relative;
      z-index: 2;
      margin-top: 108px;
      padding: 28px 48px;
      display: grid;
      grid-template-columns: 160px 1fr;
      gap: 40px;
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 16px;
      background:
        linear-gradient(135deg, rgba(230, 0, 126, 0.14), rgba(54, 88, 255, 0.22)),
        rgba(255, 255, 255, 0.08);
      box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
      backdrop-filter: blur(18px);
    }

    .perks-title {
      margin: 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      text-align: left;
    }

    .perks-list {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 24px;
    }

    .perk {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 12px;
      text-align: center;
    }

    .perk-icon {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--white);
      background: linear-gradient(135deg, var(--brand), var(--purple) 58%, var(--blue));
      /*background: linear-gradient(125deg, rgb(255, 49, 46) 0%, rgb(240, 46, 240) 50%, rgb(151, 30, 255) 100%);*/
      /*-webkit-background-clip: text;*/
      /*-webkit-text-fill-color: transparent;*/
      /*filter: none;*/
      /*text-shadow: none;*/
    }

    .perk-icon svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .perk-copy {
      display: grid;
      gap: 2px;
    }

    .perk-copy span {
      color: rgba(255, 255, 255, 0.64);
      font-size: 14px;
    }

    .perk-copy strong {
      color: var(--white);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
    }
    .info {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .info > div {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      padding: 32px 0;
      background: linear-gradient(135deg, rgba(230, 0, 126, 0.14), rgba(54, 88, 255, 0.22)),
      rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 12px;
      backdrop-filter: blur(18px);
    }
    .info .info-title {
      font-size: 20px;
      font-weight: 500;
      color: rgb(255 255 255 / 0.64);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .info .pay-icon,
    .info .reward-icon {
      display: block;
      text-align: center;
      align-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--brand), var(--purple) 58%, var(--blue));
    }
    .info .pay-icon img,
    .info .reward-icon img {
      width: auto;
      height: 24px;
      margin: 0 auto;
    }
    .info .info-desc {
      font-size: 20px;
      font-weight: 500;
      position: relative;
    }
    .info .info-desc span {
      text-decoration: line-through;
      color: rgb(255 255 255 / 0.64);
    }
    .info .price-accent {
      position: absolute;
      left: 0;
      top: -76%;
      font-size: 16px;
    }
    .info .note {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 80%;
      width: 364px;
      padding: 16px 24px;
      background: rgb(31 24 84 / 0.4);
      border-radius: 12px;
    }
    .info .note p{
      font-size: 14px;
      font-weight: 500;
      color: #999;
    }
  }

  /* AI 시대 역량 섹션 */
  .signal {
    background: #f5f7ff;

    .section-head {
      max-width: 860px;
    }

    .section-title {
      font-size: 46px;
      line-height: 1.32;
    }

    .accent-text {
      color: inherit;
    }

    .map {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }

    .card {
      --signal-tint: #fff4fa;

      position: relative;
      min-height: 292px;
      overflow: hidden;
      padding: 40px;
      border-radius: 24px;
      background: var(--white);
      box-shadow: 0 10px 36px rgba(154, 154, 154, 0.14);
    }

    .card:nth-child(2) {
      --signal-tint: #f7f4ff;
    }

    .card:nth-child(3) {
      --signal-tint: #f3f7ff;
    }

    .card:nth-child(4) {
      --signal-tint: #fff7ef;
    }

    .card::before {
      content: "";
      position: absolute;
      right: -52px;
      bottom: -64px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: var(--signal-tint);
    }

    .copy {
      position: relative;
      z-index: 1;
      width: 66%;
      min-height: 212px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .card h3 {
      margin-top: 20px;
      color: var(--ink);
      font-size: 28px;
      font-weight: 700;
      line-height: 1.34;
      letter-spacing: -0.02em;
    }

    .card-kicker {
      display: inline-flex;
      align-items: center;
      padding: 8px 16px;
      border-radius: 999px;
      background: var(--brand);
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
    }

    .source {
      margin-top: auto;
      color: var(--sub-light);
      font-size: 14px;
    }

    .visual {
      position: absolute;
      right: 28px;
      bottom: 24px;
      z-index: 1;
      width: 210px;
      height: 210px;
      display: grid;
      place-items: center;
    }

    .visual img {
      width: 100%;
      height: auto;
    }
  }

  /* 채용시장 신호 섹션 */
  .jobs {
    overflow: hidden;
    background: var(--white);

    .section-head {
      max-width: 900px;
      margin-bottom: 80px;
    }

    .section-title {
      font-size: 46px;
    }

    .board {
      position: relative;
      min-height: 480px;
      overflow: hidden;
      border: 1px solid #ece8f6;
      border-radius: 32px;
      background: #f7f4ff;
    }

    .board::before {
      content: "";
      position: absolute;
      inset: auto 0 0;
      z-index: 5;
      height: 96px;
      background: linear-gradient(180deg, rgba(247, 244, 255, 0), #f7f4ff 82%);
      pointer-events: none;
    }

    .card {
      position: absolute;
      width: 360px;
      min-height: 232px;
      padding: 0;
      border: 1px solid rgba(17, 17, 17, 0.1);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 24px 60px rgba(75, 31, 184, 0.1);
    }

    .card.is-center {
      top: 60px;
      bottom: 0;
      left: 50%;
      z-index: 3;
      transform: translateX(-50%);
    }

    .card.is-left {
      top: 104px;
      bottom: 0;
      left: 120px;
      z-index: 2;
      opacity: 0.86;
    }

    .card.is-right {
      top: 96px;
      bottom: 0;
      right: 120px;
      z-index: 4;
      opacity: 0.86;
    }

    .card.is-front-left {
      left: 276px;
      bottom: -82px;
      z-index: 4;
    }

    .card.is-front-right {
      right: 276px;
      bottom: -82px;
      z-index: 4;
    }

    .card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
      padding: 16px 32px 16px;
      border-bottom: 1px solid var(--line);
    }

    .date {
      flex: 0 0 auto;
      color: var(--sub-light);
      font-size: 16px;
    }

    .company {
      color: var(--sub-light);
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
    }

    .code {
      font-style: normal;
      font-weight: 700;
    }

    .code.is-k {
      color: #f2b700;
    }

    .code.is-t {
      color: #2f80ed;
    }

    .code.is-c {
      color: #7b61ff;
    }

    .code.is-n {
      color: #03c75a;
    }

    .code.is-d {
      color: #e6007e;
    }

    .role {
      margin: 16px 32px 0;
      color: var(--ink);
      font-size: 22px;
      font-weight: 700;
    }

    .list {
      display: grid;
      gap: 10px;
      margin: 12px 32px 0;
      color: var(--sub);
    }

    .list li {
      position: relative;
      padding-left: 16px;
    }

    .list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: currentColor;
    }

    .list strong {
      color: var(--brand);
      font-weight: 700;
    }

    .list li:first-child {
      color: var(--ink);
      font-weight: 700;
    }

    .list li:nth-child(n + 3) {
      opacity: 0.64;
    }

    .list li:nth-child(n + 5) {
      opacity: 0.42;
    }

    .summary {
      margin-top: 64px;
      padding-top: 56px;
      border-top: 1px solid var(--line);
    }

    .summary-head {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
    }

    .summary-title {
      font-size: 32px;
      font-weight: 700;
    }

    .flow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      margin-top: 40px;
    }

    .flow-item {
      min-height: 200px;
      padding: 28px;
      border: 1px solid #ece8f6;
      border-radius: 24px;
      background: var(--white);
    }

    .flow-icon {
      display: block;
      /*width: 108px;*/
      /*height: 88px;*/
    }

    .flow-icon img {
      width: auto;
      height: 60px;
      /*filter: drop-shadow(0 16px 24px rgba(75, 31, 184, 0.14));*/
    }

    .flow-item h3 {
      margin-top: 24px;
      font-size: 20px;
      font-weight: 700;
    }

    .flow-item p {
      margin-top: 8px;
      color: var(--sub);
      font-size: 16px;
      width: 72%;
    }

    .flow-item.is-featured {
      /*border-color: transparent;*/
      /*color: var(--white);*/
      /*background: var(--deep);*/
    }

    .flow-item.is-featured p {
      /*color: rgba(255, 255, 255, 0.72);*/
    }
  }

  /* 실무 로드맵 섹션 */
  .roadmap {
    background: var(--soft);

    .track {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
    }

    /*.track::before {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  left: 96px;*/
    /*  right: 96px;*/
    /*  top: 50%;*/
    /*  z-index: 0;*/
    /*  height: 2px;*/
    /*  background: linear-gradient(90deg, var(--brand), var(--purple), var(--blue));*/
    /*  transform: translateY(-50%);*/
    /*}*/

    .step {
      position: relative;
      z-index: 1;
      min-height: 248px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .badge {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: var(--white);
      background: linear-gradient(135deg, var(--brand), var(--purple));
      font-size: 18px;
      font-weight: 700;
    }

    .step h3 {
      margin-top: 24px;
      font-size: 18px;
      font-weight: 700;
    }

    .step p {
      min-height: calc(14px * 1.4 * 3);
      margin-top: 12px;
      color: var(--sub);
      font-size: 16px;
      white-space: pre-line;
    }

    .output {
      display: block;
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      color: var(--brand);
      font-size: 14px;
      font-weight: 700;
    }
  }

  /* 커리큘럼 미리보기 섹션 */
  .preview {
    position: relative;
    padding-bottom: 80px;
    color: var(--white);
    background: #170f35;

    &::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: min(1232px, calc(100% - 48px));
      height: 1px;
      background: rgba(255, 255, 255, 0.12);
      transform: translateX(-50%);
    }

    .intro {
      max-width: 900px;
      margin: 0 auto 128px;
      text-align: center;
    }

    .intro-kicker {
      margin: 0 0 8px;
      color: var(--brand);
      font-size: 20px;
      font-weight: 700;
    }

    .intro-title {
      color: var(--white);
      font-size: 48px;
    }

    .section-head {
      max-width: 680px;
      margin: 0 0 32px;
      align-items: flex-start;
      text-align: left;
    }

    .kicker {
      color: var(--brand);
      margin-bottom: 4px;
    }
    .section-head .section-title {
      font-size: 28px;
    }
    .section-desc {
      color: rgba(255, 255, 255, 0.68);
    }

    .points {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .card {
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.08);
    }

    .thumb {
      aspect-ratio: 16 / 10;
      overflow: hidden;
      padding: 12px;
    }

    .thumb img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .body {
      padding: 12px 20px 24px;
    }

    .body h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
    }

    .body p {
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.68);
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 24px;
    }

    .tags span {
      padding: 6px 10px;
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.82);
      background: rgba(255, 255, 255, 0.1);
      font-size: 14px;
    }
  }

  /* 상세 커리큘럼 섹션 */
  .curriculum {
    padding-top: 80px;
    color: var(--white);
    background:
      radial-gradient(circle at 18% 20%, rgba(230, 0, 126, 0.28), transparent 28%),
      radial-gradient(circle at 78% 36%, rgba(54, 88, 255, 0.24), transparent 30%),
      linear-gradient(135deg, #10121f 0%, #170f35 52%, #0a1331 100%);
    background: #170f35;

    .section-desc {
      color: var(--white);
    }
    .kicker {
      color: var(--brand);
      margin-bottom: 4px;
    }
    .title {
      font-size: 28px;
    }
         
    .section-desc {
      color: rgba(255, 255, 255, 0.72);
    }

    .intro {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      align-items: end;
      gap: 48px;
      margin-bottom: 32px;
    }

    .intro .kicker {
      color: var(--brand);
    }

    .title {
      text-align: left;
    }

    .note {
      justify-self: end;
      max-width: 360px;
      color: rgba(255, 255, 255, 0.58);
      font-size: 14px;
      text-align: right;
    }

    .board {
      padding: 32px;
      display: grid;
      grid-template-columns: 344px 1fr;
      gap: 40px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    }

    .tabs {
      position: relative;
      display: grid;
      gap: 12px;
      padding-left: 32px;
    }

    .tabs::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 48px;
      bottom: 48px;
      border-left: 2px solid rgba(255, 255, 255, 0.28);
    }

    .tab {
      position: relative;
      min-height: 104px;
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 16px;
      color: rgba(255, 255, 255, 0.56);
      background: rgba(255, 255, 255, 0.06);
      text-align: left;
    }

    .tab::before {
      content: "";
      position: absolute;
      left: -31px;
      top: 38px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.42);
    }

    .tab.active {
      color: var(--white);
      border-color: rgba(230, 0, 126, 0.92);
      background: rgba(230, 0, 126, 0.18);
    }

    .tab.active::before {
      background: var(--brand);
      box-shadow: 0 0 0 8px rgba(230, 0, 126, 0.16);
    }

    .tab span {
      display: block;
      color: var(--brand);
      font-size: 14px;
      font-weight: 700;
    }

    .tab strong {
      display: block;
      margin-top: 4px;
      font-size: 16px;
      font-weight: 700;
    }

    .detail {
      padding: 0 0 0 8px;
    }

    .detail h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
    }

    .detail > p {
      max-width: 760px;
      margin-top: 14px;
      color: rgba(255, 255, 255, 0.74);
    }

    .panel {
      margin-top: 24px;
      padding: 28px;
      padding-top: 4px;
      border-radius: 20px;
      background: rgba(0, 0, 0, 0.22);
    }

    .modules {
      display: grid;
    }

    .modules.grid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 40px;
    }

    .module {
      display: grid;
      align-content: start;
      gap: 8px;
      padding: 24px 0;
    }

    .module + .module {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .modules.grid .module + .module {
      border-top: 0;
    }

    .modules.grid .module:nth-child(n + 3) {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .module h4 {
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 700;
    }

    .module ul {
      display: grid;
      gap: 8px;
      margin: 0;
      color: rgba(255, 255, 255, 0.72);
    }
    .module ul li {
      position: relative;
      padding-left: 18px;
    }
    .module ul li::before {
      content: "";
      position: absolute;
      top: 0.7em;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.46);
    }

    .skill-title {
      /*margin-top: 28px;*/
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 18px;
      font-weight: 700;
    }

    .skills {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 16px;
    }

    .skill {
      min-width: 88px;
      padding: 14px 12px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      text-align: center;
      font-size: 14px;
    }
  }

  /* 프로젝트 섹션 */
  .projects {
    background: #eef1f8;
    background:
      linear-gradient(135deg, #170f35 0%, #24164f 58%, #2239a8 100%);
    color: var(--white);
    position: relative;
    z-index: 1;
    padding-bottom: 0;

    .wrap {
      position: relative;
      z-index: 2;
    }

    .section-desc {
      color: var(--white);
    }

    .kicker {
      color: var(--brand);
    }

    .section-head {
      margin-bottom: 0;
    }

    .section-desc {
      color: rgba(255, 255, 255, 0.72);
    }
    .carousel {
      position: relative;
      overflow: hidden;
      margin-top: 8px;
    }

    .slider {
      width: 100%;
      overflow: visible;
      padding: 64px 0 80px;
    }

    .slide {
      width: 640px;
      height: auto;
      z-index: 1;
      opacity: 0.24;
      transform: scale(0.72);
      filter: brightness(0.42);
      transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        filter 0.35s ease;
    }

    .slide.swiper-slide-prev,
    .slide.swiper-slide-next {
      z-index: 2;
      opacity: 0.5;
      filter: brightness(0.56);
    }

    .slide.swiper-slide-prev {
      transform: translateX(134px) scale(0.78);
    }

    .slide.swiper-slide-next {
      transform: translateX(-134px) scale(0.78);
    }

    .slide.swiper-slide-active {
      z-index: 5;
      opacity: 1;
      transform: scale(1);
      filter: none;
    }

    .card {
      height: 100%;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      background: #2a2450;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    }

    .media {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: rgba(11, 21, 56, 0.62);
    }

    .media img,
    .media video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .body {
      padding: 24px;
    }

    .body h3 {
      margin: 0;
      font-size: 20px;
      font-weight: 700;
    }

    .body p {
      min-height: 44px;
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.72);
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }

    .tags span {
      padding: 6px 10px;
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.78);
      background: rgba(255, 255, 255, 0.12);
      font-size: 14px;
    }

    .controls {
      position: absolute;
      inset: 64px 0 80px;
      z-index: 8;
      pointer-events: none;
    }

    .arrow {
      position: absolute;
      top: 50%;
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 12px;
      color: var(--white);
      background: rgba(0, 0, 0, 0.6);
      cursor: pointer;
      pointer-events: auto;
      transform: translateY(-50%);
    }

    .prev {
      left: calc(50% - 390px);
    }

    .next {
      right: calc(50% - 390px);
    }

    .arrow svg {
      width: 32px;
      height: 32px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .dots {
      bottom: 24px !important;
    }

    .dots .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      background: rgba(255, 255, 255, 0.44);
      opacity: 1;
    }

    .dots .swiper-pagination-bullet-active {
      background: var(--white);
    }

    .transition {
      position: relative;
      height: 360px;
      margin-top: 0;
      overflow: hidden;
      background: transparent;
    }

    .transition svg {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
    }

    .message {
      position: absolute;
      top: 72px;
      left: 50%;
      z-index: 2;
      width: 100%;
      transform: translateX(-50%);
      text-align: center;
    }

    .message p {
      color: var(--white);
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4;
    }
  }

  /* 학습 케어 섹션 */
  .care {
    padding-top: 48px;
    position: relative;
    overflow: hidden;
    background: var(--white);
    color: var(--ink);

    .wrap {
      position: relative;
      z-index: 2;
    }

    .kicker {
      color: var(--brand);
    }

    .section-desc {
      color: var(--sub);
    }

    .card h4 {
      margin: 20px 0 8px;
      font-size: 18px;
      font-weight: 700;
    }

    .card p {
      color: var(--sub);
      margin-bottom: 16px;
    }

    .flow {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .card {
      position: relative;
      /*min-height: 360px;*/
      padding: 28px;
      border: 1px solid rgba(75, 31, 184, 0.16);
      border-radius: 24px;
      background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
    }

    .number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      color: var(--white);
      background: linear-gradient(135deg, var(--brand), var(--blue));
      font-size: 18px;
      font-weight: 700;
    }

    .card img {
      width: 100%;
      border-radius: 8px;
    }
  }

  /* 추천 대상 섹션 */
  .target {
    background: #f7f8fc;

    .list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .item {
      min-height: 240px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
    }

    .number {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: var(--white);
      background: linear-gradient(135deg, var(--brand), var(--purple));
      font-size: 18px;
      font-weight: 700;
    }

    .item h3 {
      margin: 20px 0 8px;
      font-size: 20px;
      font-weight: 700;
    }

    .item p {
      color: var(--sub);
    }
  }

  /* 강사 소개 섹션 */
  .instructor {
    color: var(--white);
    background: #170f35;

    .section-title {
      color: var(--white);
    }

    .kicker {
      color: var(--brand);
    }

    .section-desc {
      color: rgba(255, 255, 255, 0.72);
    }

    .card {
      max-width: 1080px;
      margin: 0 auto;
      padding: 40px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.08);
    }

    .statement {
      margin-bottom: 32px;
    }

    .mark {
      display: block;
      margin-bottom: 12px;
      color: #f7a8d2;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.4;
    }

    .statement h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 24px;
    }

    .tag {
      padding: 8px 12px;
      border: 1px solid rgba(230, 0, 126, 0.28);
      border-radius: 999px;
      background: rgba(230, 0, 126, 0.16);
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
    }

    .profile {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      align-items: stretch;
      padding: 32px;
      border-radius: 20px;
      background: rgba(0, 0, 0, 0.24);
    }
    .profile .photo {
      position: absolute;
      right: 24px;
      bottom: 0;
      width: auto;
      height: 70%;
    }

    .body {
      display: grid;
      gap: 20px;
      
        
    }

    .top {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }

    .role {
      color: #f7a8d2;
      font-size: 16px;
      font-weight: 700;
    }

    .name {
      margin: 8px 0 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
    }

    .detail h3 {
      margin: 0 0 12px;
      font-size: 16px;
      font-weight: 700;
    }

    .detail {
      width: 86%;
    }

    .career,
    .cert,
    .book {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 32px;
      margin: 0;
      padding-left: 0;
      color: rgba(255, 255, 255, 0.74);
    }
    .cert {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .career li,
    .cert li,
    .book li {
      position: relative;
      padding-left: 14px;
      white-space: nowrap;
    }

    .career li {
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .career li::before,
    .cert li::before,
    .book li::before {
      content: "";
      position: absolute;
      top: 0.7em;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.46);
    }
  }

  /* 교육 후기 섹션 */
  .reviews {
    overflow: hidden;
    background: #f7f4ff;

    .section-head {
      margin-bottom: 64px;
    }

    .marquee {
      display: grid;
      gap: 16px;
    }

    .row {
      overflow: hidden;
    }

    .track {
      width: max-content;
      display: flex;
      gap: 16px;
      animation: reviewMarquee 52s linear infinite;
      will-change: transform;
    }

    .row.is-reverse .track {
      animation-name: reviewMarqueeReverse;
      animation-duration: 60s;
    }

    .row:hover .track {
      animation-play-state: paused;
    }

    .card {
      width: 400px;
      height: 248px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 24px;
      border: 1px solid rgba(23, 15, 53, 0.08);
      border-radius: 20px;
      background: var(--white);
    }

    .card header {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
    }

    .author {
      margin: 0;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--ink);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
    }

    .author::before {
      content: "";
      width: 1px;
      height: 12px;
      flex: 0 0 auto;
      background: rgba(17, 17, 17, 0.24);
    }

    .stars {
      color: var(--brand);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1.4;
      white-space: nowrap;
    }

    .title {
      margin: 0;
      color: var(--ink);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
    }

    .text {
      margin: 0;
      color: var(--sub);
      font-size: 16px;
      line-height: 1.4;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
    }
  }

  /* 교육 혜택 섹션 */
  .support {
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);

    .kicker {
      color: var(--brand);
    }

    .section-title {
      color: var(--ink);
    }

    .section-desc {
      color: var(--sub);
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .card {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(224, 228, 238, 0.9);
      background:
        radial-gradient(circle at 88% 82%, rgba(230, 0, 126, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
      min-height: 280px;
      padding: 32px;
      border-radius: 24px;
      box-shadow: 0 16px 36px rgba(17, 17, 17, 0.05);
    }

    .number {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: var(--white);
      background: linear-gradient(135deg, var(--brand), var(--purple));
      font-size: 18px;
      font-weight: 700;
    }

    .card h4 {
      color: var(--ink);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      margin-top: 24px;
    }

    .card p {
      color: var(--sub);
      max-width: 260px;
      margin-top: 12px;
    }
  }

  /* 모집 개요 섹션 */
  .recruit {
    color: var(--white);
    background: #170F35;

    .section-title {
      color: var(--white);
    }

    .kicker {
      color: var(--brand);
    }

    .section-desc {
      color: rgba(255, 255, 255, 0.68);
    }

    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }

    .benefits {
      display: grid;
      gap: 24px;
    }

    .highlight,
    .summary {
      border-radius: 24px;
      background: rgb(255 255 255 / 0.08);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .highlight {
      min-height: 220px;
      display: grid;
      grid-template-columns: 1fr 168px;
      gap: 32px;
      align-items: center;
      padding: 40px;
    }
    .percent {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .old-price {
      color: rgba(255, 255, 255, 0.48);
      font-size: 18px;
      text-decoration: line-through;
    }

    .old-price.condition {
      text-decoration: none;
    }

    .highlight h3 {
      margin-top: 0px;
      color: var(--white);
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
    }

    .highlight h3 strong {
      color: var(--brand);
      font-weight: 600;
    }

    .highlight p {
      margin-top: 24px;
      color: rgba(255, 255, 255, 0.72);
    }

    .visual {
      min-height: 144px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      background: linear-gradient(145deg, rgba(126, 113, 255, 0.14), rgba(230, 0, 126, 0.08));
    }
    .visual img {
      width: 60%;
    }

    .summary {
      padding: 40px;
    }

    .list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px 32px;
    }

    .item.wide {
      grid-column: 1 / -1;
    }

    .item span {
      display: flex;
      align-items: center;
      gap: 8px;
      color: rgba(255, 255, 255, 0.56);
      font-size: 14px;
    }

    .item svg {
      width: 16px;
      height: 16px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .item strong {
      display: block;
      margin-top: 10px;
      color: var(--white);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
    }

    .footnote {
      margin-top: 20px;
      color: rgba(255, 255, 255, 0.44);
      font-size: 14px;
    }
  }

  /* 선발 절차 섹션 */
  .selection {
    color: var(--white);
    background: #170F35;

    .section-title {
      color: var(--white);
    }

    .kicker {
      color: var(--brand);
    }

    .section-desc {
      color: rgba(255, 255, 255, 0.68);
    }
    padding-top: 40px;
    background: #170F35;
    .stage {
      margin-top: 64px;
    }

    .list {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 28px;
    }

    .step {
      position: relative;
      text-align: center;
    }

    .step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 64px;
      right: -22px;
      width: 44px;
      height: 4px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 2px, transparent 3px);
      background-size: 12px 4px;
      background-repeat: repeat-x;
    }

    .icon {
      width: 132px;
      height: 132px;
      margin: 0 auto;
      display: grid;
      place-items: center;
      border-radius: 12px;
      color: var(--brand);
      background: linear-gradient(145deg, rgba(126, 113, 255, 0.14), rgba(230, 0, 126, 0.08));
    }

    .icon img {
      width: auto;
      height: 36px;
    }

    .step .desc {
      margin-top: 16px;
      width: 100%;
      padding: 0 20px;
    }
    .step h3 {
      color: var(--white);
      font-size: 18px;
      font-weight: 700;
    }

    .step p {
      margin-top: 12px;
      color: rgba(255, 255, 255, 0.72);
      white-space: pre-line;
    }

    .step strong {
      display: block;
      margin-top: 12px;
      color: var(--brand);
      font-size: 16px;
      font-weight: 700;
    }
  }

  /* 국민내일배움카드 안내 섹션 */
  .guide {
    padding-top: 80px;
    background: #170F35;
    .section-title {
      color: #fff;
    }
    .section-desc {
      color: rgba(255, 255, 255, 0.68);
    }
    .kicker {
      color: var(--brand);
    }

    .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .step {
      overflow: hidden;
      display: grid;
      align-content: space-between;
      padding: 32px 40px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 16px 36px rgba(17, 17, 17, 0.05);
    }

    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 12px;
      background: linear-gradient(135deg, var(--brand), var(--purple));
      border-radius: 8px;
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
    }

    .step h3 {
      margin-top: 32px;
      color: var(--white);
      font-size: 20px;
      font-weight: 700;
    }

    .step p {
      margin-top: 8px;
      color: rgb(255 255 255 / 0.72);
      font-size: 18px;
    }

    .mock {
      overflow: hidden;
      height: 176px;
      margin-top: 24px;
      border-radius: 16px;
    }
    .mock img {
      width: 100%;
    }
  }

  /* FAQ 섹션 */
  .faq {
    .list {
      display: grid;
      gap: 12px;
    }

    .item {
      border: 0;
      border-radius: 16px;
      background: var(--white);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .question {
      width: 100%;
      min-height: 72px;
      padding: 16px 32px;
      border: 0;
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      font-size: 20px;
      font-weight: 700;
    }

    .question span {
      color: var(--brand);
      font-size: 28px;
      font-weight: 700;
    }

    .answer {
      display: none;
      padding: 0 32px 24px;
      color: var(--sub);
    }

    .item.open .answer {
      display: block;
    }

    .item.open .question span {
      transform: rotate(45deg);
    }
  }
}

@keyframes reviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes reviewMarqueeReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #uplus-whynot-desktop {
    .reviews {
      .track {
        animation: none;
      }
    }
  }
}

/* 하단 컨텍트 로고 모름 */


	.cont_logo {
    padding: 30px 0;
        img{
        }
	}

  #timer{
    button {
      background: linear-gradient(135deg, var(--brand), var(--purple));
      color: #fff !important;
    }
  }
