html, body {
	width: 100%;
	height: 100%;
	min-height: 768px;
	min-width: 1336px;         
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3e3e3e;
	background-color: #fff;
}

ul,li {
	list-style:none;
}

.login-body {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(/global/images/bg_login_uniportal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.login-body:before {
	content: "";
	position: fixed;
	top: 40px;
	left: 45px;
	width: 200px;
	height: 55px;
	background: url(/global/images/uniportal_logo_bg.png) no-repeat 0 0 transparent;
	z-index: 100;
}

.login {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 1200px;
	min-height: 400px;
	height: 400px;
	margin: 0 auto;
}
.login::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -18px;
	width: 581px;
	height: 37px;
	background: url(/global/images/login_copy.png) no-repeat 0 0 transparent;
}

.login::after {
	display: none
}

.login-box {
	display: none;
	position: absolute;
	top: 28px;
	right: 40px;
	left: auto;
	width: 410px;
	height: 340px;
	margin: 0;
	background-color: #fff;
	border: 0;
	border-radius: 12px !important;
	box-sizing: border-box;
	z-index: 1;
}


.login-img {
	display: none;
	float: right;
	width: 350px;
	height: 438px;
	background-image: url(../images/bg_login_img_new.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #eff0f6;
	border-right: 1px solid #3f4e8e;
	overflow: hidden;
	box-sizing: border-box;
}
.login-box:after {
	content: "";
	clear: both;
	display: table;
}
.login-txt {
	float: initial;
	float: none;
	width: 100%;
	height: auto; 
	border: 0;
	box-sizing: border-box;
}

.login-txt .login-logo {
	height: auto;
	/* padding-top: 26px; */
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.login-txt .login-logo img {
	display: none;
	vertical-align: middle;
}
.login-txt .login-logo:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.login-input-area {
	width: 304px;
	margin: 0 auto;
	padding: 26px 0 0 0;
}
.login-inputbox {
	height: 42px;
}
.login-inputbox::after {
	content: "";
	clear: both;
	display: table;
}
.login-inputbox > dt {
	float: left;
	width: 64px;
	padding: 11px 0 0 3px;
	box-sizing: border-box;
}
.login-inputbox > dd {
	float: left;
	width: 240px;
	box-sizing: border-box;
}
.login-inputbox label {
	padding: 0 0 2px 0;
	font-size: 14px;
	color: #000;
}

.login-inputbox input {
	width: 100%;
	height: 42px;
	border: 1px solid #d7d7d7;
	outline: none;
}

.login-inputbox + .login-inputbox {
	margin-top: 6px;
}

.login-btn-log {
	padding-top: 14px;
}

.login-btn-log .btn-login {
	display: inline-block;
	width: 100%;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color:#fff;
	background-color:#36035d;
	opacity: 1.0;
	transition: all 0.2s;
	
}
.login-btn-log .btn-login:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.login-btn-log .btn-login:hover {
	opacity: 0.7;
}

.login-opt-add {
	padding:  9px 0 10px 66px;
}
.login-opt-add:after {
	content: "";
	clear: both;
	display: table;
}

.login-opt-add .login-idcheck {
	float: left;
	position: relative;
	text-align: left;
}
.login-opt-add .login-lang {
	float: right;
	text-align: right;
}
.login-idtxt {
	padding-left: 20px;
	font-size: 12px;
	font-style: normal;
	font-family: Dotum;
}
.login-lang > select {
	height: 21px;
	font-size: 12px;
	font-family: Dotum;
	border: 1px solid #dbdbdb;
}

.login-smsbox {
	position: relative;
	margin-top: 16px;
	height: 40px;
	padding: 4px 46px 4px 54px;
	border-bottom: 1px solid #b4b4b4;
	box-sizing: border-box;
	display: none;
}
.login-smsbox > label {
	position: absolute;
	top: 10px;
	left: 0;
}
.login-smsbox > input {
	width: 100%;
	height: 32px;
	padding-left: 20px;
	border: 0;
	background-color: #fff;
}
.login-smsbox > input::-webkit-input-placeholder {
	color: #3f4e8e;
}

.login-smsbox > input::-ms-input-placeholder {
	color: #3f4e8e;
}
.login-smsbox .btn-blue {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-color: #455bba;
	border: 0;
}
.login-smsbox .btn-blue em {
	color: #fff;
	font-size: 12px;
	font-family: Dotum;
	font-style: normal;
}
.login-smsbox .btn-blue:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.m-checkbox:checked ~ .m-checkbox-mark {
    border-color: #36035d;
    background-color: #36035d;
}

@media only screen and (max-width: 599px) {

	
	html, body {
		min-width: 100%;
		min-height: 0;
	}
	
	.login-body {
		box-sizing: border-box;
		background-size: 100% 100%;
	}
	
	.login-body::before {
		left: 50%;
		margin-left: -100px;
	}
	
	.login {
		min-width: 100%;
		width: 100%;
	}
	
	.login::before {
		display: none;
	}
	
	.login-box {
	    position: absolute;
	    top: 50%;
	    right: auto;
	    left: 50%;
	    width: 300px;
	    transform: translate(-50%, -50%);
	}
	
	.login-input-area {
		width: 260px;
		padding: 0;
	}
	
	.login-txt .login-logo {
		height: 0;
	}
	.login-inputbox {
		height: auto;
	}
	.login-inputbox > dt {
		float: initial;
		width: 100%;
		padding: 11px 0 10px 3px;
		
	}
	.login-inputbox > dd {
		float: initial;
		width: 100%;
	}
	.login-opt-add {
		padding: 9px 0 10px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	
	html, body {
		min-width: 100%;
		min-height: 0;
	}
	
	.login-body {
		box-sizing: border-box;
		background-size: 100% 100%;
	}
	
	.login {
		min-width: 100%;
		width: 100%;
	}
	
	.login::before {
		display: none;
	}
	
	.login-box {
	    position: absolute;
	    top: 50%;
	    right: auto;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
}
