/* 2019.05.24 kang nuri */
@charset "utf-8";

section{
	height: 760px;
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url('../img/login-bg.jpg');
	margin-bottom: 100px;
}

footer{
	border-top: solid 1px #d3d7d9;
}


/**************************************/


.headerarea, .sectionarea, .footerarea{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
}

.headerarea{
	padding-top: 25px;
}

.headerarea .smttlogo{
	float: right;
}

.sectionback{
	height: 100%;
	background-color: rgba(24,30,47,0.2);
}

.loginfield{
	display: inline-block;
	box-sizing: border-box;
	width: 360px;
	padding: 40px 30px 30px 30px;
	background-color: rgba(248,249,252,0.95);
	box-shadow: 2px 2px 10px rgba(60,145,180,0.3);
	border-radius: 10px;
	margin-top: 167px;
	float: right;
	color: #564e50;
}

.lgtitle{
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: bold;
}

.lginput .ipbox{
	margin-bottom: 25px;
}

.ipbox label{
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
}

.ipbox input{
	box-sizing: border-box;
	width: 300px;
	height: 35px;
	padding: 0 10px;
	border: solid 1px #d7d7d7;
	border-radius: 3px;
}

.excheck{
	display: inline-block;
	width: 200px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 25px;
}

.excheck label{
	position: absolute;
	margin-top: -2px;
	margin-left: 5px;
	cursor: pointer;
}

.exbtn{
	display: inline-block;
	width: 100px;
	float: right;
}

.btnlogin{
	display: inline-block;
	width: 100px;
	height: 28px;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
	background-color: #0530ad;
	color: #fff;
	cursor: pointer;
}

.btnchpw{
	font-size: 12px;
	cursor: pointer;
	float: right;
}

.footerarea{
	padding: 20px 0;
	font-size: 12px;
}