@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrap{
	background: rgb(29, 14, 42);
	background-image: url('/img/bg.png');
	background-size: cover;
	background-position: center;
}
.container{
	max-width: 1000px;
	margin: 0 auto;
}
header{
	text-align: center;
}
header .logo{
	padding: 44px 0;
	display: block;
}
header .logo img{
	max-width: 100%;
}
header .header_img{
	
}
header .header_img img{
	max-width: 100%;
}
.contents{
	text-align: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.main_content{
	padding: 8px 0;
	flex: 0 0 1000px;
}
.left_banner{
	flex: 0 0 300px;
	margin-top: -153px;
}
.right_banner{
	flex: 0 0 300px;
	margin-top: -153px;
}
.banner_wrap{
	margin: 0 0 8px;
}
.rank_wrap{
	border: 1px solid #484848;
}
.rank_wrap.team_rank_wrap{
	border-top: none;
}
.rank_wrap h2{
	background-color: #393939;
    text-align: left;
    overflow: hidden;
    padding: 12px 20px;
    border-bottom: 2px solid #e49c12;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'GmarketSansMedium';
    margin: 0;
}
.rank_wrap h3{
	color: #e49c12;
    font-size: 13px;
    font-weight: 400;
    font-family: 'GmarketSansMedium';
}
#leftDataTop,
#leftLanking{
	background: #2e2e2e;
}
#leftDataTop ul,
#leftLanking ul{
	padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
#leftDataTop ul li,
#leftLanking ul li{
    border-right: 1px solid #484848;
    flex: 1;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #484848;
}
#leftDataTop ul li:last-child,
#leftLanking ul li:last-child{
	border-right: none;
}
#leftDataTop ul li a,
#leftLanking ul li a{
	display: block;
    cursor: pointer;
}
#leftDataTop ul li a:hover,
#leftDataTop ul li a.on,
#leftLanking ul li a:hover,
#leftLanking ul li a.on{
	background: #e49c12;
}
#leftDataTop ul li a span,
#leftLanking ul li a span{
	display: none;
}
#leftDataTop dl,
#leftLanking dl{
	margin: 0;
    padding: 0;
}
#leftDataTop dd,
#leftLanking dd{
	margin: 0;
    padding: 0;
}
#leftLanking dt{
    display: flex;
    gap: 5px 15px;
    flex-wrap: wrap;
    padding: 7px 10px;
    border-bottom: 1px solid #484848;
}
#leftLanking dt a{
	line-height: 1.3;
    color: #fff;
    font-weight: 300;
    font-family: 'GmarketSansMedium';
    font-size: 12px;
}
#leftDataTop dl table,
#leftLanking dl table{
	width: 100%;
    border-collapse: collapse;
}
#leftDataTop dl table thead th,
#leftLanking dl table thead th{
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size:12.8px;
    padding: 7px 0;
    border-bottom: 1px solid #484848;
    font-family: 'GmarketSansMedium';
}
#leftDataTop dl table tbody th,
#leftDataTop dl table tbody td,
#leftLanking dl table tbody th,
#leftLanking dl table tbody td{
	border-bottom: 1px solid #484848;
    text-align: center;
    font-size:12.8px;
    color: #fff;
    font-weight: 100;
    vertical-align: middle;
    line-height: 43px;
    font-family: 'GmarketSansMedium';
}
#leftDataTop dl table tbody tr:last-child th,
#leftDataTop dl table tbody tr:last-child td,
#leftLanking dl table tbody tr:last-child th,
#leftLanking dl table tbody tr:last-child td{
	border-bottom: none;
}
#leftLanking dl table tbody td img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
@media only screen and (max-width: 1600px) {
	.contents{
        flex-wrap: wrap;
	}
	.left_banner{
		flex: 0 0 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 8px 0 0;
	}
	.main_content{
		flex: 0 0 100%;
		padding: 0;
	}
	.right_banner{
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 1000px) {
	.left_banner,
	.right_banner,
	.main_content{
		width: 100%;
		overflow: hidden;
	}
	.left_banner{
		gap: 5px;
	}
	.banner_wrap{
		flex: 0 0 calc((100% - 10px) / 3);
		margin: 0;
	}
	.banner_wrap a{
		display: block;
	}
	.banner_wrap a img{
		width: 100%;
		display: block;
	}
	header .logo img{
		max-width: 75%;
	}
}
@media only screen and (max-width: 420px) {
	
}