/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
input, button { outline: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font */
body { font-family: 'NanumSquare', sans-serif; } 

/* ë¡ ·¸  */
.login-wrap { width: 100%; height: 100%; background: url(../img/loginBg.jpg) no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; }
.login-wrap .innerbox { position: absolute; top: 48%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);  }
.login-wrap .innerbox  h1 { margin-bottom: 85px; font-size: 36px; letter-spacing: 1px; text-align: center; color: #fff;  }
.login-wrap .login-form { width: 458px; margin: 0 auto; border-radius:  20px; padding: 60px 62px 28px 62px; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08); }
.login-wrap .login-form:before { width: 100px; height: 100px; border-radius: 100%; -webkit-border-radius: 100%; background: url(../img/icon.png)no-repeat center #fff; content: ''; box-shadow: 0 3px 27px rgba(0, 0, 0, 0.06); position: absolute; top: -50px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.login-wrap .login-form ul li { margin-bottom: 15px; position: relative; }
.login-wrap .login-form ul li:last-child { font-size: 14px; color: #818181; margin: 26px 0 30px; }
.login-wrap .login-form .input-basic { width: 100%; height: 48px; padding: 0 10px 0 25px; line-height: 48px; border: 0; border-bottom: 1px solid #cbcbcb; border-radius: 0; -webkit-border-radius: 0; box-sizing: border-box; -webkit-box-sizing: border-box; }
.login-wrap .login-form ul li:nth-child(1):before,
.login-wrap .login-form ul li:nth-child(2):before { width: 22px; background-size: contain; position: absolute; left: 0; top: 50%; content: ''; }
.login-wrap .login-form ul li:nth-child(1):before { height: 26px; margin-top: -13px; background-image: url(../img/ico-id.png); }
.login-wrap .login-form ul li:nth-child(2):before { height: 24px; margin-top: -12px; background-image: url(../img/ico-pass.png); }
.login-wrap .login-form  input[type="submit"] { width: 100%; background: #326fb2; height: 58px; color: #fff; font-size: 18px; font-weight: 500; line-height: 58px; border: 0; border-radius: 30px; -webkit-border-radius: 30px;  }
/* .login-wrap .login-form .input-basic:focus { border-color: #326fb2; } */
.login-wrap .login-form .input-basic:focus { border-bottom: 2px solid #326fb2; }
