

/* 상단 전화, 이메일, 언어 탭 */
.login_logo {
	margin: 50px 0;
	text-align: center;
}
.login_logo img {
	width: 100px;
	height: auto;
}
.login_nav_tabs {
	list-style-type: none;
	padding: 0;
}
.login_nav_tabs li {
	float: left;
	display: inline-block;
}
.login_nav_tabs li a {
	font-size: 1.12rem;
	color: #9d9d9d;
	font-weight: normal;
}
.login_nav_tabs li.active a {
	font-size: 1.12rem;
	color: #000000;
	font-weight: 500;
}
.login_nav_tabs li a:hover {
	text-decoration: none;
}
.login_nav_tabs li.lang {
	float: right;
}
.login_nav_tabs li.lang select {
	font-size: 1.12rem;
}
.login_nav_tabs:after {
	content:'';
	display: block;
	clear: both;
}

.login_input {
	padding: 0 10px;
	max-width: 767px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.input_back_yel { /* 사용안함 */
	background-color: #fffad7;
}
.login_input .input {
	font-size: 1.4rem;
	color: #000000;
	border: 1px solid #bfbfbf;
	width: 100%;
	padding: 0 6.8px;
	font-weight: 300;
}

.login_input .input::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	font-weight: 300;
}
.login_input .input:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	font-weight: 300;
}
.login_input .input:-mos-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	font-weight: 300;
}
.login_input .input::placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	font-weight: 300;
	opacity: 1;
}

.login_input .btn {
	background-color: #ffea61;
	font-size: 1.47rem;
	color: #000000;
	font-weight: 500;
	width: 100%;
	border: none;
}


.login_input .bottom {
	text-align: center;
	list-style-type: none;
	padding: 0;
}
.login_input .bottom a:hover {
	text-decoration: none;
}
.login_input .bottom .text1 a {
	font-size: 1.12rem;
	color: #000000;
	font-weight: normal;
}
/*
.login_input .bottom .text2 a {
	font-size: 0.84rem;
	color: #a9a9a9;
	font-weight: normal;
}*/
.login_input .bottom .text2 {
	padding: 50px 0 20px;
}
.login_input .bottom .text2 a {
	font-size: 1.3rem;
	color: #000000;
	background-color: #ffea61;
	padding: 15px 30px;
}

.login_input .bottom .text3 {
	font-size: 0.84rem;
	font-weight: normal;
}
.login_input .checkbox {
	text-align: center;
	font-size: 1.12rem;
	font-weight: normal;
}
/* Add a green text color and a checkmark when the requirements are right */
.login_input .valid {
  color: green;
}
.login_input .valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}
/* Add a red text color and an "x" when the requirements are wrong */
.login_input .invalid {
  color: red;
}
.login_input .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}
/* The message box is shown when the user clicks on the password field */
.login_input #message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

.login_input #message p {
  padding: 10px 35px;
  font-size: 18px;
}





#register_agree .loginc_text1 {
	font-size: 0.945rem;
	color: #4e4dd7;
	margin-top: 40px;
	margin-bottom: 16px;
}
#register_agree .loginc_text2 {
	font-size: 1.575rem;
	color: #2b2726;
	margin-bottom: 51px;
}
#register_agree .loginc_text2 {
	margin-bottom: 101px !important;
}
#register_agree .agree_box {
	position: relative;
	overflow: hidden;
	display: table;
	height: 40px;
	width: 100%;
}
#register_agree .agree_box .check_box {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 30px;

}
#register_agree .agree_box .check {
	display: table-cell;
	height: 100%;
	color: #4e4dd7;
	font-size: 0.945rem;
	vertical-align: middle;
}
#register_agree .agree_box label {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#register_agree .agree_box .text1 {
	display: table-cell;
	height: 100%;
	color: #2b2726;
	font-size: 0.945rem;
	vertical-align: middle;
	padding-left: 11px;
}
#register_agree .agree_box .more_box {
	display: table-cell;
	height: 100%;
	width: 56px;
	vertical-align: middle;
}
#register_agree .agree_box .more {
	font-size: 0.798rem;
	color: #000000;
	border: 1px solid #c1c1c1;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}


