/*------------로그인_main  Start-----------*/
html { height: 100%; }
body { 
	background: #191b21 url('/s/front/images/bg_login_main.jpg') no-repeat fixed center; background-size: cover; height: 100%;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}
body::-webkit-scrollbar-thumb {
	background-color: #1f688a;
	border-radius: 10px;
	background-clip: padding-box;
	border: 3px solid transparent;
}
body::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
}
.login_box {
	width: 500px; height: 416px;
	position: absolute; top: 50%; left: 50%;
	margin-left: -250px; margin-top: -154px;
	background-color: rgba(25, 27, 33, 0.9);
	border-radius: 20px;
}
.login_img_box {
	width: 100%; padding-top: 49.2%; height: 0;
	background-image: url('/s/front/images/login_img.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute; top: -55.5%; left: 0;
}

.tab_login {
	width: 100%; font-size: 0; word-spacing: 0;
	border-bottom: 2px solid #ffcc00;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.tab_login li {
	display: inline-block;
	width: 50%;
	font-size: 16px; font-size: 1.6rem;
}
.tab_login li a {
	display: block; width: 100%; height: 60px; line-height: 60px;
	text-align: center; color: #787b83;
	background-color: #11131a;
}
.tab_login li a:hover { background-color: #212430; color: #fff;}
.tab_login li a.active {
	background-color: #ffcc00; color: #000;
	border-radius: 20px 20px 0 0;
}

.login_logo { 
	background-repeat: no-repeat; 
	background-position: center; 
	background-image: url('/s/front/images/logo.png');
	background-size: 144px;
	width: 100%; height: 117px;
}

.loginInpW { display: none; padding: 50px 20px; box-sizing: border-box; width: 100%; }
.loginInpW.active { display: block; }
.loginInp { width: 100%; overflow: hidden; margin-bottom: 10px; position: relative; }
.loginInp label {
	box-sizing: border-box; width: 20%; height: 50px; line-height: 50px; text-align: center; color: #fff; display: block; font-size: 14px; font-size: 1.4rem;
	position: absolute; top: 0; left: 0;
}
.loginInp input {
	vertical-align: middle; padding: 0 20px 0 20%; width: 100%; font-size: 14px; font-size: 1.4rem; border: none; border-radius: 25px; background-color: #3a3e49; color: #fff; height: 50px; line-height: 50px; ime-mode: inactive; outline:none;
}
.loginInp input:focus { color: #fff; border: 1px solid #00aeff; }

.loginInp img { float:left; display: block; width: 100px; height: 50px; }
.loginInp input.capcha { box-sizing: border-box; float: right; display: block; width: calc(100% - 160px); padding-left: 20px;}
.loginInp .capcha-refresh { float: left; width: 50px; height: 50px; text-align: center; }
.loginInp .capcha-refresh i { line-height: 50px; font-size: 18px; font-size: 1.8rem; }


.loginBtn_wrap { overflow: hidden; width: 100%; padding: 10px 0 0 0; text-align:center; }
.loginBtn_wrap a { font-size: 16px; font-size: 1.6rem; text-align: center; border-radius: 5px; width: 60%;  height: 50px; line-height: 50px; border-radius: 25px; display: inline-block; }
.loginBtn_wrap a.loginBtnL { background: #00aeff; color: #fff; }
.loginBtn_wrap a.loginBtnL:hover { background: #ff004c; color: #fff; }

.main_recomCodeD { z-index: 100; display:none; width: 100%; height: 100%; position:fixed; top:0; left:0; }
.recomCodeW {
	padding: 50px 20px;
    box-sizing: border-box;
    width: 100%; display: none;
}
.recomCodeW.active { display: block; }
.recomCodeW h2 { text-align: center; color: #fff; font-size: 30px; font-size: 3.0rem; font-weight: bold; margin-bottom: 30px; }
.recomCodeW input {
	vertical-align: middle;
    padding: 0 20px;
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
    border: none;
    border-radius: 30px;
    background-color: #3a3e49;
    color: #fff;
    height: 60px;
    line-height: 60px;
    ime-mode: inactive;
    outline: none;
	font-weight: bold;
	text-align: center;
}
.recomCodeW input:focus { color: #fff; border: 1px solid #00aeff; }

.recomCodeW p { text-align: center; font-size: 14px; padding: 15px 0; }

.recomBtnW { width: 100%; padding:15px 0; text-align: center; }
.recomBtnW a {
	font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 5px;
    width: 60%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    display: inline-block;
}
.recomBtnW a.recomBtn { background: #00aeff;
    color: #fff; }
.recomBtnW a.recomBtn:hover { background: #ff004c; color: #fff; }
/*------------로그인_main  end-----------*/

@media all and (max-width:640px){
	.login_img_box {
		width: 100%; top: -185px; padding-top: 197px;
		background-size: 400px;
	}
	.login_box {
		width: 90%;
		padding: 0;
		margin: 0;
		margin-left: -45%;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -50%;
	}
	.login_logo { 
		background-size: 100px;
		width: 100%; height: 80px;
	}
	.loginInpW { margin-top: 0; }
	.loginInp img { height: 40px; }
	.loginInp .capcha-refresh { width: 50px; height: 50px; }
	.loginInp .capcha-refresh i { line-height: 50px; }
	.loginInp label,
	.loginInp input { height: 50px; line-height: 50px; }

}

/* ip_check layer */
@-webkit-keyframes ip_check_dim_move {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes ip_check_dim_move {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes ip_check_move {
	from {
		-webkit-transform: translate3d(0,-50%,0);
		opacity: 0;
	}
	to   {
		-webkit-transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes ip_check_move {
	from {
		transform: translate3d(0,-50%,0);
		opacity: 0;
	}
	to   {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
#ip_check_dim.dim {
	opacity: 1;
	display: none;
}
#ip_check_dim.dim.active {
	animation: ip_check_dim_move 0.3s linear;
	display: block;
}
#ip_check_box {
	position: absolute;
	width: 340px;
	top: 50%; margin-top: -60px;
	left: 50%; margin-left: -170px;
	background-color: #111;
	border: 2px solid #00aeff;
	text-align: center;
	padding: 20px 0;
	z-index: 200;
	box-sizing: border-box;
	transform: translate3d(0,0,0);
	opacity: 1;
	display: none;
}
#ip_check_box.active {
	animation: ip_check_move 0.3s linear;
	display: block;
}
#ip_check { margin-bottom: 15px; font-size: 1.4rem; line-height: 2rem; }