body 
{
	background-color: #2d2d2d;
}
#sport-wrap
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1000px;
	margin: auto;
	max-width: 1300px;
	padding:10px;
}
#sport-wrap .sport-content
{
	flex:1;
	position: relative;
}

#sport-wrap iframe
{
	width: 100%;
	min-height: 1000px;
	border: 0px;
}

#sport-wrap .sport-list-wrap
{
	flex: 0 0 20%;
	min-height: 1000px;
	background: #414141;
	margin: 0 10px;
}
#sport-wrap .sport-list-wrap .sport-list {
	text-align: center;
	margin-top: 10px;
    box-shadow: 1px 1px 8px -1px #000;
    display: block;
}
#sport-wrap .sport-list-wrap .sport-list:hover {
	box-shadow: 1px 1px 8px -1px #FFDF1B;
	cursor: pointer;
}
.fs-btn {
    width: 40px;
    display: block;
    background: #414141;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
}
.btn_gleft {
    float: left;
    position: absolute;
    left: -40px;
}