/* =========================================================
   SIA ACADEMY / ACADEMY NEWS
   PC ONLY - 1025px+
   기존 공통 CSS 및 mobile.css를 건드리지 않는 페이지 전용 스타일
========================================================= */
@media (min-width:1025px){
  body[data-page="academy"] .academy-news-section{
    position:relative;
    overflow:hidden;
    padding:112px 0 122px;
    background:
      radial-gradient(circle at 8% 12%,rgba(255,102,167,.10),transparent 30%),
      radial-gradient(circle at 92% 88%,rgba(111,93,245,.10),transparent 32%),
      linear-gradient(180deg,#fbfaff 0%,#f7f5ff 100%);
  }

  body[data-page="academy"] .academy-news-section::before{
    content:"SIA NEWS";
    position:absolute;
    left:50%;
    top:48px;
    transform:translateX(-50%);
    color:rgba(97,74,185,.035);
    font-size:10rem;
    line-height:.82;
    font-weight:950;
    letter-spacing:-.08em;
    white-space:nowrap;
    pointer-events:none;
  }

  body[data-page="academy"] .academy-news-wrap{
    position:relative;
    z-index:1;
  }

  body[data-page="academy"] .academy-news-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:50px;
    margin-bottom:38px;
  }

  body[data-page="academy"] .academy-news-head h2{
    margin:10px 0 13px;
    font-size:3.5rem;
    line-height:1.08;
    letter-spacing:-.055em;
  }

  body[data-page="academy"] .academy-news-head h2 em{
    font-style:normal;
    background:linear-gradient(100deg,#ff4fa4 4%,#795cf2 54%,#42a8e8 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }

  body[data-page="academy"] .academy-news-head p{
    margin:0;
    color:#777080;
    font-size:1.15rem;
    line-height:1.75;
  }

  body[data-page="academy"] .academy-news-head-link{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:18px;
    min-height:50px;
    padding:0 22px;
    border:1px solid rgba(35,29,45,.12);
    border-radius:999px;
    background:rgba(255,255,255,.76);
    color:#211b2b;
    font-size:13px;
    font-weight:850;
    box-shadow:0 14px 35px rgba(62,46,91,.06);
    transition:.22s ease;
  }

  body[data-page="academy"] .academy-news-head-link:hover{
    transform:translateY(-2px);
    border-color:rgba(117,87,235,.30);
    box-shadow:0 18px 42px rgba(62,46,91,.11);
  }

  body[data-page="academy"] .academy-news-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
  }

  body[data-page="academy"] .academy-news-card{
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(44,35,59,.08);
    border-radius:24px;
    background:rgba(255,255,255,.88);
    box-shadow:0 22px 55px rgba(55,40,82,.075);
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
  }

  body[data-page="academy"] .academy-news-card:hover{
    transform:translateY(-7px);
    border-color:rgba(126,92,239,.20);
    box-shadow:0 30px 70px rgba(55,40,82,.13);
  }

  body[data-page="academy"] .academy-news-card>a{
    display:block;
    height:100%;
  }

  body[data-page="academy"] .academy-news-card__image{
    position:relative;
    overflow:hidden;
    aspect-ratio:16/10;
    background:#eeeaf2;
  }

  body[data-page="academy"] .academy-news-card__image::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:42%;
    background:linear-gradient(180deg,transparent,rgba(15,11,22,.34));
    pointer-events:none;
  }

  body[data-page="academy"] .academy-news-card__image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
  }

  body[data-page="academy"] .academy-news-card:hover .academy-news-card__image img{
    transform:scale(1.045);
  }

  body[data-page="academy"] .academy-news-card__image span{
    position:absolute;
    z-index:2;
    left:18px;
    bottom:17px;
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:0 11px;
    border-radius:999px;
    background:rgba(20,16,26,.82);
    color:#fff;
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
    backdrop-filter:blur(8px);
  }

  body[data-page="academy"] .academy-news-card__copy{
    min-height:238px;
    padding:23px 23px 22px;
    display:flex;
    flex-direction:column;
  }

  body[data-page="academy"] .academy-news-card__copy small{
    color:#8b67f4;
    font-size:.85rem;
    font-weight:900;
    letter-spacing:.045em;
  }

  body[data-page="academy"] .academy-news-card__copy h3{
    margin:10px 0 11px;
    color:#211c27;
    font-size:1.15rem;
    line-height:1.42;
    letter-spacing:-.035em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  body[data-page="academy"] .academy-news-card__copy p{
    margin:0;
    color:#807888;
    font-size:1rem;
    line-height:1.5;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  body[data-page="academy"] .academy-news-card__copy em{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
    padding-top:21px;
    border-top:1px solid #eee9f3;
    color:#27212f;
    font-style:normal;
    font-size:1rem;
    font-weight:900;
  }

  body[data-page="academy"] .academy-news-card__copy em b{
    color:#795cf2;
    font-size:16px;
  }

  body[data-page="academy"] .academy-news-more{
    display:flex;
    justify-content:center;
    margin-top:38px;
  }

  body[data-page="academy"] .academy-news-more a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-width:238px;
    min-height:56px;
    padding:0 26px;
    border-radius:14px;
    background:#1b1720;
    color:#fff;
    font-size:1rem;
    font-weight:900;
    box-shadow:0 16px 34px rgba(28,22,36,.14);
    transition:.22s ease;
  }

  body[data-page="academy"] .academy-news-more a:hover{
    transform:translateY(-2px);
    background:linear-gradient(105deg,#ff4fa4,#765cff,#43a8e8);
    box-shadow:0 20px 42px rgba(100,72,210,.22);
  }

  body[data-page="academy"] .academy-news-more a span{
    font-size:16px;
  }

  body[data-page="academy"] .academy-news-empty{
    padding:70px 24px;
    border:1px dashed rgba(83,68,104,.18);
    border-radius:22px;
    background:rgba(255,255,255,.70);
    color:#8a8292;
    text-align:center;
    font-size:14px;
  }
}
