.downloadList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  text-align:center;
margin-top:5px !important;
}
  
  .downloadList p {
    text-align:center;
  }


.downloadList li {
  list-style: none;
background-color: rgba(68, 68, 68, .4);
    border: 1px solid rgb(77, 77, 77);

  padding: 20px;
  box-sizing: border-box;

}

.downloadList li dl {
  display: block;
  gap: 20px;
  align-items: center;
}

.downloadList li dl dt img {
  width: 128px;
  height: 128px;
  border-radius: 17px;
}

.downloadList li dl dd.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.downloadList li dl dd.txt01,
.downloadList li dl dd.txt02 {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  display: block; 
  margin-top: 4px;
}


.downloadList li dl dd.btn {
  margin-top: 10px;
}

.downloadList li dl dd.btn a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
 background: #b5bdca;
      color: #000;
    font-weight: bold;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px 0px 20px;
}

.downloadList li dl dd.btn a:hover {
  background: #9ba7bb;  
   transition-duration: 0.8s;
}
  
  .downloadList p {
    font-weight:bold;
    font-size:24px; color:#fff;
    margin-top:10px;
  }

.ncgbt-cover {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ_oKZyoFyegFz9yK6PkKHDNMGaa0dObTAlvI6M4-9rves0qYvznkpHN2wgrrDupfi1_BDTJKC3sGc0UkfaSemxXTwHg4fXH3JAB7Wia6ejgGsi9UP2goAKpFgvVVIxtUsiCQbN-iZ3g-GfD6Chi_D2RujpIycMP3n1gNd51q8rxk9e6HqN6x2WHAzh0c/s16000/vff.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);
  }

.ncgbt-cover-desc::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 10px auto 0;
  background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-h_M4fSb-sWAVGwjFs8IGmphKKA-FSUFhBuk4lQ0AeEh19hfgiGbTk4oxjiqRMshW6cUlfqjbSEPBHwhl6BF9NndOs0R01PRuKoKrXHgW6t02FlCvV-1rAdte776nmkOdSBwNJHH2JNacw1uiraoc_b3p20L83RTToF4M5eDGDWdhiHY0DgqjhawWqMg/s16000/%EC%B9%BC%EB%A6%AC%EB%A1%9C%EA%B3%A0.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

p.ncgbt-cover-desc {
margin: 0;
    padding: 0;
}

p.ncgbt-cover-desc {
color: #eed38c ; filter: drop-shadow(1px 2px 5px #000); font-size: 36px; text-align: center;
}
p.ncgbt-cover-desc-sub {
color: white; filter: drop-shadow(1px 2px 5px #000); font-size: 23px; text-align: center;
}

span.inpage_title {
color:#eed38c !important;
font-weight:bold;
font-size:21px;
}

.inpage_title::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(https://assets.playnccdn.com/static-nc-home/2.8.0/img/tl/news/icon_update.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.item-wrapper {

      margin: 0 auto;
      padding: 20px 20px;
      background: rgba(0, 0, 0, 1);
      border: 1px solid #403c38;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          background-color: rgba(68, 68, 68, .4);
    border: 1px solid rgb(77, 77, 77);
    }



    .item-box {
      display: flex;
      gap: 20px;
      margin-bottom: 10px;
         background-color: #1c1c1c;
      padding: 20px;
      border: 1px solid #3c362f;
    }

    .item-icon {
      width: 80px;
      height: 80px;
      flex-shrink: 0;
      border: 1px solid #5e5248;
      background-color: #000;
    }

    .item-info {
      flex: 1;
    }

    .item-info h3 {
      margin: 0;
      font-size: 20px;
      color: #eed38c;
      font-weight:bold;
    }

    .item-info p {
      margin-top: 8px;
      font-size: 15px;
      color:#fff;
      line-height: 1.6;
    }

    @media screen and (max-width: 768px) {
      .item-box {
        flex-direction: column;
        align-items: center;
      }

      .item-icon {
        margin-bottom: 10px;
      }

      .item-info h3 {
        text-align: center;
      }
    }

.tabs {
  max-width: 1210px;
  margin: 0 auto;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background-color: rgba(68, 68, 68, .8);
  text-align: center;
  color: #ccc;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover {
  border-bottom-color: transparent;
  background-color: rgba(68, 68, 68, .2);
    color: #eed38c;
  font-weight:bold;
  transition-duration: 0.4s;
}
  

#tab-button .is-active a {
  border-bottom-color: transparent;
  background-color: #000;
    color: #eed38c;
  font-weight:bold;
}
.tab-contents {

}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
  
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
  }