#register_agree #agree_more1_contents {
	overflow: scroll; -webkit-overflow-scrolling : touch;
	height: 200px;
	width: 100%;
	border: 1px solid #848484; 
	margin-bottom: 20px;
	padding: 5px;
	font-size: 0.945rem;
	word-wrap: break-word;
	white-space: pre-line;
}
#register_agree #agree_more2_contents {
	overflow: scroll; -webkit-overflow-scrolling : touch;
	height: 200px;
	width: 100%;
	border: 1px solid #848484; 
	margin-bottom: 20px;
	padding: 5px;
	font-size: 0.945rem;
	word-wrap: break-word;
	white-space: pre-line;
}
#register_agree #show_msg {
	margin: 20px 0 40px;
	font-size: 0.9rem;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 15px;
}
#register_agree #show_pay_btn {
	margin-top: 10px;
	text-align: center;
}
#register_agree #show_pay_btn::value {
	font-weight: normal;
}
#register_agree #contents {
	padding: 0 10px;
}


#register_au_1 {
	text-align: center;
}
#register_au_1 .auth_input {
	width: 100%;
	border: 0;
	font-size: 17px;
	color: #000000;
	background-color: #fafafa;
	line-height: 45px;
	position: relative;
}
#register_au_1 .auth_input:after {
	width: 15px;
	height: auto;
	position: absolute;
	right: 10px;
	content: url('/wallet2/images/auth_input_check.png');
}
#register_au_1 .auth_input img {
	width: 15px;
	height: auto;
	position: absolute;
	right: 10px;
}
#register_au_1 .input_p {
	width: 100%;
	margin-bottom: 30px;
}
#register_au_1 .input_n {
	width: 100%;
	margin-bottom: 4.5px;
}
#register_au_1 .input_d {
	width: 49%;
	margin-bottom: 35px;
	float: left;
}
#register_au_1 .input_g {
	width: 49%;
	margin-bottom: 35px;
	float: right;
}
#register_au_1 .input_g:after {
	content:'';
	display: block;
	clear: both;
}
#register_au_1 .text1 {
	font-size:  14px;
	color: #4e4dd7;
	margin-bottom: 16px;
	margin-top: 38px;
}
#register_au_1 .text2 {
	font-size:  23px;
	color: #2b2726;
	margin-bottom: 80px;
}
#register_au_1 .text3 {
	font-size:  12px;
	color: #989898;
}




.login-panel {
    margin-top: 30px !important;
	margin-bottom: 30px;
}

#register .vcode_area {
	margin-bottom: 10px;
}
#register .vcode_area .input_vcode {
	font-size: 1.4rem;
	color: #000000;
	border: 1px solid #bfbfbf;
	width: 75%;
}
#register .vcode_area .input_vcode::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register .vcode_area .input_vcode:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register .vcode_area .input_vcode:-mos-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register .vcode_area .input_vcode::placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	opacity: 1;
}


#register_au .vcode_area {
	margin-bottom: 10px;
}
#register_au .vcode_area .input_vcode {
	font-size: 1.4rem;
	color: #000000;
	border: 1px solid #bfbfbf;
	width: 75%;
}
#register_au .vcode_area .input_vcode::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register_au .vcode_area .input_vcode:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register_au .vcode_area .input_vcode:-mos-input-placeholder {
	font-size: 1.4rem;
	color: #bebebe;
}
#register_au .vcode_area .input_vcode::placeholder {
	font-size: 1.4rem;
	color: #bebebe;
	opacity: 1;
}



#register .vcode_area .button_vcode {
	padding: 0;
	cursor:pointer;
	margin-left: 2%;
	background-color: #ffea61;
	color: #000000;
	display: inline-block;
	width: 23%;
	text-align: center;
	float: right;

}

