.info-panel-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
margin-top:20px;
}

@media(max-width:900px){
  .info-panel-list{
    grid-template-columns:1fr;
  }
}


.info-panel{
 background: linear-gradient(180deg, rgba(180, 120, 255, 0.10) 0%, rgba(0, 0, 0, 0.55) 100%), #0b0b0b;
  border: 1px solid rgba(160, 110, 255, 0.35);
  border-radius:10px;
  padding:18px 20px;
  color:#eaeaea;
background:
  linear-gradient(
    180deg,
    rgba(77, 29, 3, 0.18) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ),
  #0b0b0b;

border: 1px solid rgba(77, 29, 3, 0.45);
}


.info-panel__head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:10px;
  margin-bottom:12px;
  border-bottom:1px solid #2a2a2a;
}

.info-panel__index{
  font-weight:800;
  color:#facc6b;
  font-size:18px;
}

.info-panel__title{
  font-size:18px;
  font-weight:700;
  margin:0;
  color:#ffffff;
}


.info-panel__badge{
  margin-left:auto;
  font-size:12px;
  padding:2px 10px;
  border-radius:999px;
  font-weight:600;
}

.badge-gold{
  background:#7c5c1f;
  color:#facc6b;
}

.badge-red{
  background:#7f1d1d;
  color:#fecaca;
}

.badge-blue{
  background:#1e3a8a;
  color:#bfdbfe;
}


.info-panel__body{
  font-size:15px;
  line-height:1.7;
}

.info-panel__body p{
  margin:0 0 6px;
}


.info-panel,
.info-panel *{
  user-select:none;
}




.ncgbt-cover {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOh36eJ-R-OVBY_9y7QmFR8X1xtMoFnJtf6JYu3F2XGyL3UHWaFNAMBO_qbZH5BRcsOZINr6Dvjrq8Mr5xOJ9KkLiydecog3aGSLNHoVig_2Ks1b8icpDcREC6WjylrzTOgItZ2vmRWVSNfVBggu36oohsfjLjf6hahYPFpVBbSxnWs-O4O2NDfn0ZOYal/s1600/vfffffffff.webp') no-repeat center center;
    background-position: 100% 30% !important;
    background-size: cover !important;
height: 202px;
filter: brightness(1) contrast(1.2) saturate(1.1);
border: 1px solid rgba(77, 29, 3, 0.45);
  }

.ncgbt-cover::before {
    content: "";
    display: block;
     width: auto;

        height: 202px !important;
    margin: 0 auto !important;
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgbf7Ny_3mNCZ2P3o9xYLBA-xJ5Cwh0Fun0ubkb21GEc8ZCoU0-xFOLr1JHp2DAxwXjraiETtTLAoOcdXNiFb4dBRQGn1SZJ7X6BplmlnrHYkGiglqj5tcGSrRBEeaYj__iWpMuGbNfieUe9FMXQjX-Zlrc_iAfnFe-TvPQYQO3oTv8LIUl45CBt_0Xi8/s16000/%EB%A7%88%EB%AA%AC%EB%A1%9C%EA%B3%A0.webp);
    filter: drop-shadow(2px 2px 8px black);
}