@charset "utf-8";

@import url("/resources/common/css/NanumSquare.css");

@import url("/resources/common/css/notosanskr.css");

html {
	background: #fff;
	width: 100%;
	height: 100%;overflow-y:hidden !important;
}

body.login_body {
	width: 100%;
	height: 100%;
	display:flex;
  justify-content: center;
  border-top:12px #111 solid;
}


.content .login-cont-text {
	overflow: hidden;
	float: right;
	width: 240px;
	margin: 40px 85px 0 0;
}

.content .login-cont-text .id-area {
	position: relative;
}

.content .login-cont-text .id-area .title {
	font-family: 'Noto Sans KR','NanumSquare','sans-serif';
	font-size: 13px;
	color: #111;
	font-weight: bold;
	margin-bottom: 5px;
}

.login-input {
	border-bottom: 2px solid #e5e5e5;
	width: 240px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: .25px;
	font-family: 'Noto Sans KR','NanumSquare','sans-serif';
	font-size: 17px;
	background:#111;
	color:#fff;
}

/* Checkbox styles */
label.checkbox {
	padding-left: 30px;
	position: relative;
	line-height: 200%;
	font-family:'Noto Sans KR','NanumSquare','sans-serif';
	font-size: 13px;
	color: #111;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label.checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

label.checkbox input[type="checkbox"]:focus ~ span {
	border: 2px solid #aab0b9;
}

label.checkbox input[type="checkbox"]:focus:checked ~ span {
	border: 2px solid #aab0b9;
}

label.checkbox input[type="checkbox"]:checked ~ span {
	background: #0371d8
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+)
		50% 40% no-repeat;
	border: 2px solid #0371d8;
}

label.checkbox span {
	font-family:'Noto Sans KR','NanumSquare', 'sans-serif';
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	width: 14px;
	height: 14px;
	background-color: #d4d7dc;
	border: 2px solid #d4d7dc;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button {
	border-radius: 4px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	/* color: #fff; */
	position: relative;
	display: inline-block;
	cursor: pointer
}

.button:hover {
	text-decoration: none;
	color: #fff;
}

.button:active {
	position: relative;
	top: 2px;
}

.button:focus {
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-weight: bold;
}

.button:active {
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
	border-radius: 4px;
}

.button:focus {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	border-radius: 4px;
}

.large {
	width: 100%;
	height: 38px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

.button.Purple {
	background: #645bda;
	box-shadow: 0px 3px 0px 0px #3a41c8;
	color: #fff;
	font-family: 'Noto Sans KR','NanumSquare','sans-serif';
	font-size: 17px;
}

.button.Purple:hover {
	background: #9489e8;
	color: #fff;
}

.button.Purple:focus {
	background-color: #645bda;
	color: #fff;
	font-family: 'Noto Sans KR', 'NanumSquare', 'sans-serif';
	font-size: 17px;
}

.button:active {
	position: relative;
	top: 2px;
}

/* IE 버젼별 CSS */
/* IE9,10 */
@media screen and (min-width:0\0) { /* Enter your style code */
}
/* IE10+ */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) { /* Enter your style code */
}

/* 
	Mobile Style 
*/
	.content {display: flex;
  justify-content: center;
  align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height:400px;overflow:hidden;
    min-width: 760px;
    margin: 0 auto;
    z-index: 10;
    height:100vh;
	}
	.content h1 {
	font-family:'Noto Sans KR','NanumSquare','sans-serif';
	text-align: right;
	line-height: 30px;
	font-size:16px;
	width:300px;
	color: #111;;
	
}
	.content .login-cont-text {
		overflow: hidden;
		float: left;
		width: 240px;
	}
	.content .login-cont-text .id-area {
		position: relative;
	}
	.content .login-cont-text .id-area .title {
		font-family: 'Noto Sans KR','NanumSquare','sans-serif';
		font-size: 13px;
		color: #000;
		font-weight: bold;
	}
	.login-input {
		border-bottom: 2px solid #e5e5e5;
		width: 240px;
		height: 28px;
	}

.content h1 img {
	width: 100px;
	margin-bottom:15px;
}

.con_left{width:50%; float:left; display:inline-block; border-right:1px solid #111;position: relative;}
.con_right{width:50%; float:right;display:inline-block;position: relative;}

.login_area{float:right; width:300px;color:#111;}
.login_area li{font-family:'Noto Sans KR','NanumSquare','sans-serif'; line-height:34px; font-size:15px;color:#111; display:block; padding:5px 10px; }
.login_area li input{width:250px;font-family:'NanumSquare','Noto Sans KR','sans-serif'; line-height:32px;height:32px; font-size:15px;border-radius: 4px;background:#111; color:#fff;display: inline; width:200px; float:right;}
.login_area li button {  font-size: 15px;
    font-weight: bold;
    font-family: 'NanumSquare','Noto Sans KR', 'sans-serif';
    background: #fff;
    color: #111;
    line-height: 42px;
    height: 42px;
    display:block;
    width: 100%;
    border: 1px solid #111;}
.login_area li button:hover {background:#eee; color:#111;font-weight:bold;}