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;
}                                                                                                                       
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
html { }
body { font-family: 'KoPub Dotum' !important; border: 0px; padding: 0px; margin: 0px; height:100%; }
* { box-sizing: border-box; }
*:focus {
	outline:none;
}
a:link, a:visited { text-decoration:none; }
ol, ul { list-style: none; }


textarea, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contents {
	width: 100%;
	height: 100%;
	text-align:center;
}

.logo1_img {
	height: 100px;
	vertical-align:middle;
	margin-right:20px;
}
.logo2_img {
	height: 80px;
	vertical-align:middle;
}

.contents-new {
	background-image: url(/static/image/bg.png);
	height: 100%;
	background-size:cover;
}

.banner {
	margin-top:20px;
}

.login-form {
	width: 600px;
	float: right;
	margin-top: 300px;
	background-color: white;
}

.new_logo_1 {
	height: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}


.new_logo_2 {
	height: 50px;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}

.clear {
	clear:both;
}

.login {
	margin-top:50px;
}

.form-row {
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
}

.form-row label {
	display:inline-block;
	width:30%;
	text-align:center;
	padding:5 5px;
	float: left;
}

.form-row input {
	width:65%;
	font-size:20px;
	padding:5 5px;
	background-color:#ebebeb;
	outline:none;
	border:none;
}

.submit-row_login {
	float: right;
	width:100px;
	margin:0 auto;
	margin-bottom:30px;
	text-align: center;
	margin-right: 80px;
}

.submit-row_join {
	float: right;
	width:100px;
	margin:0 auto;
	margin-bottom:30px;
	text-align: center;
	margin-right: 10px;
}

.submit-row input {
	background-color:#000000;
	color:#FFFFFF;
	font-size:15px;
	height:50px;
	width: 90px;
	outline:none;
	border:none;
}

.title {
	width:100%;
	text-align:center;
	margin-top:50px;
	font-size:21px;
	font-weight:900;
}
.sub_title {
	width:100%;
	text-align:center;
	margin-top:10px;
	font-size:21px;
	font-weight:900;
}

.loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}

.loading_circle {
	border: 16px solid #f3f3f3;
	border-top:16px solid blue;
	border-right:16px solid green;
	border-bottom:16px solid red;
	border-radius:50%;
	width:120px;
	height:120px;
	animation:spin 2s linear infinite;
	margin:0 auto;
	margin-top:25%;
}

.loading_text {
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
