.info-panel__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #91e0f7 !important;
}






.promo-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 20px;
  margin: 20px 0 40px;
}

.promo-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.38);
  transition: transform .22s, box-shadow .22s;
}

.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.55);
}

.promo-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #f7e8af;
  margin-bottom: 12px;
}

.promo-text {
  white-space: pre-line;
  font-size: 15px;
  color: #d3d3d3;
  line-height: 1.55;
}

.promo-list {
  font-size: 15px;
  color: #e8e8e8;
  line-height: 1.55;
}


.promo-copy-btn {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
  background: #a32323;
  color: #fff;
  border: 1px solid #d64141;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: background .2s;
}

.promo-copy-btn:hover {
  background: #c72f2f;
}

.info-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 18px 0;
}

.info-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
  transition: transform .18s, box-shadow .18s;
  text-align: center;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.55);
}

.info-card img {
  margin: 0 auto;
width:140px !important;
  height: 140px !important;
  object-fit: cover;
  display: block;
}

.info-card-body {
  padding: 14px 18px 18px;
  color: #eee;
}

.info-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffd36b;
  margin-bottom: 8px;
}

.info-card-text {
  font-size: 14px;
  color: #d3d3d3;
  margin-bottom: 14px;
}

.info-card-btn {
  display: inline-block;
  padding: 10px 18px;
  font-size: 15px;
  color: #000;
  background: #ffd36b;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

a.info-card-btn {

font-size:26px;
}


.hunt-section {
  margin: 30px 0;
  color: #f5f5f5;
  font-family: inherit;
}


.hunt-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #f7e8af;
}

.hunt-subtitle {
  font-size: 16px;
  margin-bottom: 18px;
  color: #cccccc;
}


.hunt-tabs {
  margin-bottom: 14px;
}

.hunt-tab-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  background: #050505;
}

.hunt-tab-buttons li {
  flex: 1 1 0;
}

.hunt-tab-buttons li a {
  display: block;
  text-align: center;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 18px;
  color: #aaaaaa;
  letter-spacing: 0.03em;
}

.hunt-tab-buttons li.is-active a {
  color: #ffffff;
  font-weight: 700;

  border-bottom: 2px solid #ffd36b;
}


.hunt-tab-content {
  display: none;
}


.hunt-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 10px 0 0;
}


.hunt-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.38);
  transition: transform .22s, box-shadow .22s;
}

.hunt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.55);
}


.hunt-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}


.hunt-card-body {
  padding: 14px 18px 16px;
}

.hunt-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #f7e8af;
  margin-bottom: 6px;
}

.hunt-card-text {
  color: #d3d3d3;
  font-size: 15px;
  line-height: 1.45;
}


@media (max-width: 600px) {
  .hunt-title {
    font-size: 24px;
  }
  .hunt-subtitle {
    font-size: 14px;
  }
}



.info-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.info-card {
  background: #1a1a1a;
  padding: 22px 24px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 3px 12px rgba(0,0,0,0.35);
  color: #e5e5e5;
  font-size: 16px;
  line-height: 1.55;
}

.info-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #f7d77b;
  margin-bottom: 10px;
  position: relative;
  padding-left: 6px;
}

.info-card-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background:#5b5b5b;
}

.info-card p {
  margin: 6px 0;
  font-size: 18px;
}

.info-card strong {
  color: #ffcb6b;
}


.boss-tab-wrap {
  margin: 20px 0;
}

.boss-tab-buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  background: #050505;
}

.boss-tab-buttons li {
  flex: 1 1 0;
}

.boss-tab-buttons li a {
  display: block;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  color: #aaaaaa;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.boss-tab-buttons li.is-active a {
  color: #ffffff;
  font-weight: 700;

      border-bottom: 2px solid #ffd36b;
}


.boss-tab-select-outer {
  display: none;
  margin-bottom: 12px;
}

.boss-tab-select-outer select {
  width: 100%;
  padding: 8px 10px;
  background: #111;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
}


.boss-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 10px 0 0;
}





.boss-card img {
  width: 100%;

}


.boss-card-body {
  padding: 12px 16px 14px;
}

.boss-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #f7e8af;
  margin-bottom: 4px;
}

.boss-card-text {
  font-size: 14px;
  color: #d3d3d3;
}


.tab-contents {
  border: none;
  padding: 0;
  margin-top: 8px;
}


@media (max-width: 768px) {
  .boss-tab-buttons {
    display: none;
  }
  .boss-tab-select-outer {
    display: block;
  }
}

.ncgbt-cover {background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2FDeBX3E-SugdHUF19kGTgrsBg-Kc2Pxq1RXaAA_RrTyaCTStUOnzmDpYnx7Wfx2YPKPmPMJqfBQepdB7eyKvvQgix-_6W5uyOiUyQ_q8_1OGrouydLxpnFdMEuC_CYlbdH7MskdwuMyITiwJt4M8CDcHYwfWYnKnMmOQTpWgb0vLt1MLQt1Vr_H2zOBk/s1600/vff.webp') no-repeat center center;background-position: 100% 30% !important;
    background-size: cover !important;
    height: 202px;
    filter: brightness(1.0) contrast(1.2) saturate(1.1);
    margin-bottom: 20px;
    border: 1px solid rgba(80, 110, 170, 0.35);}

