@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans KR', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
.placeholdersjs {color:#aaa !important}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}



/* 메인메뉴 */
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}



/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
#beta_wrap { width:100%;background:url('/img/beta/back.jpg') center top repeat-y; }
#beta_Inwrap { width:700px;margin:0 auto;text-align:center; }
#beta_Inwrap .logo { margin:40px 0 30px 0;width:100%;}
#beta_Inwrap .logo img { width:190px; }
#beta_Inwrap .txt_1 { color:#fff;font-size:30px;font-weight:500; }
#beta_Inwrap .txt_1 span { font-weight:800; }
/* #beta_Inwrap .txt_1 img { width:500px; } */

body { background:#000 url('/img/back.jpg') center top no-repeat; }
.wrap_1200 {
	width:1200px;
	margin:0 auto;
}
.wrap_1050 {
	display:table;
	width:1050px;
	margin:0 auto;
}
.wrap_100pro {
	width:100%;
	margin:0 auto;
}
.logo {
	width:100%;
}
.logo img {
	width:240px;
	margin-top:95px;
}
.coin {
	width:100%;
	text-align:center;
}
.coin img {
	width:520px;
	margin-top:95px;
}
.iconBox {
	display:table;
	width:900px;
	margin:120px auto 0 auto;
}
.iconBox div {
	cursor:pointer;
}
.icon_1 {
	float:left;
	position:relative;
	width:48%;
	background-color:#2a2a2a;
	border-radius:15px;
	height:120px;
	margin-bottom:20px;
}
.icon_1 span {
	display:inline-block;
	color:#d2d2d2;
	font-size:20px;
	font-weight:700;
	width:300px;
	text-align:center;
	height:100px;
	padding-top:10px;
	position:absolute;
	top:50%;left:50%;transform:translate(-50%,-50%);
}
.icon_1 img { height:85px;margin-right:20px;}
.icon_2 {
	float:right;
	position:relative;
	width:48%;
	background-color:#2a2a2a;
	border-radius:10px;
	height:120px;
	margin-bottom:20px;
}
.icon_2 span {
	display:inline-block;
	color:#d2d2d2;
	font-size:20px;
	font-weight:700;
	width:300px;
	text-align:center;
	height:100px;
	padding-top:10px;
	position:absolute;
	top:50%;left:50%;transform:translate(-50%,-50%);
}
.icon_2 img { height:85px;margin-right:10px; }
.icon_3 {
	float:left;
	position:relative;
	width:48%;
	background-color:#2a2a2a;
	border-radius:10px;
	height:120px;
}
.icon_3 span {
	display:inline-block;
	color:#d2d2d2;
	font-size:20px;
	font-weight:700;
	width:300px;
	text-align:center;
	height:100px;
	padding-top:10px;
	position:absolute;
	top:50%;left:50%;transform:translate(-50%,-50%);
}
.icon_3 img { height:80px;margin-right:15px; }
.icon_4 {
	float:right;
	position:relative;
	width:48%;
	background-color:#2a2a2a;
	border-radius:10px;
	height:120px;
}
.icon_4 span {
	display:inline-block;
	color:#d2d2d2;
	font-size:20px;
	font-weight:700;
	width:300px;
	text-align:center;
	height:100px;
	padding-top:10px;
	position:absolute;
	top:50%;left:50%;transform:translate(-50%,-50%);
}
.icon_4 img { height:85px;margin-right:10px; }

.snsBox {
	width:100%;
	text-align:center;
	border-bottom:1px solid #535353;
}
.snsBox img {
	width:100px;
	margin:100px 10px;
}
.gTxt {
	float:left;
	width:700px;
}
.gTxt li {
	float:left;
	color:#aaaaaa;
	font-size:16px;
	height:100px;
}
.gTxt span {
	font-size:20px;
	color:#fff;
}
.gTxt li:nth-child(1) {
	width:100% !important;
	color:#e5e5e5;
	font-size:40px;
	font-weight:700;
}
.gTxt img {
	width:30px;
	margin-top:6px;
}
.gTxt li:nth-child(even) {
	width:6%;
}
.gTxt li:nth-child(odd) {
	width:44%;
}
.gImg {
	float:right;
}
.gImg img {
	width:350px;
}
.mgT_150 {
	margin-top:100px;
}
@media (max-width: 1199px) {
	body { 
		background:#000 url('/img/back.jpg') center top no-repeat;
		background-size:150% auto;
	}
	.wrap_1200 {
	width:100%;
	margin:0 auto;
	}
	.wrap_1050 {
	width:90%;
	margin:0 auto;
}
	.logo {
	text-align:center;
	}
	.logo img {
		width:160px;
		margin-top:35px;
	}
	.coin img {
		width:60%;
		margin-top:30px;
	}
	.iconBox {
		width:90%;
		margin:90px auto 0 auto;
	}
	.icon_2 span {
		top:50%;left:48%;transform:translate(-50%,-50%);
	}
	.icon_4 span {
		top:50%;left:48%;transform:translate(-50%,-50%);
	}
	.snsBox img {
		margin:70px 10px;
	}
	.gTxt {
		width:100%;
	}
	.gTxt li {
		font-size:14px;
		height:100px;
	}
	.gTxt span {
		font-size:15px;
	}
	.gTxt li:nth-child(1) {
		font-size:32px;
		margin-bottom:20px;
		text-align:center;
	}
	.gTxt img {
		width:16px;
		margin-top:2px;
	}
	.gTxt li:nth-child(even) {
		width:6%;
	}
	.gTxt li:nth-child(odd) {
		width:44%;
	}
	.gImg {
		float:auto;
		width:100%;
		text-align:center;
	}
	.gImg img {
		width:80%;
	}
	.mgT_150 {
	margin-top:40px;
}
}

@media (max-width: 700px) {
	body { 
		background:#000 url('/img/back.jpg') center top no-repeat;
		background-size:240% auto;
	}
	.iconBox {
		width:90%;
		margin:60px auto 0 auto;
	}
	.icon_1 {
		width:100%;
		height:95px;
		margin-bottom:10px;
	}
	.icon_1 span {
		font-size:20px;
		width:300px;
		height:100px;
		padding-top:15px;
		top:50%;left:49%;transform:translate(-50%,-50%);
	}
	.icon_1 img { height:75px;margin-right:15px;}
	.icon_2 {
		float:left;
		width:100%;
		height:95px;
		margin-bottom:10px;
	}
	.icon_2 span {
		font-size:20px;
		width:300px;
		height:100px;
		padding-top:13px;
		top:50%;left:47.5%;transform:translate(-50%,-50%);
	}
	.icon_2 img { height:78px;margin-right:5px; }
	.icon_3 {
		width:100%;
		height:95px;
		margin-bottom:10px;
	}
	.icon_3 span {
		font-size:20px;
		width:300px;
		height:100px;
		padding-top:15px;
		top:50%;left:50%;transform:translate(-50%,-50%);
	}
	.icon_3 img { height:72px;margin-right:15px; }
	.icon_4 {
		float:left;
		width:100%;
		height:95px;
	}
	.icon_4 span {
		font-size:20px;
		width:300px;
		height:100px;
		padding-top:13px;
		position:absolute;
		top:50%;left:48%;transform:translate(-50%,-50%);
	}
	.icon_4 img { height:75px;margin-right:10px; }
	.snsBox img {
		width:60px;
		margin:40px 3px;
	}
	.gTxt li:nth-child(6), .gTxt li:nth-child(7), .gTxt li:nth-child(8), .gTxt li:nth-child(9) {
		height:80px;
	}
}
.riseBox {
	display:table;
	margin:80px 0 50px 0;
	width:100%;
	height:800px;
	border-top:1px solid #535353;
	border-bottom:1px solid #535353;
	background:url('/img/back_coin.png') left top no-repeat;
	background-size:auto 100%;
	color:#d2d2d2;
}
.inriseBox {
	width:1050px;
	margin:0 auto;
}
.riseBox ul {
	float:right;
	width:500px;
	margin:100px 0;
}
.riseBox li {
	border:1px solid #fec32c;
	border-radius:10px;
	height:90px;
	font-size:16px;
	margin-bottom:10px;
	line-height:130%;
}
.riseBox li:nth-child(1) {
	border:none;
	color:#fec32e;
	font-size:36px;
	font-weight:700;
	padding-top:20px;
}
.riseBox li:nth-child(2) {
	background:url('/img/rise_1.png') 50px center no-repeat;
	background-size:50px;
	padding:22px 0 0 150px;
}
.riseBox li:nth-child(3) {
	background:url('/img/rise_2.png') 50px center no-repeat;
	background-size:50px;
	padding:22px 0 0 150px;
}
.riseBox li:nth-child(4) {
	background:url('/img/rise_3.png') 50px center no-repeat;
	background-size:50px;
	padding:22px 0 0 150px;
}
.riseBox li:nth-child(5) {
	background:url('/img/rise_4.png') 50px center no-repeat;
	background-size:50px;
	padding:22px 0 0 150px;
}
.riseBox li:nth-child(6) {
	background:url('/img/rise_5.png') 50px center no-repeat;
	background-size:50px;
	padding:22px 0 0 150px;
}
.riseBox span {
	color:#fff;
	font-weight:500;
}
.copy {
	display:table;
	width:1050px;
	margin:0 auto 50px auto;
	color:#707070;
	font-size:14px;
}
@media (max-width: 1199px) {
	.riseBox {
		margin:80px 0 50px 0;
		height:700px;
	}
	.inriseBox {
		width:90%;
	}
	.riseBox ul {
		float:auto;
		width:100%;
		margin:50px 0;
	}
	.riseBox li:nth-child(1) {
		text-align:center;
		margin-bottom:50px;
	}
	.copy {
		width:90%;
		text-align:center;
		margin:0 auto 50px auto;
		color:#707070;
		font-size:14px;
	}
}
.video {
	margin:80px  auto 0 auto;
	width:560px;
	height:315px;
	border:1px solid #2a2a2a;
}
.video iframe {
	width:100%;
	height:100%;
}
@media (max-width: 580px) {
	.video {
		margin:40px  auto 0 auto;
		width:90%;
		height:32%;
		border:1px solid #2a2a2a;
}
}