@charset "utf-8";
/* CSS Document */

/*-------------reset------------------*/

*, html, body {
	font-family:"맑은 고딕", Malgun Gothic, "돋움", Verdana, Arial;
	margin:0;
	padding:0;
}
*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
img {
	border:0;
	outline:0;
}
label, input, select, img {
	vertical-align:middle;
}
p {
	word-break:break-all;
	margin:0;
	padding:0;
}
ul, li, ol {
	list-style:none;
}
a, a:link, a:visted, a:hover, a:active {
 color:#202020;
 text-decoration:none;
 outline:0;
 border:0;
}
textarea, input {
	outline:0;
}
input::-ms-clear, input:-ms-clear {
	display:none;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
::-webkit-input-placeholder {
	color: #666 !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: 18px !important;
}
::-moz-placeholder {
	color: #666 !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: 18px !important;
}
input:-ms-input-placeholder {
	color: #666 !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: 18px !important;
}
:-moz-placeholder {
	color: #666 !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: 18px !important;
}
/*-------------reset끝------------------*/

html {
	width: 100%; 
	height: 100%;
}

body {
	overflow-x:hidden;
	overflow-y:auto;	
	width:100%;
	height:100%;
	min-height:10px;
	cursor:default;
	line-height:100%;
}
/*wrap*/
.wrap {
	display: table-cell;
	position:relative;
	width:100vw;
	height:100vh;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.wrap * {
	box-sizing: border-box;
}
.login_wrap {
	position: relative;
    width: 1200px;
    min-height: 530px;
    margin: 0 auto;
    padding: 46px 642px 0 100px;
    text-align: left;
    border: 1px solid #d9dadb;
    background: #fff url(./img/bg_login_box.png) no-repeat right top;
    box-sizing: border-box;
    border-radius: 10px;
}
/* header */
.header {
	overflow: hidden;
	margin-bottom: 60px;
}
.header h1 {
	float: left;
}
.header h2 {
	float: left;
    font-size: 18px;
    color: #52565c;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: -1px;
    position: absolute;
    top: 125px;
}
.container {
	padding-left: 0px;
    position: relative;
    top: 20px;
}
.info legend {
	display: none;
}
.logbox .uid,
.logbox .pwd {
	position: relative;
}
.logbox .pwd {
	margin-top: 10px;
}
.logbox .uid label,
.logbox .pwd label {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	padding-left: 78px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left 28px center;
}
.logbox .uid label {
	background-image: url(./img/icon_id.png);
	background-size: 20px;
}
.logbox .pwd label {
	background-image: url(./img/icon_pw.png);
	background-size: 24px;
}
.logbox .uid input:focus ~ label,
.logbox .pwd input:focus ~ label,
.logbox .uid input:invalid ~ label,
.logbox .pwd input:invalid ~ label {
	opacity:0.5;
}
.logbox input[type=text],
.logbox input[type=password] {
	display: block;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    font-size: 24px;
    color: #0d1441;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
	border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 28px center;
    padding-left: 70px;
}

.logbox .chk {
	margin-top: 30px;
	font-size: 0;
}
.logbox .chk input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #7b7b7b;
	background: #ffffff;
}
.logbox .chk label {
	display: inline-block;
	margin-left: 10px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.logbox .btn {
	display: block;
	margin-top: 45px;
	padding: 0;
}
.logbox .btn input[type=button] {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background: #007CA6;
	cursor: pointer;
}
.footer {
	margin-top: 58px;
	text-align: center;
	color: #888;
	font-size: 12px;
}