.game-news-container{
	background-image:url("../images/game_news_page_backgroud.jpg");
	width:1920px;
	height:1440px;
	margin: 0 auto;
}

.game-news-main{
	margin:0 auto;
	padding-top:20px;
	padding-left:20px;
	width:1280px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}


.game-news-list{
	flex:1;
	height:1280px;
}

.news-download-fixed{
	margin-top:15px;
	margin-left:20px;
}

.game-news-title{
	color:#b29669;
	letter-spacing: 0.1em; 
	font-size:22px;
	font-weight:500;
	padding-top:10px;
	padding-left:15px;
}

.game-news-display{
	width:880px;
	height:1160px;
	margin-top:70px;
	margin-left:40px;
	/*border:1px solid red;*/
}
.game-news-navigate{
	height:70px;
	width:540px;
	margin-top:29px;
	margin-left:40px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.game-game-navigate{
	height:70px;
	width:730px;
	margin-top:29px;
	margin-left:40px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.game-news-navigate-normal.active{
	background-image: url("../images/game_news_navigate_light.png");
	width:177px;
	height:60px;
	color:#f6eada;
	font-size:32px;
	font-weight:500;
	-webkit-text-stroke: 2px black;
	paint-order: stroke;
	text-align: center;
	line-height: 70px;
}

.game-news-navigate-normal{
	background-image: url("../images/game_news_navigate_black.png");
	width:177px;
	height:60px;
	color:#ceb078;
	font-size:32px;
	font-weight:500;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.game-news-navigate-normal:hover{
	background-image: url("../images/game_news_navigate_light.png");
	width:177px;
	height:60px;
	color:#f6eada;
	font-size:32px;
	font-weight:500;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;
	text-align: center;
	line-height: 70px;
}

.game-news-navigate-normal.active:hover{
	background-image: url("../images/game_news_navigate_black.png");
	width:177px;
	height:60px;
	color:#ceb078;
	font-size:32px;
	font-weight:500;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.game-news-maps{
	margin-left:50px;
	margin-top:40px;
	width:780px;
	/*
	height:800px;
	*/
}

.game-news-row{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width:760px;
	padding:15px 0px;
	border-bottom:1px solid #000;
}

.game-news-row.fixed{
	border-bottom:0px;
}

.game-news-row-date {
	width:130px;
	text-align: right;
	font-size:22px;
	color:#fff;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;
}
.game-news-row-title {
	flex:1;
}
.game-news-row-title a{
	text-align: left;
	font-size:22px;
	letter-spacing: 0.1em; 
	color:#fff;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;
	text-decoration: none;
}
.game-news-row-title a:hover{
	text-decoration: underline;
}

.game-news-pagination{
	margin-top:50px;
	padding:10px 20px;
	text-align: center;
}

.pagination-demo{
	margin:0 auto;
	width:600px;
	height:100px;
	color:#fef3da;
	font-size:18px;
	/*
	border:1px solid red;
	*/
}

.pagination-demo a{
	color:#fef3da;
	text-decoration: none;
	margin-right:10px;
	margin-bottom:10px;
}
.pagination-demo a:hover{
	color:#fef3da;
	text-decoration: underline;
}

.game-news-title-display{
	width:880px;
	height:1160px;
	margin-top:55px;
	margin-left:40px;
}

.game-news-detail-header{
	width:100%;
	text-align: center;
	padding-bottom:20px;
}

.game-news-detail-background{
	margin:0 auto;
	min-width:386px;
	max-width:880px;
	height:67px;
	text-align: center;
	background-image: url("../images/game_news_detail_title.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*border:1px solid gray;*/
	display: inline-block;
}

.game-news-detail-title{
	color:#fff;
	font-size:22px;
	-webkit-text-stroke: 3px black;
	paint-order: stroke;	
	padding:20px 90px;
}

.game-news-detail-content{
	padding:30px 60px;
	/*border:1px solid red;*/
}

.game-service-content{
	font-size:30px;
	text-align: center;
}