.frame, .frame__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
}
    .frame:after, .frame:before {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    content: "";
    z-index: 3;
}
    .frame:before {
    left: -23px;
    top: -11px;
    background-image: url(https://assets.playnccdn.com/promo/lineagew/teasing/8th/img/bg_book_l.png);
    background-position: 0 0;
}
    .frame:after {
    right: -23px;
    top: -11px;
    background-image: url(https://assets.playnccdn.com/promo/lineagew/teasing/8th/img/bg_book_r.png);
    background-position: 100% 0;
}

.price:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://assets.playnccdn.com/resource/store/price/156d.png) no-repeat center center;
    background-size: cover;
    height: 48px;
    width: 48px;
}
  						
	
.ev-card {
        background: linear-gradient(to bottom, #3a3a3a, #222222, #111111);
    
    padding: 40px 10px;
    width:49%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
    border: 1px solid #77674d;
}
.ev-card:hover {
    transform: translateY(-5px);
}
  .ev-card img {
    width: 200px;
    height: auto;
    margin: 70px 5px 5px 5px;
}

  .ev-card-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
margin-top:10px;

}
  .ev-top {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
  
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
  .ev-top .ev-title {
    background: linear-gradient(to bottom, #fff 20%, #ebd0a3 70%, #523f0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  color: transparent; 
font-family: HeirofLightBold; 
font-size: 32px;
}

.ev-desc {
    text-align:center; color:rgb(225, 184, 72); font-size:32px;
    display: block;
    padding: 20px 0px 40px 0px;
    font-family: HeirofLightBold;
  }

@media only screen and (max-width: 1024px) {
.ev-desc {
    font-size:21px;
  }

.ev-card {
margin: 0 auto;
}

.ev-card .card-text {
margin-top:90px;
}

.ev-card .card-text p span {
font-size:16px !important;
}
}

.inpage_title {
background: linear-gradient(to bottom, #fff 20%, #ebd0a3 70%, #523f0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: 'Warhaven';
}

.inpage_title::before {
    content: "";
    display: inline-block;
    width: 50px;
    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-bottom: 10px; */
    margin-bottom: 2px;
}