.ncgbt-cover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE8k33N11YnugttHZIGuw8MuJtAUUNskM_6f9E_w7XSng3NQF5umlKtZstD0S2P7DonUfarXf1jY96lKvgsRUdSZzpmFgdvxZBSpQ5RHcvDK8wQsRJtfGo1waAQr9UsSHnSlfvyJc7AltPSNSqFRfmd4VzwyJWlysc0tIrvHAhkpfJdY4_BDQ_Iz-mIP4/s16000/vff.webp) no-repeat center center !important;
    background-position: 100% 30% !important;
    background-size: cover !important;
    height: 202px;
    filter: brightness(1) contrast(1.2) saturate(1.1);
}
p.ncgbt-cover-desc {
color: #fff !important; filter: drop-shadow(1px 2px 3px #000); font-size: 40px; margin-left: 40px;     text-align: center; 
}
p.ncgbt-cover-desc-sub {
color: white; filter: drop-shadow(1px 2px 3px #000); font-size: 23px; margin-left: 40px;      text-align: center;
}

.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/AVvXsEhJxu0lektRevE6-Wd6AbZ5SQQ8R20tcViovPqGpJDug3FRbbjtVx9TFtmhH_Yme3T2kl-AZbnYa_Un9YJDLnH4u2D1wQVfA8r01XGXxBbFbz_DklX-YHbussaOBFjlk4i4eMcX5SIUb8306OFW2eBZli5_Rfd-NCAfxV7_AcDZh7ofyg4jMn9mXNpyvnc6/s16000/%EB%A7%88%EB%A6%B0.png) !important;
    filter: opacity(1.3);
    zoom: 30%;
}

  .boss-wrap{max-width:1180px;margin:0 auto;padding:18px 12px;}
.boss-head{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;}
.boss-title{font-size:18px;font-weight:800;color:#f2f2f2;letter-spacing:-.2px;}
.boss-sub{font-size:12px;color:rgba(255,255,255,.55);}
.boss-table-box{
background:rgba(0,0,0,.55);
border:1px solid rgba(255,255,255,.10);
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.35);
overflow:hidden;
backdrop-filter:blur(2px);
}
.boss-table{width:100%;border-collapse:separate;border-spacing:0;}
.boss-table thead th{
background:rgba(255,255,255,.04);
color:#f7d77b;
font-weight:800;
font-size:13px;
padding:12px 12px;
border-bottom:1px solid rgba(255,255,255,.10);
text-align:center;
white-space:nowrap;
}
.boss-table tbody td{
padding:12px 12px;
border-bottom:1px solid rgba(255,255,255,.06);
color:rgba(255,255,255,.88);
font-size:16px;
vertical-align:top;
}
.boss-table tbody tr:last-child td{border-bottom:0;}
.boss-table tbody tr{transition:background .18s;}
.boss-table tbody tr:hover{background:rgba(255,255,255,.04);}
.col-boss{width:22%;}
.col-time{width:34%;}
.col-day{width:20%;}
.col-note{width:24%;}
.boss-name{font-weight:800;color:#ffffff;}
.boss-time{color:rgba(255,255,255,.92);line-height:1.45;word-break:break-word;}
.boss-day{color:rgba(255,255,255,.82);white-space:nowrap;}
.boss-note{color:rgba(255,255,255,.65);line-height:1.45;word-break:break-word;}
.boss-row--mini .boss-name{color:#d9d9d9;}
.boss-row--mini .boss-time{color:rgba(255,255,255,.80);font-size:12.5px;}
.boss-row--fixed .boss-name{color:#ffe7a6;}
.boss-row--fixed .boss-time{color:#fff;}
.boss-row--elite .boss-name{color:#ffcc66;}
.boss-row--elite .boss-note{color:rgba(255,220,140,.85);}
.boss-row--prime .boss-name{color:#ff6b6b;}
.boss-row--prime .boss-time{color:#fff;}
.boss-row--prime .boss-day{color:rgba(255,255,255,.92);}
@media (max-width: 900px){
.boss-head{flex-direction:column;align-items:flex-start;}
.col-note{display:none;}
.boss-table thead th.col-note,
.boss-table tbody td.boss-note{display:none;}
.col-boss{width:34%;}
.col-time{width:40%;}
.col-day{width:26%;}
.boss-day{white-space:normal;}
}
@media (max-width: 560px){
.boss-table thead{display:none;}
.boss-table, .boss-table tbody, .boss-table tr, .boss-table td{display:block;width:100%;}
.boss-table tbody tr{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);}
.boss-table tbody tr:last-child{border-bottom:0;}
.boss-table tbody td{border:0;padding:6px 0;}
.boss-table tbody td.boss-name{padding-top:0;}
}