@charset "utf-8";

html,body{width:100%; height:100%;}

body {
	background: url('/exms/css/custom/login/login_bg.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
}



/* 테스크탑 기본 사이즈 */
@media all and (min-width:1025px){
.wrap{
	width:100%;
	height:100%;
	margin:0 auto;
}
	.wrap1 {
		/*width: 100%;*/
		height: 100%;
		text-align:center;
		/*margin: 0 auto;*/
	}

header{
	text-align:center;
	padding:30px 0 0 0;
}

p.title{font-size:36px; color:#ffffff; padding:30px 0 0 0;}
p.stitle{font-size:16px; color:#000000; line-height:110%; padding:10px 0 0 0;}

section{
	width:554px;
	position:absolute;
	top:0; 
	left:-277px;
	margin:0 50%;
	text-align:center;
	z-index:10;
}


article {
		position: relative;
		width: 554px;
		height: 500px;
		margin: 35px auto;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
		border: solid 1px #ffffff;
		background: rgba(255,255,255, 0.3);
	}

h2{
	padding:30px 0;	
	border-bottom:solid 1px #ffffff;
}

.login_body{
	padding:0 25px;
}

fieldset{
	text-align:left;
}

	fieldset > label {
		display: block;
		letter-spacing: 0;
		margin: 30px 0 10px 0;
		color: #ffffff;	
	}

fieldset>input{
	width:100%;
	height:58px;
	padding:0 15px;
	font-size:16px;
	border:solid 1px #dfdfdf;
}

fieldset>label{
	overflow:hidden;
}

fieldset>label>input[type="checkbox"]{
	width:20px;
	height:20px;
	float:left;
	display:block;
}

fieldset>label>input[type="checkbox"]:checked{
	width:20px;
	height:20px;
	float:left;
	display:block;
}

fieldset>label>span.ch_tx{
	display:block;
	color:#ffffff;
	float:left;
	width:100px;
	margin:2px 0 0 10px;
}

fieldset>div{
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
}

fieldset>div>button{
	padding:15px 60px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;
	background:#43a6eb;
	color:#ffffff;
	font-size:16px;
}



}

footer{width:100%;}
h3{width:100%; text-align:center; padding:40px 0 0 0;}


/* 모바일 사이즈 */

@media all and (min-width:0px) and (max-width:1024px){

.wrap{
	width:100%;
	height:100%;
	margin:0 auto;
	background:rgba(0,0,0, 0.5);
}

p.title{font-size:28px; color:#ffffff; padding:30px 0 0 0;}
p.stitle{font-size:14px; color:#ffffff; line-height:110%; padding:10px 0 0 0;}

header{
	text-align:center;
	padding:10px 0 0 0;
}

h1{
	padding:15px 0 0 0;
}
h2{
	display:none;
}


section{
	width:100%;
	text-align:center;
}

article{
	/*position:relative;*/
	/*margin:35px 20px 0 20px;*/
	/*box-shadow:2px 2px 5px rgba(0, 0, 0, 1);
	border:solid 1px #ffffff;
	background:rgba(255,255,255, 0.3);*/
}


/*.login_body{
	padding:10px 20px 200px 20px;
}*/

fieldset{
	text-align:left;
}

fieldset>label{
	display:block;
	letter-spacing:0;
	margin:10px 0 10px 0;	
	color:#ffffff;
}


fieldset>input{
	width:100%;
	height:30px;
	padding:0 15px;
	font-size:16px;
	border:solid 1px #dfdfdf;
}

fieldset>label{
	overflow:hidden;
}

fieldset>label>input[type="checkbox"]{
	width:20px;
	height:20px;
	float:left;
	display:block;
}

fieldset>label>input[type="checkbox"]:checked{
	width:20px;
	height:20px;
	float:left;
	display:block;
}

fieldset>label>span.ch_tx{
	display:block;
	color:#ffffff;
	float:left;
	width:100px;
	margin:2px 0 0 10px;
}

fieldset>div{
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
}

fieldset>div>button{
	padding:10px 30px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;
	background:#43a6eb;
	color:#ffffff;
	font-size:12px;
}



}

div>strong{color:#ffffff;}