/* login / join overlay */
#login,
#join {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	align-items: center;
	justify-content: center;
	float: none;
}

#login.popup_style02,
#join.popup_style02 {
	visibility: visible;
}

#loginForm {
	width: 100% !important;
}

.login_wrap {
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
	max-height: 560px;
	transition: all 0.5s;
	float: none;
}

.join_wrap {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	max-height: 80vh;
	transition: all 0.5s;
	float: none;
}

.join_box {
	width: 100%;
	padding: 40px 20px;
	max-height: 80vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	transition: all 0.5s;
}

.join_box::-webkit-scrollbar { width: 3px; }
.join_box::-webkit-scrollbar-thumb { height: 30%; background: rgba(255,255,255,0.1); border-radius: 5px; }
.join_box::-webkit-scrollbar-track { background: rgba(255,255,255,0.1); }

.loginbox {
	width: 100%;
	background: linear-gradient(#1a1915 0%, #2a2820 100%);
	border-radius: 10px;
	display: flex;
	position: relative;
	border: 1px solid rgba(236,218,188,0.2);
	float: none;
}

.close_btn_cu {
	background: #1a1915;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	color: #ecdabc;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 11;
}

.loginbox_l {
	width: 350px;
	position: relative;
	flex-shrink: 0;
}

.loginbox_l img {
	position: absolute;
	bottom: 0;
	left: -20px;
	max-width: 100%;
}

.loginbox_r {
	width: calc(100% - 350px);
	padding: 40px 20px;
	min-height: 440px;
	max-height: 560px;
	height: auto;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	flex: 1 1 auto;
}

.loginbox_r > * {
	flex: 0 0 auto;
	width: 100%;
}

.loginbox_r::-webkit-scrollbar { width: 3px; }
.loginbox_r::-webkit-scrollbar-thumb { height: 30%; background: rgba(255,255,255,0.1); border-radius: 5px; }
.loginbox_r::-webkit-scrollbar-track { background: rgba(255,255,255,0.1); }

.login_logo {
	width: 100%;
	text-align: center;
	padding: 0 20px;
	float: none;
}

.login_logo img {
	width: 100%;
	max-width: 250px;
}

.login_title {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-weight: 300;
	font-size: 16px;
	color: #ecdabc;
	float: none;
}

#login .login,
#join .login {
	width: 100%;
	margin: 10px 0 0 0;
	float: none !important;
	height: auto !important;
	line-height: normal !important;
	background: none !important;
	padding: 0 !important;
}

#login .login ul,
#join .login ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#login .login li,
#join .login li {
	width: 100%;
	padding: 5px 1%;
	list-style: none;
	float: none !important;
	display: block;
	box-sizing: border-box;
}

.login1 {
	width: 100%;
	margin: 10px 0 0 0;
}

.login1 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.login1 li {
	width: 50%;
	padding: 1%;
	list-style: none;
}

.join_title {
	width: 100%;
	padding: 0 0 5px;
	font-weight: 300;
	font-size: 12px;
	color: #ecdabc;
}

.join_text {
	width: 100%;
	padding: 5px 0 0;
	font-weight: 300;
	font-size: 12px;
	color: #999999;
}

.join_phone {
	width: 100%;
	display: flex;
}

.login_input {
	background-color: #76654c;
	border: none;
	color: #d7bb93;
	width: 100%;
	height: 36px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	padding: 0 0 0 15px;
}

.login_input::placeholder {
	color: #d7bb93;
	font-size: 12px;
}

.login_input:focus {
	border: 1px solid #b08c3a;
	outline: none;
}

#login .user_bankname,
#join .user_bankname {
	background-color: #76654c;
	border: none;
	color: #d7bb93;
	width: 100%;
	height: 36px;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 0 0 15px;
}

.login_btn_box2 {
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	float: none !important;
	clear: both;
	flex-shrink: 0;
}

.login_btn_box2 ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.login_btn_box2 li {
	float: none;
	width: 50%;
	padding: 1%;
	list-style: none;
	box-sizing: border-box;
}

#login .login_btn_box2 .login_btn1,
#join .login_btn_box2 .login_btn1,
#login .login_btn_box2 .login_btn2,
#join .login_btn_box2 .login_btn2 {
	background: rgba(176,140,58,0.85);
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	min-width: 0;
	padding: 0;
}

#login .login_btn_box2 .login_btn2,
#join .login_btn_box2 .login_btn2 {
	background: rgba(0,0,0,0.45);
	color: #ecdabc;
}

#login .login_btn_box2 a:hover span,
#join .login_btn_box2 a:hover span {
	opacity: 0.85;
}

/* admin notice popup (center) */
.center_popup_area_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3004;
	width: 100%;
	height: 100%;
	text-align: center;
	pointer-events: none;
	padding-top: 120px;
	background: rgba(0, 0, 0, 0.75);
	overflow-y: auto;
}

.center_popup_area_box .shadow {
	display: none;
}

.center_popup_area_box .line_up {
	display: inline-block;
	overflow: hidden;
	pointer-events: auto;
	width: auto;
	max-width: 1380px;
}

.center_popup_area_box .center_popup_area {
	float: left;
	margin: 5px;
	width: 448px;
	background: #1a1915;
	border: 1px solid rgba(236,218,188,0.25);
	border-radius: 4px;
	overflow: hidden;
}

.center_popup_area_box .center_popup_area .conts {
	width: 448px;
	height: auto;
}

.center_popup_area_box .center_popup_area .conts img {
	display: block;
	width: 100%;
	height: auto;
}

.center_popup_area_box .center_popup_area .bottom {
	background: rgba(42,40,30,0.9);
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 10px;
}

.center_popup_area_box .center_popup_area .bottom input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.center_popup_area_box .center_popup_area .bottom span,
.center_popup_area_box .center_popup_area .bottom .pop_only_close {
	float: left;
	color: #ecdabc;
	font-size: 14px;
	cursor: pointer;
}

.center_popup_area_box .center_popup_area .bottom .pop_close {
	float: right;
	color: #ecdabc;
	font-size: 14px;
	cursor: pointer;
}

@media screen and (max-width: 1060px) {
	.loginbox_r { height: auto; }
}

@media screen and (max-width: 768px) {
	.loginbox_l { display: none; }
	.loginbox_r { width: 100%; }
	.login_logo { padding: 0 30px; }
	.login1 li { width: 100%; }
}
