.wg-kv {
	background-color: #000036;
}

.wg-bg {
	color: #ffffff;
	background-image: linear-gradient(to bottom, #6a0c2a 0%, #0058a9 50%, #0d001e 100%);
	padding: 4rem 1rem;
}

.wg-bg h1 {
	font-weight: 700;
	color: #d9dddf;
	text-align: center;
	background: linear-gradient(3deg, #6b6b6b 0%, #939393 15%, #ffffff 50%, #939393 75%, #6e6e6e 90%, #464646 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wg-bg h4 {
	color: #d9dddf;
	margin-bottom: 2rem;
	text-align: center;
}

.wg-bg h5 {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	border-bottom: 1px solid #dfdfdf;
}

.wg-bg h5 span {
	font-weight: 400;
}

.wg-game,
.wg-game2 {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wg-game {
	background-image: url(../img/war-game/wgbg01.jpg);
}

.wg-game2 {
	background-image: url(../img/war-game/wgbg02.jpg);
}

.wg-img {
	text-align: center;
	padding: 1rem 2.5rem;
}

.wg-card {
	border-radius: 15px;
	padding: 2rem;
	background-color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.wg-card h2 {
	font-size: 28px;
	font-weight: 600;
	background: linear-gradient(4deg, #999999 0%, #838383 15%, #c5c5c5 50%, #939393 75%, #6e6e6e 90%, #3f3f3f 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wg-card h4 {
	font-size: 22px;
	color: #724cf9;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.wg-time {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wg-time li {
	color: #fff;
	font-size: 20px;
	background-color: #7209b7;
	margin-bottom: 10px;
	padding: 0 15px;
	border-radius: 20px;
}

.wg-time span {
	font-size: 22px;
	font-weight: 600;
	color: #fee440;
}

.wgLogo {
	max-width: 200px;
}

@media (max-width: 768px) {
	.wg-img img {
		max-height: 450px;
	}
}

.wg-notice {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	border-top: 2px dotted #999;
	padding-top: 15px;
}

.wg-notice h6 {
	font-weight: 600;
	font-size: 20px;
}
