@charset "UTF-8";

/* reset */
body, html {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:none;background-color:transparent;cursor:pointer;-webkit-appearance: none; -webkit-border-radius: 0;}
a {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
table {border-spacing:0}
caption {display:none;}
label, input[type=radio], input[type=checkbox] {cursor:pointer;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
/* global */
:focus {outline:none;}
button,input,select,textarea {
	font-size: 100%; 
	outline:none;
	border:none;
}
::-ms-expand {display:none;}
::-ms-check {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Good browsers :) */
	opacity:0;
}

/*모달*/
.winFix {overflow-y: scroll;}
.modalFix {
	position: fixed;
	width: 100%;
}
.modal {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	font-family: 'NanumSquare', sans-serif;
}
.modal div,
.modal h1 {height:auto;}
.wrap_modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	z-index: 110;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.modal .modal_inner {padding:25px 20px;}
.modal .btn_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.modal .btn_close i {
	display:block;
	width:16px;
	height:16px;
	margin:0 auto;
	background:url(https://cw.img.gamen.com/img/ico_close_full_modal.png?v=1&CDN=1);
	background-size:16px;
	text-indent:-9999px;
}
.modal.full_modal {
	width:100%;
	height:100%;
	overflow-y:auto;
	background:#fff;
	-webkit-overflow-scrolling: touch;
}
.modal.full_modal .wrap_modal {border-radius:0;}
.modal.full_modal.modal_ranking {background:rgba(0,0,0,0.9);}
.modal_ranking .wrap_modal {
	overflow:visible;
	color:#fff;
	background:transparent;
}
.modal_ranking .modal_inner {
	padding:30px;
}
.modal_ranking h3 {
	width:135px;
	height:37px;
	line-height:37px;
	margin:0 auto 20px;
	background:url(https://cw.img.gamen.com/img/tit_ranking_modal.png?v=1&CDN=1);
	background-size:135px;
	text-align:center;
	color:#fff;
	font-size:17px;
}
.modal_ranking .wrap_period {
	margin-bottom:15px;
	font-size:0;
	text-align:center;
}
.modal_ranking .wrap_period button {
	display:inline-block;
	vertical-align:middle;
	width:37px;
	height:37px;
	text-indent:-9999px;
}
.modal_ranking .wrap_period button.btn_prev {
	background:url(https://cw.img.gamen.com/img/btn_prev.png?v=1&CDN=1);
	background-size:37px;
}
.modal_ranking .wrap_period button.btn_next {
	background:url(https://cw.img.gamen.com/img/btn_next.png?v=1&CDN=1);
	background-size:37px;
}
.modal_ranking .wrap_period .period {
	display:inline-block;
	vertical-align:middle;
	width:200px;
	max-width:60%;
	height:37px;
	line-height:37px;
	margin:0 13px;
	border-radius:20px;
	background:#fff;
	color:#333;
	font-size:16px;
}
.modal_ranking .my_score {
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
}
.modal_ranking .my_score li {
	overflow:hidden;
	margin:10px 0;
	font-size:16px;
}
.modal_ranking .my_score li.my_ranking {color:#fad400;}
.modal_ranking .my_score i {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.modal_ranking .my_score i.ico_rank {
	width:19px;
	height:17px;
	margin-right:10px;
	background:url(https://cw.img.gamen.com/img/ico_ranking.png?v=1&CDN=1);
	background-size:19px;
}
.modal_ranking .my_score i.ico_score {
	position:relative;
	left:4px;
	width:11px;
	height:18px;
	margin-right:18px;
	background:url(https://cw.img.gamen.com/img/ico_score.png?v=1&CDN=1);
	background-size:11px;
}
.modal_ranking .my_score .score {float:right;}
.modal_ranking .ranking_table {
	width:100%;
	overflow:hidden;
	table-layout:fixed;
	border-collapse: collapse;
	margin-top:15px;
	border-radius:5px;
	text-align:center;
	font-size:13px;
	color:#333;
}
.modal_ranking .ranking_table th,
.modal_ranking .ranking_table td {
	padding:13px 10px;
}
.modal_ranking .ranking_table td {
	border:1px solid #ddd;
	text-align:center;
	background:#fff;
}
.modal_ranking .ranking_table td.score {
	color:#ff5307;
	font-weight:bold;
}
.modal_ranking .ranking_table td.empty {
	padding:45px 10px 35px !important;
	border:none;
}
.modal_ranking .ranking_table tr:first-child td {border-top:none;}
.modal_ranking .ranking_table td span {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal_ranking .ranking_table tbody tr:nth-child(-n+3) td:first-child {
	padding:5px 10px;
}
.modal_ranking .ranking_table td i {
	display:block;
	width:18px;
	height:25px;
	margin:0 auto;
	background:red;
	text-indent:-9999px;
}
.modal_ranking .ranking_table td i.ico_first {
	background:url(https://cw.img.gamen.com/img/ico_first.png?v=1&CDN=1);
	background-size:18px;
}
.modal_ranking .ranking_table td i.ico_second {
	background:url(https://cw.img.gamen.com/img/ico_second.png?v=1&CDN=1);
	background-size:18px;
}
.modal_ranking .ranking_table td i.ico_third {
	height:24px;
	background:url(https://cw.img.gamen.com/img/ico_third.png?v=1&CDN=1);
	background-size:18px;
}
.modal_ranking .ranking_table th {
	background:#ff5307;
	font-size:14px;
	color:#fff;
}
.modal_ranking .ranking_table tfoot td {
	padding:15px 0;
	border:none;
	font-size:13px;
	color:#555;
}
.modal_ranking .ranking_table tfoot td p {
	display:inline-block;
	position:relative;
	padding-left:10px;
}
.modal_ranking .ranking_table tfoot td p:before {
	position:absolute;
	top:2px;
	left:0;
	content:'*';
}