.game-photo-body-right{
	background-image: url("../images/game_photo_background.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	width:998px;
	height: 998px;
}

.game-photo-list{
	margin:0 auto;
	margin-top:120px;
	padding:20px;
	width:900px;
	height:650px;
}
.game-photo-row{
	height:300px;
	width:100%;
	display: flex;
	gap:10px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.game-photo-col{
	position: relative;
	width:270px;
	height:291px;
}
.game-photo-col img{
	position: absolute;
	top:17px;
	left:13px;
	width:244px;
	height:267px;
	text-align: center;
}
.game-photo-cover{
	background-image: url("../images/game_photo_cover.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:270px;
	height:291px;
	position: absolute;
	top:0;
	left:0;
}