@charset "utf-8";

body { background-color: #FFFFFF !important; font-family: "BMWTypeNext-Regular";  letter-spacing: 0; }

.login_wrap {
	width: 100%;
	min-width: 360px;
}

.top_wrap {
	width: 100%;
	height: 65px;
 

}

.top_wrap>.type_logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 135px;
	height: 50px;
	background: url(/images/dealer_typeM.png) no-repeat;
	background-size: contain;
 
}

.top_wrap>.simbol_logo {
	float: right;
	width: 120px;
	height: 50px;
}

.top_wrap>.simbol_logo>.simbol_bmw {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 123px;
	height: 42px;
	background: url(/images/bmwgroup_ci.png) no-repeat center top;
	background-size: contain;
}

.content_wrap {
	width: 100%;
}

.members_wrap {
	width: 100%;
}

.members_wrap>.title {
	width: 100%;
	min-height: 250px;
 
	background: url(/images/login_bg02.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.slider { display: flex; transition: transform 300ms ease-in-out; } 
.slide_login_img { width: 100vw; min-height: 262px; background-size: cover; background-position: center; flex-shrink: 0; /* Prevent shrinking */ } 


.m_btn {
	display: inline-block;
	width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px !important;
    background-color: #0653B6;
    vertical-align: middle !important;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 2px; 
	font-family:  "BMWTypeNext-Bold";
	
}



.members_wrap>.title1 {

	width: 90%;
	margin: 20px auto 0;
    
	font-family: bmwtypeweblight;
	font-size: 13px;
	color:#333333;
}

.members_wrap>.title2 {
	margin: 6px auto 30px;
	width: 90%;
	font-family:"BMWTypeNext-Bold";
	font-size: 30px;

}

.members_wrap>.input_wrap {
	width: 90%;
	margin: 0 auto;
	
	font-size: 9pt;
}

.members_wrap>.input_wrap input[type="text"],input[type="password"] {
	width: 100%;
	height: 32px;
	font-size: 10pt;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 0 10px;
}


.members_wrap>.input_wrap>.rememberCheck {
	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
}

input[type="checkbox"]{
	display: none;

}

input[type="checkbox"] + label{
	

	font-family:BMWTypeNext-Light;
	font-size: 14px;
	color: #7D7D7D;
	background:url(/images/Check_normal.png) no-repeat;
	background-position: left center;
	
	padding-left: 24px;


}
input[type="checkbox"]:checked + label{

	height: 16px;
	background:url(/images/Checked.png) no-repeat center left;
	

}

.input *{
	font-family:BMWTypeNext-Light;
}
.input input::placeholder{
	font-size: 14px;
}


.members_wrap>.input_wrap>.btn_area {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;

	text-align: center !important;
}

.members_wrap>.input_wrap>.btn_area>.btnR {
	margin-top: 15px;
	font-size: 14px;
	color: #6D98B7;
	font-family: "BMWTypeNext-Regular";

}



.ax-mask {
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%
}

.ax-mask .ax-mask-bg {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4
}

.ax-mask .ax-mask-content {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px #000
}

.ax-mask .ax-mask-content * {
	color: inherit
}

.ax-mask .ax-mask-content div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

i.cqc-30x{font-size:3em}


/* 인증번호 입력 패널 */
#sign_panel {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	min-width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 999;
	box-shadow: #CCCCCC 3px 3px 5px;
}
