

@font-face{
	font-family: 'NanumGothic';
    src: url('../file/font/NanumGothic.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
	font-family: 'NanumGothic';
}
/*-------------------------로그인--------------------------*/
.loginwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eeeeee8c;
	/* opacity: .5; */
	z-index: 1000000;
	/* filter: alpha(opacity = 50); */
}
.loginwrap .login_ct {width: 400px; margin: 0 auto;	padding-top: 280px; text-align: center; }
.loginwrap .login_ct .lgct {width: 350px; height:385px; margin: 0 auto; background: #fff; box-shadow: 0 0 5px 3px rgba(0,0,0,0.2); position: relative;}
.loginwrap .login_ct .lgct .c {width: 115px; height: 115px; background: #038cae; border-radius: 50%; position: absolute; top:-65px; left: 115px;box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);}
.loginwrap .login_ct .lgct .c img {margin-top: 11px;}
.loginwrap .login_ct .lgct span.lg {margin-top:80px; margin-bottom: 11px; display: inline-block;}
.loginwrap .login_ct .lgct table.lt {margin: 0 auto; width: 80%; border: none; margin-bottom: 32px;}
.loginwrap .login_ct .lgct table.lt tr th {height: 60px; text-align: left; background: #fff; color: #000; font-size: 15px; border-bottom: 1px solid #d9d9d9; position: relative;}
.loginwrap .login_ct .lgct table.lt tr img {margin-left: 20px;	vertical-align: -15px; margin-right: 10px; margin-bottom: 10px;}
.loginwrap .login_ct .lgct table.lt tr input { border:none; height: 40px; font-size: 0.9rem; text-indent: 3px; margin-top: 10px; }
.loginwrap .login_ct .lgct button {width: 100%; height:60px; border: none; background: #038cae; color:#fff; font-size: 18px; cursor: pointer; margin-top: 15px;}
.loginwrap .login_ct .lgct button:hover {background: #09718b;}


.loginwrap .login_ct .lgct table.lt tr th label{
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	margin-bottom: 0;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
	padding: 1.4rem;
	font-weight: 400;
}
.loginwrap .login_ct .lgct table.lt tr th input:focus{outline: none;}
.loginwrap .login_ct .lgct table.lt tr th input::placeholder{color: transparent;}
.loginwrap .login_ct .lgct table.lt tr th input:not(:placeholder-shown){
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.loginwrap .login_ct .lgct table.lt tr th input:not(:placeholder-shown) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
}

.loginwrap .login_ct .lgct .close {
	overflow: visible;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 25px;
	color: #999;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer
}