@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@font-face { font-family: 'BMJUA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }

/*
이미지 경로
개발 : https://cw.img.gamen.com/ocb_test
상용 : https://cw.img.gamen.com/ocb
*/

/* 캐시워크 주시팡/다른색맞추기/사천성 등 css 충돌로 인해 적용 */
div {height:initial;}

/* RESET */
body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,caption,th,td,form,fieldset,legend,hr,fieldset,legend,button,select,textarea,input,figure,figcaption{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
ul, ol {list-style:none;}
img,iframe{border:0;vertical-align:top;}
textarea,select,button{vertical-align:top;}
fieldset,input{border:0;}
img{-ms-interpolation-mode:bicubic;}
legend,caption{visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
body{font-family: 'Nanum Square', sans-serif;font-size:14px;color:#444;font-weight:400;text-align: center;background: #fff; overflow:hidden;}
a{text-decoration:none;color:#444;}
a:hover,a:focus{text-decoration:none;}
input[type=checkbox],input[type=radio],button{border:none;}
label,button,input[type=submit],input[type=image],input[type=button],input[type=checkbox],input[type=radio],input[type=file]{cursor:pointer;}
input[type=checkbox]{
	width: 22px; height:23px;
	-webkit-appearance:none;
	background:url(https://cw.img.gamen.com/ocb_test/img/popup/sp_gamen_popup.png) no-repeat;
	background-size: 200px;
	vertical-align:top;
	outline: none;
}
input[type=checkbox]:enabled{background-position:-80px -45px;}
input[type=checkbox]:checked{background-position:-110px -45px;}
input[type=text],input[type=password],input[type=submit],input[type=button],input[type=search],input[type=email],input[type=url],input[type=tel],textarea,select,button{font-family: 'Nanum Square', sans-serif;font-size:14px;color:#444;font-weight:700;-webkit-appearance:none;appearance:none;}

.body_jp,
.body_cn {
  font-family: "Malgun Gothic", sans-serif !important;
}
.body_jp button,
.body_cn button,
.body_jp input,
.body_cn input,
.body_jp textarea,
.body_cn textarea,
.body_jp select,
.body_cn select,
.body_jp a,
.body_cn a {
  font-family: "Malgun Gothic", sans-serif !important;
}

/* Loading */
#loading {
	overflow: hidden;
	position: absolute;
	bottom: 0; left: 0; top: -20px; right: 0;
	width: 191px; height: 51px;
	margin: auto;
}
#intro_layout {
	background-color:#fff;
	position: fixed;
	bottom: 0; left: 0; top: 0; right: 0;
	z-index:100;
}

/* Custom Scrollbar */
.iScrollVerticalScrollbar {
	width: 5px !important;
}
.iScrollIndicator {
	border: none !important;
}

/* Panel */
.panel_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: flexbox;
	display: flex;
	display: box;
	/* Samsung old-box */
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-align-content: stretch;
	-moz-align-content: stretch;
	align-content: stretch;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: fixed; z-index: 100;
	top: 0; right: 0; bottom: 0; left: 0;
	padding: 0 15px;
	background: rgba(0,0,0,0.9);
}
.panel {
	overflow:hidden;
	position: relative;
	width:92%;
	min-width: 320px;
	max-width:375px;
	border-radius:5px;
	background:#fff;
}

.panel_box {
	/*display: inline-block;*/
	position: relative;
}
.panel_inner {
	position: relative; z-index: 10;
	padding: 15px 10px 10px;
	word-break: break-all;
}
.pri {
	line-height: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 1.6em;
	color: #000;
	margin-bottom: 10px;
}
.sub {
	margin-top: 10px;
	padding: 8px;
	line-height: 1.4em;
	letter-spacing: -1px;
	background: #e4e4e4;
	color: #696969;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 20px;
}
.rank_big {
	margin-bottom: 5px;
	font-family: 'Debussy', sans-serif;
	font-size: 50px;
	letter-spacing: -1px;
	color: #802900;
}
.panel_btn {
	white-space: nowrap;
	text-align: center;
	margin-top:5px;
}
.panel_btn.blue {
	border-color: #004374;
	text-shadow: 2px 2px 0 #00508A;
	background: #04bed2;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bed2), color-stop(100%,#0063b3));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, linear-gradient(to bottom,  #04bed2 0%,#0063b3 100%);
	box-shadow: inset 0 0 8px #05D3E3;
}
.panel_btn.green {
	border-color: #166400;
	text-shadow: 2px 2px 0 #1C7406;
	background: #7dbe00;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dbe00), color-stop(100%,#08a400));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, linear-gradient(to bottom,  #7dbe00 0%,#08a400 100%);
	box-shadow: inset 0 0 8px #AADC01;
}
.panel_btn.red {
	border-color: #950700;
	text-shadow: 2px 2px 0 #BD130A;
	background: #fe4b29;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4b29), color-stop(100%,#e10807));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow.png) no-repeat 6px 2px, linear-gradient(to bottom,  #fe4b29 0%,#e10807 100%);
	box-shadow: inset 0 0 8px #EEA075;
}

/* sns icon */
.sml_sns_icon{
	float:left;
	position: relative;
	top: 0;
	display:block;
	width:17px;
	height:17px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat 0 0;
	background-size:375px;
	margin-right:5px;
}
.sml_sns_icon.ico_na{background-position: -163px -50px;}
.sml_sns_icon.ico_ka{background-position: -180px -50px;}
.sml_sns_icon.ico_fb{background-position: -200px -50px;}
.sml_sns_icon.ico_tw{background-position: -218px -50px;}
.sml_sns_icon.ico_gn{background-position: -274px -50px;}

/* HEADER	 */
.panel header {
	display: block;
    position: relative;
    height: 56px;
    line-height: 57px;
	padding:8px 15px 0;;
    text-align: center;
    font-size: 16px;
	border-bottom:1px solid #d9d9d9;
}
.panel header .rank_tit{
	display:inline-block;
	font-weight:700;
	color:#333;
}
.panel header .rank_tit i{
	position: relative;
	top:18px;
	display:inline-block;
	width:21px;
	height:19px;
	margin-right:10px;
	vertical-align:top;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat 0 0;
	background-size:375px;
}
.panel header .rank_end{
	display:inline-block;
	height:23px;
	line-height:25px;
	padding:0 10px;
	border:1px solid #333;
	border-radius:15px;
	margin:0 5px;
}
.panel header .hd_close{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:41px;
	height:41px;
}
.panel header .hd_close i{
	position:relative;
	top:15px;
	display:block;
	width:12px;
	height:12px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/modal/img_close.png_grey.png) center no-repeat;
	background-size:12px;
	margin:auto;
	text-indent:-9999px;
}

.panel .my_section{padding:0 15px; background:#f8f8f8; border-bottom:1px solid #d9d9d9;}
.panel .my_section .top,
.panel .my_section .my_best{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:15px 0;
	box-sizing:border-box;
}
.panel .my_section .top .col1,
.panel .my_section .top .col2,
.panel .my_section .top .col3,
.panel .my_section .my_best li{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
    width: 100%;
}
.panel .my_section .top{}
.panel .my_section .top .col1 .thm{
	overflow:hidden;
	width:65px;
	height:65px;
	border-radius:65px;
}
/* 랭킹리스트 및 나의 정보 영역 공통 스타일 */
.panel .my_section .top .col1, .panel .rank_section li .col1{width:74px;}
.panel .my_section .top .sml_sns_icon, .panel .rank_section .sml_sns_icon{float:left;}
.panel .my_section .top .info, .panel .rank_section .info{
	overflow: hidden;
	text-align:left;
}
.panel .my_section .top .col2 .name, .panel .my_section .top .col2 .group,
.panel .rank_section .name, .panel .rank_section .group{
	overflow: hidden;
	line-height:17px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.panel .my_section .top .name, .panel .rank_section .name{font-weight:800;}
.panel .my_section .top .group, .panel .rank_section .group{color:#888;}
.panel .my_section .top .score, .panel .rank_section .score{
	color:#ff5307;
	font-size:17px;
	font-weight: 800;
	text-align:right;
}


.panel .rank_section li:nth-of-type(1) .col0 .rank, .panel .rank_section li:nth-of-type(2) .col0 .rank, .panel .rank_section li:nth-of-type(3) .col0 .rank,
.panel .rank_section li.n1 .col0 .rank, .panel .rank_section li.n2 .col0 .rank, .panel .rank_section li.n3 .col0 .rank{
	display:block;
	width:30px;
	height:42px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat 0 0;
	background-size:375px;
	text-indent:-9999px;
}
.panel .rank_section li:nth-of-type(1) .col0 .rank, .panel .rank_section li.n1 .col0 .rank{background-position:-222px 0;}
.panel .rank_section li:nth-of-type(2) .col0 .rank, .panel .rank_section li.n2 .col0 .rank{background-position:-256px 0;}
.panel .rank_section li:nth-of-type(3) .col0 .rank, .panel .rank_section li.n3 .col0 .rank{background-position:-291px 0;}

.panel .my_section .my_best{	border-top:1px solid #d9d9d9;}
.panel .my_section .my_best:after{
	content:"";
	display:block;
	clear:both;
}
.panel .my_section .my_best .ranking{width:121px;}
.panel .my_section .my_best  li > span{float:left;display:inline-block; padding:6px 0;}
.panel .my_section .my_best .ranking i,
.panel .my_section .my_best .best_score i{
	float:left;
	margin-right:8px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat 0 0;
	background-size:375px;
}
.panel .my_section .my_best .ranking i{
	width:14px;
	height:14px;
	background-position:-162px 0;
}
.panel .my_section .my_best .best_score i{
	width:15px;
	height:15px;
	background-position:-180px 0;
}
.panel .my_section .my_best .num{color:#ff5307; font-weight: 700;}
.panel .my_section .my_best .ranking .num{display:inline-block; padding:6px 12px;}
.panel .my_section .my_best .best_score .num{float:right;}

/* rank_wrap */
.panel .rank_wrap {
    clear: both;
    position: relative;
    overflow: hidden;
    height: 240px;
	border: 1px solid #d9d9d9;
    background-color: #fff;
    box-sizing: border-box;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* scroller */
#scroller {
    position: absolute;
    right: auto;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 1;
}

/* rank_section */
.panel  .rank_section li {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
	padding:12px 15px;
	box-sizing:border-box;
}
.panel .rank_section li .col0,
.panel .rank_section li .col1,
.panel .rank_section li .col2,
.panel .rank_section li .col3{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.panel .rank_section li .col0{
	width:30px;
	color: #666;
    font-size: 18px;
    font-weight: 700;
}
.panel .rank_section li .thm{
	overflow:hidden;
	width:55px;
	height:55px;
	border-radius:55px;
	margin:0 auto;
}

/* footer */
footer{
	clear:both;
	padding:15px;
	border-top:1px solid #d9d9d9;
	box-sizing:border-box;
}
footer .share_area{overflow:hidden; padding:5px 0; line-height:47px; text-align:left;}
footer .share_area .btn_share{
	float:right;
	display:block;
	height:45px;
	line-height:47px;
	text-align:center;
	border:1px solid #c5c8ca;
	padding:0 18px;
	color:#555;
	font-weight:800;
	border-radius:25px;
}
footer .share_area .btn_share i{
	position:relative;
	top:12px;
	float:left;
	display:block;
	width:17px;
	height:21px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat -200px 0;
	background-size:375px;
	margin-right:14px;
}
footer .btns{
	overflow:hidden;
	clear:both;
	padding-top:15px;
}
footer .btns .btn{
	float:left;
	width:40.25%;
	height:50px;
	line-height:50px;
	color:#fff;
	font-weight:800;
	text-align:center;
	border-radius:3px;
}
footer .btns .btn i{
	position:relative;
	top:13px;
	display:inline-block;
	width:25px;
	height:25px;
	vertical-align:top;
	margin-right:10px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat -200px 0;
	background-size:375px;
}
footer .btns .btn_play{
	background:#ff5307;
}
footer .btns .btn_vs{
	float:right;
	background:#2cbeb5;
}
footer .btns .btn_play i{
	background-position:-132px 0;
}
footer .btns .btn_vs i{
	width:23px;
	background-position:-104px 0;
}

/* 비로그인 */
.my_section
 .btns{float:right;}
.my_section .top .btns .btn{
	display:block;
	width:74px;
	height:45px;
	line-height:45px;
	color:#fff;
	text-align:center;
	background:#ff5307;
	border-radius:3px;
	margin-left:5px;
}
.my_section .top .txt_area{line-height:45px; text-align:left;}

@media only screen and (max-width : 520px) {
	.my_section .top .btns .btn{

		margin:4px 2px 0;
		min-width: 30px;
		width:45px;
		font-size:12px;
		height:8px;
		line-height:8px;
	}
}

@media only screen and (max-width : 420px) and (max-height : 720px) {
	.panel .my_section .top, .panel .my_section .my_best {padding: 4px;}
	footer {padding:8px 15px 15px;}
	footer .share_area{line-height:35px}
	footer .share_area .btn_share{
		height: 35px;
		line-height: 37px;
		padding: 0 8px;
	}
	footer .share_area .btn_share i{top: 7px; margin-right:7px;}
	.my_section .top .txt_area{letter-spacing:-1px; line-height:35px;}
}

@media only screen and (min-device-width: 320px) and (orientation: landscape){
	.panel{max-width:90%; max-height:100%; overflow-y:auto;}
	.panel header{
		height:46px;
		line-height:47px;
	}

	.my_section .top .txt_area{
		line-height:16px;
	}

	.my_section .top .btns .btn{
		margin-top:6px;
		height: 15px;
		line-height:15px;
	}
	.panel header .rank_tit i{top:13px;}
	.panel .my_section .top, .panel .my_section .my_best{padding:6px 10px;}
	.panel .my_section{
		float: left;
		width: 40%;
		height:131px;
	}
	.panel .my_section .top{display: block;}
	.panel .my_section .top .col1{
		float:left;
		display: block;
		width: auto;
	    margin-right: 5px;
	}
	.panel .my_section .top .col1 .thm{margin:0 auto; width:55px; height:55px;}
	.panel .my_section .top .col2, .panel .my_section .top .col3{padding-top: 8px;}
	.panel .my_section .my_best .ranking{
		width:100%;
		border-right:1px solid #d9d9d9;
	}
	.panel .my_section .my_best li > span{float:none; display:block; text-align:center;}
	.panel .my_section .my_best .ranking i, .panel .my_section .my_best .best_score i{float:none; display:inline-block;}
	.panel .my_section .my_best li{text-align:center;}
	.panel .my_section .my_best .best_score .num{float:none;}
	.panel .rank_wrap{clear:none; height:132px; border-top:none;}
	.footer .share_area{line-height:37px;}
	footer{padding:0 15px 15px;}
	footer .share_area{padding: 5px 0; line-height: 33px;}
	footer .share_area .btn_share{
		height: 30px;
		line-height: 32px;
	}
	footer .share_area .btn_share i{top:4px;}
	footer .btns{padding-top:0px;}
	footer .btns .btn{
		height: 45px;
		line-height: 45px;
	}
	footer .btns .btn i{top:10px;}
}


/* 대결하기 */
.panel_wrap.fight header{border-bottom:none;}
.panel_wrap.fight footer{border-top:none;}
.panel_wrap.fight .panel .vs_user_wrap{padding:15px;}
.panel_wrap.fight .panel .vs_user_area {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.panel_wrap.fight .panel .vs_user_area li {
	 position: relative;
	 display: table-cell;
	 vertical-align: middle;
	 color: #888;
 }

.panel_wrap.fight .panel .vs_user_area li .user_box {
	 position: relative;
	 display: block;
	 height: 132px;
	 padding: 18px 10px 45px;
	 border: 1px solid #d9d9d9;
	 text-align: center;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
 }

.panel_wrap.fight .panel .thm_area {
	 position: relative;
	 display: inline-block;
 }

.panel_wrap.fight .panel .thm_area .level {
	 position: absolute;
	 left: -6px;
	 top: -10px;
	 width: 31px;
	 height: 29px;
	 line-height: 35px;
	 text-align: center;
	 font-style: normal;
	 font-weight: 800;
	 font-size: 15px;
	 color: #fff;
 }

.panel_wrap.fight .panel .thm_area .level.level_1,
.panel_wrap.fight .panel .thm_area .level.level_2,
.panel_wrap.fight .panel .thm_area .level.level_3,
.panel_wrap.fight .panel .thm_area .level.level_4,
.panel_wrap.fight .panel .thm_area .level.level_5,
.panel_wrap.fight .panel .thm_area .level.level_6,
.panel_wrap.fight .panel .thm_area .level.level_7,
.panel_wrap.fight .panel .thm_area .level.level_8,
.panel_wrap.fight .panel .thm_area .level.level_9,
.panel_wrap.fight .panel .thm_area .level.level_10 {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: 0 -154px;
	 background-size: 375px;
	 -webkit-text-stroke: 1px #f40019;
 }

.panel_wrap.fight .panel .thm_area .level.level_11,
.panel_wrap.fight .panel .thm_area .level.level_12,
.panel_wrap.fight .panel .thm_area .level.level_13,
.panel_wrap.fight .panel .thm_area .level.level_14,
.panel_wrap.fight .panel .thm_area .level.level_15,
.panel_wrap.fight .panel .thm_area .level.level_16,
.panel_wrap.fight .panel .thm_area .level.level_17,
.panel_wrap.fight .panel .thm_area .level.level_18,
.panel_wrap.fight .panel .thm_area .level.level_19,
.panel_wrap.fight .panel .thm_area .level.level_20 {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: 0 -202px;
	 background-size: 375px;
	 -webkit-text-stroke: 1px #3615df;
 }

.panel_wrap.fight .panel .thm_area .level.level_21,
.panel_wrap.fight .panel .thm_area .level.level_22,
.panel_wrap.fight .panel .thm_area .level.level_23,
.panel_wrap.fight .panel .thm_area .level.level_24,
.panel_wrap.fight .panel .thm_area .level.level_25,
.panel_wrap.fight .panel .thm_area .level.level_26,
.panel_wrap.fight .panel .thm_area .level.level_27,
.panel_wrap.fight .panel .thm_area .level.level_28,
.panel_wrap.fight .panel .thm_area .level.level_29,
.panel_wrap.fight .panel .thm_area .level.level_30 {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: 0 -250px;
	 background-size: 375px;
	 -webkit-text-stroke: 1px #df6f15;
 }

.panel_wrap.fight .panel .thm_area .level.level_31,
.panel_wrap.fight .panel .thm_area .level.level_32,
.panel_wrap.fight .panel .thm_area .level.level_33,
.panel_wrap.fight .panel .thm_area .level.level_34,
.panel_wrap.fight .panel .thm_area .level.level_35,
.panel_wrap.fight .panel .thm_area .level.level_36,
.panel_wrap.fight .panel .thm_area .level.level_37,
.panel_wrap.fight .panel .thm_area .level.level_38,
.panel_wrap.fight .panel .thm_area .level.level_39,
.panel_wrap.fight .panel .thm_area .level.level_40 {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: 0 -705px;
	 background-size: 375px;
	 -webkit-text-stroke: 1px #3672a7;
 }
.panel_wrap.fight .panel .thm_area .level.level_41,
.panel_wrap.fight .panel .thm_area .level.level_42,
.panel_wrap.fight .panel .thm_area .level.level_43,
.panel_wrap.fight .panel .thm_area .level.level_44,
.panel_wrap.fight .panel .thm_area .level.level_45,
.panel_wrap.fight .panel .thm_area .level.level_46,
.panel_wrap.fight .panel .thm_area .level.level_47,
.panel_wrap.fight .panel .thm_area .level.level_48,
.panel_wrap.fight .panel .thm_area .level.level_49,
.panel_wrap.fight .panel .thm_area .level.level_50 {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: 0 -754px;
	 background-size: 375px;
	 -webkit-text-stroke: 1px #28b330;
 }


.panel_wrap.fight .panel .thm_area .thm {
	 overflow: hidden;
	 width: 65px;
	 height: 65px;
	 -webkit-border-radius: 65px;
	 -moz-border-radius: 65px;
	 border-radius: 65px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc {
	 display: inline-block;
	 margin-top: 9px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .row {
	 color: #888;
	 margin-bottom: 10px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .nick {
	 color: #444;
	 font-weight: 800;
	 margin-bottom: 5px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .ico_rank,
.panel_wrap.fight .panel .vs_user_area li .desc .ico_score {
	 float: left;
	 display: block;
	 width: 16px;
	 height: 16px;
	 margin-right: 7px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .ico_rank {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: -132px -444px;
	 background-size: 375px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .ico_score {
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: -152px -444px;
	 background-size: 375px;
 }

.panel_wrap.fight .panel .vs_user_area li .desc .info,
.panel_wrap.fight .panel .vs_user_area li .desc .txt {
	 overflow: hidden;
	 text-align: center;
 }
 .panel_wrap.fight .panel .vs_user_area li .desc .txt > p{
	white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	max-width:100px;
 }

.panel_wrap.fight .panel .vs_user_area li .bot {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 line-height: 45px;
	 text-align: center;
	 color: #444;
	background: #f8f8f8;
	font-size:15px;
	font-weight:900;
 }

.panel_wrap.fight .panel .vs_user_area li .ico_rank {
	 display: inline-block;
 }

.panel_wrap.fight .panel .vs_user_area .vs_li {
	 position: relative;
	 width: 8px;
 }

.panel_wrap.fight .panel .vs_user_area .vs_li .ico_vs {
	 position: absolute;
	 left: 50%;
	 top: 22px;
	 bottom: 0;
	 display: block;
	 width: 46px;
	 height: 49.5px;
	 margin: 0 auto;
	 margin-left: -23px;
	 z-index: 10;
	 background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
	 background-position: -328px -575px;
	 background-size: 375px;
	 text-indent: -9999px;
 }

.panel_wrap.fight .panel .vs_user_area .myinfo_li a {
	 border-color: #d9d9d9;
 }

 .panel_wrap.fight .panel .vs_user_area .myinfo_li a .bot {
	 color: #444;
	 background: #f8f8f8;
 }

.panel_wrap.fight .panel .vs_user_area .myinfo_li a .bot span {
	 display: inline-block;
	 color: #ff5307;
	 margin-left: 7px;
 }

.panel_wrap.fight .panel .vs_user_area li.winner .user_box{
	border-color: #ff5307;
}
.panel_wrap.fight .panel .vs_user_area li.winner .user_box .bot {
	color: #fff;
	 background: #ff5307;
}
.panel_wrap.fight .panel .exp_area{
	clear:both;
	margin-top:15px;
	display:table;
	table-layout:fixed;
	width:100%;
}
.panel_wrap.fight .panel .exp_area li{
	display:table-cell;
	vertical-align:middle;
	font-weight:800;
	text-align: left;
}
.panel_wrap.fight .panel .exp_area li span{color:#ff5307; font-weight:400;}
.panel_wrap.fight .panel .exp_area li.btns_v2{width:55px; padding-left:10px;}
.panel_wrap.fight .panel .btn_fight {
	display: block;
	width: 55px;
/*	height: 55px;*/
	text-align: center;
/*	line-height: 55px;*/
	height:30px;
	line-height:30px;
	color: #fff;
	border-radius: 3px;
	background: #2cbeb4;
	font-weight:bold;
}
.panel_wrap.fight .panel .bx_table, .panel_wrap.fight .panel .vs_score{
	display:table;
	table-layout:fixed;
	width:100%;
}
.panel_wrap.fight .panel .bx_table{margin-top:8px;}
.panel_wrap.fight .panel .bx_table:after{clear:both; content:""; display:block;}
.panel_wrap.fight .panel .vs_score{margin-top:20px;}
.panel_wrap.fight .panel .vs_score > div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #d9d9d9;
}
.panel_wrap.fight .panel .vs_score > div:last-of-type{border-right:none;}
.panel_wrap.fight .panel .vs_score > div span{
	display:block;
	color: #ff5307;
}
.panel_wrap.fight .panel .rank_section .tit{
	padding:15px;
	text-align:left;
	border-bottom:1px solid #d9d9d9;
}
.panel_wrap.fight .panel .rank_wrap{
	height:204px;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	border-left:none;
	border-right:none;
}
.panel_wrap.fight .panel .rank_wrap .col3 .btn_fight{float:right;}
.panel_wrap.fight .panel .exp_area li.btns_v2 .btn_fight{height:30px; line-height:30px;}

@media only screen and (max-width : 420px) and (max-height : 720px) {
	.panel_wrap.fight .panel .thm_area .thm{
		width:50px;
		height:50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.panel_wrap.fight .panel .vs_user_area li .bot{line-height:35px;}
	.panel_wrap.fight .panel .vs_user_area li .user_box{
		    height: 105px;
		    padding: 18px 10px 35px;
	}
	.panel_wrap.fight header{height:36px; line-height:37px;}
	.panel_wrap.fight header .rank_tit i{top:7px;}
	.panel_wrap.fight .panel .rank_section .tit{padding: 8px 15px;}
	.panel_wrap.fight .panel .vs_score{margin-top:5px;}
	.panel_wrap.fight footer .btns{padding-top:5px;}
	.panel_wrap.fight footer .share_area{line-height:37px;}
	.panel_wrap.fight footer .share_area .btn_share{
		height: 35px;
		line-height: 37px;
	}
	.panel_wrap.fight footer .share_area .btn_share i{top:7px;}
	.panel_wrap.fight .panel .rank_wrap{height:158px;}
}
@media only screen and (min-device-width: 320px) and (orientation: landscape){
	.panel_wrap.fight .panel .vs_user_wrap, .panel_wrap.fight .panel .rank_wrap {float:left; width:50%; box-sizing:border-box;}
	.panel_wrap.fight .panel .rank_wrap{
		position: relative;
		top: 16px;
		border:none;
		height:165px;
	}
	.panel_wrap.fight #wrapper{
		margin: 0 15px 0 0;
		border: 2px solid #d9d9d9;
	}
	.panel_wrap.fight .panel .exp_area{
		width:200%;
		padding:0 15px;
	}
	.panel_wrap.fight .panel .vs_user_area li .user_box{height:110px; padding:18px 10px 35px;}
	.panel_wrap.fight footer{padding-top:0;}
	.panel_wrap.fight .panel .vs_user_area li .bot{line-height:35px;}
	.panel_wrap.fight footer .share_area{line-height:37px; padding:0;}
	.panel_wrap.fight .panel .thm_area .thm{width:50px; height:50px;}
}
@media only screen and (max-width : 375px) {
	.panel_wrap.fight .panel .vs_user_wrap{padding:8px 15px;}
	.panel_wrap.fight .panel .vs_user_area li .user_box{height:96px;}
	.panel_wrap.fight .panel .vs_user_area li .bot{line-height:25px;}
	.panel_wrap.fight .panel .exp_area{margin-top:8px;}
	.panel_wrap.fight .panel .btn_fight{height: 30px; line-height:30px;}
	.panel_wrap.fight .panel .rank_wrap{height:120px;}
	.panel_wrap.fight footer .share_area .btn_share{height:30px; height:32px;}
	.panel_wrap.fight footer .share_area .btn_share i{top:5px;}
	.panel_wrap.fight footer .btns .btn{height:35px; line-height:37px;}
	.panel_wrap.fight footer .btns .btn i{top:5px;}
	.panel_wrap.fight header .hd_close i{top:20px;}
}


/*모달*/
.modal_wrap {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
}
.modal_wrap.open {
	display: table;
	opacity: 1;
}
.modal_box {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.modal_inner {
	display: inline-block;
	position: relative;
}

/* SNS 공유 모달*/
.sns_modal {
	padding: 20px 20px 10px;
	border-radius: 10px;
	background: rgba(61,65,73,.9);
	color: #fff;
}
.sns_modal a {color: #fff;}
.btn_modal_close {
	position: absolute;
	top: 5px; right: 5px;
	width: 26px; height: 26px;
	background: transparent;
	text-align: center;
}
.btn_modal_close i {
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat -200px 0;
	background-size:375px;
	text-indent: -9999px;
	text-align: left;
}
.sns_share_li {
	width: 240px;
	margin: auto;
}
.sns_share_li::after {
  content: '';
  clear: both;
  display: block;
}
.sns_share_li li {
	float: left;
	width: 80px;
	padding: 6px 0;
	overflow:hidden;
}
.sns_share_li i, .sns_share_li span {
		display: block;
	}
.sns_share_li span {
	margin-top: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.sns_share_li i {
	width: 31px;
	height: 31px;
	margin: auto;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/sp_play.png) no-repeat -200px 0;
	background-size:375px;
}
.sns_share_li i.ico_kt {background-position: 0 -54px;}
.sns_share_li i.ico_fb {background-position: -41px -54px;}
.sns_share_li i.ico_tw {background-position: -82px -54px;}
.sns_share_li i.ico_ks {background-position: -123px -54px;}

.page_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1200;
  background: #fff;
	font-family: Arial, '맑은 고딕', 'Malgun Gothic', Dotum, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: 400;
}
.page_modal > section {
  position: absolute;
  top: 35px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.page_modal ._title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 35px;
  line-height: 35px;
  background-color: #f15b00;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
  padding: 0 20px;
  z-index: 100;
}
.page_modal ._title .btn_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: transparent;
  text-align: center;
}
.page_modal ._title .btn_modal_close i {
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url(https://cw.img.gamen.com/ocb_test/img/v2/sp_gamen_v22.png?v=22&CDN=1);
  background-position: -160px -60px;
  background-size: 200px;
  text-indent: -9999px;
  text-align: left;
}
.page_modal .inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.page_modal .inner .content {
	padding: 15px 10px 10px;
	line-height: 1.5;
}
/*
	본인 인증
*/
.certify_modal ._title{text-align:center;}
.certify_modal .top_txt{
	font-weight:bold;
	text-align:center;
	margin:5px 0 10px;
}
.certify_modal .phone_certify{overflow:hidden;}
.certify_modal .phone_certify li{margin:10px 0;}
.certify_modal .phone_certify li a{
	position:relative;
	display:block;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
}
.certify_modal .phone_certify li a:after{
	content:">";
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	color:#fe680d;
	font-weight:bold;
}
.certify_modal .phone_certify_ok{
	padding:30px;
	margin:20px 0;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	font-size:30px;
}
.certify_modal .phone_certify_ok p:nth-of-type(2){color:#fe680d;}
.certify_modal .date_b{text-align:center; margin-bottom:15px;}
.certify_modal .btn_b{
	position: relative;
	margin-bottom:25px;
	margin-top: 40px;
	overflow:hidden;
	text-align:center;
}
.certify_modal .btn_b a, .certify_modal .btn_b button{
	display:block;
	width:49.5%;
	padding:10px;
	height:38px;
	background:#f15b00;
	border-radius:3px;
	line-height: 0.5;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
	display:inline-block;
	width:40%;
	max-width:215px;
	height:38px;
	color:#ffffff;
	margin:0 auto;
	padding:10px;
	text-align:center;
	background:#f15b00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.certify_modal .phone_input_b{overflow:hidden; position:relative;}
.certify_modal .phone_input_b .user_phone{
	float:left;
	display:block;
	width:18px;
	height:38px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v2/images/img_phone.png) center no-repeat;
	background-size:contain;
	margin:0 auto;
	margin-left:8px;
	text-indent:-9999px;
}
.certify_modal .phone_input_b .user_phone_set{
	position:absolute;
	left:35px;
	right:0;
	top:0;
	bottom:0;
}
.certify_modal .phone_input_b .user_phone_set p{
	width: 31%;
	float: left;
	position: relative;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.certify_modal select, .certify_modal input {
	height: 36px;
	width: 100%;
	border: 0 none;
	-webkit-appearance: none;
}
.certify_modal .phone_input_b .user_phone_set .dash {
	float: left;
	display: block;
	width: 3.5%;
	height: 38px;
	text-align:center;
	line-height: 38px;
	color: #bfbfbf;
}
.certify_modal .info_b{text-align:left;}
.certify_modal .returncode_b{
	overflow:hidden;
	margin:10px 0;
	border:0 none;
}
.certify_modal .returncode_ip_b{
	overflow:hidden;
	position:relative;
	border:1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.certify_modal .returncode_ip_b label{
	display:block;
	float:left;
	width:95px;
	height:38px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}
.certify_modal .returncode_ip_b #btn_sendcode{
	float:right;
	width:65px;
	height:30px;
	line-height: 30px;
	text-align:center;
	border:1px solid #b2b2b2;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#555555;
	margin:4px;
}
.certify_modal .returncode_ip_b .focus_b{
	position:absolute;
	left:100px;
	right: 70px;
	top:0;
	bottom:0;
}
.certify_modal .returncode_ip_b .focus_b #returncode{height:38px;}
.certify_modal .deadline_time{color:blue; text-align:right;}
/*
	pc
*/
@media only screen and (min-width: 1025px){
	.page_modal{
		display: block;
		width: 750px;
		margin: 0 auto;
	}
	.page_modal > section{overflow: visible;}
	.page_modal ._title{
		position: absolute;
		top: -35px;
	}
	.certify_modal .returncode_ip_b label{line-height:38px;}
	.certify_modal .returncode_ip_b #btn_sendcode{
		line-height: 25px;
	}
	.certify_modal .btn_b .btn_logout {
		line-height: 1.3;
	}
	.certify_modal .btn_b .btn_close {
		line-height: 0.5;
	}
}

/* layer */
.layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
}
 .layer .layer_container {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 80%;
	max-width: 432px;
	max-height: 90%;
	background-color: #fff;
	margin: auto;
	font-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 .layer .layer_container .layer_body {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	padding: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 .layer .layer_container .layer_body .btn_close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	background: url(https://cw.img.gamen.com/ocb_test/img/v4/modal/img_close.png) center no-repeat;
	background-size: 11px;
	text-indent: -9999px;
}
 .layer .layer_container .layer_body .exp_box {
	 overflow: hidden;
	 position: relative;
	 display: inline-block;
	 width: 85px;
	 height: 65px;
	 background: #e5e5e5;
	 margin-bottom: 5px;
}
 .layer .layer_container .layer_body .exp_box .ico_exp {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 display: block;
	 width: 39px;
	 height: 39px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/v4/modal/img_exp.png) center no-repeat;
	 background-size: contain;
	 margin: auto;
}
 .layer .layer_container .layer_body .exp_box .exp {
	 position: absolute;
	 bottom: 10px;
	 left: 50%;
	 font-family: NanumSquareRoundEB, sans-serif;
	 color: #fff;
	 font-size: 20px;
	 font-weight: 900;
	 z-index: 100;
}
 .layer .layer_container .layer_body .msg > p {
	 margin-top: 10px;
}
 .layer .layer_container .layer_body .msg .bold {
	 color: #ff5307;
	 font-weight: 900;
}
 .layer .layer_container .layer_footer .btn_close2, .layer .layer_container .layer_footer .btn_close_v2 {
	 display: block;
	 width: 100%;
	 height: 55px;
	 line-height: 55px;
	 text-align: center;
	 background: #ff5307;
	 color: #fff;
	 font-size: 17px;
}

 /* sns 공유 모달 */
 .share_modal {
	 text-align: center;
	 color:#fff;
	 background:transparent;
}
.share_modal .layer_container{
	overflow:hidden;
	border-radius:15px;
	background:rgba(0,0,0,.8);
}
 .share_modal .layer_title {
	 margin-bottom: 20px;
	 font-size: 21px;
}
 .share_modal .txt {
	 font-size: 17px;
}
 .share_modal .sns_share_li {
	width:auto;
	margin: 25px 0;
}
 .share_modal .sns_share_li li {
	display: inline-block;
	margin: 0 10px;
	float: none;
	width: auto;
	padding: 0;
}
 .share_modal .sns_share_li li a {
	 display: block;
	 width: 32px;
	 height: 32px;
	 text-indent:-9999px;
}
.share_modal .sns_share_li li a.ka {
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
    background-position: -41px -36px;
    background-size: 375px;
}
.share_modal .sns_share_li li a.fb {
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
    background-position: -82px -36px;
    background-size: 375px;
}
.share_modal .sns_share_li li a.tw {
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
    background-position: -123px -36px;
    background-size: 375px;
}
.share_modal .sns_share_li li a.ks {
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=13&CDN=1);
    background-position: -205px -36px;
    background-size: 375px;
}
 .share_modal .copyurl_box {
	 overflow: hidden;
	 position: relative;
	 height: 45px;
	 padding-right: 100px;
	 background: #fff;
}
 .share_modal .copyurl_box .btn_copyurl {
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 display: block;
	 width: 63px;
	 height: 25px;
	 line-height: 25px;
	 color: #fff;
	 text-align: center;
	 background: #ff5307;
	 font-size: 14px;
	 border-radius:5px;
}
 .share_modal .copyurl_box input[type="text"] {
	 width: 100%;
	 height: 100%;
	 background: transparent;
	 padding-left: 10px;
	 border-radius:5px;
}
 .share_modal .layer_container {
	 margin-top: -116px;
}

/* 무료 게임기회 */
.holding_cash_modal .layer_container{top:20%;}
 .holding_cash_modal .layer_body .top_txt p {
	 color: #ff5307;
	 margin-top: 10px;
}
 .holding_cash_modal .layer_body .cash_info {
	 margin: 15px 0;
	 border: 1px solid #d9d9d9;
}
 .holding_cash_modal .layer_body .cash_info:after{
	content:"";
	clear:both;
	display:block;
 }
 .holding_cash_modal .layer_body .cash_info li {
	 display: table;
	 table-layout: fixed;
	 width: 100%;
}
 .holding_cash_modal .layer_body .cash_info li:first-of-type {
	 border-bottom: 1px solid #d9d9d9;
}
 .holding_cash_modal .layer_body .cash_info li > span {
	 display: table-cell;
	 vertical-align: middle;
	 height: 44px;
	 line-height: 44px;
	 color: #ff5307;
	 text-align: right;
	 padding: 0 15px;
}
 .holding_cash_modal .layer_body .cash_info li > span:first-of-type {
	 color: #333;
	 text-align: center;
	 background: #f8f8f8;
}
 .holding_cash_modal .layer_body .cash_info li .ico_money {
	position: relative;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 26px;
    margin-right: 7px;
    vertical-align: top;
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=7&CDN=1);
    background-position: -197px -237px;
    background-size: 375px;
}
 .holding_cash_modal .layer_body .tip_box {
	text-align: left;
	line-height:27px;
}
.holding_cash_modal .layer_body .tip_box .ico_tip {
    float: left;
    display: block;
    position: relative;
    top: -2px;
    width: 27px;
    height: 27px;
    margin-right: 7px;
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=7&CDN=1);
    background-position: -171px -575px;
    background-size: 375px;
    margin-bottom: 1px;
}

.btn {
	display: inline-block;
	min-width: 80px;
	margin: 10px 2px 0;
	padding: 8px 10px;
	font-size: 1.3em;
	font-family: 'NanumGothic', sans-serif;
    font-weight: 800;
	border-width: 2px;
	border-style: solid;
	border-radius:0.8em;
	color: #fff;
	background-image: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_v4.png);
}
.btn.blue {
	border-color: #155ba0;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_blue.png?v=2&CDN=1) no-repeat 0px 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0dc8e9), color-stop(100%,#0194eb));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_blue.png?v=2&CDN=1) no-repeat 0px 0px, linear-gradient(to bottom,  #0dc8e9 0%,#0194eb 100%);
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(20,236,249,1);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(20,236,249,1);
	box-shadow: inset 0px 0px 1px 1px rgba(20,236,249,1);
	text-shadow: -1px 0 #1b78cc, 0 1px #1b78cc, 1px 0 #1b78cc, 0 -1px #1b78cc;
}
.btn.green {
	border-color: #3e7729;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_green.png?v=2&CDN=1) no-repeat 0px 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaf223), color-stop(100%,#74bc22));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_green.png?v=2&CDN=1) no-repeat 0px 0px, linear-gradient(to bottom,  #aaf223 0%,#74bc22 100%);
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(227,249,59,1), ;
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(227,249,59,1);
	box-shadow: inset 0px 0px 1px 1px rgba(227,249,59,1);
		text-shadow: -1px 0 #42a010, 0 1px #42a010, 1px 0 #42a010, 0 -1px #42a010;
}
.btn.red {
	border-color: #ad301f;
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_orange.png?v=3&CDN=1) no-repeat 0px 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb7436), color-stop(100%,#ea4439));
	background: url(https://cw.img.gamen.com/ocb_test/img/popup/bg_btn_glow_orange.png?v=3&CDN=1) no-repeat 0px 0px, linear-gradient(to bottom,  #fb7436 0%,#ea4439 100%);
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(252,162,83,1);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(252,162,83,1);
	box-shadow: inset 0px 0px 1px 1px rgba(252,162,83,1);
		text-shadow: -1px 0 #c53a2c, 0 1px #c53a2c, 1px 0 #c53a2c, 0 -1px #c53a2c;
}

/* 2019-04-05 강초희 오류레이어 */
.error_layout .layer_container {
	width:345px;
	height:205px;
	margin-top:-102px;
	max-width:98%;
}
.error_layout .layer_container .layer_body {
	padding:20px 10px 0;
	height: auto;
}
.error_layout .tit i {
	display:inline-block;
	width:24px;
	height:23px;
	vertical-align:middle;
	margin-right:10px;
    background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/sp-gamen.png?v=24&CDN=1);
    background-position: -118px -575px;
    background-size: 375px;
}
.error_layout .desc {
	margin-top:20px;
	font-size:14px;
	color:#555;
}
.error_layout .desc .pri_txt {font-size:15px;}
.error_layout .desc .sub_txt {
	margin-top:15px;
	color:#ff5307;
}
.error_layout .layer_footer {
	padding:0 10px;
	margin-top:20px;
}
.error_layout .layer_footer .btn {
	width:48%;
	max-width:152px;
	height:51px;
	line-height:51px;
	padding:0;
	margin:0 1%;
	border:none;
	border-radius:4px;
	background-image:none;
	background-color:#5a5f63;
	font-family: 'Nanum Square', sans-serif;
	font-size:15px;
	font-weight:bold;
}
.error_layout .layer_footer .btn i {
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	margin-right:10px;
}
.error_layout .layer_footer .btn.btn_play {background:#ff5307;}
.error_layout .layer_footer .btn.btn_play i {
	background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/btn_play.png?v=1&CDN=1);
    background-size: 25px;
}
.error_layout .layer_footer .btn.btn_reload i {
	background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/btn_reload.png?v=1&CDN=1);
    background-size: 25px;
}
.error_layout .layer_footer .btn.btn_qna {background:#2cbeb5;}
.error_layout .layer_footer .btn.btn_qna i {
	position:relative;
	top:-1px;
	width:28px;
	background-image: url(https://cw.img.gamen.com/ocb_test/img/v4/btn_qna.png?v=1&CDN=1);
    background-size: 28px;
}
.error_layout.error_layout2 .layer_container {
	height:210px;
	margin-top:-105px;
}
.error_layout.error_layout2 .pri_txt, https://cw.img.gamen.com/ocb_testpanel_wrap.fight .panel .exp_area li.btns_v2error_layout.error_layout3 .pri_txt {line-height:20px;}
.error_layout.error_layout3 .layer_container {
	height:195px;
	margin-top:-97px;
}
/* 2020-04-07 박서나 twifi 오류레이어 */
.error_layout.error_layout2.twifizone .layer_container {height: 137px;}
.error_layout.error_layout2.twifizone .layer_footer {margin: 20px 0;}
.error_layout.error_layout2.twifizone .layer_footer .btn {color:#fff;}

.panel_wrap.fight .panel .exp_area li.btns_v2.btns_refight {
	width:55px;
}
@media only screen and (min-device-width: 320px) and (orientation: landscape){
	.panel_wrap.fight .panel .exp_area li.btns_v2.btns_refight {
		width:40px;
	}
}

/*빙고 관련 모달*/
.bingo_layer .layer_container_v2 {
	overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 80%;
    max-width: 432px;
    max-height: 90%;
    background-color: #fff;
    margin: auto;
    font-size: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 90%;
	max-width: 325px;
	font-size: 13px;
	height:320px;
	margin-top:-160px;
}
 .bingo_layer .layer_container_v2 .layer_body {
     overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    padding: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	 padding: 20px 15px;
}
 .bingo_layer .layer_container_v2 .layer_footer {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
 }
 .bingo_layer .layer_container_v2 .layer_footer .btn_close_v2 {
	    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ff5307;
    color: #fff;
    font-size: 17px;
	 font-family: 'NanumSquare', sans-serif;
	 font-size: 16px;
}
 .bingo_layer .tit {
	 margin: 5px 0 10px;
	 font-family: 'Roboto', sans-serif;
	 font-size: 25px;
	 color: #333;
	 font-weight: 900;
}
 .bingo_layer .desc .sub_txt {
	 color: #ff5307;
}
 .bingo_layer .pri_txt {
	 margin-bottom: 7px;
	 font-size: 17px;
	 font-weight: bold;
}
.bingo_layer .footer_btns {
	 margin-top: 20px;
}
 .bingo_layer .footer_btns .btn {
	 display: inline-block;
	 width: 48%;
	 padding: 16px 0;
	 background: #ff5307;
	 border-radius: 3px;
	 color: #fff;
	 font-size: 17px;
}
.bingo_layer .footer_btns .btn:first-of-type {
	 margin-right: 5px;
}
.bingo_layer .footer_btns .btn.btn_green {
	 background: #2cbeb5;
}
 .bingo_login_layer .ico_login {
	 display: block;
	 width: 51px;
	 height: 49px;
	 margin: 0 auto 10px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_login.png) center no-repeat;
	 background-size: cover;
	 text-indent: -9999px;
}
 .bingo_login_layer .desc p {
	 line-height: 20px;
}
 .bingo_login_layer .desc .pri_txt {
	 margin-bottom: 0;
	 font-size: 13px;
	 font-weight: normal;
}
 .bingo_play_layer .ico_thumb {
	 display: inline-block;
	 width: 76px;
	 height: 76px;
	 border-radius: 10px;
	 margin: 0 auto 13px;
	 text-indent: -9999px;
}
 .bingo_play_layer .game_name {
	 margin-bottom: 5px;
	 font-size: 17px;
	 font-weight: bold;
}
 .bingo_play_layer .bottom_score {
	 display: inline-block;
	 padding: 7px 15px 5px;
	 margin: 0 auto;
	 border: 1px solid #c5c8ca;
	 border-radius: 20px;
	 font-size: 15px;
	 font-weight: bold;
}
 .bingo_play_layer .bottom_score i {
	 display: inline-block;
	 position: relative;
	 top: -1px;
	 vertical-align: middle;
	 width: 24px;
	 height: 23px;
	 margin-right: 5px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_score.png) no-repeat;
	 background-size: 24px;
}
 .bingo_play_layer .bottom_score span {
	 font-family: 'Roboto', sans-serif;
	 font-weight: 900;
	 color: #ff5307;
}
 .bingo_play_layer .btn_close_v2 i {
	 display: inline-block;
	 vertical-align: middle;
	 width: 25px;
	 height: 25px;
	 margin-right: 10px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_play.png) no-repeat;
	 background-size: 25px;
}
 .bingo_clear_layer .ico_clear {
	 display: block;
	 width: 79px;
	 height: 75px;
	 margin: 0 auto 13px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_clear.png) center no-repeat;
	 background-size: 79px;
	 text-indent: -9999px;
}
 .bingo_win_layer .ico_goods {
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 margin: 10px auto 0;
	 text-indent: -9999px;
}
 .bingo_win_layer .ico_goods.ico_goods_01 {
	 left: -13px;
	 width: 225px;
	 height: 162px;
}
 .bingo_win_layer .ico_goods.ico_goods_02 {
	 left: -12px;
	 width: 225px;
	 height: 160px;
}
 .bingo_win_layer .ico_goods.ico_goods_03 {
	 width: 225px;
	 height: 200px;
	 margin: 15px auto 0;
}
 .bingo_win_layer .desc.desc_goods_01 {
	 padding-top: 110px;
}
 .bingo_win_layer .desc.desc_goods_02 {
	 padding-top: 103px;
}
 .bingo_win_layer .desc.desc_goods_03 {
	 padding-top: 160px;
}
 .bingo_win_layer .desc .sub_txt {
	 line-height: 20px;
}
 .bingo_win_layer .ico_dice {
	 display: block;
	 width: 79px;
	 height: 75px;
	 margin: 0 auto 13px;
	 background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_clear.png) center no-repeat;
	 background-size: 79px;
	 text-indent: -9999px;
}
#bingo_win_layer .layer_container_v2 {
	height:352px;
	margin-top:-176px;
}
#bingo_win_layer3 .layer_container_v2 {
	height:342px;
	margin-top:-171px;
}
#bingo_win_layer4 .layer_container_v2 {
	height:396px;
	margin-top:-198px;
}
#bingo_win_layer2 .layer_container_v2 {
	height:342px;
	margin-top:-171px;
}
.btn_event {
	display: inline-block;
	position:relative;
	height:37px;
	line-height:36px;
	padding:0 30px 0 15px;
	margin: 13px auto 0;
	border: 1px solid #c5c8ca;
	box-sizing:border-box;
	border-radius: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.btn_event .ico_bingo {
	float:left;
    position: relative;
    top: 6px;
    vertical-align: middle;
    width: 24px;
    height: 23px;
    margin-right: 5px;
    background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_score.png) no-repeat;
    background-size: 24px;
}
.btn_event .ico_arrow {
	position:absolute;
	top:11px;
	right:15px;
	width:7px;
	height:12px;
	margin-left:10px;
	background: url(https://cw.img.gamen.com/ocb_test/img/event/190529/ico_arrow.png) no-repeat;
    background-size: 7px;
}

/* 리더보드 */
@font-face { font-family: 'BMDOHYEON'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff'); font-weight: normal; font-style: normal; }
.modal_board {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: flexbox;
	display: flex;
	display: box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-align-content: stretch;
	-moz-align-content: stretch;
	align-content: stretch;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}
.modal_board .board_inner {
	background-color: #2a2235;
	padding: 15px 26px;
	color: #fff;
	font-family: 'BMDOHYEON';
	overflow: hidden;
	position: relative;
	max-width: 375px;
	border-radius: 5px;
	top:0;
	overflow-y: auto;
}
.modal_board  h1 {
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 10px;
	text-align: center;
}
.modal_board .member_list {
	width: 100%;
	margin-bottom: 15px;
}
.modal_board .member_list:after {
	display:block;
	content:'';
	clear: both;
}
.modal_board .member_list .profile {
	float: left;
	width: 80px;
}
.modal_board .member_list .profile .photo {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_profil.png?v=2&CDN=1') no-repeat 0 0;
	background-size: 76px;
	width: 76px;
	height: 76px;
	position: relative;
}
.modal_board .member_list .profile .photo .profile_photo {
	width: 25px;
	height: 25px;
	position:absolute;
	bottom:0;
	right:0;
	overflow:hidden;
	cursor:pointer;
	background-image:url('https://cw.img.gamen.com/ocb_test/img/samsung/img_camera.png?v=2&CDN=1');
	background-size: cover;
}
.modal_board .member_list .profile .photo .profile_photo input {
	position:absolute;
	width:25px;
	height:25px;
	filter:alpha(opacity=0);
	opacity:0;
	-moz-opacity:0;
	cursor:pointer;
}
.modal_board .member_list .profile p {
	font-family: 'Nanum Gothic';
	font-size: 8px;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal_board .member_list .score {
	width: calc(100% - 90px);
	float: left;
	padding: 6px 0 6px 6px;
}
.modal_board .member_list .score ul {clear:both;}
.modal_board .member_list .score ul li {font-size: 15px; padding: 6px 2px;}
.modal_board .member_list .score ul li:first-child {float: left; color:#665783;}
.modal_board .member_list .score ul li:last-child {float: right;}
.modal_board .wrap_login_txt {
	text-align: center;
	margin-top: 20px;
}
.modal_board .wrap_login_txt p {
	font-size: 17px;
	line-height: 1.5;
	font-family: 'Nanum Gothic';
}
.modal_board .btns a {
	display: inline-block;
	margin: 20px auto 0;
	width: 134px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}
.modal_board .btn_login {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=7&CDN=1') no-repeat 0 -77px;
	background-size: 300px;
}
.modal_board .btn_replay {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=7&CDN=1') no-repeat 0 -124px;
	background-size: 300px;
}

.modal_board .wrap_login_btn {text-align: center;}
.modal_board .wrap_login_btn  a {margin: 15px 5px 0;}

.wrap_ranklist {
	height: 260px;
	border-bottom: 10px solid #6c5c84;
	background-color: #6c5c84;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.ranklist {
	width: 100%;
	margin: 0 auto;
	padding: 1em 0 0.5em;
	background-color: #6c5c84;
	position: inherit !important;
}
.ranklist table {width: 95%; margin: 0 auto;}
.ranklist table thead { font-size: 15px;color:#2a2235;}
.ranklist table thead th {padding: 5px 0;}
.ranklist table tbody tr {border-bottom: 2px solid #7c6b96;}
.ranklist table tbody tr:last-child {border-bottom: 0px;}
.ranklist table tbody tr th { vertical-align: initial;}
.ranklist table tbody tr th:first-child {font-size: 17px;  color:#2a2235;}
.ranklist table tbody tr:nth-child(1) th:nth-child(1) {color:#fde645;}
.ranklist table tbody tr:nth-child(2) th:nth-child(1) {color:#e6e3e3;}
.ranklist table tbody tr:nth-child(3) th:nth-child(1){color:#d98d3b;}
.ranklist table .name  {
	font: 14px 'Nanum Gothic', sans-serif;
	padding: 3px 0;
	text-align: left;
}
.ranklist table .name .img {
	display: inline-block;
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_ranklist_profil.png') no-repeat 0 0;
	background-size: 38px;
	width: 38px; height: 38px;
	vertical-align: middle;
	margin: 4px;
	float: left;
}
.ranklist table .name .nick {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranklist table tbody tr th:last-child {font: 14px 'Nanum Gothic', sans-serif;}

.guest_rank_list {height: 321px;}
.guest_rank_list .ranklist table .name {text-align: center;}
.guest_rank_list .ranklist table .name .nick {width: 95%; margin: 0 auto;}

.modal_change .modal_bg {
	width: 100%; height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	z-index: 101;
	background-color: #000;
	opacity: 0.5;
}
.modal_change {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 100;
}
.modal_change .modal_change_inner {
	position:absolute;
	z-index:110;
	width: 225px;
	height: 107px;
	top: 50%;
	margin-top: -53.5px;
	left: 50%;
	margin-left: -112.5px;
	background-color: #6c5c84;
	text-align: center;
	border-radius: 20px;
}
.modal_change .modal_change_inner .change {
	width: 100%; height: 100%;
}
.modal_change .modal_change_inner .change ul li {
	float: left;
	color:#fff;
	margin-top: 16.5px;
	width: 50%;
}
.modal_change .modal_change_inner .change ul li span {
	display: inline-block;
	text-align: center;
}
.modal_change .modal_change_inner .change ul li:first-child {
	border-right: 1px solid #7c6b96;
	box-sizing: border-box;
}
.modal_change .modal_change_inner .change ul li .c_photo {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=7&CDN=1') no-repeat -120px 0;
	background-size: 300px;
	width: 52px; height: 43px;
}
.modal_change .modal_change_inner .change ul li .c_name {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=7&CDN=1') no-repeat -176px 0;
	background-size: 300px;
	width: 38px; height: 43px;
}
.modal_change .modal_change_inner .change ul li input {
	position:absolute;
	width:25px; height:25px;
	filter:alpha(opacity=0); opacity:0; -moz-opacity:0;
	cursor:pointer;
}
.modal_change .modal_change_inner .change ul li p {
	display: block;
	padding-top: 10px;
	font-size: 15px;
}
.modal_change_close {
	display: block;
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=7&CDN=1') no-repeat -134px -48px;
	background-size: 300px;
	width: 33px;
	height: 33px;
	position: absolute;
	right: -16px;
	top: -16px;
}

@media screen and (max-width: 360px) {
	.modal_board .wrap_login_btn .btns a {margin: 15px 0;}
	.modal_board .wrap_login_btn .btn_replay {margin-top: 0;}
}

@media screen and (max-width: 320px) {
	.wrap_ranklist {height: 214px;}
	.guest_rank_list {height: 251px;}
	.ranklist {padding-top: 0.5em;}
	.modal_board .member_list {margin-bottom: 8px;}
	.modal_board .wrap_login_btn p {font-size: 16px;}
	.modal_board .wrap_login_btn .btns {margin-top: 10px;}
	.modal_board .wrap_login_btn .btns a {margin: 0;}
}

@media only screen and (min-device-width: 320px) and (orientation: landscape){
	.modal_board .board_inner {max-width: 90%; max-height: 98%; padding: 15px 26px 10px 26px;}
	.modal_board  h1 {font-size: 21px; line-height: 1;}
	.modal_board .member_list {float: left; width: 40%; height: 212px; margin-bottom: 0; overflow-y: auto;}
	.modal_board .member_list .profile {float: none; margin: 0 auto;}
	.modal_board .member_list .score {width: 96%; margin: 10px auto 0; padding: 0;}
	.modal_board .member_list .score ul li {padding: 3px 2px; font-size: 14px;}
	.wrap_ranklist {float: left; width: 60%; height: 195px;}
	.ranklist table thead {font-size: 14px;}
	.ranklist table thead th {padding: 0;}
	.modal_board .btns {clear: both;}
	.modal_board .btns a {margin-top: 10px;}
	.modal_board .wrap_login_btn .btn_replay {margin-top: 0;}
	.guest_rank_list {height: 195px; width: 58%;}
	.wrap_login_txt {float: right; width: 150px;}
	.modal_board .wrap_login_txt p {font-size: 14px;}
	.wrap_login_btn {clear: both;}
}

/*Twifi 리더보드*/
.twifi_board .member_list > ul {
	width: 100%;
	padding: 0;
}

.twifi_board .member_list > ul > li > ul > li {
	font-size: 15px;
	padding: 5px 0;
}

.twifi_board .member_list .title {
	float: left;
}
.twifi_board .member_list .title li {
	float: none;
	text-align: left;
	color: #665783;
}
.twifi_board .member_list .number {float: right;}
.twifi_board .member_list .number li {
	text-align: left;
	color: #fff;
}

.twifi_board .member_list .name {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 102px;
}

.twifi_board .member_list .btn_myName {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=8&CDN=1') no-repeat -136px -85px;
	background-size: 300px;
	width: 19px; height: 19px;
	position: relative; top:-3px;
	margin-left: 4px;
}

.twifi_board .ranklist {padding: 0.5em 0 0;}
.twifi_board .ranklist table .name {text-align: center;}
.twifi_board .ranklist table .name .nick {width: 95%; margin: 0 auto;}

.twifi_board .btns a {margin: 20px 2px 0px;}
.twifi_board .btn_chatbot {
	background: url('https://cw.img.gamen.com/ocb_test/img/samsung/img_leaderboard.png?v=9&CDN=1') no-repeat 0 -171px;
	background-size: 300px;
}

/*리더보드 팝업 공통 ( = .modal_change)*/
.modal_board_popup {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 100;
}
.modal_board_popup .modal_bg {
	width: 100%; height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	z-index: 101;
	background-color: #000;
	opacity: 0.5;
}
.modal_board_popup .modal_board_popup_inner {
	position:absolute;
	z-index:110;
	top: 50%;
	left: 50%;
	background-color: #6c5c84;
	text-align: center;
	border-radius: 20px;
}/*리더보드 팝업 공통 (실서버 수정필요)*/

/*T팝업 공통 */
.modal_board_popup_inner {
	width: 315px; margin-left: -157.5px;
	height: 205px; margin-top: -102.5px;
}

.modal_board_popup .btn {
	background: #2a2235;
	width: 48%; height: 45px;
	border-color: #8471aa;
	border-radius: 1.3em;
	margin: 15px 0 0;
	box-sizing: border-box;
	color: #8471aa;
}
.modal_board_popup .btn:first-child {margin-right: 2%;}

.modal_board_popup ul {
	padding: 24px 22px 17px;
	font-family: 'BMDOHYEON';
	color: #fff;
	text-align: center;
}

.modal_board_popup ul li input[type=text] {
	text-align: center;
	height: 30px;
	font-size: 1.2em;
	color: #000;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: bold;
}
.modal_board_popup ul li input::placeholder{color:#000;}
.modal_board_popup ul li input::-webkit-input-placeholder{color:#000;}
.modal_board_popup ul li input:-ms-input-placeholder {color:#000;}

.modal_myName ul li:nth-child(1) {
	font-size: 1.5em;
}

.modal_myName ul li:nth-child(2) {
	font-size: 1.12em;
	padding: 15px 0 13px;
}

.modal_myName2 ul li:nth-child(1){
	font-size: 1.2em;
  padding: 1.7em 0 1.5em;
}

@media screen and (max-width: 320px) {
	.twifi_board .member_list > ul > li > ul > li {font-size: 13px;}
	.twifi_board .btns .btn_replay {margin: 0;}
}

@media only screen and (min-device-width: 320px) and (orientation: landscape){
	.twifi_board .board_inner {padding: 15px 20px;}
	.twifi_board .member_list {width: 49%; margin-right: 1%;}
	.twifi_board .member_list .title {width: 40%;}
	.twifi_board .member_list .number {width: 50%;}
	.twifi_board .member_list ul .name {width: 86px;}
	.twifi_board .wrap_ranklist {width: 50%;}
}

/*ocb 게임 결과 모달*/
:focus {outline:none;}
.renew_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:'맑은 고딕', sans-serif;
}
.renew_modal.full_modal {
	width:100%;
	height:100%;
	overflow-y:auto;
	background:#fff;
	-webkit-overflow-scrolling: touch;
}
.renew_modal .header {
	position:relative;
	height:60px;
	line-height:60px;
	background:#ff5307;
	color:#fff;
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.renew_modal .header .btn_close {
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:inherit;
	background:#ff5307;
}
.renew_modal .header .btn_close i {
	display:block;
	width:12px;
	height:12px;
	margin:0 auto;
	background:url(https://cw.img.gamen.com/ocb_test/img/ocb/ico_close.png?v=1&CDN=1);
	background-size:cover;
	text-indent:-9999px;
}
.renew_modal .wrap_modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	z-index: 110;
}
.renew_modal.full_modal .wrap_modal {overflow:visible;}
.renew_modal .modal_inner {
	display:block;
	padding:25px 20px;
	text-align:left;
}
.renew_modal .hide {display:none;}
.renew_modal i {
	text-indent: -9999px;
	display: block;
}
.renew_modal button {
	background:transparent;
	text-indent:-9999px;
	border:0;
	outline:0;
	-webkit-tap-highlight-color: transparent;
}
.renew_modal .btns {
	overflow:hidden;
	//margin-top:20px;
}
.renew_modal .btns li {
	float:left;
	width:49%;
}
.renew_modal .btns li:first-child {margin-right:2%;}
.renew_modal .btns .btn {
	display:block;
	width:100%;
	height: 55px;
    line-height: 55px;
	background:#ff5307;
	text-align: center;
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:none;
	margin:0;
	padding:0;
}
.renew_modal .btns .btn.btn_gray {background: #5a5f63;}
.renew_modal .bottom_btns {
	position:absolute;
	bottom:22px;
	left:0;
	right:0;
}
.renew_modal .bottom_btns button {
	width:82px;
	height:40px;
	margin:0 5px;
}

/* 캐시워크 결과 모달 */
.modal_cashwalk .wrap_modal {
	width:253px;
	height:396.5px;
	background:url(https://cw.img.gamen.com/ocb_test/img/bg_result_modal_v2.png?v=1&CDN=1);
	background-size:cover;
	background-repeat: no-repeat;
}
.modal_cashwalk .modal_inner {
	padding:65px 11px 12px 8px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal_cashwalk .row {
	padding:0 10px 7px;
	height: auto;
}
.modal_cashwalk .row:first-of-type {
	border-bottom:2px dashed #f9dcb2;
}
.modal_cashwalk .tit_score {
	width:75px;
	height:20px;
	margin:0 auto 3px;
	background:url(https://cw.img.gamen.com/ocb_test/img/txt_my_score.png?v=1&CDN=1);
	background-size:75px;
	text-indent:-9999px;
}
.modal_cashwalk .tit_best {
	width:115px;
	height:20px;
	margin:0 auto 3px;
	background:url(https://cw.img.gamen.com/ocb_test/img/txt_my_best_score.png?v=1&CDN=1);
	background-size:115px;
	text-indent:-9999px;
}
.modal_cashwalk .my_score {
	margin-bottom:5px;
	font-family: 'BMJUA';
	font-size:36px;
	color:#ff8b23;
}
.modal_cashwalk .best_score {
	font-family: 'BMJUA';
	font-size:23px;
	color:#a14f10;
	font-weight:bold;
}
.modal_cashwalk .wrap_best {
	padding:8px 8px 3px;
	border-radius:10px;
	background:#ffebca;
	text-align:center;
}
.modal_cashwalk .desc {
	margin:5px;
	font-size:12px;
	color:#a14f10;
	text-align:center;
}
.modal_cashwalk button {
	width:157px;
	height:46px;
	margin:0 auto;
	text-indent:-9999px;
}
.modal_cashwalk button:not(:last-of-type) {margin-bottom:4px;}
.modal_cashwalk .btn_replay {
	background:url(https://cw.img.gamen.com/ocb_test/img/btn_replay_01.png?v=1&CDN=1);
	background-size:157px;
}
.modal_cashwalk .btn_replay._two {
	background:url(https://cw.img.gamen.com/ocb_test/img/btn_replay_02.png?v=1&CDN=1);
	background-size:157px;
}
.modal_cashwalk .btn_replay._txt {
	background:url(https://cw.img.gamen.com/ocb_test/img/btn_replay_03.png?v=1&CDN=1);
	background-size:157px;
}
.modal_cashwalk .btn_ranking {
	background:url(https://cw.img.gamen.com/ocb_test/img/btn_ranking.png?v=1&CDN=1);
	background-size:157px;
}
.modal_cashwalk .btn_exit {
	background:url(https://cw.img.gamen.com/ocb_test/img/btn_exit.png?v=1&CDN=1);
	background-size:157px;
}
.modal_cashwalk {z-index: 99;}
.modal_cashwalk .row:last-of-type{
	margin-top:10px;
	padding: 7px 10px;
}
/* 2020-09-28 캐시워크 결과모달 버전2 */
.modal_cashwalk._v2 .wrap_modal.bg_v2 {
	width: 254px;
	height: 415px;
	background: url(https://cw.img.gamen.com/ocb_test/img/bg_result_modal_v3.png?v=1&CDN=1);
	background-size: cover;
	background-repeat: no-repeat;
}
.modal_cashwalk._v2 .my_score {
	position: relative;
	margin: 0 auto 10px;
	font-size: 30px;
	width: max-content;
}
.modal_cashwalk._v2 .my_score:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffebcb;
	bottom: 0;
	left: 0;
}
.modal_cashwalk._v2 .tit_score {
	width:50px;
	height:19px;
	background:url(https://cw.img.gamen.com/ocb_test/img/txt_my_score_ko.png?v=1&CDN=1;);
	background-size:50px;
}
.modal_cashwalk._v2 .tit_ranking {
	width:65px;
	height:19px;
	margin:0 auto 3px;
	background:url(https://cw.img.gamen.com/ocb_test/img/txt_now_ranking.png?v=1&CDN=1);
	background-size:65px;
	text-indent:-9999px;
}
.modal_cashwalk._v2 .wrap_best {
	font-family: 'BMJUA';
	padding: 7px 8px 5px;
}
.modal_cashwalk._v2 .wrap_best ul li {
	display: table;
	table-layout: fixed;
	width: 100%
}
.modal_cashwalk._v2 .wrap_best ul li span{
	display: table-cell;
	vertical-align: middle;
}
.modal_cashwalk._v2 .wrap_best ul li span:first-of-type {
	width: 30%;
	text-align: left;
	color:#ff8b23;
}
.modal_cashwalk._v2 .wrap_best ul li span:last-of-type {
	text-align: right;
	color:#a14f10;
}
.modal_cashwalk._v2 .row:last-of-type {margin-top: 0;}
.modal_cashwalk._v2 .desc {margin-top: 0;}


/* 코인 상점 모달 */
.modal_coin_shop {font-family: 'BMJUA';}
.modal_coin_shop .wrap_modal{
	width:301.5px;
	height:375px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_coinshop.png?v=1&CDN=2);
	background-size:cover;
	background-repeat: no-repeat;
}
.modal_coin_shop .modal_inner {
	padding:48px 9px 12px 9px;
	text-align:center;
}
.modal_coin_shop .row {
	padding:8px;
}
.modal_coin_shop i {
	width: 100%;
	height: 100%;
}
.modal_coin_shop button {
	font-family: 'BMJUA';
	letter-spacing: -1px;
}
.modal_coin_shop .btn_close {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	z-index: 1;
}
.modal_coin_shop .clearfix{
	content:"";
	display:block;
	clear:both;
}
.modal_coin_shop .more {margin-left: -1px;}
.modal_coin_shop .count_area {
	padding: 8px;
	font-size: 10px;
	overflow: hidden;
}
.modal_coin_shop .count_area .coin_box {
	float:left;
	width: 156px;
	height: 21px;
	line-height: 22px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal_coin_shop .count_area .coin_box li {
	float: left;
	width: 44%;
	text-align: right;
}
.modal_coin_shop .count_area .coin_box li:first-child {
	margin-right: 6%;
}
.modal_coin_shop .count_area .cash_box {
	float: right;
	position: relative;
	width: 106px;
	height: 21px;
	line-height: 22px;
  padding-right: 20px;
  text-align: right;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_coin_shop .count_area .btn_cash_more {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
}
.modal_coin_shop .buy_area {padding: 0 8px 14px;}
.modal_coin_shop .buy_area li {
	position: relative;
	height: 61.5px;
	margin-bottom: 3.5px;
}
.modal_coin_shop .buy_area button {
	width: 75px;
	height: 28px;
	position: absolute;
	right: 7px;
	top: 19px;
	vertical-align: middle;
	border-radius: 10px;
}

/* 코인 모달 */
.modal_coin {z-index: 101;}
.modal_coin .wrap_modal {
	width:251px;
	height:174.5px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/cw_bg_coin.png?v=1&CDN=1);
	background-size:251px;
	background-repeat: no-repeat;
}

/* 코인 모달 버전2 */
.modal_coin._v2 .wrap_modal {
	width:253px;
	height:174px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_coin_v2.png?v=1&CDN=1);
	background-size:253px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal_coin._v2 .top_area {padding: 13px 10px 8px;}
.modal_coin._v2 .top_area .tit {
	font-family: 'Noto Sans CJK KR','맑은 고딕', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color:#a14f10;
	text-align: center;
}
.modal_coin._v2 .top_area .time_box {
	padding: 3.5px 0;
	margin-top: 6px;
	font-family: 'BMJUA';
	background: #ffebca;
	font-size: 14px;
	color:#c67410;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.modal_coin._v2 .top_area .time_box .time {
	color:#ff5307;
}
.modal_coin._v2 .bottom_btns button {
	margin: 0 8px;
}

/* 코인 구매 완료 모달 */
.modal_buy {
	z-index: 101;
}
.modal_buy .wrap_modal {
	width:251px;
	height:175px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_buy_modal.png?v=1&CDN=1);
	background-size:251px;
	background-repeat: no-repeat;
}

/* 캐시 부족 모달 */
.modal_cash {
	z-index: 101;
}
.modal_cash .wrap_modal {
	width:251px;
	height:175px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_cash_modal.png?v=1&CDN=1);
	background-size:251px;
	background-repeat: no-repeat;
}

/* 공통 에러 모달 */
.modal_error {
	z-index: 101;
}
.modal_error .wrap_modal {
	width:251px;
	height:175px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_error_modal.png?v=1&CDN=1);
	background-size:251px;
	background-repeat: no-repeat;
}
.modal_error .tit {
	margin-top: 35px;
	font-family: 'Noto Sans CJK KR','맑은 고딕', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #a14f10;
	line-height: 1.4;
}

/* 구매 동의 팝업 */
.modal_buy_agree {
	z-index: 101;
}
.modal_buy_agree .wrap_modal {
	width:251px;
	height:175px;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/bg_buy_agree_modal.png?v=1&CDN=1);
	background-size:251px;
	background-repeat: no-repeat;
}
.modal_buy_agree .top {
	margin-top: 13px;
	padding: 6px 8px;
}
.modal_buy_agree .top p:first-child{
	font-family: 'BMJUA';
	color:#c67410;
	font-size: 15px;
}
.modal_buy_agree .top p:first-child i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
  top: 0px;
}
.modal_buy_agree .top p:first-child i.coin1 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin1.png?v=1&CDN=1);
	width: 42.5px;
	height: 43.5px;
	background-size: 42.5px;
	margin-bottom: 15px;
	top: 7px;
}
.modal_buy_agree .top p:first-child i.coin10 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin10.png?v=1&CDN=1);
	width: 46.5px;
	height: 37.5px;
	background-size: 46.5px;
	margin-bottom: 20px;
  top: 10px;
}
.modal_buy_agree .top p:first-child i.coin50 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin50.png?v=1&CDN=1);
	width: 79.5px;
	height: 62.5px;
	background-size: 79.5px;
}
.modal_buy_agree .top p:first-child i.coin100 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin100.png?v=1&CDN=1);
	width: 101px;
	height: 62.5px;
	background-size: 101px;
}
.modal_buy_agree .top p:first-child i.coin60 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin60.png?v=1&CDN=1);
	width: 79.5px;
	height: 62.5px;
	background-size: 79.5px;
}
.modal_buy_agree .top p:first-child i.coin120 {
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/img_coin120.png?v=1&CDN=1);
	width: 101px;
	height: 62.5px;
	background-size: 101px;
}
.modal_buy_agree .top p:first-child span {
	font-size: 33px;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
  top: -4px;
}
.modal_buy_agree .top p:last-child{
	font-family: 'Noto Sans CJK KR','맑은 고딕', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a14f10;
}
.modal_buy_agree .top p:last-child i {
	display: inline-block;
	background:url(https://cw.img.gamen.com/ocb_test/img/cashwalk/i_small_cash.png?v=1&CDN=1);
	width: 13px;
	height: 13px;
	background-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}
.modal_buy_agree .top p:last-child b {
	margin: 0 5px;
	color:#f71706;
}
.modal_buy_agree .bottom_btns {
	bottom: 18px;
}

/*가로버전 게임*/
.landscape .wrap_modal {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}