/*
* Author: YAKUZI
* Template: Maniac
* URL: http://themeforest.net/user/YAKUZI
*/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp");

/* Basic 
================================================== */
body {	
	font-family:'NanumSquare','Noto Sans KR','Nanum Gothic','³ª´®°íµñ','Malgun Gothic','¸¼Àº °íµñ','Apple SD Gothic Neo','AppleSDGothicNeo', '±¼¸²',Gulim, 'µ¸¿ò', Dotum,Helvetica, sans-serif;
	background: #ffffff;
	margin:0;
	padding:0;
	background-image: radial-gradient(at 89% 18%,#fff 0,transparent 50%),radial-gradient(at 16% 86%,#fff 0,transparent 50%),radial-gradient(at 34% 37%,#00b7e0 0,transparent 50%),radial-gradient(at 69% 47%,rgba(0,224,49,.5) 0,transparent 50%),radial-gradient(at 31% 78%,rgba(235,0,0,.8) 0,transparent 50%),radial-gradient(at 74% 87%,rgba(0,224,71,.4) 0,transparent 50%);
 }
 html, body {
	min-height: 100%;
}
a {
	color: #293c4e;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #2e4c69;
	outline: none;
	text-decoration: none;
}
 img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
#Loading-icon {
	position: absolute;
	display:none;
	top:80px;
	left:0;
	right:0;
	margin:auto;
	width:200px;
	height:200px;
}
 .sns_login_btn { 
	margin:32px auto;
	width:80%;
	max-width:300px;
	height:60px;
	border:1px solid #ddd;
	background-color:#ffd018;
	border-radius: 36px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:60px;
	cursor: pointer;
	clear:both;
 }
/* Error Page */
.error-template i { 
	font-size: 80px;
}
.error-template h1 {
	font-size:40px;
}
.error-template h2 {
	font-size:18px;
	margin-bottom: 30px;
}
.error-template {
	position:absolute;
	padding:100px 0;
	text-align: center; 
	width:100%;
	height:100%;
	background: #ffffff;
}
.error-actions {
	margin-top:20px;
	margin-bottom:15px;
}
.error-actions .btn { 
	margin-right:20px; 
}
.error-actions span {
	margin-right: 10px;
}

/* Box */
.login {
	 position: absolute;
	 top: 0;
     right: 0;
     bottom: 0;
     left: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 display: -webkit-flex;
	 -webkit-align-item: center;
	 -webkit-justify-content: center;
   }
.contents {
	width: 96%;
	max-width:1200px;
}
.box {
	position: relative;
	background: #ffffff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:auto;
	border-radius: 36px;
	overflow:hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; 
}
.Lang-word {
    word-break: keep-all;
}
.box-header {
	padding:0 32px;

}
.box-header-img {
	margin:auto;
	width:100px;
}
.box-foot {
	position: relative;
	text-align:center;
	padding:32px 0;
	font-size:13px;
}
.box-title {
    color: #090b17;
    margin: 0 0 32px 0;
    text-align: center;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -1.0px;
}
.box-body {
	width:50%;
	float:left;
}
.box-bg {
	background:#000000;
}
.box-padding {
	padding:30px 0;
}
.box-group {
	padding:15px;
}
.form-group {	
	position: relative;
}
.logo-title {
    margin: 16px 0 32px 0;
    text-align: center;
	color:#ffffff;
    font-size: 36px;
	line-height:1.4;
	font-weight:600;
}
.form-group-img {
	text-align:center;
	width:70%;
	margin:30px auto;
}
.btn-btn-text {
	padding:8px 0;
	font-size:14px;
}
.btn-btn-xs {
}
.Main-Link-button {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 16px;
    width: 200px;
    font-weight: 500;
    background-color: #000000;
    border: 1px solid #000000;
    margin: 30px auto;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 2;
}
@media screen and (max-width: 980px) {
	.login {
		  position: relative;
		  margin-top:60px;
	}
	.contents {
		width: 86%;
	}
	.box {
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center; 
	}
	.box-group {
		padding:15px;
	}
	.box-body {
		width:100%;
	}
	.box-header-img {
		width:60px;
	}
	.box-title {
		font-size: 18px;
		margin: 0 0 36px 0;
	}
	.logo-title {
		margin: 8px 0 16px 0;
		font-size: 18px;
	}
	.form-group-img {
		width:60%;
		margin:16px auto;
	}
	.box-padding {
		padding: 0;
	}
	.sns_login_btn {
		margin:auto;
		margin-top:8px;
	}
}