.ncgbt-cover::before {
    content: "";
    display: block;
    width: auto;
    height: 202px !important;
    margin: 0 auto !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-position: 50% 50%;
    background-size: 20%;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR_r6tweJRskYAT15iMb-Qbw0n1cpJB8NqB5H4oa4bUyiF6Gf1smN-038CaO_8ftSaGqw5d7duwDWNhXUq5Ow0Za5Csh1kVww_uLRajmnQjc24ay0vguvy8NrUNOXSwD-VzNfI4qGd326RTb7BKKUCEDnUc4HiFNgydafkDP1x5bd0Gx2TVtva2VXtRlHz/s16000/%ED%88%AC%EB%AA%85%EB%A1%9C%EA%B3%A0.webp);
    filter: opacity(1.3);
}



  .boss-table{
  width:100%;
  border-collapse:collapse;
  background:
    linear-gradient(
      180deg,
      rgba(60,110,200,0.08) 0%,
      rgba(0,0,0,0.6) 100%
    ),
    #070b12;
  border:1px solid rgba(80,130,220,0.38);
  border-radius:10px;
  overflow:hidden;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(120,170,235,0.18);
}

/* Çì´õ */
.boss-table thead th{
  padding:12px 14px;
  background:
    linear-gradient(
      180deg,
      rgba(90,150,235,0.18) 0%,
      rgba(40,70,130,0.45) 100%
    );
  color:#dbe8ff;
  font-weight:700;
  font-size:14px;
  border-bottom:1px solid rgba(120,170,235,0.35);
}

/* ¹Ùµð */
.boss-table tbody td{
  padding:11px 14px;
  color:#fff;
  font-size:16px;
  border-bottom:1px solid rgba(120,170,235,0.15);
  vertical-align: middle;
      text-align: left;
}
   .boss-table tbody td:nth-child(1) {
    text-align:center;
  }
  .boss-table tbody td:nth-child(2) {
    color:#91e0f7 ;
  }

/* Çà È£¹ö */
.boss-table tbody tr:hover{
  background:rgba(80,140,220,0.08);
}

/* ¸¶Áö¸· Çà º¸´õ Á¦°Å */
.boss-table tbody tr:last-child td{
  border-bottom:0;
}

/* ÄÚÀÎ °­Á¶ */
.boss-table .coin{
  color:#9fc2ff;
  font-weight:700;
}
  
  .boss-table img {
    height:46px;
  }

/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media(max-width:768px){
  .boss-table thead th{
    font-size:13px;
  }
  .boss-table tbody td{
    font-size:12px;
    padding:10px 12px;
  }
}

  .doll-grade td{
 background:
    linear-gradient(
      90deg,
      rgba(80,140,220,0.18) 0%,
      rgba(20,35,70,0.55) 40%,
      rgba(80,140,220,0.18) 100%
    );
  color:#cfe6ff;
  font-weight:800;
  font-size:18px;
  padding:14px;
  text-align:center;
  letter-spacing:1px;

  border-top:1px solid rgba(120,170,235,.6);
  border-bottom:1px solid rgba(120,170,235,.6);

  box-shadow:
    inset 0 0 18px rgba(80,140,220,.25),
    0 0 12px rgba(80,140,220,.35);
}

.tab3-nav{
  display:flex;
  gap:12px;
  list-style:none;
  padding:0 !important;
  margin:0;
}
.tab3-nav li{
  flex:1;
}
.tab3-btn{
  width:100%;
  min-width:0;  
}
.tab3-btn{
  flex:1;
  min-width:160px;
  border:1px solid rgba(120,170,235,0.35);
  background:
    linear-gradient(
      180deg,
      rgba(90,150,235,0.12) 0%,
      rgba(0,0,0,0.55) 100%
    ),
    #070b12;
  color:#dbe8ff;
  font-weight:800;
  padding:12px 14px;
  border-radius:12px;
  cursor:pointer;
  text-align:center;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tab3-btn:hover{
  transform:translateY(-3px);
  filter:brightness(1.08);
  box-shadow:0 0 14px rgba(90,150,235,0.45);
  border-color:rgba(120,170,235,0.65);
}

.tab3-btn.is-active{
  border-color:rgba(140,190,255,0.9);
  box-shadow:
    0 0 18px rgba(90,150,235,0.65),
    inset 0 0 8px rgba(120,170,235,0.35);
  filter:brightness(1.15);
}

.tab3-panels{position:relative;}
.tab3-panel{display:none;}
.tab3-panel.is-active{display:block;}

.tab3-note{
  font-size:13px;
  color:#bcdcff;
  opacity:.9;
  margin:6px 0 0;
  text-align:center;
}