body {
	background: #002250 no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 400px;
	text-align: center;
	position: relative;
	top: -50px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	margin-top:-50px;
}

.login-box {
	background-color: rgba(0,34,80,0.7);
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #cd3a3b7;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
	color:black;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
	width:218px;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box .login {
	margin-top: 5px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #524729;
	cursor:pointer;
	outline: none;
	width:218px;
	clear:both;
}

.login-box .join {
	margin-top: 5px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #272d41;
	cursor:pointer;
	outline: none;
	width:218px;
	clear:both;display: inline-block;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}


.popup_section {
    position: fixed;
    top: 20%;
    left: 0;
    width: 100%;
    margin: 0px 0px 0px 0px;
    z-index: 10002;
    margin-left: 0px;
    transition: 0.4s;
    display: none;
    transition: all 0.3s ease 0s;
}


.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.join_box_wrap {width:100%;}
.join_box {margin:0px auto; width:80%;}
.join_start {width:100%; padding:10px 10px 30px 10px; background:#000000; border-radius:10px; box-sizing: border-box;}
.join_title {width:100%; text-align:center; margin:0 0 5px 0;}
.join_title img {width: 100%;}
.join_close_box {width:100%; text-align:center; padding:10px; }

.join_btn {background:linear-gradient(to right, #00cdc8 0%,  #007592 100%); width:100px; min-height:44px; padding:0 15px 0 15px; line-height:44px; display:inline-block; text-align:center; border-radius:3px; font-family:'nanumgothic', sans-serif; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:700; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.3) 2px 2px 2px -1px;}



.login_tit_text {font-size:20px; text-align:center; font-weight:700; font-family:'nanumgothic'; margin:30px 0 20px 0; width:100%; float:left; color:#ffffff;}
.input_login  {background-color:#111; border:0; width: 100%; height:44px; line-height:44px; color: #eee; padding: 0 0 0 10px; font-size: 16px; font-weight: 600;  
    border: 1px solid #333;  border-radius: 3px;}
.input_login::-webkit-input-placeholder    {color:#c4c4c4; font-size:13px; }
.input_login:-ms-input-placeholder         {color:#c4c4c4; font-size:13px;}

.login_btn2 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background: linear-gradient(180deg, #272d41, #272d41);
    border: 1px solid;
    border-image: linear-gradient(to left, #111, #555, #111);
    border-image-slice: 1;
    text-align: center;
    color: #eee;
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 700;
}