#register_au .vcode_area .button_vcode {
	padding: 0;
	cursor:pointer;
	margin-left: 2%;
	background-color: #ffea61;
	color: #000000;
	display: inline-block;
	width: 23%;
	text-align: center;
	float: right;

}



@media only screen and (max-width: 767px) {

	.login_input {
		padding: 0 8.69vw;
	}

	.login_input .input {
		padding: 13.65px 5.13vw;
	}

	.login_input .btn {
		padding: 13.65px 0;
		margin-top: 10.7px;
	}


	.login_nav_tabs li.lang select {
		padding: 5.11px 15.3px;
	}
	.login_nav_tabs li.bar {
		color: #d2d2d2;
		padding: 0 3.41vw;
	}
	.login_input .checkbox {
		margin-top: 9.1px;
	}

	.login_input .bottom .text1 {
		margin-top: 59.71px;
		margin-bottom: 0;
	}
	.login_input .bottom .text2 {
		margin-top: 0px;
		margin-bottom: 0;
	}
	.login_input .bottom .text3 {
		margin-top: 18.55px;
	}

	#register .vcode_area .input_vcode {
		padding: 13.65px 5.13vw;
	}
	#register_au .vcode_area .input_vcode {
		padding: 13.65px 5.13vw;
	}
	#register .vcode_area .button_vcode {
		padding: 13.65px 0;
	}
	#register_au .vcode_area .button_vcode {
		padding: 13.65px 0;
	}
	#register_au_1 .auth_input {
		padding: 10.627px 0;
	}
	#register_au_1 .auth_input:after {
		top: 50%;
		margin-top: -6px;
	}
	#register_agree .agree_box .more {
		line-height: 20px;
		padding: 1px 8px;
	}
	#register_agree .agree_box {
		margin-bottom: 10px;
	}

}

@media (min-width: 768px) {


	.login_input .input {
		height: 57.8px;
	}
	.login_input .btn {
		height: 57.8px;
		margin-top: 15.3px;
	}

	.login_nav_tabs li.lang select {
		width: 89.1px;
		height: 26.8px;
		padding-left: 15.3px;
	}
	.login_nav_tabs li.bar {
		color: #d2d2d2;
		padding: 0 12.3px;
	}

	
	.login_input .checkbox {
		margin-top: 13px;
	}

	.login_input .bottom .text1 {
		margin-top: 85.3px;
		margin-bottom: 0;
	}
	.login_input .bottom .text2 {
		margin-top: 0px;
		margin-bottom: 0;
	}
	.login_input .bottom .text3 {
		margin-top: 26.5px;
	}

	#register .vcode_area .input_vcode {
		height: 57.8px;
		padding: 0 6.8px;
	}
	#register_au .vcode_area .input_vcode {
		height: 57.8px;
		padding: 0 6.8px;
	}
	#register .vcode_area .button_vcode {
		height: 57.8px;
		line-height: 57.8px;
	}
	#register_au .vcode_area .button_vcode {
		height: 57.8px;
		line-height: 57.8px;
	}
	#register_au_1 .auth_input {
		height: 45px;
	}
	#register_au_1 .auth_input:after {
		top: 16.5px;
		margin-top: 0px;
	}
	#register_agree .agree_box .more {
		width: 56px;
		height: 20px;
		line-height: 20px;
	}
}


.login_input .checkbox span {
	padding-left: 3px;
}
#login .tab-content {
	margin-bottom: 4.76px;
}
.login_input_back_none {
	background-color: #FFFFFF;
}
.login_input_back_color {
	background-color: #fffad7;
}
/*


	register agree


 */
.privacyVersionList{
	display: none;
	padding: 0;
}
.privacyVersionList ul{
	padding: 0;
}
.privacyVersionList ul > li{
	display: block;
	color: #000000;
	text-align: center;
	border: 1px solid #c1c1c1;
	padding: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
